Version Description
Download this release
Release Info
Developer | calvinyeh |
Plugin | All-in-One Event Calendar |
Version | 2.5.28 |
Comparing to | |
See all releases |
Code changes from version 2.5.27 to 2.5.28
- all-in-one-event-calendar.php +1 -1
- app/config/constants.php +1 -1
- app/model/api/api-abstract.php +5 -9
- app/model/api/api-feeds.php +8 -8
- app/model/api/api-registration.php +3 -3
- app/model/api/api-ticketing.php +24 -24
- language/all-in-one-event-calendar-ar.po +31 -31
- language/all-in-one-event-calendar-bg_BG.po +31 -31
- language/all-in-one-event-calendar-ca.po +31 -31
- language/all-in-one-event-calendar-cs_CZ.po +31 -31
- language/all-in-one-event-calendar-da_DK.po +31 -31
- language/all-in-one-event-calendar-de_CH.po +31 -31
- language/all-in-one-event-calendar-de_DE.po +31 -31
- language/all-in-one-event-calendar-el.po +31 -31
- language/all-in-one-event-calendar-en_AU.po +31 -31
- language/all-in-one-event-calendar-en_GB.po +31 -31
- language/all-in-one-event-calendar-es_ES.po +31 -31
- language/all-in-one-event-calendar-et.po +31 -31
- language/all-in-one-event-calendar-eu.po +31 -31
- language/all-in-one-event-calendar-fi.po +31 -31
- language/all-in-one-event-calendar-fr_FR.po +31 -31
- language/all-in-one-event-calendar-gl_ES.po +31 -31
- language/all-in-one-event-calendar-he_IL.po +31 -31
- language/all-in-one-event-calendar-hi.po +31 -31
- language/all-in-one-event-calendar-hr.po +31 -31
- language/all-in-one-event-calendar-hu_HU.po +31 -31
- language/all-in-one-event-calendar-id_ID.po +31 -31
- language/all-in-one-event-calendar-is.po +31 -31
- language/all-in-one-event-calendar-it_IT.po +31 -31
- language/all-in-one-event-calendar-ja.po +31 -31
- language/all-in-one-event-calendar-lv.po +31 -31
- language/all-in-one-event-calendar-nb_NO.po +31 -31
- language/all-in-one-event-calendar-nl_NL.po +31 -31
- language/all-in-one-event-calendar-pl_PL.po +31 -31
- language/all-in-one-event-calendar-pt_BR.po +31 -31
- language/all-in-one-event-calendar-pt_PT.po +31 -31
- language/all-in-one-event-calendar-ro_RO.mo +0 -0
- language/all-in-one-event-calendar-ro_RO.po +195 -195
- language/all-in-one-event-calendar-ru_RU.po +31 -31
- language/all-in-one-event-calendar-sk_SK.po +31 -31
- language/all-in-one-event-calendar-sl_SI.po +31 -31
- language/all-in-one-event-calendar-sv_SE.po +31 -31
- language/all-in-one-event-calendar-th.po +31 -31
- language/all-in-one-event-calendar-tr_TR.po +31 -31
- language/all-in-one-event-calendar-uk.po +31 -31
- language/all-in-one-event-calendar-zh_CN.po +31 -31
- language/all-in-one-event-calendar.mo +0 -0
- language/all-in-one-event-calendar.po +4 -4
- language/all-in-one-event-calendar.pot +3 -3
- lib/bootstrap/loader-map.php +0 -24
- lib/theme/compiler.php +12 -2
- public/js/external_libs/jquery.calendrical_timespan.js +1 -1
- public/js/pages/add_new_event.js +1 -1
- readme.txt +7 -2
all-in-one-event-calendar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
6 |
* Author: Time.ly Network Inc.
|
7 |
* Author URI: https://time.ly/
|
8 |
-
* Version: 2.5.
|
9 |
* Text Domain: all-in-one-event-calendar
|
10 |
* Domain Path: /language
|
11 |
*/
|
5 |
* Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
6 |
* Author: Time.ly Network Inc.
|
7 |
* Author URI: https://time.ly/
|
8 |
+
* Version: 2.5.28
|
9 |
* Text Domain: all-in-one-event-calendar
|
10 |
* Domain Path: /language
|
11 |
*/
|
app/config/constants.php
CHANGED
@@ -50,7 +50,7 @@ function ai1ec_initiate_constants( $ai1ec_base_dir, $ai1ec_base_url ) {
|
|
50 |
// = Plugin Version =
|
51 |
// ==================
|
52 |
if ( ! defined( 'AI1EC_VERSION' ) ) {
|
53 |
-
define( 'AI1EC_VERSION', '2.5.
|
54 |
}
|
55 |
|
56 |
// ================
|
50 |
// = Plugin Version =
|
51 |
// ==================
|
52 |
if ( ! defined( 'AI1EC_VERSION' ) ) {
|
53 |
+
define( 'AI1EC_VERSION', '2.5.28' );
|
54 |
}
|
55 |
|
56 |
// ================
|
app/model/api/api-abstract.php
CHANGED
@@ -163,7 +163,7 @@ abstract class Ai1ec_Api_Abstract extends Ai1ec_App {
|
|
163 |
*/
|
164 |
protected function _get_headers( $custom_headers = null ) {
|
165 |
$headers = array(
|
166 |
-
'
|
167 |
);
|
168 |
$headers['Authorization'] = 'Basic ' . $this->get_ticketing_settings( 'token', '' );
|
169 |
if ( null !== $custom_headers ) {
|
@@ -300,9 +300,7 @@ abstract class Ai1ec_Api_Abstract extends Ai1ec_App {
|
|
300 |
'title' => get_bloginfo( 'name' ),
|
301 |
'url' => ai1ec_site_url()
|
302 |
);
|
303 |
-
$response = $this->request_api( 'GET', AI1EC_API_URL . 'calendars',
|
304 |
-
json_encode( $body )
|
305 |
-
);
|
306 |
if ( $this->is_response_success( $response ) ) {
|
307 |
if ( is_array( $response->body ) ) {
|
308 |
return $response->body[0]->id;
|
@@ -323,9 +321,7 @@ abstract class Ai1ec_Api_Abstract extends Ai1ec_App {
|
|
323 |
'url' => ai1ec_site_url(),
|
324 |
'timezone' => $this->_settings->get( 'timezone_string' )
|
325 |
);
|
326 |
-
$response = $this->request_api( 'POST', AI1EC_API_URL . 'calendars',
|
327 |
-
json_encode( $body )
|
328 |
-
);
|
329 |
if ( $this->is_response_success( $response ) ) {
|
330 |
return $response->body->id;
|
331 |
} else {
|
@@ -520,11 +516,12 @@ abstract class Ai1ec_Api_Abstract extends Ai1ec_App {
|
|
520 |
protected function request_api( $method, $url, $body = null, $decode_response_body = true, $custom_headers = null ) {
|
521 |
$request = array(
|
522 |
'method' => $method,
|
|
|
523 |
'headers' => $this->_get_headers( $custom_headers ),
|
524 |
'timeout' => self::DEFAULT_TIMEOUT
|
525 |
);
|
526 |
if ( ! is_null( $body ) ) {
|
527 |
-
$request[
|
528 |
}
|
529 |
$response = wp_remote_request( $url, $request );
|
530 |
$result = new stdClass();
|
@@ -567,7 +564,6 @@ abstract class Ai1ec_Api_Abstract extends Ai1ec_App {
|
|
567 |
return false;
|
568 |
}
|
569 |
$url = AI1EC_API_URL . str_replace( '{calendar_id}', $calendar_id, $endpoint );
|
570 |
-
$body = json_encode( $body );
|
571 |
return $this->request_api( $method, $url, $body, $decode_response_body, $custom_headers );
|
572 |
}
|
573 |
|
163 |
*/
|
164 |
protected function _get_headers( $custom_headers = null ) {
|
165 |
$headers = array(
|
166 |
+
'Content-Type' => 'application/x-www-form-urlencoded'
|
167 |
);
|
168 |
$headers['Authorization'] = 'Basic ' . $this->get_ticketing_settings( 'token', '' );
|
169 |
if ( null !== $custom_headers ) {
|
300 |
'title' => get_bloginfo( 'name' ),
|
301 |
'url' => ai1ec_site_url()
|
302 |
);
|
303 |
+
$response = $this->request_api( 'GET', AI1EC_API_URL . 'calendars', $body );
|
|
|
|
|
304 |
if ( $this->is_response_success( $response ) ) {
|
305 |
if ( is_array( $response->body ) ) {
|
306 |
return $response->body[0]->id;
|
321 |
'url' => ai1ec_site_url(),
|
322 |
'timezone' => $this->_settings->get( 'timezone_string' )
|
323 |
);
|
324 |
+
$response = $this->request_api( 'POST', AI1EC_API_URL . 'calendars', $body );
|
|
|
|
|
325 |
if ( $this->is_response_success( $response ) ) {
|
326 |
return $response->body->id;
|
327 |
} else {
|
516 |
protected function request_api( $method, $url, $body = null, $decode_response_body = true, $custom_headers = null ) {
|
517 |
$request = array(
|
518 |
'method' => $method,
|
519 |
+
'accept' => 'application/json',
|
520 |
'headers' => $this->_get_headers( $custom_headers ),
|
521 |
'timeout' => self::DEFAULT_TIMEOUT
|
522 |
);
|
523 |
if ( ! is_null( $body ) ) {
|
524 |
+
$request['body'] = $body;
|
525 |
}
|
526 |
$response = wp_remote_request( $url, $request );
|
527 |
$result = new stdClass();
|
564 |
return false;
|
565 |
}
|
566 |
$url = AI1EC_API_URL . str_replace( '{calendar_id}', $calendar_id, $endpoint );
|
|
|
567 |
return $this->request_api( $method, $url, $body, $decode_response_body, $custom_headers );
|
568 |
}
|
569 |
|
app/model/api/api-feeds.php
CHANGED
@@ -84,7 +84,7 @@ class Ai1ec_Api_Feeds extends Ai1ec_Api_Abstract {
|
|
84 |
$location;
|
85 |
|
86 |
$response = $this->request_api( 'GET', $url,
|
87 |
-
|
88 |
true //decode body response
|
89 |
);
|
90 |
|
@@ -108,7 +108,7 @@ class Ai1ec_Api_Feeds extends Ai1ec_Api_Abstract {
|
|
108 |
throw new Exception( 'Calendar ID not found' );
|
109 |
}
|
110 |
$response = $this->request_api( 'POST', AI1EC_API_URL . 'calendars/' . $calendar_id . '/feeds/import',
|
111 |
-
|
112 |
'url' => $entry['feed_url'],
|
113 |
'categories' => $entry['feed_category'],
|
114 |
'tags' => $entry['feed_tags'],
|
@@ -117,7 +117,7 @@ class Ai1ec_Api_Feeds extends Ai1ec_Api_Abstract {
|
|
117 |
'import_any_tag_and_categories' => $entry['keep_tags_categories'],
|
118 |
'preserve_imported_events' => $entry['keep_old_events'],
|
119 |
'assign_default_utc' => $entry['import_timezone']
|
120 |
-
)
|
121 |
);
|
122 |
|
123 |
if ( $this->is_response_success( $response ) ) {
|
@@ -143,7 +143,7 @@ class Ai1ec_Api_Feeds extends Ai1ec_Api_Abstract {
|
|
143 |
throw new Exception( 'Calendar ID not found' );
|
144 |
}
|
145 |
$response = $this->request_api( 'GET', AI1EC_API_URL . 'calendars/' . $calendar_id . '/feeds/get/' . $feed_id,
|
146 |
-
|
147 |
);
|
148 |
|
149 |
if ( $this->is_response_success( $response ) ) {
|
@@ -269,10 +269,10 @@ class Ai1ec_Api_Feeds extends Ai1ec_Api_Abstract {
|
|
269 |
}
|
270 |
|
271 |
$response = $this->request_api( 'POST', AI1EC_API_URL . 'calendars/' . $calendar_id . '/feeds/subscribe',
|
272 |
-
|
273 |
'feed_id' => $feed_id,
|
274 |
'feed_event_uid' => $feed_event_uid
|
275 |
-
)
|
276 |
);
|
277 |
|
278 |
// Refresh list of subscriptions and limits
|
@@ -299,10 +299,10 @@ class Ai1ec_Api_Feeds extends Ai1ec_Api_Abstract {
|
|
299 |
}
|
300 |
|
301 |
$response = $this->request_api( 'POST', AI1EC_API_URL . 'calendars/' . $calendar_id . '/feeds/unsubscribe',
|
302 |
-
|
303 |
'feed_id' => $feed_id,
|
304 |
'feed_event_uid' => $feed_event_uid
|
305 |
-
)
|
306 |
);
|
307 |
|
308 |
// Refresh list of subscriptions and limits
|
84 |
$location;
|
85 |
|
86 |
$response = $this->request_api( 'GET', $url,
|
87 |
+
$body,
|
88 |
true //decode body response
|
89 |
);
|
90 |
|
108 |
throw new Exception( 'Calendar ID not found' );
|
109 |
}
|
110 |
$response = $this->request_api( 'POST', AI1EC_API_URL . 'calendars/' . $calendar_id . '/feeds/import',
|
111 |
+
array(
|
112 |
'url' => $entry['feed_url'],
|
113 |
'categories' => $entry['feed_category'],
|
114 |
'tags' => $entry['feed_tags'],
|
117 |
'import_any_tag_and_categories' => $entry['keep_tags_categories'],
|
118 |
'preserve_imported_events' => $entry['keep_old_events'],
|
119 |
'assign_default_utc' => $entry['import_timezone']
|
120 |
+
)
|
121 |
);
|
122 |
|
123 |
if ( $this->is_response_success( $response ) ) {
|
143 |
throw new Exception( 'Calendar ID not found' );
|
144 |
}
|
145 |
$response = $this->request_api( 'GET', AI1EC_API_URL . 'calendars/' . $calendar_id . '/feeds/get/' . $feed_id,
|
146 |
+
array( 'max' => '9999' )
|
147 |
);
|
148 |
|
149 |
if ( $this->is_response_success( $response ) ) {
|
269 |
}
|
270 |
|
271 |
$response = $this->request_api( 'POST', AI1EC_API_URL . 'calendars/' . $calendar_id . '/feeds/subscribe',
|
272 |
+
array(
|
273 |
'feed_id' => $feed_id,
|
274 |
'feed_event_uid' => $feed_event_uid
|
275 |
+
)
|
276 |
);
|
277 |
|
278 |
// Refresh list of subscriptions and limits
|
299 |
}
|
300 |
|
301 |
$response = $this->request_api( 'POST', AI1EC_API_URL . 'calendars/' . $calendar_id . '/feeds/unsubscribe',
|
302 |
+
array(
|
303 |
'feed_id' => $feed_id,
|
304 |
'feed_event_uid' => $feed_event_uid
|
305 |
+
)
|
306 |
);
|
307 |
|
308 |
// Refresh list of subscriptions and limits
|
app/model/api/api-registration.php
CHANGED
@@ -28,7 +28,7 @@ class Ai1ec_Api_Registration extends Ai1ec_Api_Abstract {
|
|
28 |
$body['email'] = $_POST['ai1ec_email'];
|
29 |
$body['password'] = $_POST['ai1ec_password'];
|
30 |
$body['calendar_type'] = $_POST['ai1ec_calendar_type'];
|
31 |
-
$response = $this->request_api( 'POST', AI1EC_API_URL . 'auth/authenticate',
|
32 |
if ( $this->is_response_success( $response ) ) {
|
33 |
$response_body = (array) $response->body;
|
34 |
// Save calendar ID as 0 first, otherwise the auth data won't be saved in the database before creating/finding the calendar
|
@@ -56,7 +56,7 @@ class Ai1ec_Api_Registration extends Ai1ec_Api_Abstract {
|
|
56 |
$body['phone'] = $_POST['ai1ec_phone'];
|
57 |
$body['calendar_type'] = $_POST['ai1ec_calendar_type'];
|
58 |
$body['terms'] = $_POST['ai1ec_terms'];
|
59 |
-
$response = $this->request_api( 'POST', AI1EC_API_URL . 'auth/register',
|
60 |
if ( $this->is_response_success( $response ) ) {
|
61 |
$response_body = (array) $response->body;
|
62 |
// Save calendar ID as 0 first, otherwise the auth data won't be saved in the database before creating the calendar
|
@@ -154,7 +154,7 @@ class Ai1ec_Api_Registration extends Ai1ec_Api_Abstract {
|
|
154 |
$this->clear_ticketing_settings();
|
155 |
return false;
|
156 |
}
|
157 |
-
$response = $this->request_api( 'GET', AI1EC_API_URL .
|
158 |
// Consider "Unauthorized" status (401) a valid response
|
159 |
if ( $this->is_response_success( $response ) || 401 === wp_remote_retrieve_response_code( $response->raw ) ) {
|
160 |
$this->clear_ticketing_settings();
|
28 |
$body['email'] = $_POST['ai1ec_email'];
|
29 |
$body['password'] = $_POST['ai1ec_password'];
|
30 |
$body['calendar_type'] = $_POST['ai1ec_calendar_type'];
|
31 |
+
$response = $this->request_api( 'POST', AI1EC_API_URL . 'auth/authenticate', $body, true, array( 'Authorization' => null ) );
|
32 |
if ( $this->is_response_success( $response ) ) {
|
33 |
$response_body = (array) $response->body;
|
34 |
// Save calendar ID as 0 first, otherwise the auth data won't be saved in the database before creating/finding the calendar
|
56 |
$body['phone'] = $_POST['ai1ec_phone'];
|
57 |
$body['calendar_type'] = $_POST['ai1ec_calendar_type'];
|
58 |
$body['terms'] = $_POST['ai1ec_terms'];
|
59 |
+
$response = $this->request_api( 'POST', AI1EC_API_URL . 'auth/register', $body, true );
|
60 |
if ( $this->is_response_success( $response ) ) {
|
61 |
$response_body = (array) $response->body;
|
62 |
// Save calendar ID as 0 first, otherwise the auth data won't be saved in the database before creating the calendar
|
154 |
$this->clear_ticketing_settings();
|
155 |
return false;
|
156 |
}
|
157 |
+
$response = $this->request_api( 'GET', AI1EC_API_URL . 'calendars/' . $calendar_id . '/signout', null, true );
|
158 |
// Consider "Unauthorized" status (401) a valid response
|
159 |
if ( $this->is_response_success( $response ) || 401 === wp_remote_retrieve_response_code( $response->raw ) ) {
|
160 |
$this->clear_ticketing_settings();
|
app/model/api/api-ticketing.php
CHANGED
@@ -173,7 +173,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
173 |
|
174 |
if ( true === $update_image && 0 < $post_thumbnail_id ) {
|
175 |
$boundary = wp_generate_password( 24 );
|
176 |
-
$custom_headers['
|
177 |
$body_data['update_image'] = '1';
|
178 |
foreach ($body_data as $key => $value) {
|
179 |
if ( is_array( $value ) ) {
|
@@ -182,17 +182,17 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
182 |
if ( is_array( $arr_value ) ) {
|
183 |
foreach ( $arr_value as $child_key => $child_value ) {
|
184 |
$payload .= '--' . $boundary;
|
185 |
-
|
186 |
$payload .= 'Content-Disposition: form-data; name="' . $key . '[' . $index . '][' . $child_key . ']"' . "\r\n";
|
187 |
-
|
188 |
$payload .= $child_value;
|
189 |
$payload .= "\r\n";
|
190 |
}
|
191 |
} else {
|
192 |
$payload .= '--' . $boundary;
|
193 |
-
|
194 |
$payload .= 'Content-Disposition: form-data; name="tax_options[' . $arr_key . ']"' . "\r\n";
|
195 |
-
|
196 |
$payload .= $arr_value;
|
197 |
$payload .= "\r\n";
|
198 |
}
|
@@ -200,9 +200,9 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
200 |
}
|
201 |
} else {
|
202 |
$payload .= '--' . $boundary;
|
203 |
-
|
204 |
$payload .= 'Content-Disposition: form-data; name="' . $key . '"' . "\r\n";
|
205 |
-
|
206 |
$payload .= $value;
|
207 |
$payload .= "\r\n";
|
208 |
}
|
@@ -219,7 +219,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
219 |
$payload .= '--' . $boundary . '--';
|
220 |
} else {
|
221 |
$body_data['update_image'] = (true === $update_image) ? '1' : '0';
|
222 |
-
|
223 |
}
|
224 |
$response = $this->request_api( 'POST', $url, $payload,
|
225 |
true, //true to decode response body
|
@@ -288,7 +288,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
288 |
|
289 |
//removing blank values
|
290 |
foreach ($body as $key => $value) {
|
291 |
-
if ( ai1ec_is_blank( $value ) )
|
292 |
unset( $body[ $key ] );
|
293 |
}
|
294 |
}
|
@@ -443,7 +443,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
443 |
case 'sale_closed':
|
444 |
return __( 'Sale closed' );
|
445 |
case 'sold_out':
|
446 |
-
return __( 'Sold out' );
|
447 |
default:
|
448 |
return __( 'Not available' );
|
449 |
}
|
@@ -469,7 +469,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
469 |
$response->raw, $response->url,
|
470 |
true
|
471 |
);
|
472 |
-
return (object)
|
473 |
}
|
474 |
}
|
475 |
|
@@ -483,7 +483,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
483 |
}
|
484 |
$response = $this->request_api( 'GET', $this->get_api_event_url( $post_id ) . 'events/' . $api_event_id . '/ticket_types',
|
485 |
array( 'get_canceled' => ( true === $get_canceled ? 1 : 0 ) )
|
486 |
-
|
487 |
if ( $this->is_response_success( $response ) ) {
|
488 |
if ( isset( $response->body->ticket_types ) ) {
|
489 |
foreach ( $response->body->ticket_types as $ticket_api ) {
|
@@ -634,8 +634,8 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
634 |
$api_fields_values
|
635 |
);
|
636 |
$response = $this->request_api( 'POST',
|
637 |
-
AI1EC_API_URL .
|
638 |
-
|
639 |
true //true to decode response body
|
640 |
);
|
641 |
if ( ! $this->is_response_success( $response ) ) {
|
@@ -688,7 +688,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
688 |
}
|
689 |
}
|
690 |
$response = $this->request_api( 'DELETE',
|
691 |
-
AI1EC_API_URL .
|
692 |
true //true to decode response body
|
693 |
);
|
694 |
if ( $this->is_response_success( $response ) ) {
|
@@ -840,11 +840,11 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
840 |
public function get_tax_options_modal( $post_id = null ) {
|
841 |
$calendar_id = $this->_get_ticket_calendar();
|
842 |
$event_id = $this->get_api_event_id( $post_id );
|
843 |
-
|
844 |
-
AI1EC_API_URL .
|
845 |
-
( is_null( $event_id ) ? '' :
|
846 |
-
|
847 |
-
|
848 |
}
|
849 |
|
850 |
/**
|
@@ -853,10 +853,10 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
|
|
853 |
*/
|
854 |
public function get_tax_options_modal_ep() {
|
855 |
$calendar_id = $this->_get_ticket_calendar();
|
856 |
-
|
857 |
-
AI1EC_API_URL .
|
858 |
-
|
859 |
-
|
860 |
}
|
861 |
|
862 |
/**
|
173 |
|
174 |
if ( true === $update_image && 0 < $post_thumbnail_id ) {
|
175 |
$boundary = wp_generate_password( 24 );
|
176 |
+
$custom_headers['Content-Type'] = 'multipart/form-data; boundary=' . $boundary;
|
177 |
$body_data['update_image'] = '1';
|
178 |
foreach ($body_data as $key => $value) {
|
179 |
if ( is_array( $value ) ) {
|
182 |
if ( is_array( $arr_value ) ) {
|
183 |
foreach ( $arr_value as $child_key => $child_value ) {
|
184 |
$payload .= '--' . $boundary;
|
185 |
+
$payload .= "\r\n";
|
186 |
$payload .= 'Content-Disposition: form-data; name="' . $key . '[' . $index . '][' . $child_key . ']"' . "\r\n";
|
187 |
+
$payload .= "\r\n";
|
188 |
$payload .= $child_value;
|
189 |
$payload .= "\r\n";
|
190 |
}
|
191 |
} else {
|
192 |
$payload .= '--' . $boundary;
|
193 |
+
$payload .= "\r\n";
|
194 |
$payload .= 'Content-Disposition: form-data; name="tax_options[' . $arr_key . ']"' . "\r\n";
|
195 |
+
$payload .= "\r\n";
|
196 |
$payload .= $arr_value;
|
197 |
$payload .= "\r\n";
|
198 |
}
|
200 |
}
|
201 |
} else {
|
202 |
$payload .= '--' . $boundary;
|
203 |
+
$payload .= "\r\n";
|
204 |
$payload .= 'Content-Disposition: form-data; name="' . $key . '"' . "\r\n";
|
205 |
+
$payload .= "\r\n";
|
206 |
$payload .= $value;
|
207 |
$payload .= "\r\n";
|
208 |
}
|
219 |
$payload .= '--' . $boundary . '--';
|
220 |
} else {
|
221 |
$body_data['update_image'] = (true === $update_image) ? '1' : '0';
|
222 |
+
$payload = $body_data;
|
223 |
}
|
224 |
$response = $this->request_api( 'POST', $url, $payload,
|
225 |
true, //true to decode response body
|
288 |
|
289 |
//removing blank values
|
290 |
foreach ($body as $key => $value) {
|
291 |
+
if ( ai1ec_is_blank( $value ) ) {
|
292 |
unset( $body[ $key ] );
|
293 |
}
|
294 |
}
|
443 |
case 'sale_closed':
|
444 |
return __( 'Sale closed' );
|
445 |
case 'sold_out':
|
446 |
+
return __( 'Sold out' );
|
447 |
default:
|
448 |
return __( 'Not available' );
|
449 |
}
|
469 |
$response->raw, $response->url,
|
470 |
true
|
471 |
);
|
472 |
+
return (object) array( 'data' => array(), 'error' => $error_message );
|
473 |
}
|
474 |
}
|
475 |
|
483 |
}
|
484 |
$response = $this->request_api( 'GET', $this->get_api_event_url( $post_id ) . 'events/' . $api_event_id . '/ticket_types',
|
485 |
array( 'get_canceled' => ( true === $get_canceled ? 1 : 0 ) )
|
486 |
+
);
|
487 |
if ( $this->is_response_success( $response ) ) {
|
488 |
if ( isset( $response->body->ticket_types ) ) {
|
489 |
foreach ( $response->body->ticket_types as $ticket_api ) {
|
634 |
$api_fields_values
|
635 |
);
|
636 |
$response = $this->request_api( 'POST',
|
637 |
+
AI1EC_API_URL . 'events/' . $api_event_id,
|
638 |
+
$body_data,
|
639 |
true //true to decode response body
|
640 |
);
|
641 |
if ( ! $this->is_response_success( $response ) ) {
|
688 |
}
|
689 |
}
|
690 |
$response = $this->request_api( 'DELETE',
|
691 |
+
AI1EC_API_URL . 'events/' . $api_event_id,
|
692 |
true //true to decode response body
|
693 |
);
|
694 |
if ( $this->is_response_success( $response ) ) {
|
840 |
public function get_tax_options_modal( $post_id = null ) {
|
841 |
$calendar_id = $this->_get_ticket_calendar();
|
842 |
$event_id = $this->get_api_event_id( $post_id );
|
843 |
+
$response = $this->request_api( 'GET',
|
844 |
+
AI1EC_API_URL . 'calendars/' . $calendar_id . '/tax_options' .
|
845 |
+
( is_null( $event_id ) ? '' : '?event_id=' . $event_id )
|
846 |
+
);
|
847 |
+
return (object) array( 'data' => $response->raw, 'error' => false );
|
848 |
}
|
849 |
|
850 |
/**
|
853 |
*/
|
854 |
public function get_tax_options_modal_ep() {
|
855 |
$calendar_id = $this->_get_ticket_calendar();
|
856 |
+
$response = $this->request_api( 'GET',
|
857 |
+
AI1EC_API_URL . 'eventpromote/' . $calendar_id . '/tax_options'
|
858 |
+
);
|
859 |
+
return (object) array( 'data' => $response->raw, 'error' => false );
|
860 |
}
|
861 |
|
862 |
/**
|
language/all-in-one-event-calendar-ar.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2548,7 +2548,7 @@ msgstr ""
|
|
2548 |
msgid "Total"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
-
#: app/view/admin/settings.php:
|
2552 |
msgid "Sign Out"
|
2553 |
msgstr ""
|
2554 |
|
@@ -2590,23 +2590,23 @@ msgstr ""
|
|
2590 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Phone Number:"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign Up"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Sign In"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "Save Settings"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
-
#: app/view/admin/settings.php:
|
2610 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2611 |
msgstr ""
|
2612 |
|
@@ -2704,7 +2704,7 @@ msgstr ""
|
|
2704 |
msgid "Cache Report"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
-
#: app/view/admin/settings.php:
|
2708 |
#: public/admin/box_ask_customer_review.php:113
|
2709 |
#: public/admin/box_ask_customer_review.php:127
|
2710 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2714,39 +2714,39 @@ msgstr ""
|
|
2714 |
msgid "This field is required."
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Register"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign in"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Sign out"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Hide form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Show form"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Full Name:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Email:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Password:"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
-
#: app/view/admin/settings.php:
|
2750 |
msgid "Confirm Password:"
|
2751 |
msgstr ""
|
2752 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2548 |
msgid "Total"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2552 |
msgid "Sign Out"
|
2553 |
msgstr ""
|
2554 |
|
2590 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:203
|
2594 |
msgid "Phone Number:"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:212
|
2598 |
msgid "Sign Up"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:213
|
2602 |
msgid "Sign In"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:236
|
2606 |
msgid "Save Settings"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
+
#: app/view/admin/settings.php:243
|
2610 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2611 |
msgstr ""
|
2612 |
|
2704 |
msgid "Cache Report"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2708 |
#: public/admin/box_ask_customer_review.php:113
|
2709 |
#: public/admin/box_ask_customer_review.php:127
|
2710 |
#: public/admin/box_ask_customer_review.php:141
|
2714 |
msgid "This field is required."
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2718 |
msgid "Register"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:191
|
2722 |
msgid "Sign in"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:195
|
2726 |
msgid "Sign out"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:198
|
2730 |
msgid "Hide form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:199
|
2734 |
msgid "Show form"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:197
|
2738 |
msgid "Full Name:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:200
|
2742 |
msgid "Email:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:201
|
2746 |
msgid "Password:"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
+
#: app/view/admin/settings.php:202
|
2750 |
msgid "Confirm Password:"
|
2751 |
msgstr ""
|
2752 |
|
language/all-in-one-event-calendar-bg_BG.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Моля изчакайте…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Приложи"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Отмени"
|
@@ -2544,7 +2544,7 @@ msgstr "Билети"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Получи се грешка при зареждането на кал
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Запази настройките"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Ако формулярът по-долу не работи, моля натиснете <a href=\"%s\">този линк</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Външни услуги"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Доклад на кеша"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Доклад на кеша"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Регистрация"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Приложи"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Отмени"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Запази настройките"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Ако формулярът по-долу не работи, моля натиснете <a href=\"%s\">този линк</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Доклад на кеша"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Регистрация"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-ca.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Espereu si us plau…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancel·lar"
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Correu electrònic:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancel·lar"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Correu electrònic:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-cs_CZ.po
CHANGED
@@ -82,43 +82,43 @@ msgstr ""
|
|
82 |
"<b>Dosáhli jste maximálního počtu feedů, které můžete naimportovat.</b><br>\n"
|
83 |
"→\t→\tZaregistrujte se, prosím, pro EventBoost plán <a href=\"https://time.ly/eventboost/\" target=\"_blank\">zde</a>."
|
84 |
|
85 |
-
#: app/view/admin/settings.php:
|
86 |
msgid "Calendar Type:"
|
87 |
msgstr "Typ kalendáře:"
|
88 |
|
89 |
-
#: app/view/admin/settings.php:
|
90 |
msgid "Tourism"
|
91 |
msgstr "Turistika"
|
92 |
|
93 |
-
#: app/view/admin/settings.php:
|
94 |
msgid "Media"
|
95 |
msgstr "Média"
|
96 |
|
97 |
-
#: app/view/admin/settings.php:
|
98 |
msgid "Community Hubs"
|
99 |
msgstr "Komunitní huby"
|
100 |
|
101 |
-
#: app/view/admin/settings.php:
|
102 |
msgid "Education"
|
103 |
msgstr "Vzdělání"
|
104 |
|
105 |
-
#: app/view/admin/settings.php:
|
106 |
msgid "Venue/Business"
|
107 |
msgstr "Místo konání"
|
108 |
|
109 |
-
#: app/view/admin/settings.php:
|
110 |
msgid "Artist/Performer"
|
111 |
msgstr "Umělec/Účinkující"
|
112 |
|
113 |
-
#: app/view/admin/settings.php:
|
114 |
msgid "Church/Spiritual"
|
115 |
msgstr "Církev/Duchovní"
|
116 |
|
117 |
-
#: app/view/admin/settings.php:
|
118 |
msgid "Association/Group"
|
119 |
msgstr "Sdružení/Skupina"
|
120 |
|
121 |
-
#: app/view/admin/settings.php:
|
122 |
msgid "Other"
|
123 |
msgstr "Ostatní"
|
124 |
|
@@ -283,15 +283,15 @@ msgstr "Nepodařilo se získat Detaily Události ze služby Time.ly Ticketing"
|
|
283 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: app/view/admin/settings.php:
|
287 |
msgid "Please, Sign In to Timely Network."
|
288 |
msgstr "Prosíme, přihlašte se k Timely Network."
|
289 |
|
290 |
-
#: app/view/admin/settings.php:
|
291 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
292 |
msgstr "Potvrzuji, že jsem četl, porozuměl a souhlasím s <a href=\"https://time.ly/tos\"> podmínkami služby</a>."
|
293 |
|
294 |
-
#: app/view/admin/settings.php:
|
295 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
296 |
msgstr "<h4>Věnujte pozornost:</h4>Pokud zvolíte odhlášení odAPI Timely Network, budou uzavřeny všechny vytvořené lístky (tickety) a všechny uživatelské přístupy k nim. Pokud se tak stane, uvidí uživatelé na stránce s událostmi oznámení \"Událost ukončena\" (“Event closed”)."
|
297 |
|
@@ -654,7 +654,7 @@ msgstr "Klikněte zde pro technické detaily"
|
|
654 |
msgid "API URL: %s.<br/>Detail: %s"
|
655 |
msgstr "API URL: %s.<br/>Detail: %s"
|
656 |
|
657 |
-
#: app/model/api/api-abstract.php:
|
658 |
msgid "Error decoding the response"
|
659 |
msgstr "Chyba při dekódování odpovědi"
|
660 |
|
@@ -1260,7 +1260,7 @@ msgstr "Prosím čekejte…"
|
|
1260 |
msgid "Apply"
|
1261 |
msgstr "Použít"
|
1262 |
|
1263 |
-
#: app/view/admin/settings.php:
|
1264 |
#: public/admin/plugins/ics/import_feed.php:127
|
1265 |
msgid "Cancel"
|
1266 |
msgstr "Zrušit"
|
@@ -2547,7 +2547,7 @@ msgstr "Vstupenky"
|
|
2547 |
msgid "Total"
|
2548 |
msgstr "Celkem"
|
2549 |
|
2550 |
-
#: app/view/admin/settings.php:
|
2551 |
msgid "Sign Out"
|
2552 |
msgstr "Odhlásit"
|
2553 |
|
@@ -2589,23 +2589,23 @@ msgstr "Objevila se chyba při nahrávání kalendáře. Prosím, kontaktujte ad
|
|
2589 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2590 |
msgstr "Kalendáři se nepodařilo inicializovat zobrazení %s a vrací se k zobrazení Agenda. Prosím, zkontrolujte, že máte instalovány poslední verze doplňků kalendáře."
|
2591 |
|
2592 |
-
#: app/view/admin/settings.php:
|
2593 |
msgid "Phone Number:"
|
2594 |
msgstr "Telefonní číslo:"
|
2595 |
|
2596 |
-
#: app/view/admin/settings.php:
|
2597 |
msgid "Sign Up"
|
2598 |
msgstr "Registrovat"
|
2599 |
|
2600 |
-
#: app/view/admin/settings.php:
|
2601 |
msgid "Sign In"
|
2602 |
msgstr "Přihlásit"
|
2603 |
|
2604 |
-
#: app/view/admin/settings.php:
|
2605 |
msgid "Save Settings"
|
2606 |
msgstr "Uložit nastavení"
|
2607 |
|
2608 |
-
#: app/view/admin/settings.php:
|
2609 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2610 |
msgstr "Pokud formulář uvedený níže nefunguje, přejděte na <a href=\"%s\">tento odkaz</a>, prosím."
|
2611 |
|
@@ -2703,7 +2703,7 @@ msgstr "Externí služby"
|
|
2703 |
msgid "Cache Report"
|
2704 |
msgstr "Vyrovnávací paměť"
|
2705 |
|
2706 |
-
#: app/view/admin/settings.php:
|
2707 |
#: public/admin/box_ask_customer_review.php:113
|
2708 |
#: public/admin/box_ask_customer_review.php:127
|
2709 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2713,39 +2713,39 @@ msgstr "Vyrovnávací paměť"
|
|
2713 |
msgid "This field is required."
|
2714 |
msgstr "Toto pole je vyžadováno."
|
2715 |
|
2716 |
-
#: app/view/admin/settings.php:
|
2717 |
msgid "Register"
|
2718 |
msgstr "Registrovat"
|
2719 |
|
2720 |
-
#: app/view/admin/settings.php:
|
2721 |
msgid "Sign in"
|
2722 |
msgstr "Přihlásit se"
|
2723 |
|
2724 |
-
#: app/view/admin/settings.php:
|
2725 |
msgid "Sign out"
|
2726 |
msgstr "Odhlásit"
|
2727 |
|
2728 |
-
#: app/view/admin/settings.php:
|
2729 |
msgid "Hide form"
|
2730 |
msgstr "Skrýt formulář"
|
2731 |
|
2732 |
-
#: app/view/admin/settings.php:
|
2733 |
msgid "Show form"
|
2734 |
msgstr "Zobrazit formulář"
|
2735 |
|
2736 |
-
#: app/view/admin/settings.php:
|
2737 |
msgid "Full Name:"
|
2738 |
msgstr "Jméno:"
|
2739 |
|
2740 |
-
#: app/view/admin/settings.php:
|
2741 |
msgid "Email:"
|
2742 |
msgstr "E-mail:"
|
2743 |
|
2744 |
-
#: app/view/admin/settings.php:
|
2745 |
msgid "Password:"
|
2746 |
msgstr "Heslo:"
|
2747 |
|
2748 |
-
#: app/view/admin/settings.php:
|
2749 |
msgid "Confirm Password:"
|
2750 |
msgstr "Potvrdit heslo:"
|
2751 |
|
82 |
"<b>Dosáhli jste maximálního počtu feedů, které můžete naimportovat.</b><br>\n"
|
83 |
"→\t→\tZaregistrujte se, prosím, pro EventBoost plán <a href=\"https://time.ly/eventboost/\" target=\"_blank\">zde</a>."
|
84 |
|
85 |
+
#: app/view/admin/settings.php:214
|
86 |
msgid "Calendar Type:"
|
87 |
msgstr "Typ kalendáře:"
|
88 |
|
89 |
+
#: app/view/admin/settings.php:216
|
90 |
msgid "Tourism"
|
91 |
msgstr "Turistika"
|
92 |
|
93 |
+
#: app/view/admin/settings.php:217
|
94 |
msgid "Media"
|
95 |
msgstr "Média"
|
96 |
|
97 |
+
#: app/view/admin/settings.php:218
|
98 |
msgid "Community Hubs"
|
99 |
msgstr "Komunitní huby"
|
100 |
|
101 |
+
#: app/view/admin/settings.php:219
|
102 |
msgid "Education"
|
103 |
msgstr "Vzdělání"
|
104 |
|
105 |
+
#: app/view/admin/settings.php:220
|
106 |
msgid "Venue/Business"
|
107 |
msgstr "Místo konání"
|
108 |
|
109 |
+
#: app/view/admin/settings.php:221
|
110 |
msgid "Artist/Performer"
|
111 |
msgstr "Umělec/Účinkující"
|
112 |
|
113 |
+
#: app/view/admin/settings.php:222
|
114 |
msgid "Church/Spiritual"
|
115 |
msgstr "Církev/Duchovní"
|
116 |
|
117 |
+
#: app/view/admin/settings.php:223
|
118 |
msgid "Association/Group"
|
119 |
msgstr "Sdružení/Skupina"
|
120 |
|
121 |
+
#: app/view/admin/settings.php:224
|
122 |
msgid "Other"
|
123 |
msgstr "Ostatní"
|
124 |
|
283 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: app/view/admin/settings.php:178
|
287 |
msgid "Please, Sign In to Timely Network."
|
288 |
msgstr "Prosíme, přihlašte se k Timely Network."
|
289 |
|
290 |
+
#: app/view/admin/settings.php:204
|
291 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
292 |
msgstr "Potvrzuji, že jsem četl, porozuměl a souhlasím s <a href=\"https://time.ly/tos\"> podmínkami služby</a>."
|
293 |
|
294 |
+
#: app/view/admin/settings.php:207
|
295 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
296 |
msgstr "<h4>Věnujte pozornost:</h4>Pokud zvolíte odhlášení odAPI Timely Network, budou uzavřeny všechny vytvořené lístky (tickety) a všechny uživatelské přístupy k nim. Pokud se tak stane, uvidí uživatelé na stránce s událostmi oznámení \"Událost ukončena\" (“Event closed”)."
|
297 |
|
654 |
msgid "API URL: %s.<br/>Detail: %s"
|
655 |
msgstr "API URL: %s.<br/>Detail: %s"
|
656 |
|
657 |
+
#: app/model/api/api-abstract.php:542
|
658 |
msgid "Error decoding the response"
|
659 |
msgstr "Chyba při dekódování odpovědi"
|
660 |
|
1260 |
msgid "Apply"
|
1261 |
msgstr "Použít"
|
1262 |
|
1263 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1264 |
#: public/admin/plugins/ics/import_feed.php:127
|
1265 |
msgid "Cancel"
|
1266 |
msgstr "Zrušit"
|
2547 |
msgid "Total"
|
2548 |
msgstr "Celkem"
|
2549 |
|
2550 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2551 |
msgid "Sign Out"
|
2552 |
msgstr "Odhlásit"
|
2553 |
|
2589 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2590 |
msgstr "Kalendáři se nepodařilo inicializovat zobrazení %s a vrací se k zobrazení Agenda. Prosím, zkontrolujte, že máte instalovány poslední verze doplňků kalendáře."
|
2591 |
|
2592 |
+
#: app/view/admin/settings.php:203
|
2593 |
msgid "Phone Number:"
|
2594 |
msgstr "Telefonní číslo:"
|
2595 |
|
2596 |
+
#: app/view/admin/settings.php:212
|
2597 |
msgid "Sign Up"
|
2598 |
msgstr "Registrovat"
|
2599 |
|
2600 |
+
#: app/view/admin/settings.php:213
|
2601 |
msgid "Sign In"
|
2602 |
msgstr "Přihlásit"
|
2603 |
|
2604 |
+
#: app/view/admin/settings.php:236
|
2605 |
msgid "Save Settings"
|
2606 |
msgstr "Uložit nastavení"
|
2607 |
|
2608 |
+
#: app/view/admin/settings.php:243
|
2609 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2610 |
msgstr "Pokud formulář uvedený níže nefunguje, přejděte na <a href=\"%s\">tento odkaz</a>, prosím."
|
2611 |
|
2703 |
msgid "Cache Report"
|
2704 |
msgstr "Vyrovnávací paměť"
|
2705 |
|
2706 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2707 |
#: public/admin/box_ask_customer_review.php:113
|
2708 |
#: public/admin/box_ask_customer_review.php:127
|
2709 |
#: public/admin/box_ask_customer_review.php:141
|
2713 |
msgid "This field is required."
|
2714 |
msgstr "Toto pole je vyžadováno."
|
2715 |
|
2716 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2717 |
msgid "Register"
|
2718 |
msgstr "Registrovat"
|
2719 |
|
2720 |
+
#: app/view/admin/settings.php:191
|
2721 |
msgid "Sign in"
|
2722 |
msgstr "Přihlásit se"
|
2723 |
|
2724 |
+
#: app/view/admin/settings.php:195
|
2725 |
msgid "Sign out"
|
2726 |
msgstr "Odhlásit"
|
2727 |
|
2728 |
+
#: app/view/admin/settings.php:198
|
2729 |
msgid "Hide form"
|
2730 |
msgstr "Skrýt formulář"
|
2731 |
|
2732 |
+
#: app/view/admin/settings.php:199
|
2733 |
msgid "Show form"
|
2734 |
msgstr "Zobrazit formulář"
|
2735 |
|
2736 |
+
#: app/view/admin/settings.php:197
|
2737 |
msgid "Full Name:"
|
2738 |
msgstr "Jméno:"
|
2739 |
|
2740 |
+
#: app/view/admin/settings.php:200
|
2741 |
msgid "Email:"
|
2742 |
msgstr "E-mail:"
|
2743 |
|
2744 |
+
#: app/view/admin/settings.php:201
|
2745 |
msgid "Password:"
|
2746 |
msgstr "Heslo:"
|
2747 |
|
2748 |
+
#: app/view/admin/settings.php:202
|
2749 |
msgid "Confirm Password:"
|
2750 |
msgstr "Potvrdit heslo:"
|
2751 |
|
language/all-in-one-event-calendar-da_DK.po
CHANGED
@@ -98,43 +98,43 @@ msgstr ""
|
|
98 |
"<b>Du har nået grænsen for hvor mange feeds du kan importere.</b><br>\n"
|
99 |
" Tilmeld dig en \"EventBoost\"-plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">her</a>."
|
100 |
|
101 |
-
#: app/view/admin/settings.php:
|
102 |
msgid "Calendar Type:"
|
103 |
msgstr "Kalendertype:"
|
104 |
|
105 |
-
#: app/view/admin/settings.php:
|
106 |
msgid "Tourism"
|
107 |
msgstr "Turisme"
|
108 |
|
109 |
-
#: app/view/admin/settings.php:
|
110 |
msgid "Media"
|
111 |
msgstr "Medier"
|
112 |
|
113 |
-
#: app/view/admin/settings.php:
|
114 |
msgid "Community Hubs"
|
115 |
msgstr "Fællesskabscenter"
|
116 |
|
117 |
-
#: app/view/admin/settings.php:
|
118 |
msgid "Education"
|
119 |
msgstr "Uddannelse"
|
120 |
|
121 |
-
#: app/view/admin/settings.php:
|
122 |
msgid "Venue/Business"
|
123 |
msgstr "Spillested/Virksomhed"
|
124 |
|
125 |
-
#: app/view/admin/settings.php:
|
126 |
msgid "Artist/Performer"
|
127 |
msgstr "Musiker/Scenekunstner"
|
128 |
|
129 |
-
#: app/view/admin/settings.php:
|
130 |
msgid "Church/Spiritual"
|
131 |
msgstr "Kirke/Åndeligt"
|
132 |
|
133 |
-
#: app/view/admin/settings.php:
|
134 |
msgid "Association/Group"
|
135 |
msgstr "Forening/Gruppe"
|
136 |
|
137 |
-
#: app/view/admin/settings.php:
|
138 |
msgid "Other"
|
139 |
msgstr "Andet"
|
140 |
|
@@ -305,15 +305,15 @@ msgstr "Vi kunne ikke hente detaljer om begivenheden fra Time.ly billetsystem"
|
|
305 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
306 |
msgstr "Billetsystemet er ikke tilgængeligt for denne webside lige nu. Prøv igen senere."
|
307 |
|
308 |
-
#: app/view/admin/settings.php:
|
309 |
msgid "Please, Sign In to Timely Network."
|
310 |
msgstr "Log ind på Timelys netværk."
|
311 |
|
312 |
-
#: app/view/admin/settings.php:
|
313 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
314 |
msgstr "Jeg bekræfter at have læst, forstået og accepteret <a href=\"https://time.ly/tos\">servicevilkår</a>."
|
315 |
|
316 |
-
#: app/view/admin/settings.php:
|
317 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
318 |
msgstr "<h4>Vigtig meddelese:</h4> Hvis du vælger at logge ud af applikationen Timely Netværk vil alle oprettede billetter blive lukket og brugeradgangen fjernet. I dette tilfælde vil brugeren, på begivenhedens side, se statusen \"Begivenhed lukket\"."
|
319 |
|
@@ -678,7 +678,7 @@ msgstr "Klik her for tekniske detaljer"
|
|
678 |
msgid "API URL: %s.<br/>Detail: %s"
|
679 |
msgstr "API URL: %s.<br/>Detail: %s"
|
680 |
|
681 |
-
#: app/model/api/api-abstract.php:
|
682 |
msgid "Error decoding the response"
|
683 |
msgstr "Fejl i afkodning af svaret"
|
684 |
|
@@ -1284,7 +1284,7 @@ msgstr "Vent venligst…"
|
|
1284 |
msgid "Apply"
|
1285 |
msgstr "Tilføj"
|
1286 |
|
1287 |
-
#: app/view/admin/settings.php:
|
1288 |
#: public/admin/plugins/ics/import_feed.php:127
|
1289 |
msgid "Cancel"
|
1290 |
msgstr "Fortryd"
|
@@ -2570,7 +2570,7 @@ msgstr "Billetter"
|
|
2570 |
msgid "Total"
|
2571 |
msgstr "Total"
|
2572 |
|
2573 |
-
#: app/view/admin/settings.php:
|
2574 |
msgid "Sign Out"
|
2575 |
msgstr "Log ud"
|
2576 |
|
@@ -2612,23 +2612,23 @@ msgstr "Der opstod en fejl med at hente kalenderen. Kontakt venligst sidens admi
|
|
2612 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2613 |
msgstr "Kalenderen kunne ikke oprette %s visning og er gået tilbage til Listevisning. Tjek om du har installeret seneste versioner af kalendertilføjelserne."
|
2614 |
|
2615 |
-
#: app/view/admin/settings.php:
|
2616 |
msgid "Phone Number:"
|
2617 |
msgstr "Telefonnr.:"
|
2618 |
|
2619 |
-
#: app/view/admin/settings.php:
|
2620 |
msgid "Sign Up"
|
2621 |
msgstr "Tilmeld"
|
2622 |
|
2623 |
-
#: app/view/admin/settings.php:
|
2624 |
msgid "Sign In"
|
2625 |
msgstr "Log ind"
|
2626 |
|
2627 |
-
#: app/view/admin/settings.php:
|
2628 |
msgid "Save Settings"
|
2629 |
msgstr "Gem indstillinger"
|
2630 |
|
2631 |
-
#: app/view/admin/settings.php:
|
2632 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2633 |
msgstr "Hvis formularen nedenunder ikke virker, følg da <a href=\"%s\">dette link</a>."
|
2634 |
|
@@ -2726,7 +2726,7 @@ msgstr "Eksterne tjenester"
|
|
2726 |
msgid "Cache Report"
|
2727 |
msgstr "Cache-rapport"
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
#: public/admin/box_ask_customer_review.php:113
|
2731 |
#: public/admin/box_ask_customer_review.php:127
|
2732 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2736,39 +2736,39 @@ msgstr "Cache-rapport"
|
|
2736 |
msgid "This field is required."
|
2737 |
msgstr "Dette felt er påkrævet."
|
2738 |
|
2739 |
-
#: app/view/admin/settings.php:
|
2740 |
msgid "Register"
|
2741 |
msgstr "Registrer"
|
2742 |
|
2743 |
-
#: app/view/admin/settings.php:
|
2744 |
msgid "Sign in"
|
2745 |
msgstr "Log ind"
|
2746 |
|
2747 |
-
#: app/view/admin/settings.php:
|
2748 |
msgid "Sign out"
|
2749 |
msgstr "Log ud"
|
2750 |
|
2751 |
-
#: app/view/admin/settings.php:
|
2752 |
msgid "Hide form"
|
2753 |
msgstr "Skjul formularen"
|
2754 |
|
2755 |
-
#: app/view/admin/settings.php:
|
2756 |
msgid "Show form"
|
2757 |
msgstr "Vis formularen"
|
2758 |
|
2759 |
-
#: app/view/admin/settings.php:
|
2760 |
msgid "Full Name:"
|
2761 |
msgstr "Fulde navn:"
|
2762 |
|
2763 |
-
#: app/view/admin/settings.php:
|
2764 |
msgid "Email:"
|
2765 |
msgstr "Email:"
|
2766 |
|
2767 |
-
#: app/view/admin/settings.php:
|
2768 |
msgid "Password:"
|
2769 |
msgstr "Password:"
|
2770 |
|
2771 |
-
#: app/view/admin/settings.php:
|
2772 |
msgid "Confirm Password:"
|
2773 |
msgstr "Bekræft password:"
|
2774 |
|
98 |
"<b>Du har nået grænsen for hvor mange feeds du kan importere.</b><br>\n"
|
99 |
" Tilmeld dig en \"EventBoost\"-plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">her</a>."
|
100 |
|
101 |
+
#: app/view/admin/settings.php:214
|
102 |
msgid "Calendar Type:"
|
103 |
msgstr "Kalendertype:"
|
104 |
|
105 |
+
#: app/view/admin/settings.php:216
|
106 |
msgid "Tourism"
|
107 |
msgstr "Turisme"
|
108 |
|
109 |
+
#: app/view/admin/settings.php:217
|
110 |
msgid "Media"
|
111 |
msgstr "Medier"
|
112 |
|
113 |
+
#: app/view/admin/settings.php:218
|
114 |
msgid "Community Hubs"
|
115 |
msgstr "Fællesskabscenter"
|
116 |
|
117 |
+
#: app/view/admin/settings.php:219
|
118 |
msgid "Education"
|
119 |
msgstr "Uddannelse"
|
120 |
|
121 |
+
#: app/view/admin/settings.php:220
|
122 |
msgid "Venue/Business"
|
123 |
msgstr "Spillested/Virksomhed"
|
124 |
|
125 |
+
#: app/view/admin/settings.php:221
|
126 |
msgid "Artist/Performer"
|
127 |
msgstr "Musiker/Scenekunstner"
|
128 |
|
129 |
+
#: app/view/admin/settings.php:222
|
130 |
msgid "Church/Spiritual"
|
131 |
msgstr "Kirke/Åndeligt"
|
132 |
|
133 |
+
#: app/view/admin/settings.php:223
|
134 |
msgid "Association/Group"
|
135 |
msgstr "Forening/Gruppe"
|
136 |
|
137 |
+
#: app/view/admin/settings.php:224
|
138 |
msgid "Other"
|
139 |
msgstr "Andet"
|
140 |
|
305 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
306 |
msgstr "Billetsystemet er ikke tilgængeligt for denne webside lige nu. Prøv igen senere."
|
307 |
|
308 |
+
#: app/view/admin/settings.php:178
|
309 |
msgid "Please, Sign In to Timely Network."
|
310 |
msgstr "Log ind på Timelys netværk."
|
311 |
|
312 |
+
#: app/view/admin/settings.php:204
|
313 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
314 |
msgstr "Jeg bekræfter at have læst, forstået og accepteret <a href=\"https://time.ly/tos\">servicevilkår</a>."
|
315 |
|
316 |
+
#: app/view/admin/settings.php:207
|
317 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
318 |
msgstr "<h4>Vigtig meddelese:</h4> Hvis du vælger at logge ud af applikationen Timely Netværk vil alle oprettede billetter blive lukket og brugeradgangen fjernet. I dette tilfælde vil brugeren, på begivenhedens side, se statusen \"Begivenhed lukket\"."
|
319 |
|
678 |
msgid "API URL: %s.<br/>Detail: %s"
|
679 |
msgstr "API URL: %s.<br/>Detail: %s"
|
680 |
|
681 |
+
#: app/model/api/api-abstract.php:542
|
682 |
msgid "Error decoding the response"
|
683 |
msgstr "Fejl i afkodning af svaret"
|
684 |
|
1284 |
msgid "Apply"
|
1285 |
msgstr "Tilføj"
|
1286 |
|
1287 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1288 |
#: public/admin/plugins/ics/import_feed.php:127
|
1289 |
msgid "Cancel"
|
1290 |
msgstr "Fortryd"
|
2570 |
msgid "Total"
|
2571 |
msgstr "Total"
|
2572 |
|
2573 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2574 |
msgid "Sign Out"
|
2575 |
msgstr "Log ud"
|
2576 |
|
2612 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2613 |
msgstr "Kalenderen kunne ikke oprette %s visning og er gået tilbage til Listevisning. Tjek om du har installeret seneste versioner af kalendertilføjelserne."
|
2614 |
|
2615 |
+
#: app/view/admin/settings.php:203
|
2616 |
msgid "Phone Number:"
|
2617 |
msgstr "Telefonnr.:"
|
2618 |
|
2619 |
+
#: app/view/admin/settings.php:212
|
2620 |
msgid "Sign Up"
|
2621 |
msgstr "Tilmeld"
|
2622 |
|
2623 |
+
#: app/view/admin/settings.php:213
|
2624 |
msgid "Sign In"
|
2625 |
msgstr "Log ind"
|
2626 |
|
2627 |
+
#: app/view/admin/settings.php:236
|
2628 |
msgid "Save Settings"
|
2629 |
msgstr "Gem indstillinger"
|
2630 |
|
2631 |
+
#: app/view/admin/settings.php:243
|
2632 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2633 |
msgstr "Hvis formularen nedenunder ikke virker, følg da <a href=\"%s\">dette link</a>."
|
2634 |
|
2726 |
msgid "Cache Report"
|
2727 |
msgstr "Cache-rapport"
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2730 |
#: public/admin/box_ask_customer_review.php:113
|
2731 |
#: public/admin/box_ask_customer_review.php:127
|
2732 |
#: public/admin/box_ask_customer_review.php:141
|
2736 |
msgid "This field is required."
|
2737 |
msgstr "Dette felt er påkrævet."
|
2738 |
|
2739 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2740 |
msgid "Register"
|
2741 |
msgstr "Registrer"
|
2742 |
|
2743 |
+
#: app/view/admin/settings.php:191
|
2744 |
msgid "Sign in"
|
2745 |
msgstr "Log ind"
|
2746 |
|
2747 |
+
#: app/view/admin/settings.php:195
|
2748 |
msgid "Sign out"
|
2749 |
msgstr "Log ud"
|
2750 |
|
2751 |
+
#: app/view/admin/settings.php:198
|
2752 |
msgid "Hide form"
|
2753 |
msgstr "Skjul formularen"
|
2754 |
|
2755 |
+
#: app/view/admin/settings.php:199
|
2756 |
msgid "Show form"
|
2757 |
msgstr "Vis formularen"
|
2758 |
|
2759 |
+
#: app/view/admin/settings.php:197
|
2760 |
msgid "Full Name:"
|
2761 |
msgstr "Fulde navn:"
|
2762 |
|
2763 |
+
#: app/view/admin/settings.php:200
|
2764 |
msgid "Email:"
|
2765 |
msgstr "Email:"
|
2766 |
|
2767 |
+
#: app/view/admin/settings.php:201
|
2768 |
msgid "Password:"
|
2769 |
msgstr "Password:"
|
2770 |
|
2771 |
+
#: app/view/admin/settings.php:202
|
2772 |
msgid "Confirm Password:"
|
2773 |
msgstr "Bekræft password:"
|
2774 |
|
language/all-in-one-event-calendar-de_CH.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Bitte warten…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Anwenden"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Abbrechen"
|
@@ -2544,7 +2544,7 @@ msgstr "Tickets"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr "Gesamt"
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Abmelden"
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Beim Laden des Kalenders ist ein Fehler aufgetreten. Bitte kontaktiere d
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalender konnte die %s Ansicht nicht erstellen und benutzt die Agenda-Ansicht. Bitte überprüfen ob die aktuellste Version des Kalender-Zusatzes installiert ist."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Telefonnumer:"
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr "Registrieren"
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr "Anmelden"
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Einstellungen speichern"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Falls das Formular nicht angezeigt wird, bitte <a href=\"%s\">diesem Link</a> folgen."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Externe Dienste"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache-Bericht"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache-Bericht"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Dies ist ein Pflichtfeld!"
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Anmelden"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Melde DIch an"
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr "Melde Dich ab"
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr "Verstecke Formular"
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr "Zeige Formular"
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Vollständiger Name:"
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-Mail:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Passwort:"
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Passwort bestätigen:"
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Anwenden"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Abbrechen"
|
2544 |
msgid "Total"
|
2545 |
msgstr "Gesamt"
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Abmelden"
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalender konnte die %s Ansicht nicht erstellen und benutzt die Agenda-Ansicht. Bitte überprüfen ob die aktuellste Version des Kalender-Zusatzes installiert ist."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Telefonnumer:"
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr "Registrieren"
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr "Anmelden"
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Einstellungen speichern"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Falls das Formular nicht angezeigt wird, bitte <a href=\"%s\">diesem Link</a> folgen."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache-Bericht"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Dies ist ein Pflichtfeld!"
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Anmelden"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Melde DIch an"
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr "Melde Dich ab"
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr "Verstecke Formular"
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr "Zeige Formular"
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Vollständiger Name:"
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-Mail:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Passwort:"
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Passwort bestätigen:"
|
2748 |
|
language/all-in-one-event-calendar-de_DE.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Bitte warten…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Anwenden"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Abbrechen"
|
@@ -2544,7 +2544,7 @@ msgstr "Karten"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr "Gesamt"
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Abmelden"
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Beim Laden des Kalenders ist ein Fehler aufgetreten. Bitte kontaktiere d
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalender konnte die %s Ansicht nicht erstellen und benutzt die Agenda-Ansicht. Bitte überprüfen ob die aktuellste Version des Kalender-Zusatzes installiert ist."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Telefonnumer:"
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr "Registrieren"
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr "Anmelden"
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Einstellungen speichern"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Falls das Formular nicht angezeigt wird, bitte <a href=\"%s\">diesem Link</a> folgen."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Externe Dienste"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache-Bericht"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache-Bericht"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Dies ist ein Pflichtfeld!"
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Anmelden"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Melde DIch an"
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr "Melde Dich ab"
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr "Verstecke Formular"
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr "Zeige Formular"
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Vollständiger Name:"
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-Mail:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Passwort:"
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Passwort bestätigen:"
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Anwenden"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Abbrechen"
|
2544 |
msgid "Total"
|
2545 |
msgstr "Gesamt"
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Abmelden"
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalender konnte die %s Ansicht nicht erstellen und benutzt die Agenda-Ansicht. Bitte überprüfen ob die aktuellste Version des Kalender-Zusatzes installiert ist."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Telefonnumer:"
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr "Registrieren"
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr "Anmelden"
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Einstellungen speichern"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Falls das Formular nicht angezeigt wird, bitte <a href=\"%s\">diesem Link</a> folgen."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache-Bericht"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Dies ist ein Pflichtfeld!"
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Anmelden"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Melde DIch an"
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr "Melde Dich ab"
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr "Verstecke Formular"
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr "Zeige Formular"
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Vollständiger Name:"
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-Mail:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Passwort:"
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Passwort bestätigen:"
|
2748 |
|
language/all-in-one-event-calendar-el.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Παρακαλώ περιμένετε…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Εφάρμοσε"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Ακύρωση"
|
@@ -2544,7 +2544,7 @@ msgstr "Εισιτήρια"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Υπήρξε ένα σφάλμα στην φόρτωση του ημερ
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Αποθήκευση Ρυθμίσεων"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Εάν η παρακάτω φόρμα δεν λειτουργεί ακολούθησε <a href=\"%s\">τον σύνδεσμο</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Εξωτερικές Υπηρεσίες"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Αναφορά Μνήμης"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Αναφορά Μνήμης"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Εγγραφή"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Εφάρμοσε"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Ακύρωση"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Αποθήκευση Ρυθμίσεων"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Εάν η παρακάτω φόρμα δεν λειτουργεί ακολούθησε <a href=\"%s\">τον σύνδεσμο</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Αναφορά Μνήμης"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Εγγραφή"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-en_AU.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Please wait…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Apply"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancel"
|
@@ -2544,7 +2544,7 @@ msgstr "Tickets"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "There was an error loading calendar. Please contact site administrator a
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Calendar was unable to initialise %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Save Settings"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "External Services"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache Report"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache Report"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Register"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Apply"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancel"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Calendar was unable to initialise %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Save Settings"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache Report"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Register"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-en_GB.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Please wait…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Apply"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancel"
|
@@ -2544,7 +2544,7 @@ msgstr "Tickets"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "There was an error loading the calendar. Please contact site administrat
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Save Settings"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "External Services"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache Report"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache Report"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Register"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Apply"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancel"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Save Settings"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache Report"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Register"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-es_ES.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Por favor, espera…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Aplicar"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancelar"
|
@@ -2544,7 +2544,7 @@ msgstr "Entradas"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Hubo un error al cargar el calendario. Por favor contacta al administrad
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "la vista del calendario no se pudo inicializar %s y se ha revertido a la vista Agenda. Por favor, revisa si has instalado la versión más reciente de las add-ons."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Guardar ajustes"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Si el formulario de abajo no está funcionando, por favor sigue <a href=\"%s\">esta liga</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Servicios externos"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Reporte de caché"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Reporte de caché"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registrarse"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Aplicar"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancelar"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "la vista del calendario no se pudo inicializar %s y se ha revertido a la vista Agenda. Por favor, revisa si has instalado la versión más reciente de las add-ons."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Guardar ajustes"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Si el formulario de abajo no está funcionando, por favor sigue <a href=\"%s\">esta liga</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Reporte de caché"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registrarse"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-et.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-eu.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-fi.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Ole hyvä ja odota…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Ota käyttöön"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Peruuta"
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Tallenna asetukset"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Ota käyttöön"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Peruuta"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Tallenna asetukset"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-fr_FR.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Patientez s'il vous plaît…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Appliquer"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Annuler"
|
@@ -2544,7 +2544,7 @@ msgstr "Tickets"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr "Total"
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Se déconnecter"
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Il y a eu une erreur durant le chargement du calendrier. Veuillez contac
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Le calendrier était incapable d'initialiser la vue %s et le paramétrage est réinitialisé. Cocher si vous avez installé la dernière version du calendrier add-ons."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Numéro de téléphone:"
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr "S'inscrire"
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr "Se connecter"
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Sauvegarder les Paramètres"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Si le formulaire ci-dessous ne fonctionne pas, veuillez suivre <a href=\"%s\">ce lien</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Services Externes"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Rapport de Cache"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Rapport de Cache"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Ce champ est nécessaire."
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Inscription"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Se connecter"
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr "Se déconnecter"
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr "Cacher le formulaire"
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr "Montrer le formulaire"
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Nom complet:"
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Mot de passe:"
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Confirmer le mot de passe:"
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Appliquer"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Annuler"
|
2544 |
msgid "Total"
|
2545 |
msgstr "Total"
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Se déconnecter"
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Le calendrier était incapable d'initialiser la vue %s et le paramétrage est réinitialisé. Cocher si vous avez installé la dernière version du calendrier add-ons."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Numéro de téléphone:"
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr "S'inscrire"
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr "Se connecter"
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Sauvegarder les Paramètres"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Si le formulaire ci-dessous ne fonctionne pas, veuillez suivre <a href=\"%s\">ce lien</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Rapport de Cache"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Ce champ est nécessaire."
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Inscription"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Se connecter"
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr "Se déconnecter"
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr "Cacher le formulaire"
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr "Montrer le formulaire"
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Nom complet:"
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Mot de passe:"
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Confirmer le mot de passe:"
|
2748 |
|
language/all-in-one-event-calendar-gl_ES.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-he_IL.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "אנא המתן…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "החל"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "ביטול"
|
@@ -2546,7 +2546,7 @@ msgstr "כרטיסים"
|
|
2546 |
msgid "Total"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
-
#: app/view/admin/settings.php:
|
2550 |
msgid "Sign Out"
|
2551 |
msgstr ""
|
2552 |
|
@@ -2588,23 +2588,23 @@ msgstr ""
|
|
2588 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2589 |
msgstr "לוח האירועים לא הצליח לאתחל את תצוגת ה%s וחזר לתצוגת סדר יום. אנא בדוק אם התקנת את הגירסה האחרונה של התוספים של לוח האירועים."
|
2590 |
|
2591 |
-
#: app/view/admin/settings.php:
|
2592 |
msgid "Phone Number:"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
-
#: app/view/admin/settings.php:
|
2596 |
msgid "Sign Up"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
-
#: app/view/admin/settings.php:
|
2600 |
msgid "Sign In"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: app/view/admin/settings.php:
|
2604 |
msgid "Save Settings"
|
2605 |
msgstr "שמור הגדרות"
|
2606 |
|
2607 |
-
#: app/view/admin/settings.php:
|
2608 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2609 |
msgstr "אם הטופס למטה לא עובד אנא <a href=\"%s\">לחץ כאן</a>."
|
2610 |
|
@@ -2702,7 +2702,7 @@ msgstr "שירותים חיצוניים"
|
|
2702 |
msgid "Cache Report"
|
2703 |
msgstr "דיווח Cache"
|
2704 |
|
2705 |
-
#: app/view/admin/settings.php:
|
2706 |
#: public/admin/box_ask_customer_review.php:113
|
2707 |
#: public/admin/box_ask_customer_review.php:127
|
2708 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2712,39 +2712,39 @@ msgstr "דיווח Cache"
|
|
2712 |
msgid "This field is required."
|
2713 |
msgstr ""
|
2714 |
|
2715 |
-
#: app/view/admin/settings.php:
|
2716 |
msgid "Register"
|
2717 |
msgstr "הרשמה"
|
2718 |
|
2719 |
-
#: app/view/admin/settings.php:
|
2720 |
msgid "Sign in"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
-
#: app/view/admin/settings.php:
|
2724 |
msgid "Sign out"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: app/view/admin/settings.php:
|
2728 |
msgid "Hide form"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
-
#: app/view/admin/settings.php:
|
2732 |
msgid "Show form"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
-
#: app/view/admin/settings.php:
|
2736 |
msgid "Full Name:"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
-
#: app/view/admin/settings.php:
|
2740 |
msgid "Email:"
|
2741 |
msgstr "דוא״ל:"
|
2742 |
|
2743 |
-
#: app/view/admin/settings.php:
|
2744 |
msgid "Password:"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
-
#: app/view/admin/settings.php:
|
2748 |
msgid "Confirm Password:"
|
2749 |
msgstr ""
|
2750 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "החל"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "ביטול"
|
2546 |
msgid "Total"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2550 |
msgid "Sign Out"
|
2551 |
msgstr ""
|
2552 |
|
2588 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2589 |
msgstr "לוח האירועים לא הצליח לאתחל את תצוגת ה%s וחזר לתצוגת סדר יום. אנא בדוק אם התקנת את הגירסה האחרונה של התוספים של לוח האירועים."
|
2590 |
|
2591 |
+
#: app/view/admin/settings.php:203
|
2592 |
msgid "Phone Number:"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: app/view/admin/settings.php:212
|
2596 |
msgid "Sign Up"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: app/view/admin/settings.php:213
|
2600 |
msgid "Sign In"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: app/view/admin/settings.php:236
|
2604 |
msgid "Save Settings"
|
2605 |
msgstr "שמור הגדרות"
|
2606 |
|
2607 |
+
#: app/view/admin/settings.php:243
|
2608 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2609 |
msgstr "אם הטופס למטה לא עובד אנא <a href=\"%s\">לחץ כאן</a>."
|
2610 |
|
2702 |
msgid "Cache Report"
|
2703 |
msgstr "דיווח Cache"
|
2704 |
|
2705 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2706 |
#: public/admin/box_ask_customer_review.php:113
|
2707 |
#: public/admin/box_ask_customer_review.php:127
|
2708 |
#: public/admin/box_ask_customer_review.php:141
|
2712 |
msgid "This field is required."
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2716 |
msgid "Register"
|
2717 |
msgstr "הרשמה"
|
2718 |
|
2719 |
+
#: app/view/admin/settings.php:191
|
2720 |
msgid "Sign in"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
+
#: app/view/admin/settings.php:195
|
2724 |
msgid "Sign out"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
+
#: app/view/admin/settings.php:198
|
2728 |
msgid "Hide form"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: app/view/admin/settings.php:199
|
2732 |
msgid "Show form"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: app/view/admin/settings.php:197
|
2736 |
msgid "Full Name:"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
+
#: app/view/admin/settings.php:200
|
2740 |
msgid "Email:"
|
2741 |
msgstr "דוא״ל:"
|
2742 |
|
2743 |
+
#: app/view/admin/settings.php:201
|
2744 |
msgid "Password:"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
+
#: app/view/admin/settings.php:202
|
2748 |
msgid "Confirm Password:"
|
2749 |
msgstr ""
|
2750 |
|
language/all-in-one-event-calendar-hi.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-hr.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Primijeni"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Otkaži"
|
@@ -2545,7 +2545,7 @@ msgstr "Ulaznice"
|
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: app/view/admin/settings.php:
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
@@ -2587,23 +2587,23 @@ msgstr ""
|
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: app/view/admin/settings.php:
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: app/view/admin/settings.php:
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: app/view/admin/settings.php:
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: app/view/admin/settings.php:
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
-
#: app/view/admin/settings.php:
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Ako obrazac u nastavku ne radi molimo vas da slijedite <a href=\"%s\">ovaj link</a>."
|
2609 |
|
@@ -2701,7 +2701,7 @@ msgstr ""
|
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
-
#: app/view/admin/settings.php:
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2711,39 +2711,39 @@ msgstr ""
|
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: app/view/admin/settings.php:
|
2715 |
msgid "Register"
|
2716 |
msgstr "Prijaviti"
|
2717 |
|
2718 |
-
#: app/view/admin/settings.php:
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: app/view/admin/settings.php:
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: app/view/admin/settings.php:
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: app/view/admin/settings.php:
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: app/view/admin/settings.php:
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: app/view/admin/settings.php:
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: app/view/admin/settings.php:
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: app/view/admin/settings.php:
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Primijeni"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Otkaži"
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: app/view/admin/settings.php:203
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: app/view/admin/settings.php:212
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: app/view/admin/settings.php:213
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: app/view/admin/settings.php:236
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: app/view/admin/settings.php:243
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Ako obrazac u nastavku ne radi molimo vas da slijedite <a href=\"%s\">ovaj link</a>."
|
2609 |
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2715 |
msgid "Register"
|
2716 |
msgstr "Prijaviti"
|
2717 |
|
2718 |
+
#: app/view/admin/settings.php:191
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: app/view/admin/settings.php:195
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: app/view/admin/settings.php:198
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: app/view/admin/settings.php:199
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: app/view/admin/settings.php:197
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: app/view/admin/settings.php:200
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: app/view/admin/settings.php:201
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: app/view/admin/settings.php:202
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
language/all-in-one-event-calendar-hu_HU.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Kérem várjon…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Alkalmaz"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Mégsem"
|
@@ -2544,7 +2544,7 @@ msgstr "Jegyek"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Volt egy hiba a naptár betöltésekor. Kérjük, lépjen kapcsolatba az
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "A Calendar nem tudta betölteni a %s nézetet, ezért Agenda nézetre váltott. Ellenőrízd, hogy telepítetted-e a naptár kiegészítőinek a legfrissebb verzióját."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Beállítások mentése"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Ha nem működik a lenti form, katt ide: <a href=\"%s\">this link</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Külső szolgáltatások"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache Report"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache Report"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Regisztráció"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Alkalmaz"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Mégsem"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "A Calendar nem tudta betölteni a %s nézetet, ezért Agenda nézetre váltott. Ellenőrízd, hogy telepítetted-e a naptár kiegészítőinek a legfrissebb verzióját."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Beállítások mentése"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Ha nem működik a lenti form, katt ide: <a href=\"%s\">this link</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache Report"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Regisztráció"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-id_ID.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-is.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Hætta við"
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Hætta við"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-it_IT.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Prego attendere…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Applica"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Annulla"
|
@@ -2544,7 +2544,7 @@ msgstr "Biglietti"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr "Totale"
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Sloggati"
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Si è verificato un errore nel caricamento del calendario. Per favore co
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Il calendario non riesce a visualizzare %s e quindi è tornato alla visualizzazione come Agenda. Prova a controllare se hai installato l'ultima versione degli add-ons del calendario."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Numero di telefono:"
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr "Sottoscrivi"
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr "Annunciati"
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Salva impostazioni"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Se il form sottostante non funziona per favore segui <a href=\"%s\">questo link</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Servizi esterni"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache Report"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache Report"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Questo campo è richiesto."
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registra"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Entra"
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr "Esci"
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr "Nascondi form"
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr "Mostra form"
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Nome completo:"
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Password:"
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Conferma password:"
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Applica"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Annulla"
|
2544 |
msgid "Total"
|
2545 |
msgstr "Totale"
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Sloggati"
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Il calendario non riesce a visualizzare %s e quindi è tornato alla visualizzazione come Agenda. Prova a controllare se hai installato l'ultima versione degli add-ons del calendario."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Numero di telefono:"
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr "Sottoscrivi"
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr "Annunciati"
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Salva impostazioni"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Se il form sottostante non funziona per favore segui <a href=\"%s\">questo link</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache Report"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Questo campo è richiesto."
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registra"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Entra"
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr "Esci"
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr "Nascondi form"
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr "Mostra form"
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Nome completo:"
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Password:"
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Conferma password:"
|
2748 |
|
language/all-in-one-event-calendar-ja.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "お待ちください…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "適用"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "キャンセル"
|
@@ -2543,7 +2543,7 @@ msgstr "チケット"
|
|
2543 |
msgid "Total"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: app/view/admin/settings.php:
|
2547 |
msgid "Sign Out"
|
2548 |
msgstr ""
|
2549 |
|
@@ -2585,23 +2585,23 @@ msgstr "カレンダーの読み込み中にエラーが発生しました。管
|
|
2585 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2586 |
msgstr "カレンダーは %s 表示を初期化できず、日程表示に戻されました。最新のカレンダーアドオンをインストールしたかどうか確認してください。"
|
2587 |
|
2588 |
-
#: app/view/admin/settings.php:
|
2589 |
msgid "Phone Number:"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: app/view/admin/settings.php:
|
2593 |
msgid "Sign Up"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: app/view/admin/settings.php:
|
2597 |
msgid "Sign In"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
-
#: app/view/admin/settings.php:
|
2601 |
msgid "Save Settings"
|
2602 |
msgstr "設定を保存"
|
2603 |
|
2604 |
-
#: app/view/admin/settings.php:
|
2605 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2606 |
msgstr "もし下のフォームが動いていないときは、<a href=\"%s\">こちらのリンク先</a>へどうぞ。"
|
2607 |
|
@@ -2699,7 +2699,7 @@ msgstr "外部サービス"
|
|
2699 |
msgid "Cache Report"
|
2700 |
msgstr "キャッシュレポート"
|
2701 |
|
2702 |
-
#: app/view/admin/settings.php:
|
2703 |
#: public/admin/box_ask_customer_review.php:113
|
2704 |
#: public/admin/box_ask_customer_review.php:127
|
2705 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2709,39 +2709,39 @@ msgstr "キャッシュレポート"
|
|
2709 |
msgid "This field is required."
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: app/view/admin/settings.php:
|
2713 |
msgid "Register"
|
2714 |
msgstr "登録する"
|
2715 |
|
2716 |
-
#: app/view/admin/settings.php:
|
2717 |
msgid "Sign in"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#: app/view/admin/settings.php:
|
2721 |
msgid "Sign out"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
-
#: app/view/admin/settings.php:
|
2725 |
msgid "Hide form"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#: app/view/admin/settings.php:
|
2729 |
msgid "Show form"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: app/view/admin/settings.php:
|
2733 |
msgid "Full Name:"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
-
#: app/view/admin/settings.php:
|
2737 |
msgid "Email:"
|
2738 |
msgstr "Eメール:"
|
2739 |
|
2740 |
-
#: app/view/admin/settings.php:
|
2741 |
msgid "Password:"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: app/view/admin/settings.php:
|
2745 |
msgid "Confirm Password:"
|
2746 |
msgstr ""
|
2747 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "適用"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "キャンセル"
|
2543 |
msgid "Total"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2547 |
msgid "Sign Out"
|
2548 |
msgstr ""
|
2549 |
|
2585 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2586 |
msgstr "カレンダーは %s 表示を初期化できず、日程表示に戻されました。最新のカレンダーアドオンをインストールしたかどうか確認してください。"
|
2587 |
|
2588 |
+
#: app/view/admin/settings.php:203
|
2589 |
msgid "Phone Number:"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
+
#: app/view/admin/settings.php:212
|
2593 |
msgid "Sign Up"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
+
#: app/view/admin/settings.php:213
|
2597 |
msgid "Sign In"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
+
#: app/view/admin/settings.php:236
|
2601 |
msgid "Save Settings"
|
2602 |
msgstr "設定を保存"
|
2603 |
|
2604 |
+
#: app/view/admin/settings.php:243
|
2605 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2606 |
msgstr "もし下のフォームが動いていないときは、<a href=\"%s\">こちらのリンク先</a>へどうぞ。"
|
2607 |
|
2699 |
msgid "Cache Report"
|
2700 |
msgstr "キャッシュレポート"
|
2701 |
|
2702 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2703 |
#: public/admin/box_ask_customer_review.php:113
|
2704 |
#: public/admin/box_ask_customer_review.php:127
|
2705 |
#: public/admin/box_ask_customer_review.php:141
|
2709 |
msgid "This field is required."
|
2710 |
msgstr ""
|
2711 |
|
2712 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2713 |
msgid "Register"
|
2714 |
msgstr "登録する"
|
2715 |
|
2716 |
+
#: app/view/admin/settings.php:191
|
2717 |
msgid "Sign in"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: app/view/admin/settings.php:195
|
2721 |
msgid "Sign out"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: app/view/admin/settings.php:198
|
2725 |
msgid "Hide form"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
+
#: app/view/admin/settings.php:199
|
2729 |
msgid "Show form"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
+
#: app/view/admin/settings.php:197
|
2733 |
msgid "Full Name:"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: app/view/admin/settings.php:200
|
2737 |
msgid "Email:"
|
2738 |
msgstr "Eメール:"
|
2739 |
|
2740 |
+
#: app/view/admin/settings.php:201
|
2741 |
msgid "Password:"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
+
#: app/view/admin/settings.php:202
|
2745 |
msgid "Confirm Password:"
|
2746 |
msgstr ""
|
2747 |
|
language/all-in-one-event-calendar-lv.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Lūdzu uzgaidiet"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Pieteikties"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Atcelt"
|
@@ -2545,7 +2545,7 @@ msgstr "Biļetes"
|
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: app/view/admin/settings.php:
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
@@ -2587,23 +2587,23 @@ msgstr "Ielādējot kalendāru notika kļūda. Lūdzu sazinieties ar vietnes adm
|
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr "Kalendārs nevarēja noteikt skatu %s un tika atgriezts Darba kārtības skatā. Lūdzu pārbaudiet vai Jūs esiet instalējis pēdējo kalendāra pielikuma versiju."
|
2589 |
|
2590 |
-
#: app/view/admin/settings.php:
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: app/view/admin/settings.php:
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: app/view/admin/settings.php:
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: app/view/admin/settings.php:
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Saglabāt iestatījumus"
|
2605 |
|
2606 |
-
#: app/view/admin/settings.php:
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Ja forma zemāk netrādā, lūdzu sekojiet <a href=\"%s\">šai saitei</a>."
|
2609 |
|
@@ -2701,7 +2701,7 @@ msgstr "Ārējie pakalpojumi"
|
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr "Keša atskaite"
|
2703 |
|
2704 |
-
#: app/view/admin/settings.php:
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2711,39 +2711,39 @@ msgstr "Keša atskaite"
|
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: app/view/admin/settings.php:
|
2715 |
msgid "Register"
|
2716 |
msgstr "Reģistrēt"
|
2717 |
|
2718 |
-
#: app/view/admin/settings.php:
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: app/view/admin/settings.php:
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: app/view/admin/settings.php:
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: app/view/admin/settings.php:
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: app/view/admin/settings.php:
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: app/view/admin/settings.php:
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: app/view/admin/settings.php:
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: app/view/admin/settings.php:
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Pieteikties"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Atcelt"
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr "Kalendārs nevarēja noteikt skatu %s un tika atgriezts Darba kārtības skatā. Lūdzu pārbaudiet vai Jūs esiet instalējis pēdējo kalendāra pielikuma versiju."
|
2589 |
|
2590 |
+
#: app/view/admin/settings.php:203
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: app/view/admin/settings.php:212
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: app/view/admin/settings.php:213
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: app/view/admin/settings.php:236
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Saglabāt iestatījumus"
|
2605 |
|
2606 |
+
#: app/view/admin/settings.php:243
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Ja forma zemāk netrādā, lūdzu sekojiet <a href=\"%s\">šai saitei</a>."
|
2609 |
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr "Keša atskaite"
|
2703 |
|
2704 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2715 |
msgid "Register"
|
2716 |
msgstr "Reģistrēt"
|
2717 |
|
2718 |
+
#: app/view/admin/settings.php:191
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: app/view/admin/settings.php:195
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: app/view/admin/settings.php:198
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: app/view/admin/settings.php:199
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: app/view/admin/settings.php:197
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: app/view/admin/settings.php:200
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: app/view/admin/settings.php:201
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: app/view/admin/settings.php:202
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
language/all-in-one-event-calendar-nb_NO.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Vennlist vent…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Tilføy"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Avslutt"
|
@@ -2544,7 +2544,7 @@ msgstr "Billetter"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr "Total"
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Logg ut"
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalender klarte ikke i initalisere %s visning og har gått tilbake til listevisning. Vennligst sjekk om du har installert siste versjon av kalender tillegg."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Telefonnummer:"
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Lagre innstillinger"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Dersom skjemaet under ikke virker, vennligst følg <a href=\"%s\">denne linken</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Eksterne tjenester"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache rapport"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache rapport"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Obligatorisk felt."
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registrere"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Logg inn"
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Fullt navn:"
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-post:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Passord:"
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Bekreft passord:"
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Tilføy"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Avslutt"
|
2544 |
msgid "Total"
|
2545 |
msgstr "Total"
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr "Logg ut"
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalender klarte ikke i initalisere %s visning og har gått tilbake til listevisning. Vennligst sjekk om du har installert siste versjon av kalender tillegg."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr "Telefonnummer:"
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Lagre innstillinger"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Dersom skjemaet under ikke virker, vennligst følg <a href=\"%s\">denne linken</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache rapport"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr "Obligatorisk felt."
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registrere"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr "Logg inn"
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr "Fullt navn:"
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-post:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr "Passord:"
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr "Bekreft passord:"
|
2748 |
|
language/all-in-one-event-calendar-nl_NL.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Even wachten aub…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Pas toe"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Annuleer"
|
@@ -2544,7 +2544,7 @@ msgstr "Tickets"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Fout bij het laden van de kalender. Neem aub contact op met de site behe
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalender was niet in staat om %s te initialiseren en is teruggekeerd naar de Agenda-weergave. Controleer of je de nieuwste versies van de kalender add-ons hebt geïnstalleerd."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Bewaar instellingen"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Indien het onderstaande formulier niet werkt volg dan <a href=\"%s\">deze link</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Externe diensten"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache rapport"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache rapport"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registreer"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-mail:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Pas toe"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Annuleer"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalender was niet in staat om %s te initialiseren en is teruggekeerd naar de Agenda-weergave. Controleer of je de nieuwste versies van de kalender add-ons hebt geïnstalleerd."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Bewaar instellingen"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Indien het onderstaande formulier niet werkt volg dan <a href=\"%s\">deze link</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache rapport"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registreer"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-mail:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-pl_PL.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Proszę czekać…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Zastosuj"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Anuluj"
|
@@ -2545,7 +2545,7 @@ msgstr "Bilety"
|
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: app/view/admin/settings.php:
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
@@ -2587,23 +2587,23 @@ msgstr "Błąd ładowania kalendarza. Skontaktuj się za administratorem, aby sk
|
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr "Kalendarz nie może pokazać %s wpisanych zdarzeń i powrócił do widoku Agendy. Sprawdź, czy masz zainstalowane najnowsze wersje dodatków do kalendarza."
|
2589 |
|
2590 |
-
#: app/view/admin/settings.php:
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: app/view/admin/settings.php:
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: app/view/admin/settings.php:
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: app/view/admin/settings.php:
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Zapisz ustawienia"
|
2605 |
|
2606 |
-
#: app/view/admin/settings.php:
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Jeżeli poniższy formularz nie wyświetla się prawidłowo kliknij <a href=\"%s\">ten link</a>."
|
2609 |
|
@@ -2701,7 +2701,7 @@ msgstr "Serwisy zewnętrzne"
|
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr "Raport katalogu tymczasowego (cache)"
|
2703 |
|
2704 |
-
#: app/view/admin/settings.php:
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2711,39 +2711,39 @@ msgstr "Raport katalogu tymczasowego (cache)"
|
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: app/view/admin/settings.php:
|
2715 |
msgid "Register"
|
2716 |
msgstr "Rejestracja"
|
2717 |
|
2718 |
-
#: app/view/admin/settings.php:
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: app/view/admin/settings.php:
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: app/view/admin/settings.php:
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: app/view/admin/settings.php:
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: app/view/admin/settings.php:
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: app/view/admin/settings.php:
|
2739 |
msgid "Email:"
|
2740 |
msgstr "e-mail:"
|
2741 |
|
2742 |
-
#: app/view/admin/settings.php:
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: app/view/admin/settings.php:
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Zastosuj"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Anuluj"
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr "Kalendarz nie może pokazać %s wpisanych zdarzeń i powrócił do widoku Agendy. Sprawdź, czy masz zainstalowane najnowsze wersje dodatków do kalendarza."
|
2589 |
|
2590 |
+
#: app/view/admin/settings.php:203
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: app/view/admin/settings.php:212
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: app/view/admin/settings.php:213
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: app/view/admin/settings.php:236
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Zapisz ustawienia"
|
2605 |
|
2606 |
+
#: app/view/admin/settings.php:243
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Jeżeli poniższy formularz nie wyświetla się prawidłowo kliknij <a href=\"%s\">ten link</a>."
|
2609 |
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr "Raport katalogu tymczasowego (cache)"
|
2703 |
|
2704 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2715 |
msgid "Register"
|
2716 |
msgstr "Rejestracja"
|
2717 |
|
2718 |
+
#: app/view/admin/settings.php:191
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: app/view/admin/settings.php:195
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: app/view/admin/settings.php:198
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: app/view/admin/settings.php:199
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: app/view/admin/settings.php:197
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: app/view/admin/settings.php:200
|
2739 |
msgid "Email:"
|
2740 |
msgstr "e-mail:"
|
2741 |
|
2742 |
+
#: app/view/admin/settings.php:201
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: app/view/admin/settings.php:202
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
language/all-in-one-event-calendar-pt_BR.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Por favor espere…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Aplicar"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancelar"
|
@@ -2544,7 +2544,7 @@ msgstr "Ingressos"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Ocorreu um erro ao carregar o calendário. Por favor entre em contato co
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "O calendário não conseguiu inicializar a visualização de %s e reverteu para a visualização de Agenda. Por favor, verifique de você instalou a última versão dos add-ons do calendário."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Salvar configurações"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Se o formulário abaixo não está funcionando, por favor siga <a href=\"%s\"> este link</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Serviços externos"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Relatório de armazenamento"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Relatório de armazenamento"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registrar"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Aplicar"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancelar"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "O calendário não conseguiu inicializar a visualização de %s e reverteu para a visualização de Agenda. Por favor, verifique de você instalou a última versão dos add-ons do calendário."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Salvar configurações"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Se o formulário abaixo não está funcionando, por favor siga <a href=\"%s\"> este link</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Relatório de armazenamento"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registrar"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-pt_PT.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Por favor aguarde…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Aplicar"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancelar"
|
@@ -2544,7 +2544,7 @@ msgstr "Bilhetes"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Houve um erro ao carregar o calendário. Por favor contactar o administr
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Guardar Definições"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Se o formulário abaixo não estiver a funcionar por favor siga <a href=\"%s\">este link</a>. "
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Serviços Externos"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Relatório de Cache"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Relatório de Cache"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registar"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Aplicar"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Cancelar"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Guardar Definições"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Se o formulário abaixo não estiver a funcionar por favor siga <a href=\"%s\">este link</a>. "
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Relatório de Cache"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registar"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "Email:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-ro_RO.mo
CHANGED
Binary file
|
language/all-in-one-event-calendar-ro_RO.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the 2.3 package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date:
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -16,11 +16,11 @@ msgstr ""
|
|
16 |
|
17 |
#: app/view/admin/settings.php:158
|
18 |
msgid "Twitter"
|
19 |
-
msgstr ""
|
20 |
|
21 |
#: public/admin/box_support.php:44
|
22 |
msgid "More Features"
|
23 |
-
msgstr ""
|
24 |
|
25 |
#: app/view/admin/add-new-event.php:35
|
26 |
msgid "Empower your calendar, build your community"
|
@@ -32,7 +32,7 @@ msgstr ""
|
|
32 |
|
33 |
#: app/view/admin/samples.php:26 app/view/admin/samples.php:27
|
34 |
msgid "Samples"
|
35 |
-
msgstr ""
|
36 |
|
37 |
#: app/model/settings.php:893
|
38 |
msgid ""
|
@@ -68,11 +68,11 @@ msgstr ""
|
|
68 |
|
69 |
#: app/view/event/single.php:209
|
70 |
msgid "No data"
|
71 |
-
msgstr ""
|
72 |
|
73 |
#: public/admin/plugins/ics/import_feed.php:8
|
74 |
msgid "unlimited"
|
75 |
-
msgstr ""
|
76 |
|
77 |
#: public/admin/plugins/ics/import_feed.php:45
|
78 |
msgid ""
|
@@ -80,45 +80,45 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
-
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
-
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
-
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
-
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
-
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
-
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
-
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
-
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
-
msgstr ""
|
122 |
|
123 |
#: app/view/admin/add-new-event.php:337
|
124 |
msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
|
@@ -135,19 +135,19 @@ msgstr ""
|
|
135 |
|
136 |
#: public/admin/box_ask_customer_review.php:175
|
137 |
msgid "Time.ly team"
|
138 |
-
msgstr ""
|
139 |
|
140 |
#: public/admin/box_ask_customer_review.php:176
|
141 |
msgid "info@time.ly"
|
142 |
-
msgstr ""
|
143 |
|
144 |
#: public/admin/box_event_cost.php:53
|
145 |
msgid "Time.ly Tickets"
|
146 |
-
msgstr ""
|
147 |
|
148 |
#: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:118
|
149 |
msgid "Convert event's date/time to calendar's timezone"
|
150 |
-
msgstr ""
|
151 |
|
152 |
#: public/admin/box_event_cost.php:303
|
153 |
msgid "Report:"
|
@@ -222,56 +222,56 @@ msgstr ""
|
|
222 |
|
223 |
#: public/admin/plugins/ics/import_feed.php:139
|
224 |
msgid "Update feed"
|
225 |
-
msgstr ""
|
226 |
|
227 |
#: public/admin/plugins/suggested/display_feeds.php:17
|
228 |
msgid "Find events matching:"
|
229 |
-
msgstr ""
|
230 |
|
231 |
#: public/admin/plugins/suggested/display_feeds.php:22
|
232 |
msgid "Located in:"
|
233 |
-
msgstr ""
|
234 |
|
235 |
#: public/admin/plugins/suggested/display_feeds.php:29
|
236 |
msgid "Search"
|
237 |
-
msgstr ""
|
238 |
|
239 |
#: public/admin/plugins/suggested/display_feeds.php:40
|
240 |
msgid " events found."
|
241 |
-
msgstr ""
|
242 |
|
243 |
#: public/admin/plugins/suggested/display_feeds.php:42
|
244 |
msgid "Update settings for the imported events in “My feeds” tab."
|
245 |
-
msgstr ""
|
246 |
|
247 |
#: public/admin/plugins/suggested/display_feeds.php:47
|
248 |
msgid "Map"
|
249 |
-
msgstr ""
|
250 |
|
251 |
#: public/admin/plugins/suggested/display_feeds.php:50
|
252 |
msgid "Both"
|
253 |
-
msgstr ""
|
254 |
|
255 |
#: public/admin/plugins/suggested/display_feeds.php:53
|
256 |
msgid "List"
|
257 |
-
msgstr ""
|
258 |
|
259 |
#: public/admin/plugins/suggested/display_feeds.php:72
|
260 |
#: public/admin/plugins/suggested/feeds_list.php:4
|
261 |
msgid "No events found."
|
262 |
-
msgstr ""
|
263 |
|
264 |
#: public/admin/plugins/suggested/display_feeds.php:75
|
265 |
msgid "Please, modify your search criteria and try again."
|
266 |
-
msgstr ""
|
267 |
|
268 |
#: public/admin/plugins/suggested/event_actions.php:5
|
269 |
msgid "Import"
|
270 |
-
msgstr ""
|
271 |
|
272 |
#: public/admin/plugins/suggested/event_actions.php:9
|
273 |
msgid "Importing"
|
274 |
-
msgstr ""
|
275 |
|
276 |
#: app/model/api/api-ticketing.php:468
|
277 |
msgid "We were unable to get the Event Details from Time.ly Ticketing"
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -307,15 +307,15 @@ msgstr ""
|
|
307 |
|
308 |
#: lib/calendar-feed/ics.php:40
|
309 |
msgid "My Feeds"
|
310 |
-
msgstr ""
|
311 |
|
312 |
#: lib/calendar-feed/ics.php:891
|
313 |
msgid "Event imported"
|
314 |
-
msgstr ""
|
315 |
|
316 |
#: lib/calendar-feed/suggested.php:24
|
317 |
msgid "Discover Events"
|
318 |
-
msgstr ""
|
319 |
|
320 |
#: lib/calendar-feed/suggested.php:103
|
321 |
msgid "«"
|
@@ -331,7 +331,7 @@ msgstr ""
|
|
331 |
|
332 |
#: app/controller/javascript.php:511
|
333 |
msgid "Event was imported successfully."
|
334 |
-
msgstr ""
|
335 |
|
336 |
#: app/controller/javascript.php:514
|
337 |
msgid "An error occurred when importing event. Please, try later."
|
@@ -339,12 +339,12 @@ msgstr ""
|
|
339 |
|
340 |
#: app/controller/javascript.php:556
|
341 |
msgid "Information"
|
342 |
-
msgstr ""
|
343 |
|
344 |
#: app/controller/javascript.php:577 app/model/api/api-ticketing.php:401
|
345 |
#: public/admin/box_event_cost.php:280
|
346 |
msgid "Open for sale"
|
347 |
-
msgstr ""
|
348 |
|
349 |
#: app/controller/javascript.php:578
|
350 |
msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
|
@@ -356,19 +356,19 @@ msgstr ""
|
|
356 |
|
357 |
#: app/model/api/api-feeds.php:131
|
358 |
msgid "We were unable to import feed"
|
359 |
-
msgstr ""
|
360 |
|
361 |
#: app/model/api/api-feeds.php:154
|
362 |
msgid "We were unable to get feed data"
|
363 |
-
msgstr ""
|
364 |
|
365 |
#: app/model/api/api-feeds.php:286
|
366 |
msgid "We were unable to subscribe feed"
|
367 |
-
msgstr ""
|
368 |
|
369 |
#: app/model/api/api-feeds.php:316
|
370 |
msgid "We were unable to unsubscribe feed"
|
371 |
-
msgstr ""
|
372 |
|
373 |
#: app/model/api/api-ticketing.php:120
|
374 |
msgid "Tax and Invoice options are required."
|
@@ -376,11 +376,11 @@ msgstr ""
|
|
376 |
|
377 |
#: app/model/api/api-ticketing.php:403 public/admin/box_event_cost.php:285
|
378 |
msgid "Sale ended"
|
379 |
-
msgstr ""
|
380 |
|
381 |
#: app/model/api/api-ticketing.php:405 public/admin/box_event_cost.php:289
|
382 |
msgid "Canceled"
|
383 |
-
msgstr ""
|
384 |
|
385 |
#: app/model/settings.php:930
|
386 |
msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"https://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
|
@@ -400,7 +400,7 @@ msgstr ""
|
|
400 |
|
401 |
#: app/view/admin/add-new-event.php:446
|
402 |
msgid ", email: "
|
403 |
-
msgstr ""
|
404 |
|
405 |
#: app/view/admin/add-new-event.php:450
|
406 |
msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
|
@@ -416,27 +416,27 @@ msgstr ""
|
|
416 |
|
417 |
#: app/view/admin/tickets.php:123
|
418 |
msgid "PayPal"
|
419 |
-
msgstr ""
|
420 |
|
421 |
#: app/view/admin/tickets.php:124
|
422 |
msgid "Preferred currency for tickets:"
|
423 |
-
msgstr ""
|
424 |
|
425 |
#: app/view/admin/tickets.php:150
|
426 |
msgid "United States Dollar"
|
427 |
-
msgstr ""
|
428 |
|
429 |
#: app/view/admin/tickets.php:151
|
430 |
msgid "Canadian Dollar"
|
431 |
-
msgstr ""
|
432 |
|
433 |
#: app/view/admin/tickets.php:152
|
434 |
msgid "Australian Dollar"
|
435 |
-
msgstr ""
|
436 |
|
437 |
#: app/view/admin/tickets.php:153
|
438 |
msgid "Brazilian Real"
|
439 |
-
msgstr ""
|
440 |
|
441 |
#: app/view/admin/tickets.php:153 app/view/admin/tickets.php:161
|
442 |
msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
|
@@ -444,23 +444,23 @@ msgstr ""
|
|
444 |
|
445 |
#: app/view/admin/tickets.php:154
|
446 |
msgid "Czech Koruna"
|
447 |
-
msgstr ""
|
448 |
|
449 |
#: app/view/admin/tickets.php:155
|
450 |
msgid "Danish Krone"
|
451 |
-
msgstr ""
|
452 |
|
453 |
#: app/view/admin/tickets.php:156
|
454 |
msgid "Euro"
|
455 |
-
msgstr ""
|
456 |
|
457 |
#: app/view/admin/tickets.php:157
|
458 |
msgid "Hong Kong Dollar"
|
459 |
-
msgstr ""
|
460 |
|
461 |
#: app/view/admin/tickets.php:158
|
462 |
msgid "Hungarian Forint"
|
463 |
-
msgstr ""
|
464 |
|
465 |
#: app/view/admin/tickets.php:158 app/view/admin/tickets.php:172
|
466 |
msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
|
@@ -472,7 +472,7 @@ msgstr ""
|
|
472 |
|
473 |
#: app/view/admin/tickets.php:160
|
474 |
msgid "Japanese Yen"
|
475 |
-
msgstr ""
|
476 |
|
477 |
#: app/view/admin/tickets.php:160
|
478 |
msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
|
@@ -484,31 +484,31 @@ msgstr ""
|
|
484 |
|
485 |
#: app/view/admin/tickets.php:162
|
486 |
msgid "Mexican Peso"
|
487 |
-
msgstr ""
|
488 |
|
489 |
#: app/view/admin/tickets.php:163
|
490 |
msgid "Norwegian Krone"
|
491 |
-
msgstr ""
|
492 |
|
493 |
#: app/view/admin/tickets.php:164
|
494 |
msgid "New Zealand Dollar"
|
495 |
-
msgstr ""
|
496 |
|
497 |
#: app/view/admin/tickets.php:165
|
498 |
msgid "Philippine Peso"
|
499 |
-
msgstr ""
|
500 |
|
501 |
#: app/view/admin/tickets.php:166
|
502 |
msgid "Polish Zloty"
|
503 |
-
msgstr ""
|
504 |
|
505 |
#: app/view/admin/tickets.php:167
|
506 |
msgid "Pound Sterling"
|
507 |
-
msgstr ""
|
508 |
|
509 |
#: app/view/admin/tickets.php:168
|
510 |
msgid "Russian Ruble"
|
511 |
-
msgstr ""
|
512 |
|
513 |
#: app/view/admin/tickets.php:168
|
514 |
msgid "For in-border payments (payments made within Russia), the Russian Ruble is the only accepted currency. If you use another currency for in-border payments, the transaction will fail"
|
@@ -516,15 +516,15 @@ msgstr ""
|
|
516 |
|
517 |
#: app/view/admin/tickets.php:169
|
518 |
msgid "Singapore Dollar"
|
519 |
-
msgstr ""
|
520 |
|
521 |
#: app/view/admin/tickets.php:170
|
522 |
msgid "Swedish Krona"
|
523 |
-
msgstr ""
|
524 |
|
525 |
#: app/view/admin/tickets.php:171
|
526 |
msgid "Swiss Franc"
|
527 |
-
msgstr ""
|
528 |
|
529 |
#: app/view/admin/tickets.php:172
|
530 |
msgid "Taiwan New Dollar"
|
@@ -592,19 +592,19 @@ msgstr ""
|
|
592 |
|
593 |
#: public/admin/box_event_cost.php:379
|
594 |
msgid "Free Event"
|
595 |
-
msgstr ""
|
596 |
|
597 |
#: public/admin/box_event_cost.php:409
|
598 |
msgid "Registration URL:"
|
599 |
-
msgstr ""
|
600 |
|
601 |
#: public/admin/box_support.php:20
|
602 |
msgid "Guide"
|
603 |
-
msgstr ""
|
604 |
|
605 |
#: public/admin/box_support.php:36
|
606 |
msgid "Videos"
|
607 |
-
msgstr ""
|
608 |
|
609 |
#. Plugin URI of the plugin/theme
|
610 |
msgid "https://wordpress.org/plugins/all-in-one-event-calendar/"
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Vă rugăm să așteptați…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Aplică"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Renunță"
|
@@ -1273,7 +1273,7 @@ msgstr "All-in-One Event Calendar de la Timely este<br />un mod nou revoluționa
|
|
1273 |
|
1274 |
#: public/admin/box_event_cost.php:271
|
1275 |
msgid "Status:"
|
1276 |
-
msgstr ""
|
1277 |
|
1278 |
#: public/admin/box_event_cost.php:325
|
1279 |
msgid "Add New Ticket Type"
|
@@ -1357,7 +1357,7 @@ msgstr "Telefon:"
|
|
1357 |
|
1358 |
#: public/admin/box_event_contact.php:61
|
1359 |
msgid "Website URL:"
|
1360 |
-
msgstr ""
|
1361 |
|
1362 |
#: public/admin/box_event_cost.php:6
|
1363 |
msgid "Event cost and Tickets"
|
@@ -1369,7 +1369,7 @@ msgstr ""
|
|
1369 |
|
1370 |
#: public/admin/box_event_cost.php:72
|
1371 |
msgid "Sign Up for Timely Network"
|
1372 |
-
msgstr ""
|
1373 |
|
1374 |
#: public/admin/box_event_cost.php:100
|
1375 |
msgid "Remove Ticket Type"
|
@@ -1385,61 +1385,61 @@ msgstr "Descriere:"
|
|
1385 |
|
1386 |
#: public/admin/box_event_cost.php:134
|
1387 |
msgid "(Optional)"
|
1388 |
-
msgstr ""
|
1389 |
|
1390 |
#: public/admin/box_event_cost.php:138
|
1391 |
msgid "Price:"
|
1392 |
-
msgstr ""
|
1393 |
|
1394 |
#: public/admin/box_event_cost.php:152
|
1395 |
msgid "Limits:"
|
1396 |
-
msgstr ""
|
1397 |
|
1398 |
#: public/admin/box_event_cost.php:155
|
1399 |
msgid "This fields are required."
|
1400 |
-
msgstr ""
|
1401 |
|
1402 |
#: public/admin/box_event_cost.php:180
|
1403 |
msgid "Quantity:"
|
1404 |
-
msgstr ""
|
1405 |
|
1406 |
#: public/admin/box_event_cost.php:206
|
1407 |
msgid "Available:"
|
1408 |
-
msgstr ""
|
1409 |
|
1410 |
#: public/admin/box_event_cost.php:218
|
1411 |
msgid "Immediately"
|
1412 |
-
msgstr ""
|
1413 |
|
1414 |
#: public/admin/box_event_cost.php:231
|
1415 |
msgid "From:"
|
1416 |
-
msgstr ""
|
1417 |
|
1418 |
#: public/admin/box_event_cost.php:250
|
1419 |
msgid "Till:"
|
1420 |
-
msgstr ""
|
1421 |
|
1422 |
#: public/admin/box_ask_customer_review.php:43
|
1423 |
#: public/admin/box_ask_customer_review.php:76
|
1424 |
msgid "No, thanks"
|
1425 |
-
msgstr ""
|
1426 |
|
1427 |
#: public/admin/box_ask_customer_review.php:51
|
1428 |
#: public/admin/box_ask_customer_review.php:85
|
1429 |
msgid "Ok, sure!"
|
1430 |
-
msgstr ""
|
1431 |
|
1432 |
#: public/admin/box_ask_customer_review.php:102
|
1433 |
msgid "Please provide some feedback"
|
1434 |
-
msgstr ""
|
1435 |
|
1436 |
#: public/admin/box_ask_customer_review.php:109
|
1437 |
msgid "Message:"
|
1438 |
-
msgstr ""
|
1439 |
|
1440 |
#: public/admin/box_ask_customer_review.php:122
|
1441 |
msgid "Name:"
|
1442 |
-
msgstr ""
|
1443 |
|
1444 |
#: public/admin/box_ask_customer_review.php:137
|
1445 |
#: public/admin/box_event_contact.php:48
|
@@ -1448,27 +1448,27 @@ msgstr "E-mail:"
|
|
1448 |
|
1449 |
#: public/admin/box_ask_customer_review.php:144
|
1450 |
msgid "E-mail is invalid."
|
1451 |
-
msgstr ""
|
1452 |
|
1453 |
#: public/admin/box_ask_customer_review.php:155
|
1454 |
msgid "Site URL:"
|
1455 |
-
msgstr ""
|
1456 |
|
1457 |
#: public/admin/box_ask_customer_review.php:162
|
1458 |
msgid "Site URL is invalid."
|
1459 |
-
msgstr ""
|
1460 |
|
1461 |
#: public/admin/box_ask_customer_review.php:174
|
1462 |
msgid "Thank you for being our customer,"
|
1463 |
-
msgstr ""
|
1464 |
|
1465 |
#: public/admin/box_ask_customer_review.php:182
|
1466 |
msgid "Sending..."
|
1467 |
-
msgstr ""
|
1468 |
|
1469 |
#: public/admin/box_ask_customer_review.php:183
|
1470 |
msgid "Send Message"
|
1471 |
-
msgstr ""
|
1472 |
|
1473 |
#: public/admin/box_event_children.php:12
|
1474 |
msgid "Base recurrence event"
|
@@ -1564,15 +1564,15 @@ msgstr "Ascunde acest widget pe pagina de calendar"
|
|
1564 |
|
1565 |
#: public/admin/box_ask_customer_review.php:5
|
1566 |
msgid "Enjoying All-in-One Event Calendar?"
|
1567 |
-
msgstr ""
|
1568 |
|
1569 |
#: public/admin/box_ask_customer_review.php:13
|
1570 |
msgid "Not really"
|
1571 |
-
msgstr ""
|
1572 |
|
1573 |
#: public/admin/box_ask_customer_review.php:20
|
1574 |
msgid "Yes!"
|
1575 |
-
msgstr ""
|
1576 |
|
1577 |
#: lib/recurrence/rule.php:398
|
1578 |
msgid "Every %d weeks"
|
@@ -1667,7 +1667,7 @@ msgstr "Eveniment părinte"
|
|
1667 |
|
1668 |
#: lib/post/custom-type.php:55
|
1669 |
msgid "event"
|
1670 |
-
msgstr "
|
1671 |
|
1672 |
#: lib/post/custom-type.php:85
|
1673 |
msgctxt "Event categories taxonomy"
|
@@ -1845,7 +1845,7 @@ msgstr "În prezent nu se pot încorpora mai mult de un calendar pe aceeași pag
|
|
1845 |
|
1846 |
#: lib/import-export/ics.php:881
|
1847 |
msgid "Tickets: "
|
1848 |
-
msgstr ""
|
1849 |
|
1850 |
#: lib/html/element/setting/html.php:41
|
1851 |
msgid "Day view:"
|
@@ -2178,7 +2178,7 @@ msgstr "Ați activat Randarea la nivel de client (frontend) și folosiți o tem
|
|
2178 |
|
2179 |
#: app/view/event/single.php:98
|
2180 |
msgid "Tickets:"
|
2181 |
-
msgstr ""
|
2182 |
|
2183 |
#: app/view/event/single.php:99
|
2184 |
msgid "Free"
|
@@ -2224,11 +2224,11 @@ msgstr " – "
|
|
2224 |
|
2225 |
#: app/view/event/time.php:166
|
2226 |
msgid ", and "
|
2227 |
-
msgstr ""
|
2228 |
|
2229 |
#: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
|
2230 |
msgid "Excludes: "
|
2231 |
-
msgstr ""
|
2232 |
|
2233 |
#: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
|
2234 |
msgid "Repeats"
|
@@ -2263,7 +2263,7 @@ msgstr "Unde:"
|
|
2263 |
|
2264 |
#: app/view/event/content.php:125
|
2265 |
msgid "Calendar"
|
2266 |
-
msgstr ""
|
2267 |
|
2268 |
#: app/view/event/content.php:126
|
2269 |
msgid "View all events"
|
@@ -2321,7 +2321,7 @@ msgstr "j M, Y @ G:i"
|
|
2321 |
|
2322 |
#: app/view/event/post.php:58
|
2323 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
2324 |
-
msgstr ""
|
2325 |
|
2326 |
#: app/view/event/single.php:89
|
2327 |
msgid "Add to Calendar"
|
@@ -2412,7 +2412,7 @@ msgstr "Nu există evenimente în viitorul apropiat."
|
|
2412 |
|
2413 |
#: app/view/calendar/widget.php:371 app/view/event/time.php:132
|
2414 |
msgid "all-day"
|
2415 |
-
msgstr ""
|
2416 |
|
2417 |
#: app/view/calendar/widget.php:372
|
2418 |
msgid "View Calendar"
|
@@ -2420,15 +2420,15 @@ msgstr "Vezi Calendar"
|
|
2420 |
|
2421 |
#: app/view/calendar/widget.php:375
|
2422 |
msgid "Add"
|
2423 |
-
msgstr "
|
2424 |
|
2425 |
#: app/view/calendar/page.php:260
|
2426 |
msgid "Subscribe to filtered calendar"
|
2427 |
-
msgstr "
|
2428 |
|
2429 |
#: app/view/calendar/page.php:261
|
2430 |
msgid "Subscribe"
|
2431 |
-
msgstr "
|
2432 |
|
2433 |
#: app/view/calendar/page.php:262 app/view/event/single.php:93
|
2434 |
msgid "Get a Timely Calendar"
|
@@ -2436,15 +2436,15 @@ msgstr "Obține un Calendar Timely"
|
|
2436 |
|
2437 |
#: app/view/calendar/subscribe-button.php:22
|
2438 |
msgid "Add to Timely Calendar"
|
2439 |
-
msgstr "
|
2440 |
|
2441 |
#: app/view/calendar/subscribe-button.php:23
|
2442 |
msgid "Add to Google"
|
2443 |
-
msgstr "
|
2444 |
|
2445 |
#: app/view/calendar/subscribe-button.php:24
|
2446 |
msgid "Add to Outlook"
|
2447 |
-
msgstr "
|
2448 |
|
2449 |
#: app/view/calendar/subscribe-button.php:25
|
2450 |
msgid "Add to Apple Calendar"
|
@@ -2452,7 +2452,7 @@ msgstr "Adaugă la Apple Calendar"
|
|
2452 |
|
2453 |
#: app/view/calendar/subscribe-button.php:26
|
2454 |
msgid "Add to other calendar"
|
2455 |
-
msgstr "
|
2456 |
|
2457 |
#: app/view/calendar/subscribe-button.php:30
|
2458 |
msgid "Copy this URL for your own Timely calendar or click to add to your rich-text calendar"
|
@@ -2460,11 +2460,11 @@ msgstr "Copiați acest URL pentru calendarul dvoastră propriu Timely sau faceț
|
|
2460 |
|
2461 |
#: app/view/calendar/subscribe-button.php:31
|
2462 |
msgid "Subscribe to this calendar in your Google Calendar"
|
2463 |
-
msgstr "
|
2464 |
|
2465 |
#: app/view/calendar/subscribe-button.php:32
|
2466 |
msgid "Subscribe to this calendar in MS Outlook"
|
2467 |
-
msgstr "
|
2468 |
|
2469 |
#: app/view/calendar/subscribe-button.php:33
|
2470 |
msgid "Subscribe to this calendar in Apple Calendar/iCal"
|
@@ -2510,11 +2510,11 @@ msgstr "Citește mai mult"
|
|
2510 |
|
2511 |
#: app/view/admin/tickets.php:120
|
2512 |
msgid "Sales"
|
2513 |
-
msgstr ""
|
2514 |
|
2515 |
#: app/view/admin/tickets.php:122
|
2516 |
msgid "Cheque"
|
2517 |
-
msgstr ""
|
2518 |
|
2519 |
#: public/admin/box_eventbrite.php:103
|
2520 |
msgid "Paypal"
|
@@ -2522,19 +2522,19 @@ msgstr "Paypal"
|
|
2522 |
|
2523 |
#: app/view/admin/tickets.php:126
|
2524 |
msgid "Save Changes"
|
2525 |
-
msgstr ""
|
2526 |
|
2527 |
#: app/view/admin/tickets.php:127
|
2528 |
msgid "Date"
|
2529 |
-
msgstr ""
|
2530 |
|
2531 |
#: app/view/admin/tickets.php:128
|
2532 |
msgid "Event"
|
2533 |
-
msgstr ""
|
2534 |
|
2535 |
#: app/view/admin/tickets.php:129
|
2536 |
msgid "Purchaser"
|
2537 |
-
msgstr ""
|
2538 |
|
2539 |
#: app/view/admin/tickets.php:130 app/view/calendar/view/abstract.php:107
|
2540 |
#: app/view/event/ticket.php:39
|
@@ -2543,11 +2543,11 @@ msgstr "Bilete"
|
|
2543 |
|
2544 |
#: app/view/admin/tickets.php:133
|
2545 |
msgid "Total"
|
2546 |
-
msgstr ""
|
2547 |
|
2548 |
-
#: app/view/admin/settings.php:
|
2549 |
msgid "Sign Out"
|
2550 |
-
msgstr ""
|
2551 |
|
2552 |
#: app/view/admin/widget-creator.php:24 app/view/admin/widget-creator.php:25
|
2553 |
#: app/view/admin/widget-creator.php:47
|
@@ -2587,23 +2587,23 @@ msgstr "A apărut o eroare la încărcarea calendarului. Vă rugăm să contacta
|
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr "Calendarul nu a putut inițializa vederea %s și a revenit la vederea Agendă. Vă rugăm să verificați dacă aveți instalate ultimele versiuni ale extensiilor pentru calendar."
|
2589 |
|
2590 |
-
#: app/view/admin/settings.php:
|
2591 |
msgid "Phone Number:"
|
2592 |
-
msgstr ""
|
2593 |
|
2594 |
-
#: app/view/admin/settings.php:
|
2595 |
msgid "Sign Up"
|
2596 |
-
msgstr ""
|
2597 |
|
2598 |
-
#: app/view/admin/settings.php:
|
2599 |
msgid "Sign In"
|
2600 |
-
msgstr ""
|
2601 |
|
2602 |
-
#: app/view/admin/settings.php:
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Salvați opțiunile"
|
2605 |
|
2606 |
-
#: app/view/admin/settings.php:
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Dacă formularul de mai jos nu funcționează, vă rugăm să accesați <a href=\"%s\">acest link</a>."
|
2609 |
|
@@ -2642,11 +2642,11 @@ msgstr "Calendar general"
|
|
2642 |
|
2643 |
#: app/view/admin/theme-options.php:148
|
2644 |
msgid "Month/week/day view"
|
2645 |
-
msgstr "
|
2646 |
|
2647 |
#: app/view/admin/theme-options.php:151
|
2648 |
msgid "Agenda view"
|
2649 |
-
msgstr "
|
2650 |
|
2651 |
#: app/view/admin/theme-options.php:169
|
2652 |
msgid "Save Options"
|
@@ -2701,7 +2701,7 @@ msgstr "Servicii externe"
|
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr "Raport de Cache"
|
2703 |
|
2704 |
-
#: app/view/admin/settings.php:
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2709,43 +2709,43 @@ msgstr "Raport de Cache"
|
|
2709 |
#: public/admin/box_event_cost.php:118 public/admin/box_event_cost.php:141
|
2710 |
#: public/admin/box_event_cost.php:333 public/admin/box_event_cost.php:346
|
2711 |
msgid "This field is required."
|
2712 |
-
msgstr ""
|
2713 |
|
2714 |
-
#: app/view/admin/settings.php:
|
2715 |
msgid "Register"
|
2716 |
-
msgstr "
|
2717 |
|
2718 |
-
#: app/view/admin/settings.php:
|
2719 |
msgid "Sign in"
|
2720 |
-
msgstr ""
|
2721 |
|
2722 |
-
#: app/view/admin/settings.php:
|
2723 |
msgid "Sign out"
|
2724 |
-
msgstr ""
|
2725 |
|
2726 |
-
#: app/view/admin/settings.php:
|
2727 |
msgid "Hide form"
|
2728 |
-
msgstr ""
|
2729 |
|
2730 |
-
#: app/view/admin/settings.php:
|
2731 |
msgid "Show form"
|
2732 |
-
msgstr ""
|
2733 |
|
2734 |
-
#: app/view/admin/settings.php:
|
2735 |
msgid "Full Name:"
|
2736 |
-
msgstr ""
|
2737 |
|
2738 |
-
#: app/view/admin/settings.php:
|
2739 |
msgid "Email:"
|
2740 |
msgstr "Email:"
|
2741 |
|
2742 |
-
#: app/view/admin/settings.php:
|
2743 |
msgid "Password:"
|
2744 |
-
msgstr ""
|
2745 |
|
2746 |
-
#: app/view/admin/settings.php:
|
2747 |
msgid "Confirm Password:"
|
2748 |
-
msgstr ""
|
2749 |
|
2750 |
#: app/view/admin/get-repeat-box.php:483
|
2751 |
msgid "fourth"
|
@@ -2801,7 +2801,7 @@ msgstr "<a href=\"%s\">Setări</a>"
|
|
2801 |
|
2802 |
#: app/view/admin/nav.php:28
|
2803 |
msgid "<a href=\"%s\">Check for updates</a>"
|
2804 |
-
msgstr ""
|
2805 |
|
2806 |
#: app/view/admin/organize.php:100
|
2807 |
msgid "Organize Events"
|
@@ -2951,7 +2951,7 @@ msgstr "Cache-ul șabloanelor îmbunătățește performanța site-ului"
|
|
2951 |
|
2952 |
#: app/model/settings.php:1044
|
2953 |
msgid "Display events in <strong>calendar time zone</strong>"
|
2954 |
-
msgstr ""
|
2955 |
|
2956 |
#: app/model/settings.php:1047
|
2957 |
msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
|
@@ -2995,7 +2995,7 @@ msgstr "Data/ora evenimentului"
|
|
2995 |
|
2996 |
#: app/view/admin/all-events.php:21
|
2997 |
msgid "Ticket Types"
|
2998 |
-
msgstr ""
|
2999 |
|
3000 |
#: app/view/admin/all-events.php:128
|
3001 |
msgid "Show All "
|
@@ -3003,7 +3003,7 @@ msgstr "Arată tot"
|
|
3003 |
|
3004 |
#: app/view/admin/all-events.php:141
|
3005 |
msgid "Show All Authors"
|
3006 |
-
msgstr ""
|
3007 |
|
3008 |
#: app/model/settings.php:761
|
3009 |
msgid "Strict compatibility content filtering"
|
@@ -3111,15 +3111,15 @@ msgstr "Se aplică doar la evenimentele care se întind pe o singură zi."
|
|
3111 |
|
3112 |
#: app/model/settings.php:604
|
3113 |
msgid "Keep all events <strong>expanded</strong> in Agenda view"
|
3114 |
-
msgstr ""
|
3115 |
|
3116 |
#: app/model/settings.php:616
|
3117 |
msgid "<strong>Show year</strong> in calendar date labels"
|
3118 |
-
msgstr ""
|
3119 |
|
3120 |
#: app/model/settings.php:628
|
3121 |
msgid "<strong>Show location in event titles</strong> in calendar views"
|
3122 |
-
msgstr ""
|
3123 |
|
3124 |
#: app/model/settings.php:640
|
3125 |
msgid "<strong>Exclude</strong> events from search results"
|
@@ -3167,7 +3167,7 @@ msgstr ""
|
|
3167 |
|
3168 |
#: app/model/api/api-abstract.php:191
|
3169 |
msgid "%s.<br/>Detail: %s."
|
3170 |
-
msgstr ""
|
3171 |
|
3172 |
#: app/model/api/api-abstract.php:203
|
3173 |
msgid "API URL: %s.<br/>Detail: %s - %s"
|
@@ -3175,11 +3175,11 @@ msgstr ""
|
|
3175 |
|
3176 |
#: app/model/api/api-abstract.php:211
|
3177 |
msgid "%s. Please reload this page to try again. If this error persists, please contact us at %s. In your report please include the information below.<br/>%s."
|
3178 |
-
msgstr ""
|
3179 |
|
3180 |
#: app/model/api/api-abstract.php:218
|
3181 |
msgid "%s. Please try again. If this error persists, please contact us at %s. In your report please include the information below.<br/>%s."
|
3182 |
-
msgstr ""
|
3183 |
|
3184 |
#: app/model/event/parent.php:186
|
3185 |
msgid "Edit “%s”"
|
@@ -3191,7 +3191,7 @@ msgstr "Eveniment de bază"
|
|
3191 |
|
3192 |
#: app/model/review.php:169
|
3193 |
msgid "Feedback provided by user"
|
3194 |
-
msgstr ""
|
3195 |
|
3196 |
#: app/model/review.php:171 public/admin/box_eventbrite.php:32
|
3197 |
msgid "Name"
|
@@ -3199,15 +3199,15 @@ msgstr "Nume"
|
|
3199 |
|
3200 |
#: app/model/review.php:173
|
3201 |
msgid "E-mail"
|
3202 |
-
msgstr ""
|
3203 |
|
3204 |
#: app/model/review.php:175
|
3205 |
msgid "Site URL"
|
3206 |
-
msgstr ""
|
3207 |
|
3208 |
#: app/model/review.php:177
|
3209 |
msgid "Message"
|
3210 |
-
msgstr ""
|
3211 |
|
3212 |
#: app/model/settings.php:401
|
3213 |
#: lib/html/element/setting/calendar-page-selector.php:50
|
@@ -3349,39 +3349,39 @@ msgstr ""
|
|
3349 |
|
3350 |
#: app/controller/javascript.php:563
|
3351 |
msgid "Start:"
|
3352 |
-
msgstr ""
|
3353 |
|
3354 |
#: app/controller/javascript.php:564
|
3355 |
msgid "End:"
|
3356 |
-
msgstr ""
|
3357 |
|
3358 |
#: app/controller/javascript.php:565 public/admin/box_event_cost.php:158
|
3359 |
msgid "Min:"
|
3360 |
-
msgstr ""
|
3361 |
|
3362 |
#: app/controller/javascript.php:566 public/admin/box_event_cost.php:168
|
3363 |
msgid "Max:"
|
3364 |
-
msgstr ""
|
3365 |
|
3366 |
#: app/controller/javascript.php:567
|
3367 |
msgid "Attendees"
|
3368 |
-
msgstr ""
|
3369 |
|
3370 |
#: app/controller/javascript.php:568
|
3371 |
msgid "Hide Attendees"
|
3372 |
-
msgstr ""
|
3373 |
|
3374 |
#: app/controller/javascript.php:569
|
3375 |
msgid "Attendees List"
|
3376 |
-
msgstr ""
|
3377 |
|
3378 |
#: app/controller/javascript.php:570
|
3379 |
msgid "Guest Name"
|
3380 |
-
msgstr ""
|
3381 |
|
3382 |
#: app/controller/javascript.php:571 app/view/admin/tickets.php:132
|
3383 |
msgid "Status"
|
3384 |
-
msgstr ""
|
3385 |
|
3386 |
#: app/controller/javascript.php:572 app/view/admin/tickets.php:131
|
3387 |
#: app/view/event/ticket.php:71
|
@@ -3399,20 +3399,20 @@ msgstr "Editează"
|
|
3399 |
|
3400 |
#: app/controller/javascript.php:575
|
3401 |
msgid "Code"
|
3402 |
-
msgstr ""
|
3403 |
|
3404 |
#: app/controller/javascript.php:576 public/admin/box_event_cost.php:189
|
3405 |
#: public/admin/box_event_cost.php:308
|
3406 |
msgid "Unlimited"
|
3407 |
-
msgstr ""
|
3408 |
|
3409 |
#: app/controller/javascript.php:582
|
3410 |
msgid "Your message has been sent. Thank you for your feedback."
|
3411 |
-
msgstr ""
|
3412 |
|
3413 |
#: app/controller/javascript.php:583
|
3414 |
msgid "Your message has not been sent. Please try again or contact us."
|
3415 |
-
msgstr ""
|
3416 |
|
3417 |
#: app/controller/javascript.php:456
|
3418 |
msgid "Please enter a valid iCalendar URL."
|
@@ -3420,7 +3420,7 @@ msgstr "Introduceţi un URL iCalendar corect."
|
|
3420 |
|
3421 |
#: app/controller/javascript.php:465
|
3422 |
msgid "Please enter a valid email address."
|
3423 |
-
msgstr "Te
|
3424 |
|
3425 |
#: app/controller/javascript.php:467
|
3426 |
msgid "Choose Image"
|
2 |
# This file is distributed under the same license as the 2.3 package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2017-11-16 20:02:48+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
|
17 |
#: app/view/admin/settings.php:158
|
18 |
msgid "Twitter"
|
19 |
+
msgstr "Twitter"
|
20 |
|
21 |
#: public/admin/box_support.php:44
|
22 |
msgid "More Features"
|
23 |
+
msgstr "Mai multe specificații"
|
24 |
|
25 |
#: app/view/admin/add-new-event.php:35
|
26 |
msgid "Empower your calendar, build your community"
|
32 |
|
33 |
#: app/view/admin/samples.php:26 app/view/admin/samples.php:27
|
34 |
msgid "Samples"
|
35 |
+
msgstr "Mostre"
|
36 |
|
37 |
#: app/model/settings.php:893
|
38 |
msgid ""
|
68 |
|
69 |
#: app/view/event/single.php:209
|
70 |
msgid "No data"
|
71 |
+
msgstr "Lipsă date"
|
72 |
|
73 |
#: public/admin/plugins/ics/import_feed.php:8
|
74 |
msgid "unlimited"
|
75 |
+
msgstr "nelimitat"
|
76 |
|
77 |
#: public/admin/plugins/ics/import_feed.php:45
|
78 |
msgid ""
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
+
msgstr "Tip de calendar"
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
+
msgstr "Turism"
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
+
msgstr "Media"
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
+
msgstr "Educație"
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
+
msgstr "Local/Afacere"
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
+
msgstr "Artist"
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
+
msgstr "Biserică/Spiritualitate"
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
+
msgstr "Asociație/Grup"
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
+
msgstr "Altele"
|
122 |
|
123 |
#: app/view/admin/add-new-event.php:337
|
124 |
msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
|
135 |
|
136 |
#: public/admin/box_ask_customer_review.php:175
|
137 |
msgid "Time.ly team"
|
138 |
+
msgstr "Echipa Time.ly"
|
139 |
|
140 |
#: public/admin/box_ask_customer_review.php:176
|
141 |
msgid "info@time.ly"
|
142 |
+
msgstr "info@time.ly"
|
143 |
|
144 |
#: public/admin/box_event_cost.php:53
|
145 |
msgid "Time.ly Tickets"
|
146 |
+
msgstr "Bilete Time.ly"
|
147 |
|
148 |
#: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:118
|
149 |
msgid "Convert event's date/time to calendar's timezone"
|
150 |
+
msgstr "Convertește ora și data evenimentului la fusul orar al calendarului"
|
151 |
|
152 |
#: public/admin/box_event_cost.php:303
|
153 |
msgid "Report:"
|
222 |
|
223 |
#: public/admin/plugins/ics/import_feed.php:139
|
224 |
msgid "Update feed"
|
225 |
+
msgstr "Actualizează fluxul"
|
226 |
|
227 |
#: public/admin/plugins/suggested/display_feeds.php:17
|
228 |
msgid "Find events matching:"
|
229 |
+
msgstr "Găsește evenimente similare:"
|
230 |
|
231 |
#: public/admin/plugins/suggested/display_feeds.php:22
|
232 |
msgid "Located in:"
|
233 |
+
msgstr "Localizat în"
|
234 |
|
235 |
#: public/admin/plugins/suggested/display_feeds.php:29
|
236 |
msgid "Search"
|
237 |
+
msgstr "Caută"
|
238 |
|
239 |
#: public/admin/plugins/suggested/display_feeds.php:40
|
240 |
msgid " events found."
|
241 |
+
msgstr "evenimente găsite"
|
242 |
|
243 |
#: public/admin/plugins/suggested/display_feeds.php:42
|
244 |
msgid "Update settings for the imported events in “My feeds” tab."
|
245 |
+
msgstr "Actualizează setările evenimentelor importate in fila “Fluxurile mele”"
|
246 |
|
247 |
#: public/admin/plugins/suggested/display_feeds.php:47
|
248 |
msgid "Map"
|
249 |
+
msgstr "Hartă"
|
250 |
|
251 |
#: public/admin/plugins/suggested/display_feeds.php:50
|
252 |
msgid "Both"
|
253 |
+
msgstr "Ambele"
|
254 |
|
255 |
#: public/admin/plugins/suggested/display_feeds.php:53
|
256 |
msgid "List"
|
257 |
+
msgstr "Listă"
|
258 |
|
259 |
#: public/admin/plugins/suggested/display_feeds.php:72
|
260 |
#: public/admin/plugins/suggested/feeds_list.php:4
|
261 |
msgid "No events found."
|
262 |
+
msgstr "Niciun eveniment găsit."
|
263 |
|
264 |
#: public/admin/plugins/suggested/display_feeds.php:75
|
265 |
msgid "Please, modify your search criteria and try again."
|
266 |
+
msgstr "Te rugăm să modifici criteriile de căutare si să încerci din nou."
|
267 |
|
268 |
#: public/admin/plugins/suggested/event_actions.php:5
|
269 |
msgid "Import"
|
270 |
+
msgstr "Importă"
|
271 |
|
272 |
#: public/admin/plugins/suggested/event_actions.php:9
|
273 |
msgid "Importing"
|
274 |
+
msgstr "Se importă"
|
275 |
|
276 |
#: app/model/api/api-ticketing.php:468
|
277 |
msgid "We were unable to get the Event Details from Time.ly Ticketing"
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
307 |
|
308 |
#: lib/calendar-feed/ics.php:40
|
309 |
msgid "My Feeds"
|
310 |
+
msgstr "Fluxurile mele"
|
311 |
|
312 |
#: lib/calendar-feed/ics.php:891
|
313 |
msgid "Event imported"
|
314 |
+
msgstr "Eveniment importat"
|
315 |
|
316 |
#: lib/calendar-feed/suggested.php:24
|
317 |
msgid "Discover Events"
|
318 |
+
msgstr "Descoperă evenimente"
|
319 |
|
320 |
#: lib/calendar-feed/suggested.php:103
|
321 |
msgid "«"
|
331 |
|
332 |
#: app/controller/javascript.php:511
|
333 |
msgid "Event was imported successfully."
|
334 |
+
msgstr "Eveniment importat cu succes."
|
335 |
|
336 |
#: app/controller/javascript.php:514
|
337 |
msgid "An error occurred when importing event. Please, try later."
|
339 |
|
340 |
#: app/controller/javascript.php:556
|
341 |
msgid "Information"
|
342 |
+
msgstr "Informație"
|
343 |
|
344 |
#: app/controller/javascript.php:577 app/model/api/api-ticketing.php:401
|
345 |
#: public/admin/box_event_cost.php:280
|
346 |
msgid "Open for sale"
|
347 |
+
msgstr "Deschis pentru vânzare"
|
348 |
|
349 |
#: app/controller/javascript.php:578
|
350 |
msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
|
356 |
|
357 |
#: app/model/api/api-feeds.php:131
|
358 |
msgid "We were unable to import feed"
|
359 |
+
msgstr "Nu s-a putut importa fluxul"
|
360 |
|
361 |
#: app/model/api/api-feeds.php:154
|
362 |
msgid "We were unable to get feed data"
|
363 |
+
msgstr "Nu s-au putut accesa datele fluxului"
|
364 |
|
365 |
#: app/model/api/api-feeds.php:286
|
366 |
msgid "We were unable to subscribe feed"
|
367 |
+
msgstr "Nu s-a putut abona la flux"
|
368 |
|
369 |
#: app/model/api/api-feeds.php:316
|
370 |
msgid "We were unable to unsubscribe feed"
|
371 |
+
msgstr "Nu s-a putut dezabona de la flux"
|
372 |
|
373 |
#: app/model/api/api-ticketing.php:120
|
374 |
msgid "Tax and Invoice options are required."
|
376 |
|
377 |
#: app/model/api/api-ticketing.php:403 public/admin/box_event_cost.php:285
|
378 |
msgid "Sale ended"
|
379 |
+
msgstr "Vânzare încheiată"
|
380 |
|
381 |
#: app/model/api/api-ticketing.php:405 public/admin/box_event_cost.php:289
|
382 |
msgid "Canceled"
|
383 |
+
msgstr "Anulat"
|
384 |
|
385 |
#: app/model/settings.php:930
|
386 |
msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"https://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
|
400 |
|
401 |
#: app/view/admin/add-new-event.php:446
|
402 |
msgid ", email: "
|
403 |
+
msgstr ", email: "
|
404 |
|
405 |
#: app/view/admin/add-new-event.php:450
|
406 |
msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
|
416 |
|
417 |
#: app/view/admin/tickets.php:123
|
418 |
msgid "PayPal"
|
419 |
+
msgstr "PayPal"
|
420 |
|
421 |
#: app/view/admin/tickets.php:124
|
422 |
msgid "Preferred currency for tickets:"
|
423 |
+
msgstr "Valută preferata pentru bilete:"
|
424 |
|
425 |
#: app/view/admin/tickets.php:150
|
426 |
msgid "United States Dollar"
|
427 |
+
msgstr "Dolar SUA"
|
428 |
|
429 |
#: app/view/admin/tickets.php:151
|
430 |
msgid "Canadian Dollar"
|
431 |
+
msgstr "Dolar canadian"
|
432 |
|
433 |
#: app/view/admin/tickets.php:152
|
434 |
msgid "Australian Dollar"
|
435 |
+
msgstr "Dolar australian"
|
436 |
|
437 |
#: app/view/admin/tickets.php:153
|
438 |
msgid "Brazilian Real"
|
439 |
+
msgstr "Real brazilian"
|
440 |
|
441 |
#: app/view/admin/tickets.php:153 app/view/admin/tickets.php:161
|
442 |
msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
|
444 |
|
445 |
#: app/view/admin/tickets.php:154
|
446 |
msgid "Czech Koruna"
|
447 |
+
msgstr "Coroană cehă"
|
448 |
|
449 |
#: app/view/admin/tickets.php:155
|
450 |
msgid "Danish Krone"
|
451 |
+
msgstr "Coroană daneză"
|
452 |
|
453 |
#: app/view/admin/tickets.php:156
|
454 |
msgid "Euro"
|
455 |
+
msgstr "Euro"
|
456 |
|
457 |
#: app/view/admin/tickets.php:157
|
458 |
msgid "Hong Kong Dollar"
|
459 |
+
msgstr "Dolar Hong Kong "
|
460 |
|
461 |
#: app/view/admin/tickets.php:158
|
462 |
msgid "Hungarian Forint"
|
463 |
+
msgstr "Forint maghiar"
|
464 |
|
465 |
#: app/view/admin/tickets.php:158 app/view/admin/tickets.php:172
|
466 |
msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
|
472 |
|
473 |
#: app/view/admin/tickets.php:160
|
474 |
msgid "Japanese Yen"
|
475 |
+
msgstr "Yen japonez"
|
476 |
|
477 |
#: app/view/admin/tickets.php:160
|
478 |
msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
|
484 |
|
485 |
#: app/view/admin/tickets.php:162
|
486 |
msgid "Mexican Peso"
|
487 |
+
msgstr "Peso mexican"
|
488 |
|
489 |
#: app/view/admin/tickets.php:163
|
490 |
msgid "Norwegian Krone"
|
491 |
+
msgstr "Coroană norvegiană"
|
492 |
|
493 |
#: app/view/admin/tickets.php:164
|
494 |
msgid "New Zealand Dollar"
|
495 |
+
msgstr "Dolar neo-zeelandez"
|
496 |
|
497 |
#: app/view/admin/tickets.php:165
|
498 |
msgid "Philippine Peso"
|
499 |
+
msgstr "Peso philippinez"
|
500 |
|
501 |
#: app/view/admin/tickets.php:166
|
502 |
msgid "Polish Zloty"
|
503 |
+
msgstr "Zlot polonez"
|
504 |
|
505 |
#: app/view/admin/tickets.php:167
|
506 |
msgid "Pound Sterling"
|
507 |
+
msgstr "Liră sterlină"
|
508 |
|
509 |
#: app/view/admin/tickets.php:168
|
510 |
msgid "Russian Ruble"
|
511 |
+
msgstr "Rublă rusească"
|
512 |
|
513 |
#: app/view/admin/tickets.php:168
|
514 |
msgid "For in-border payments (payments made within Russia), the Russian Ruble is the only accepted currency. If you use another currency for in-border payments, the transaction will fail"
|
516 |
|
517 |
#: app/view/admin/tickets.php:169
|
518 |
msgid "Singapore Dollar"
|
519 |
+
msgstr "Dolar singaporez"
|
520 |
|
521 |
#: app/view/admin/tickets.php:170
|
522 |
msgid "Swedish Krona"
|
523 |
+
msgstr "Coroană suedeză"
|
524 |
|
525 |
#: app/view/admin/tickets.php:171
|
526 |
msgid "Swiss Franc"
|
527 |
+
msgstr "Franc elvețian"
|
528 |
|
529 |
#: app/view/admin/tickets.php:172
|
530 |
msgid "Taiwan New Dollar"
|
592 |
|
593 |
#: public/admin/box_event_cost.php:379
|
594 |
msgid "Free Event"
|
595 |
+
msgstr "Eveniment gratuit"
|
596 |
|
597 |
#: public/admin/box_event_cost.php:409
|
598 |
msgid "Registration URL:"
|
599 |
+
msgstr "Link pentru înregistrare:"
|
600 |
|
601 |
#: public/admin/box_support.php:20
|
602 |
msgid "Guide"
|
603 |
+
msgstr "Ghid"
|
604 |
|
605 |
#: public/admin/box_support.php:36
|
606 |
msgid "Videos"
|
607 |
+
msgstr "Video"
|
608 |
|
609 |
#. Plugin URI of the plugin/theme
|
610 |
msgid "https://wordpress.org/plugins/all-in-one-event-calendar/"
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Aplică"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Renunță"
|
1273 |
|
1274 |
#: public/admin/box_event_cost.php:271
|
1275 |
msgid "Status:"
|
1276 |
+
msgstr "Statut:"
|
1277 |
|
1278 |
#: public/admin/box_event_cost.php:325
|
1279 |
msgid "Add New Ticket Type"
|
1357 |
|
1358 |
#: public/admin/box_event_contact.php:61
|
1359 |
msgid "Website URL:"
|
1360 |
+
msgstr "Link site:"
|
1361 |
|
1362 |
#: public/admin/box_event_cost.php:6
|
1363 |
msgid "Event cost and Tickets"
|
1369 |
|
1370 |
#: public/admin/box_event_cost.php:72
|
1371 |
msgid "Sign Up for Timely Network"
|
1372 |
+
msgstr "Înregistrează-te pe Timely Network"
|
1373 |
|
1374 |
#: public/admin/box_event_cost.php:100
|
1375 |
msgid "Remove Ticket Type"
|
1385 |
|
1386 |
#: public/admin/box_event_cost.php:134
|
1387 |
msgid "(Optional)"
|
1388 |
+
msgstr "(Opțional)"
|
1389 |
|
1390 |
#: public/admin/box_event_cost.php:138
|
1391 |
msgid "Price:"
|
1392 |
+
msgstr "Preț:"
|
1393 |
|
1394 |
#: public/admin/box_event_cost.php:152
|
1395 |
msgid "Limits:"
|
1396 |
+
msgstr "Limite:"
|
1397 |
|
1398 |
#: public/admin/box_event_cost.php:155
|
1399 |
msgid "This fields are required."
|
1400 |
+
msgstr "Aceste câmpuri sunt obligatorii."
|
1401 |
|
1402 |
#: public/admin/box_event_cost.php:180
|
1403 |
msgid "Quantity:"
|
1404 |
+
msgstr "Cantitate:"
|
1405 |
|
1406 |
#: public/admin/box_event_cost.php:206
|
1407 |
msgid "Available:"
|
1408 |
+
msgstr "Disponibil:"
|
1409 |
|
1410 |
#: public/admin/box_event_cost.php:218
|
1411 |
msgid "Immediately"
|
1412 |
+
msgstr "Imediat"
|
1413 |
|
1414 |
#: public/admin/box_event_cost.php:231
|
1415 |
msgid "From:"
|
1416 |
+
msgstr "De la:"
|
1417 |
|
1418 |
#: public/admin/box_event_cost.php:250
|
1419 |
msgid "Till:"
|
1420 |
+
msgstr "Până la:"
|
1421 |
|
1422 |
#: public/admin/box_ask_customer_review.php:43
|
1423 |
#: public/admin/box_ask_customer_review.php:76
|
1424 |
msgid "No, thanks"
|
1425 |
+
msgstr "Nu, mulțumesc"
|
1426 |
|
1427 |
#: public/admin/box_ask_customer_review.php:51
|
1428 |
#: public/admin/box_ask_customer_review.php:85
|
1429 |
msgid "Ok, sure!"
|
1430 |
+
msgstr "Ok, sigur!"
|
1431 |
|
1432 |
#: public/admin/box_ask_customer_review.php:102
|
1433 |
msgid "Please provide some feedback"
|
1434 |
+
msgstr "Te rugăm să oferi un feedback"
|
1435 |
|
1436 |
#: public/admin/box_ask_customer_review.php:109
|
1437 |
msgid "Message:"
|
1438 |
+
msgstr "Mesaj:"
|
1439 |
|
1440 |
#: public/admin/box_ask_customer_review.php:122
|
1441 |
msgid "Name:"
|
1442 |
+
msgstr "Nume:"
|
1443 |
|
1444 |
#: public/admin/box_ask_customer_review.php:137
|
1445 |
#: public/admin/box_event_contact.php:48
|
1448 |
|
1449 |
#: public/admin/box_ask_customer_review.php:144
|
1450 |
msgid "E-mail is invalid."
|
1451 |
+
msgstr "E-mail invalid."
|
1452 |
|
1453 |
#: public/admin/box_ask_customer_review.php:155
|
1454 |
msgid "Site URL:"
|
1455 |
+
msgstr "Link site:"
|
1456 |
|
1457 |
#: public/admin/box_ask_customer_review.php:162
|
1458 |
msgid "Site URL is invalid."
|
1459 |
+
msgstr "Link site invalid."
|
1460 |
|
1461 |
#: public/admin/box_ask_customer_review.php:174
|
1462 |
msgid "Thank you for being our customer,"
|
1463 |
+
msgstr "Îți mulțumim pentru că ești clientul nostru,"
|
1464 |
|
1465 |
#: public/admin/box_ask_customer_review.php:182
|
1466 |
msgid "Sending..."
|
1467 |
+
msgstr "Trimitere..."
|
1468 |
|
1469 |
#: public/admin/box_ask_customer_review.php:183
|
1470 |
msgid "Send Message"
|
1471 |
+
msgstr "Trimite mesaj"
|
1472 |
|
1473 |
#: public/admin/box_event_children.php:12
|
1474 |
msgid "Base recurrence event"
|
1564 |
|
1565 |
#: public/admin/box_ask_customer_review.php:5
|
1566 |
msgid "Enjoying All-in-One Event Calendar?"
|
1567 |
+
msgstr "Îți place All-in-One Event Calendar?"
|
1568 |
|
1569 |
#: public/admin/box_ask_customer_review.php:13
|
1570 |
msgid "Not really"
|
1571 |
+
msgstr "Nu tocmai"
|
1572 |
|
1573 |
#: public/admin/box_ask_customer_review.php:20
|
1574 |
msgid "Yes!"
|
1575 |
+
msgstr "Da!"
|
1576 |
|
1577 |
#: lib/recurrence/rule.php:398
|
1578 |
msgid "Every %d weeks"
|
1667 |
|
1668 |
#: lib/post/custom-type.php:55
|
1669 |
msgid "event"
|
1670 |
+
msgstr "event"
|
1671 |
|
1672 |
#: lib/post/custom-type.php:85
|
1673 |
msgctxt "Event categories taxonomy"
|
1845 |
|
1846 |
#: lib/import-export/ics.php:881
|
1847 |
msgid "Tickets: "
|
1848 |
+
msgstr "Bilete:"
|
1849 |
|
1850 |
#: lib/html/element/setting/html.php:41
|
1851 |
msgid "Day view:"
|
2178 |
|
2179 |
#: app/view/event/single.php:98
|
2180 |
msgid "Tickets:"
|
2181 |
+
msgstr "Bilete:"
|
2182 |
|
2183 |
#: app/view/event/single.php:99
|
2184 |
msgid "Free"
|
2224 |
|
2225 |
#: app/view/event/time.php:166
|
2226 |
msgid ", and "
|
2227 |
+
msgstr ", și"
|
2228 |
|
2229 |
#: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
|
2230 |
msgid "Excludes: "
|
2231 |
+
msgstr "Exclude: "
|
2232 |
|
2233 |
#: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
|
2234 |
msgid "Repeats"
|
2263 |
|
2264 |
#: app/view/event/content.php:125
|
2265 |
msgid "Calendar"
|
2266 |
+
msgstr "Calendar"
|
2267 |
|
2268 |
#: app/view/event/content.php:126
|
2269 |
msgid "View all events"
|
2321 |
|
2322 |
#: app/view/event/post.php:58
|
2323 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
2324 |
+
msgstr "Schiță a evenimentului actualizată <a target=\"_blank\" href=\"%s\">Previzualizează eveniment</a>"
|
2325 |
|
2326 |
#: app/view/event/single.php:89
|
2327 |
msgid "Add to Calendar"
|
2412 |
|
2413 |
#: app/view/calendar/widget.php:371 app/view/event/time.php:132
|
2414 |
msgid "all-day"
|
2415 |
+
msgstr "toata ziua"
|
2416 |
|
2417 |
#: app/view/calendar/widget.php:372
|
2418 |
msgid "View Calendar"
|
2420 |
|
2421 |
#: app/view/calendar/widget.php:375
|
2422 |
msgid "Add"
|
2423 |
+
msgstr "Adaugă"
|
2424 |
|
2425 |
#: app/view/calendar/page.php:260
|
2426 |
msgid "Subscribe to filtered calendar"
|
2427 |
+
msgstr "Abonează-te la calendarul filtrat"
|
2428 |
|
2429 |
#: app/view/calendar/page.php:261
|
2430 |
msgid "Subscribe"
|
2431 |
+
msgstr "Abonează-te"
|
2432 |
|
2433 |
#: app/view/calendar/page.php:262 app/view/event/single.php:93
|
2434 |
msgid "Get a Timely Calendar"
|
2436 |
|
2437 |
#: app/view/calendar/subscribe-button.php:22
|
2438 |
msgid "Add to Timely Calendar"
|
2439 |
+
msgstr "Adaugă la Timely Calendar"
|
2440 |
|
2441 |
#: app/view/calendar/subscribe-button.php:23
|
2442 |
msgid "Add to Google"
|
2443 |
+
msgstr "Adaugă la Google"
|
2444 |
|
2445 |
#: app/view/calendar/subscribe-button.php:24
|
2446 |
msgid "Add to Outlook"
|
2447 |
+
msgstr "Adaugă la Outlook"
|
2448 |
|
2449 |
#: app/view/calendar/subscribe-button.php:25
|
2450 |
msgid "Add to Apple Calendar"
|
2452 |
|
2453 |
#: app/view/calendar/subscribe-button.php:26
|
2454 |
msgid "Add to other calendar"
|
2455 |
+
msgstr "Adaugă la alt calendar"
|
2456 |
|
2457 |
#: app/view/calendar/subscribe-button.php:30
|
2458 |
msgid "Copy this URL for your own Timely calendar or click to add to your rich-text calendar"
|
2460 |
|
2461 |
#: app/view/calendar/subscribe-button.php:31
|
2462 |
msgid "Subscribe to this calendar in your Google Calendar"
|
2463 |
+
msgstr "Abonează-te la acest calendar prin Google Calendar al dvoastră"
|
2464 |
|
2465 |
#: app/view/calendar/subscribe-button.php:32
|
2466 |
msgid "Subscribe to this calendar in MS Outlook"
|
2467 |
+
msgstr "Abonează-te la acest calendar în MS Outlook"
|
2468 |
|
2469 |
#: app/view/calendar/subscribe-button.php:33
|
2470 |
msgid "Subscribe to this calendar in Apple Calendar/iCal"
|
2510 |
|
2511 |
#: app/view/admin/tickets.php:120
|
2512 |
msgid "Sales"
|
2513 |
+
msgstr "Vânzări"
|
2514 |
|
2515 |
#: app/view/admin/tickets.php:122
|
2516 |
msgid "Cheque"
|
2517 |
+
msgstr "Cec"
|
2518 |
|
2519 |
#: public/admin/box_eventbrite.php:103
|
2520 |
msgid "Paypal"
|
2522 |
|
2523 |
#: app/view/admin/tickets.php:126
|
2524 |
msgid "Save Changes"
|
2525 |
+
msgstr "Salvează modificările"
|
2526 |
|
2527 |
#: app/view/admin/tickets.php:127
|
2528 |
msgid "Date"
|
2529 |
+
msgstr "Dată"
|
2530 |
|
2531 |
#: app/view/admin/tickets.php:128
|
2532 |
msgid "Event"
|
2533 |
+
msgstr "Eveniment"
|
2534 |
|
2535 |
#: app/view/admin/tickets.php:129
|
2536 |
msgid "Purchaser"
|
2537 |
+
msgstr "Cumpărător"
|
2538 |
|
2539 |
#: app/view/admin/tickets.php:130 app/view/calendar/view/abstract.php:107
|
2540 |
#: app/view/event/ticket.php:39
|
2543 |
|
2544 |
#: app/view/admin/tickets.php:133
|
2545 |
msgid "Total"
|
2546 |
+
msgstr "Total"
|
2547 |
|
2548 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2549 |
msgid "Sign Out"
|
2550 |
+
msgstr "Deconectează-te"
|
2551 |
|
2552 |
#: app/view/admin/widget-creator.php:24 app/view/admin/widget-creator.php:25
|
2553 |
#: app/view/admin/widget-creator.php:47
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr "Calendarul nu a putut inițializa vederea %s și a revenit la vederea Agendă. Vă rugăm să verificați dacă aveți instalate ultimele versiuni ale extensiilor pentru calendar."
|
2589 |
|
2590 |
+
#: app/view/admin/settings.php:203
|
2591 |
msgid "Phone Number:"
|
2592 |
+
msgstr "Număr de telefon:"
|
2593 |
|
2594 |
+
#: app/view/admin/settings.php:212
|
2595 |
msgid "Sign Up"
|
2596 |
+
msgstr "Înregistrează-te"
|
2597 |
|
2598 |
+
#: app/view/admin/settings.php:213
|
2599 |
msgid "Sign In"
|
2600 |
+
msgstr "Conectează-te"
|
2601 |
|
2602 |
+
#: app/view/admin/settings.php:236
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Salvați opțiunile"
|
2605 |
|
2606 |
+
#: app/view/admin/settings.php:243
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Dacă formularul de mai jos nu funcționează, vă rugăm să accesați <a href=\"%s\">acest link</a>."
|
2609 |
|
2642 |
|
2643 |
#: app/view/admin/theme-options.php:148
|
2644 |
msgid "Month/week/day view"
|
2645 |
+
msgstr "Vizualizare lunară/săptămânală/zilnică"
|
2646 |
|
2647 |
#: app/view/admin/theme-options.php:151
|
2648 |
msgid "Agenda view"
|
2649 |
+
msgstr "Vizualizare tip Agendă"
|
2650 |
|
2651 |
#: app/view/admin/theme-options.php:169
|
2652 |
msgid "Save Options"
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr "Raport de Cache"
|
2703 |
|
2704 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
2709 |
#: public/admin/box_event_cost.php:118 public/admin/box_event_cost.php:141
|
2710 |
#: public/admin/box_event_cost.php:333 public/admin/box_event_cost.php:346
|
2711 |
msgid "This field is required."
|
2712 |
+
msgstr "Acest câmp este obligatoriu."
|
2713 |
|
2714 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2715 |
msgid "Register"
|
2716 |
+
msgstr "Înregistrează-te"
|
2717 |
|
2718 |
+
#: app/view/admin/settings.php:191
|
2719 |
msgid "Sign in"
|
2720 |
+
msgstr "Conectează-te"
|
2721 |
|
2722 |
+
#: app/view/admin/settings.php:195
|
2723 |
msgid "Sign out"
|
2724 |
+
msgstr "Deconectează-te"
|
2725 |
|
2726 |
+
#: app/view/admin/settings.php:198
|
2727 |
msgid "Hide form"
|
2728 |
+
msgstr "Ascunde formular"
|
2729 |
|
2730 |
+
#: app/view/admin/settings.php:199
|
2731 |
msgid "Show form"
|
2732 |
+
msgstr "Arată formular:"
|
2733 |
|
2734 |
+
#: app/view/admin/settings.php:197
|
2735 |
msgid "Full Name:"
|
2736 |
+
msgstr "Nume complet:"
|
2737 |
|
2738 |
+
#: app/view/admin/settings.php:200
|
2739 |
msgid "Email:"
|
2740 |
msgstr "Email:"
|
2741 |
|
2742 |
+
#: app/view/admin/settings.php:201
|
2743 |
msgid "Password:"
|
2744 |
+
msgstr "Parolă:"
|
2745 |
|
2746 |
+
#: app/view/admin/settings.php:202
|
2747 |
msgid "Confirm Password:"
|
2748 |
+
msgstr "Confirmă parola:"
|
2749 |
|
2750 |
#: app/view/admin/get-repeat-box.php:483
|
2751 |
msgid "fourth"
|
2801 |
|
2802 |
#: app/view/admin/nav.php:28
|
2803 |
msgid "<a href=\"%s\">Check for updates</a>"
|
2804 |
+
msgstr "<a href=\"%s\">Verifică pentru actualizări</a>"
|
2805 |
|
2806 |
#: app/view/admin/organize.php:100
|
2807 |
msgid "Organize Events"
|
2951 |
|
2952 |
#: app/model/settings.php:1044
|
2953 |
msgid "Display events in <strong>calendar time zone</strong>"
|
2954 |
+
msgstr "Afișează evenimentele în <strong>fusul orar al calendarului</strong>"
|
2955 |
|
2956 |
#: app/model/settings.php:1047
|
2957 |
msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
|
2995 |
|
2996 |
#: app/view/admin/all-events.php:21
|
2997 |
msgid "Ticket Types"
|
2998 |
+
msgstr "Tipuri de bilete"
|
2999 |
|
3000 |
#: app/view/admin/all-events.php:128
|
3001 |
msgid "Show All "
|
3003 |
|
3004 |
#: app/view/admin/all-events.php:141
|
3005 |
msgid "Show All Authors"
|
3006 |
+
msgstr "Afișează toți autorii"
|
3007 |
|
3008 |
#: app/model/settings.php:761
|
3009 |
msgid "Strict compatibility content filtering"
|
3111 |
|
3112 |
#: app/model/settings.php:604
|
3113 |
msgid "Keep all events <strong>expanded</strong> in Agenda view"
|
3114 |
+
msgstr "Menține toate evenimentele <strong>desfășurate</strong> în modul de vizualizare Agendă"
|
3115 |
|
3116 |
#: app/model/settings.php:616
|
3117 |
msgid "<strong>Show year</strong> in calendar date labels"
|
3118 |
+
msgstr "<strong>Afișează anul</strong> în etichetele cu data calendarului"
|
3119 |
|
3120 |
#: app/model/settings.php:628
|
3121 |
msgid "<strong>Show location in event titles</strong> in calendar views"
|
3122 |
+
msgstr "<strong>Afișează locația în titlurile evenimentelor</strong> în vizualizarea calendarului"
|
3123 |
|
3124 |
#: app/model/settings.php:640
|
3125 |
msgid "<strong>Exclude</strong> events from search results"
|
3167 |
|
3168 |
#: app/model/api/api-abstract.php:191
|
3169 |
msgid "%s.<br/>Detail: %s."
|
3170 |
+
msgstr "%s.<br/>Detaliu: %s."
|
3171 |
|
3172 |
#: app/model/api/api-abstract.php:203
|
3173 |
msgid "API URL: %s.<br/>Detail: %s - %s"
|
3175 |
|
3176 |
#: app/model/api/api-abstract.php:211
|
3177 |
msgid "%s. Please reload this page to try again. If this error persists, please contact us at %s. In your report please include the information below.<br/>%s."
|
3178 |
+
msgstr "%s. Te rugăm să reîncarci pagina pentru a încerca din nou. Dacă eroarea persistă, te rugăm să ne contactezi la %s. Include în raport informațiile de mai jos. <br/>%s."
|
3179 |
|
3180 |
#: app/model/api/api-abstract.php:218
|
3181 |
msgid "%s. Please try again. If this error persists, please contact us at %s. In your report please include the information below.<br/>%s."
|
3182 |
+
msgstr "%s. Te rugăm să încerci din nou. Dacă eroarea persistă, te rugăm să ne contactezi la %s. Include în raport informațiile de mai jos. <br/>%s."
|
3183 |
|
3184 |
#: app/model/event/parent.php:186
|
3185 |
msgid "Edit “%s”"
|
3191 |
|
3192 |
#: app/model/review.php:169
|
3193 |
msgid "Feedback provided by user"
|
3194 |
+
msgstr "Feedback oferit de utilizator"
|
3195 |
|
3196 |
#: app/model/review.php:171 public/admin/box_eventbrite.php:32
|
3197 |
msgid "Name"
|
3199 |
|
3200 |
#: app/model/review.php:173
|
3201 |
msgid "E-mail"
|
3202 |
+
msgstr "E-mail"
|
3203 |
|
3204 |
#: app/model/review.php:175
|
3205 |
msgid "Site URL"
|
3206 |
+
msgstr "Link site"
|
3207 |
|
3208 |
#: app/model/review.php:177
|
3209 |
msgid "Message"
|
3210 |
+
msgstr "Mesaj"
|
3211 |
|
3212 |
#: app/model/settings.php:401
|
3213 |
#: lib/html/element/setting/calendar-page-selector.php:50
|
3349 |
|
3350 |
#: app/controller/javascript.php:563
|
3351 |
msgid "Start:"
|
3352 |
+
msgstr "Început:"
|
3353 |
|
3354 |
#: app/controller/javascript.php:564
|
3355 |
msgid "End:"
|
3356 |
+
msgstr "Încheiere:"
|
3357 |
|
3358 |
#: app/controller/javascript.php:565 public/admin/box_event_cost.php:158
|
3359 |
msgid "Min:"
|
3360 |
+
msgstr "Minim:"
|
3361 |
|
3362 |
#: app/controller/javascript.php:566 public/admin/box_event_cost.php:168
|
3363 |
msgid "Max:"
|
3364 |
+
msgstr "Maxim:"
|
3365 |
|
3366 |
#: app/controller/javascript.php:567
|
3367 |
msgid "Attendees"
|
3368 |
+
msgstr "Participanți"
|
3369 |
|
3370 |
#: app/controller/javascript.php:568
|
3371 |
msgid "Hide Attendees"
|
3372 |
+
msgstr "Ascunde participanți"
|
3373 |
|
3374 |
#: app/controller/javascript.php:569
|
3375 |
msgid "Attendees List"
|
3376 |
+
msgstr "Lista de participanți"
|
3377 |
|
3378 |
#: app/controller/javascript.php:570
|
3379 |
msgid "Guest Name"
|
3380 |
+
msgstr "Nume invitați"
|
3381 |
|
3382 |
#: app/controller/javascript.php:571 app/view/admin/tickets.php:132
|
3383 |
msgid "Status"
|
3384 |
+
msgstr "Statut"
|
3385 |
|
3386 |
#: app/controller/javascript.php:572 app/view/admin/tickets.php:131
|
3387 |
#: app/view/event/ticket.php:71
|
3399 |
|
3400 |
#: app/controller/javascript.php:575
|
3401 |
msgid "Code"
|
3402 |
+
msgstr "Cod"
|
3403 |
|
3404 |
#: app/controller/javascript.php:576 public/admin/box_event_cost.php:189
|
3405 |
#: public/admin/box_event_cost.php:308
|
3406 |
msgid "Unlimited"
|
3407 |
+
msgstr "Nelimitat"
|
3408 |
|
3409 |
#: app/controller/javascript.php:582
|
3410 |
msgid "Your message has been sent. Thank you for your feedback."
|
3411 |
+
msgstr "Mesajul a fost trimis. Mulțumim pentru feedback. "
|
3412 |
|
3413 |
#: app/controller/javascript.php:583
|
3414 |
msgid "Your message has not been sent. Please try again or contact us."
|
3415 |
+
msgstr "Mesajul tău nu a fost trimis. Te rugăm să încerci încă o dată sau să ne contactezi. "
|
3416 |
|
3417 |
#: app/controller/javascript.php:456
|
3418 |
msgid "Please enter a valid iCalendar URL."
|
3420 |
|
3421 |
#: app/controller/javascript.php:465
|
3422 |
msgid "Please enter a valid email address."
|
3423 |
+
msgstr "Te rugăm introdu o adresă de email validă."
|
3424 |
|
3425 |
#: app/controller/javascript.php:467
|
3426 |
msgid "Choose Image"
|
language/all-in-one-event-calendar-ru_RU.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Подождите…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Применить"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Отмена"
|
@@ -2545,7 +2545,7 @@ msgstr "Билеты"
|
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: app/view/admin/settings.php:
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
@@ -2587,23 +2587,23 @@ msgstr "Возникло ошибка при загрузке календаря
|
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr "Календарь не смог обнаружить %s вид и он вернулся к виду \"Повестка дня\". Проверьте установлены ли у вас последние версии дополнений.."
|
2589 |
|
2590 |
-
#: app/view/admin/settings.php:
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: app/view/admin/settings.php:
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: app/view/admin/settings.php:
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: app/view/admin/settings.php:
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Сохранить настройки"
|
2605 |
|
2606 |
-
#: app/view/admin/settings.php:
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Если форма ниже не работает, пожалуйста перейдите <a href=\"%s\">по этой ссылке</a>."
|
2609 |
|
@@ -2701,7 +2701,7 @@ msgstr "Внешние сервисы"
|
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr "Отчёты по кэшу"
|
2703 |
|
2704 |
-
#: app/view/admin/settings.php:
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2711,39 +2711,39 @@ msgstr "Отчёты по кэшу"
|
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: app/view/admin/settings.php:
|
2715 |
msgid "Register"
|
2716 |
msgstr "Регистрация"
|
2717 |
|
2718 |
-
#: app/view/admin/settings.php:
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: app/view/admin/settings.php:
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: app/view/admin/settings.php:
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: app/view/admin/settings.php:
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: app/view/admin/settings.php:
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: app/view/admin/settings.php:
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: app/view/admin/settings.php:
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: app/view/admin/settings.php:
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Применить"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Отмена"
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr "Календарь не смог обнаружить %s вид и он вернулся к виду \"Повестка дня\". Проверьте установлены ли у вас последние версии дополнений.."
|
2589 |
|
2590 |
+
#: app/view/admin/settings.php:203
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: app/view/admin/settings.php:212
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: app/view/admin/settings.php:213
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: app/view/admin/settings.php:236
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Сохранить настройки"
|
2605 |
|
2606 |
+
#: app/view/admin/settings.php:243
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr "Если форма ниже не работает, пожалуйста перейдите <a href=\"%s\">по этой ссылке</a>."
|
2609 |
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr "Отчёты по кэшу"
|
2703 |
|
2704 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2715 |
msgid "Register"
|
2716 |
msgstr "Регистрация"
|
2717 |
|
2718 |
+
#: app/view/admin/settings.php:191
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: app/view/admin/settings.php:195
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: app/view/admin/settings.php:198
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: app/view/admin/settings.php:199
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: app/view/admin/settings.php:197
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: app/view/admin/settings.php:200
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: app/view/admin/settings.php:201
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: app/view/admin/settings.php:202
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
language/all-in-one-event-calendar-sk_SK.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Prosím čakaj…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Vykonaj"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Zrušiť"
|
@@ -2545,7 +2545,7 @@ msgstr ""
|
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: app/view/admin/settings.php:
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
@@ -2587,23 +2587,23 @@ msgstr ""
|
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: app/view/admin/settings.php:
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: app/view/admin/settings.php:
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: app/view/admin/settings.php:
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: app/view/admin/settings.php:
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Uložiť nastavenia"
|
2605 |
|
2606 |
-
#: app/view/admin/settings.php:
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr ""
|
2609 |
|
@@ -2701,7 +2701,7 @@ msgstr ""
|
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
-
#: app/view/admin/settings.php:
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2711,39 +2711,39 @@ msgstr ""
|
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: app/view/admin/settings.php:
|
2715 |
msgid "Register"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: app/view/admin/settings.php:
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: app/view/admin/settings.php:
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: app/view/admin/settings.php:
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: app/view/admin/settings.php:
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: app/view/admin/settings.php:
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: app/view/admin/settings.php:
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: app/view/admin/settings.php:
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: app/view/admin/settings.php:
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Vykonaj"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Zrušiť"
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: app/view/admin/settings.php:203
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: app/view/admin/settings.php:212
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: app/view/admin/settings.php:213
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: app/view/admin/settings.php:236
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr "Uložiť nastavenia"
|
2605 |
|
2606 |
+
#: app/view/admin/settings.php:243
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr ""
|
2609 |
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2715 |
msgid "Register"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: app/view/admin/settings.php:191
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: app/view/admin/settings.php:195
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: app/view/admin/settings.php:198
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: app/view/admin/settings.php:199
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: app/view/admin/settings.php:197
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: app/view/admin/settings.php:200
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: app/view/admin/settings.php:201
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: app/view/admin/settings.php:202
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
language/all-in-one-event-calendar-sl_SI.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "uporabi"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "prekliči"
|
@@ -2546,7 +2546,7 @@ msgstr "Vstopnice"
|
|
2546 |
msgid "Total"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
-
#: app/view/admin/settings.php:
|
2550 |
msgid "Sign Out"
|
2551 |
msgstr ""
|
2552 |
|
@@ -2588,23 +2588,23 @@ msgstr ""
|
|
2588 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2589 |
msgstr ""
|
2590 |
|
2591 |
-
#: app/view/admin/settings.php:
|
2592 |
msgid "Phone Number:"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
-
#: app/view/admin/settings.php:
|
2596 |
msgid "Sign Up"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
-
#: app/view/admin/settings.php:
|
2600 |
msgid "Sign In"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: app/view/admin/settings.php:
|
2604 |
msgid "Save Settings"
|
2605 |
msgstr "Shrani nastavitve"
|
2606 |
|
2607 |
-
#: app/view/admin/settings.php:
|
2608 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2609 |
msgstr ""
|
2610 |
|
@@ -2702,7 +2702,7 @@ msgstr ""
|
|
2702 |
msgid "Cache Report"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: app/view/admin/settings.php:
|
2706 |
#: public/admin/box_ask_customer_review.php:113
|
2707 |
#: public/admin/box_ask_customer_review.php:127
|
2708 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2712,39 +2712,39 @@ msgstr ""
|
|
2712 |
msgid "This field is required."
|
2713 |
msgstr ""
|
2714 |
|
2715 |
-
#: app/view/admin/settings.php:
|
2716 |
msgid "Register"
|
2717 |
msgstr "Registracija"
|
2718 |
|
2719 |
-
#: app/view/admin/settings.php:
|
2720 |
msgid "Sign in"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
-
#: app/view/admin/settings.php:
|
2724 |
msgid "Sign out"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: app/view/admin/settings.php:
|
2728 |
msgid "Hide form"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
-
#: app/view/admin/settings.php:
|
2732 |
msgid "Show form"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
-
#: app/view/admin/settings.php:
|
2736 |
msgid "Full Name:"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
-
#: app/view/admin/settings.php:
|
2740 |
msgid "Email:"
|
2741 |
msgstr ""
|
2742 |
|
2743 |
-
#: app/view/admin/settings.php:
|
2744 |
msgid "Password:"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
-
#: app/view/admin/settings.php:
|
2748 |
msgid "Confirm Password:"
|
2749 |
msgstr ""
|
2750 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "uporabi"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "prekliči"
|
2546 |
msgid "Total"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2550 |
msgid "Sign Out"
|
2551 |
msgstr ""
|
2552 |
|
2588 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: app/view/admin/settings.php:203
|
2592 |
msgid "Phone Number:"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: app/view/admin/settings.php:212
|
2596 |
msgid "Sign Up"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: app/view/admin/settings.php:213
|
2600 |
msgid "Sign In"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: app/view/admin/settings.php:236
|
2604 |
msgid "Save Settings"
|
2605 |
msgstr "Shrani nastavitve"
|
2606 |
|
2607 |
+
#: app/view/admin/settings.php:243
|
2608 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2609 |
msgstr ""
|
2610 |
|
2702 |
msgid "Cache Report"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2706 |
#: public/admin/box_ask_customer_review.php:113
|
2707 |
#: public/admin/box_ask_customer_review.php:127
|
2708 |
#: public/admin/box_ask_customer_review.php:141
|
2712 |
msgid "This field is required."
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2716 |
msgid "Register"
|
2717 |
msgstr "Registracija"
|
2718 |
|
2719 |
+
#: app/view/admin/settings.php:191
|
2720 |
msgid "Sign in"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
+
#: app/view/admin/settings.php:195
|
2724 |
msgid "Sign out"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
+
#: app/view/admin/settings.php:198
|
2728 |
msgid "Hide form"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: app/view/admin/settings.php:199
|
2732 |
msgid "Show form"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: app/view/admin/settings.php:197
|
2736 |
msgid "Full Name:"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
+
#: app/view/admin/settings.php:200
|
2740 |
msgid "Email:"
|
2741 |
msgstr ""
|
2742 |
|
2743 |
+
#: app/view/admin/settings.php:201
|
2744 |
msgid "Password:"
|
2745 |
msgstr ""
|
2746 |
|
2747 |
+
#: app/view/admin/settings.php:202
|
2748 |
msgid "Confirm Password:"
|
2749 |
msgstr ""
|
2750 |
|
language/all-in-one-event-calendar-sv_SE.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr "Vänligen vänta…"
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Använd"
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Avbryt"
|
@@ -2544,7 +2544,7 @@ msgstr "Biljetter"
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr "Kalendern kunde inte laddas p g a ett fel. Vänligen kontakta sidans adm
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalendern kunde inte använda %s och har återgått till vyn Dagordning. Kontrollera så dina kalendertillägg är uppdaterade till senaste version."
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Spara inställningar"
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Om formuläret nedan inte fungerar så går du till <a href=\"%s\">den här länken</a>."
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr "Externa tjänster"
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache-rapport"
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr "Cache-rapport"
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registrera"
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-post:"
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr "Använd"
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr "Avbryt"
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr "Kalendern kunde inte använda %s och har återgått till vyn Dagordning. Kontrollera så dina kalendertillägg är uppdaterade till senaste version."
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr "Spara inställningar"
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr "Om formuläret nedan inte fungerar så går du till <a href=\"%s\">den här länken</a>."
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr "Cache-rapport"
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr "Registrera"
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr "E-post:"
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-th.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2543,7 +2543,7 @@ msgstr ""
|
|
2543 |
msgid "Total"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: app/view/admin/settings.php:
|
2547 |
msgid "Sign Out"
|
2548 |
msgstr ""
|
2549 |
|
@@ -2585,23 +2585,23 @@ msgstr ""
|
|
2585 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#: app/view/admin/settings.php:
|
2589 |
msgid "Phone Number:"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: app/view/admin/settings.php:
|
2593 |
msgid "Sign Up"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: app/view/admin/settings.php:
|
2597 |
msgid "Sign In"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
-
#: app/view/admin/settings.php:
|
2601 |
msgid "Save Settings"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: app/view/admin/settings.php:
|
2605 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2606 |
msgstr ""
|
2607 |
|
@@ -2699,7 +2699,7 @@ msgstr ""
|
|
2699 |
msgid "Cache Report"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
-
#: app/view/admin/settings.php:
|
2703 |
#: public/admin/box_ask_customer_review.php:113
|
2704 |
#: public/admin/box_ask_customer_review.php:127
|
2705 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2709,39 +2709,39 @@ msgstr ""
|
|
2709 |
msgid "This field is required."
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: app/view/admin/settings.php:
|
2713 |
msgid "Register"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#: app/view/admin/settings.php:
|
2717 |
msgid "Sign in"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#: app/view/admin/settings.php:
|
2721 |
msgid "Sign out"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
-
#: app/view/admin/settings.php:
|
2725 |
msgid "Hide form"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#: app/view/admin/settings.php:
|
2729 |
msgid "Show form"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: app/view/admin/settings.php:
|
2733 |
msgid "Full Name:"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
-
#: app/view/admin/settings.php:
|
2737 |
msgid "Email:"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
-
#: app/view/admin/settings.php:
|
2741 |
msgid "Password:"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: app/view/admin/settings.php:
|
2745 |
msgid "Confirm Password:"
|
2746 |
msgstr ""
|
2747 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2543 |
msgid "Total"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2547 |
msgid "Sign Out"
|
2548 |
msgstr ""
|
2549 |
|
2585 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2586 |
msgstr ""
|
2587 |
|
2588 |
+
#: app/view/admin/settings.php:203
|
2589 |
msgid "Phone Number:"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
+
#: app/view/admin/settings.php:212
|
2593 |
msgid "Sign Up"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
+
#: app/view/admin/settings.php:213
|
2597 |
msgid "Sign In"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
+
#: app/view/admin/settings.php:236
|
2601 |
msgid "Save Settings"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: app/view/admin/settings.php:243
|
2605 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2606 |
msgstr ""
|
2607 |
|
2699 |
msgid "Cache Report"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2703 |
#: public/admin/box_ask_customer_review.php:113
|
2704 |
#: public/admin/box_ask_customer_review.php:127
|
2705 |
#: public/admin/box_ask_customer_review.php:141
|
2709 |
msgid "This field is required."
|
2710 |
msgstr ""
|
2711 |
|
2712 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2713 |
msgid "Register"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
+
#: app/view/admin/settings.php:191
|
2717 |
msgid "Sign in"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: app/view/admin/settings.php:195
|
2721 |
msgid "Sign out"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: app/view/admin/settings.php:198
|
2725 |
msgid "Hide form"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
+
#: app/view/admin/settings.php:199
|
2729 |
msgid "Show form"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
+
#: app/view/admin/settings.php:197
|
2733 |
msgid "Full Name:"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: app/view/admin/settings.php:200
|
2737 |
msgid "Email:"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
+
#: app/view/admin/settings.php:201
|
2741 |
msgid "Password:"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
+
#: app/view/admin/settings.php:202
|
2745 |
msgid "Confirm Password:"
|
2746 |
msgstr ""
|
2747 |
|
language/all-in-one-event-calendar-tr_TR.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2544,7 +2544,7 @@ msgstr ""
|
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: app/view/admin/settings.php:
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
@@ -2586,23 +2586,23 @@ msgstr ""
|
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: app/view/admin/settings.php:
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: app/view/admin/settings.php:
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: app/view/admin/settings.php:
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: app/view/admin/settings.php:
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: app/view/admin/settings.php:
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
@@ -2700,7 +2700,7 @@ msgstr ""
|
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
-
#: app/view/admin/settings.php:
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2710,39 +2710,39 @@ msgstr ""
|
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: app/view/admin/settings.php:
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: app/view/admin/settings.php:
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: app/view/admin/settings.php:
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: app/view/admin/settings.php:
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: app/view/admin/settings.php:
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: app/view/admin/settings.php:
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: app/view/admin/settings.php:
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: app/view/admin/settings.php:
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: app/view/admin/settings.php:
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2544 |
msgid "Total"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2548 |
msgid "Sign Out"
|
2549 |
msgstr ""
|
2550 |
|
2586 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: app/view/admin/settings.php:203
|
2590 |
msgid "Phone Number:"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: app/view/admin/settings.php:212
|
2594 |
msgid "Sign Up"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
+
#: app/view/admin/settings.php:213
|
2598 |
msgid "Sign In"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: app/view/admin/settings.php:236
|
2602 |
msgid "Save Settings"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: app/view/admin/settings.php:243
|
2606 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2607 |
msgstr ""
|
2608 |
|
2700 |
msgid "Cache Report"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2704 |
#: public/admin/box_ask_customer_review.php:113
|
2705 |
#: public/admin/box_ask_customer_review.php:127
|
2706 |
#: public/admin/box_ask_customer_review.php:141
|
2710 |
msgid "This field is required."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2714 |
msgid "Register"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
+
#: app/view/admin/settings.php:191
|
2718 |
msgid "Sign in"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: app/view/admin/settings.php:195
|
2722 |
msgid "Sign out"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: app/view/admin/settings.php:198
|
2726 |
msgid "Hide form"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: app/view/admin/settings.php:199
|
2730 |
msgid "Show form"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: app/view/admin/settings.php:197
|
2734 |
msgid "Full Name:"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: app/view/admin/settings.php:200
|
2738 |
msgid "Email:"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: app/view/admin/settings.php:201
|
2742 |
msgid "Password:"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: app/view/admin/settings.php:202
|
2746 |
msgid "Confirm Password:"
|
2747 |
msgstr ""
|
2748 |
|
language/all-in-one-event-calendar-uk.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2545,7 +2545,7 @@ msgstr ""
|
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: app/view/admin/settings.php:
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
@@ -2587,23 +2587,23 @@ msgstr ""
|
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: app/view/admin/settings.php:
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: app/view/admin/settings.php:
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: app/view/admin/settings.php:
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: app/view/admin/settings.php:
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
-
#: app/view/admin/settings.php:
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr ""
|
2609 |
|
@@ -2701,7 +2701,7 @@ msgstr ""
|
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
-
#: app/view/admin/settings.php:
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2711,39 +2711,39 @@ msgstr ""
|
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: app/view/admin/settings.php:
|
2715 |
msgid "Register"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: app/view/admin/settings.php:
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: app/view/admin/settings.php:
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: app/view/admin/settings.php:
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: app/view/admin/settings.php:
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: app/view/admin/settings.php:
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: app/view/admin/settings.php:
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: app/view/admin/settings.php:
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: app/view/admin/settings.php:
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2545 |
msgid "Total"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2549 |
msgid "Sign Out"
|
2550 |
msgstr ""
|
2551 |
|
2587 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: app/view/admin/settings.php:203
|
2591 |
msgid "Phone Number:"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: app/view/admin/settings.php:212
|
2595 |
msgid "Sign Up"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: app/view/admin/settings.php:213
|
2599 |
msgid "Sign In"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: app/view/admin/settings.php:236
|
2603 |
msgid "Save Settings"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: app/view/admin/settings.php:243
|
2607 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2608 |
msgstr ""
|
2609 |
|
2701 |
msgid "Cache Report"
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2705 |
#: public/admin/box_ask_customer_review.php:113
|
2706 |
#: public/admin/box_ask_customer_review.php:127
|
2707 |
#: public/admin/box_ask_customer_review.php:141
|
2711 |
msgid "This field is required."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2715 |
msgid "Register"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: app/view/admin/settings.php:191
|
2719 |
msgid "Sign in"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: app/view/admin/settings.php:195
|
2723 |
msgid "Sign out"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: app/view/admin/settings.php:198
|
2727 |
msgid "Hide form"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: app/view/admin/settings.php:199
|
2731 |
msgid "Show form"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: app/view/admin/settings.php:197
|
2735 |
msgid "Full Name:"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: app/view/admin/settings.php:200
|
2739 |
msgid "Email:"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: app/view/admin/settings.php:201
|
2743 |
msgid "Password:"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: app/view/admin/settings.php:202
|
2747 |
msgid "Confirm Password:"
|
2748 |
msgstr ""
|
2749 |
|
language/all-in-one-event-calendar-zh_CN.po
CHANGED
@@ -80,43 +80,43 @@ msgid ""
|
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: app/view/admin/settings.php:
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: app/view/admin/settings.php:
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: app/view/admin/settings.php:
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: app/view/admin/settings.php:
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: app/view/admin/settings.php:
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: app/view/admin/settings.php:
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: app/view/admin/settings.php:
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: app/view/admin/settings.php:
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: app/view/admin/settings.php:
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: app/view/admin/settings.php:
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
@@ -281,15 +281,15 @@ msgstr ""
|
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: app/view/admin/settings.php:
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: app/view/admin/settings.php:
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: app/view/admin/settings.php:
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
@@ -652,7 +652,7 @@ msgstr ""
|
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: app/model/api/api-abstract.php:
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
@@ -1258,7 +1258,7 @@ msgstr ""
|
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: app/view/admin/settings.php:
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
@@ -2543,7 +2543,7 @@ msgstr ""
|
|
2543 |
msgid "Total"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: app/view/admin/settings.php:
|
2547 |
msgid "Sign Out"
|
2548 |
msgstr ""
|
2549 |
|
@@ -2585,23 +2585,23 @@ msgstr ""
|
|
2585 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#: app/view/admin/settings.php:
|
2589 |
msgid "Phone Number:"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: app/view/admin/settings.php:
|
2593 |
msgid "Sign Up"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: app/view/admin/settings.php:
|
2597 |
msgid "Sign In"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
-
#: app/view/admin/settings.php:
|
2601 |
msgid "Save Settings"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: app/view/admin/settings.php:
|
2605 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2606 |
msgstr ""
|
2607 |
|
@@ -2699,7 +2699,7 @@ msgstr ""
|
|
2699 |
msgid "Cache Report"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
-
#: app/view/admin/settings.php:
|
2703 |
#: public/admin/box_ask_customer_review.php:113
|
2704 |
#: public/admin/box_ask_customer_review.php:127
|
2705 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -2709,39 +2709,39 @@ msgstr ""
|
|
2709 |
msgid "This field is required."
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: app/view/admin/settings.php:
|
2713 |
msgid "Register"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#: app/view/admin/settings.php:
|
2717 |
msgid "Sign in"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#: app/view/admin/settings.php:
|
2721 |
msgid "Sign out"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
-
#: app/view/admin/settings.php:
|
2725 |
msgid "Hide form"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#: app/view/admin/settings.php:
|
2729 |
msgid "Show form"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: app/view/admin/settings.php:
|
2733 |
msgid "Full Name:"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
-
#: app/view/admin/settings.php:
|
2737 |
msgid "Email:"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
-
#: app/view/admin/settings.php:
|
2741 |
msgid "Password:"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: app/view/admin/settings.php:
|
2745 |
msgid "Confirm Password:"
|
2746 |
msgstr ""
|
2747 |
|
80 |
" Please sign up for EventBoost plan <a href=\"https://time.ly/eventboost/\" target=\"_blank\">here</a>."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: app/view/admin/settings.php:214
|
84 |
msgid "Calendar Type:"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: app/view/admin/settings.php:216
|
88 |
msgid "Tourism"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: app/view/admin/settings.php:217
|
92 |
msgid "Media"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: app/view/admin/settings.php:218
|
96 |
msgid "Community Hubs"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: app/view/admin/settings.php:219
|
100 |
msgid "Education"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: app/view/admin/settings.php:220
|
104 |
msgid "Venue/Business"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: app/view/admin/settings.php:221
|
108 |
msgid "Artist/Performer"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: app/view/admin/settings.php:222
|
112 |
msgid "Church/Spiritual"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: app/view/admin/settings.php:223
|
116 |
msgid "Association/Group"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: app/view/admin/settings.php:224
|
120 |
msgid "Other"
|
121 |
msgstr ""
|
122 |
|
281 |
msgid "Ticketing is currently not available for this website. Please, try again later."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: app/view/admin/settings.php:178
|
285 |
msgid "Please, Sign In to Timely Network."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: app/view/admin/settings.php:204
|
289 |
msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: app/view/admin/settings.php:207
|
293 |
msgid "<h4>Attention Required:</h4>If you choose to sign-out of the API Timely Network this will close all the created tickets and remove user access to them. In this case, on the event page, users will see the status “Event closed”."
|
294 |
msgstr ""
|
295 |
|
652 |
msgid "API URL: %s.<br/>Detail: %s"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: app/model/api/api-abstract.php:542
|
656 |
msgid "Error decoding the response"
|
657 |
msgstr ""
|
658 |
|
1258 |
msgid "Apply"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: app/view/admin/settings.php:210 public/admin/box_repeat.php:116
|
1262 |
#: public/admin/plugins/ics/import_feed.php:127
|
1263 |
msgid "Cancel"
|
1264 |
msgstr ""
|
2543 |
msgid "Total"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: app/view/admin/settings.php:211 app/view/admin/tickets.php:134
|
2547 |
msgid "Sign Out"
|
2548 |
msgstr ""
|
2549 |
|
2585 |
msgid "Calendar was unable to initialize %s view and has reverted to Agenda view. Please check if you have installed the latest versions of calendar add-ons."
|
2586 |
msgstr ""
|
2587 |
|
2588 |
+
#: app/view/admin/settings.php:203
|
2589 |
msgid "Phone Number:"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
+
#: app/view/admin/settings.php:212
|
2593 |
msgid "Sign Up"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
+
#: app/view/admin/settings.php:213
|
2597 |
msgid "Sign In"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
+
#: app/view/admin/settings.php:236
|
2601 |
msgid "Save Settings"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: app/view/admin/settings.php:243
|
2605 |
msgid "If the form below is not working please follow <a href=\"%s\">this link</a>."
|
2606 |
msgstr ""
|
2607 |
|
2699 |
msgid "Cache Report"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
+
#: app/view/admin/settings.php:189 app/view/admin/tickets.php:125
|
2703 |
#: public/admin/box_ask_customer_review.php:113
|
2704 |
#: public/admin/box_ask_customer_review.php:127
|
2705 |
#: public/admin/box_ask_customer_review.php:141
|
2709 |
msgid "This field is required."
|
2710 |
msgstr ""
|
2711 |
|
2712 |
+
#: app/view/admin/settings.php:190 app/view/event/ticket.php:25
|
2713 |
msgid "Register"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
+
#: app/view/admin/settings.php:191
|
2717 |
msgid "Sign in"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: app/view/admin/settings.php:195
|
2721 |
msgid "Sign out"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: app/view/admin/settings.php:198
|
2725 |
msgid "Hide form"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
+
#: app/view/admin/settings.php:199
|
2729 |
msgid "Show form"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
+
#: app/view/admin/settings.php:197
|
2733 |
msgid "Full Name:"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: app/view/admin/settings.php:200
|
2737 |
msgid "Email:"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
+
#: app/view/admin/settings.php:201
|
2741 |
msgid "Password:"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
+
#: app/view/admin/settings.php:202
|
2745 |
msgid "Confirm Password:"
|
2746 |
msgstr ""
|
2747 |
|
language/all-in-one-event-calendar.mo
CHANGED
Binary file
|
language/all-in-one-event-calendar.po
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date: 2017-
|
12 |
"Last-Translator: Timely <support@time.ly>\n"
|
13 |
"Language-Team:\n"
|
14 |
|
@@ -381,7 +381,7 @@ msgstr ""
|
|
381 |
"%s. Please try again. If this error persists, please contact us at %s. In "
|
382 |
"your report please include the information below.<br/>%s."
|
383 |
|
384 |
-
#: app/model/api/api-abstract.php:
|
385 |
msgid "Error decoding the response"
|
386 |
msgstr "Error decoding the response"
|
387 |
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.28\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
+
"POT-Creation-Date: 2017-11-16 20:05:24+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2017-11-16 20:05+0000\n"
|
12 |
"Last-Translator: Timely <support@time.ly>\n"
|
13 |
"Language-Team:\n"
|
14 |
|
381 |
"%s. Please try again. If this error persists, please contact us at %s. In "
|
382 |
"your report please include the information below.<br/>%s."
|
383 |
|
384 |
+
#: app/model/api/api-abstract.php:542
|
385 |
msgid "Error decoding the response"
|
386 |
msgstr "Error decoding the response"
|
387 |
|
language/all-in-one-event-calendar.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -339,7 +339,7 @@ msgid ""
|
|
339 |
"your report please include the information below.<br/>%s."
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: app/model/api/api-abstract.php:
|
343 |
msgid "Error decoding the response"
|
344 |
msgstr ""
|
345 |
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.28\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
+
"POT-Creation-Date: 2017-11-16 20:05:24+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
339 |
"your report please include the information below.<br/>%s."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: app/model/api/api-abstract.php:542
|
343 |
msgid "Error decoding the response"
|
344 |
msgstr ""
|
345 |
|
lib/bootstrap/loader-map.php
CHANGED
@@ -3067,12 +3067,6 @@
|
|
3067 |
'c' => '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd',
|
3068 |
'i' => 'g',
|
3069 |
),
|
3070 |
-
'__TwigTemplate_a370ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f' =>
|
3071 |
-
array (
|
3072 |
-
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a3' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f.php',
|
3073 |
-
'c' => '__TwigTemplate_a370ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f',
|
3074 |
-
'i' => 'g',
|
3075 |
-
),
|
3076 |
'__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a' =>
|
3077 |
array (
|
3078 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '4f' . DIRECTORY_SEPARATOR . 'aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a.php',
|
@@ -3127,12 +3121,6 @@
|
|
3127 |
'c' => '__TwigTemplate_b69bc1a2e974a2cc888cbb54b361d86981c0c2cc33fd8a93ba2368fb485deacb',
|
3128 |
'i' => 'g',
|
3129 |
),
|
3130 |
-
'__TwigTemplate_b7740cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca' =>
|
3131 |
-
array (
|
3132 |
-
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'b7' . DIRECTORY_SEPARATOR . '74' . DIRECTORY_SEPARATOR . '0cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca.php',
|
3133 |
-
'c' => '__TwigTemplate_b7740cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca',
|
3134 |
-
'i' => 'g',
|
3135 |
-
),
|
3136 |
'__TwigTemplate_c1804f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c' =>
|
3137 |
array (
|
3138 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'c1' . DIRECTORY_SEPARATOR . '80' . DIRECTORY_SEPARATOR . '4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c.php',
|
@@ -6030,12 +6018,6 @@
|
|
6030 |
'c' => '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd',
|
6031 |
'i' => 'g',
|
6032 |
),
|
6033 |
-
'twig.a3.70.ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f' =>
|
6034 |
-
array (
|
6035 |
-
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a3' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f.php',
|
6036 |
-
'c' => '__TwigTemplate_a370ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f',
|
6037 |
-
'i' => 'g',
|
6038 |
-
),
|
6039 |
'twig.a5.4f.aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a' =>
|
6040 |
array (
|
6041 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '4f' . DIRECTORY_SEPARATOR . 'aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a.php',
|
@@ -6096,12 +6078,6 @@
|
|
6096 |
'c' => '__TwigTemplate_b69bc1a2e974a2cc888cbb54b361d86981c0c2cc33fd8a93ba2368fb485deacb',
|
6097 |
'i' => 'g',
|
6098 |
),
|
6099 |
-
'twig.b7.74.0cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca' =>
|
6100 |
-
array (
|
6101 |
-
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'b7' . DIRECTORY_SEPARATOR . '74' . DIRECTORY_SEPARATOR . '0cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca.php',
|
6102 |
-
'c' => '__TwigTemplate_b7740cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca',
|
6103 |
-
'i' => 'g',
|
6104 |
-
),
|
6105 |
'twig.c1.80.4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c' =>
|
6106 |
array (
|
6107 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'c1' . DIRECTORY_SEPARATOR . '80' . DIRECTORY_SEPARATOR . '4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c.php',
|
3067 |
'c' => '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd',
|
3068 |
'i' => 'g',
|
3069 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
3070 |
'__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a' =>
|
3071 |
array (
|
3072 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '4f' . DIRECTORY_SEPARATOR . 'aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a.php',
|
3121 |
'c' => '__TwigTemplate_b69bc1a2e974a2cc888cbb54b361d86981c0c2cc33fd8a93ba2368fb485deacb',
|
3122 |
'i' => 'g',
|
3123 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
3124 |
'__TwigTemplate_c1804f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c' =>
|
3125 |
array (
|
3126 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'c1' . DIRECTORY_SEPARATOR . '80' . DIRECTORY_SEPARATOR . '4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c.php',
|
6018 |
'c' => '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd',
|
6019 |
'i' => 'g',
|
6020 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
6021 |
'twig.a5.4f.aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a' =>
|
6022 |
array (
|
6023 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '4f' . DIRECTORY_SEPARATOR . 'aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a.php',
|
6078 |
'c' => '__TwigTemplate_b69bc1a2e974a2cc888cbb54b361d86981c0c2cc33fd8a93ba2368fb485deacb',
|
6079 |
'i' => 'g',
|
6080 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
6081 |
'twig.c1.80.4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c' =>
|
6082 |
array (
|
6083 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'c1' . DIRECTORY_SEPARATOR . '80' . DIRECTORY_SEPARATOR . '4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c.php',
|
lib/theme/compiler.php
CHANGED
@@ -145,10 +145,20 @@ class Ai1ec_Theme_Compiler extends Ai1ec_Base {
|
|
145 |
*/
|
146 |
public function clean_and_check_dir( $cache_dir ) {
|
147 |
try {
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
$parent = realpath( $cache_dir );
|
149 |
-
|
|
|
|
|
|
|
150 |
return false;
|
151 |
}
|
|
|
152 |
if (
|
153 |
is_dir( $cache_dir ) && chmod( $cache_dir, 0754 )
|
154 |
|| mkdir( $cache_dir, 0754, true )
|
@@ -212,4 +222,4 @@ class Ai1ec_Theme_Compiler extends Ai1ec_Base {
|
|
212 |
return rmdir( $cache_dir );
|
213 |
}
|
214 |
|
215 |
-
}
|
145 |
*/
|
146 |
public function clean_and_check_dir( $cache_dir ) {
|
147 |
try {
|
148 |
+
// PROD-3918 - Check if we are cleaning the TWIG cache dir
|
149 |
+
// This validation will fail if a custom directory is used to store twig cache
|
150 |
+
if ( empty( $cache_dir ) || strpos( $cache_dir, 'cache/twig' ) === false ) {
|
151 |
+
return false;
|
152 |
+
}
|
153 |
+
|
154 |
$parent = realpath( $cache_dir );
|
155 |
+
|
156 |
+
// $parent will return empty if the directory doesn't exist
|
157 |
+
// Only clean directory if directory exists
|
158 |
+
if ( ! empty( $parent ) && ! $this->_prune_dir( $parent ) ) {
|
159 |
return false;
|
160 |
}
|
161 |
+
|
162 |
if (
|
163 |
is_dir( $cache_dir ) && chmod( $cache_dir, 0754 )
|
164 |
|| mkdir( $cache_dir, 0754, true )
|
222 |
return rmdir( $cache_dir );
|
223 |
}
|
224 |
|
225 |
+
}
|
public/js/external_libs/jquery.calendrical_timespan.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
timely.define(["jquery_timely"],function(e){function l(){var e=new Date;return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function c(e,t){return typeof e=="string"&&(e=new Date(e)),typeof t=="string"&&(t=new Date(t)),e.getUTCDate()===t.getUTCDate()&&e.getUTCMonth()===t.getUTCMonth()&&e.getUTCFullYear()===t.getUTCFullYear()?!0:!1}function h(e,t){if(e instanceof Date)return h(e.getUTCFullYear(),e.getUTCMonth());if(t==1){var n=e%4==0&&(e%100!=0||e%400==0);return n?29:28}return t==3||t==5||t==8||t==10?30:31}function p(e){return new Date(e.getTime()+864e5)}function d(e){return new Date(e.getTime()-864e5)}function v(e,t){return t==11?new Date(e+1,0,1):new Date(e,t+1,1)}function m(t,n,r,i){var s=i.monthNames.split(","),o=e("<thead />"),u=e("<tr />").appendTo(o);e("<th />").addClass("monthCell").append(e('<a href="javascript:;">«</a>').addClass("prevMonth").mousedown(function(e){g(t,r==0?n-1:n,r==0?11:r-1,i),e.preventDefault()})).appendTo(u),e("<th />").addClass("monthCell").attr("colSpan",5).append(e('<a href="javascript:;">'+s[r]+" "+n+"</a>").addClass("monthName")).appendTo(u),e("<th />").addClass("monthCell").append(e('<a href="javascript:;">»</a>').addClass("nextMonth").mousedown(function(){g(t,r==11?n+1:n,r==11?0:r+1,i)})).appendTo(u);var a=i.dayNames.split(","),f=parseInt(i.weekStartDay),l=[];for(var c=0,h=a.length;c<h;c++)l[c]=a[(c+f)%h];var p=e("<tr />").appendTo(o);return e.each(l,function(t,n){e("<td />").addClass("dayName").append(n).appendTo(p)}),o}function g(t,n,r,i){i=i||{};var s=parseInt(i.weekStartDay),o=i.today?i.today:l();o.setHours(0),o.setMinutes(0);var u=new Date(n,r,1),a=v(n,r),f=Math.abs(o.getTimezoneOffset());f!=0&&(o.setHours(o.getHours()+f/60),o.setMinutes(o.getMinutes()+f%60),u.setHours(u.getHours()+f/60),u.setMinutes(u.getMinutes()+f%60),a.setHours(a.getHours()+f/60),a.setMinutes(a.getMinutes()+f%60));var h=a.getUTCDay()-s;h<0?h=Math.abs(h)-1:h=6-h;for(var g=0;g<h;g++)a=p(a);var y=e("<table />");m(t,n,r,i).appendTo(y);var b=e("<tbody />").appendTo(y),w=e("<tr />"),E=u.getUTCDay()-s;E<0&&(E=7+E);for(var g=0;g<E;g++)u=d(u);while(u<=a){var S=e("<td />").addClass("day").append(e('<a href="javascript:;">'+u.getUTCDate()+"</a>").click(function(){var e=u;return function(){i&&i.selectDate&&i.selectDate(e)}}())).appendTo(w),x=c(u,o),T=i.selected&&c(i.selected,u);x&&S.addClass("today"),T&&S.addClass("selected"),x&&T&&S.addClass("today_selected"),u.getUTCMonth()!=r&&S.addClass("nonMonth");var N=u.getUTCDay();(N+1)%7==s&&(b.append(w),w=e("<tr />")),u=p(u)}w.children().length?b.append(w):w.remove(),t.empty().append(y)}function y(t,n){var r=n.selection&&f(n.selection);r&&(r.minute=Math.floor(r.minute/15)*15);var i=n.startTime&&n.startTime.hour*60+n.startTime.minute,s,o=e("<ul />");for(var a=0;a<24;a++)for(var l=0;l<60;l+=15){if(i&&i>a*60+l)continue;(function(){var t=u(a,l,n.isoTime),f=t;if(i!=null){var c=a*60+l-i;c<60?f+=" ("+c+" min)":c==60?f+=" (1 hr)":f+=" ("+Math.floor(c/60)+" hr "+c%60+" min)"}var h=e("<li />").append(e('<a href="javascript:;">'+f+"</a>").click(function(){n&&n.selectTime&&n.selectTime(t)}).mousemove(function(){e("li.selected",o).removeClass("selected")})).appendTo(o);!s&&a==n.defaultHour&&(s=h),r&&r.hour==a&&r.minute==l&&(h.addClass("selected"),s=h)})()}s&&setTimeout(function(){t[0].scrollTop=s[0].offsetTop-s.height()*2},0),t.empty().append(o)}function b(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function w(){e(this).data("timespan.stored",this.value)}function E(t,n,r,i,a,f,l,c,h,p){r.val(r.data("timespan.initial_value")),f.val(f.data("timespan.initial_value")),l.get(0).checked=l.data("timespan.initial_value");var d=s(r,p,0,15);n.val(u(d.getUTCHours(),d.getUTCMinutes(),c)),t.val(o(d,h));var v=s(f,d.getTime(),1,15);a.val(u(v.getUTCHours(),v.getUTCMinutes(),c)),l.get(0).checked&&v.setUTCDate(v.getUTCDate()-1),i.val(o(v,h)),t.each(w),n.each(w),i.each(w),a.each(w),l.trigger("change.timespan"),e("#ai1ec_instant_event").trigger("change.timespan")}var t={us:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"m/d/y",order:"middleEndian",zeroPad:!1},iso:{pattern:/([\d]{4}|[\d]{2})-([\d]{1,2})-([\d]{1,2})/,format:"y-m-d",order:"bigEndian",zeroPad:!0},dot:{pattern:/([\d]{1,2}).([\d]{1,2}).([\d]{4}|[\d]{2})/,format:"d.m.y",order:"littleEndian",zeroPad:!1},def:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"d/m/y",order:"littleEndian",zeroPad:!1}},n=function(e){return e<10?"0"+e:e},r=function(e,t){typeof t=="undefined"&&(t=!1);var r=e.getUTCFullYear()+"-"+n(e.getUTCMonth()+1)+"-"+n(e.getUTCDate());return t&&(r+="T"+n(e.getUTCHours())+":"+n(e.getUTCMinutes())+":00"),r},i=function(e,t){var n=e.val(),r=null;if(n.length<4)r=new Date(t);else{r=new Date(n);var i=n.split("T"),s=i[0].split("-"),o=i[1].split(":");r.setUTCFullYear(s[0],s[1]-1,s[2]),r.setUTCHours(o[0],o[1],o[2],0)}return r},s=function(e,t,n,r){return t+=n*36e5,t-=t%(r*6e4),i(e,t)},o=function(e,n,r){var i,s,o;typeof t[n]=="undefined"&&(n="def"),typeof r=="undefined"&&(r=!1),!0===r?(i=e.getFullYear().toString(),s=(e.getMonth()+1).toString(),o=e.getDate().toString()):(i=e.getUTCFullYear().toString(),s=(e.getUTCMonth()+1).toString(),o=e.getUTCDate().toString()),t[n].zeroPad&&(s.length==1&&(s="0"+s),o.length==1&&(o="0"+o));var u=t[n].format;return u=u.replace("d",o),u=u.replace("m",s),u=u.replace("y",i),u},u=function(e,t,n){var r=t;t<10&&(r="0"+t);if(n){var i=e;return i<10&&(i="0"+e),i+":"+r}var i=e%12;i==0&&(i=12);var s=e<12?"am":"pm";return i+":"+r+s},a=function(e,n){typeof t[n]=="undefined"&&(n="def");var r=e.match(t[n].pattern);if(!r||r.length!=4)return Date("invalid");switch(t[n].order){case"bigEndian":var i=r[3],s=r[2],o=r[1];break;case"littleEndian":var i=r[1],s=r[2],o=r[3];break;case"middleEndian":var i=r[2],s=r[1],o=r[3];break;default:var i=r[1],s=r[2],o=r[3]}return o.length==2&&(o=(new Date).getUTCFullYear().toString().substr(0,2)+o),new Date(s+"/"+i+"/"+o+" GMT")},f=function(e){var t=t=/(\d+)\s*[:\-\.,]\s*(\d+)\s*(am|pm)?/i.exec(e);if(t&&t.length>=3){var n=Number(t[1]),r=Number(t[2]);return n==12&&t[3]&&(n-=12),t[3]&&t[3].toLowerCase()=="pm"&&(n+=12),{hour:n,minute:r}}return null};e.fn.calendricalDate=function(t){return t=t||{},t.padding=t.padding||4,t.monthNames=t.monthNames||"January,February,March,April,May,June,July,August,September,October,November,December",t.dayNames=t.dayNames||"S,M,T,W,T,F,S",t.weekStartDay=t.weekStartDay||0,this.each(function(){var n=e(this),r,i=!1;n.bind("focus",function(){if(r)return;var s=n.position(),u=n.css("padding-left");r=e("<div />").addClass("calendricalDatePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:s.left,top:s.top+n.height()+t.padding*2}),n.after(r);var f=a(n.val(),t.dateFormat);f.getUTCFullYear()||(f=t.today?t.today:l()),g(r,f.getUTCFullYear(),f.getUTCMonth(),{today:t.today,selected:f,monthNames:t.monthNames,dayNames:t.dayNames,weekStartDay:t.weekStartDay,selectDate:function(e){i=!1,n.val(o(e,t.dateFormat)),r.remove(),r=null;if(t.endDate){var s=a(t.endDate.val(),t.dateFormat);s>=f&&t.endDate.val(o(new Date(e.getTime()+s.getTime()-f.getTime()),t.dateFormat))}}})}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalDateRange=function(t){return this.length>=2&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[1])},t)),e(this[1]).calendricalDate(t)),this},e.fn.calendricalDateRangeSingle=function(t){return this.length==1&&e(this).calendricalDate(t),this},e.fn.calendricalTime=function(t){return t=t||{},t.padding=t.padding||4,this.each(function(){var n=e(this),r,i=!1;n.bind("focus click",function(){if(r)return;var s=t.startTime;s&&t.startDate&&t.endDate&&!c(a(t.startDate.val()),a(t.endDate.val()))&&(s=!1);var o=n.position();r=e("<div />").addClass("calendricalTimePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:o.left,top:o.top+n.height()+t.padding*2}),s&&r.addClass("calendricalEndTimePopup"),n.after(r);var u={selection:n.val(),selectTime:function(e){i=!1,n.val(e),r.remove(),r=null},isoTime:t.isoTime||!1,defaultHour:t.defaultHour!=null?t.defaultHour:8};s&&(u.startTime=f(t.startTime.val())),y(r,u)}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalTimeRange=function(t){return this.length>=2&&(e(this[0]).calendricalTime(t),e(this[1]).calendricalTime(e.extend({startTime:e(this[0])},t))),this},e.fn.calendricalDateTimeRange=function(t){return this.length>=4&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[2])},t)),e(this[1]).calendricalTime(t),e(this[2]).calendricalDate(t),e(this[3]).calendricalTime(e.extend({startTime:e(this[1]),startDate:e(this[0]),endDate:e(this[2])},t))),this};var S={allday:"#allday",start_date_input:"#start-date-input",start_time_input:"#start-time-input",start_time:"#start-time",end_date_input:"#end-date-input",end_time_input:"#end-time-input",end_time:"#end-time",twentyfour_hour:!1,date_format:"def",now:new Date},x={init:function(t){function C(){var e=a(s.val(),n.date_format).getTime()/1e3,t=f(l.val());e+=t.hour*3600+t.minute*60;var r=a(h.val(),n.date_format).getTime()/1e3,i=f(p.val());return r+=i.hour*3600+i.minute*60,r-e}function k(){var e=a(s.data("timespan.stored"),n.date_format),t=f(l.data("timespan.stored")),r=e.getTime()/1e3+t.hour*3600+t.minute*60+s.data("time_diff");return r=new Date(r*1e3),h.val(o(r,n.date_format)),p.val(u(r.getUTCHours(),r.getUTCMinutes(),n.twentyfour_hour)),!0}var n=e.extend({},S,t),i=e(n.allday),s=e(n.start_date_input),l=e(n.start_time_input),c=e(n.start_time),h=e(n.end_date_input),p=e(n.end_time_input),d=e(n.end_time),v=e("#ai1ec_instant_event"),m=h.add(p),g=s.add(n.end_date_input),y=l.add(n.end_time_input),x=s.add(n.start_time_input).add(n.end_date_input).add(n.end_time_input);x.bind("focus.timespan",w),v.bind("change.timespan",function(){this.checked?(m.closest("tr").fadeOut(),i.attr("disabled",!0)):(i.removeAttr("disabled"),m.closest("tr").fadeIn())});var T=new Date(n.now.getFullYear(),n.now.getMonth(),n.now.getDate()),N=!1;return i.bind("change.timespan",function(){this.checked?(y.fadeOut(),v.attr("disabled",!0)):(v.removeAttr("disabled"),y.fadeIn()),N||(N=!0,x.calendricalDateTimeRange({today:T,dateFormat:n.date_format,isoTime:n.twentyfour_hour,monthNames:n.month_names,dayNames:n.day_names,weekStartDay:n.week_start_day}))}).get().checked=!1,g.bind("blur.timespan",function(){var t=a(this.value,n.date_format);isNaN(t)?b(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(o(t,n.date_format)))}),y.bind("blur.timespan",function(){var t=f(this.value);t?(e(this).data("timespan.stored",this.value),e(this).val(u(t.hour,t.minute,n.twentyfour_hour))):b(e(this))}),s.add(n.start_time_input).bind("focus.timespan",function(){s.data("time_diff",C())}).bind("blur.timespan",function(){s.data("time_diff")<0&&s.data("time_diff",900);var e=k()}),h.add(n.start_time_input).bind("blur.timespan",function(){if(C()<0){s.data("time_diff",900);var e=k()}}),s.closest("form").bind("submit.timespan",function(){var e=a(s.val(),n.date_format).getTime()/1e3;if(!isNaN(e)){if(!i.get(0).checked){var t=f(l.val());t?e+=t.hour*3600+t.minute*60:e=""}}else e="";e>0&&c.val(r(new Date(e*1e3),!0));var o=a(h.val(),n.date_format).getTime()/1e3;if(!isNaN(o))if(i.get(0).checked)o+=86400;else{var t=f(p.val());t?o+=t.hour*3600+t.minute*60:o=""}else o="";o>0&&d.val(r(new Date(o*1e3),!0))}),c.data("timespan.initial_value",c.val()),d.data("timespan.initial_value",d.val()),i.data("timespan.initial_value",i.get(0).checked),E(s,l,c,h,p,d,i,n.twentyfour_hour,n.date_format,n.now),this},reset:function(t){var n=e.extend({},S,t);return E(e(n.start_date_input),e(n.start_time_input),e(n.start_time),e(n.end_date_input),e(n.end_time_input),e(n.end_time),e(n.allday),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},S,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};return e.timespan=function(t){if(x[t])return x[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return x.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")},{formatDate:o,parseDate:a}});
|
1 |
+
timely.define(["jquery_timely"],function(e){function l(){var e=new Date;return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function c(e,t){return typeof e=="string"&&(e=new Date(e)),typeof t=="string"&&(t=new Date(t)),e.getUTCDate()===t.getUTCDate()&&e.getUTCMonth()===t.getUTCMonth()&&e.getUTCFullYear()===t.getUTCFullYear()?!0:!1}function h(e,t){if(e instanceof Date)return h(e.getUTCFullYear(),e.getUTCMonth());if(t==1){var n=e%4==0&&(e%100!=0||e%400==0);return n?29:28}return t==3||t==5||t==8||t==10?30:31}function p(e){return new Date(e.getTime()+864e5)}function d(e){return new Date(e.getTime()-864e5)}function v(e,t){return t==11?new Date(e+1,0,1):new Date(e,t+1,1)}function m(t,n,r,i){var s=i.monthNames.split(","),o=e("<thead />"),u=e("<tr />").appendTo(o);e("<th />").addClass("monthCell").append(e('<a href="javascript:;">«</a>').addClass("prevMonth").mousedown(function(e){g(t,r==0?n-1:n,r==0?11:r-1,i),e.preventDefault()})).appendTo(u),e("<th />").addClass("monthCell").attr("colSpan",5).append(e('<a href="javascript:;">'+s[r]+" "+n+"</a>").addClass("monthName")).appendTo(u),e("<th />").addClass("monthCell").append(e('<a href="javascript:;">»</a>').addClass("nextMonth").mousedown(function(){g(t,r==11?n+1:n,r==11?0:r+1,i)})).appendTo(u);var a=i.dayNames.split(","),f=parseInt(i.weekStartDay),l=[];for(var c=0,h=a.length;c<h;c++)l[c]=a[(c+f)%h];var p=e("<tr />").appendTo(o);return e.each(l,function(t,n){e("<td />").addClass("dayName").append(n).appendTo(p)}),o}function g(t,n,r,i){i=i||{};var s=parseInt(i.weekStartDay),o=i.today?i.today:l();o.setHours(0),o.setMinutes(0);var u=new Date(n,r,1),a=v(n,r),f=Math.abs(o.getTimezoneOffset());f!=0&&(o.setHours(o.getHours()+f/60),o.setMinutes(o.getMinutes()+f%60),u.setHours(u.getHours()+f/60),u.setMinutes(u.getMinutes()+f%60),a.setHours(a.getHours()+f/60),a.setMinutes(a.getMinutes()+f%60));var h=a.getUTCDay()-s;h<0?h=Math.abs(h)-1:h=6-h;for(var g=0;g<h;g++)a=p(a);var y=e("<table />");m(t,n,r,i).appendTo(y);var b=e("<tbody />").appendTo(y),w=e("<tr />"),E=u.getUTCDay()-s;E<0&&(E=7+E);for(var g=0;g<E;g++)u=d(u);while(u<=a){var S=e("<td />").addClass("day").append(e('<a href="javascript:;">'+u.getUTCDate()+"</a>").click(function(){var e=u;return function(){i&&i.selectDate&&i.selectDate(e)}}())).appendTo(w),x=c(u,o),T=i.selected&&c(i.selected,u);x&&S.addClass("today"),T&&S.addClass("selected"),x&&T&&S.addClass("today_selected"),u.getUTCMonth()!=r&&S.addClass("nonMonth");var N=u.getUTCDay();(N+1)%7==s&&(b.append(w),w=e("<tr />")),u=p(u)}w.children().length?b.append(w):w.remove(),t.empty().append(y)}function y(t,n){var r=n.selection&&f(n.selection);r&&(r.minute=Math.floor(r.minute/15)*15);var i=n.startTime&&n.startTime.hour*60+n.startTime.minute,s,o=e("<ul />");for(var a=0;a<24;a++)for(var l=0;l<60;l+=15){if(i&&i>a*60+l)continue;(function(){var t=u(a,l,n.isoTime),f=t;if(i!=null){var c=a*60+l-i;c<60?f+=" ("+c+" min)":c==60?f+=" (1 hr)":f+=" ("+Math.floor(c/60)+" hr "+c%60+" min)"}var h=e("<li />").append(e('<a href="javascript:;">'+f+"</a>").click(function(){n&&n.selectTime&&n.selectTime(t)}).mousemove(function(){e("li.selected",o).removeClass("selected")})).appendTo(o);!s&&a==n.defaultHour&&(s=h),r&&r.hour==a&&r.minute==l&&(h.addClass("selected"),s=h)})()}s&&setTimeout(function(){t[0].scrollTop=s[0].offsetTop-s.height()*2},0),t.empty().append(o)}function b(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function w(){e(this).data("timespan.stored",this.value)}function E(t,n,r,i,a,f,l,c,h,p){r.val(r.data("timespan.initial_value")),f.val(f.data("timespan.initial_value")),l.get(0).checked=l.data("timespan.initial_value");var d=s(r,p,0,15);n.val(u(d.getUTCHours(),d.getUTCMinutes(),c)),t.val(o(d,h));var v=s(f,d.getTime(),1,15);a.val(u(v.getUTCHours(),v.getUTCMinutes(),c)),l.get(0).checked&&v.setUTCDate(v.getUTCDate()-1),i.val(o(v,h)),t.each(w),n.each(w),i.each(w),a.each(w),l.trigger("change.timespan"),e("#ai1ec_instant_event").trigger("change.timespan")}var t={us:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"m/d/y",order:"middleEndian",zeroPad:!1},iso:{pattern:/([\d]{4}|[\d]{2})-([\d]{1,2})-([\d]{1,2})/,format:"y-m-d",order:"bigEndian",zeroPad:!0},dot:{pattern:/([\d]{1,2}).([\d]{1,2}).([\d]{4}|[\d]{2})/,format:"d.m.y",order:"littleEndian",zeroPad:!1},def:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"d/m/y",order:"littleEndian",zeroPad:!1}},n=function(e){return e<10?"0"+e:e},r=function(e,t){typeof t=="undefined"&&(t=!1);var r=e.getUTCFullYear()+"-"+n(e.getUTCMonth()+1)+"-"+n(e.getUTCDate());return t&&(r+="T"+n(e.getUTCHours())+":"+n(e.getUTCMinutes())+":00"),r},i=function(e,t){var n=e.val(),r=null;if(n.length<4)r=new Date(t);else{r=new Date(n);var i=n.split("T"),s=i[0].split("-"),o=i[1].split(":");r.setUTCFullYear(s[0],s[1]-1,s[2]),r.setUTCHours(o[0],o[1],o[2],0)}return r},s=function(e,t,n,r){return t+=n*36e5,t-=t%(r*6e4),i(e,t)},o=function(e,n,r){var i,s,o;typeof t[n]=="undefined"&&(n="def"),typeof r=="undefined"&&(r=!1),!0===r?(i=e.getFullYear().toString(),s=(e.getMonth()+1).toString(),o=e.getDate().toString()):(i=e.getUTCFullYear().toString(),s=(e.getUTCMonth()+1).toString(),o=e.getUTCDate().toString()),t[n].zeroPad&&(s.length==1&&(s="0"+s),o.length==1&&(o="0"+o));var u=t[n].format;return u=u.replace("d",o),u=u.replace("m",s),u=u.replace("y",i),u},u=function(e,t,n){var r=t;t<10&&(r="0"+t);if(n){var i=e;return i<10&&(i="0"+e),i+":"+r}var i=e%12;i==0&&(i=12);var s=e<12?"am":"pm";return i+":"+r+s},a=function(e,n){typeof t[n]=="undefined"&&(n="def");var r=e.match(t[n].pattern);if(!r||r.length!=4)return Date("invalid");switch(t[n].order){case"bigEndian":var i=r[3],s=r[2],o=r[1];break;case"littleEndian":var i=r[1],s=r[2],o=r[3];break;case"middleEndian":var i=r[2],s=r[1],o=r[3];break;default:var i=r[1],s=r[2],o=r[3]}return o.length==2&&(o=(new Date).getUTCFullYear().toString().substr(0,2)+o),new Date(s+"/"+i+"/"+o+" GMT")},f=function(e){var t=t=/(\d+)\s*[:\-\.,]\s*(\d+)\s*(am|pm)?/i.exec(e);if(t&&t.length>=3){var n=Number(t[1]),r=Number(t[2]);return n==12&&t[3]&&(n-=12),t[3]&&t[3].toLowerCase()=="pm"&&(n+=12),{hour:n,minute:r}}return null};e.fn.calendricalDate=function(t){return t=t||{},t.padding=t.padding||4,t.monthNames=t.monthNames||"January,February,March,April,May,June,July,August,September,October,November,December",t.dayNames=t.dayNames||"S,M,T,W,T,F,S",t.weekStartDay=t.weekStartDay||0,this.each(function(){var n=e(this),r,i=!1;n.bind("focus",function(){if(r)return;var s=n.position(),u=n.css("padding-left");r=e("<div />").addClass("calendricalDatePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:s.left,top:s.top+n.height()+t.padding*2}),n.after(r);var f=a(n.val(),t.dateFormat);f.getUTCFullYear()||(f=t.today?t.today:l()),g(r,f.getUTCFullYear(),f.getUTCMonth(),{today:t.today,selected:f,monthNames:t.monthNames,dayNames:t.dayNames,weekStartDay:t.weekStartDay,selectDate:function(e){i=!1,n.val(o(e,t.dateFormat)),r.remove(),r=null;if(t.endDate){var s=a(t.endDate.val(),t.dateFormat);s>=f&&t.endDate.val(o(new Date(e.getTime()+s.getTime()-f.getTime()),t.dateFormat))}}})}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalDateRange=function(t){return this.length>=2&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[1])},t)),e(this[1]).calendricalDate(t)),this},e.fn.calendricalDateRangeSingle=function(t){return this.length==1&&e(this).calendricalDate(t),this},e.fn.calendricalTime=function(t){return t=t||{},t.padding=t.padding||4,this.each(function(){var n=e(this),r,i=!1;n.bind("focus click",function(){if(r)return;var s=t.startTime;s&&t.startDate&&t.endDate&&!c(a(t.startDate.val()),a(t.endDate.val()))&&(s=!1);var o=n.position();r=e("<div />").addClass("calendricalTimePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:o.left,top:o.top+n.height()+t.padding*2}),s&&r.addClass("calendricalEndTimePopup"),n.after(r);var u={selection:n.val(),selectTime:function(e){i=!1,n.val(e),r.remove(),r=null},isoTime:t.isoTime||!1,defaultHour:t.defaultHour!=null?t.defaultHour:8};s&&(u.startTime=f(t.startTime.val())),y(r,u)}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalTimeRange=function(t){return this.length>=2&&(e(this[0]).calendricalTime(t),e(this[1]).calendricalTime(e.extend({startTime:e(this[0])},t))),this},e.fn.calendricalDateTimeRange=function(t){return this.length>=4&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[2])},t)),e(this[1]).calendricalTime(t),e(this[2]).calendricalDate(t),e(this[3]).calendricalTime(e.extend({startTime:e(this[1]),startDate:e(this[0]),endDate:e(this[2])},t))),this};var S={allday:"#allday",start_date_input:"#start-date-input",start_time_input:"#start-time-input",start_time:"#start-time",end_date_input:"#end-date-input",end_time_input:"#end-time-input",end_time:"#end-time",twentyfour_hour:!1,date_format:"def",now:new Date},x={init:function(t){function C(){var e=a(s.val(),n.date_format).getTime()/1e3,t=f(l.val());e+=t.hour*3600+t.minute*60;var r=a(h.val(),n.date_format).getTime()/1e3,i=f(p.val());return r+=i.hour*3600+i.minute*60,r-e}function k(){var e=a(s.data("timespan.stored"),n.date_format),t=f(l.data("timespan.stored")),r=e.getTime()/1e3+t.hour*3600+t.minute*60+s.data("time_diff");return r=new Date(r*1e3),h.val(o(r,n.date_format)),p.val(u(r.getUTCHours(),r.getUTCMinutes(),n.twentyfour_hour)),!0}function L(){var e=a(s.val(),n.date_format).getTime()/1e3;if(!isNaN(e)){if(!i.get(0).checked){var t=f(l.val());t?e+=t.hour*3600+t.minute*60:e=""}}else e="";e>0&&c.val(r(new Date(e*1e3),!0));var o=a(h.val(),n.date_format).getTime()/1e3;if(!isNaN(o))if(i.get(0).checked)o+=86400;else{var t=f(p.val());t?o+=t.hour*3600+t.minute*60:o=""}else o="";o>0&&d.val(r(new Date(o*1e3),!0))}var n=e.extend({},S,t),i=e(n.allday),s=e(n.start_date_input),l=e(n.start_time_input),c=e(n.start_time),h=e(n.end_date_input),p=e(n.end_time_input),d=e(n.end_time),v=e("#ai1ec_instant_event"),m=h.add(p),g=s.add(n.end_date_input),y=l.add(n.end_time_input),x=s.add(n.start_time_input).add(n.end_date_input).add(n.end_time_input);x.bind("focus.timespan",w),v.bind("change.timespan",function(){this.checked?(m.closest("tr").fadeOut(),i.attr("disabled",!0)):(i.removeAttr("disabled"),m.closest("tr").fadeIn())});var T=new Date(n.now.getFullYear(),n.now.getMonth(),n.now.getDate()),N=!1;return i.bind("change.timespan",function(){this.checked?(y.fadeOut(),v.attr("disabled",!0)):(v.removeAttr("disabled"),y.fadeIn()),N||(N=!0,x.calendricalDateTimeRange({today:T,dateFormat:n.date_format,isoTime:n.twentyfour_hour,monthNames:n.month_names,dayNames:n.day_names,weekStartDay:n.week_start_day}))}).get().checked=!1,g.bind("blur.timespan",function(){var t=a(this.value,n.date_format);isNaN(t)?b(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(o(t,n.date_format)))}),y.bind("blur.timespan",function(){var t=f(this.value);t?(e(this).data("timespan.stored",this.value),e(this).val(u(t.hour,t.minute,n.twentyfour_hour))):b(e(this))}),s.add(n.start_time_input).bind("focus.timespan",function(){s.data("time_diff",C())}).bind("blur.timespan",function(){s.data("time_diff")<0&&s.data("time_diff",900);var e=k()}),h.add(n.start_time_input).bind("blur.timespan",function(){if(C()<0){s.data("time_diff",900);var e=k()}}),s.closest("form").bind("submit.timespan",L),s.closest("form").find("#ai1ec_start-date-input, #ai1ec_end-date-input, #ai1ec_start-time-input, #ai1ec_end-time-input").on("change",L),s.closest(".ai1ec-form").on("click",L),c.data("timespan.initial_value",c.val()),d.data("timespan.initial_value",d.val()),i.data("timespan.initial_value",i.get(0).checked),E(s,l,c,h,p,d,i,n.twentyfour_hour,n.date_format,n.now),this},reset:function(t){var n=e.extend({},S,t);return E(e(n.start_date_input),e(n.start_time_input),e(n.start_time),e(n.end_date_input),e(n.end_time_input),e(n.end_time),e(n.allday),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},S,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};return e.timespan=function(t){if(x[t])return x[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return x.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")},{formatDate:o,parseDate:a}});
|
public/js/pages/add_new_event.js
CHANGED
@@ -161,4 +161,4 @@ CONDITIONS OF ANY KIND, either express or implied. See the Apache License and th
|
|
161 |
the specific language governing permissions and limitations under the Apache License and the GPL License.
|
162 |
*/
|
163 |
|
164 |
-
timely.define("domReady",[],function(){function u(e){var t;for(t=0;t<e.length;t++)e[t](n)}function a(){var e=r;t&&e.length&&(r=[],u(e))}function f(){t||(t=!0,o&&clearInterval(o),a())}function c(e){return t?e(n):r.push(e),c}var e=typeof window!="undefined"&&window.document,t=!e,n=e?document:null,r=[],i,s,o;if(e){if(document.addEventListener)document.addEventListener("DOMContentLoaded",f,!1),window.addEventListener("load",f,!1);else if(window.attachEvent){window.attachEvent("onload",f),s=document.createElement("div");try{i=window.frameElement===null}catch(l){}s.doScroll&&i&&window.external&&(o=setInterval(function(){try{s.doScroll(),f()}catch(e){}},30))}(document.readyState==="complete"||document.readyState==="interactive")&&f()}return c.version="2.0.0",c.load=function(e,t,n,r){r.isBuild?n(null):c(n)},c}),timely.define("external_libs/bootstrap/tab",["jquery_timely"],function(e){var t=function(t){this.element=e(t)};t.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.ai1ec-dropdown-menu)"),r=t.data("target");r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("ai1ec-active"))return;var i=n.find(".ai1ec-active:last a")[0],s=e.Event("show.bs.tab",{relatedTarget:i});t.trigger(s);if(s.isDefaultPrevented())return;var o=e(r);this.activate(t.parent("li"),n),this.activate(o,o.parent(),function(){t.trigger({type:"shown.bs.tab",relatedTarget:i})})},t.prototype.activate=function(t,n,r){function o(){i.removeClass("ai1ec-active").find("> .ai1ec-dropdown-menu > .ai1ec-active").removeClass("ai1ec-active"),t.addClass("ai1ec-active"),s?(t[0].offsetWidth,t.addClass("ai1ec-in")):t.removeClass("ai1ec-fade"),t.parent(".ai1ec-dropdown-menu")&&t.closest("li.ai1ec-dropdown").addClass("ai1ec-active"),r&&r()}var i=n.find("> .ai1ec-active"),s=r&&e.support.transition&&i.hasClass("ai1ec-fade");s?i.one(e.support.transition.end,o).emulateTransitionEnd(150):o(),i.removeClass("ai1ec-in")};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.bs.tab.data-api",'[data-toggle="ai1ec-tab"], [data-toggle="ai1ec-pill"]',function(t){t.preventDefault(),e(this).tab("show")})}),timely.define("libs/utils",["jquery_timely","external_libs/bootstrap/tab"],function(e){var t=function(){return{is_float:function(e){return!isNaN(parseFloat(e))},is_valid_coordinate:function(e,t){var n=t?90:180;return this.is_float(e)&&Math.abs(e)<n},convert_comma_to_dot:function(e){return e.replace(",",".")},field_has_value:function(t){var n="#"+t,r=e(n),i=!1;return r.length===1&&(i=e.trim(r.val())!==""),i},make_alert:function(t,n,r){var i="";switch(n){case"error":i="ai1ec-alert ai1ec-alert-danger";break;case"success":i="ai1ec-alert ai1ec-alert-success";break;default:i="ai1ec-alert ai1ec-alert-info"}var s=e("<div />",{"class":i,html:t});if(!r){var o=e("<button>",{type:"button","class":"ai1ec-close","data-dismiss":"ai1ec-alert",text:"×"});s.prepend(o)}return s},alert:function(t,n){$document=e(document.body),$one_shot_popup=e("#ai1ec-show-popup-alert",$document),0===$one_shot_popup.length&&($div=e('<div class="timely"/>'),$div.html('<div id="ai1ec-show-popup-alert" class="timely ai1ec-modal ai1ec-fade"role="dialog" aria-hidden="true" style="display: none;"><div class="ai1ec-modal-dialog"><div class="ai1ec-modal-content"><div class="ai1ec-modal-header"><button type="button" class="ai1ec-close"data-dismiss="ai1ec-modal" aria-hidden="true">×</button><h4 class="ai1ec-modal-title" id="ai1ec-one-shot-popup-title"></h4></div><div class="ai1ec-modal-body"><p id="ai1ec-one-shot-popup-text"></p></div></div></div></div>').appendTo($document),$one_shot_popup=e("#ai1ec-show-popup-alert",$document));var r=e(this).closest("a");e("#ai1ec-one-shot-popup-title",$one_shot_popup).text(t),e("#ai1ec-one-shot-popup-text",$one_shot_popup).text(n),$one_shot_popup.modal("show")},make_popup_content_link:function(t,n,r){return'<div class="timely"><a href="#" class="timely ai1ec-link"data-toggle="ai1ec-modal" data-target="#popupMoreInfoInline">'+e("<div />").text(t).html()+"</a>"+'<div id="popupMoreInfoInline" class="timely ai1ec-modal ai1ec-fade"'+'role="dialog" aria-hidden="true" style="display: none;">'+'<div class="ai1ec-modal-dialog">'+'<div class="ai1ec-modal-content">'+'<div class="ai1ec-modal-header">'+'<button type="button" class="ai1ec-close"'+'data-dismiss="ai1ec-modal" aria-hidden="true">×</button>'+"<strong>"+e("<div />").text(n).html()+"</strong>"+"</div>"+'<div class="ai1ec-modal-body ai1ec-clearfix">'+'<textarea class="ai1ec-form-control code" rows="8" cols="40">'+e("<div />").text(r).html()+"</textarea>"+"</div>"+"</div>"+"</div>"+"</div>"+"</div>"},get_ajax_url:function(){return typeof window.ajaxurl=="undefined"?"http://localhost/wordpress/wp-admin/admin-ajax.php":window.ajaxurl},isUrl:function(e){var t=/(http|https|webcal):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/;return t.test(e)},isValidUrl:function(e,t){if(!0===t){var n=/^(http|https):\/\//;return n.test(e)}return!0},isValidEmail:function(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)},activate_saved_tab_on_page_load:function(t){null===t||undefined===t?e("ul.ai1ec-nav a:first").tab("show"):e("ul.ai1ec-nav a[href="+t+"]").tab("show")},add_query_arg:function(e,t){if("string"!=typeof e)return!1;var n=e.indexOf("?")===-1?"?":"&";return-1!==e.indexOf(n+t[0]+"=")?e:e+n+t[0]+"="+t[1]},create_ai1ec_to_send:function(t){var n=e(t),r=[],i=["action","cat_ids","auth_ids","tag_ids","exact_date","display_filters","no_navigation","events_limit"];return n.each(function(){e.each(this.attributes,function(){this.specified&&this.value&&this.name.match(/^data-/)&&(-1<e.inArray(this.name.replace(/^data\-/,""),i)||this.name.match(/_ids$/))&&r.push(this.name.replace(/^data\-/,"")+"~"+this.value)})}),r.join("|")},init_autoselect:function(){e(document).on("click",".ai1ec-autoselect",function(t){if(e(this).data("clicked")&&t.originalEvent.detail<2)return;e(this).data("clicked",!0);var n;document.body.createTextRange?(n=document.body.createTextRange(),n.moveToElementText(this),n.select()):window.getSelection&&(selection=window.getSelection(),n=document.createRange(),n.selectNodeContents(this),selection.removeAllRanges(),selection.addRange(n))})}}}();return t}),timely.define("scripts/add_new_event/event_location/input_coordinates_utility_functions",["jquery_timely","ai1ec_config","libs/utils"],function(e,t,n){var r=function(){e("#ai1ec_input_coordinates:checked").length>0&&e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){this.value=n.convert_comma_to_dot(this.value)})},i=function(t,n){var r=e("<div />",{text:n,"class":"ai1ec-error"});e(t).after(r)},s=function(t,n){t.target.id==="post"&&(t.stopImmediatePropagation(),t.preventDefault(),e("#publish").removeClass("button-primary-disabled"),e("#publish").siblings(".spinner").css("visibility","hidden")),e(n).focus()},o=function(){var t=n.field_has_value("ai1ec_address"),r=!0;return e("input.ai1ec-coordinates").each(function(){var e=n.field_has_value(this.id);e||(r=!1)}),t||r},u=function(n){var r=!0,o=!1;return e("#ai1ec_input_coordinates:checked").length>0&&(e("div.ai1ec-error").remove(),e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){var n=e(this).hasClass("latitude"),s=n?t.error_message_not_entered_lat:t.error_message_not_entered_long;this.value===""&&(r=!1,o===!1&&(o=this),i(this,s))})),r===!1&&s(n,o),r},a=function(r){if(e("#ai1ec_input_coordinates:checked").length===1){e("div.ai1ec-error").remove();var o=!0,u=!1,a=!1;return e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){if(this.value===""){a=!0;return}var r=e(this).hasClass("latitude"),s=r?t.error_message_not_valid_lat:t.error_message_not_valid_long;n.is_valid_coordinate(this.value,r)||(o=!1,u===!1&&(u=this),i(this,s))}),o===!1&&s(r,u),a===!0&&(o=!1),o}};return{ai1ec_convert_commas_to_dots_for_coordinates:r,ai1ec_show_error_message_after_element:i,check_if_address_or_coordinates_are_set:o,ai1ec_check_lat_long_fields_filled_when_publishing_event:u,ai1ec_check_lat_long_ok_for_search:a}}),timely.define("external_libs/jquery.autocomplete_geomod",["jquery_timely"],function(e){e.fn.extend({autocomplete:function(t,n){var r=typeof t=="string";return n=e.extend({},e.Autocompleter.defaults,{url:r?t:null,data:r?null:t,delay:r?e.Autocompleter.defaults.delay:10,max:n&&!n.scroll?10:150},n),n.highlight=n.highlight||function(e){return e},n.formatMatch=n.formatMatch||n.formatItem,this.each(function(){new e.Autocompleter(this,n)})},result:function(e){return this.bind("result",e)},search:function(e){return this.trigger("search",[e])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(e){return this.trigger("setOptions",[e])},unautocomplete:function(){return this.trigger("unautocomplete")}}),e.Autocompleter=function(t,n){function d(){var r=h.selected();if(!r)return!1;var s=r.result;o=s;if(n.multiple){var u=m(i.val());if(u.length>1){var a=n.multipleSeparator.length,f=e(t).selection().start,l,c=0;e.each(u,function(e,t){c+=t.length;if(f<=c)return l=e,!1;c+=a}),u[l]=s,s=u.join(n.multipleSeparator)}s+=n.multipleSeparator}return i.val(s),w(),i.trigger("result",[r.data,r.value]),!0}function v(e,t){if(f==r.DEL){h.hide();return}var s=i.val();if(!t&&s==o)return;o=s,s=g(s),s.length>=n.minChars?(i.addClass(n.loadingClass),n.matchCase||(s=s.toLowerCase()),S(s,E,w)):(T(),h.hide())}function m(t){return t?n.multiple?e.map(t.split(n.multipleSeparator),function(n){return e.trim(t).length?e.trim(n):null}):[e.trim(t)]:[""]}function g(r){if(!n.multiple)return r;var i=m(r);if(i.length==1)return i[0];var s=e(t).selection().start;return s==r.length?i=m(r):i=m(r.replace(r.substring(s),"")),i[i.length-1]}function y(s,u){n.autoFill&&g(i.val()).toLowerCase()==s.toLowerCase()&&f!=r.BACKSPACE&&(i.val(i.val()+u.substring(g(o).length)),e(t).selection(o.length,o.length+u.length))}function b(){clearTimeout(s),s=setTimeout(w,200)}function w(){var e=h.visible();h.hide(),clearTimeout(s),T(),n.mustMatch&&i.search(function(e){if(!e)if(n.multiple){var t=m(i.val()).slice(0,-1);i.val(t.join(n.multipleSeparator)+(t.length?n.multipleSeparator:""))}else i.val(""),i.trigger("result",null)})}function E(e,t){t&&t.length&&a?(T(),h.display(t,e),y(e,t[0].value),h.show()):w()}function S(r,i,s){n.matchCase||(r=r.toLowerCase());var o=u.load(r);if(o&&o.length)i(r,o);else if(n.geocoder){var a=g(r),f={address:a};n.region&&(f.region=n.region),n.geocoder.geocode(f,function(e,t){var s=n.parse(e,t,a);u.add(r,s),i(r,s)})}else if(typeof n.url=="string"&&n.url.length>0){var l={timestamp:+(new Date)};e.each(n.extraParams,function(e,t){l[e]=typeof t=="function"?t():t}),e.ajax({mode:"abort",port:"autocomplete"+t.name,dataType:n.dataType,url:n.url,data:e.extend({q:g(r),limit:n.max},l),success:function(e){var t=n.parse&&n.parse(e)||x(e);u.add(r,t),i(r,t)}})}else h.emptyList(),s(r)}function x(t){var r=[],i=t.split("\n");for(var s=0;s<i.length;s++){var o=e.trim(i[s]);o&&(o=o.split("|"),r[r.length]={data:o,value:o[0],result:n.formatResult&&n.formatResult(o,o[0])||o[0]})}return r}function T(){i.removeClass(n.loadingClass)}var r={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8},i=e(t).attr("autocomplete","off").addClass(n.inputClass),s,o="",u=e.Autocompleter.Cache(n),a=0,f,l=navigator.userAgent.match(/opera/i),c={mouseDownOnSelect:!1},h=e.Autocompleter.Select(n,t,d,c),p;l&&e(t.form).bind("submit.autocomplete",function(){if(p)return p=!1,!1}),i.bind((l?"keypress":"keydown")+".autocomplete",function(t){a=1,f=t.keyCode;switch(t.keyCode){case r.UP:t.preventDefault(),h.visible()?h.prev():v(0,!0);break;case r.DOWN:t.preventDefault(),h.visible()?h.next():v(0,!0);break;case r.PAGEUP:t.preventDefault(),h.visible()?h.pageUp():v(0,!0);break;case r.PAGEDOWN:t.preventDefault(),h.visible()?h.pageDown():v(0,!0);break;case n.multiple&&e.trim(n.multipleSeparator)==","&&r.COMMA:case r.TAB:case r.RETURN:if(d())return t.preventDefault(),p=!0,!1;break;case r.ESC:h.hide();break;default:clearTimeout(s),s=setTimeout(v,n.delay)}}).focus(function(){a++}).blur(function(){a=0,c.mouseDownOnSelect||b()}).click(function(){a++>1&&!h.visible()&&v(0,!0)}).bind("search",function(){function n(e,n){var r;if(n&&n.length)for(var s=0;s<n.length;s++)if(n[s].result.toLowerCase()==e.toLowerCase()){r=n[s];break}typeof t=="function"?t(r):i.trigger("result",r&&[r.data,r.value])}var t=arguments.length>1?arguments[1]:null;e.each(m(i.val()),function(e,t){S(t,n,n)})}).bind("flushCache",function(){u.flush()}).bind("setOptions",function(){e.extend(n,arguments[1]),"data"in arguments[1]&&u.populate()}).bind("unautocomplete",function(){h.unbind(),i.unbind(),e(t.form).unbind(".autocomplete")})},e.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:!1,matchSubset:!0,matchContains:!1,cacheLength:10,max:100,mustMatch:!1,extraParams:{},selectFirst:!0,formatItem:function(e){return e[0]},formatMatch:null,autoFill:!1,width:0,multiple:!1,multipleSeparator:", ",highlight:function(e,t){return e.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+t.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:!0,scrollHeight:180},e.Autocompleter.Cache=function(t){function i(e,n){t.matchCase||(e=e.toLowerCase());var r=e.indexOf(n);return t.matchContains=="word"&&(r=e.toLowerCase().search("\\b"+n.toLowerCase())),r==-1?!1:r==0||t.matchContains}function s(e,i){r>t.cacheLength&&u(),n[e]||r++,n[e]=i}function o(){if(!t.data)return!1;var n={},r=0;t.url||(t.cacheLength=1),n[""]=[];for(var i=0,o=t.data.length;i<o;i++){var u=t.data[i];u=typeof u=="string"?[u]:u;var a=t.formatMatch(u,i+1,t.data.length);if(a===!1)continue;var f=a.charAt(0).toLowerCase();n[f]||(n[f]=[]);var l={value:a,data:u,result:t.formatResult&&t.formatResult(u)||a};n[f].push(l),r++<t.max&&n[""].push(l)}e.each(n,function(e,n){t.cacheLength++,s(e,n)})}function u(){n={},r=0}var n={},r=0;return setTimeout(o,25),{flush:u,add:s,populate:o,load:function(s){if(!t.cacheLength||!r)return null;if(!t.url&&t.matchContains){var o=[];for(var u in n)if(u.length>0){var a=n[u];e.each(a,function(e,t){i(t.value,s)&&o.push(t)})}return o}if(n[s])return n[s];if(t.matchSubset)for(var f=s.length-1;f>=t.minChars;f--){var a=n[s.substr(0,f)];if(a){var o=[];return e.each(a,function(e,t){i(t.value,s)&&(o[o.length]=t)}),o}}return null}}},e.Autocompleter.Select=function(t,n,r,i){function p(){if(!l)return;c=e("<div/>").hide().addClass(t.resultsClass).css("position","absolute").appendTo(document.body),h=e("<ul/>").appendTo(c).mouseover(function(t){d(t).nodeName&&d(t).nodeName.toUpperCase()=="LI"&&(u=e("li",h).removeClass(s.ACTIVE).index(d(t)),e(d(t)).addClass(s.ACTIVE))}).click(function(t){return e(d(t)).addClass(s.ACTIVE),r(),n.focus(),!1}).mousedown(function(){i.mouseDownOnSelect=!0}).mouseup(function(){i.mouseDownOnSelect=!1}),t.width>0&&c.css("width",t.width),l=!1}function d(e){var t=e.target;while(t&&t.tagName!="LI")t=t.parentNode;return t?t:[]}function v(e){o.slice(u,u+1).removeClass(s.ACTIVE),m(e);var n=o.slice(u,u+1).addClass(s.ACTIVE);if(t.scroll){var r=0;o.slice(0,u).each(function(){r+=this.offsetHeight}),r+n[0].offsetHeight-h.scrollTop()>h[0].clientHeight?h.scrollTop(r+n[0].offsetHeight-h.innerHeight()):r<h.scrollTop()&&h.scrollTop(r)}}function m(e){u+=e,u<0?u=o.size()-1:u>=o.size()&&(u=0)}function g(e){return t.max&&t.max<e?t.max:e}function y(){h.empty();var n=g(a.length);for(var r=0;r<n;r++){if(!a[r])continue;var i=t.formatItem(a[r].data,r+1,n,a[r].value,f);if(i===!1)continue;var l=e("<li/>").html(t.highlight(i,f)).addClass(r%2==0?"ac_even":"ac_odd").appendTo(h)[0];e.data(l,"ac_data",a[r])}o=h.find("li"),t.selectFirst&&(o.slice(0,1).addClass(s.ACTIVE),u=0),e.fn.bgiframe&&h.bgiframe()}var s={ACTIVE:"ac_over"},o,u=-1,a,f="",l=!0,c,h;return{display:function(e,t){p(),a=e,f=t,y()},next:function(){v(1)},prev:function(){v(-1)},pageUp:function(){u!=0&&u-8<0?v(-u):v(-8)},pageDown:function(){u!=o.size()-1&&u+8>o.size()?v(o.size()-1-u):v(8)},hide:function(){c&&c.hide(),o&&o.removeClass(s.ACTIVE),u=-1},visible:function(){return c&&c.is(":visible")},current:function(){return this.visible()&&(o.filter("."+s.ACTIVE)[0]||t.selectFirst&&o[0])},show:function(){var r=e(n).offset();c.css({width:typeof t.width=="string"||t.width>0?t.width:e(n).width(),top:r.top+n.offsetHeight,left:r.left}).show();if(t.scroll){h.scrollTop(0),h.css({maxHeight:t.scrollHeight,overflow:"auto"});if(navigator.userAgent.match(/msie/i)&&typeof document.body.style.maxHeight=="undefined"){var i=0;o.each(function(){i+=this.offsetHeight});var s=i>t.scrollHeight;h.css("height",s?t.scrollHeight:i),s||o.width(h.width()-parseInt(o.css("padding-left"))-parseInt(o.css("padding-right")))}}},selected:function(){var t=o&&o.filter("."+s.ACTIVE).removeClass(s.ACTIVE);return t&&t.length&&e.data(t[0],"ac_data")},emptyList:function(){h&&h.empty()},unbind:function(){c&&c.remove()}}},e.fn.selection=function(e,t){if(e!==undefined)return this.each(function(){if(this.createTextRange){var n=this.createTextRange();t===undefined||e==t?(n.move("character",e),n.select()):(n.collapse(!0),n.moveStart("character",e),n.moveEnd("character",t),n.select())}else this.setSelectionRange?this.setSelectionRange(e,t):this.selectionStart&&(this.selectionStart=e,this.selectionEnd=t)});var n=this[0];if(n.createTextRange){var r=document.selection.createRange(),i=n.value,s="<->",o=r.text.length;r.text=s;var u=n.value.indexOf(s);return n.value=i,this.selection(u,u+o),{start:u,end:u+o}}if(n.selectionStart!==undefined)return{start:n.selectionStart,end:n.selectionEnd}}}),timely.define("external_libs/geo_autocomplete",["jquery_timely","external_libs/jquery.autocomplete_geomod"],function(e){e.fn.extend({geo_autocomplete:function(t,n){return options=e.extend({},e.Autocompleter.defaults,{geocoder:t,mapwidth:100,mapheight:100,maptype:"terrain",mapkey:"ABQIAAAAbnvDoAoYOSW2iqoXiGTpYBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQNumU68AwGqjbSNF9YO8NokKst8w",mapsensor:!1,parse:function(t,n,r){var i=[];return t&&n&&n=="OK"&&e.each(t,function(t,n){if(n.geometry&&n.geometry.viewport){var s=n.formatted_address.split(","),o=s[0];e.each(s,function(t,n){if(n.toLowerCase().indexOf(r.toLowerCase())!=-1)return o=e.trim(n),!1}),i.push({data:n,value:o,result:o})}}),i},formatItem:function(e,t,n,r){var i="https://maps.google.com/maps/api/staticmap?visible="+e.geometry.viewport.getSouthWest().toUrlValue()+"|"+e.geometry.viewport.getNorthEast().toUrlValue()+"&size="+options.mapwidth+"x"+options.mapheight+"&maptype="+options.maptype+"&key="+options.mapkey+"&sensor="+(options.mapsensor?"true":"false"),s=e.formatted_address.replace(/,/gi,",<br/>");return'<img src="'+i+'" width="'+options.mapwidth+'" height="'+options.mapheight+'" /> '+s+'<br clear="both"/>'}},n),options.highlight=options.highlight||function(e){return e},options.formatMatch=options.formatMatch||options.formatItem,options.resultsClass="ai1ec-geo-ac-results-not-ready",this.each(function(){e(this).one("focus",function(){var t=setInterval(function(){var n=e(".ai1ec-geo-ac-results-not-ready");n.length&&(n.removeClass("ai1ec-geo-ac-results-not-ready").addClass("ai1ec-geo-ac-results").children("ul").addClass("ai1ec-dropdown-menu"),clearInterval(t))},500)}),new e.Autocompleter(this,options)})}})}),timely.define("scripts/add_new_event/event_location/gmaps_helper",["jquery_timely","domReady","ai1ec_config","scripts/add_new_event/event_location/input_coordinates_utility_functions","external_libs/jquery.autocomplete_geomod","external_libs/geo_autocomplete"],function(e,t,n,r){var i,s,o,u,a,f,l=function(t){e("#ai1ec_latitude").val(t.latLng.lat()),e("#ai1ec_longitude").val(t.latLng.lng()),e("#ai1ec_input_coordinates:checked").length===0&&e("#ai1ec_input_coordinates").trigger("click")},c=function(){n.disable_autocompletion||e("#ai1ec_address").geo_autocomplete(new google.maps.Geocoder,{selectFirst:!1,minChars:3,cacheLength:50,width:300,scroll:!0,scrollHeight:330,region:n.region}).result(function(e,t){t&&p(t)}).change(function(){if(e(this).val().length>0){var t=e(this).val();i.geocode({address:t,region:n.region},function(e,t){t===google.maps.GeocoderStatus.OK&&p(e[0])})}})},h=function(){i=new google.maps.Geocoder,s=new google.maps.LatLng(9.965,-83.327),o={zoom:0,mapTypeId:google.maps.MapTypeId.ROADMAP,center:s},t(function(){e("#ai1ec_map_canvas").length>0&&(u=new google.maps.Map(e("#ai1ec_map_canvas").get(0),o),a=new google.maps.Marker({map:u,draggable:!0}),google.maps.event.addListener(a,"dragend",l),a.setPosition(s),c(),v(),e('a[href="#ai1ec-event-location-box"]').on("click",function(){window.setTimeout(function(){google.maps.event.trigger(u,"resize"),u.setCenter(a.getPosition())},150)}))})},p=function(t){u.setCenter(t.geometry.location),u.setZoom(15),a.setPosition(t.geometry.location),e("#ai1ec_address").val(t.formatted_address),e("#ai1ec_latitude").val(t.geometry.location.lat()),e("#ai1ec_longitude").val(t.geometry.location.lng()),e("#ai1ec_input_coordinates").is(":checked")||e("#ai1ec_input_coordinates").click();var n="",r="",i="",s=0,o=0,f="",l;for(var c=0;c<t.address_components.length;c++)switch(t.address_components[c].types[0]){case"street_number":n=t.address_components[c].long_name;break;case"route":r=t.address_components[c].long_name;break;case"locality":i=t.address_components[c].long_name;break;case"administrative_area_level_1":f=t.address_components[c].long_name;break;case"postal_code":s=t.address_components[c].long_name;break;case"country":l=t.address_components[c].short_name,o=t.address_components[c].long_name}var h=n.length>0?n+" ":"";h+=r.length>0?r:"",s=s!==0?s:"",e("#ai1ec_city").val(i),e("#ai1ec_province").val(f),e("#ai1ec_postal_code").val(s),e("#ai1ec_country").val(o),e("#ai1ec_country_short").val(l)},d=function(){var t=parseFloat(e("#ai1ec_latitude").val()),n=parseFloat(e("#ai1ec_longitude").val()),r=new google.maps.LatLng(t,n);u.setCenter(r),u.setZoom(15),a.setPosition(r)},v=function(){e("#ai1ec_input_coordinates:checked").length===0?(e("#ai1ec_table_coordinates").hide(),e("#ai1ec_address").change()):d()},m=function(){return a},g=function(){return f};return{init_gmaps:h,ai1ec_update_map_from_coordinates:d,get_marker:m,get_position:g}}),timely.define("scripts/add_new_event/event_location/input_coordinates_event_handlers",["jquery_timely","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_location/gmaps_helper","ai1ec_config"],function(e,t,n,r){var i=function(t){this.checked?e(".ai1ec-map-preview").addClass("ai1ec-map-visible"):e(".ai1ec-map-preview").removeClass("ai1ec-map-visible")},s=function(t){this.checked?e("#ai1ec_table_coordinates").fadeIn("fast"):e("#ai1ec_table_coordinates").fadeOut("fast")},o=function(e){t.ai1ec_convert_commas_to_dots_for_coordinates();var r=t.ai1ec_check_lat_long_ok_for_search(e);r===!0&&n.ai1ec_update_map_from_coordinates()};return{toggle_visibility_of_google_map_on_click:i,toggle_visibility_of_coordinate_fields_on_click:s,update_map_from_coordinates_on_blur:o}}),timely.define("external_libs/jquery.calendrical_timespan",["jquery_timely"],function(e){function l(){var e=new Date;return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function c(e,t){return typeof e=="string"&&(e=new Date(e)),typeof t=="string"&&(t=new Date(t)),e.getUTCDate()===t.getUTCDate()&&e.getUTCMonth()===t.getUTCMonth()&&e.getUTCFullYear()===t.getUTCFullYear()?!0:!1}function h(e,t){if(e instanceof Date)return h(e.getUTCFullYear(),e.getUTCMonth());if(t==1){var n=e%4==0&&(e%100!=0||e%400==0);return n?29:28}return t==3||t==5||t==8||t==10?30:31}function p(e){return new Date(e.getTime()+864e5)}function d(e){return new Date(e.getTime()-864e5)}function v(e,t){return t==11?new Date(e+1,0,1):new Date(e,t+1,1)}function m(t,n,r,i){var s=i.monthNames.split(","),o=e("<thead />"),u=e("<tr />").appendTo(o);e("<th />").addClass("monthCell").append(e('<a href="javascript:;">«</a>').addClass("prevMonth").mousedown(function(e){g(t,r==0?n-1:n,r==0?11:r-1,i),e.preventDefault()})).appendTo(u),e("<th />").addClass("monthCell").attr("colSpan",5).append(e('<a href="javascript:;">'+s[r]+" "+n+"</a>").addClass("monthName")).appendTo(u),e("<th />").addClass("monthCell").append(e('<a href="javascript:;">»</a>').addClass("nextMonth").mousedown(function(){g(t,r==11?n+1:n,r==11?0:r+1,i)})).appendTo(u);var a=i.dayNames.split(","),f=parseInt(i.weekStartDay),l=[];for(var c=0,h=a.length;c<h;c++)l[c]=a[(c+f)%h];var p=e("<tr />").appendTo(o);return e.each(l,function(t,n){e("<td />").addClass("dayName").append(n).appendTo(p)}),o}function g(t,n,r,i){i=i||{};var s=parseInt(i.weekStartDay),o=i.today?i.today:l();o.setHours(0),o.setMinutes(0);var u=new Date(n,r,1),a=v(n,r),f=Math.abs(o.getTimezoneOffset());f!=0&&(o.setHours(o.getHours()+f/60),o.setMinutes(o.getMinutes()+f%60),u.setHours(u.getHours()+f/60),u.setMinutes(u.getMinutes()+f%60),a.setHours(a.getHours()+f/60),a.setMinutes(a.getMinutes()+f%60));var h=a.getUTCDay()-s;h<0?h=Math.abs(h)-1:h=6-h;for(var g=0;g<h;g++)a=p(a);var y=e("<table />");m(t,n,r,i).appendTo(y);var b=e("<tbody />").appendTo(y),w=e("<tr />"),E=u.getUTCDay()-s;E<0&&(E=7+E);for(var g=0;g<E;g++)u=d(u);while(u<=a){var S=e("<td />").addClass("day").append(e('<a href="javascript:;">'+u.getUTCDate()+"</a>").click(function(){var e=u;return function(){i&&i.selectDate&&i.selectDate(e)}}())).appendTo(w),x=c(u,o),T=i.selected&&c(i.selected,u);x&&S.addClass("today"),T&&S.addClass("selected"),x&&T&&S.addClass("today_selected"),u.getUTCMonth()!=r&&S.addClass("nonMonth");var N=u.getUTCDay();(N+1)%7==s&&(b.append(w),w=e("<tr />")),u=p(u)}w.children().length?b.append(w):w.remove(),t.empty().append(y)}function y(t,n){var r=n.selection&&f(n.selection);r&&(r.minute=Math.floor(r.minute/15)*15);var i=n.startTime&&n.startTime.hour*60+n.startTime.minute,s,o=e("<ul />");for(var a=0;a<24;a++)for(var l=0;l<60;l+=15){if(i&&i>a*60+l)continue;(function(){var t=u(a,l,n.isoTime),f=t;if(i!=null){var c=a*60+l-i;c<60?f+=" ("+c+" min)":c==60?f+=" (1 hr)":f+=" ("+Math.floor(c/60)+" hr "+c%60+" min)"}var h=e("<li />").append(e('<a href="javascript:;">'+f+"</a>").click(function(){n&&n.selectTime&&n.selectTime(t)}).mousemove(function(){e("li.selected",o).removeClass("selected")})).appendTo(o);!s&&a==n.defaultHour&&(s=h),r&&r.hour==a&&r.minute==l&&(h.addClass("selected"),s=h)})()}s&&setTimeout(function(){t[0].scrollTop=s[0].offsetTop-s.height()*2},0),t.empty().append(o)}function b(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function w(){e(this).data("timespan.stored",this.value)}function E(t,n,r,i,a,f,l,c,h,p){r.val(r.data("timespan.initial_value")),f.val(f.data("timespan.initial_value")),l.get(0).checked=l.data("timespan.initial_value");var d=s(r,p,0,15);n.val(u(d.getUTCHours(),d.getUTCMinutes(),c)),t.val(o(d,h));var v=s(f,d.getTime(),1,15);a.val(u(v.getUTCHours(),v.getUTCMinutes(),c)),l.get(0).checked&&v.setUTCDate(v.getUTCDate()-1),i.val(o(v,h)),t.each(w),n.each(w),i.each(w),a.each(w),l.trigger("change.timespan"),e("#ai1ec_instant_event").trigger("change.timespan")}var t={us:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"m/d/y",order:"middleEndian",zeroPad:!1},iso:{pattern:/([\d]{4}|[\d]{2})-([\d]{1,2})-([\d]{1,2})/,format:"y-m-d",order:"bigEndian",zeroPad:!0},dot:{pattern:/([\d]{1,2}).([\d]{1,2}).([\d]{4}|[\d]{2})/,format:"d.m.y",order:"littleEndian",zeroPad:!1},def:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"d/m/y",order:"littleEndian",zeroPad:!1}},n=function(e){return e<10?"0"+e:e},r=function(e,t){typeof t=="undefined"&&(t=!1);var r=e.getUTCFullYear()+"-"+n(e.getUTCMonth()+1)+"-"+n(e.getUTCDate());return t&&(r+="T"+n(e.getUTCHours())+":"+n(e.getUTCMinutes())+":00"),r},i=function(e,t){var n=e.val(),r=null;if(n.length<4)r=new Date(t);else{r=new Date(n);var i=n.split("T"),s=i[0].split("-"),o=i[1].split(":");r.setUTCFullYear(s[0],s[1]-1,s[2]),r.setUTCHours(o[0],o[1],o[2],0)}return r},s=function(e,t,n,r){return t+=n*36e5,t-=t%(r*6e4),i(e,t)},o=function(e,n,r){var i,s,o;typeof t[n]=="undefined"&&(n="def"),typeof r=="undefined"&&(r=!1),!0===r?(i=e.getFullYear().toString(),s=(e.getMonth()+1).toString(),o=e.getDate().toString()):(i=e.getUTCFullYear().toString(),s=(e.getUTCMonth()+1).toString(),o=e.getUTCDate().toString()),t[n].zeroPad&&(s.length==1&&(s="0"+s),o.length==1&&(o="0"+o));var u=t[n].format;return u=u.replace("d",o),u=u.replace("m",s),u=u.replace("y",i),u},u=function(e,t,n){var r=t;t<10&&(r="0"+t);if(n){var i=e;return i<10&&(i="0"+e),i+":"+r}var i=e%12;i==0&&(i=12);var s=e<12?"am":"pm";return i+":"+r+s},a=function(e,n){typeof t[n]=="undefined"&&(n="def");var r=e.match(t[n].pattern);if(!r||r.length!=4)return Date("invalid");switch(t[n].order){case"bigEndian":var i=r[3],s=r[2],o=r[1];break;case"littleEndian":var i=r[1],s=r[2],o=r[3];break;case"middleEndian":var i=r[2],s=r[1],o=r[3];break;default:var i=r[1],s=r[2],o=r[3]}return o.length==2&&(o=(new Date).getUTCFullYear().toString().substr(0,2)+o),new Date(s+"/"+i+"/"+o+" GMT")},f=function(e){var t=t=/(\d+)\s*[:\-\.,]\s*(\d+)\s*(am|pm)?/i.exec(e);if(t&&t.length>=3){var n=Number(t[1]),r=Number(t[2]);return n==12&&t[3]&&(n-=12),t[3]&&t[3].toLowerCase()=="pm"&&(n+=12),{hour:n,minute:r}}return null};e.fn.calendricalDate=function(t){return t=t||{},t.padding=t.padding||4,t.monthNames=t.monthNames||"January,February,March,April,May,June,July,August,September,October,November,December",t.dayNames=t.dayNames||"S,M,T,W,T,F,S",t.weekStartDay=t.weekStartDay||0,this.each(function(){var n=e(this),r,i=!1;n.bind("focus",function(){if(r)return;var s=n.position(),u=n.css("padding-left");r=e("<div />").addClass("calendricalDatePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:s.left,top:s.top+n.height()+t.padding*2}),n.after(r);var f=a(n.val(),t.dateFormat);f.getUTCFullYear()||(f=t.today?t.today:l()),g(r,f.getUTCFullYear(),f.getUTCMonth(),{today:t.today,selected:f,monthNames:t.monthNames,dayNames:t.dayNames,weekStartDay:t.weekStartDay,selectDate:function(e){i=!1,n.val(o(e,t.dateFormat)),r.remove(),r=null;if(t.endDate){var s=a(t.endDate.val(),t.dateFormat);s>=f&&t.endDate.val(o(new Date(e.getTime()+s.getTime()-f.getTime()),t.dateFormat))}}})}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalDateRange=function(t){return this.length>=2&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[1])},t)),e(this[1]).calendricalDate(t)),this},e.fn.calendricalDateRangeSingle=function(t){return this.length==1&&e(this).calendricalDate(t),this},e.fn.calendricalTime=function(t){return t=t||{},t.padding=t.padding||4,this.each(function(){var n=e(this),r,i=!1;n.bind("focus click",function(){if(r)return;var s=t.startTime;s&&t.startDate&&t.endDate&&!c(a(t.startDate.val()),a(t.endDate.val()))&&(s=!1);var o=n.position();r=e("<div />").addClass("calendricalTimePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:o.left,top:o.top+n.height()+t.padding*2}),s&&r.addClass("calendricalEndTimePopup"),n.after(r);var u={selection:n.val(),selectTime:function(e){i=!1,n.val(e),r.remove(),r=null},isoTime:t.isoTime||!1,defaultHour:t.defaultHour!=null?t.defaultHour:8};s&&(u.startTime=f(t.startTime.val())),y(r,u)}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalTimeRange=function(t){return this.length>=2&&(e(this[0]).calendricalTime(t),e(this[1]).calendricalTime(e.extend({startTime:e(this[0])},t))),this},e.fn.calendricalDateTimeRange=function(t){return this.length>=4&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[2])},t)),e(this[1]).calendricalTime(t),e(this[2]).calendricalDate(t),e(this[3]).calendricalTime(e.extend({startTime:e(this[1]),startDate:e(this[0]),endDate:e(this[2])},t))),this};var S={allday:"#allday",start_date_input:"#start-date-input",start_time_input:"#start-time-input",start_time:"#start-time",end_date_input:"#end-date-input",end_time_input:"#end-time-input",end_time:"#end-time",twentyfour_hour:!1,date_format:"def",now:new Date},x={init:function(t){function C(){var e=a(s.val(),n.date_format).getTime()/1e3,t=f(l.val());e+=t.hour*3600+t.minute*60;var r=a(h.val(),n.date_format).getTime()/1e3,i=f(p.val());return r+=i.hour*3600+i.minute*60,r-e}function k(){var e=a(s.data("timespan.stored"),n.date_format),t=f(l.data("timespan.stored")),r=e.getTime()/1e3+t.hour*3600+t.minute*60+s.data("time_diff");return r=new Date(r*1e3),h.val(o(r,n.date_format)),p.val(u(r.getUTCHours(),r.getUTCMinutes(),n.twentyfour_hour)),!0}var n=e.extend({},S,t),i=e(n.allday),s=e(n.start_date_input),l=e(n.start_time_input),c=e(n.start_time),h=e(n.end_date_input),p=e(n.end_time_input),d=e(n.end_time),v=e("#ai1ec_instant_event"),m=h.add(p),g=s.add(n.end_date_input),y=l.add(n.end_time_input),x=s.add(n.start_time_input).add(n.end_date_input).add(n.end_time_input);x.bind("focus.timespan",w),v.bind("change.timespan",function(){this.checked?(m.closest("tr").fadeOut(),i.attr("disabled",!0)):(i.removeAttr("disabled"),m.closest("tr").fadeIn())});var T=new Date(n.now.getFullYear(),n.now.getMonth(),n.now.getDate()),N=!1;return i.bind("change.timespan",function(){this.checked?(y.fadeOut(),v.attr("disabled",!0)):(v.removeAttr("disabled"),y.fadeIn()),N||(N=!0,x.calendricalDateTimeRange({today:T,dateFormat:n.date_format,isoTime:n.twentyfour_hour,monthNames:n.month_names,dayNames:n.day_names,weekStartDay:n.week_start_day}))}).get().checked=!1,g.bind("blur.timespan",function(){var t=a(this.value,n.date_format);isNaN(t)?b(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(o(t,n.date_format)))}),y.bind("blur.timespan",function(){var t=f(this.value);t?(e(this).data("timespan.stored",this.value),e(this).val(u(t.hour,t.minute,n.twentyfour_hour))):b(e(this))}),s.add(n.start_time_input).bind("focus.timespan",function(){s.data("time_diff",C())}).bind("blur.timespan",function(){s.data("time_diff")<0&&s.data("time_diff",900);var e=k()}),h.add(n.start_time_input).bind("blur.timespan",function(){if(C()<0){s.data("time_diff",900);var e=k()}}),s.closest("form").bind("submit.timespan",function(){var e=a(s.val(),n.date_format).getTime()/1e3;if(!isNaN(e)){if(!i.get(0).checked){var t=f(l.val());t?e+=t.hour*3600+t.minute*60:e=""}}else e="";e>0&&c.val(r(new Date(e*1e3),!0));var o=a(h.val(),n.date_format).getTime()/1e3;if(!isNaN(o))if(i.get(0).checked)o+=86400;else{var t=f(p.val());t?o+=t.hour*3600+t.minute*60:o=""}else o="";o>0&&d.val(r(new Date(o*1e3),!0))}),c.data("timespan.initial_value",c.val()),d.data("timespan.initial_value",d.val()),i.data("timespan.initial_value",i.get(0).checked),E(s,l,c,h,p,d,i,n.twentyfour_hour,n.date_format,n.now),this},reset:function(t){var n=e.extend({},S,t);return E(e(n.start_date_input),e(n.start_time_input),e(n.start_time),e(n.end_date_input),e(n.end_time_input),e(n.end_time),e(n.allday),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},S,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};return e.timespan=function(t){if(x[t])return x[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return x.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")},{formatDate:o,parseDate:a}}),timely.define("scripts/add_new_event/event_date_time/date_time_utility_functions",["jquery_timely","ai1ec_config","libs/utils","external_libs/jquery.calendrical_timespan"],function(e,t,n,r){var i=n.get_ajax_url(),s=function(t,n,r,i,s,o){e(t).val(i),e("#ai1ec_repeat_box").modal("hide");var u=e.trim(e(n).text());u.lastIndexOf(":")===-1&&(u=u.substring(0,u.length-3),e(n).html(u+":")),e(s).attr("disabled",!1),e(r).fadeOut("fast",function(){e(this).html(o.message),e(this).fadeIn("fast")})},o=function(t,n,r,i){e("#ai1ec_repeat_box .ai1ec-alert-danger").text(r.message).removeClass("ai1ec-hide"),e(i).attr("disabled",!1),e(t).val("");var s=e.trim(e(n).text());s.lastIndexOf("...")===-1&&(s=s.substring(0,s.length-1),e(n).text(s+"...")),e(this).closest("tr").find(".ai1ec_rule_text").text()===""&&e(t).siblings("input:checkbox").removeAttr("checked")},u=function(t,n,r,i,s){e(document).on("click",t,function(){if(!e(n).is(":checked")){e(n).attr("checked",!0);var t=e.trim(e(r).text());t=t.substring(0,t.length-3),e(r).text(t+":")}return c(i,s),!1})},a=function(t,n,r,i,s){e(t).click(function(){if(e(this).is(":checked"))this.id==="ai1ec_repeat"&&e("#ai1ec_exclude").removeAttr("disabled"),c(i,s);else{this.id==="ai1ec_repeat"&&(e("#ai1ec_exclude").removeAttr("checked").attr("disabled",!0),e("#ai1ec_exclude_text > a").text("")),e(n).text("");var t=e.trim(e(r).text());t=t.substring(0,t.length-1),e(r).text(t+"...")}})},f=function(t,n,r){if(e.trim(e(t).text())===""){e(n).removeAttr("checked"),e("#ai1ec_repeat").is(":checked")||e("#ai1ec_exclude").attr("disabled",!0);var i=e.trim(e(r).text());i.lastIndexOf("...")===-1&&(i=i.substring(0,i.length-1),e(r).text(i+"..."))}},l=function(){e("#ai1ec_count, #ai1ec_daily_count, #ai1ec_weekly_count, #ai1ec_monthly_count, #ai1ec_yearly_count").rangeinput({css:{input:"ai1ec-range",slider:"ai1ec-slider",progress:"ai1ec-progress",handle:"ai1ec-handle"}});var n=e("#ai1ec_recurrence_calendar");n.datepicker({multidate:!0,weekStart:t.week_start_day}),n.on("changeDate",function(n){var i=[],s=[];for(var o=0;o<n.dates.length;o++){var u=new Date(n.dates[o]),a=""+u.getFullYear()+("0"+(u.getMonth()+1)).slice(-2)+("0"+u.getDate()).slice(-2)+"T000000Z",f='<span class="ai1ec-label ai1ec-label-default">'+r.formatDate(u,t.date_format,!0)+"</span>";i.push(a),s.push(f)}e("#ai1ec_rec_dates_list").html(s.join(" ")),e("#ai1ec_rec_custom_dates").val(i.join(","))});var i={start_date_input:"#ai1ec_until-date-input",start_time:"#ai1ec_until-time",date_format:t.date_format,month_names:t.month_names,day_names:t.day_names,week_start_day:t.week_start_day,twentyfour_hour:t.twentyfour_hour,now:new Date(t.now*1e3)};e.inputdate(i),e(document).trigger("ai1ec.recurrence-modal.inited")},c=function(t,n){var r=e("#ai1ec_repeat_box"),s=e(".ai1ec-loading",r);r.modal({backdrop:"static"}),e.post(i,t,function(e){e.error?(window.alert(e.message),r.modal("hide")):(s.addClass("ai1ec-hide").after(e.message),typeof n=="function"&&n())},"json")};return{show_repeat_tabs:c,init_modal_widgets:l,click_on_modal_cancel:f,click_on_checkbox:a,click_on_ics_rule_text:u,repeat_form_error:o,repeat_form_success:s}}),timely.define("external_libs/bootstrap/button",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r)};t.DEFAULTS={loadingText:"loading..."},t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.is("input")?"val":"html",i=n.data();e+="Text",i.resetText||n.data("resetText",n[r]()),n[r](i[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass("ai1ec-"+t).attr(t,t):n.removeClass("ai1ec-"+t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="ai1ec-buttons"]'),t=!0;if(e.length){var n=this.$element.find("input");n.prop("type")==="radio"&&(n.prop("checked")&&this.$element.hasClass("ai1ec-active")?t=!1:e.find(".ai1ec-active").removeClass("ai1ec-active")),t&&n.prop("checked",!this.$element.hasClass("ai1ec-active")).trigger("change")}t&&this.$element.toggleClass("ai1ec-active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("bs.button"),s=typeof n=="object"&&n;i||r.data("bs.button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.bs.button.data-api","[data-toggle^=ai1ec-button]",function(t){var n=e(t.target);n.hasClass("ai1ec-btn")||(n=n.closest(".ai1ec-btn")),n.button("toggle"),t.preventDefault()})}),timely.define("scripts/add_new_event/event_date_time/date_time_event_handlers",["jquery_timely","ai1ec_config","scripts/add_new_event/event_date_time/date_time_utility_functions","external_libs/jquery.calendrical_timespan","libs/utils","external_libs/bootstrap/button"],function(e,t,n,r,i){var s=i.get_ajax_url(),o=function(){var t=e("#ai1ec_end option:selected").val();switch(t){case"0":e("#ai1ec_until_holder, #ai1ec_count_holder").collapse("hide");break;case"1":e("#ai1ec_until_holder").collapse("hide"),e("#ai1ec_count_holder").collapse("show");break;case"2":e("#ai1ec_count_holder").collapse("hide"),e("#ai1ec_until_holder").collapse("show")}},u=function(){e("#publish").trigger("click")},a=function(){var i=e(this),o="",u=e("#ai1ec_repeat_box .ai1ec-tab-pane.ai1ec-active"),a=u.data("freq"),f=!0;switch(a){case"daily":o+="FREQ=DAILY;";var l=e("#ai1ec_daily_count").val();l>1&&(o+="INTERVAL="+l+";");break;case"weekly":o+="FREQ=WEEKLY;";var c=e("#ai1ec_weekly_count").val();c>1&&(o+="INTERVAL="+c+";");var h=e('input[name="ai1ec_weekly_date_select"]:first').val(),p=e('#ai1ec_weekly_date_select > div:first > input[type="hidden"]:first').val();h.length>0&&(o+="WKST="+p+";BYday="+h+";");break;case"monthly":o+="FREQ=MONTHLY;";var d=e("#ai1ec_monthly_count").val(),v=e('input[name="ai1ec_monthly_type"]:checked').val();d>1&&(o+="INTERVAL="+d+";");var m=e('input[name="ai1ec_montly_date_select"]:first').val();if(m.length>0&&v==="bymonthday")o+="BYMONTHDAY="+m+";";else if(v==="byday"){var g=e("#ai1ec_monthly_byday_num").val(),y=e("#ai1ec_monthly_byday_weekday").val();o+="BYday="+g+y+";"}break;case"yearly":o+="FREQ=YEARLY;";var b=e("#ai1ec_yearly_count").val();b>1&&(o+="INTERVAL="+b+";");var w=e('input[name="ai1ec_yearly_date_select"]:first').val();w.length>0&&(o+="BYMONTH="+w+";");break;case"custom":"1"===e("#ai1ec_is_box_repeat").val()?o+="RDATE=":o+="EXDATE=",o+=e("#ai1ec_rec_custom_dates").val(),f=!1}var E=e("#ai1ec_end").val();if("1"===E&&f)o+="COUNT="+e("#ai1ec_count").val()+";";else if("2"===E&&f){var S=e("#ai1ec_until-date-input").val();S=r.parseDate(S,t.date_format);var x=e("#ai1ec_start-time").val();x=r.parseDate(x,t.date_format),x=new Date(x);var T=S.getUTCDate(),N=S.getUTCMonth()+1,C=x.getUTCHours(),k=x.getUTCMinutes();N=N<10?"0"+N:N,T=T<10?"0"+T:T,C=C<10?"0"+C:C,k=k<10?"0"+k:k,S=S.getUTCFullYear()+""+N+T+"T235959Z",o+="UNTIL="+S+";"}var L={action:"ai1ec_rrule_to_text",rrule:o};i.button("loading").next().addClass("ai1ec-disabled"),e.post(s,L,function(t){t.error?(i.button("reset").next().removeClass("ai1ec-disabled"),"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_error("#ai1ec_rrule","#ai1ec_repeat_label",t,i):n.repeat_form_error("#ai1ec_exrule","#ai1ec_exclude_label",t,i)):"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_success("#ai1ec_rrule","#ai1ec_repeat_label","#ai1ec_repeat_text > a",o,i,t):n.repeat_form_success("#ai1ec_exrule","#ai1ec_exclude_label","#ai1ec_exclude_text > a",o,i,t)},"json")},f=function(){return e("#ai1ec_is_box_repeat").val()==="1"?n.click_on_modal_cancel("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label"):n.click_on_modal_cancel("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label"),e("#ai1ec_repeat_box").modal("hide"),!1},l=function(){e(this).is("#ai1ec_monthly_type_bymonthday")?(e("#ai1ec_repeat_monthly_byday").collapse("hide"),e("#ai1ec_repeat_monthly_bymonthday").collapse("show")):(e("#ai1ec_repeat_monthly_bymonthday").collapse("hide"),e("#ai1ec_repeat_monthly_byday").collapse("show"))},c=function(){var t=e(this),n=[],r=t.closest(".ai1ec-btn-group-grid"),i;t.toggleClass("ai1ec-active"),e("a",r).each(function(){var t=e(this);t.is(".ai1ec-active")&&(i=t.next().val(),n.push(i))}),r.next().val(n.join())},h=function(){n.click_on_ics_rule_text("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_ics_rule_text("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_repeat","#ai1ec_repeat_text > a","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_exclude","#ai1ec_exclude_text > a","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets)},p=function(t){return e("#ai1ec_widget_calendar").toggle(),!1},d=function(){e(".ai1ec-modal-content",this).not(".ai1ec-loading ").remove().end().removeClass("ai1ec-hide")},v=function(){var t=e("#ai1ec_repeat_box").find("ul.ai1ec-nav").find("li.ai1ec-active"),n=e("#ai1ec_repeat_box").find(".ai1ec-end-field");t.hasClass("ai1ec-freq-custom")?n.addClass("ai1ec-hidden"):n.removeClass("ai1ec-hidden"),t.hasClass("ai1ec-freq-monthly")&&l()},m=function(){var t=e("#ai1ec-tab-content").data("activeFreq"),n=e("#ai1ec_recurrence_calendar");e(".ai1ec-freq").removeClass("ai1ec-active"),e(".ai1ec-freq-"+t).addClass("ai1ec-active"),e(document).on("shown.bs.tab",v),o(),v()};return e(document).on("ai1ec.recurrence-modal.inited",m),{show_end_fields:o,trigger_publish:u,handle_click_on_apply_button:a,handle_click_on_cancel_modal:f,handle_checkbox_monthly_tab_modal:l,execute_pseudo_handlers:h,handle_animation_of_calendar_widget:p,handle_click_on_toggle_buttons:c,handle_modal_hide:d}}),timely.define("scripts/add_new_event/event_cost_helper",["jquery_timely","ai1ec_config"],function(e,t){var n=e(".ai1ec-tickets-cost"),r=e(".ai1ec-tickets-url-text"),i=e(".ai1ec-register-url-text");e('input[name="ai1ec_cost_type"]').on("click change",function(){var t=e(".ai1ec-no-tickets"),n=e(".ai1ec-tickets-form, .ai1ec-tickets-list-container"),r=e(".ai1ec-tickets-external");"free"===this.value?(n.hide(),r.hide(),t.show()):"tickets"===this.value?(n.show(),r.hide(),t.hide()):(n.hide(),r.show(),t.show())}),e('input[name="ai1ec_cost_type"]:checked').click(),e("#ai1ec_is_free").on("click",function(){this.checked?(n.addClass("ai1ec-hidden"),r.addClass("ai1ec-hidden"),i.removeClass("ai1ec-hidden")):(n.removeClass("ai1ec-hidden"),r.removeClass("ai1ec-hidden"),i.addClass("ai1ec-hidden"))})}),timely.define("external_libs/jquery.inputdate",["jquery_timely","external_libs/jquery.calendrical_timespan"],function(e,t){function n(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function r(){e(this).data("timespan.stored",this.value)}function i(e,n,i,s,o){n.val(n.data("timespan.initial_value"));var u=parseInt(n.val());isNaN(parseInt(u))?u=new Date(o):u=new Date(parseInt(u)*1e3),e.val(t.formatDate(u,s)),e.each(r)}var s={start_date_input:"date-input",start_time:"time",twentyfour_hour:!1,date_format:"def",now:new Date},o={init:function(o){var u=e.extend({},s,o),a=e(u.start_date_input),f=e(u.start_time),l=a,c=a;return c.bind("focus.timespan",r),l.calendricalDate({today:new Date(u.now.getFullYear(),u.now.getMonth(),u.now.getDate()),dateFormat:u.date_format,monthNames:u.month_names,dayNames:u.day_names,weekStartDay:u.week_start_day}),l.bind("blur.timespan",function(){var r=t.parseDate(this.value,u.date_format);isNaN(r)?n(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(t.formatDate(r,u.date_format)))}),a.bind("focus.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3}).bind("blur.timespan",function(){var e=t.parseDate(a.data("timespan.stored"),u.date_format)}),a.closest("form").bind("submit.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3;isNaN(e)&&(e=""),f.val(e)}),f.data("timespan.initial_value",f.val()),i(a,f,u.twentyfour_hour,u.date_format,u.now),this},reset:function(t){var n=e.extend({},s,t);return i(e(n.start_date_input),e(n.start_time),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},s,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};e.inputdate=function(t){if(o[t])return o[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return o.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")}}),timely.define("external_libs/jquery.tools",["jquery_timely"],function(e){function i(e,t){var n=Math.pow(10,t);return Math.round(e*n)/n}function s(e,t){var n=parseInt(e.css(t),10);if(n)return n;var r=e[0].currentStyle;return r&&r.width&&parseInt(r.width,10)}function o(e){var t=e.data("events");return t&&t.onSlide}function u(t,n){function x(e,s,o,u){o===undefined?o=s/h*m:u&&(o-=n.min),g&&(o=Math.round(o/g)*g);if(s===undefined||g)s=o*h/m;if(isNaN(o))return r;s=Math.max(0,Math.min(s,h)),o=s/h*m;if(u||!f)o+=n.min;f&&(u?s=h-s:o=n.max-o),o=i(o,y);var a=e.type=="click";if(S&&l!==undefined&&!a){e.type="onSlide",E.trigger(e,[o,s]);if(e.isDefaultPrevented())return r}var c=a?n.speed:0,b=a?function(){e.type="change",E.trigger(e,[o])}:null;return f?(d.animate({top:s},c,b),n.progress&&v.animate({height:h-s+d.height()/2},c)):(d.animate({left:s},c,b),n.progress&&v.animate({width:s+d.width()/2},c)),l=o,p=s,t.val(o),r}function T(){f=n.vertical||s(a,"height")>s(a,"width"),f?(h=s(a,"height")-s(d,"height"),c=a.offset().top+h):(h=s(a,"width")-s(d,"width"),c=a.offset().left)}function N(){T(),r.setValue(n.value!==undefined?n.value:n.min)}var r=this,u=n.css,a=e("<div><div/><a href='#'/></div>").data("rangeinput",r),f,l,c,h,p;t.before(a);var d=a.addClass(u.slider).find("a").addClass(u.handle),v=a.find("div").addClass(u.progress);e.each("min,max,step,value".split(","),function(e,r){var i=t.attr(r);parseFloat(i)&&(n[r]=parseFloat(i,10))});var m=n.max-n.min,g=n.step=="any"?0:n.step,y=n.precision;y===undefined&&(y=g.toString().split("."),y=y.length===2?y[1].length:0);if(t.attr("type")=="range"){var b=t.clone().wrap("<div/>").parent().html(),w=e(b.replace(/type/i,"type=text data-orig-type"));w.val(n.value),t.replaceWith(w),t=w}t.addClass(u.input);var E=e(r).add(t),S=!0;e.extend(r,{getValue:function(){return l},setValue:function(t,n){return T(),x(n||e.Event("api"),undefined,t,!0)},getConf:function(){return n},getProgress:function(){return v},getHandle:function(){return d},getInput:function(){return t},step:function(t,i){i=i||e.Event();var s=n.step=="any"?1:n.step;r.setValue(l+s*(t||1),i)},stepUp:function(e){return r.step(e||1)},stepDown:function(e){return r.step(-e||-1)}}),e.each("onSlide,change".split(","),function(t,i){e.isFunction(n[i])&&e(r).on(i,n[i]),r[i]=function(t){return t&&e(r).on(i,t),r}}),d.drag({drag:!1}).on("dragStart",function(){T(),S=o(e(r))||o(t)}).on("drag",function(e,n,r){if(t.is(":disabled"))return!1;x(e,f?n:r)}).on("dragEnd",function(e){e.isDefaultPrevented()||(e.type="change",E.trigger(e,[l]))}).click(function(e){return e.preventDefault()}),a.click(function(e){if(t.is(":disabled")||e.target==d[0])return e.preventDefault();T();var n=f?d.height()/2:d.width()/2;x(e,f?h-c-n+e.pageY:e.pageX-c-n)}),n.keyboard&&t.keydown(function(n){if(t.attr("readonly"))return;var i=n.keyCode,s=e([75,76,38,33,39]).index(i)!=-1,o=e([74,72,40,34,37]).index(i)!=-1;if((s||o)&&!(n.shiftKey||n.altKey||n.ctrlKey))return s?r.step(i==33?10:1,n):o&&r.step(i==34?-10:-1,n),n.preventDefault()}),t.blur(function(t){var n=e(this).val();n!==l&&r.setValue(n,t)}),e.extend(t[0],{stepUp:r.stepUp,stepDown:r.stepDown}),N(),h||e(window).load(N)}e.tools=e.tools||{version:"1.2.7"};var t;t=e.tools.rangeinput={conf:{min:0,max:100,step:"any",steps:0,value:0,precision:undefined,vertical:0,keyboard:!0,progress:!1,speed:100,css:{input:"range",slider:"slider",progress:"progress",handle:"handle"}}};var n,r;e.fn.drag=function(t){return document.ondragstart=function(){return!1},t=e.extend({x:!0,y:!0,drag:!0},t),n=n||e(document).on("mousedown mouseup",function(i){var s=e(i.target);if(i.type=="mousedown"&&s.data("drag")){var o=s.position(),u=i.pageX-o.left,a=i.pageY-o.top,f=!0;n.on("mousemove.drag",function(e){var n=e.pageX-u,i=e.pageY-a,o={};t.x&&(o.left=n),t.y&&(o.top=i),f&&(s.trigger("dragStart"),f=!1),t.drag&&s.css(o),s.trigger("drag",[i,n]),r=s}),i.preventDefault()}else try{r&&r.trigger("dragEnd")}finally{n.off("mousemove.drag"),r=null}}),this.data("drag",!0)},e.expr[":"].range=function(t){var n=t.getAttribute("type");return n&&n=="range"||!!e(t).filter("input").data("rangeinput")},e.fn.rangeinput=function(n){if(this.data("rangeinput"))return this;n=e.extend(!0,{},t.conf,n);var r;return this.each(function(){var t=new u(e(this),e.extend(!0,{},n)),i=t.getInput().data("rangeinput",t);r=r?r.add(i):i}),r?r:this}}),timely.define("external_libs/locales/bootstrap-datepicker.bg",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.bg={days:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота","Неделя"],daysShort:["Нед","Пон","Вто","Сря","Чет","Пет","Съб","Нед"],daysMin:["Н","П","В","С","Ч","П","С","Н"],months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],monthsShort:["Ян","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Ное","Дек"],today:"днес"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.br",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.br={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.cs",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.cs={days:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota","Neděle"],daysShort:["Ned","Pon","Úte","Stř","Čtv","Pát","Sob","Ned"],daysMin:["Ne","Po","Út","St","Čt","Pá","So","Ne"],months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],monthsShort:["Led","Úno","Bře","Dub","Kvě","Čer","Čnc","Srp","Zář","Říj","Lis","Pro"],today:"Dnes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.da",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.da={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",clear:"Nulstil"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.de",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.de={days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag"],daysShort:["Son","Mon","Die","Mit","Don","Fre","Sam","Son"],daysMin:["So","Mo","Di","Mi","Do","Fr","Sa","So"],months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],today:"Heute",clear:"Löschen",weekStart:1,format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.es",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.es={days:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado","Domingo"],daysShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb","Dom"],daysMin:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Do"],months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthsShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],today:"Hoy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fi",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fi={days:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai","sunnuntai"],daysShort:["sun","maa","tii","kes","tor","per","lau","sun"],daysMin:["su","ma","ti","ke","to","pe","la","su"],months:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],monthsShort:["tam","hel","maa","huh","tou","kes","hei","elo","syy","lok","mar","jou"],today:"tänään",weekStart:1,format:"d.m.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dim"],daysMin:["D","L","Ma","Me","J","V","S","D"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],today:"Aujourd'hui",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.id",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.id={days:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu"],daysShort:["Mgu","Sen","Sel","Rab","Kam","Jum","Sab","Mgu"],daysMin:["Mg","Sn","Sl","Ra","Ka","Ju","Sa","Mg"],months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nov","Des"],today:"Hari Ini",clear:"Kosongkan"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.is",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.is={days:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur","Sunnudagur"],daysShort:["Sun","Mán","Þri","Mið","Fim","Fös","Lau","Sun"],daysMin:["Su","Má","Þr","Mi","Fi","Fö","La","Su"],months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],today:"Í Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.it",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Domenica"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Dom"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa","Do"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",clear:"Cancella",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ja",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ja={days:["日曜","月曜","火曜","水曜","木曜","金曜","土曜","日曜"],daysShort:["日","月","火","水","木","金","土","日"],daysMin:["日","月","火","水","木","金","土","日"],months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今日",format:"yyyy/mm/dd"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.kr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.kr={days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일","일요일"],daysShort:["일","월","화","수","목","금","토","일"],daysMin:["일","월","화","수","목","금","토","일"],months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lt={days:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis","Sekmadienis"],daysShort:["S","Pr","A","T","K","Pn","Š","S"],daysMin:["Sk","Pr","An","Tr","Ke","Pn","Št","Sk"],months:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],monthsShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gru"],today:"Šiandien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lv={days:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena","Svētdiena"],daysShort:["Sv","P","O","T","C","Pk","S","Sv"],daysMin:["Sv","Pr","Ot","Tr","Ce","Pk","Se","Sv"],months:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],today:"Šodien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ms",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ms={days:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu","Ahad"],daysShort:["Aha","Isn","Sel","Rab","Kha","Jum","Sab","Aha"],daysMin:["Ah","Is","Se","Ra","Kh","Ju","Sa","Ah"],months:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],today:"Hari Ini"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nb",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nb={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"I Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nl={days:["Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag"],daysShort:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],daysMin:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],months:["Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"Vandaag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pl={days:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota","Niedziela"],daysShort:["Nie","Pn","Wt","Śr","Czw","Pt","So","Nie"],daysMin:["N","Pn","Wt","Śr","Cz","Pt","So","N"],months:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthsShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],today:"Dzisiaj",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt-BR",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["pt-BR"]={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pt={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ru",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ru={days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота","Воскресенье"],daysShort:["Вск","Пнд","Втр","Срд","Чтв","Птн","Суб","Вск"],daysMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Вс"],months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],today:"Сегодня",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sl={days:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota","Nedelja"],daysShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob","Ned"],daysMin:["Ne","Po","To","Sr","Če","Pe","So","Ne"],months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sv={days:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag","Söndag"],daysShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör","Sön"],daysMin:["Sö","Må","Ti","On","To","Fr","Lö","Sö"],months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",format:"yyyy-mm-dd",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.th",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.th={days:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"],daysShort:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],daysMin:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthsShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],today:"วันนี้"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.tr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.tr={days:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"],daysShort:["Pz","Pzt","Sal","Çrş","Prş","Cu","Cts","Pz"],daysMin:["Pz","Pzt","Sa","Çr","Pr","Cu","Ct","Pz"],months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthsShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],today:"Bugün",format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-CN",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["周日","周一","周二","周三","周四","周五","周六","周日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今日",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-TW",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-TW"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["週日","週一","週二","週三","週四","週五","週六","週日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今天",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/bootstrap_datepicker",["jquery_timely","ai1ec_config","external_libs/locales/bootstrap-datepicker.bg","external_libs/locales/bootstrap-datepicker.br","external_libs/locales/bootstrap-datepicker.cs","external_libs/locales/bootstrap-datepicker.da","external_libs/locales/bootstrap-datepicker.de","external_libs/locales/bootstrap-datepicker.es","external_libs/locales/bootstrap-datepicker.fi","external_libs/locales/bootstrap-datepicker.fr","external_libs/locales/bootstrap-datepicker.id","external_libs/locales/bootstrap-datepicker.is","external_libs/locales/bootstrap-datepicker.it","external_libs/locales/bootstrap-datepicker.ja","external_libs/locales/bootstrap-datepicker.kr","external_libs/locales/bootstrap-datepicker.lt","external_libs/locales/bootstrap-datepicker.lv","external_libs/locales/bootstrap-datepicker.ms","external_libs/locales/bootstrap-datepicker.nb","external_libs/locales/bootstrap-datepicker.nl","external_libs/locales/bootstrap-datepicker.pl","external_libs/locales/bootstrap-datepicker.pt-BR","external_libs/locales/bootstrap-datepicker.pt","external_libs/locales/bootstrap-datepicker.ru","external_libs/locales/bootstrap-datepicker.sl","external_libs/locales/bootstrap-datepicker.sv","external_libs/locales/bootstrap-datepicker.th","external_libs/locales/bootstrap-datepicker.tr","external_libs/locales/bootstrap-datepicker.zh-CN","external_libs/locales/bootstrap-datepicker.zh-TW"],function(e,t){function r(){return new Date(Date.UTC.apply(Date,arguments))}function i(){var e=new Date;return r(e.getFullYear(),e.getMonth(),e.getDate())}function s(e){return function(){return this[e].apply(this,arguments)}}function f(t,n){var r=e(t).data(),i={},s,o=new RegExp("^"+n.toLowerCase()+"([A-Z])"),n=new RegExp("^"+n.toLowerCase());for(var u in r)n.test(u)&&(s=u.replace(o,function(e,t){return t.toLowerCase()}),i[s]=r[u]);return i}function l(t){var n={};if(!d[t]){t=t.split("-")[0];if(!d[t])return}var r=d[t];return e.each(p,function(e,t){t in r&&(n[t]=r[t])}),n}var n=e(window),o=function(){var t={get:function(e){return this.slice(e)[0]},contains:function(e){var t=e&&e.valueOf();for(var n=0,r=this.length;n<r;n++)if(this[n].valueOf()===t)return n;return-1},remove:function(e){this.splice(e,1)},replace:function(t){if(!t)return;e.isArray(t)||(t=[t]),this.clear(),this.push.apply(this,t)},clear:function(){this.splice(0)},copy:function(){var e=new o;return e.replace(this),e}};return function(){var n=[];return n.push.apply(n,arguments),e.extend(n,t),n}}(),u=function(t,n){this.dates=new o,this.viewDate=i(),this.focusDate=null,this._process_options(n),this.element=e(t),this.isInline=!1,this.isInput=this.element.is("input"),this.component=this.element.is(".ai1ec-date")?this.element.find(".ai1ec-input-group, .ai1ec-input-group-addon, .ai1ec-btn"):!1,this.hasInput=this.component&&this.element.find("input").length,this.component&&this.component.length===0&&(this.component=!1),this.picker=e(v.template),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("ai1ec-datepicker-inline").appendTo(this.element):this.picker.addClass("ai1ec-datepicker-dropdown ai1ec-dropdown-menu"),this.o.rtl&&this.picker.addClass("ai1ec-datepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("tfoot th.ai1ec-today").attr("colspan",function(e,t){return parseInt(t)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};u.prototype={constructor:u,_process_options:function(n){this._o=e.extend({},this._o,n);var r=this.o=e.extend({},this._o),i=r.language;d[i]||(i=i.split("-")[0],d[i]||(i=t.language,d[i]||(i=h.language))),r.language=i;switch(r.startView){case 2:case"decade":r.startView=2;break;case 1:case"year":r.startView=1;break;default:r.startView=0}switch(r.minViewMode){case 1:case"months":r.minViewMode=1;break;case 2:case"years":r.minViewMode=2;break;default:r.minViewMode=0}r.startView=Math.max(r.startView,r.minViewMode),r.multidate!==!0&&(r.multidate=Number(r.multidate)||!1,r.multidate!==!1?r.multidate=Math.max(0,r.multidate):r.multidate=1),r.multidateSeparator=String(r.multidateSeparator),r.weekStart%=7,r.weekEnd=(r.weekStart+6)%7;var s=v.parseFormat(r.format);r.startDate!==-Infinity&&(r.startDate?r.startDate instanceof Date?r.startDate=this._local_to_utc(this._zero_time(r.startDate)):r.startDate=v.parseDate(r.startDate,s,r.language):r.startDate=-Infinity),r.endDate!==Infinity&&(r.endDate?r.endDate instanceof Date?r.endDate=this._local_to_utc(this._zero_time(r.endDate)):r.endDate=v.parseDate(r.endDate,s,r.language):r.endDate=Infinity),r.daysOfWeekDisabled=r.daysOfWeekDisabled||[],e.isArray(r.daysOfWeekDisabled)||(r.daysOfWeekDisabled=r.daysOfWeekDisabled.split(/[,\s]*/)),r.daysOfWeekDisabled=e.map(r.daysOfWeekDisabled,function(e){return parseInt(e,10)});var o=String(r.orientation).toLowerCase().split(/\s+/g),u=r.orientation.toLowerCase();o=e.grep(o,function(e){return/^auto|left|right|top|bottom$/.test(e)}),r.orientation={x:"auto",y:"auto"};if(!!u&&u!=="auto")if(o.length===1)switch(o[0]){case"top":case"bottom":r.orientation.y=o[0];break;case"left":case"right":r.orientation.x=o[0]}else u=e.grep(o,function(e){return/^left|right$/.test(e)}),r.orientation.x=u[0]||"auto",u=e.grep(o,function(e){return/^top|bottom$/.test(e)}),r.orientation.y=u[0]||"auto"},_events:[],_secondaryEvents:[],_applyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(r=undefined,i=e[t][1]):e[t].length==3&&(r=e[t][1],i=e[t][2]),n.on(i,r)},_unapplyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(i=undefined,r=e[t][1]):e[t].length==3&&(i=e[t][1],r=e[t][2]),n.off(r,i)},_buildEvents:function(){this.isInput?this._events=[[this.element,{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}]]:this.component&&this.hasInput?this._events=[[this.element.find("input"),{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}],[this.component,{click:e.proxy(this.show,this)}]]:this.element.is("div")?this.isInline=!0:this._events=[[this.element,{click:e.proxy(this.show,this)}]],this._events.push([this.element,"*",{blur:e.proxy(function(e){this._focused_from=e.target},this)}],[this.element,{blur:e.proxy(function(e){this._focused_from=e.target},this)}]),this._secondaryEvents=[[this.picker,{click:e.proxy(this.click,this)}],[e(window),{resize:e.proxy(this.place,this)}],[e(document),{"mousedown touchstart":e.proxy(function(e){this.element.is(e.target)||this.element.find(e.target).length||this.picker.is(e.target)||this.picker.find(e.target).length||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(t,n){var r=n||this.dates.get(-1),i=this._utc_to_local(r);this.element.trigger({type:t,date:i,dates:e.map(this.dates,this._utc_to_local),format:e.proxy(function(e,t){arguments.length===0?(e=this.dates.length-1,t=this.o.format):typeof e=="string"&&(t=e,e=this.dates.length-1),t=t||this.o.format;var n=this.dates.get(e);return v.formatDate(n,t,this.o.language)},this)})},show:function(e){this.isInline||this.picker.appendTo("body"),this.picker.show(),this.height=this.component?this.component.outerHeight():this.element.outerHeight(),this.place(),this._attachSecondaryEvents(),this._trigger("show")},hide:function(){if(this.isInline)return;if(!this.picker.is(":visible"))return;this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.viewMode=this.o.startView,this.showMode(),this.o.forceParse&&(this.isInput&&this.element.val()||this.hasInput&&this.element.find("input").val())&&this.setValue(),this._trigger("hide")},remove:function(){this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().datepicker,this.isInput||delete this.element.data().date},_utc_to_local:function(e){return e&&new Date(e.getTime()+e.getTimezoneOffset()*6e4)},_local_to_utc:function(e){return e&&new Date(e.getTime()-e.getTimezoneOffset()*6e4)},_zero_time:function(e){return e&&new Date(e.getFullYear(),e.getMonth(),e.getDate())},_zero_utc_time:function(e){return e&&new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()))},getDates:function(){return e.map(this.dates,this._utc_to_local)},getUTCDates:function(){return e.map(this.dates,function(e){return new Date(e)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){return new Date(this.dates.get(-1))},setDates:function(){this.update.apply(this,arguments),this._trigger("changeDate"),this.setValue()},setUTCDates:function(){this.update.apply(this,e.map(arguments,this._utc_to_local)),this._trigger("changeDate"),this.setValue()},setDate:s("setDates"),setUTCDate:s("setUTCDates"),setValue:function(){var e=this.getFormattedDate();this.isInput?this.element.val(e).change():this.component&&this.element.find("input").val(e).change()},getFormattedDate:function(t){t===undefined&&(t=this.o.format);var n=this.o.language;return e.map(this.dates,function(e){return v.formatDate(e,t,n)}).join(this.o.multidateSeparator)},setStartDate:function(e){this._process_options({startDate:e}),this.update(),this.updateNavArrows()},setEndDate:function(e){this._process_options({endDate:e}),this.update(),this.updateNavArrows()},setDaysOfWeekDisabled:function(e){this._process_options({daysOfWeekDisabled:e}),this.update(),this.updateNavArrows()},place:function(){if(this.isInline)return;var t=this.picker.outerWidth(),r=this.picker.outerHeight(),i=10,s=n.width(),o=n.height(),u=n.scrollTop(),a=parseInt(this.element.parents().filter(function(){return e(this).css("z-index")!="auto"}).first().css("z-index"))+10,f=this.component?this.component.parent().offset():this.element.offset(),l=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),c=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),h=f.left,p=f.top;this.picker.removeClass("ai1ec-datepicker-orient-top ai1ec-datepicker-orient-bottom ai1ec-datepicker-orient-right ai1ec-datepicker-orient-left"),this.o.orientation.x!=="auto"?(this.picker.addClass("ai1ec-datepicker-orient-"+this.o.orientation.x),this.o.orientation.x==="right"&&(h-=t-c)):(this.picker.addClass("ai1ec-datepicker-orient-left"),f.left<0?h-=f.left-i:f.left+t>s&&(h=s-t-i));var d=this.o.orientation.y,v,m;d==="auto"&&(v=-u+f.top-r,m=u+o-(f.top+l+r),Math.max(v,m)===m?d="top":d="bottom"),this.picker.addClass("ai1ec-datepicker-orient-"+d),d==="top"?p+=l:p-=r+parseInt(this.picker.css("padding-top")),this.picker.css({top:p,left:h,zIndex:a})},_allow_update:!0,update:function(){if(!this._allow_update)return;var t=this.dates.copy(),n=[],r=!1;arguments.length?(e.each(arguments,e.proxy(function(e,t){t instanceof Date&&(t=this._local_to_utc(t)),n.push(t)},this)),r=!0):(n=this.isInput?this.element.val():this.element.data("date")||this.element.find("input").val(),n&&this.o.multidate?n=n.split(this.o.multidateSeparator):n=[n],delete this.element.data().date),n=e.map(n,e.proxy(function(e){return v.parseDate(e,this.o.format,this.o.language)},this)),n=e.grep(n,e.proxy(function(e){return e<this.o.startDate||e>this.o.endDate||!e},this),!0),this.dates.replace(n),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate&&(this.viewDate=new Date(this.o.endDate)),r?this.setValue():n.length&&String(t)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&t.length&&this._trigger("clearDate"),this.fill()},fillDow:function(){var e=this.o.weekStart,t="<tr>";if(this.o.calendarWeeks){var n='<th class="ai1ec-cw"> </th>';t+=n,this.picker.find(".ai1ec-datepicker-days thead tr:first-child").prepend(n)}while(e<this.o.weekStart+7)t+='<th class="ai1ec-dow">'+d[this.o.language].daysMin[e++%7]+"</th>";t+="</tr>",this.picker.find(".ai1ec-datepicker-days thead").append(t)},fillMonths:function(){var e="",t=0;while(t<12)e+='<span class="ai1ec-month">'+d[this.o.language].monthsShort[t++]+"</span>";this.picker.find(".ai1ec-datepicker-months td").html(e)},setRange:function(t){!t||!t.length?delete this.range:this.range=e.map(t,function(e){return e.valueOf()}),this.fill()},getClassNames:function(t){var n=[],r=this.viewDate.getUTCFullYear(),i=this.viewDate.getUTCMonth(),s=new Date;return t.getUTCFullYear()<r||t.getUTCFullYear()==r&&t.getUTCMonth()<i?n.push("ai1ec-old"):(t.getUTCFullYear()>r||t.getUTCFullYear()==r&&t.getUTCMonth()>i)&&n.push("ai1ec-new"),this.focusDate&&t.valueOf()===this.focusDate.valueOf()&&n.push("ai1ec-focused"),this.o.todayHighlight&&t.getUTCFullYear()==s.getFullYear()&&t.getUTCMonth()==s.getMonth()&&t.getUTCDate()==s.getDate()&&n.push("ai1ec-today"),this.dates.contains(t)!==-1&&n.push("ai1ec-active"),(t.valueOf()<this.o.startDate||t.valueOf()>this.o.endDate||e.inArray(t.getUTCDay(),this.o.daysOfWeekDisabled)!==-1)&&n.push("ai1ec-disabled"),this.range&&(t>this.range[0]&&t<this.range[this.range.length-1]&&n.push("ai1ec-range"),e.inArray(t.valueOf(),this.range)!=-1&&n.push("ai1ec-selected")),n},fill:function(){var t=new Date(this.viewDate),n=t.getUTCFullYear(),i=t.getUTCMonth(),s=this.o.startDate!==-Infinity?this.o.startDate.getUTCFullYear():-Infinity,o=this.o.startDate!==-Infinity?this.o.startDate.getUTCMonth():-Infinity,u=this.o.endDate!==Infinity?this.o.endDate.getUTCFullYear():Infinity,a=this.o.endDate!==Infinity?this.o.endDate.getUTCMonth():Infinity,f,l;this.picker.find(".ai1ec-datepicker-days thead th.ai1ec-datepicker-switch").text(d[this.o.language].months[i]+" "+n),this.picker.find("tfoot th.ai1ec-today").text(d[this.o.language].today).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot th.ai1ec-clear").text(d[this.o.language].clear).toggle(this.o.clearBtn!==!1),this.updateNavArrows(),this.fillMonths();var c=r(n,i-1,28),h=v.getDaysInMonth(c.getUTCFullYear(),c.getUTCMonth());c.setUTCDate(h),c.setUTCDate(h-(c.getUTCDay()-this.o.weekStart+7)%7);var p=new Date(c);p.setUTCDate(p.getUTCDate()+42),p=p.valueOf();var m=[],g;while(c.valueOf()<p){if(c.getUTCDay()==this.o.weekStart){m.push("<tr>");if(this.o.calendarWeeks){var y=new Date(+c+(this.o.weekStart-c.getUTCDay()-7)%7*864e5),b=new Date(+y+(11-y.getUTCDay())%7*864e5),w=new Date(+(w=r(b.getUTCFullYear(),0,1))+(11-w.getUTCDay())%7*864e5),E=(b-w)/864e5/7+1;m.push('<td class="ai1ec-cw">'+E+"</td>")}}g=this.getClassNames(c),g.push("ai1ec-day");if(this.o.beforeShowDay!==e.noop){var S=this.o.beforeShowDay(this._utc_to_local(c));S===undefined?S={}:typeof S=="boolean"?S={enabled:S}:typeof S=="string"&&(S={classes:S}),S.enabled===!1&&g.push("ai1ec-disabled"),S.classes&&(g=g.concat(S.classes.split(/\s+/))),S.tooltip&&(f=S.tooltip)}g=e.unique(g),m.push('<td class="'+g.join(" ")+'"'+(f?' title="'+f+'"':"")+">"+c.getUTCDate()+"</td>"),c.getUTCDay()==this.o.weekEnd&&m.push("</tr>"),c.setUTCDate(c.getUTCDate()+1)}this.picker.find(".ai1ec-datepicker-days tbody").empty().append(m.join(""));var x=this.picker.find(".ai1ec-datepicker-months").find("th:eq(1)").text(n).end().find("span").removeClass("ai1ec-active");e.each(this.dates,function(e,t){t.getUTCFullYear()==n&&x.eq(t.getUTCMonth()).addClass("ai1ec-active")}),(n<s||n>u)&&x.addClass("ai1ec-disabled"),n==s&&x.slice(0,o).addClass("ai1ec-disabled"),n==u&&x.slice(a+1).addClass("ai1ec-disabled"),m="",n=parseInt(n/10,10)*10;var T=this.picker.find(".ai1ec-datepicker-years").find("th:eq(1)").text(n+"-"+(n+9)).end().find("td");n-=1;var N=e.map(this.dates,function(e){return e.getUTCFullYear()}),C;for(var k=-1;k<11;k++)C=["ai1ec-year"],k===-1?C.push("ai1ec-old"):k===10&&C.push("ai1ec-new"),e.inArray(n,N)!==-1&&C.push("ai1ec-active"),(n<s||n>u)&&C.push("ai1ec-disabled"),m+='<span class="'+C.join(" ")+'">'+n+"</span>",n+=1;T.html(m)},updateNavArrows:function(){if(!this._allow_update)return;var e=new Date(this.viewDate),t=e.getUTCFullYear(),n=e.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()&&n<=this.o.startDate.getUTCMonth()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()&&n>=this.o.endDate.getUTCMonth()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"});break;case 1:case 2:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"})}},click:function(t){t.preventDefault();var n=e(t.target).closest("span, td, th"),i,s,o;if(n.length==1)switch(n[0].nodeName.toLowerCase()){case"th":switch(n[0].className){case"ai1ec-datepicker-switch":this.showMode(1);break;case"ai1ec-prev":case"ai1ec-next":var u=v.modes[this.viewMode].navStep*(n[0].className=="ai1ec-prev"?-1:1);switch(this.viewMode){case 0:this.viewDate=this.moveMonth(this.viewDate,u),this._trigger("changeMonth",this.viewDate);break;case 1:case 2:this.viewDate=this.moveYear(this.viewDate,u),this.viewMode===1&&this._trigger("changeYear",this.viewDate)}this.fill();break;case"ai1ec-today":var a=new Date;a=r(a.getFullYear(),a.getMonth(),a.getDate(),0,0,0),this.showMode(-2);var f=this.o.todayBtn=="linked"?null:"view";this._setDate(a,f);break;case"ai1ec-clear":var l;this.isInput?l=this.element:this.component&&(l=this.element.find("input")),l&&l.val("").change(),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()}break;case"span":n.is(".ai1ec-disabled")||(this.viewDate.setUTCDate(1),n.is(".ai1ec-month")?(o=1,s=n.parent().find("span").index(n),i=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(s),this._trigger("changeMonth",this.viewDate),this.o.minViewMode===1&&this._setDate(r(i,s,o))):(o=1,s=0,i=parseInt(n.text(),10)||0,this.viewDate.setUTCFullYear(i),this._trigger("changeYear",this.viewDate),this.o.minViewMode===2&&this._setDate(r(i,s,o))),this.showMode(-1),this.fill());break;case"td":n.is(".ai1ec-day")&&!n.is(".ai1ec-disabled")&&(o=parseInt(n.text(),10)||1,i=this.viewDate.getUTCFullYear(),s=this.viewDate.getUTCMonth(),n.is(".ai1ec-old")?s===0?(s=11,i-=1):s-=1:n.is(".ai1ec-new")&&(s==11?(s=0,i+=1):s+=1),this._setDate(r(i,s,o)))}this.picker.is(":visible")&&this._focused_from&&e(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(e){var t=this.dates.contains(e);e?t!==-1?this.dates.remove(t):this.dates.push(e):this.dates.clear();if(typeof this.o.multidate=="number")while(this.dates.length>this.o.multidate)this.dates.remove(0)},_setDate:function(e,t){(!t||t=="date")&&this._toggle_multidate(e&&new Date(e));if(!t||t=="view")this.viewDate=e&&new Date(e);this.fill(),this.setValue(),this._trigger("changeDate");var n;this.isInput?n=this.element:this.component&&(n=this.element.find("input")),n&&n.change(),this.o.autoclose&&(!t||t=="date")&&this.hide()},moveMonth:function(e,t){if(!e)return undefined;if(!t)return e;var n=new Date(e.valueOf()),r=n.getUTCDate(),i=n.getUTCMonth(),s=Math.abs(t),o,u;t=t>0?1:-1;if(s==1){u=t==-1?function(){return n.getUTCMonth()==i}:function(){return n.getUTCMonth()!=o},o=i+t,n.setUTCMonth(o);if(o<0||o>11)o=(o+12)%12}else{for(var a=0;a<s;a++)n=this.moveMonth(n,t);o=n.getUTCMonth(),n.setUTCDate(r),u=function(){return o!=n.getUTCMonth()}}while(u())n.setUTCDate(--r),n.setUTCMonth(o);return n},moveYear:function(e,t){return this.moveMonth(e,t*12)},dateWithinRange:function(e){return e>=this.o.startDate&&e<=this.o.endDate},keydown:function(e){if(this.picker.is(":not(:visible)")){e.keyCode==27&&this.show();return}var t=!1,n,r,s,o=this.focusDate||this.viewDate;switch(e.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),e.preventDefault();break;case 37:case 39:if(!this.o.keyboardNavigation)break;n=e.keyCode==37?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n),s=new Date(o),s.setUTCDate(o.getUTCDate()+n)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 38:case 40:if(!this.o.keyboardNavigation)break;n=e.keyCode==38?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n*7),s=new Date(o),s.setUTCDate(o.getUTCDate()+n*7)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 32:break;case 13:o=this.focusDate||this.dates.get(-1)||this.viewDate,this._toggle_multidate(o),t=!0,this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(e.preventDefault(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}if(t){this.dates.length?this._trigger("changeDate"):this._trigger("clearDate");var u;this.isInput?u=this.element:this.component&&(u=this.element.find("input")),u&&u.change()}},showMode:function(e){e&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(2,this.viewMode+e))),this.picker.find(">div").hide().filter(".ai1ec-datepicker-"+v.modes[this.viewMode].clsName).css("display","block"),this.updateNavArrows()}};var a=function(t,n){this.element=e(t),this.inputs=e.map(n.inputs,function(e){return e.jquery?e[0]:e}),delete n.inputs,e(this.inputs).datepicker(n).bind("changeDate",e.proxy(this.dateUpdated,this)),this.pickers=e.map(this.inputs,function(t){return e(t).data("datepicker")}),this.updateDates()};a.prototype={updateDates:function(){this.dates=e.map(this.pickers,function(e){return e.getUTCDate()}),this.updateRanges()},updateRanges:function(){var t=e.map(this.dates,function(e){return e.valueOf()});e.each(this.pickers,function(e,n){n.setRange(t)})},dateUpdated:function(t){if(this.updating)return;this.updating=!0;var n=e(t.target).data("datepicker"),r=n.getUTCDate(),i=e.inArray(t.target,this.inputs),s=this.inputs.length;if(i==-1)return;e.each(this.pickers,function(e,t){t.getUTCDate()||t.setUTCDate(r)});if(r<this.dates[i])while(i>=0&&r<this.dates[i])this.pickers[i--].setUTCDate(r);else if(r>this.dates[i])while(i<s&&r>this.dates[i])this.pickers[i++].setUTCDate(r);this.updateDates(),delete this.updating},remove:function(){e.map(this.pickers,function(e){e.remove()}),delete this.element.data().datepicker}};var c=e.fn.datepicker;e.fn.datepicker=function(t){var n=Array.apply(null,arguments);n.shift();var r;return this.each(function(){var i=e(this),s=i.data("datepicker"),o=typeof t=="object"&&t;if(!s){var c=f(this,"date"),p=e.extend({},h,c,o),d=l(p.language),v=e.extend({},h,d,c,o);if(i.is(".ai1ec-input-daterange")||v.inputs){var m={inputs:v.inputs||i.find("input").toArray()};i.data("datepicker",s=new a(this,e.extend(v,m)))}else i.data("datepicker",s=new u(this,v))}if(typeof t=="string"&&typeof s[t]=="function"){r=s[t].apply(s,n);if(r!==undefined)return!1}}),r!==undefined?r:this};var h=e.fn.datepicker.defaults={autoclose:!1,beforeShowDay:e.noop,calendarWeeks:!1,clearBtn:!1,daysOfWeekDisabled:[],endDate:Infinity,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-Infinity,startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0},p=e.fn.datepicker.locale_opts=["format","rtl","weekStart"];e.fn.datepicker.Constructor=u;var d=e.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear"}},v={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],isLeapYear:function(e){return e%4===0&&e%100!==0||e%400===0},getDaysInMonth:function(e,t){return[31,v.isLeapYear(e)?29:28,31,30,31,30,31,31,30,31,30,31][t]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\[\u3400-\u9fff-`{-~\t\n\r]+/g,parseFormat:function(e){var t=e.replace(this.validParts,"\0").split("\0"),n=e.match(this.validParts);if(!t||!t.length||!n||n.length===0)throw new Error("Invalid date format.");return{separators:t,parts:n}},parseDate:function(t,n,i){if(!t)return undefined;if(t instanceof Date)return t;typeof n=="string"&&(n=v.parseFormat(n));if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(t)){var s=/([\-+]\d+)([dmwy])/,o=t.match(/([\-+]\d+)([dmwy])/g),a,f;t=new Date;for(var l=0;l<o.length;l++){a=s.exec(o[l]),f=parseInt(a[1]);switch(a[2]){case"d":t.setUTCDate(t.getUTCDate()+f);break;case"m":t=u.prototype.moveMonth.call(u.prototype,t,f);break;case"w":t.setUTCDate(t.getUTCDate()+f*7);break;case"y":t=u.prototype.moveYear.call(u.prototype,t,f)}}return r(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),0,0,0)}var o=t&&t.match(this.nonpunctuation)||[],t=new Date,c={},h=["yyyy","yy","M","MM","m","mm","d","dd"],p={yyyy:function(e,t){return e.setUTCFullYear(t)},yy:function(e,t){return e.setUTCFullYear(2e3+t)},m:function(e,t){if(isNaN(e))return e;t-=1;while(t<0)t+=12;t%=12,e.setUTCMonth(t);while(e.getUTCMonth()!=t)e.setUTCDate(e.getUTCDate()-1);return e},d:function(e,t){return e.setUTCDate(t)}},m,g,a;p.M=p.MM=p.mm=p.m,p.dd=p.d,t=r(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0);var y=n.parts.slice();o.length!=y.length&&(y=e(y).filter(function(t,n){return e.inArray(n,h)!==-1}).toArray());if(o.length==y.length){for(var l=0,b=y.length;l<b;l++){m=parseInt(o[l],10),a=y[l];if(isNaN(m))switch(a){case"MM":g=e(d[i].months).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].months)+1;break;case"M":g=e(d[i].monthsShort).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].monthsShort)+1}c[a]=m}for(var l=0,w,E;l<h.length;l++)E=h[l],E in c&&!isNaN(c[E])&&(w=new Date(t),p[E](w,c[E]),isNaN(w)||(t=w))}return t},formatDate:function(t,n,r){if(!t)return"";typeof n=="string"&&(n=v.parseFormat(n));var i={d:t.getUTCDate(),D:d[r].daysShort[t.getUTCDay()],DD:d[r].days[t.getUTCDay()],m:t.getUTCMonth()+1,M:d[r].monthsShort[t.getUTCMonth()],MM:d[r].months[t.getUTCMonth()],yy:t.getUTCFullYear().toString().substring(2),yyyy:t.getUTCFullYear()};i.dd=(i.d<10?"0":"")+i.d,i.mm=(i.m<10?"0":"")+i.m;var t=[],s=e.extend([],n.separators);for(var o=0,u=n.parts.length;o<=u;o++)s.length&&t.push(s.shift()),t.push(i[n.parts[o]]);return t.join("")},headTemplate:'<thead><tr><th class="ai1ec-prev"><i class="ai1ec-fa ai1ec-fa-arrow-left"></i></th><th colspan="5" class="ai1ec-datepicker-switch"></th><th class="ai1ec-next"><i class="ai1ec-fa ai1ec-fa-arrow-right"></i></th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="ai1ec-today"></th></tr><tr><th colspan="7" class="ai1ec-clear"></th></tr></tfoot>'};v.template='<div class="timely ai1ec-datepicker"><div class="ai1ec-datepicker-days"><table class=" ai1ec-table-condensed">'+v.headTemplate+"<tbody></tbody>"+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-months">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-years">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+"</div>",e.fn.datepicker.DPGlobal=v,e.fn.datepicker.noConflict=function(){return e.fn.datepicker=c,this},e(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(t){var n=e(this);if(n.data("datepicker"))return;t.preventDefault(),n.datepicker("show")}),e(function(){e('[data-provide="datepicker-inline"]').datepicker()});for(var m=2,g=arguments.length;m<g;m++)arguments[m].localize()}),timely.define("external_libs/bootstrap/transition",["jquery_timely"],function(e){function t(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in t)if(e.style[n]!==undefined)return{end:t[n]}}e.fn.emulateTransitionEnd=function(t){var n=!1,r=this;e(this).one(e.support.transition.end,function(){n=!0});var i=function(){n||e(r).trigger(e.support.transition.end)};return setTimeout(i,t),this},e(function(){e.support.transition=t()})}),timely.define("external_libs/bootstrap/collapse",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r),this.transitioning=null,this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.DEFAULTS={toggle:!0},t.prototype.dimension=function(){var e=this.$element.hasClass("ai1ec-width");return e?"width":"height"},t.prototype.show=function(){if(this.transitioning||this.$element.hasClass("ai1ec-in"))return;var t=e.Event("show.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.$parent&&this.$parent.find("> .ai1ec-panel > .ai1ec-in");if(n&&n.length){var r=n.data("bs.collapse");if(r&&r.transitioning)return;n.collapse("hide"),r||n.data("bs.collapse",null)}var i=this.dimension();this.$element.removeClass("ai1ec-collapse").addClass("ai1ec-collapsing")[i](0),this.transitioning=1;var s=function(){this.$element.removeClass("ai1ec-collapsing").addClass("ai1ec-in")[i]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);var o=e.camelCase(["scroll",i].join("-"));this.$element.one(e.support.transition.end,e.proxy(s,this)).emulateTransitionEnd(350)[i](this.$element[0][o])},t.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass("ai1ec-in"))return;var t=e.Event("hide.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("ai1ec-collapsing").removeClass("ai1ec-collapse").removeClass("ai1ec-in"),this.transitioning=1;var r=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("ai1ec-collapsing").addClass("ai1ec-collapse")};if(!e.support.transition)return r.call(this);this.$element[n](0).one(e.support.transition.end,e.proxy(r,this)).emulateTransitionEnd(350)},t.prototype.toggle=function(){this[this.$element.hasClass("ai1ec-in")?"hide":"show"]()};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("bs.collapse"),s=e.extend({},t.DEFAULTS,r.data(),typeof n=="object"&&n);i||r.data("bs.collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.bs.collapse.data-api","[data-toggle=ai1ec-collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i),o=s.data("bs.collapse"),u=o?"toggle":n.data(),a=n.attr("data-parent"),f=a&&e(a);if(!o||!o.transitioning)f&&f.find('[data-toggle=ai1ec-collapse][data-parent="'+a+'"]').not(n).addClass("ai1ec-collapsed"),n[s.hasClass("ai1ec-in")?"addClass":"removeClass"]("ai1ec-collapsed");s.collapse(u)})}),timely.define("external_libs/bootstrap/modal",["jquery_timely"],function(e){var t=function(t,n){this.options=n,this.$element=e(t),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};t.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},t.prototype.toggle=function(e){return this[this.isShown?"hide":"show"](e)},t.prototype.show=function(t){var n=this,r=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(r);if(this.isShown||r.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="ai1ec-modal"]',e.proxy(this.hide,this)),this.backdrop(function(){var r=e.support.transition&&n.$element.hasClass("ai1ec-fade");n.$element.parent().length||n.$element.appendTo(document.body),n.$element.show(),r&&n.$element[0].offsetWidth,n.$element.addClass("ai1ec-in").attr("aria-hidden",!1),n.enforceFocus();var i=e.Event("shown.bs.modal",{relatedTarget:t});r?n.$element.find(".ai1ec-modal-dialog").one(e.support.transition.end,function(){n.$element.focus().trigger(i)}).emulateTransitionEnd(300):n.$element.focus().trigger(i)})},t.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,this.escape(),e(document).off("focusin.bs.modal"),this.$element.removeClass("ai1ec-in").attr("aria-hidden",!0).off("click.dismiss.modal"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$element.one(e.support.transition.end,e.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal()},t.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){this.$element[0]!==e.target&&!this.$element.has(e.target).length&&this.$element.focus()},this))},t.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",e.proxy(function(e){e.which==27&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},t.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.removeBackdrop(),e.$element.trigger("hidden.bs.modal")})},t.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},t.prototype.backdrop=function(t){var n=this,r=this.$element.hasClass("ai1ec-fade")?"ai1ec-fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="ai1ec-modal-backdrop '+r+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",e.proxy(function(e){if(e.target!==e.currentTarget)return;this.options.backdrop=="static"?this.$element[0].focus.call(this.$element[0]):this.hide.call(this)},this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("ai1ec-in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("ai1ec-in"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()):t&&t()};var n=e.fn.modal;e.fn.modal=function(n,r){return this.each(function(){var i=e(this),s=i.data("bs.modal"),o=e.extend({},t.DEFAULTS,i.data(),typeof n=="object"&&n);s||i.data("bs.modal",s=new t(this,o)),typeof n=="string"?s[n](r):o.show&&s.show(r)})},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.bs.modal.data-api",'[data-toggle="ai1ec-modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s,this).one("hide",function(){n.is(":visible")&&n.focus()})}),e(document).on("show.bs.modal",".ai1ec-modal",function(){e(document.body).addClass("ai1ec-modal-open")}).on("hidden.bs.modal",".ai1ec-modal",function(){e(document.body).removeClass("ai1ec-modal-open")})}),timely.define("external_libs/bootstrap/alert",["jquery_timely"],function(e){var t='[data-dismiss="ai1ec-alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed.bs.alert").remove()}var n=e(this),r=n.attr("data-target");r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));var i=e(r);t&&t.preventDefault(),i.length||(i=n.hasClass("ai1ec-alert")?n:n.parent()),i.trigger(t=e.Event("close.bs.alert"));if(t.isDefaultPrevented())return;i.removeClass("ai1ec-in"),e.support.transition&&i.hasClass("ai1ec-fade")?i.one(e.support.transition.end,s).emulateTransitionEnd(150):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("bs.alert");i||r.data("bs.alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.bs.alert.data-api",t,n.prototype.close)}),timely.define("external_libs/select2",["jquery_timely"],function(e){(function(e){typeof e.fn.each2=="undefined"&&e.fn.extend({each2:function(t){var n=e([0]),r=-1,i=this.length;while(++r<i&&(n.context=n[0]=this[r])&&t.call(n[0],r,n)!==!1);return this}})})(e),function(e,t){function l(e,t){var n=0,r=t.length;for(;n<r;n+=1)if(c(e,t[n]))return n;return-1}function c(e,n){return e===n?!0:e===t||n===t?!1:e===null||n===null?!1:e.constructor===String?e===n+"":n.constructor===String?n===e+"":!1}function h(t,n){var r,i,s;if(t===null||t.length<1)return[];r=t.split(n);for(i=0,s=r.length;i<s;i+=1)r[i]=e.trim(r[i]);return r}function p(e){return e.outerWidth(!1)-e.width()}function d(n){var r="keyup-change-value";n.bind("keydown",function(){e.data(n,r)===t&&e.data(n,r,n.val())}),n.bind("keyup",function(){var i=e.data(n,r);i!==t&&n.val()!==i&&(e.removeData(n,r),n.trigger("keyup-change"))})}function v(n){n.bind("mousemove",function(n){var r=a;(r===t||r.x!==n.pageX||r.y!==n.pageY)&&e(n.target).trigger("mousemove-filtered",n)})}function m(e,n,r){r=r||t;var i;return function(){var t=arguments;window.clearTimeout(i),i=window.setTimeout(function(){n.apply(r,t)},e)}}function g(e){var t=!1,n;return function(){return t===!1&&(n=e(),t=!0),n}}function y(e,t){var n=m(e,function(e){t.trigger("scroll-debounced",e)});t.bind("scroll",function(e){l(e.target,t.get())>=0&&n(e)})}function b(e){if(e[0]===document.activeElement)return;window.setTimeout(function(){var t=e[0],n=e.val().length,r;e.focus(),t.setSelectionRange?t.setSelectionRange(n,n):t.createTextRange&&(r=t.createTextRange(),r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",n),r.select())},0)}function w(e){e.preventDefault(),e.stopPropagation()}function E(e){e.preventDefault(),e.stopImmediatePropagation()}function S(t){if(!u){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);u=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"}),u.attr("class","select2-sizer"),e("body").append(u)}return u.text(t.val()),u.width()}function x(t,n,r){var i,s=[],o;i=t.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")===0&&s.push(this)}),i=n.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")!==0&&(o=r(this),typeof o=="string"&&o.length>0&&s.push(this))}),t.attr("class",s.join(" "))}function T(e,t,n,r){var i=e.toUpperCase().indexOf(t.toUpperCase()),s=t.length;if(i<0){n.push(r(e));return}n.push(r(e.substring(0,i))),n.push("<span class='select2-match'>"),n.push(r(e.substring(i,i+s))),n.push("</span>"),n.push(r(e.substring(i+s,e.length)))}function N(t){var n,r=0,i=null,s=t.quietMillis||100,o=t.url,u=this;return function(a){window.clearTimeout(n),n=window.setTimeout(function(){r+=1;var n=r,s=t.data,f=o,l=t.transport||e.ajax,c=t.type||"GET",h={};s=s?s.call(u,a.term,a.page,a.context):null,f=typeof f=="function"?f.call(u,a.term,a.page,a.context):f,null!==i&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(h,t.params.call(u)):e.extend(h,t.params)),e.extend(h,{url:f,dataType:t.dataType,data:s,type:c,cache:!1,success:function(e){if(n<r)return;var i=t.results(e,a.page);a.callback(i)}}),i=l.call(u,h)},s)}}function C(t){var n=t,r,i,s=function(e){return""+e.text};e.isArray(n)&&(i=n,n={results:i}),e.isFunction(n)===!1&&(i=n,n=function(){return i});var o=n();return o.text&&(s=o.text,e.isFunction(s)||(r=n.text,s=function(e){return e[r]})),function(t){var r=t.term,i={results:[]},o;if(r===""){t.callback(n());return}o=function(n,i){var u,a;n=n[0];if(n.children){u={};for(a in n)n.hasOwnProperty(a)&&(u[a]=n[a]);u.children=[],e(n.children).each2(function(e,t){o(t,u.children)}),(u.children.length||t.matcher(r,s(u),n))&&i.push(u)}else t.matcher(r,s(n),n)&&i.push(n)},e(n().results).each2(function(e,t){o(t,i.results)}),t.callback(i)}}function k(n){var r=e.isFunction(n);return function(i){var s=i.term,o={results:[]};e(r?n():n).each(function(){var e=this.text!==t,n=e?this.text:this;(s===""||i.matcher(s,n))&&o.results.push(e?this:{id:this,text:this})}),i.callback(o)}}function L(t,n){if(e.isFunction(t))return!0;if(!t)return!1;throw new Error("formatterName must be a function or a falsy value")}function A(t){return e.isFunction(t)?t():t}function O(t){var n=0;return e.each(t,function(e,t){t.children?n+=O(t.children):n++}),n}function M(e,n,r,i){var s=e,o=!1,u,a,f,l,h;if(!i.createSearchChoice||!i.tokenSeparators||i.tokenSeparators.length<1)return t;for(;;){a=-1;for(f=0,l=i.tokenSeparators.length;f<l;f++){h=i.tokenSeparators[f],a=e.indexOf(h);if(a>=0)break}if(a<0)break;u=e.substring(0,a),e=e.substring(a+h.length);if(u.length>0){u=i.createSearchChoice(u,n);if(u!==t&&u!==null&&i.id(u)!==t&&i.id(u)!==null){o=!1;for(f=0,l=n.length;f<l;f++)if(c(i.id(u),i.id(n[f]))){o=!0;break}o||r(u)}}}if(s!==e)return e}function _(t,n){var r=function(){};return r.prototype=new t,r.prototype.constructor=r,r.prototype.parent=t.prototype,r.prototype=e.extend(r.prototype,n),r}var n,r,i,s,o,u,a,f;n={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){e=e.which?e.which:e;switch(e){case n.LEFT:case n.RIGHT:case n.UP:case n.DOWN:return!0}return!1},isControl:function(e){var t=e.which;switch(t){case n.SHIFT:case n.CTRL:case n.ALT:return!0}return e.metaKey?!0:!1},isFunctionKey:function(e){return e=e.which?e.which:e,e>=112&&e<=123}},f=e(document),o=function(){var e=1;return function(){return e++}}(),f.bind("mousemove",function(e){a={x:e.pageX,y:e.pageY}}),r=_(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(n){var r,i,s=".select2-results",u;this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==t&&n.element.data("select2")!==null&&this.destroy(),this.enabled=!0,this.container=this.createContainer(),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+o()),this.containerSelector="#"+this.containerId.replace(/([;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.body=g(function(){return n.element.closest("body")}),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.css(A(n.containerCss)),this.container.addClass(A(n.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabIndex"),this.opts.element.data("select2",this).addClass("select2-offscreen").bind("focus.select2",function(){e(this).select2("focus")}).attr("tabIndex","-1").before(this.container),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),this.dropdown.addClass(A(n.dropdownCssClass)),this.dropdown.data("select2",this),this.results=r=this.container.find(s),this.search=i=this.container.find("input.select2-input"),i.attr("tabIndex",this.elementTabIndex),this.resultsPage=0,this.context=null,this.initContainer(),v(this.results),this.dropdown.delegate(s,"mousemove-filtered touchstart touchmove touchend",this.bind(this.highlightUnderEvent)),y(80,this.results),this.dropdown.delegate(s,"scroll-debounced",this.bind(this.loadMoreIfNeeded)),e.fn.mousewheel&&r.mousewheel(function(e,t,n,i){var s=r.scrollTop(),o;i>0&&s-i<=0?(r.scrollTop(0),w(e)):i<0&&r.get(0).scrollHeight-r.scrollTop()+i<=r.height()&&(r.scrollTop(r.get(0).scrollHeight-r.height()),w(e))}),d(i),i.bind("keyup-change input paste",this.bind(this.updateResults)),i.bind("focus",function(){i.addClass("select2-focused")}),i.bind("blur",function(){i.removeClass("select2-focused")}),this.dropdown.delegate(s,"mouseup",this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.bind("click mouseup mousedown",function(e){e.stopPropagation()}),e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),(n.element.is(":disabled")||n.element.is("[readonly='readonly']"))&&this.disable()},destroy:function(){var e=this.opts.element.data("select2");this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),e!==t&&(e.container.remove(),e.dropdown.remove(),e.opts.element.removeClass("select2-offscreen").removeData("select2").unbind(".select2").attr({tabIndex:this.elementTabIndex}).show())},prepareOpts:function(n){var r,i,s,o;r=n.element,r.get(0).tagName.toLowerCase()==="select"&&(this.select=i=n.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),n=e.extend({},{populateResults:function(r,i,s){var o,u,a,f,l=this.opts.id,c=this;o=function(r,i,u){var a,f,h,p,d,v,m,g,y,b;r=n.sortResults(r,i,s);for(a=0,f=r.length;a<f;a+=1)h=r[a],d=h.disabled===!0,p=!d&&l(h)!==t,v=h.children&&h.children.length>0,m=e("<li></li>"),m.addClass("select2-results-dept-"+u),m.addClass("select2-result"),m.addClass(p?"select2-result-selectable":"select2-result-unselectable"),d&&m.addClass("select2-disabled"),v&&m.addClass("select2-result-with-children"),m.addClass(c.opts.formatResultCssClass(h)),g=e(document.createElement("div")),g.addClass("select2-result-label"),b=n.formatResult(h,g,s,c.opts.escapeMarkup),b!==t&&g.html(b),m.append(g),v&&(y=e("<ul></ul>"),y.addClass("select2-result-sub"),o(h.children,y,u+1),m.append(y)),m.data("select2-data",h),i.append(m)},o(i,r,0)}},e.fn.select2.defaults,n),typeof n.id!="function"&&(s=n.id,n.id=function(e){return e[s]});if(e.isArray(n.element.data("select2Tags"))){if("tags"in n)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+n.element.attr("id");n.tags=n.element.attr("data-select2-tags")}i?(n.query=this.bind(function(n){var i={results:[],more:!1},s=n.term,o,u,a;a=function(e,t){var r;e.is("option")?n.matcher(s,e.text(),e)&&t.push({id:e.attr("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:c(e.attr("disabled"),"disabled")}):e.is("optgroup")&&(r={text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")},e.children().each2(function(e,t){a(t,r.children)}),r.children.length>0&&t.push(r))},o=r.children(),this.getPlaceholder()!==t&&o.length>0&&(u=o[0],e(u).text()===""&&(o=o.not(u))),o.each2(function(e,t){a(t,i.results)}),n.callback(i)}),n.id=function(e){return e.id},n.formatResultCssClass=function(e){return e.css}):"query"in n||("ajax"in n?(o=n.element.data("ajax-url"),o&&o.length>0&&(n.ajax.url=o),n.query=N.call(n.element,n.ajax)):"data"in n?n.query=C(n.data):"tags"in n&&(n.query=k(n.tags),n.createSearchChoice===t&&(n.createSearchChoice=function(e){return{id:e,text:e}}),n.initSelection===t&&(n.initSelection=function(t,r){var i=[];e(h(t.val(),n.separator)).each(function(){var t=this,r=this,s=n.tags;e.isFunction(s)&&(s=s()),e(s).each(function(){if(c(this.id,t))return r=this.text,!1}),i.push({id:t,text:r})}),r(i)})));if(typeof n.query!="function")throw"query function not defined for Select2 "+n.element.attr("id");return n},monitorSource:function(){var e=this.opts.element,t;e.bind("change.select2",this.bind(function(e){this.opts.element.data("select2-change-triggered")!==!0&&this.initSelection()})),t=this.bind(function(){var e,t,n=this;e=this.opts.element.attr("disabled")!=="disabled",t=this.opts.element.attr("readonly")==="readonly",e=e&&!t,this.enabled!==e&&(e?this.enable():this.disable()),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(A(this.opts.containerCssClass)),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(A(this.opts.dropdownCssClass))}),e.bind("propertychange.select2 DOMAttrModified.select2",t),typeof WebKitMutationObserver!="undefined"&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new WebKitMutationObserver(function(e){e.forEach(t)}),this.propertyObserver.observe(e.get(0),{attributes:!0,subtree:!1}))},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},enable:function(){if(this.enabled)return;this.enabled=!0,this.container.removeClass("select2-container-disabled"),this.opts.element.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.close(),this.enabled=!1,this.container.addClass("select2-container-disabled"),this.opts.element.attr("disabled","disabled")},opened:function(){return this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t=this.container.offset(),n=this.container.outerHeight(!1),r=this.container.outerWidth(!1),i=this.dropdown.outerHeight(!1),s=e(window).scrollLeft()+e(window).width(),o=e(window).scrollTop()+e(window).height(),u=t.top+n,a=t.left,f=u+i<=o,l=t.top-i>=this.body().scrollTop(),c=this.dropdown.outerWidth(!1),h=a+c<=s,p=this.dropdown.hasClass("select2-drop-above"),d,v,m;this.body().css("position")!=="static"&&(d=this.body().offset(),u-=d.top,a-=d.left),p?(v=!0,!l&&f&&(v=!1)):(v=!1,!f&&l&&(v=!0)),h||(a=t.left+r-c),v?(u=t.top-i,this.container.addClass("select2-drop-above"),this.dropdown.addClass("select2-drop-above")):(this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")),m=e.extend({top:u,left:a,width:r},A(this.opts.dropdownCss)),this.dropdown.css(m)},shouldOpen:function(){var t;return this.opened()?!1:(t=e.Event("opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return this.shouldOpen()?(window.setTimeout(this.bind(this.opening),1),!0):!1},opening:function(){var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t,s;this.clearDropdownAlignmentPreference(),this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.dropdown[0]!==this.body().children().last()[0]&&this.dropdown.detach().appendTo(this.body()),this.updateResults(!0),s=e("#select2-drop-mask"),s.length==0&&(s=e(document.createElement("div")),s.attr("id","select2-drop-mask").attr("class","select2-drop-mask"),s.hide(),s.appendTo(this.body()),s.bind("mousedown touchstart",function(t){var n=e("#select2-drop"),r;n.length>0&&(r=n.data("select2"),r.opts.selectOnBlur&&r.selectHighlighted({noFocus:!0}),r.close())})),this.dropdown.prev()[0]!==s[0]&&this.dropdown.before(s),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),s.css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),s.show(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active"),this.ensureHighlightVisible();var o=this;this.container.parents().add(window).each(function(){e(this).bind(r+" "+n+" "+i,function(t){e("#select2-drop-mask").css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),o.positionDropdown()})}),this.focusSearch()},close:function(){if(!this.opened())return;var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).unbind(n).unbind(r).unbind(i)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open"),this.results.empty(),this.clearSearch(),this.opts.element.trigger(e.Event("close"))},clearSearch:function(){},getMaximumSelectionSize:function(){return A(this.opts.maximumSelectionSize)},ensureHighlightVisible:function(){var t=this.results,n,r,i,s,o,u,a;r=this.highlight();if(r<0)return;if(r==0){t.scrollTop(0);return}n=this.findHighlightableChoices(),i=e(n[r]),s=i.offset().top+i.outerHeight(!0),r===n.length-1&&(a=t.find("li.select2-more-results"),a.length>0&&(s=a.offset().top+a.outerHeight(!0))),o=t.offset().top+t.outerHeight(!0),s>o&&t.scrollTop(t.scrollTop()+(s-o)),u=i.offset().top-t.offset().top,u<0&&i.css("display")!="none"&&t.scrollTop(t.scrollTop()+u)},findHighlightableChoices:function(){var e=this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)");return this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)")},moveHighlight:function(t){var n=this.findHighlightableChoices(),r=this.highlight();while(r>-1&&r<n.length){r+=t;var i=e(n[r]);if(i.hasClass("select2-result-selectable")&&!i.hasClass("select2-disabled")&&!i.hasClass("select2-selected")){this.highlight(r);break}}},highlight:function(t){var n=this.findHighlightableChoices(),r,i;if(arguments.length===0)return l(n.filter(".select2-highlighted")[0],n.get());t>=n.length&&(t=n.length-1),t<0&&(t=0),this.results.find(".select2-highlighted").removeClass("select2-highlighted"),r=e(n[t]),r.addClass("select2-highlighted"),this.ensureHighlightVisible(),i=r.data("select2-data"),i&&this.opts.element.trigger({type:"highlight",val:this.id(i),choice:i})},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var r=this.findHighlightableChoices();this.highlight(r.index(n))}else n.length==0&&this.results.find(".select2-highlighted").removeClass("select2-highlighted")},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n,r=-1,i=this.resultsPage+1,s=this,o=this.search.val(),u=this.context;if(t.length===0)return;n=t.offset().top-e.offset().top-e.height(),n<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:o,page:i,context:u,matcher:this.opts.matcher,callback:this.bind(function(n){if(!s.opened())return;s.opts.populateResults.call(this,e,n.results,{term:o,page:i,context:u}),n.more===!0?(t.detach().appendTo(e).text(s.opts.formatLoadMore(i+1)),window.setTimeout(function(){s.loadMoreIfNeeded()},10)):t.remove(),s.positionDropdown(),s.resultsPage=i,s.context=n.context})}))},tokenize:function(){},updateResults:function(n){function f(){i.scrollTop(0),r.removeClass("select2-active"),u.positionDropdown()}function l(e){i.html(e),f()}var r=this.search,i=this.results,s=this.opts,o,u=this,a;if(n!==!0&&(this.showSearchInput===!1||!this.opened()))return;r.addClass("select2-active");var h=this.getMaximumSelectionSize();if(h>=1){o=this.data();if(e.isArray(o)&&o.length>=h&&L(s.formatSelectionTooBig,"formatSelectionTooBig")){l("<li class='select2-selection-limit'>"+s.formatSelectionTooBig(h)+"</li>");return}}if(r.val().length<s.minimumInputLength){L(s.formatInputTooShort,"formatInputTooShort")?l("<li class='select2-no-results'>"+s.formatInputTooShort(r.val(),s.minimumInputLength)+"</li>"):l("");return}s.formatSearching()&&n===!0&&l("<li class='select2-searching'>"+s.formatSearching()+"</li>");if(s.maximumInputLength&&r.val().length>s.maximumInputLength){L(s.formatInputTooLong,"formatInputTooLong")?l("<li class='select2-no-results'>"+s.formatInputTooLong(r.val(),s.maximumInputLength)+"</li>"):l("");return}a=this.tokenize(),a!=t&&a!=null&&r.val(a),this.resultsPage=1,s.query({element:s.element,term:r.val(),page:this.resultsPage,context:null,matcher:s.matcher,callback:this.bind(function(o){var a;if(!this.opened())return;this.context=o.context===t?null:o.context,this.opts.createSearchChoice&&r.val()!==""&&(a=this.opts.createSearchChoice.call(null,r.val(),o.results),a!==t&&a!==null&&u.id(a)!==t&&u.id(a)!==null&&e(o.results).filter(function(){return c(u.id(this),u.id(a))}).length===0&&o.results.unshift(a));if(o.results.length===0&&L(s.formatNoMatches,"formatNoMatches")){l("<li class='select2-no-results'>"+s.formatNoMatches(r.val())+"</li>");return}i.empty(),u.opts.populateResults.call(this,i,o.results,{term:r.val(),page:this.resultsPage,context:null}),o.more===!0&&L(s.formatLoadMore,"formatLoadMore")&&(i.append("<li class='select2-more-results'>"+u.opts.escapeMarkup(s.formatLoadMore(this.resultsPage))+"</li>"),window.setTimeout(function(){u.loadMoreIfNeeded()},10)),this.postprocessResults(o,n),f()})})},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){b(this.search)},selectHighlighted:function(e){var t=this.highlight(),n=this.results.find(".select2-highlighted"),r=n.closest(".select2-result").data("select2-data");r&&(this.highlight(t),this.onSelect(r,e))},getPlaceholder:function(){return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder},initContainerWidth:function(){function n(){var n,r,i,s,o;if(this.opts.width==="off")return null;if(this.opts.width==="element")return this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px";if(this.opts.width==="copy"||this.opts.width==="resolve"){n=this.opts.element.attr("style");if(n!==t){r=n.split(";");for(s=0,o=r.length;s<o;s+=1){i=r[s].replace(/\s/g,"").match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);if(i!==null&&i.length>=1)return i[1]}}return this.opts.width==="resolve"?(n=this.opts.element.css("width"),n.indexOf("%")>0?n:this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px"):null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}var r=n.call(this);r!==null&&this.container.css("width",r)}}),i=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container"}).html(["<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>"," <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>"," <div><b></b></div>","</a>","<input class='select2-focusser select2-offscreen' type='text'/>","<div class='select2-drop' style='display:none'>"," <div class='select2-search'>"," <input type='text' autocomplete='off' class='select2-input'/>"," </div>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.focusser.attr("disabled","disabled")},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.focusser.removeAttr("disabled")},opening:function(){this.parent.opening.apply(this,arguments),this.focusser.attr("disabled","disabled"),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments),this.focusser.removeAttr("disabled"),b(this.focusser)},focus:function(){this.opened()?this.close():(this.focusser.removeAttr("disabled"),this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.removeAttr("disabled"),this.focusser.focus()},initContainer:function(){var e,t=this.container,r=this.dropdown,i=!1;this.showSearch(this.opts.minimumResultsForSearch>=0),this.selection=e=t.find(".select2-choice"),this.focusser=t.find(".select2-focusser"),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN){w(e);return}switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.TAB:case n.ENTER:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}})),this.focusser.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.ESC)return;if(this.opts.openOnEnter===!1&&e.which===n.ENTER){w(e);return}if(e.which==n.DOWN||e.which==n.UP||e.which==n.ENTER&&this.opts.openOnEnter){this.open(),w(e);return}if(e.which==n.DELETE||e.which==n.BACKSPACE){this.opts.allowClear&&this.clear(),w(e);return}})),d(this.focusser),this.focusser.bind("keyup-change input",this.bind(function(e){if(this.opened())return;this.open(),this.showSearchInput!==!1&&this.search.val(this.focusser.val()),this.focusser.val(""),w(e)})),e.delegate("abbr","mousedown",this.bind(function(e){if(!this.enabled)return;this.clear(),E(e),this.close(),this.selection.focus()})),e.bind("mousedown",this.bind(function(e){i=!0,this.opened()?this.close():this.enabled&&this.open(),w(e),i=!1})),r.bind("mousedown",this.bind(function(){this.search.focus()})),e.bind("focus",this.bind(function(e){w(e)})),this.focusser.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})).bind("blur",this.bind(function(){this.opened()||this.container.removeClass("select2-container-active")})),this.search.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.setPlaceholder()},clear:function(){var e=this.selection.data("select2-data");this.opts.element.val(""),this.selection.find("span").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),this.opts.element.trigger({type:"removed",val:this.id(e),choice:e}),this.triggerChange({removed:e})},initSelection:function(){var e;if(this.opts.element.val()===""&&this.opts.element.text()==="")this.close(),this.setPlaceholder();else{var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.setPlaceholder())})}},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(t,n){var r=t.find(":selected");e.isFunction(n)&&n({id:r.attr("value"),text:r.text(),element:r})}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=n.val();t.query({matcher:function(e,n,r){return c(i,t.id(r))},callback:e.isFunction(r)?function(e){r(e.results.length?e.results[0]:null)}:e.noop})}),t},getPlaceholder:function(){return this.select&&this.select.find("option").first().text()!==""?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.opts.element.val()===""&&e!==t){if(this.select&&this.select.find("option:first").text()!=="")return;this.selection.find("span").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.selection.find("abbr").hide()}},postprocessResults:function(e,t){var n=0,r=this,i=!0;this.findHighlightableChoices().each2(function(e,t){if(c(r.id(t.data("select2-data")),r.opts.element.val()))return n=e,!1}),this.highlight(n);if(t===!0){var s=this.opts.minimumResultsForSearch;i=s<0?!1:O(e.results)>=s,this.showSearch(i)}},showSearch:function(t){this.showSearchInput=t,this.dropdown.find(".select2-search")[t?"removeClass":"addClass"]("select2-search-hidden"),e(this.dropdown,this.container)[t?"addClass":"removeClass"]("select2-with-searchbox")},onSelect:function(e,t){var n=this.opts.element.val();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.close(),(!t||!t.noFocus)&&this.selection.focus(),c(n,this.id(e))||this.triggerChange()},updateSelection:function(e){var n=this.selection.find("span"),r;this.selection.data("select2-data",e),n.empty(),r=this.opts.formatSelection(e,n),r!==t&&n.append(this.opts.escapeMarkup(r)),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.selection.find("abbr").show()},val:function(){var e,n=!1,r=null,i=this;if(arguments.length===0)return this.opts.element.val();e=arguments[0],arguments.length>1&&(n=arguments[1]);if(this.select)this.select.val(e).find(":selected").each2(function(e,t){return r={id:t.attr("value"),text:t.text()},!1}),this.updateSelection(r),this.setPlaceholder(),n&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("cannot call val() if initSelection() is not defined");if(!e&&e!==0){this.clear(),n&&this.triggerChange();return}this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),n&&i.triggerChange()})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var n;if(arguments.length===0)return n=this.selection.data("select2-data"),n==t&&(n=null),n;!e||e===""?this.clear():(this.opts.element.val(e?this.id(e):""),this.updateSelection(e))}}),s=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container select2-container-multi"}).html([" <ul class='select2-choices'>"," <li class='select2-search-field'>"," <input type='text' autocomplete='off' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi' style='display:none;'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(e,t){var n=[];e.find(":selected").each2(function(e,t){n.push({id:t.attr("value"),text:t.text(),element:t[0]})}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=h(n.val(),t.separator);t.query({matcher:function(n,r,s){return e.grep(i,function(e){return c(e,t.id(s))}).length},callback:e.isFunction(r)?function(e){r(e.results)}:e.noop})}),t},initContainer:function(){var t=".select2-choices",r;this.searchContainer=this.container.find(".select2-search-field"),this.selection=r=this.container.find(t),this.search.bind("input paste",this.bind(function(){if(!this.enabled)return;this.opened()||this.open()})),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.BACKSPACE&&this.search.val()===""){this.close();var t,i=r.find(".select2-search-choice-focus");if(i.length>0){this.unselect(i.first()),this.search.width(10),w(e);return}t=r.find(".select2-search-choice:not(.select2-locked)"),t.length>0&&t.last().addClass("select2-search-choice-focus")}else r.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");if(this.opened())switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.ENTER:case n.TAB:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.BACKSPACE||e.which===n.ESC)return;if(e.which===n.ENTER){if(this.opts.openOnEnter===!1)return;if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return}this.open(),(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN)&&w(e)})),this.search.bind("keyup",this.bind(this.resizeSearch)),this.search.bind("blur",this.bind(function(e){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.opened()||this.clearSearch(),e.stopImmediatePropagation()})),this.container.delegate(t,"mousedown",this.bind(function(t){if(!this.enabled)return;if(e(t.target).closest(".select2-search-choice").length>0)return;this.clearPlaceholder(),this.open(),this.focusSearch(),t.preventDefault()})),this.container.delegate(t,"focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder()})),this.initContainerWidth(),this.clearSearch()},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.search.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.search.attr("disabled",!0)},initSelection:function(){var e;this.opts.element.val()===""&&this.opts.element.text()===""&&(this.updateSelection([]),this.close(),this.clearSearch());if(this.select||this.opts.element.val()!==""){var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder();e!==t&&this.getVal().length===0&&this.search.hasClass("select2-focused")===!1?(this.search.val(e).addClass("select2-default"),this.resizeSearch()):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.parent.opening.apply(this,arguments),this.clearPlaceholder(),this.resizeSearch(),this.focusSearch(),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus(),this.opts.element.triggerHandler("focus")},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],r=[],i=this;e(t).each(function(){l(i.id(this),n)<0&&(n.push(i.id(this)),r.push(this))}),t=r,this.selection.find(".select2-search-choice").remove(),e(t).each(function(){i.addSelectedChoice(this)}),i.postprocessResults()},tokenize:function(){var e=this.search.val();e=this.opts.tokenizer(e,this.data(),this.bind(this.onSelect),this.opts),e!=null&&e!=t&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.val().length>=this.getMaximumSelectionSize()&&this.updateResults(!0),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),(!t||!t.noFocus)&&this.focusSearch()},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var r=!n.locked,i=e("<li class='select2-search-choice'> <div></div> <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a></li>"),s=e("<li class='select2-search-choice select2-locked'><div></div></li>"),o=r?i:s,u=this.id(n),a=this.getVal(),f;f=this.opts.formatSelection(n,o.find("div")),f!=t&&o.find("div").replaceWith("<div>"+this.opts.escapeMarkup(f)+"</div>"),r&&o.find(".select2-search-choice-close").bind("mousedown",w).bind("click dblclick",this.bind(function(t){if(!this.enabled)return;e(t.target).closest(".select2-search-choice").fadeOut("fast",this.bind(function(){this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),this.close(),this.focusSearch()})).dequeue(),w(t)})).bind("focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active")})),o.data("select2-data",n),o.insertBefore(this.searchContainer),a.push(u),this.setVal(a)},unselect:function(e){var t=this.getVal(),n,r;e=e.closest(".select2-search-choice");if(e.length===0)throw"Invalid argument: "+e+". Must be .select2-search-choice";n=e.data("select2-data");if(!n)return;r=l(this.id(n).toString(),t),r>=0&&(t.splice(r,1),this.setVal(t),this.select&&this.postprocessResults()),e.remove(),this.opts.element.trigger({type:"removed",val:this.id(n),choice:n}),this.triggerChange({removed:n})},postprocessResults:function(){var e=this.getVal(),t=this.results.find(".select2-result"),n=this.results.find(".select2-result-with-children"),r=this;t.each2(function(t,n){var i=r.id(n.data("select2-data"));l(i,e)>=0&&(n.addClass("select2-selected"),n.find(".select2-result-selectable").addClass("select2-selected"))}),n.each2(function(e,t){!t.is(".select2-result-selectable")&&t.find(".select2-result-selectable:not(.select2-selected)").length===0&&t.addClass("select2-selected")}),this.highlight()==-1&&r.highlight(0)},resizeSearch:function(){var e,t,n,r,i,s=p(this.search);e=S(this.search)+10,t=this.search.offset().left,n=this.selection.width(),r=this.selection.offset().left,i=n-(t-r)-s,i<e&&(i=n-s),i<40&&(i=n-s),i<=0&&(i=e),this.search.width(i)},getVal:function(){var e;return this.select?(e=this.select.val(),e===null?[]:e):(e=this.opts.element.val(),h(e,this.opts.separator))},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each(function(){l(this,n)<0&&n.push(this)}),this.opts.element.val(n.length===0?"":n.join(this.opts.separator)))},val:function(){var n,r=!1,i=[],s=this;if(arguments.length===0)return this.getVal();n=arguments[0],arguments.length>1&&(r=arguments[1]);if(!n&&n!==0){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),r&&this.triggerChange();return}this.setVal(n);if(this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),r&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var n=e(t).map(s.id);s.setVal(n),s.updateSelection(t),s.clearSearch(),r&&s.triggerChange()})}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(n.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t){var n=this,r;if(arguments.length===0)return this.selection.find(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();t||(t=[]),r=e.map(t,function(e){return n.opts.id(e)}),this.setVal(r),this.updateSelection(t),this.clearSearch()}}),e.fn.select2=function(){var n=Array.prototype.slice.call(arguments,0),r,o,u,a,f=["val","destroy","opened","open","close","focus","isFocused","container","onSortStart","onSortEnd","enable","disable","positionDropdown","data"];return this.each(function(){if(n.length===0||typeof n[0]=="object")r=n.length===0?{}:e.extend({},n[0]),r.element=e(this),r.element.get(0).tagName.toLowerCase()==="select"?a=r.element.attr("multiple"):(a=r.multiple||!1,"tags"in r&&(r.multiple=a=!0)),o=a?new s:new i,o.init(r);else{if(typeof n[0]!="string")throw"Invalid arguments to select2 plugin: "+n;if(l(n[0],f)<0)throw"Unknown method: "+n[0];u=t,o=e(this).data("select2");if(o===t)return;n[0]==="container"?u=o.container:u=o[n[0]].apply(o,n.slice(1));if(u!==t)return!1}}),u===t?this:u},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,r){var i=[];return T(e.text,n.term,i,r),i.join("")},formatSelection:function(e,n){return e?e.text:t},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return t},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" more character"+(n==1?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please enter "+n+" less character"+(n==1?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(e==1?"":"s")},formatLoadMore:function(e){return"Loading more results..."},formatSearching:function(){return"Searching..."},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e.id},matcher:function(e,t){return t.toUpperCase().indexOf(e.toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:M,escapeMarkup:function(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return String(e).replace(/[&<>"'/\\]/g,function(e){return t[e[0]]})},blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null}}}(e)}),timely.define("scripts/add_new_event",["jquery_timely","domReady","libs/utils","ai1ec_config","scripts/add_new_event/event_location/gmaps_helper","scripts/add_new_event/event_location/input_coordinates_event_handlers","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_date_time/date_time_event_handlers","scripts/add_new_event/event_cost_helper","external_libs/jquery.calendrical_timespan","external_libs/jquery.inputdate","external_libs/jquery.tools","external_libs/bootstrap_datepicker","external_libs/bootstrap/transition","external_libs/bootstrap/collapse","external_libs/bootstrap/modal","external_libs/bootstrap/alert","external_libs/bootstrap/tab","external_libs/select2"],function(e,t,n,r,i,s,o,u,a,f){var l=function(){var t=new Date(r.now*1e3),n={allday:"#ai1ec_all_day_event",start_date_input:"#ai1ec_start-date-input",start_time_input:"#ai1ec_start-time-input",start_time:"#ai1ec_start-time",end_date_input:"#ai1ec_end-date-input",end_time_input:"#ai1ec_end-time-input",end_time:"#ai1ec_end-time",date_format:r.date_format,month_names:r.month_names,day_names:r.day_names,week_start_day:r.week_start_day,twentyfour_hour:r.twentyfour_hour,now:t};e.timespan(n)},c=function(){e(".ai1ec-panel-collapse").on("hide",function(){e(this).parent().removeClass("ai1ec-overflow-visible")}),e(".ai1ec-panel-collapse").on("shown",function(){var t=e(this);window.setTimeout(function(){t.parent().addClass("ai1ec-overflow-visible")},350)})},h=function(){l(),timely.require(["libs/gmaps"],function(e){e(i.init_gmaps)})},p=function(t,n){var r=null;"[object Array]"===Object.prototype.toString.call(n)?r=n.join("<br>"):r=n,e("#ai1ec_event_inline_alert").html(r),e("#ai1ec_event_inline_alert").removeClass("ai1ec-hidden"),t.preventDefault(),e("#publish, #ai1ec_bottom_publish").removeClass("button-primary-disabled"),e("#publish, #ai1ec_bottom_publish").removeClass("disabled"),e("#publish, #ai1ec_bottom_publish").siblings("#ajax-loading, .spinner").css("visibility","hidden")},d=function(t){o.ai1ec_check_lat_long_fields_filled_when_publishing_event(t)===!0&&(o.ai1ec_convert_commas_to_dots_for_coordinates(),o.ai1ec_check_lat_long_ok_for_search(t));var i=!1,s=[];e("#ai1ec_ticket_ext_url, #ai1ec_contact_url").each(function(){var t=this.value;e(this).removeClass("ai1ec-input-warn");var o=e(this).closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");i||o.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var u=e(this).attr("id"),a="ai1ec_ticket_ext_url"===u;if(""!==t&&!1===n.isValidUrl(t,a)){o.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||e(this).closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var f=u+"_not_valid";s.push(r[f]),e(this).addClass("ai1ec-input-warn")}});var u=e("#ai1ec_contact_email"),a=u.closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");u.removeClass("ai1ec-input-warn"),i||a.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var f=e.trim(u.val());if(""!==f&&!1===n.isValidEmail(f)){a.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||u.closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var l=u.attr("id")+"_not_valid";s.push(r[l]),u.addClass("ai1ec-input-warn")}var c=e("#title, #ai1ec_contact_name, #ai1ec_contact_email, #ai1ec_contact_phone, #content");if(e("#ai1ec_has_tickets").prop("checked")){c.addClass("ai1ec-required"),E(),e("#content").hasClass("ai1ec-error")?T(!0):T(!1);if(e(".ai1ec-error").not(".ai1ec-hidden .ai1ec-error").length||e(".ai1ec-tax-options-button").hasClass("ai1ec-required-error"))i=!0,e("#ai1ec-add-new-event-accordion > .ai1ec-panel-default > .ai1ec-panel-collapse").removeClass("ai1ec-collapse").css("height","auto"),s.push(r.ticketing_required_fields);e("#ai1ec_repeat").prop("checked")===!0&&(i=!0,s.push(r.ticketing_repeat_not_supported));if(!1===i){var h=0,d=0;e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").each(function(){var t=e(this),n=!1;t.find(".ai1ec-tickets-fields").remove(),t.find("select, input").each(function(){if(!this.name)return;"remove"===this.name&&(n=!0);var r=this.value;"checkbox"==this.type&&(1==this.checked?r="on":r="off"),e("<input />",{type:"hidden",name:"ai1ec_tickets["+h+"]["+this.name+"]","class":"ai1ec-tickets-fields",value:r}).appendTo(t)}),n||d++,h++}),0===d&&(i=!0,s.push(r.ticketing_no_tickets_included))}}else c.removeClass("ai1ec-required");i?p(t,s):(e(".ai1ec-tickets-form-template").remove(),e(".ai1ec-tickets-edit-form").find("input, select").not(".ai1ec-tickets-fields").prop("disabled",!0))},v=function(){e("#ai1ec_google_map").click(s.toggle_visibility_of_google_map_on_click),e("#ai1ec_input_coordinates").change(s.toggle_visibility_of_coordinate_fields_on_click),e("#post").submit(d),e("input.ai1ec-coordinates").blur(s.update_map_from_coordinates_on_blur),e("#ai1ec_bottom_publish").on("click",u.trigger_publish),e(document).on("change","#ai1ec_end",u.show_end_fields).on("click","#ai1ec_repeat_apply",u.handle_click_on_apply_button).on("click","#ai1ec_repeat_cancel",u.handle_click_on_cancel_modal).on("click","#ai1ec_monthly_type_bymonthday, #ai1ec_monthly_type_byday",u.handle_checkbox_monthly_tab_modal).on("click",".ai1ec-btn-group-grid a",u.handle_click_on_toggle_buttons),e("#ai1ec_repeat_box").on("hidden.bs.modal",u.handle_modal_hide),u.execute_pseudo_handlers(),e("#widgetField > a").on("click",u.handle_animation_of_calendar_widget),e(document).on("click",".ai1ec-set-banner-image",m),e(document).on("click",".ai1ec-remove-banner",g),e(document).on("click","#ai1ec_tax_options, #ai1ec_update_tax_options",k)},m=function(){var t={};return t._frame=wp.media({state:"featured-image",states:[new wp.media.controller.FeaturedImage,new wp.media.controller.EditImage]}),t._frame.open(),e(".media-frame:last ").addClass("ai1ec-banner-image-frame"),e(".media-frame-title:last h1").text(e(".ai1ec-set-banner-block .ai1ec-set-banner-image").text()),e(".media-frame-toolbar:last").append(e(".ai1ec-media-toolbar").clone().removeClass("ai1ec-media-toolbar ai1ec-hidden")),e(".ai1ec-save-banner-image").off().on("click",function(){var n=e(".attachments:visible li.selected img").attr("src"),r=e(".attachment-details:visible input[type=text]").val();return n&&r&&e("#ai1ec_event_banner .inside").find(".ai1ec-banner-image-block").removeClass("ai1ec-hidden").find("img").attr("src",n).end().find("input").val(r).end().end().find(".ai1ec-set-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-remove-banner-block").removeClass("ai1ec-hidden"),t._frame.close(),!1}),!1},g=function(){return e("#ai1ec_event_banner .inside").find(".ai1ec-remove-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-banner-image-block").addClass("ai1ec-hidden").find("input").val("").end().find("img").attr("src","").end().end().find(".ai1ec-set-banner-block").removeClass("ai1ec-hidden"),!1},y=function(){e("#ai1ec_event").insertAfter("#ai1ec_event_inline_alert"),e("#post").addClass("ai1ec-visible")},b=function(){e("#timezone-select").select2()},w=function(){e(".ai1ec-tickets-datepicker").not(".ai1ec-tickets-datepicker-inited").not(".ai1ec-tickets-form-template .ai1ec-tickets-datepicker").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block"),r=e(".ai1ec-tickets-time",n),i=e("input.ai1ec-tickets-full-date",n),s=i.val();t.val(s.substr(0,10)),r.val(s.substr(11,5)),r.on("change",function(){s=i.val(),i.val(s.substr(0,10)+" "+this.value+":00")}),t.addClass("ai1ec-tickets-datepicker-inited").datepicker({autoclose:!0}).on("changeDate",function(e){i.val(this.value+" "+r.val()+":00")})})},E=function(){e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_unlimited"]').each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-edit-form"),r=e('input[id="ai1ec_ticket_quantity"]',n);!1===t.prop("checked")?(r.val()==0&&r.val(""),r.addClass("ai1ec-required")):r.removeClass("ai1ec-required")}),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_avail"]').each(function(){var t=e(this);t.closest(".ai1ec-tickets-edit-form").find('input[id="ai1ec_ticket_sale_start_date"],input[id="ai1ec_ticket_sale_end_date"]').each(function(){!1===t.prop("checked")?e(this).addClass("ai1ec-required"):e(this).removeClass("ai1ec-required")})}),e(".ai1ec-ticket-field-error").hide(),e(".ai1ec-required").not(".ai1ec-tickets-form-template .ai1ec-required").each(function(){var t=e(this);t.removeClass("ai1ec-error");if(!e.trim(t.val())||"checkbox"===t.attr("type")&&!t.prop("checked"))t.addClass("ai1ec-error"),t.parent().find(".ai1ec-ticket-field-error").show()}),e('[name="ticket_sale_start_date"], [name="ticket_sale_end_date"]').not(".ai1ec-tickets-form-template input").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block").find('input[type="text"]');n.removeClass("ai1ec-error"),!t.closest(".ai1ec-avail-block").find('input[name="availibility"]:checked').length&&null===this.value.match(/^(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})$/)&&n.addClass("ai1ec-error")});var t=e("#ai1ec_editing_ticket").val();return 0==t&&!e("#ai1ec_tax_inputs input").length?e(".ai1ec-tax-options-button").addClass("ai1ec-required-error").show():e(".ai1ec-tax-options-button").removeClass("ai1ec-required-error").hide(),e(".ai1ec-ticket-field-error:visible").length?!1:!0},S=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e("#ai1ec_ticket_quantity",n);1==t.prop("checked")?r.hide():r.show()},x=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e(".ai1ec-tickets-dates",n);1==t.prop("checked")?r.hide():r.show()},T=function(t){e("#ai1ec-event-description-field-error").remove(),t&&e("#postdivrich").before('<div id="ai1ec-event-description-field-error"><strong style="color: red;">* The Event description is required.</strong></div>')},N=function(){e(document).on("click change",'[id="ai1ec_ticket_unlimited"]',function(){S(e(this))}),e(document).on("click change",'[id="ai1ec_ticket_avail"]',function(){x(e(this))}),e(document).on("click change",'[id="ai1ec_new_ticket_status"]',function(){var t=e(this),n=t.closest(".ai1ec-tickets-panel"),i=t.find(":selected");if("canceled"===i.val()){var s=e("#ai1ec-ticket-taken",n);if(0<s.val()){e("#ai1ec-ticket-status-message",n).text(r.ticketing.cancel_message);return}}n.find("#ai1ec-ticket-status-message").text("")}),e(document).on("click",".ai1ec-remove-ticket",function(){var t=e(this).closest(".ai1ec-tickets-panel"),i=e("#ai1ec-ticket-taken",t);return 0<i.val()?n.alert(r.ticketing.information,r.ticketing.no_delete_text):t.addClass("ai1ec-hidden").append('<input type="hidden" name="remove" value="1">'),!1});var t=function(){var t=e(".ai1ec-tickets-form-template").clone();return t.removeClass("ai1ec-tickets-form-template").appendTo("#ai1ec-ticket-forms"),$checkbox=e("#ai1ec_ticket_unlimited",t),$checkbox.prop("checked",!0),S($checkbox),$checkbox=e("#ai1ec_ticket_avail",t),$checkbox.prop("checked",!0),x($checkbox),w(),!1};e("#ai1ec_add_new_ticket").on("click",t),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").length||t()},C=function(){var t=function(){e(".ai1ec_review_modal").modal("hide"),e(".ai1ec_review_modal").hide()},n=function(){var n=e(".ai1ec_review_negative_feedback, .ai1ec_review_contact_name, .ai1ec_review_contact_email, .ai1ec_review_site_url");n.each(function(){var t=e(this);t.removeClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").hide(),t.closest("td").find(".ai1ec-invalid-email-message").hide(),t.closest("td").find(".ai1ec-invalid-site-message").hide();if(!e.trim(t.val()))t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").show();else if(t.hasClass("ai1ec_review_contact_email")){var n=/^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;!1===n.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-email-message").show())}else if(t.hasClass("ai1ec_review_site_url")){var r=/[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/gi;!1===r.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-site-message").show())}}),!1===n.hasClass("ai1ec-error")&&(e(".ai1ec_review_send_feedback").button("loading"),n.prop("disabled",!0),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_send_feedback_message",message:e(".ai1ec_review_negative_feedback").val(),name:e(".ai1ec_review_contact_name").val(),email:e(".ai1ec_review_contact_email").val(),site:e(".ai1ec_review_site_url").val()},success:function(n){e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-success ai1ec_review_messages"><strong>'+r.review.message_sent+"</strong></div>"),setTimeout(function(){e(".ai1ec_review_send_feedback").button("reset"),e(".ai1ec_not_enjoying_popup").prop("disabled",!0),t()},3e3)},error:function(t){n.prop("disabled",!1),e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-danger ai1ec_review_messages"><strong>Error!</strong> '+r.review.message_error+"</div>")}}))},i=function(){o("y")},s=function(){o("n")},o=function(n){t(),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_save_feedback_review",feedback:n}})};e(".ai1ec_review_enjoying_no_rating, .ai1ec_review_enjoying_go_wordpress").on("click",i),e(".ai1ec_review_send_feedback").on("click",n),e(".ai1ec_review_not_enjoying_no_rating").on("click",s)},k=function(){var t=e("#ai1ec_tax_box"),n=e(".ai1ec-modal-content",t),r=e(".ai1ec-loading",t);if(t.hasClass("ai1ec-active")){t.modal("show");return}t.addClass("ai1ec-active").modal({backdrop:"static"}),e.post(ajaxurl,{action:"ai1ec_get_tax_box",ai1ec_event_id:e("#post_ID").val()},function(t){var n=e("#ai1ec_tax_frame").get(0).contentWindow.document;r.remove(),e("#ai1ec_tax_frame").removeClass("ai1ec-hidden"),n.open(),n.write(t.message.body),n.close();var i=0,s=0,o=e("#ai1ec_tax_frame");setInterval(function(){s=o.contents().find("body").height(),s!=i&&o.css("height",(i=s)+"px")},500)},"json")};window.addEventListener("message",function(t){var n=t.data.toString(),r="timely_tax_options_",i="timely_tax_cancel",s=e("#ai1ec_tax_inputs");if(n===i){e("#ai1ec_tax_box").modal("hide");return}if(0!==n.indexOf(r))return;n=JSON.parse(n.substr(r.length)),e("#ai1ec_tax_box").modal("hide"),e("#ai1ec_tax_options").addClass("ai1ec-hidden"),e("#ai1ec_update_tax_options").removeClass("ai1ec-hidden"),s.html("");for(var o in n)s.append(e("<input />",{type:"hidden",name:"tax_options["+o+"]",value:n[o]}))},!1);var L=function(){h(),t(function(){c(),y(),v(),b(),N(),w(),C()})};return{start:L}}),timely.require(["scripts/add_new_event"],function(e){e.start()}),timely.define("pages/add_new_event",function(){});
|
161 |
the specific language governing permissions and limitations under the Apache License and the GPL License.
|
162 |
*/
|
163 |
|
164 |
+
timely.define("domReady",[],function(){function u(e){var t;for(t=0;t<e.length;t++)e[t](n)}function a(){var e=r;t&&e.length&&(r=[],u(e))}function f(){t||(t=!0,o&&clearInterval(o),a())}function c(e){return t?e(n):r.push(e),c}var e=typeof window!="undefined"&&window.document,t=!e,n=e?document:null,r=[],i,s,o;if(e){if(document.addEventListener)document.addEventListener("DOMContentLoaded",f,!1),window.addEventListener("load",f,!1);else if(window.attachEvent){window.attachEvent("onload",f),s=document.createElement("div");try{i=window.frameElement===null}catch(l){}s.doScroll&&i&&window.external&&(o=setInterval(function(){try{s.doScroll(),f()}catch(e){}},30))}(document.readyState==="complete"||document.readyState==="interactive")&&f()}return c.version="2.0.0",c.load=function(e,t,n,r){r.isBuild?n(null):c(n)},c}),timely.define("external_libs/bootstrap/tab",["jquery_timely"],function(e){var t=function(t){this.element=e(t)};t.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.ai1ec-dropdown-menu)"),r=t.data("target");r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("ai1ec-active"))return;var i=n.find(".ai1ec-active:last a")[0],s=e.Event("show.bs.tab",{relatedTarget:i});t.trigger(s);if(s.isDefaultPrevented())return;var o=e(r);this.activate(t.parent("li"),n),this.activate(o,o.parent(),function(){t.trigger({type:"shown.bs.tab",relatedTarget:i})})},t.prototype.activate=function(t,n,r){function o(){i.removeClass("ai1ec-active").find("> .ai1ec-dropdown-menu > .ai1ec-active").removeClass("ai1ec-active"),t.addClass("ai1ec-active"),s?(t[0].offsetWidth,t.addClass("ai1ec-in")):t.removeClass("ai1ec-fade"),t.parent(".ai1ec-dropdown-menu")&&t.closest("li.ai1ec-dropdown").addClass("ai1ec-active"),r&&r()}var i=n.find("> .ai1ec-active"),s=r&&e.support.transition&&i.hasClass("ai1ec-fade");s?i.one(e.support.transition.end,o).emulateTransitionEnd(150):o(),i.removeClass("ai1ec-in")};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.bs.tab.data-api",'[data-toggle="ai1ec-tab"], [data-toggle="ai1ec-pill"]',function(t){t.preventDefault(),e(this).tab("show")})}),timely.define("libs/utils",["jquery_timely","external_libs/bootstrap/tab"],function(e){var t=function(){return{is_float:function(e){return!isNaN(parseFloat(e))},is_valid_coordinate:function(e,t){var n=t?90:180;return this.is_float(e)&&Math.abs(e)<n},convert_comma_to_dot:function(e){return e.replace(",",".")},field_has_value:function(t){var n="#"+t,r=e(n),i=!1;return r.length===1&&(i=e.trim(r.val())!==""),i},make_alert:function(t,n,r){var i="";switch(n){case"error":i="ai1ec-alert ai1ec-alert-danger";break;case"success":i="ai1ec-alert ai1ec-alert-success";break;default:i="ai1ec-alert ai1ec-alert-info"}var s=e("<div />",{"class":i,html:t});if(!r){var o=e("<button>",{type:"button","class":"ai1ec-close","data-dismiss":"ai1ec-alert",text:"×"});s.prepend(o)}return s},alert:function(t,n){$document=e(document.body),$one_shot_popup=e("#ai1ec-show-popup-alert",$document),0===$one_shot_popup.length&&($div=e('<div class="timely"/>'),$div.html('<div id="ai1ec-show-popup-alert" class="timely ai1ec-modal ai1ec-fade"role="dialog" aria-hidden="true" style="display: none;"><div class="ai1ec-modal-dialog"><div class="ai1ec-modal-content"><div class="ai1ec-modal-header"><button type="button" class="ai1ec-close"data-dismiss="ai1ec-modal" aria-hidden="true">×</button><h4 class="ai1ec-modal-title" id="ai1ec-one-shot-popup-title"></h4></div><div class="ai1ec-modal-body"><p id="ai1ec-one-shot-popup-text"></p></div></div></div></div>').appendTo($document),$one_shot_popup=e("#ai1ec-show-popup-alert",$document));var r=e(this).closest("a");e("#ai1ec-one-shot-popup-title",$one_shot_popup).text(t),e("#ai1ec-one-shot-popup-text",$one_shot_popup).text(n),$one_shot_popup.modal("show")},make_popup_content_link:function(t,n,r){return'<div class="timely"><a href="#" class="timely ai1ec-link"data-toggle="ai1ec-modal" data-target="#popupMoreInfoInline">'+e("<div />").text(t).html()+"</a>"+'<div id="popupMoreInfoInline" class="timely ai1ec-modal ai1ec-fade"'+'role="dialog" aria-hidden="true" style="display: none;">'+'<div class="ai1ec-modal-dialog">'+'<div class="ai1ec-modal-content">'+'<div class="ai1ec-modal-header">'+'<button type="button" class="ai1ec-close"'+'data-dismiss="ai1ec-modal" aria-hidden="true">×</button>'+"<strong>"+e("<div />").text(n).html()+"</strong>"+"</div>"+'<div class="ai1ec-modal-body ai1ec-clearfix">'+'<textarea class="ai1ec-form-control code" rows="8" cols="40">'+e("<div />").text(r).html()+"</textarea>"+"</div>"+"</div>"+"</div>"+"</div>"+"</div>"},get_ajax_url:function(){return typeof window.ajaxurl=="undefined"?"http://localhost/wordpress/wp-admin/admin-ajax.php":window.ajaxurl},isUrl:function(e){var t=/(http|https|webcal):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/;return t.test(e)},isValidUrl:function(e,t){if(!0===t){var n=/^(http|https):\/\//;return n.test(e)}return!0},isValidEmail:function(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)},activate_saved_tab_on_page_load:function(t){null===t||undefined===t?e("ul.ai1ec-nav a:first").tab("show"):e("ul.ai1ec-nav a[href="+t+"]").tab("show")},add_query_arg:function(e,t){if("string"!=typeof e)return!1;var n=e.indexOf("?")===-1?"?":"&";return-1!==e.indexOf(n+t[0]+"=")?e:e+n+t[0]+"="+t[1]},create_ai1ec_to_send:function(t){var n=e(t),r=[],i=["action","cat_ids","auth_ids","tag_ids","exact_date","display_filters","no_navigation","events_limit"];return n.each(function(){e.each(this.attributes,function(){this.specified&&this.value&&this.name.match(/^data-/)&&(-1<e.inArray(this.name.replace(/^data\-/,""),i)||this.name.match(/_ids$/))&&r.push(this.name.replace(/^data\-/,"")+"~"+this.value)})}),r.join("|")},init_autoselect:function(){e(document).on("click",".ai1ec-autoselect",function(t){if(e(this).data("clicked")&&t.originalEvent.detail<2)return;e(this).data("clicked",!0);var n;document.body.createTextRange?(n=document.body.createTextRange(),n.moveToElementText(this),n.select()):window.getSelection&&(selection=window.getSelection(),n=document.createRange(),n.selectNodeContents(this),selection.removeAllRanges(),selection.addRange(n))})}}}();return t}),timely.define("scripts/add_new_event/event_location/input_coordinates_utility_functions",["jquery_timely","ai1ec_config","libs/utils"],function(e,t,n){var r=function(){e("#ai1ec_input_coordinates:checked").length>0&&e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){this.value=n.convert_comma_to_dot(this.value)})},i=function(t,n){var r=e("<div />",{text:n,"class":"ai1ec-error"});e(t).after(r)},s=function(t,n){t.target.id==="post"&&(t.stopImmediatePropagation(),t.preventDefault(),e("#publish").removeClass("button-primary-disabled"),e("#publish").siblings(".spinner").css("visibility","hidden")),e(n).focus()},o=function(){var t=n.field_has_value("ai1ec_address"),r=!0;return e("input.ai1ec-coordinates").each(function(){var e=n.field_has_value(this.id);e||(r=!1)}),t||r},u=function(n){var r=!0,o=!1;return e("#ai1ec_input_coordinates:checked").length>0&&(e("div.ai1ec-error").remove(),e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){var n=e(this).hasClass("latitude"),s=n?t.error_message_not_entered_lat:t.error_message_not_entered_long;this.value===""&&(r=!1,o===!1&&(o=this),i(this,s))})),r===!1&&s(n,o),r},a=function(r){if(e("#ai1ec_input_coordinates:checked").length===1){e("div.ai1ec-error").remove();var o=!0,u=!1,a=!1;return e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){if(this.value===""){a=!0;return}var r=e(this).hasClass("latitude"),s=r?t.error_message_not_valid_lat:t.error_message_not_valid_long;n.is_valid_coordinate(this.value,r)||(o=!1,u===!1&&(u=this),i(this,s))}),o===!1&&s(r,u),a===!0&&(o=!1),o}};return{ai1ec_convert_commas_to_dots_for_coordinates:r,ai1ec_show_error_message_after_element:i,check_if_address_or_coordinates_are_set:o,ai1ec_check_lat_long_fields_filled_when_publishing_event:u,ai1ec_check_lat_long_ok_for_search:a}}),timely.define("external_libs/jquery.autocomplete_geomod",["jquery_timely"],function(e){e.fn.extend({autocomplete:function(t,n){var r=typeof t=="string";return n=e.extend({},e.Autocompleter.defaults,{url:r?t:null,data:r?null:t,delay:r?e.Autocompleter.defaults.delay:10,max:n&&!n.scroll?10:150},n),n.highlight=n.highlight||function(e){return e},n.formatMatch=n.formatMatch||n.formatItem,this.each(function(){new e.Autocompleter(this,n)})},result:function(e){return this.bind("result",e)},search:function(e){return this.trigger("search",[e])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(e){return this.trigger("setOptions",[e])},unautocomplete:function(){return this.trigger("unautocomplete")}}),e.Autocompleter=function(t,n){function d(){var r=h.selected();if(!r)return!1;var s=r.result;o=s;if(n.multiple){var u=m(i.val());if(u.length>1){var a=n.multipleSeparator.length,f=e(t).selection().start,l,c=0;e.each(u,function(e,t){c+=t.length;if(f<=c)return l=e,!1;c+=a}),u[l]=s,s=u.join(n.multipleSeparator)}s+=n.multipleSeparator}return i.val(s),w(),i.trigger("result",[r.data,r.value]),!0}function v(e,t){if(f==r.DEL){h.hide();return}var s=i.val();if(!t&&s==o)return;o=s,s=g(s),s.length>=n.minChars?(i.addClass(n.loadingClass),n.matchCase||(s=s.toLowerCase()),S(s,E,w)):(T(),h.hide())}function m(t){return t?n.multiple?e.map(t.split(n.multipleSeparator),function(n){return e.trim(t).length?e.trim(n):null}):[e.trim(t)]:[""]}function g(r){if(!n.multiple)return r;var i=m(r);if(i.length==1)return i[0];var s=e(t).selection().start;return s==r.length?i=m(r):i=m(r.replace(r.substring(s),"")),i[i.length-1]}function y(s,u){n.autoFill&&g(i.val()).toLowerCase()==s.toLowerCase()&&f!=r.BACKSPACE&&(i.val(i.val()+u.substring(g(o).length)),e(t).selection(o.length,o.length+u.length))}function b(){clearTimeout(s),s=setTimeout(w,200)}function w(){var e=h.visible();h.hide(),clearTimeout(s),T(),n.mustMatch&&i.search(function(e){if(!e)if(n.multiple){var t=m(i.val()).slice(0,-1);i.val(t.join(n.multipleSeparator)+(t.length?n.multipleSeparator:""))}else i.val(""),i.trigger("result",null)})}function E(e,t){t&&t.length&&a?(T(),h.display(t,e),y(e,t[0].value),h.show()):w()}function S(r,i,s){n.matchCase||(r=r.toLowerCase());var o=u.load(r);if(o&&o.length)i(r,o);else if(n.geocoder){var a=g(r),f={address:a};n.region&&(f.region=n.region),n.geocoder.geocode(f,function(e,t){var s=n.parse(e,t,a);u.add(r,s),i(r,s)})}else if(typeof n.url=="string"&&n.url.length>0){var l={timestamp:+(new Date)};e.each(n.extraParams,function(e,t){l[e]=typeof t=="function"?t():t}),e.ajax({mode:"abort",port:"autocomplete"+t.name,dataType:n.dataType,url:n.url,data:e.extend({q:g(r),limit:n.max},l),success:function(e){var t=n.parse&&n.parse(e)||x(e);u.add(r,t),i(r,t)}})}else h.emptyList(),s(r)}function x(t){var r=[],i=t.split("\n");for(var s=0;s<i.length;s++){var o=e.trim(i[s]);o&&(o=o.split("|"),r[r.length]={data:o,value:o[0],result:n.formatResult&&n.formatResult(o,o[0])||o[0]})}return r}function T(){i.removeClass(n.loadingClass)}var r={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8},i=e(t).attr("autocomplete","off").addClass(n.inputClass),s,o="",u=e.Autocompleter.Cache(n),a=0,f,l=navigator.userAgent.match(/opera/i),c={mouseDownOnSelect:!1},h=e.Autocompleter.Select(n,t,d,c),p;l&&e(t.form).bind("submit.autocomplete",function(){if(p)return p=!1,!1}),i.bind((l?"keypress":"keydown")+".autocomplete",function(t){a=1,f=t.keyCode;switch(t.keyCode){case r.UP:t.preventDefault(),h.visible()?h.prev():v(0,!0);break;case r.DOWN:t.preventDefault(),h.visible()?h.next():v(0,!0);break;case r.PAGEUP:t.preventDefault(),h.visible()?h.pageUp():v(0,!0);break;case r.PAGEDOWN:t.preventDefault(),h.visible()?h.pageDown():v(0,!0);break;case n.multiple&&e.trim(n.multipleSeparator)==","&&r.COMMA:case r.TAB:case r.RETURN:if(d())return t.preventDefault(),p=!0,!1;break;case r.ESC:h.hide();break;default:clearTimeout(s),s=setTimeout(v,n.delay)}}).focus(function(){a++}).blur(function(){a=0,c.mouseDownOnSelect||b()}).click(function(){a++>1&&!h.visible()&&v(0,!0)}).bind("search",function(){function n(e,n){var r;if(n&&n.length)for(var s=0;s<n.length;s++)if(n[s].result.toLowerCase()==e.toLowerCase()){r=n[s];break}typeof t=="function"?t(r):i.trigger("result",r&&[r.data,r.value])}var t=arguments.length>1?arguments[1]:null;e.each(m(i.val()),function(e,t){S(t,n,n)})}).bind("flushCache",function(){u.flush()}).bind("setOptions",function(){e.extend(n,arguments[1]),"data"in arguments[1]&&u.populate()}).bind("unautocomplete",function(){h.unbind(),i.unbind(),e(t.form).unbind(".autocomplete")})},e.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:!1,matchSubset:!0,matchContains:!1,cacheLength:10,max:100,mustMatch:!1,extraParams:{},selectFirst:!0,formatItem:function(e){return e[0]},formatMatch:null,autoFill:!1,width:0,multiple:!1,multipleSeparator:", ",highlight:function(e,t){return e.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+t.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:!0,scrollHeight:180},e.Autocompleter.Cache=function(t){function i(e,n){t.matchCase||(e=e.toLowerCase());var r=e.indexOf(n);return t.matchContains=="word"&&(r=e.toLowerCase().search("\\b"+n.toLowerCase())),r==-1?!1:r==0||t.matchContains}function s(e,i){r>t.cacheLength&&u(),n[e]||r++,n[e]=i}function o(){if(!t.data)return!1;var n={},r=0;t.url||(t.cacheLength=1),n[""]=[];for(var i=0,o=t.data.length;i<o;i++){var u=t.data[i];u=typeof u=="string"?[u]:u;var a=t.formatMatch(u,i+1,t.data.length);if(a===!1)continue;var f=a.charAt(0).toLowerCase();n[f]||(n[f]=[]);var l={value:a,data:u,result:t.formatResult&&t.formatResult(u)||a};n[f].push(l),r++<t.max&&n[""].push(l)}e.each(n,function(e,n){t.cacheLength++,s(e,n)})}function u(){n={},r=0}var n={},r=0;return setTimeout(o,25),{flush:u,add:s,populate:o,load:function(s){if(!t.cacheLength||!r)return null;if(!t.url&&t.matchContains){var o=[];for(var u in n)if(u.length>0){var a=n[u];e.each(a,function(e,t){i(t.value,s)&&o.push(t)})}return o}if(n[s])return n[s];if(t.matchSubset)for(var f=s.length-1;f>=t.minChars;f--){var a=n[s.substr(0,f)];if(a){var o=[];return e.each(a,function(e,t){i(t.value,s)&&(o[o.length]=t)}),o}}return null}}},e.Autocompleter.Select=function(t,n,r,i){function p(){if(!l)return;c=e("<div/>").hide().addClass(t.resultsClass).css("position","absolute").appendTo(document.body),h=e("<ul/>").appendTo(c).mouseover(function(t){d(t).nodeName&&d(t).nodeName.toUpperCase()=="LI"&&(u=e("li",h).removeClass(s.ACTIVE).index(d(t)),e(d(t)).addClass(s.ACTIVE))}).click(function(t){return e(d(t)).addClass(s.ACTIVE),r(),n.focus(),!1}).mousedown(function(){i.mouseDownOnSelect=!0}).mouseup(function(){i.mouseDownOnSelect=!1}),t.width>0&&c.css("width",t.width),l=!1}function d(e){var t=e.target;while(t&&t.tagName!="LI")t=t.parentNode;return t?t:[]}function v(e){o.slice(u,u+1).removeClass(s.ACTIVE),m(e);var n=o.slice(u,u+1).addClass(s.ACTIVE);if(t.scroll){var r=0;o.slice(0,u).each(function(){r+=this.offsetHeight}),r+n[0].offsetHeight-h.scrollTop()>h[0].clientHeight?h.scrollTop(r+n[0].offsetHeight-h.innerHeight()):r<h.scrollTop()&&h.scrollTop(r)}}function m(e){u+=e,u<0?u=o.size()-1:u>=o.size()&&(u=0)}function g(e){return t.max&&t.max<e?t.max:e}function y(){h.empty();var n=g(a.length);for(var r=0;r<n;r++){if(!a[r])continue;var i=t.formatItem(a[r].data,r+1,n,a[r].value,f);if(i===!1)continue;var l=e("<li/>").html(t.highlight(i,f)).addClass(r%2==0?"ac_even":"ac_odd").appendTo(h)[0];e.data(l,"ac_data",a[r])}o=h.find("li"),t.selectFirst&&(o.slice(0,1).addClass(s.ACTIVE),u=0),e.fn.bgiframe&&h.bgiframe()}var s={ACTIVE:"ac_over"},o,u=-1,a,f="",l=!0,c,h;return{display:function(e,t){p(),a=e,f=t,y()},next:function(){v(1)},prev:function(){v(-1)},pageUp:function(){u!=0&&u-8<0?v(-u):v(-8)},pageDown:function(){u!=o.size()-1&&u+8>o.size()?v(o.size()-1-u):v(8)},hide:function(){c&&c.hide(),o&&o.removeClass(s.ACTIVE),u=-1},visible:function(){return c&&c.is(":visible")},current:function(){return this.visible()&&(o.filter("."+s.ACTIVE)[0]||t.selectFirst&&o[0])},show:function(){var r=e(n).offset();c.css({width:typeof t.width=="string"||t.width>0?t.width:e(n).width(),top:r.top+n.offsetHeight,left:r.left}).show();if(t.scroll){h.scrollTop(0),h.css({maxHeight:t.scrollHeight,overflow:"auto"});if(navigator.userAgent.match(/msie/i)&&typeof document.body.style.maxHeight=="undefined"){var i=0;o.each(function(){i+=this.offsetHeight});var s=i>t.scrollHeight;h.css("height",s?t.scrollHeight:i),s||o.width(h.width()-parseInt(o.css("padding-left"))-parseInt(o.css("padding-right")))}}},selected:function(){var t=o&&o.filter("."+s.ACTIVE).removeClass(s.ACTIVE);return t&&t.length&&e.data(t[0],"ac_data")},emptyList:function(){h&&h.empty()},unbind:function(){c&&c.remove()}}},e.fn.selection=function(e,t){if(e!==undefined)return this.each(function(){if(this.createTextRange){var n=this.createTextRange();t===undefined||e==t?(n.move("character",e),n.select()):(n.collapse(!0),n.moveStart("character",e),n.moveEnd("character",t),n.select())}else this.setSelectionRange?this.setSelectionRange(e,t):this.selectionStart&&(this.selectionStart=e,this.selectionEnd=t)});var n=this[0];if(n.createTextRange){var r=document.selection.createRange(),i=n.value,s="<->",o=r.text.length;r.text=s;var u=n.value.indexOf(s);return n.value=i,this.selection(u,u+o),{start:u,end:u+o}}if(n.selectionStart!==undefined)return{start:n.selectionStart,end:n.selectionEnd}}}),timely.define("external_libs/geo_autocomplete",["jquery_timely","external_libs/jquery.autocomplete_geomod"],function(e){e.fn.extend({geo_autocomplete:function(t,n){return options=e.extend({},e.Autocompleter.defaults,{geocoder:t,mapwidth:100,mapheight:100,maptype:"terrain",mapkey:"ABQIAAAAbnvDoAoYOSW2iqoXiGTpYBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQNumU68AwGqjbSNF9YO8NokKst8w",mapsensor:!1,parse:function(t,n,r){var i=[];return t&&n&&n=="OK"&&e.each(t,function(t,n){if(n.geometry&&n.geometry.viewport){var s=n.formatted_address.split(","),o=s[0];e.each(s,function(t,n){if(n.toLowerCase().indexOf(r.toLowerCase())!=-1)return o=e.trim(n),!1}),i.push({data:n,value:o,result:o})}}),i},formatItem:function(e,t,n,r){var i="https://maps.google.com/maps/api/staticmap?visible="+e.geometry.viewport.getSouthWest().toUrlValue()+"|"+e.geometry.viewport.getNorthEast().toUrlValue()+"&size="+options.mapwidth+"x"+options.mapheight+"&maptype="+options.maptype+"&key="+options.mapkey+"&sensor="+(options.mapsensor?"true":"false"),s=e.formatted_address.replace(/,/gi,",<br/>");return'<img src="'+i+'" width="'+options.mapwidth+'" height="'+options.mapheight+'" /> '+s+'<br clear="both"/>'}},n),options.highlight=options.highlight||function(e){return e},options.formatMatch=options.formatMatch||options.formatItem,options.resultsClass="ai1ec-geo-ac-results-not-ready",this.each(function(){e(this).one("focus",function(){var t=setInterval(function(){var n=e(".ai1ec-geo-ac-results-not-ready");n.length&&(n.removeClass("ai1ec-geo-ac-results-not-ready").addClass("ai1ec-geo-ac-results").children("ul").addClass("ai1ec-dropdown-menu"),clearInterval(t))},500)}),new e.Autocompleter(this,options)})}})}),timely.define("scripts/add_new_event/event_location/gmaps_helper",["jquery_timely","domReady","ai1ec_config","scripts/add_new_event/event_location/input_coordinates_utility_functions","external_libs/jquery.autocomplete_geomod","external_libs/geo_autocomplete"],function(e,t,n,r){var i,s,o,u,a,f,l=function(t){e("#ai1ec_latitude").val(t.latLng.lat()),e("#ai1ec_longitude").val(t.latLng.lng()),e("#ai1ec_input_coordinates:checked").length===0&&e("#ai1ec_input_coordinates").trigger("click")},c=function(){n.disable_autocompletion||e("#ai1ec_address").geo_autocomplete(new google.maps.Geocoder,{selectFirst:!1,minChars:3,cacheLength:50,width:300,scroll:!0,scrollHeight:330,region:n.region}).result(function(e,t){t&&p(t)}).change(function(){if(e(this).val().length>0){var t=e(this).val();i.geocode({address:t,region:n.region},function(e,t){t===google.maps.GeocoderStatus.OK&&p(e[0])})}})},h=function(){i=new google.maps.Geocoder,s=new google.maps.LatLng(9.965,-83.327),o={zoom:0,mapTypeId:google.maps.MapTypeId.ROADMAP,center:s},t(function(){e("#ai1ec_map_canvas").length>0&&(u=new google.maps.Map(e("#ai1ec_map_canvas").get(0),o),a=new google.maps.Marker({map:u,draggable:!0}),google.maps.event.addListener(a,"dragend",l),a.setPosition(s),c(),v(),e('a[href="#ai1ec-event-location-box"]').on("click",function(){window.setTimeout(function(){google.maps.event.trigger(u,"resize"),u.setCenter(a.getPosition())},150)}))})},p=function(t){u.setCenter(t.geometry.location),u.setZoom(15),a.setPosition(t.geometry.location),e("#ai1ec_address").val(t.formatted_address),e("#ai1ec_latitude").val(t.geometry.location.lat()),e("#ai1ec_longitude").val(t.geometry.location.lng()),e("#ai1ec_input_coordinates").is(":checked")||e("#ai1ec_input_coordinates").click();var n="",r="",i="",s=0,o=0,f="",l;for(var c=0;c<t.address_components.length;c++)switch(t.address_components[c].types[0]){case"street_number":n=t.address_components[c].long_name;break;case"route":r=t.address_components[c].long_name;break;case"locality":i=t.address_components[c].long_name;break;case"administrative_area_level_1":f=t.address_components[c].long_name;break;case"postal_code":s=t.address_components[c].long_name;break;case"country":l=t.address_components[c].short_name,o=t.address_components[c].long_name}var h=n.length>0?n+" ":"";h+=r.length>0?r:"",s=s!==0?s:"",e("#ai1ec_city").val(i),e("#ai1ec_province").val(f),e("#ai1ec_postal_code").val(s),e("#ai1ec_country").val(o),e("#ai1ec_country_short").val(l)},d=function(){var t=parseFloat(e("#ai1ec_latitude").val()),n=parseFloat(e("#ai1ec_longitude").val()),r=new google.maps.LatLng(t,n);u.setCenter(r),u.setZoom(15),a.setPosition(r)},v=function(){e("#ai1ec_input_coordinates:checked").length===0?(e("#ai1ec_table_coordinates").hide(),e("#ai1ec_address").change()):d()},m=function(){return a},g=function(){return f};return{init_gmaps:h,ai1ec_update_map_from_coordinates:d,get_marker:m,get_position:g}}),timely.define("scripts/add_new_event/event_location/input_coordinates_event_handlers",["jquery_timely","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_location/gmaps_helper","ai1ec_config"],function(e,t,n,r){var i=function(t){this.checked?e(".ai1ec-map-preview").addClass("ai1ec-map-visible"):e(".ai1ec-map-preview").removeClass("ai1ec-map-visible")},s=function(t){this.checked?e("#ai1ec_table_coordinates").fadeIn("fast"):e("#ai1ec_table_coordinates").fadeOut("fast")},o=function(e){t.ai1ec_convert_commas_to_dots_for_coordinates();var r=t.ai1ec_check_lat_long_ok_for_search(e);r===!0&&n.ai1ec_update_map_from_coordinates()};return{toggle_visibility_of_google_map_on_click:i,toggle_visibility_of_coordinate_fields_on_click:s,update_map_from_coordinates_on_blur:o}}),timely.define("external_libs/jquery.calendrical_timespan",["jquery_timely"],function(e){function l(){var e=new Date;return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function c(e,t){return typeof e=="string"&&(e=new Date(e)),typeof t=="string"&&(t=new Date(t)),e.getUTCDate()===t.getUTCDate()&&e.getUTCMonth()===t.getUTCMonth()&&e.getUTCFullYear()===t.getUTCFullYear()?!0:!1}function h(e,t){if(e instanceof Date)return h(e.getUTCFullYear(),e.getUTCMonth());if(t==1){var n=e%4==0&&(e%100!=0||e%400==0);return n?29:28}return t==3||t==5||t==8||t==10?30:31}function p(e){return new Date(e.getTime()+864e5)}function d(e){return new Date(e.getTime()-864e5)}function v(e,t){return t==11?new Date(e+1,0,1):new Date(e,t+1,1)}function m(t,n,r,i){var s=i.monthNames.split(","),o=e("<thead />"),u=e("<tr />").appendTo(o);e("<th />").addClass("monthCell").append(e('<a href="javascript:;">«</a>').addClass("prevMonth").mousedown(function(e){g(t,r==0?n-1:n,r==0?11:r-1,i),e.preventDefault()})).appendTo(u),e("<th />").addClass("monthCell").attr("colSpan",5).append(e('<a href="javascript:;">'+s[r]+" "+n+"</a>").addClass("monthName")).appendTo(u),e("<th />").addClass("monthCell").append(e('<a href="javascript:;">»</a>').addClass("nextMonth").mousedown(function(){g(t,r==11?n+1:n,r==11?0:r+1,i)})).appendTo(u);var a=i.dayNames.split(","),f=parseInt(i.weekStartDay),l=[];for(var c=0,h=a.length;c<h;c++)l[c]=a[(c+f)%h];var p=e("<tr />").appendTo(o);return e.each(l,function(t,n){e("<td />").addClass("dayName").append(n).appendTo(p)}),o}function g(t,n,r,i){i=i||{};var s=parseInt(i.weekStartDay),o=i.today?i.today:l();o.setHours(0),o.setMinutes(0);var u=new Date(n,r,1),a=v(n,r),f=Math.abs(o.getTimezoneOffset());f!=0&&(o.setHours(o.getHours()+f/60),o.setMinutes(o.getMinutes()+f%60),u.setHours(u.getHours()+f/60),u.setMinutes(u.getMinutes()+f%60),a.setHours(a.getHours()+f/60),a.setMinutes(a.getMinutes()+f%60));var h=a.getUTCDay()-s;h<0?h=Math.abs(h)-1:h=6-h;for(var g=0;g<h;g++)a=p(a);var y=e("<table />");m(t,n,r,i).appendTo(y);var b=e("<tbody />").appendTo(y),w=e("<tr />"),E=u.getUTCDay()-s;E<0&&(E=7+E);for(var g=0;g<E;g++)u=d(u);while(u<=a){var S=e("<td />").addClass("day").append(e('<a href="javascript:;">'+u.getUTCDate()+"</a>").click(function(){var e=u;return function(){i&&i.selectDate&&i.selectDate(e)}}())).appendTo(w),x=c(u,o),T=i.selected&&c(i.selected,u);x&&S.addClass("today"),T&&S.addClass("selected"),x&&T&&S.addClass("today_selected"),u.getUTCMonth()!=r&&S.addClass("nonMonth");var N=u.getUTCDay();(N+1)%7==s&&(b.append(w),w=e("<tr />")),u=p(u)}w.children().length?b.append(w):w.remove(),t.empty().append(y)}function y(t,n){var r=n.selection&&f(n.selection);r&&(r.minute=Math.floor(r.minute/15)*15);var i=n.startTime&&n.startTime.hour*60+n.startTime.minute,s,o=e("<ul />");for(var a=0;a<24;a++)for(var l=0;l<60;l+=15){if(i&&i>a*60+l)continue;(function(){var t=u(a,l,n.isoTime),f=t;if(i!=null){var c=a*60+l-i;c<60?f+=" ("+c+" min)":c==60?f+=" (1 hr)":f+=" ("+Math.floor(c/60)+" hr "+c%60+" min)"}var h=e("<li />").append(e('<a href="javascript:;">'+f+"</a>").click(function(){n&&n.selectTime&&n.selectTime(t)}).mousemove(function(){e("li.selected",o).removeClass("selected")})).appendTo(o);!s&&a==n.defaultHour&&(s=h),r&&r.hour==a&&r.minute==l&&(h.addClass("selected"),s=h)})()}s&&setTimeout(function(){t[0].scrollTop=s[0].offsetTop-s.height()*2},0),t.empty().append(o)}function b(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function w(){e(this).data("timespan.stored",this.value)}function E(t,n,r,i,a,f,l,c,h,p){r.val(r.data("timespan.initial_value")),f.val(f.data("timespan.initial_value")),l.get(0).checked=l.data("timespan.initial_value");var d=s(r,p,0,15);n.val(u(d.getUTCHours(),d.getUTCMinutes(),c)),t.val(o(d,h));var v=s(f,d.getTime(),1,15);a.val(u(v.getUTCHours(),v.getUTCMinutes(),c)),l.get(0).checked&&v.setUTCDate(v.getUTCDate()-1),i.val(o(v,h)),t.each(w),n.each(w),i.each(w),a.each(w),l.trigger("change.timespan"),e("#ai1ec_instant_event").trigger("change.timespan")}var t={us:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"m/d/y",order:"middleEndian",zeroPad:!1},iso:{pattern:/([\d]{4}|[\d]{2})-([\d]{1,2})-([\d]{1,2})/,format:"y-m-d",order:"bigEndian",zeroPad:!0},dot:{pattern:/([\d]{1,2}).([\d]{1,2}).([\d]{4}|[\d]{2})/,format:"d.m.y",order:"littleEndian",zeroPad:!1},def:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"d/m/y",order:"littleEndian",zeroPad:!1}},n=function(e){return e<10?"0"+e:e},r=function(e,t){typeof t=="undefined"&&(t=!1);var r=e.getUTCFullYear()+"-"+n(e.getUTCMonth()+1)+"-"+n(e.getUTCDate());return t&&(r+="T"+n(e.getUTCHours())+":"+n(e.getUTCMinutes())+":00"),r},i=function(e,t){var n=e.val(),r=null;if(n.length<4)r=new Date(t);else{r=new Date(n);var i=n.split("T"),s=i[0].split("-"),o=i[1].split(":");r.setUTCFullYear(s[0],s[1]-1,s[2]),r.setUTCHours(o[0],o[1],o[2],0)}return r},s=function(e,t,n,r){return t+=n*36e5,t-=t%(r*6e4),i(e,t)},o=function(e,n,r){var i,s,o;typeof t[n]=="undefined"&&(n="def"),typeof r=="undefined"&&(r=!1),!0===r?(i=e.getFullYear().toString(),s=(e.getMonth()+1).toString(),o=e.getDate().toString()):(i=e.getUTCFullYear().toString(),s=(e.getUTCMonth()+1).toString(),o=e.getUTCDate().toString()),t[n].zeroPad&&(s.length==1&&(s="0"+s),o.length==1&&(o="0"+o));var u=t[n].format;return u=u.replace("d",o),u=u.replace("m",s),u=u.replace("y",i),u},u=function(e,t,n){var r=t;t<10&&(r="0"+t);if(n){var i=e;return i<10&&(i="0"+e),i+":"+r}var i=e%12;i==0&&(i=12);var s=e<12?"am":"pm";return i+":"+r+s},a=function(e,n){typeof t[n]=="undefined"&&(n="def");var r=e.match(t[n].pattern);if(!r||r.length!=4)return Date("invalid");switch(t[n].order){case"bigEndian":var i=r[3],s=r[2],o=r[1];break;case"littleEndian":var i=r[1],s=r[2],o=r[3];break;case"middleEndian":var i=r[2],s=r[1],o=r[3];break;default:var i=r[1],s=r[2],o=r[3]}return o.length==2&&(o=(new Date).getUTCFullYear().toString().substr(0,2)+o),new Date(s+"/"+i+"/"+o+" GMT")},f=function(e){var t=t=/(\d+)\s*[:\-\.,]\s*(\d+)\s*(am|pm)?/i.exec(e);if(t&&t.length>=3){var n=Number(t[1]),r=Number(t[2]);return n==12&&t[3]&&(n-=12),t[3]&&t[3].toLowerCase()=="pm"&&(n+=12),{hour:n,minute:r}}return null};e.fn.calendricalDate=function(t){return t=t||{},t.padding=t.padding||4,t.monthNames=t.monthNames||"January,February,March,April,May,June,July,August,September,October,November,December",t.dayNames=t.dayNames||"S,M,T,W,T,F,S",t.weekStartDay=t.weekStartDay||0,this.each(function(){var n=e(this),r,i=!1;n.bind("focus",function(){if(r)return;var s=n.position(),u=n.css("padding-left");r=e("<div />").addClass("calendricalDatePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:s.left,top:s.top+n.height()+t.padding*2}),n.after(r);var f=a(n.val(),t.dateFormat);f.getUTCFullYear()||(f=t.today?t.today:l()),g(r,f.getUTCFullYear(),f.getUTCMonth(),{today:t.today,selected:f,monthNames:t.monthNames,dayNames:t.dayNames,weekStartDay:t.weekStartDay,selectDate:function(e){i=!1,n.val(o(e,t.dateFormat)),r.remove(),r=null;if(t.endDate){var s=a(t.endDate.val(),t.dateFormat);s>=f&&t.endDate.val(o(new Date(e.getTime()+s.getTime()-f.getTime()),t.dateFormat))}}})}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalDateRange=function(t){return this.length>=2&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[1])},t)),e(this[1]).calendricalDate(t)),this},e.fn.calendricalDateRangeSingle=function(t){return this.length==1&&e(this).calendricalDate(t),this},e.fn.calendricalTime=function(t){return t=t||{},t.padding=t.padding||4,this.each(function(){var n=e(this),r,i=!1;n.bind("focus click",function(){if(r)return;var s=t.startTime;s&&t.startDate&&t.endDate&&!c(a(t.startDate.val()),a(t.endDate.val()))&&(s=!1);var o=n.position();r=e("<div />").addClass("calendricalTimePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:o.left,top:o.top+n.height()+t.padding*2}),s&&r.addClass("calendricalEndTimePopup"),n.after(r);var u={selection:n.val(),selectTime:function(e){i=!1,n.val(e),r.remove(),r=null},isoTime:t.isoTime||!1,defaultHour:t.defaultHour!=null?t.defaultHour:8};s&&(u.startTime=f(t.startTime.val())),y(r,u)}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalTimeRange=function(t){return this.length>=2&&(e(this[0]).calendricalTime(t),e(this[1]).calendricalTime(e.extend({startTime:e(this[0])},t))),this},e.fn.calendricalDateTimeRange=function(t){return this.length>=4&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[2])},t)),e(this[1]).calendricalTime(t),e(this[2]).calendricalDate(t),e(this[3]).calendricalTime(e.extend({startTime:e(this[1]),startDate:e(this[0]),endDate:e(this[2])},t))),this};var S={allday:"#allday",start_date_input:"#start-date-input",start_time_input:"#start-time-input",start_time:"#start-time",end_date_input:"#end-date-input",end_time_input:"#end-time-input",end_time:"#end-time",twentyfour_hour:!1,date_format:"def",now:new Date},x={init:function(t){function C(){var e=a(s.val(),n.date_format).getTime()/1e3,t=f(l.val());e+=t.hour*3600+t.minute*60;var r=a(h.val(),n.date_format).getTime()/1e3,i=f(p.val());return r+=i.hour*3600+i.minute*60,r-e}function k(){var e=a(s.data("timespan.stored"),n.date_format),t=f(l.data("timespan.stored")),r=e.getTime()/1e3+t.hour*3600+t.minute*60+s.data("time_diff");return r=new Date(r*1e3),h.val(o(r,n.date_format)),p.val(u(r.getUTCHours(),r.getUTCMinutes(),n.twentyfour_hour)),!0}function L(){var e=a(s.val(),n.date_format).getTime()/1e3;if(!isNaN(e)){if(!i.get(0).checked){var t=f(l.val());t?e+=t.hour*3600+t.minute*60:e=""}}else e="";e>0&&c.val(r(new Date(e*1e3),!0));var o=a(h.val(),n.date_format).getTime()/1e3;if(!isNaN(o))if(i.get(0).checked)o+=86400;else{var t=f(p.val());t?o+=t.hour*3600+t.minute*60:o=""}else o="";o>0&&d.val(r(new Date(o*1e3),!0))}var n=e.extend({},S,t),i=e(n.allday),s=e(n.start_date_input),l=e(n.start_time_input),c=e(n.start_time),h=e(n.end_date_input),p=e(n.end_time_input),d=e(n.end_time),v=e("#ai1ec_instant_event"),m=h.add(p),g=s.add(n.end_date_input),y=l.add(n.end_time_input),x=s.add(n.start_time_input).add(n.end_date_input).add(n.end_time_input);x.bind("focus.timespan",w),v.bind("change.timespan",function(){this.checked?(m.closest("tr").fadeOut(),i.attr("disabled",!0)):(i.removeAttr("disabled"),m.closest("tr").fadeIn())});var T=new Date(n.now.getFullYear(),n.now.getMonth(),n.now.getDate()),N=!1;return i.bind("change.timespan",function(){this.checked?(y.fadeOut(),v.attr("disabled",!0)):(v.removeAttr("disabled"),y.fadeIn()),N||(N=!0,x.calendricalDateTimeRange({today:T,dateFormat:n.date_format,isoTime:n.twentyfour_hour,monthNames:n.month_names,dayNames:n.day_names,weekStartDay:n.week_start_day}))}).get().checked=!1,g.bind("blur.timespan",function(){var t=a(this.value,n.date_format);isNaN(t)?b(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(o(t,n.date_format)))}),y.bind("blur.timespan",function(){var t=f(this.value);t?(e(this).data("timespan.stored",this.value),e(this).val(u(t.hour,t.minute,n.twentyfour_hour))):b(e(this))}),s.add(n.start_time_input).bind("focus.timespan",function(){s.data("time_diff",C())}).bind("blur.timespan",function(){s.data("time_diff")<0&&s.data("time_diff",900);var e=k()}),h.add(n.start_time_input).bind("blur.timespan",function(){if(C()<0){s.data("time_diff",900);var e=k()}}),s.closest("form").bind("submit.timespan",L),s.closest("form").find("#ai1ec_start-date-input, #ai1ec_end-date-input, #ai1ec_start-time-input, #ai1ec_end-time-input").on("change",L),s.closest(".ai1ec-form").on("click",L),c.data("timespan.initial_value",c.val()),d.data("timespan.initial_value",d.val()),i.data("timespan.initial_value",i.get(0).checked),E(s,l,c,h,p,d,i,n.twentyfour_hour,n.date_format,n.now),this},reset:function(t){var n=e.extend({},S,t);return E(e(n.start_date_input),e(n.start_time_input),e(n.start_time),e(n.end_date_input),e(n.end_time_input),e(n.end_time),e(n.allday),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},S,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};return e.timespan=function(t){if(x[t])return x[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return x.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")},{formatDate:o,parseDate:a}}),timely.define("scripts/add_new_event/event_date_time/date_time_utility_functions",["jquery_timely","ai1ec_config","libs/utils","external_libs/jquery.calendrical_timespan"],function(e,t,n,r){var i=n.get_ajax_url(),s=function(t,n,r,i,s,o){e(t).val(i),e("#ai1ec_repeat_box").modal("hide");var u=e.trim(e(n).text());u.lastIndexOf(":")===-1&&(u=u.substring(0,u.length-3),e(n).html(u+":")),e(s).attr("disabled",!1),e(r).fadeOut("fast",function(){e(this).html(o.message),e(this).fadeIn("fast")})},o=function(t,n,r,i){e("#ai1ec_repeat_box .ai1ec-alert-danger").text(r.message).removeClass("ai1ec-hide"),e(i).attr("disabled",!1),e(t).val("");var s=e.trim(e(n).text());s.lastIndexOf("...")===-1&&(s=s.substring(0,s.length-1),e(n).text(s+"...")),e(this).closest("tr").find(".ai1ec_rule_text").text()===""&&e(t).siblings("input:checkbox").removeAttr("checked")},u=function(t,n,r,i,s){e(document).on("click",t,function(){if(!e(n).is(":checked")){e(n).attr("checked",!0);var t=e.trim(e(r).text());t=t.substring(0,t.length-3),e(r).text(t+":")}return c(i,s),!1})},a=function(t,n,r,i,s){e(t).click(function(){if(e(this).is(":checked"))this.id==="ai1ec_repeat"&&e("#ai1ec_exclude").removeAttr("disabled"),c(i,s);else{this.id==="ai1ec_repeat"&&(e("#ai1ec_exclude").removeAttr("checked").attr("disabled",!0),e("#ai1ec_exclude_text > a").text("")),e(n).text("");var t=e.trim(e(r).text());t=t.substring(0,t.length-1),e(r).text(t+"...")}})},f=function(t,n,r){if(e.trim(e(t).text())===""){e(n).removeAttr("checked"),e("#ai1ec_repeat").is(":checked")||e("#ai1ec_exclude").attr("disabled",!0);var i=e.trim(e(r).text());i.lastIndexOf("...")===-1&&(i=i.substring(0,i.length-1),e(r).text(i+"..."))}},l=function(){e("#ai1ec_count, #ai1ec_daily_count, #ai1ec_weekly_count, #ai1ec_monthly_count, #ai1ec_yearly_count").rangeinput({css:{input:"ai1ec-range",slider:"ai1ec-slider",progress:"ai1ec-progress",handle:"ai1ec-handle"}});var n=e("#ai1ec_recurrence_calendar");n.datepicker({multidate:!0,weekStart:t.week_start_day}),n.on("changeDate",function(n){var i=[],s=[];for(var o=0;o<n.dates.length;o++){var u=new Date(n.dates[o]),a=""+u.getFullYear()+("0"+(u.getMonth()+1)).slice(-2)+("0"+u.getDate()).slice(-2)+"T000000Z",f='<span class="ai1ec-label ai1ec-label-default">'+r.formatDate(u,t.date_format,!0)+"</span>";i.push(a),s.push(f)}e("#ai1ec_rec_dates_list").html(s.join(" ")),e("#ai1ec_rec_custom_dates").val(i.join(","))});var i={start_date_input:"#ai1ec_until-date-input",start_time:"#ai1ec_until-time",date_format:t.date_format,month_names:t.month_names,day_names:t.day_names,week_start_day:t.week_start_day,twentyfour_hour:t.twentyfour_hour,now:new Date(t.now*1e3)};e.inputdate(i),e(document).trigger("ai1ec.recurrence-modal.inited")},c=function(t,n){var r=e("#ai1ec_repeat_box"),s=e(".ai1ec-loading",r);r.modal({backdrop:"static"}),e.post(i,t,function(e){e.error?(window.alert(e.message),r.modal("hide")):(s.addClass("ai1ec-hide").after(e.message),typeof n=="function"&&n())},"json")};return{show_repeat_tabs:c,init_modal_widgets:l,click_on_modal_cancel:f,click_on_checkbox:a,click_on_ics_rule_text:u,repeat_form_error:o,repeat_form_success:s}}),timely.define("external_libs/bootstrap/button",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r)};t.DEFAULTS={loadingText:"loading..."},t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.is("input")?"val":"html",i=n.data();e+="Text",i.resetText||n.data("resetText",n[r]()),n[r](i[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass("ai1ec-"+t).attr(t,t):n.removeClass("ai1ec-"+t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="ai1ec-buttons"]'),t=!0;if(e.length){var n=this.$element.find("input");n.prop("type")==="radio"&&(n.prop("checked")&&this.$element.hasClass("ai1ec-active")?t=!1:e.find(".ai1ec-active").removeClass("ai1ec-active")),t&&n.prop("checked",!this.$element.hasClass("ai1ec-active")).trigger("change")}t&&this.$element.toggleClass("ai1ec-active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("bs.button"),s=typeof n=="object"&&n;i||r.data("bs.button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.bs.button.data-api","[data-toggle^=ai1ec-button]",function(t){var n=e(t.target);n.hasClass("ai1ec-btn")||(n=n.closest(".ai1ec-btn")),n.button("toggle"),t.preventDefault()})}),timely.define("scripts/add_new_event/event_date_time/date_time_event_handlers",["jquery_timely","ai1ec_config","scripts/add_new_event/event_date_time/date_time_utility_functions","external_libs/jquery.calendrical_timespan","libs/utils","external_libs/bootstrap/button"],function(e,t,n,r,i){var s=i.get_ajax_url(),o=function(){var t=e("#ai1ec_end option:selected").val();switch(t){case"0":e("#ai1ec_until_holder, #ai1ec_count_holder").collapse("hide");break;case"1":e("#ai1ec_until_holder").collapse("hide"),e("#ai1ec_count_holder").collapse("show");break;case"2":e("#ai1ec_count_holder").collapse("hide"),e("#ai1ec_until_holder").collapse("show")}},u=function(){e("#publish").trigger("click")},a=function(){var i=e(this),o="",u=e("#ai1ec_repeat_box .ai1ec-tab-pane.ai1ec-active"),a=u.data("freq"),f=!0;switch(a){case"daily":o+="FREQ=DAILY;";var l=e("#ai1ec_daily_count").val();l>1&&(o+="INTERVAL="+l+";");break;case"weekly":o+="FREQ=WEEKLY;";var c=e("#ai1ec_weekly_count").val();c>1&&(o+="INTERVAL="+c+";");var h=e('input[name="ai1ec_weekly_date_select"]:first').val(),p=e('#ai1ec_weekly_date_select > div:first > input[type="hidden"]:first').val();h.length>0&&(o+="WKST="+p+";BYday="+h+";");break;case"monthly":o+="FREQ=MONTHLY;";var d=e("#ai1ec_monthly_count").val(),v=e('input[name="ai1ec_monthly_type"]:checked').val();d>1&&(o+="INTERVAL="+d+";");var m=e('input[name="ai1ec_montly_date_select"]:first').val();if(m.length>0&&v==="bymonthday")o+="BYMONTHDAY="+m+";";else if(v==="byday"){var g=e("#ai1ec_monthly_byday_num").val(),y=e("#ai1ec_monthly_byday_weekday").val();o+="BYday="+g+y+";"}break;case"yearly":o+="FREQ=YEARLY;";var b=e("#ai1ec_yearly_count").val();b>1&&(o+="INTERVAL="+b+";");var w=e('input[name="ai1ec_yearly_date_select"]:first').val();w.length>0&&(o+="BYMONTH="+w+";");break;case"custom":"1"===e("#ai1ec_is_box_repeat").val()?o+="RDATE=":o+="EXDATE=",o+=e("#ai1ec_rec_custom_dates").val(),f=!1}var E=e("#ai1ec_end").val();if("1"===E&&f)o+="COUNT="+e("#ai1ec_count").val()+";";else if("2"===E&&f){var S=e("#ai1ec_until-date-input").val();S=r.parseDate(S,t.date_format);var x=e("#ai1ec_start-time").val();x=r.parseDate(x,t.date_format),x=new Date(x);var T=S.getUTCDate(),N=S.getUTCMonth()+1,C=x.getUTCHours(),k=x.getUTCMinutes();N=N<10?"0"+N:N,T=T<10?"0"+T:T,C=C<10?"0"+C:C,k=k<10?"0"+k:k,S=S.getUTCFullYear()+""+N+T+"T235959Z",o+="UNTIL="+S+";"}var L={action:"ai1ec_rrule_to_text",rrule:o};i.button("loading").next().addClass("ai1ec-disabled"),e.post(s,L,function(t){t.error?(i.button("reset").next().removeClass("ai1ec-disabled"),"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_error("#ai1ec_rrule","#ai1ec_repeat_label",t,i):n.repeat_form_error("#ai1ec_exrule","#ai1ec_exclude_label",t,i)):"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_success("#ai1ec_rrule","#ai1ec_repeat_label","#ai1ec_repeat_text > a",o,i,t):n.repeat_form_success("#ai1ec_exrule","#ai1ec_exclude_label","#ai1ec_exclude_text > a",o,i,t)},"json")},f=function(){return e("#ai1ec_is_box_repeat").val()==="1"?n.click_on_modal_cancel("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label"):n.click_on_modal_cancel("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label"),e("#ai1ec_repeat_box").modal("hide"),!1},l=function(){e(this).is("#ai1ec_monthly_type_bymonthday")?(e("#ai1ec_repeat_monthly_byday").collapse("hide"),e("#ai1ec_repeat_monthly_bymonthday").collapse("show")):(e("#ai1ec_repeat_monthly_bymonthday").collapse("hide"),e("#ai1ec_repeat_monthly_byday").collapse("show"))},c=function(){var t=e(this),n=[],r=t.closest(".ai1ec-btn-group-grid"),i;t.toggleClass("ai1ec-active"),e("a",r).each(function(){var t=e(this);t.is(".ai1ec-active")&&(i=t.next().val(),n.push(i))}),r.next().val(n.join())},h=function(){n.click_on_ics_rule_text("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_ics_rule_text("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_repeat","#ai1ec_repeat_text > a","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_exclude","#ai1ec_exclude_text > a","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets)},p=function(t){return e("#ai1ec_widget_calendar").toggle(),!1},d=function(){e(".ai1ec-modal-content",this).not(".ai1ec-loading ").remove().end().removeClass("ai1ec-hide")},v=function(){var t=e("#ai1ec_repeat_box").find("ul.ai1ec-nav").find("li.ai1ec-active"),n=e("#ai1ec_repeat_box").find(".ai1ec-end-field");t.hasClass("ai1ec-freq-custom")?n.addClass("ai1ec-hidden"):n.removeClass("ai1ec-hidden"),t.hasClass("ai1ec-freq-monthly")&&l()},m=function(){var t=e("#ai1ec-tab-content").data("activeFreq"),n=e("#ai1ec_recurrence_calendar");e(".ai1ec-freq").removeClass("ai1ec-active"),e(".ai1ec-freq-"+t).addClass("ai1ec-active"),e(document).on("shown.bs.tab",v),o(),v()};return e(document).on("ai1ec.recurrence-modal.inited",m),{show_end_fields:o,trigger_publish:u,handle_click_on_apply_button:a,handle_click_on_cancel_modal:f,handle_checkbox_monthly_tab_modal:l,execute_pseudo_handlers:h,handle_animation_of_calendar_widget:p,handle_click_on_toggle_buttons:c,handle_modal_hide:d}}),timely.define("scripts/add_new_event/event_cost_helper",["jquery_timely","ai1ec_config"],function(e,t){var n=e(".ai1ec-tickets-cost"),r=e(".ai1ec-tickets-url-text"),i=e(".ai1ec-register-url-text");e('input[name="ai1ec_cost_type"]').on("click change",function(){var t=e(".ai1ec-no-tickets"),n=e(".ai1ec-tickets-form, .ai1ec-tickets-list-container"),r=e(".ai1ec-tickets-external");"free"===this.value?(n.hide(),r.hide(),t.show()):"tickets"===this.value?(n.show(),r.hide(),t.hide()):(n.hide(),r.show(),t.show())}),e('input[name="ai1ec_cost_type"]:checked').click(),e("#ai1ec_is_free").on("click",function(){this.checked?(n.addClass("ai1ec-hidden"),r.addClass("ai1ec-hidden"),i.removeClass("ai1ec-hidden")):(n.removeClass("ai1ec-hidden"),r.removeClass("ai1ec-hidden"),i.addClass("ai1ec-hidden"))})}),timely.define("external_libs/jquery.inputdate",["jquery_timely","external_libs/jquery.calendrical_timespan"],function(e,t){function n(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function r(){e(this).data("timespan.stored",this.value)}function i(e,n,i,s,o){n.val(n.data("timespan.initial_value"));var u=parseInt(n.val());isNaN(parseInt(u))?u=new Date(o):u=new Date(parseInt(u)*1e3),e.val(t.formatDate(u,s)),e.each(r)}var s={start_date_input:"date-input",start_time:"time",twentyfour_hour:!1,date_format:"def",now:new Date},o={init:function(o){var u=e.extend({},s,o),a=e(u.start_date_input),f=e(u.start_time),l=a,c=a;return c.bind("focus.timespan",r),l.calendricalDate({today:new Date(u.now.getFullYear(),u.now.getMonth(),u.now.getDate()),dateFormat:u.date_format,monthNames:u.month_names,dayNames:u.day_names,weekStartDay:u.week_start_day}),l.bind("blur.timespan",function(){var r=t.parseDate(this.value,u.date_format);isNaN(r)?n(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(t.formatDate(r,u.date_format)))}),a.bind("focus.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3}).bind("blur.timespan",function(){var e=t.parseDate(a.data("timespan.stored"),u.date_format)}),a.closest("form").bind("submit.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3;isNaN(e)&&(e=""),f.val(e)}),f.data("timespan.initial_value",f.val()),i(a,f,u.twentyfour_hour,u.date_format,u.now),this},reset:function(t){var n=e.extend({},s,t);return i(e(n.start_date_input),e(n.start_time),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},s,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};e.inputdate=function(t){if(o[t])return o[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return o.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")}}),timely.define("external_libs/jquery.tools",["jquery_timely"],function(e){function i(e,t){var n=Math.pow(10,t);return Math.round(e*n)/n}function s(e,t){var n=parseInt(e.css(t),10);if(n)return n;var r=e[0].currentStyle;return r&&r.width&&parseInt(r.width,10)}function o(e){var t=e.data("events");return t&&t.onSlide}function u(t,n){function x(e,s,o,u){o===undefined?o=s/h*m:u&&(o-=n.min),g&&(o=Math.round(o/g)*g);if(s===undefined||g)s=o*h/m;if(isNaN(o))return r;s=Math.max(0,Math.min(s,h)),o=s/h*m;if(u||!f)o+=n.min;f&&(u?s=h-s:o=n.max-o),o=i(o,y);var a=e.type=="click";if(S&&l!==undefined&&!a){e.type="onSlide",E.trigger(e,[o,s]);if(e.isDefaultPrevented())return r}var c=a?n.speed:0,b=a?function(){e.type="change",E.trigger(e,[o])}:null;return f?(d.animate({top:s},c,b),n.progress&&v.animate({height:h-s+d.height()/2},c)):(d.animate({left:s},c,b),n.progress&&v.animate({width:s+d.width()/2},c)),l=o,p=s,t.val(o),r}function T(){f=n.vertical||s(a,"height")>s(a,"width"),f?(h=s(a,"height")-s(d,"height"),c=a.offset().top+h):(h=s(a,"width")-s(d,"width"),c=a.offset().left)}function N(){T(),r.setValue(n.value!==undefined?n.value:n.min)}var r=this,u=n.css,a=e("<div><div/><a href='#'/></div>").data("rangeinput",r),f,l,c,h,p;t.before(a);var d=a.addClass(u.slider).find("a").addClass(u.handle),v=a.find("div").addClass(u.progress);e.each("min,max,step,value".split(","),function(e,r){var i=t.attr(r);parseFloat(i)&&(n[r]=parseFloat(i,10))});var m=n.max-n.min,g=n.step=="any"?0:n.step,y=n.precision;y===undefined&&(y=g.toString().split("."),y=y.length===2?y[1].length:0);if(t.attr("type")=="range"){var b=t.clone().wrap("<div/>").parent().html(),w=e(b.replace(/type/i,"type=text data-orig-type"));w.val(n.value),t.replaceWith(w),t=w}t.addClass(u.input);var E=e(r).add(t),S=!0;e.extend(r,{getValue:function(){return l},setValue:function(t,n){return T(),x(n||e.Event("api"),undefined,t,!0)},getConf:function(){return n},getProgress:function(){return v},getHandle:function(){return d},getInput:function(){return t},step:function(t,i){i=i||e.Event();var s=n.step=="any"?1:n.step;r.setValue(l+s*(t||1),i)},stepUp:function(e){return r.step(e||1)},stepDown:function(e){return r.step(-e||-1)}}),e.each("onSlide,change".split(","),function(t,i){e.isFunction(n[i])&&e(r).on(i,n[i]),r[i]=function(t){return t&&e(r).on(i,t),r}}),d.drag({drag:!1}).on("dragStart",function(){T(),S=o(e(r))||o(t)}).on("drag",function(e,n,r){if(t.is(":disabled"))return!1;x(e,f?n:r)}).on("dragEnd",function(e){e.isDefaultPrevented()||(e.type="change",E.trigger(e,[l]))}).click(function(e){return e.preventDefault()}),a.click(function(e){if(t.is(":disabled")||e.target==d[0])return e.preventDefault();T();var n=f?d.height()/2:d.width()/2;x(e,f?h-c-n+e.pageY:e.pageX-c-n)}),n.keyboard&&t.keydown(function(n){if(t.attr("readonly"))return;var i=n.keyCode,s=e([75,76,38,33,39]).index(i)!=-1,o=e([74,72,40,34,37]).index(i)!=-1;if((s||o)&&!(n.shiftKey||n.altKey||n.ctrlKey))return s?r.step(i==33?10:1,n):o&&r.step(i==34?-10:-1,n),n.preventDefault()}),t.blur(function(t){var n=e(this).val();n!==l&&r.setValue(n,t)}),e.extend(t[0],{stepUp:r.stepUp,stepDown:r.stepDown}),N(),h||e(window).load(N)}e.tools=e.tools||{version:"1.2.7"};var t;t=e.tools.rangeinput={conf:{min:0,max:100,step:"any",steps:0,value:0,precision:undefined,vertical:0,keyboard:!0,progress:!1,speed:100,css:{input:"range",slider:"slider",progress:"progress",handle:"handle"}}};var n,r;e.fn.drag=function(t){return document.ondragstart=function(){return!1},t=e.extend({x:!0,y:!0,drag:!0},t),n=n||e(document).on("mousedown mouseup",function(i){var s=e(i.target);if(i.type=="mousedown"&&s.data("drag")){var o=s.position(),u=i.pageX-o.left,a=i.pageY-o.top,f=!0;n.on("mousemove.drag",function(e){var n=e.pageX-u,i=e.pageY-a,o={};t.x&&(o.left=n),t.y&&(o.top=i),f&&(s.trigger("dragStart"),f=!1),t.drag&&s.css(o),s.trigger("drag",[i,n]),r=s}),i.preventDefault()}else try{r&&r.trigger("dragEnd")}finally{n.off("mousemove.drag"),r=null}}),this.data("drag",!0)},e.expr[":"].range=function(t){var n=t.getAttribute("type");return n&&n=="range"||!!e(t).filter("input").data("rangeinput")},e.fn.rangeinput=function(n){if(this.data("rangeinput"))return this;n=e.extend(!0,{},t.conf,n);var r;return this.each(function(){var t=new u(e(this),e.extend(!0,{},n)),i=t.getInput().data("rangeinput",t);r=r?r.add(i):i}),r?r:this}}),timely.define("external_libs/locales/bootstrap-datepicker.bg",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.bg={days:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота","Неделя"],daysShort:["Нед","Пон","Вто","Сря","Чет","Пет","Съб","Нед"],daysMin:["Н","П","В","С","Ч","П","С","Н"],months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],monthsShort:["Ян","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Ное","Дек"],today:"днес"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.br",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.br={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.cs",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.cs={days:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota","Neděle"],daysShort:["Ned","Pon","Úte","Stř","Čtv","Pát","Sob","Ned"],daysMin:["Ne","Po","Út","St","Čt","Pá","So","Ne"],months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],monthsShort:["Led","Úno","Bře","Dub","Kvě","Čer","Čnc","Srp","Zář","Říj","Lis","Pro"],today:"Dnes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.da",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.da={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",clear:"Nulstil"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.de",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.de={days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag"],daysShort:["Son","Mon","Die","Mit","Don","Fre","Sam","Son"],daysMin:["So","Mo","Di","Mi","Do","Fr","Sa","So"],months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],today:"Heute",clear:"Löschen",weekStart:1,format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.es",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.es={days:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado","Domingo"],daysShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb","Dom"],daysMin:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Do"],months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthsShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],today:"Hoy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fi",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fi={days:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai","sunnuntai"],daysShort:["sun","maa","tii","kes","tor","per","lau","sun"],daysMin:["su","ma","ti","ke","to","pe","la","su"],months:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],monthsShort:["tam","hel","maa","huh","tou","kes","hei","elo","syy","lok","mar","jou"],today:"tänään",weekStart:1,format:"d.m.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dim"],daysMin:["D","L","Ma","Me","J","V","S","D"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],today:"Aujourd'hui",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.id",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.id={days:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu"],daysShort:["Mgu","Sen","Sel","Rab","Kam","Jum","Sab","Mgu"],daysMin:["Mg","Sn","Sl","Ra","Ka","Ju","Sa","Mg"],months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nov","Des"],today:"Hari Ini",clear:"Kosongkan"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.is",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.is={days:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur","Sunnudagur"],daysShort:["Sun","Mán","Þri","Mið","Fim","Fös","Lau","Sun"],daysMin:["Su","Má","Þr","Mi","Fi","Fö","La","Su"],months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],today:"Í Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.it",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Domenica"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Dom"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa","Do"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",clear:"Cancella",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ja",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ja={days:["日曜","月曜","火曜","水曜","木曜","金曜","土曜","日曜"],daysShort:["日","月","火","水","木","金","土","日"],daysMin:["日","月","火","水","木","金","土","日"],months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今日",format:"yyyy/mm/dd"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.kr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.kr={days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일","일요일"],daysShort:["일","월","화","수","목","금","토","일"],daysMin:["일","월","화","수","목","금","토","일"],months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lt={days:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis","Sekmadienis"],daysShort:["S","Pr","A","T","K","Pn","Š","S"],daysMin:["Sk","Pr","An","Tr","Ke","Pn","Št","Sk"],months:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],monthsShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gru"],today:"Šiandien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lv={days:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena","Svētdiena"],daysShort:["Sv","P","O","T","C","Pk","S","Sv"],daysMin:["Sv","Pr","Ot","Tr","Ce","Pk","Se","Sv"],months:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],today:"Šodien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ms",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ms={days:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu","Ahad"],daysShort:["Aha","Isn","Sel","Rab","Kha","Jum","Sab","Aha"],daysMin:["Ah","Is","Se","Ra","Kh","Ju","Sa","Ah"],months:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],today:"Hari Ini"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nb",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nb={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"I Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nl={days:["Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag"],daysShort:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],daysMin:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],months:["Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"Vandaag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pl={days:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota","Niedziela"],daysShort:["Nie","Pn","Wt","Śr","Czw","Pt","So","Nie"],daysMin:["N","Pn","Wt","Śr","Cz","Pt","So","N"],months:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthsShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],today:"Dzisiaj",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt-BR",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["pt-BR"]={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pt={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ru",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ru={days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота","Воскресенье"],daysShort:["Вск","Пнд","Втр","Срд","Чтв","Птн","Суб","Вск"],daysMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Вс"],months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],today:"Сегодня",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sl={days:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota","Nedelja"],daysShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob","Ned"],daysMin:["Ne","Po","To","Sr","Če","Pe","So","Ne"],months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sv={days:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag","Söndag"],daysShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör","Sön"],daysMin:["Sö","Må","Ti","On","To","Fr","Lö","Sö"],months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",format:"yyyy-mm-dd",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.th",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.th={days:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"],daysShort:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],daysMin:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthsShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],today:"วันนี้"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.tr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.tr={days:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"],daysShort:["Pz","Pzt","Sal","Çrş","Prş","Cu","Cts","Pz"],daysMin:["Pz","Pzt","Sa","Çr","Pr","Cu","Ct","Pz"],months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthsShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],today:"Bugün",format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-CN",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["周日","周一","周二","周三","周四","周五","周六","周日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今日",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-TW",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-TW"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["週日","週一","週二","週三","週四","週五","週六","週日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今天",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/bootstrap_datepicker",["jquery_timely","ai1ec_config","external_libs/locales/bootstrap-datepicker.bg","external_libs/locales/bootstrap-datepicker.br","external_libs/locales/bootstrap-datepicker.cs","external_libs/locales/bootstrap-datepicker.da","external_libs/locales/bootstrap-datepicker.de","external_libs/locales/bootstrap-datepicker.es","external_libs/locales/bootstrap-datepicker.fi","external_libs/locales/bootstrap-datepicker.fr","external_libs/locales/bootstrap-datepicker.id","external_libs/locales/bootstrap-datepicker.is","external_libs/locales/bootstrap-datepicker.it","external_libs/locales/bootstrap-datepicker.ja","external_libs/locales/bootstrap-datepicker.kr","external_libs/locales/bootstrap-datepicker.lt","external_libs/locales/bootstrap-datepicker.lv","external_libs/locales/bootstrap-datepicker.ms","external_libs/locales/bootstrap-datepicker.nb","external_libs/locales/bootstrap-datepicker.nl","external_libs/locales/bootstrap-datepicker.pl","external_libs/locales/bootstrap-datepicker.pt-BR","external_libs/locales/bootstrap-datepicker.pt","external_libs/locales/bootstrap-datepicker.ru","external_libs/locales/bootstrap-datepicker.sl","external_libs/locales/bootstrap-datepicker.sv","external_libs/locales/bootstrap-datepicker.th","external_libs/locales/bootstrap-datepicker.tr","external_libs/locales/bootstrap-datepicker.zh-CN","external_libs/locales/bootstrap-datepicker.zh-TW"],function(e,t){function r(){return new Date(Date.UTC.apply(Date,arguments))}function i(){var e=new Date;return r(e.getFullYear(),e.getMonth(),e.getDate())}function s(e){return function(){return this[e].apply(this,arguments)}}function f(t,n){var r=e(t).data(),i={},s,o=new RegExp("^"+n.toLowerCase()+"([A-Z])"),n=new RegExp("^"+n.toLowerCase());for(var u in r)n.test(u)&&(s=u.replace(o,function(e,t){return t.toLowerCase()}),i[s]=r[u]);return i}function l(t){var n={};if(!d[t]){t=t.split("-")[0];if(!d[t])return}var r=d[t];return e.each(p,function(e,t){t in r&&(n[t]=r[t])}),n}var n=e(window),o=function(){var t={get:function(e){return this.slice(e)[0]},contains:function(e){var t=e&&e.valueOf();for(var n=0,r=this.length;n<r;n++)if(this[n].valueOf()===t)return n;return-1},remove:function(e){this.splice(e,1)},replace:function(t){if(!t)return;e.isArray(t)||(t=[t]),this.clear(),this.push.apply(this,t)},clear:function(){this.splice(0)},copy:function(){var e=new o;return e.replace(this),e}};return function(){var n=[];return n.push.apply(n,arguments),e.extend(n,t),n}}(),u=function(t,n){this.dates=new o,this.viewDate=i(),this.focusDate=null,this._process_options(n),this.element=e(t),this.isInline=!1,this.isInput=this.element.is("input"),this.component=this.element.is(".ai1ec-date")?this.element.find(".ai1ec-input-group, .ai1ec-input-group-addon, .ai1ec-btn"):!1,this.hasInput=this.component&&this.element.find("input").length,this.component&&this.component.length===0&&(this.component=!1),this.picker=e(v.template),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("ai1ec-datepicker-inline").appendTo(this.element):this.picker.addClass("ai1ec-datepicker-dropdown ai1ec-dropdown-menu"),this.o.rtl&&this.picker.addClass("ai1ec-datepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("tfoot th.ai1ec-today").attr("colspan",function(e,t){return parseInt(t)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};u.prototype={constructor:u,_process_options:function(n){this._o=e.extend({},this._o,n);var r=this.o=e.extend({},this._o),i=r.language;d[i]||(i=i.split("-")[0],d[i]||(i=t.language,d[i]||(i=h.language))),r.language=i;switch(r.startView){case 2:case"decade":r.startView=2;break;case 1:case"year":r.startView=1;break;default:r.startView=0}switch(r.minViewMode){case 1:case"months":r.minViewMode=1;break;case 2:case"years":r.minViewMode=2;break;default:r.minViewMode=0}r.startView=Math.max(r.startView,r.minViewMode),r.multidate!==!0&&(r.multidate=Number(r.multidate)||!1,r.multidate!==!1?r.multidate=Math.max(0,r.multidate):r.multidate=1),r.multidateSeparator=String(r.multidateSeparator),r.weekStart%=7,r.weekEnd=(r.weekStart+6)%7;var s=v.parseFormat(r.format);r.startDate!==-Infinity&&(r.startDate?r.startDate instanceof Date?r.startDate=this._local_to_utc(this._zero_time(r.startDate)):r.startDate=v.parseDate(r.startDate,s,r.language):r.startDate=-Infinity),r.endDate!==Infinity&&(r.endDate?r.endDate instanceof Date?r.endDate=this._local_to_utc(this._zero_time(r.endDate)):r.endDate=v.parseDate(r.endDate,s,r.language):r.endDate=Infinity),r.daysOfWeekDisabled=r.daysOfWeekDisabled||[],e.isArray(r.daysOfWeekDisabled)||(r.daysOfWeekDisabled=r.daysOfWeekDisabled.split(/[,\s]*/)),r.daysOfWeekDisabled=e.map(r.daysOfWeekDisabled,function(e){return parseInt(e,10)});var o=String(r.orientation).toLowerCase().split(/\s+/g),u=r.orientation.toLowerCase();o=e.grep(o,function(e){return/^auto|left|right|top|bottom$/.test(e)}),r.orientation={x:"auto",y:"auto"};if(!!u&&u!=="auto")if(o.length===1)switch(o[0]){case"top":case"bottom":r.orientation.y=o[0];break;case"left":case"right":r.orientation.x=o[0]}else u=e.grep(o,function(e){return/^left|right$/.test(e)}),r.orientation.x=u[0]||"auto",u=e.grep(o,function(e){return/^top|bottom$/.test(e)}),r.orientation.y=u[0]||"auto"},_events:[],_secondaryEvents:[],_applyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(r=undefined,i=e[t][1]):e[t].length==3&&(r=e[t][1],i=e[t][2]),n.on(i,r)},_unapplyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(i=undefined,r=e[t][1]):e[t].length==3&&(i=e[t][1],r=e[t][2]),n.off(r,i)},_buildEvents:function(){this.isInput?this._events=[[this.element,{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}]]:this.component&&this.hasInput?this._events=[[this.element.find("input"),{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}],[this.component,{click:e.proxy(this.show,this)}]]:this.element.is("div")?this.isInline=!0:this._events=[[this.element,{click:e.proxy(this.show,this)}]],this._events.push([this.element,"*",{blur:e.proxy(function(e){this._focused_from=e.target},this)}],[this.element,{blur:e.proxy(function(e){this._focused_from=e.target},this)}]),this._secondaryEvents=[[this.picker,{click:e.proxy(this.click,this)}],[e(window),{resize:e.proxy(this.place,this)}],[e(document),{"mousedown touchstart":e.proxy(function(e){this.element.is(e.target)||this.element.find(e.target).length||this.picker.is(e.target)||this.picker.find(e.target).length||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(t,n){var r=n||this.dates.get(-1),i=this._utc_to_local(r);this.element.trigger({type:t,date:i,dates:e.map(this.dates,this._utc_to_local),format:e.proxy(function(e,t){arguments.length===0?(e=this.dates.length-1,t=this.o.format):typeof e=="string"&&(t=e,e=this.dates.length-1),t=t||this.o.format;var n=this.dates.get(e);return v.formatDate(n,t,this.o.language)},this)})},show:function(e){this.isInline||this.picker.appendTo("body"),this.picker.show(),this.height=this.component?this.component.outerHeight():this.element.outerHeight(),this.place(),this._attachSecondaryEvents(),this._trigger("show")},hide:function(){if(this.isInline)return;if(!this.picker.is(":visible"))return;this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.viewMode=this.o.startView,this.showMode(),this.o.forceParse&&(this.isInput&&this.element.val()||this.hasInput&&this.element.find("input").val())&&this.setValue(),this._trigger("hide")},remove:function(){this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().datepicker,this.isInput||delete this.element.data().date},_utc_to_local:function(e){return e&&new Date(e.getTime()+e.getTimezoneOffset()*6e4)},_local_to_utc:function(e){return e&&new Date(e.getTime()-e.getTimezoneOffset()*6e4)},_zero_time:function(e){return e&&new Date(e.getFullYear(),e.getMonth(),e.getDate())},_zero_utc_time:function(e){return e&&new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()))},getDates:function(){return e.map(this.dates,this._utc_to_local)},getUTCDates:function(){return e.map(this.dates,function(e){return new Date(e)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){return new Date(this.dates.get(-1))},setDates:function(){this.update.apply(this,arguments),this._trigger("changeDate"),this.setValue()},setUTCDates:function(){this.update.apply(this,e.map(arguments,this._utc_to_local)),this._trigger("changeDate"),this.setValue()},setDate:s("setDates"),setUTCDate:s("setUTCDates"),setValue:function(){var e=this.getFormattedDate();this.isInput?this.element.val(e).change():this.component&&this.element.find("input").val(e).change()},getFormattedDate:function(t){t===undefined&&(t=this.o.format);var n=this.o.language;return e.map(this.dates,function(e){return v.formatDate(e,t,n)}).join(this.o.multidateSeparator)},setStartDate:function(e){this._process_options({startDate:e}),this.update(),this.updateNavArrows()},setEndDate:function(e){this._process_options({endDate:e}),this.update(),this.updateNavArrows()},setDaysOfWeekDisabled:function(e){this._process_options({daysOfWeekDisabled:e}),this.update(),this.updateNavArrows()},place:function(){if(this.isInline)return;var t=this.picker.outerWidth(),r=this.picker.outerHeight(),i=10,s=n.width(),o=n.height(),u=n.scrollTop(),a=parseInt(this.element.parents().filter(function(){return e(this).css("z-index")!="auto"}).first().css("z-index"))+10,f=this.component?this.component.parent().offset():this.element.offset(),l=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),c=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),h=f.left,p=f.top;this.picker.removeClass("ai1ec-datepicker-orient-top ai1ec-datepicker-orient-bottom ai1ec-datepicker-orient-right ai1ec-datepicker-orient-left"),this.o.orientation.x!=="auto"?(this.picker.addClass("ai1ec-datepicker-orient-"+this.o.orientation.x),this.o.orientation.x==="right"&&(h-=t-c)):(this.picker.addClass("ai1ec-datepicker-orient-left"),f.left<0?h-=f.left-i:f.left+t>s&&(h=s-t-i));var d=this.o.orientation.y,v,m;d==="auto"&&(v=-u+f.top-r,m=u+o-(f.top+l+r),Math.max(v,m)===m?d="top":d="bottom"),this.picker.addClass("ai1ec-datepicker-orient-"+d),d==="top"?p+=l:p-=r+parseInt(this.picker.css("padding-top")),this.picker.css({top:p,left:h,zIndex:a})},_allow_update:!0,update:function(){if(!this._allow_update)return;var t=this.dates.copy(),n=[],r=!1;arguments.length?(e.each(arguments,e.proxy(function(e,t){t instanceof Date&&(t=this._local_to_utc(t)),n.push(t)},this)),r=!0):(n=this.isInput?this.element.val():this.element.data("date")||this.element.find("input").val(),n&&this.o.multidate?n=n.split(this.o.multidateSeparator):n=[n],delete this.element.data().date),n=e.map(n,e.proxy(function(e){return v.parseDate(e,this.o.format,this.o.language)},this)),n=e.grep(n,e.proxy(function(e){return e<this.o.startDate||e>this.o.endDate||!e},this),!0),this.dates.replace(n),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate&&(this.viewDate=new Date(this.o.endDate)),r?this.setValue():n.length&&String(t)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&t.length&&this._trigger("clearDate"),this.fill()},fillDow:function(){var e=this.o.weekStart,t="<tr>";if(this.o.calendarWeeks){var n='<th class="ai1ec-cw"> </th>';t+=n,this.picker.find(".ai1ec-datepicker-days thead tr:first-child").prepend(n)}while(e<this.o.weekStart+7)t+='<th class="ai1ec-dow">'+d[this.o.language].daysMin[e++%7]+"</th>";t+="</tr>",this.picker.find(".ai1ec-datepicker-days thead").append(t)},fillMonths:function(){var e="",t=0;while(t<12)e+='<span class="ai1ec-month">'+d[this.o.language].monthsShort[t++]+"</span>";this.picker.find(".ai1ec-datepicker-months td").html(e)},setRange:function(t){!t||!t.length?delete this.range:this.range=e.map(t,function(e){return e.valueOf()}),this.fill()},getClassNames:function(t){var n=[],r=this.viewDate.getUTCFullYear(),i=this.viewDate.getUTCMonth(),s=new Date;return t.getUTCFullYear()<r||t.getUTCFullYear()==r&&t.getUTCMonth()<i?n.push("ai1ec-old"):(t.getUTCFullYear()>r||t.getUTCFullYear()==r&&t.getUTCMonth()>i)&&n.push("ai1ec-new"),this.focusDate&&t.valueOf()===this.focusDate.valueOf()&&n.push("ai1ec-focused"),this.o.todayHighlight&&t.getUTCFullYear()==s.getFullYear()&&t.getUTCMonth()==s.getMonth()&&t.getUTCDate()==s.getDate()&&n.push("ai1ec-today"),this.dates.contains(t)!==-1&&n.push("ai1ec-active"),(t.valueOf()<this.o.startDate||t.valueOf()>this.o.endDate||e.inArray(t.getUTCDay(),this.o.daysOfWeekDisabled)!==-1)&&n.push("ai1ec-disabled"),this.range&&(t>this.range[0]&&t<this.range[this.range.length-1]&&n.push("ai1ec-range"),e.inArray(t.valueOf(),this.range)!=-1&&n.push("ai1ec-selected")),n},fill:function(){var t=new Date(this.viewDate),n=t.getUTCFullYear(),i=t.getUTCMonth(),s=this.o.startDate!==-Infinity?this.o.startDate.getUTCFullYear():-Infinity,o=this.o.startDate!==-Infinity?this.o.startDate.getUTCMonth():-Infinity,u=this.o.endDate!==Infinity?this.o.endDate.getUTCFullYear():Infinity,a=this.o.endDate!==Infinity?this.o.endDate.getUTCMonth():Infinity,f,l;this.picker.find(".ai1ec-datepicker-days thead th.ai1ec-datepicker-switch").text(d[this.o.language].months[i]+" "+n),this.picker.find("tfoot th.ai1ec-today").text(d[this.o.language].today).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot th.ai1ec-clear").text(d[this.o.language].clear).toggle(this.o.clearBtn!==!1),this.updateNavArrows(),this.fillMonths();var c=r(n,i-1,28),h=v.getDaysInMonth(c.getUTCFullYear(),c.getUTCMonth());c.setUTCDate(h),c.setUTCDate(h-(c.getUTCDay()-this.o.weekStart+7)%7);var p=new Date(c);p.setUTCDate(p.getUTCDate()+42),p=p.valueOf();var m=[],g;while(c.valueOf()<p){if(c.getUTCDay()==this.o.weekStart){m.push("<tr>");if(this.o.calendarWeeks){var y=new Date(+c+(this.o.weekStart-c.getUTCDay()-7)%7*864e5),b=new Date(+y+(11-y.getUTCDay())%7*864e5),w=new Date(+(w=r(b.getUTCFullYear(),0,1))+(11-w.getUTCDay())%7*864e5),E=(b-w)/864e5/7+1;m.push('<td class="ai1ec-cw">'+E+"</td>")}}g=this.getClassNames(c),g.push("ai1ec-day");if(this.o.beforeShowDay!==e.noop){var S=this.o.beforeShowDay(this._utc_to_local(c));S===undefined?S={}:typeof S=="boolean"?S={enabled:S}:typeof S=="string"&&(S={classes:S}),S.enabled===!1&&g.push("ai1ec-disabled"),S.classes&&(g=g.concat(S.classes.split(/\s+/))),S.tooltip&&(f=S.tooltip)}g=e.unique(g),m.push('<td class="'+g.join(" ")+'"'+(f?' title="'+f+'"':"")+">"+c.getUTCDate()+"</td>"),c.getUTCDay()==this.o.weekEnd&&m.push("</tr>"),c.setUTCDate(c.getUTCDate()+1)}this.picker.find(".ai1ec-datepicker-days tbody").empty().append(m.join(""));var x=this.picker.find(".ai1ec-datepicker-months").find("th:eq(1)").text(n).end().find("span").removeClass("ai1ec-active");e.each(this.dates,function(e,t){t.getUTCFullYear()==n&&x.eq(t.getUTCMonth()).addClass("ai1ec-active")}),(n<s||n>u)&&x.addClass("ai1ec-disabled"),n==s&&x.slice(0,o).addClass("ai1ec-disabled"),n==u&&x.slice(a+1).addClass("ai1ec-disabled"),m="",n=parseInt(n/10,10)*10;var T=this.picker.find(".ai1ec-datepicker-years").find("th:eq(1)").text(n+"-"+(n+9)).end().find("td");n-=1;var N=e.map(this.dates,function(e){return e.getUTCFullYear()}),C;for(var k=-1;k<11;k++)C=["ai1ec-year"],k===-1?C.push("ai1ec-old"):k===10&&C.push("ai1ec-new"),e.inArray(n,N)!==-1&&C.push("ai1ec-active"),(n<s||n>u)&&C.push("ai1ec-disabled"),m+='<span class="'+C.join(" ")+'">'+n+"</span>",n+=1;T.html(m)},updateNavArrows:function(){if(!this._allow_update)return;var e=new Date(this.viewDate),t=e.getUTCFullYear(),n=e.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()&&n<=this.o.startDate.getUTCMonth()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()&&n>=this.o.endDate.getUTCMonth()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"});break;case 1:case 2:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"})}},click:function(t){t.preventDefault();var n=e(t.target).closest("span, td, th"),i,s,o;if(n.length==1)switch(n[0].nodeName.toLowerCase()){case"th":switch(n[0].className){case"ai1ec-datepicker-switch":this.showMode(1);break;case"ai1ec-prev":case"ai1ec-next":var u=v.modes[this.viewMode].navStep*(n[0].className=="ai1ec-prev"?-1:1);switch(this.viewMode){case 0:this.viewDate=this.moveMonth(this.viewDate,u),this._trigger("changeMonth",this.viewDate);break;case 1:case 2:this.viewDate=this.moveYear(this.viewDate,u),this.viewMode===1&&this._trigger("changeYear",this.viewDate)}this.fill();break;case"ai1ec-today":var a=new Date;a=r(a.getFullYear(),a.getMonth(),a.getDate(),0,0,0),this.showMode(-2);var f=this.o.todayBtn=="linked"?null:"view";this._setDate(a,f);break;case"ai1ec-clear":var l;this.isInput?l=this.element:this.component&&(l=this.element.find("input")),l&&l.val("").change(),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()}break;case"span":n.is(".ai1ec-disabled")||(this.viewDate.setUTCDate(1),n.is(".ai1ec-month")?(o=1,s=n.parent().find("span").index(n),i=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(s),this._trigger("changeMonth",this.viewDate),this.o.minViewMode===1&&this._setDate(r(i,s,o))):(o=1,s=0,i=parseInt(n.text(),10)||0,this.viewDate.setUTCFullYear(i),this._trigger("changeYear",this.viewDate),this.o.minViewMode===2&&this._setDate(r(i,s,o))),this.showMode(-1),this.fill());break;case"td":n.is(".ai1ec-day")&&!n.is(".ai1ec-disabled")&&(o=parseInt(n.text(),10)||1,i=this.viewDate.getUTCFullYear(),s=this.viewDate.getUTCMonth(),n.is(".ai1ec-old")?s===0?(s=11,i-=1):s-=1:n.is(".ai1ec-new")&&(s==11?(s=0,i+=1):s+=1),this._setDate(r(i,s,o)))}this.picker.is(":visible")&&this._focused_from&&e(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(e){var t=this.dates.contains(e);e?t!==-1?this.dates.remove(t):this.dates.push(e):this.dates.clear();if(typeof this.o.multidate=="number")while(this.dates.length>this.o.multidate)this.dates.remove(0)},_setDate:function(e,t){(!t||t=="date")&&this._toggle_multidate(e&&new Date(e));if(!t||t=="view")this.viewDate=e&&new Date(e);this.fill(),this.setValue(),this._trigger("changeDate");var n;this.isInput?n=this.element:this.component&&(n=this.element.find("input")),n&&n.change(),this.o.autoclose&&(!t||t=="date")&&this.hide()},moveMonth:function(e,t){if(!e)return undefined;if(!t)return e;var n=new Date(e.valueOf()),r=n.getUTCDate(),i=n.getUTCMonth(),s=Math.abs(t),o,u;t=t>0?1:-1;if(s==1){u=t==-1?function(){return n.getUTCMonth()==i}:function(){return n.getUTCMonth()!=o},o=i+t,n.setUTCMonth(o);if(o<0||o>11)o=(o+12)%12}else{for(var a=0;a<s;a++)n=this.moveMonth(n,t);o=n.getUTCMonth(),n.setUTCDate(r),u=function(){return o!=n.getUTCMonth()}}while(u())n.setUTCDate(--r),n.setUTCMonth(o);return n},moveYear:function(e,t){return this.moveMonth(e,t*12)},dateWithinRange:function(e){return e>=this.o.startDate&&e<=this.o.endDate},keydown:function(e){if(this.picker.is(":not(:visible)")){e.keyCode==27&&this.show();return}var t=!1,n,r,s,o=this.focusDate||this.viewDate;switch(e.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),e.preventDefault();break;case 37:case 39:if(!this.o.keyboardNavigation)break;n=e.keyCode==37?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n),s=new Date(o),s.setUTCDate(o.getUTCDate()+n)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 38:case 40:if(!this.o.keyboardNavigation)break;n=e.keyCode==38?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n*7),s=new Date(o),s.setUTCDate(o.getUTCDate()+n*7)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 32:break;case 13:o=this.focusDate||this.dates.get(-1)||this.viewDate,this._toggle_multidate(o),t=!0,this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(e.preventDefault(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}if(t){this.dates.length?this._trigger("changeDate"):this._trigger("clearDate");var u;this.isInput?u=this.element:this.component&&(u=this.element.find("input")),u&&u.change()}},showMode:function(e){e&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(2,this.viewMode+e))),this.picker.find(">div").hide().filter(".ai1ec-datepicker-"+v.modes[this.viewMode].clsName).css("display","block"),this.updateNavArrows()}};var a=function(t,n){this.element=e(t),this.inputs=e.map(n.inputs,function(e){return e.jquery?e[0]:e}),delete n.inputs,e(this.inputs).datepicker(n).bind("changeDate",e.proxy(this.dateUpdated,this)),this.pickers=e.map(this.inputs,function(t){return e(t).data("datepicker")}),this.updateDates()};a.prototype={updateDates:function(){this.dates=e.map(this.pickers,function(e){return e.getUTCDate()}),this.updateRanges()},updateRanges:function(){var t=e.map(this.dates,function(e){return e.valueOf()});e.each(this.pickers,function(e,n){n.setRange(t)})},dateUpdated:function(t){if(this.updating)return;this.updating=!0;var n=e(t.target).data("datepicker"),r=n.getUTCDate(),i=e.inArray(t.target,this.inputs),s=this.inputs.length;if(i==-1)return;e.each(this.pickers,function(e,t){t.getUTCDate()||t.setUTCDate(r)});if(r<this.dates[i])while(i>=0&&r<this.dates[i])this.pickers[i--].setUTCDate(r);else if(r>this.dates[i])while(i<s&&r>this.dates[i])this.pickers[i++].setUTCDate(r);this.updateDates(),delete this.updating},remove:function(){e.map(this.pickers,function(e){e.remove()}),delete this.element.data().datepicker}};var c=e.fn.datepicker;e.fn.datepicker=function(t){var n=Array.apply(null,arguments);n.shift();var r;return this.each(function(){var i=e(this),s=i.data("datepicker"),o=typeof t=="object"&&t;if(!s){var c=f(this,"date"),p=e.extend({},h,c,o),d=l(p.language),v=e.extend({},h,d,c,o);if(i.is(".ai1ec-input-daterange")||v.inputs){var m={inputs:v.inputs||i.find("input").toArray()};i.data("datepicker",s=new a(this,e.extend(v,m)))}else i.data("datepicker",s=new u(this,v))}if(typeof t=="string"&&typeof s[t]=="function"){r=s[t].apply(s,n);if(r!==undefined)return!1}}),r!==undefined?r:this};var h=e.fn.datepicker.defaults={autoclose:!1,beforeShowDay:e.noop,calendarWeeks:!1,clearBtn:!1,daysOfWeekDisabled:[],endDate:Infinity,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-Infinity,startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0},p=e.fn.datepicker.locale_opts=["format","rtl","weekStart"];e.fn.datepicker.Constructor=u;var d=e.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear"}},v={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],isLeapYear:function(e){return e%4===0&&e%100!==0||e%400===0},getDaysInMonth:function(e,t){return[31,v.isLeapYear(e)?29:28,31,30,31,30,31,31,30,31,30,31][t]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\[\u3400-\u9fff-`{-~\t\n\r]+/g,parseFormat:function(e){var t=e.replace(this.validParts,"\0").split("\0"),n=e.match(this.validParts);if(!t||!t.length||!n||n.length===0)throw new Error("Invalid date format.");return{separators:t,parts:n}},parseDate:function(t,n,i){if(!t)return undefined;if(t instanceof Date)return t;typeof n=="string"&&(n=v.parseFormat(n));if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(t)){var s=/([\-+]\d+)([dmwy])/,o=t.match(/([\-+]\d+)([dmwy])/g),a,f;t=new Date;for(var l=0;l<o.length;l++){a=s.exec(o[l]),f=parseInt(a[1]);switch(a[2]){case"d":t.setUTCDate(t.getUTCDate()+f);break;case"m":t=u.prototype.moveMonth.call(u.prototype,t,f);break;case"w":t.setUTCDate(t.getUTCDate()+f*7);break;case"y":t=u.prototype.moveYear.call(u.prototype,t,f)}}return r(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),0,0,0)}var o=t&&t.match(this.nonpunctuation)||[],t=new Date,c={},h=["yyyy","yy","M","MM","m","mm","d","dd"],p={yyyy:function(e,t){return e.setUTCFullYear(t)},yy:function(e,t){return e.setUTCFullYear(2e3+t)},m:function(e,t){if(isNaN(e))return e;t-=1;while(t<0)t+=12;t%=12,e.setUTCMonth(t);while(e.getUTCMonth()!=t)e.setUTCDate(e.getUTCDate()-1);return e},d:function(e,t){return e.setUTCDate(t)}},m,g,a;p.M=p.MM=p.mm=p.m,p.dd=p.d,t=r(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0);var y=n.parts.slice();o.length!=y.length&&(y=e(y).filter(function(t,n){return e.inArray(n,h)!==-1}).toArray());if(o.length==y.length){for(var l=0,b=y.length;l<b;l++){m=parseInt(o[l],10),a=y[l];if(isNaN(m))switch(a){case"MM":g=e(d[i].months).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].months)+1;break;case"M":g=e(d[i].monthsShort).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].monthsShort)+1}c[a]=m}for(var l=0,w,E;l<h.length;l++)E=h[l],E in c&&!isNaN(c[E])&&(w=new Date(t),p[E](w,c[E]),isNaN(w)||(t=w))}return t},formatDate:function(t,n,r){if(!t)return"";typeof n=="string"&&(n=v.parseFormat(n));var i={d:t.getUTCDate(),D:d[r].daysShort[t.getUTCDay()],DD:d[r].days[t.getUTCDay()],m:t.getUTCMonth()+1,M:d[r].monthsShort[t.getUTCMonth()],MM:d[r].months[t.getUTCMonth()],yy:t.getUTCFullYear().toString().substring(2),yyyy:t.getUTCFullYear()};i.dd=(i.d<10?"0":"")+i.d,i.mm=(i.m<10?"0":"")+i.m;var t=[],s=e.extend([],n.separators);for(var o=0,u=n.parts.length;o<=u;o++)s.length&&t.push(s.shift()),t.push(i[n.parts[o]]);return t.join("")},headTemplate:'<thead><tr><th class="ai1ec-prev"><i class="ai1ec-fa ai1ec-fa-arrow-left"></i></th><th colspan="5" class="ai1ec-datepicker-switch"></th><th class="ai1ec-next"><i class="ai1ec-fa ai1ec-fa-arrow-right"></i></th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="ai1ec-today"></th></tr><tr><th colspan="7" class="ai1ec-clear"></th></tr></tfoot>'};v.template='<div class="timely ai1ec-datepicker"><div class="ai1ec-datepicker-days"><table class=" ai1ec-table-condensed">'+v.headTemplate+"<tbody></tbody>"+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-months">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-years">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+"</div>",e.fn.datepicker.DPGlobal=v,e.fn.datepicker.noConflict=function(){return e.fn.datepicker=c,this},e(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(t){var n=e(this);if(n.data("datepicker"))return;t.preventDefault(),n.datepicker("show")}),e(function(){e('[data-provide="datepicker-inline"]').datepicker()});for(var m=2,g=arguments.length;m<g;m++)arguments[m].localize()}),timely.define("external_libs/bootstrap/transition",["jquery_timely"],function(e){function t(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in t)if(e.style[n]!==undefined)return{end:t[n]}}e.fn.emulateTransitionEnd=function(t){var n=!1,r=this;e(this).one(e.support.transition.end,function(){n=!0});var i=function(){n||e(r).trigger(e.support.transition.end)};return setTimeout(i,t),this},e(function(){e.support.transition=t()})}),timely.define("external_libs/bootstrap/collapse",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r),this.transitioning=null,this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.DEFAULTS={toggle:!0},t.prototype.dimension=function(){var e=this.$element.hasClass("ai1ec-width");return e?"width":"height"},t.prototype.show=function(){if(this.transitioning||this.$element.hasClass("ai1ec-in"))return;var t=e.Event("show.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.$parent&&this.$parent.find("> .ai1ec-panel > .ai1ec-in");if(n&&n.length){var r=n.data("bs.collapse");if(r&&r.transitioning)return;n.collapse("hide"),r||n.data("bs.collapse",null)}var i=this.dimension();this.$element.removeClass("ai1ec-collapse").addClass("ai1ec-collapsing")[i](0),this.transitioning=1;var s=function(){this.$element.removeClass("ai1ec-collapsing").addClass("ai1ec-in")[i]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);var o=e.camelCase(["scroll",i].join("-"));this.$element.one(e.support.transition.end,e.proxy(s,this)).emulateTransitionEnd(350)[i](this.$element[0][o])},t.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass("ai1ec-in"))return;var t=e.Event("hide.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("ai1ec-collapsing").removeClass("ai1ec-collapse").removeClass("ai1ec-in"),this.transitioning=1;var r=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("ai1ec-collapsing").addClass("ai1ec-collapse")};if(!e.support.transition)return r.call(this);this.$element[n](0).one(e.support.transition.end,e.proxy(r,this)).emulateTransitionEnd(350)},t.prototype.toggle=function(){this[this.$element.hasClass("ai1ec-in")?"hide":"show"]()};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("bs.collapse"),s=e.extend({},t.DEFAULTS,r.data(),typeof n=="object"&&n);i||r.data("bs.collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.bs.collapse.data-api","[data-toggle=ai1ec-collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i),o=s.data("bs.collapse"),u=o?"toggle":n.data(),a=n.attr("data-parent"),f=a&&e(a);if(!o||!o.transitioning)f&&f.find('[data-toggle=ai1ec-collapse][data-parent="'+a+'"]').not(n).addClass("ai1ec-collapsed"),n[s.hasClass("ai1ec-in")?"addClass":"removeClass"]("ai1ec-collapsed");s.collapse(u)})}),timely.define("external_libs/bootstrap/modal",["jquery_timely"],function(e){var t=function(t,n){this.options=n,this.$element=e(t),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};t.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},t.prototype.toggle=function(e){return this[this.isShown?"hide":"show"](e)},t.prototype.show=function(t){var n=this,r=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(r);if(this.isShown||r.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="ai1ec-modal"]',e.proxy(this.hide,this)),this.backdrop(function(){var r=e.support.transition&&n.$element.hasClass("ai1ec-fade");n.$element.parent().length||n.$element.appendTo(document.body),n.$element.show(),r&&n.$element[0].offsetWidth,n.$element.addClass("ai1ec-in").attr("aria-hidden",!1),n.enforceFocus();var i=e.Event("shown.bs.modal",{relatedTarget:t});r?n.$element.find(".ai1ec-modal-dialog").one(e.support.transition.end,function(){n.$element.focus().trigger(i)}).emulateTransitionEnd(300):n.$element.focus().trigger(i)})},t.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,this.escape(),e(document).off("focusin.bs.modal"),this.$element.removeClass("ai1ec-in").attr("aria-hidden",!0).off("click.dismiss.modal"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$element.one(e.support.transition.end,e.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal()},t.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){this.$element[0]!==e.target&&!this.$element.has(e.target).length&&this.$element.focus()},this))},t.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",e.proxy(function(e){e.which==27&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},t.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.removeBackdrop(),e.$element.trigger("hidden.bs.modal")})},t.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},t.prototype.backdrop=function(t){var n=this,r=this.$element.hasClass("ai1ec-fade")?"ai1ec-fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="ai1ec-modal-backdrop '+r+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",e.proxy(function(e){if(e.target!==e.currentTarget)return;this.options.backdrop=="static"?this.$element[0].focus.call(this.$element[0]):this.hide.call(this)},this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("ai1ec-in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("ai1ec-in"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()):t&&t()};var n=e.fn.modal;e.fn.modal=function(n,r){return this.each(function(){var i=e(this),s=i.data("bs.modal"),o=e.extend({},t.DEFAULTS,i.data(),typeof n=="object"&&n);s||i.data("bs.modal",s=new t(this,o)),typeof n=="string"?s[n](r):o.show&&s.show(r)})},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.bs.modal.data-api",'[data-toggle="ai1ec-modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s,this).one("hide",function(){n.is(":visible")&&n.focus()})}),e(document).on("show.bs.modal",".ai1ec-modal",function(){e(document.body).addClass("ai1ec-modal-open")}).on("hidden.bs.modal",".ai1ec-modal",function(){e(document.body).removeClass("ai1ec-modal-open")})}),timely.define("external_libs/bootstrap/alert",["jquery_timely"],function(e){var t='[data-dismiss="ai1ec-alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed.bs.alert").remove()}var n=e(this),r=n.attr("data-target");r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));var i=e(r);t&&t.preventDefault(),i.length||(i=n.hasClass("ai1ec-alert")?n:n.parent()),i.trigger(t=e.Event("close.bs.alert"));if(t.isDefaultPrevented())return;i.removeClass("ai1ec-in"),e.support.transition&&i.hasClass("ai1ec-fade")?i.one(e.support.transition.end,s).emulateTransitionEnd(150):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("bs.alert");i||r.data("bs.alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.bs.alert.data-api",t,n.prototype.close)}),timely.define("external_libs/select2",["jquery_timely"],function(e){(function(e){typeof e.fn.each2=="undefined"&&e.fn.extend({each2:function(t){var n=e([0]),r=-1,i=this.length;while(++r<i&&(n.context=n[0]=this[r])&&t.call(n[0],r,n)!==!1);return this}})})(e),function(e,t){function l(e,t){var n=0,r=t.length;for(;n<r;n+=1)if(c(e,t[n]))return n;return-1}function c(e,n){return e===n?!0:e===t||n===t?!1:e===null||n===null?!1:e.constructor===String?e===n+"":n.constructor===String?n===e+"":!1}function h(t,n){var r,i,s;if(t===null||t.length<1)return[];r=t.split(n);for(i=0,s=r.length;i<s;i+=1)r[i]=e.trim(r[i]);return r}function p(e){return e.outerWidth(!1)-e.width()}function d(n){var r="keyup-change-value";n.bind("keydown",function(){e.data(n,r)===t&&e.data(n,r,n.val())}),n.bind("keyup",function(){var i=e.data(n,r);i!==t&&n.val()!==i&&(e.removeData(n,r),n.trigger("keyup-change"))})}function v(n){n.bind("mousemove",function(n){var r=a;(r===t||r.x!==n.pageX||r.y!==n.pageY)&&e(n.target).trigger("mousemove-filtered",n)})}function m(e,n,r){r=r||t;var i;return function(){var t=arguments;window.clearTimeout(i),i=window.setTimeout(function(){n.apply(r,t)},e)}}function g(e){var t=!1,n;return function(){return t===!1&&(n=e(),t=!0),n}}function y(e,t){var n=m(e,function(e){t.trigger("scroll-debounced",e)});t.bind("scroll",function(e){l(e.target,t.get())>=0&&n(e)})}function b(e){if(e[0]===document.activeElement)return;window.setTimeout(function(){var t=e[0],n=e.val().length,r;e.focus(),t.setSelectionRange?t.setSelectionRange(n,n):t.createTextRange&&(r=t.createTextRange(),r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",n),r.select())},0)}function w(e){e.preventDefault(),e.stopPropagation()}function E(e){e.preventDefault(),e.stopImmediatePropagation()}function S(t){if(!u){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);u=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"}),u.attr("class","select2-sizer"),e("body").append(u)}return u.text(t.val()),u.width()}function x(t,n,r){var i,s=[],o;i=t.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")===0&&s.push(this)}),i=n.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")!==0&&(o=r(this),typeof o=="string"&&o.length>0&&s.push(this))}),t.attr("class",s.join(" "))}function T(e,t,n,r){var i=e.toUpperCase().indexOf(t.toUpperCase()),s=t.length;if(i<0){n.push(r(e));return}n.push(r(e.substring(0,i))),n.push("<span class='select2-match'>"),n.push(r(e.substring(i,i+s))),n.push("</span>"),n.push(r(e.substring(i+s,e.length)))}function N(t){var n,r=0,i=null,s=t.quietMillis||100,o=t.url,u=this;return function(a){window.clearTimeout(n),n=window.setTimeout(function(){r+=1;var n=r,s=t.data,f=o,l=t.transport||e.ajax,c=t.type||"GET",h={};s=s?s.call(u,a.term,a.page,a.context):null,f=typeof f=="function"?f.call(u,a.term,a.page,a.context):f,null!==i&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(h,t.params.call(u)):e.extend(h,t.params)),e.extend(h,{url:f,dataType:t.dataType,data:s,type:c,cache:!1,success:function(e){if(n<r)return;var i=t.results(e,a.page);a.callback(i)}}),i=l.call(u,h)},s)}}function C(t){var n=t,r,i,s=function(e){return""+e.text};e.isArray(n)&&(i=n,n={results:i}),e.isFunction(n)===!1&&(i=n,n=function(){return i});var o=n();return o.text&&(s=o.text,e.isFunction(s)||(r=n.text,s=function(e){return e[r]})),function(t){var r=t.term,i={results:[]},o;if(r===""){t.callback(n());return}o=function(n,i){var u,a;n=n[0];if(n.children){u={};for(a in n)n.hasOwnProperty(a)&&(u[a]=n[a]);u.children=[],e(n.children).each2(function(e,t){o(t,u.children)}),(u.children.length||t.matcher(r,s(u),n))&&i.push(u)}else t.matcher(r,s(n),n)&&i.push(n)},e(n().results).each2(function(e,t){o(t,i.results)}),t.callback(i)}}function k(n){var r=e.isFunction(n);return function(i){var s=i.term,o={results:[]};e(r?n():n).each(function(){var e=this.text!==t,n=e?this.text:this;(s===""||i.matcher(s,n))&&o.results.push(e?this:{id:this,text:this})}),i.callback(o)}}function L(t,n){if(e.isFunction(t))return!0;if(!t)return!1;throw new Error("formatterName must be a function or a falsy value")}function A(t){return e.isFunction(t)?t():t}function O(t){var n=0;return e.each(t,function(e,t){t.children?n+=O(t.children):n++}),n}function M(e,n,r,i){var s=e,o=!1,u,a,f,l,h;if(!i.createSearchChoice||!i.tokenSeparators||i.tokenSeparators.length<1)return t;for(;;){a=-1;for(f=0,l=i.tokenSeparators.length;f<l;f++){h=i.tokenSeparators[f],a=e.indexOf(h);if(a>=0)break}if(a<0)break;u=e.substring(0,a),e=e.substring(a+h.length);if(u.length>0){u=i.createSearchChoice(u,n);if(u!==t&&u!==null&&i.id(u)!==t&&i.id(u)!==null){o=!1;for(f=0,l=n.length;f<l;f++)if(c(i.id(u),i.id(n[f]))){o=!0;break}o||r(u)}}}if(s!==e)return e}function _(t,n){var r=function(){};return r.prototype=new t,r.prototype.constructor=r,r.prototype.parent=t.prototype,r.prototype=e.extend(r.prototype,n),r}var n,r,i,s,o,u,a,f;n={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){e=e.which?e.which:e;switch(e){case n.LEFT:case n.RIGHT:case n.UP:case n.DOWN:return!0}return!1},isControl:function(e){var t=e.which;switch(t){case n.SHIFT:case n.CTRL:case n.ALT:return!0}return e.metaKey?!0:!1},isFunctionKey:function(e){return e=e.which?e.which:e,e>=112&&e<=123}},f=e(document),o=function(){var e=1;return function(){return e++}}(),f.bind("mousemove",function(e){a={x:e.pageX,y:e.pageY}}),r=_(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(n){var r,i,s=".select2-results",u;this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==t&&n.element.data("select2")!==null&&this.destroy(),this.enabled=!0,this.container=this.createContainer(),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+o()),this.containerSelector="#"+this.containerId.replace(/([;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.body=g(function(){return n.element.closest("body")}),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.css(A(n.containerCss)),this.container.addClass(A(n.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabIndex"),this.opts.element.data("select2",this).addClass("select2-offscreen").bind("focus.select2",function(){e(this).select2("focus")}).attr("tabIndex","-1").before(this.container),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),this.dropdown.addClass(A(n.dropdownCssClass)),this.dropdown.data("select2",this),this.results=r=this.container.find(s),this.search=i=this.container.find("input.select2-input"),i.attr("tabIndex",this.elementTabIndex),this.resultsPage=0,this.context=null,this.initContainer(),v(this.results),this.dropdown.delegate(s,"mousemove-filtered touchstart touchmove touchend",this.bind(this.highlightUnderEvent)),y(80,this.results),this.dropdown.delegate(s,"scroll-debounced",this.bind(this.loadMoreIfNeeded)),e.fn.mousewheel&&r.mousewheel(function(e,t,n,i){var s=r.scrollTop(),o;i>0&&s-i<=0?(r.scrollTop(0),w(e)):i<0&&r.get(0).scrollHeight-r.scrollTop()+i<=r.height()&&(r.scrollTop(r.get(0).scrollHeight-r.height()),w(e))}),d(i),i.bind("keyup-change input paste",this.bind(this.updateResults)),i.bind("focus",function(){i.addClass("select2-focused")}),i.bind("blur",function(){i.removeClass("select2-focused")}),this.dropdown.delegate(s,"mouseup",this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.bind("click mouseup mousedown",function(e){e.stopPropagation()}),e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),(n.element.is(":disabled")||n.element.is("[readonly='readonly']"))&&this.disable()},destroy:function(){var e=this.opts.element.data("select2");this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),e!==t&&(e.container.remove(),e.dropdown.remove(),e.opts.element.removeClass("select2-offscreen").removeData("select2").unbind(".select2").attr({tabIndex:this.elementTabIndex}).show())},prepareOpts:function(n){var r,i,s,o;r=n.element,r.get(0).tagName.toLowerCase()==="select"&&(this.select=i=n.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),n=e.extend({},{populateResults:function(r,i,s){var o,u,a,f,l=this.opts.id,c=this;o=function(r,i,u){var a,f,h,p,d,v,m,g,y,b;r=n.sortResults(r,i,s);for(a=0,f=r.length;a<f;a+=1)h=r[a],d=h.disabled===!0,p=!d&&l(h)!==t,v=h.children&&h.children.length>0,m=e("<li></li>"),m.addClass("select2-results-dept-"+u),m.addClass("select2-result"),m.addClass(p?"select2-result-selectable":"select2-result-unselectable"),d&&m.addClass("select2-disabled"),v&&m.addClass("select2-result-with-children"),m.addClass(c.opts.formatResultCssClass(h)),g=e(document.createElement("div")),g.addClass("select2-result-label"),b=n.formatResult(h,g,s,c.opts.escapeMarkup),b!==t&&g.html(b),m.append(g),v&&(y=e("<ul></ul>"),y.addClass("select2-result-sub"),o(h.children,y,u+1),m.append(y)),m.data("select2-data",h),i.append(m)},o(i,r,0)}},e.fn.select2.defaults,n),typeof n.id!="function"&&(s=n.id,n.id=function(e){return e[s]});if(e.isArray(n.element.data("select2Tags"))){if("tags"in n)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+n.element.attr("id");n.tags=n.element.attr("data-select2-tags")}i?(n.query=this.bind(function(n){var i={results:[],more:!1},s=n.term,o,u,a;a=function(e,t){var r;e.is("option")?n.matcher(s,e.text(),e)&&t.push({id:e.attr("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:c(e.attr("disabled"),"disabled")}):e.is("optgroup")&&(r={text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")},e.children().each2(function(e,t){a(t,r.children)}),r.children.length>0&&t.push(r))},o=r.children(),this.getPlaceholder()!==t&&o.length>0&&(u=o[0],e(u).text()===""&&(o=o.not(u))),o.each2(function(e,t){a(t,i.results)}),n.callback(i)}),n.id=function(e){return e.id},n.formatResultCssClass=function(e){return e.css}):"query"in n||("ajax"in n?(o=n.element.data("ajax-url"),o&&o.length>0&&(n.ajax.url=o),n.query=N.call(n.element,n.ajax)):"data"in n?n.query=C(n.data):"tags"in n&&(n.query=k(n.tags),n.createSearchChoice===t&&(n.createSearchChoice=function(e){return{id:e,text:e}}),n.initSelection===t&&(n.initSelection=function(t,r){var i=[];e(h(t.val(),n.separator)).each(function(){var t=this,r=this,s=n.tags;e.isFunction(s)&&(s=s()),e(s).each(function(){if(c(this.id,t))return r=this.text,!1}),i.push({id:t,text:r})}),r(i)})));if(typeof n.query!="function")throw"query function not defined for Select2 "+n.element.attr("id");return n},monitorSource:function(){var e=this.opts.element,t;e.bind("change.select2",this.bind(function(e){this.opts.element.data("select2-change-triggered")!==!0&&this.initSelection()})),t=this.bind(function(){var e,t,n=this;e=this.opts.element.attr("disabled")!=="disabled",t=this.opts.element.attr("readonly")==="readonly",e=e&&!t,this.enabled!==e&&(e?this.enable():this.disable()),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(A(this.opts.containerCssClass)),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(A(this.opts.dropdownCssClass))}),e.bind("propertychange.select2 DOMAttrModified.select2",t),typeof WebKitMutationObserver!="undefined"&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new WebKitMutationObserver(function(e){e.forEach(t)}),this.propertyObserver.observe(e.get(0),{attributes:!0,subtree:!1}))},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},enable:function(){if(this.enabled)return;this.enabled=!0,this.container.removeClass("select2-container-disabled"),this.opts.element.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.close(),this.enabled=!1,this.container.addClass("select2-container-disabled"),this.opts.element.attr("disabled","disabled")},opened:function(){return this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t=this.container.offset(),n=this.container.outerHeight(!1),r=this.container.outerWidth(!1),i=this.dropdown.outerHeight(!1),s=e(window).scrollLeft()+e(window).width(),o=e(window).scrollTop()+e(window).height(),u=t.top+n,a=t.left,f=u+i<=o,l=t.top-i>=this.body().scrollTop(),c=this.dropdown.outerWidth(!1),h=a+c<=s,p=this.dropdown.hasClass("select2-drop-above"),d,v,m;this.body().css("position")!=="static"&&(d=this.body().offset(),u-=d.top,a-=d.left),p?(v=!0,!l&&f&&(v=!1)):(v=!1,!f&&l&&(v=!0)),h||(a=t.left+r-c),v?(u=t.top-i,this.container.addClass("select2-drop-above"),this.dropdown.addClass("select2-drop-above")):(this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")),m=e.extend({top:u,left:a,width:r},A(this.opts.dropdownCss)),this.dropdown.css(m)},shouldOpen:function(){var t;return this.opened()?!1:(t=e.Event("opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return this.shouldOpen()?(window.setTimeout(this.bind(this.opening),1),!0):!1},opening:function(){var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t,s;this.clearDropdownAlignmentPreference(),this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.dropdown[0]!==this.body().children().last()[0]&&this.dropdown.detach().appendTo(this.body()),this.updateResults(!0),s=e("#select2-drop-mask"),s.length==0&&(s=e(document.createElement("div")),s.attr("id","select2-drop-mask").attr("class","select2-drop-mask"),s.hide(),s.appendTo(this.body()),s.bind("mousedown touchstart",function(t){var n=e("#select2-drop"),r;n.length>0&&(r=n.data("select2"),r.opts.selectOnBlur&&r.selectHighlighted({noFocus:!0}),r.close())})),this.dropdown.prev()[0]!==s[0]&&this.dropdown.before(s),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),s.css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),s.show(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active"),this.ensureHighlightVisible();var o=this;this.container.parents().add(window).each(function(){e(this).bind(r+" "+n+" "+i,function(t){e("#select2-drop-mask").css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),o.positionDropdown()})}),this.focusSearch()},close:function(){if(!this.opened())return;var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).unbind(n).unbind(r).unbind(i)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open"),this.results.empty(),this.clearSearch(),this.opts.element.trigger(e.Event("close"))},clearSearch:function(){},getMaximumSelectionSize:function(){return A(this.opts.maximumSelectionSize)},ensureHighlightVisible:function(){var t=this.results,n,r,i,s,o,u,a;r=this.highlight();if(r<0)return;if(r==0){t.scrollTop(0);return}n=this.findHighlightableChoices(),i=e(n[r]),s=i.offset().top+i.outerHeight(!0),r===n.length-1&&(a=t.find("li.select2-more-results"),a.length>0&&(s=a.offset().top+a.outerHeight(!0))),o=t.offset().top+t.outerHeight(!0),s>o&&t.scrollTop(t.scrollTop()+(s-o)),u=i.offset().top-t.offset().top,u<0&&i.css("display")!="none"&&t.scrollTop(t.scrollTop()+u)},findHighlightableChoices:function(){var e=this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)");return this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)")},moveHighlight:function(t){var n=this.findHighlightableChoices(),r=this.highlight();while(r>-1&&r<n.length){r+=t;var i=e(n[r]);if(i.hasClass("select2-result-selectable")&&!i.hasClass("select2-disabled")&&!i.hasClass("select2-selected")){this.highlight(r);break}}},highlight:function(t){var n=this.findHighlightableChoices(),r,i;if(arguments.length===0)return l(n.filter(".select2-highlighted")[0],n.get());t>=n.length&&(t=n.length-1),t<0&&(t=0),this.results.find(".select2-highlighted").removeClass("select2-highlighted"),r=e(n[t]),r.addClass("select2-highlighted"),this.ensureHighlightVisible(),i=r.data("select2-data"),i&&this.opts.element.trigger({type:"highlight",val:this.id(i),choice:i})},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var r=this.findHighlightableChoices();this.highlight(r.index(n))}else n.length==0&&this.results.find(".select2-highlighted").removeClass("select2-highlighted")},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n,r=-1,i=this.resultsPage+1,s=this,o=this.search.val(),u=this.context;if(t.length===0)return;n=t.offset().top-e.offset().top-e.height(),n<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:o,page:i,context:u,matcher:this.opts.matcher,callback:this.bind(function(n){if(!s.opened())return;s.opts.populateResults.call(this,e,n.results,{term:o,page:i,context:u}),n.more===!0?(t.detach().appendTo(e).text(s.opts.formatLoadMore(i+1)),window.setTimeout(function(){s.loadMoreIfNeeded()},10)):t.remove(),s.positionDropdown(),s.resultsPage=i,s.context=n.context})}))},tokenize:function(){},updateResults:function(n){function f(){i.scrollTop(0),r.removeClass("select2-active"),u.positionDropdown()}function l(e){i.html(e),f()}var r=this.search,i=this.results,s=this.opts,o,u=this,a;if(n!==!0&&(this.showSearchInput===!1||!this.opened()))return;r.addClass("select2-active");var h=this.getMaximumSelectionSize();if(h>=1){o=this.data();if(e.isArray(o)&&o.length>=h&&L(s.formatSelectionTooBig,"formatSelectionTooBig")){l("<li class='select2-selection-limit'>"+s.formatSelectionTooBig(h)+"</li>");return}}if(r.val().length<s.minimumInputLength){L(s.formatInputTooShort,"formatInputTooShort")?l("<li class='select2-no-results'>"+s.formatInputTooShort(r.val(),s.minimumInputLength)+"</li>"):l("");return}s.formatSearching()&&n===!0&&l("<li class='select2-searching'>"+s.formatSearching()+"</li>");if(s.maximumInputLength&&r.val().length>s.maximumInputLength){L(s.formatInputTooLong,"formatInputTooLong")?l("<li class='select2-no-results'>"+s.formatInputTooLong(r.val(),s.maximumInputLength)+"</li>"):l("");return}a=this.tokenize(),a!=t&&a!=null&&r.val(a),this.resultsPage=1,s.query({element:s.element,term:r.val(),page:this.resultsPage,context:null,matcher:s.matcher,callback:this.bind(function(o){var a;if(!this.opened())return;this.context=o.context===t?null:o.context,this.opts.createSearchChoice&&r.val()!==""&&(a=this.opts.createSearchChoice.call(null,r.val(),o.results),a!==t&&a!==null&&u.id(a)!==t&&u.id(a)!==null&&e(o.results).filter(function(){return c(u.id(this),u.id(a))}).length===0&&o.results.unshift(a));if(o.results.length===0&&L(s.formatNoMatches,"formatNoMatches")){l("<li class='select2-no-results'>"+s.formatNoMatches(r.val())+"</li>");return}i.empty(),u.opts.populateResults.call(this,i,o.results,{term:r.val(),page:this.resultsPage,context:null}),o.more===!0&&L(s.formatLoadMore,"formatLoadMore")&&(i.append("<li class='select2-more-results'>"+u.opts.escapeMarkup(s.formatLoadMore(this.resultsPage))+"</li>"),window.setTimeout(function(){u.loadMoreIfNeeded()},10)),this.postprocessResults(o,n),f()})})},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){b(this.search)},selectHighlighted:function(e){var t=this.highlight(),n=this.results.find(".select2-highlighted"),r=n.closest(".select2-result").data("select2-data");r&&(this.highlight(t),this.onSelect(r,e))},getPlaceholder:function(){return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder},initContainerWidth:function(){function n(){var n,r,i,s,o;if(this.opts.width==="off")return null;if(this.opts.width==="element")return this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px";if(this.opts.width==="copy"||this.opts.width==="resolve"){n=this.opts.element.attr("style");if(n!==t){r=n.split(";");for(s=0,o=r.length;s<o;s+=1){i=r[s].replace(/\s/g,"").match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);if(i!==null&&i.length>=1)return i[1]}}return this.opts.width==="resolve"?(n=this.opts.element.css("width"),n.indexOf("%")>0?n:this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px"):null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}var r=n.call(this);r!==null&&this.container.css("width",r)}}),i=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container"}).html(["<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>"," <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>"," <div><b></b></div>","</a>","<input class='select2-focusser select2-offscreen' type='text'/>","<div class='select2-drop' style='display:none'>"," <div class='select2-search'>"," <input type='text' autocomplete='off' class='select2-input'/>"," </div>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.focusser.attr("disabled","disabled")},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.focusser.removeAttr("disabled")},opening:function(){this.parent.opening.apply(this,arguments),this.focusser.attr("disabled","disabled"),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments),this.focusser.removeAttr("disabled"),b(this.focusser)},focus:function(){this.opened()?this.close():(this.focusser.removeAttr("disabled"),this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.removeAttr("disabled"),this.focusser.focus()},initContainer:function(){var e,t=this.container,r=this.dropdown,i=!1;this.showSearch(this.opts.minimumResultsForSearch>=0),this.selection=e=t.find(".select2-choice"),this.focusser=t.find(".select2-focusser"),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN){w(e);return}switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.TAB:case n.ENTER:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}})),this.focusser.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.ESC)return;if(this.opts.openOnEnter===!1&&e.which===n.ENTER){w(e);return}if(e.which==n.DOWN||e.which==n.UP||e.which==n.ENTER&&this.opts.openOnEnter){this.open(),w(e);return}if(e.which==n.DELETE||e.which==n.BACKSPACE){this.opts.allowClear&&this.clear(),w(e);return}})),d(this.focusser),this.focusser.bind("keyup-change input",this.bind(function(e){if(this.opened())return;this.open(),this.showSearchInput!==!1&&this.search.val(this.focusser.val()),this.focusser.val(""),w(e)})),e.delegate("abbr","mousedown",this.bind(function(e){if(!this.enabled)return;this.clear(),E(e),this.close(),this.selection.focus()})),e.bind("mousedown",this.bind(function(e){i=!0,this.opened()?this.close():this.enabled&&this.open(),w(e),i=!1})),r.bind("mousedown",this.bind(function(){this.search.focus()})),e.bind("focus",this.bind(function(e){w(e)})),this.focusser.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})).bind("blur",this.bind(function(){this.opened()||this.container.removeClass("select2-container-active")})),this.search.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.setPlaceholder()},clear:function(){var e=this.selection.data("select2-data");this.opts.element.val(""),this.selection.find("span").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),this.opts.element.trigger({type:"removed",val:this.id(e),choice:e}),this.triggerChange({removed:e})},initSelection:function(){var e;if(this.opts.element.val()===""&&this.opts.element.text()==="")this.close(),this.setPlaceholder();else{var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.setPlaceholder())})}},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(t,n){var r=t.find(":selected");e.isFunction(n)&&n({id:r.attr("value"),text:r.text(),element:r})}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=n.val();t.query({matcher:function(e,n,r){return c(i,t.id(r))},callback:e.isFunction(r)?function(e){r(e.results.length?e.results[0]:null)}:e.noop})}),t},getPlaceholder:function(){return this.select&&this.select.find("option").first().text()!==""?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.opts.element.val()===""&&e!==t){if(this.select&&this.select.find("option:first").text()!=="")return;this.selection.find("span").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.selection.find("abbr").hide()}},postprocessResults:function(e,t){var n=0,r=this,i=!0;this.findHighlightableChoices().each2(function(e,t){if(c(r.id(t.data("select2-data")),r.opts.element.val()))return n=e,!1}),this.highlight(n);if(t===!0){var s=this.opts.minimumResultsForSearch;i=s<0?!1:O(e.results)>=s,this.showSearch(i)}},showSearch:function(t){this.showSearchInput=t,this.dropdown.find(".select2-search")[t?"removeClass":"addClass"]("select2-search-hidden"),e(this.dropdown,this.container)[t?"addClass":"removeClass"]("select2-with-searchbox")},onSelect:function(e,t){var n=this.opts.element.val();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.close(),(!t||!t.noFocus)&&this.selection.focus(),c(n,this.id(e))||this.triggerChange()},updateSelection:function(e){var n=this.selection.find("span"),r;this.selection.data("select2-data",e),n.empty(),r=this.opts.formatSelection(e,n),r!==t&&n.append(this.opts.escapeMarkup(r)),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.selection.find("abbr").show()},val:function(){var e,n=!1,r=null,i=this;if(arguments.length===0)return this.opts.element.val();e=arguments[0],arguments.length>1&&(n=arguments[1]);if(this.select)this.select.val(e).find(":selected").each2(function(e,t){return r={id:t.attr("value"),text:t.text()},!1}),this.updateSelection(r),this.setPlaceholder(),n&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("cannot call val() if initSelection() is not defined");if(!e&&e!==0){this.clear(),n&&this.triggerChange();return}this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),n&&i.triggerChange()})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var n;if(arguments.length===0)return n=this.selection.data("select2-data"),n==t&&(n=null),n;!e||e===""?this.clear():(this.opts.element.val(e?this.id(e):""),this.updateSelection(e))}}),s=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container select2-container-multi"}).html([" <ul class='select2-choices'>"," <li class='select2-search-field'>"," <input type='text' autocomplete='off' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi' style='display:none;'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(e,t){var n=[];e.find(":selected").each2(function(e,t){n.push({id:t.attr("value"),text:t.text(),element:t[0]})}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=h(n.val(),t.separator);t.query({matcher:function(n,r,s){return e.grep(i,function(e){return c(e,t.id(s))}).length},callback:e.isFunction(r)?function(e){r(e.results)}:e.noop})}),t},initContainer:function(){var t=".select2-choices",r;this.searchContainer=this.container.find(".select2-search-field"),this.selection=r=this.container.find(t),this.search.bind("input paste",this.bind(function(){if(!this.enabled)return;this.opened()||this.open()})),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.BACKSPACE&&this.search.val()===""){this.close();var t,i=r.find(".select2-search-choice-focus");if(i.length>0){this.unselect(i.first()),this.search.width(10),w(e);return}t=r.find(".select2-search-choice:not(.select2-locked)"),t.length>0&&t.last().addClass("select2-search-choice-focus")}else r.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");if(this.opened())switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.ENTER:case n.TAB:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.BACKSPACE||e.which===n.ESC)return;if(e.which===n.ENTER){if(this.opts.openOnEnter===!1)return;if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return}this.open(),(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN)&&w(e)})),this.search.bind("keyup",this.bind(this.resizeSearch)),this.search.bind("blur",this.bind(function(e){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.opened()||this.clearSearch(),e.stopImmediatePropagation()})),this.container.delegate(t,"mousedown",this.bind(function(t){if(!this.enabled)return;if(e(t.target).closest(".select2-search-choice").length>0)return;this.clearPlaceholder(),this.open(),this.focusSearch(),t.preventDefault()})),this.container.delegate(t,"focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder()})),this.initContainerWidth(),this.clearSearch()},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.search.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.search.attr("disabled",!0)},initSelection:function(){var e;this.opts.element.val()===""&&this.opts.element.text()===""&&(this.updateSelection([]),this.close(),this.clearSearch());if(this.select||this.opts.element.val()!==""){var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder();e!==t&&this.getVal().length===0&&this.search.hasClass("select2-focused")===!1?(this.search.val(e).addClass("select2-default"),this.resizeSearch()):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.parent.opening.apply(this,arguments),this.clearPlaceholder(),this.resizeSearch(),this.focusSearch(),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus(),this.opts.element.triggerHandler("focus")},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],r=[],i=this;e(t).each(function(){l(i.id(this),n)<0&&(n.push(i.id(this)),r.push(this))}),t=r,this.selection.find(".select2-search-choice").remove(),e(t).each(function(){i.addSelectedChoice(this)}),i.postprocessResults()},tokenize:function(){var e=this.search.val();e=this.opts.tokenizer(e,this.data(),this.bind(this.onSelect),this.opts),e!=null&&e!=t&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.val().length>=this.getMaximumSelectionSize()&&this.updateResults(!0),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),(!t||!t.noFocus)&&this.focusSearch()},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var r=!n.locked,i=e("<li class='select2-search-choice'> <div></div> <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a></li>"),s=e("<li class='select2-search-choice select2-locked'><div></div></li>"),o=r?i:s,u=this.id(n),a=this.getVal(),f;f=this.opts.formatSelection(n,o.find("div")),f!=t&&o.find("div").replaceWith("<div>"+this.opts.escapeMarkup(f)+"</div>"),r&&o.find(".select2-search-choice-close").bind("mousedown",w).bind("click dblclick",this.bind(function(t){if(!this.enabled)return;e(t.target).closest(".select2-search-choice").fadeOut("fast",this.bind(function(){this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),this.close(),this.focusSearch()})).dequeue(),w(t)})).bind("focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active")})),o.data("select2-data",n),o.insertBefore(this.searchContainer),a.push(u),this.setVal(a)},unselect:function(e){var t=this.getVal(),n,r;e=e.closest(".select2-search-choice");if(e.length===0)throw"Invalid argument: "+e+". Must be .select2-search-choice";n=e.data("select2-data");if(!n)return;r=l(this.id(n).toString(),t),r>=0&&(t.splice(r,1),this.setVal(t),this.select&&this.postprocessResults()),e.remove(),this.opts.element.trigger({type:"removed",val:this.id(n),choice:n}),this.triggerChange({removed:n})},postprocessResults:function(){var e=this.getVal(),t=this.results.find(".select2-result"),n=this.results.find(".select2-result-with-children"),r=this;t.each2(function(t,n){var i=r.id(n.data("select2-data"));l(i,e)>=0&&(n.addClass("select2-selected"),n.find(".select2-result-selectable").addClass("select2-selected"))}),n.each2(function(e,t){!t.is(".select2-result-selectable")&&t.find(".select2-result-selectable:not(.select2-selected)").length===0&&t.addClass("select2-selected")}),this.highlight()==-1&&r.highlight(0)},resizeSearch:function(){var e,t,n,r,i,s=p(this.search);e=S(this.search)+10,t=this.search.offset().left,n=this.selection.width(),r=this.selection.offset().left,i=n-(t-r)-s,i<e&&(i=n-s),i<40&&(i=n-s),i<=0&&(i=e),this.search.width(i)},getVal:function(){var e;return this.select?(e=this.select.val(),e===null?[]:e):(e=this.opts.element.val(),h(e,this.opts.separator))},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each(function(){l(this,n)<0&&n.push(this)}),this.opts.element.val(n.length===0?"":n.join(this.opts.separator)))},val:function(){var n,r=!1,i=[],s=this;if(arguments.length===0)return this.getVal();n=arguments[0],arguments.length>1&&(r=arguments[1]);if(!n&&n!==0){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),r&&this.triggerChange();return}this.setVal(n);if(this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),r&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var n=e(t).map(s.id);s.setVal(n),s.updateSelection(t),s.clearSearch(),r&&s.triggerChange()})}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(n.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t){var n=this,r;if(arguments.length===0)return this.selection.find(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();t||(t=[]),r=e.map(t,function(e){return n.opts.id(e)}),this.setVal(r),this.updateSelection(t),this.clearSearch()}}),e.fn.select2=function(){var n=Array.prototype.slice.call(arguments,0),r,o,u,a,f=["val","destroy","opened","open","close","focus","isFocused","container","onSortStart","onSortEnd","enable","disable","positionDropdown","data"];return this.each(function(){if(n.length===0||typeof n[0]=="object")r=n.length===0?{}:e.extend({},n[0]),r.element=e(this),r.element.get(0).tagName.toLowerCase()==="select"?a=r.element.attr("multiple"):(a=r.multiple||!1,"tags"in r&&(r.multiple=a=!0)),o=a?new s:new i,o.init(r);else{if(typeof n[0]!="string")throw"Invalid arguments to select2 plugin: "+n;if(l(n[0],f)<0)throw"Unknown method: "+n[0];u=t,o=e(this).data("select2");if(o===t)return;n[0]==="container"?u=o.container:u=o[n[0]].apply(o,n.slice(1));if(u!==t)return!1}}),u===t?this:u},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,r){var i=[];return T(e.text,n.term,i,r),i.join("")},formatSelection:function(e,n){return e?e.text:t},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return t},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" more character"+(n==1?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please enter "+n+" less character"+(n==1?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(e==1?"":"s")},formatLoadMore:function(e){return"Loading more results..."},formatSearching:function(){return"Searching..."},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e.id},matcher:function(e,t){return t.toUpperCase().indexOf(e.toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:M,escapeMarkup:function(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return String(e).replace(/[&<>"'/\\]/g,function(e){return t[e[0]]})},blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null}}}(e)}),timely.define("scripts/add_new_event",["jquery_timely","domReady","libs/utils","ai1ec_config","scripts/add_new_event/event_location/gmaps_helper","scripts/add_new_event/event_location/input_coordinates_event_handlers","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_date_time/date_time_event_handlers","scripts/add_new_event/event_cost_helper","external_libs/jquery.calendrical_timespan","external_libs/jquery.inputdate","external_libs/jquery.tools","external_libs/bootstrap_datepicker","external_libs/bootstrap/transition","external_libs/bootstrap/collapse","external_libs/bootstrap/modal","external_libs/bootstrap/alert","external_libs/bootstrap/tab","external_libs/select2"],function(e,t,n,r,i,s,o,u,a,f){var l=function(){var t=new Date(r.now*1e3),n={allday:"#ai1ec_all_day_event",start_date_input:"#ai1ec_start-date-input",start_time_input:"#ai1ec_start-time-input",start_time:"#ai1ec_start-time",end_date_input:"#ai1ec_end-date-input",end_time_input:"#ai1ec_end-time-input",end_time:"#ai1ec_end-time",date_format:r.date_format,month_names:r.month_names,day_names:r.day_names,week_start_day:r.week_start_day,twentyfour_hour:r.twentyfour_hour,now:t};e.timespan(n)},c=function(){e(".ai1ec-panel-collapse").on("hide",function(){e(this).parent().removeClass("ai1ec-overflow-visible")}),e(".ai1ec-panel-collapse").on("shown",function(){var t=e(this);window.setTimeout(function(){t.parent().addClass("ai1ec-overflow-visible")},350)})},h=function(){l(),timely.require(["libs/gmaps"],function(e){e(i.init_gmaps)})},p=function(t,n){var r=null;"[object Array]"===Object.prototype.toString.call(n)?r=n.join("<br>"):r=n,e("#ai1ec_event_inline_alert").html(r),e("#ai1ec_event_inline_alert").removeClass("ai1ec-hidden"),t.preventDefault(),e("#publish, #ai1ec_bottom_publish").removeClass("button-primary-disabled"),e("#publish, #ai1ec_bottom_publish").removeClass("disabled"),e("#publish, #ai1ec_bottom_publish").siblings("#ajax-loading, .spinner").css("visibility","hidden")},d=function(t){o.ai1ec_check_lat_long_fields_filled_when_publishing_event(t)===!0&&(o.ai1ec_convert_commas_to_dots_for_coordinates(),o.ai1ec_check_lat_long_ok_for_search(t));var i=!1,s=[];e("#ai1ec_ticket_ext_url, #ai1ec_contact_url").each(function(){var t=this.value;e(this).removeClass("ai1ec-input-warn");var o=e(this).closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");i||o.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var u=e(this).attr("id"),a="ai1ec_ticket_ext_url"===u;if(""!==t&&!1===n.isValidUrl(t,a)){o.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||e(this).closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var f=u+"_not_valid";s.push(r[f]),e(this).addClass("ai1ec-input-warn")}});var u=e("#ai1ec_contact_email"),a=u.closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");u.removeClass("ai1ec-input-warn"),i||a.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var f=e.trim(u.val());if(""!==f&&!1===n.isValidEmail(f)){a.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||u.closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var l=u.attr("id")+"_not_valid";s.push(r[l]),u.addClass("ai1ec-input-warn")}var c=e("#title, #ai1ec_contact_name, #ai1ec_contact_email, #ai1ec_contact_phone, #content");if(e("#ai1ec_has_tickets").prop("checked")){c.addClass("ai1ec-required"),E(),e("#content").hasClass("ai1ec-error")?T(!0):T(!1);if(e(".ai1ec-error").not(".ai1ec-hidden .ai1ec-error").length||e(".ai1ec-tax-options-button").hasClass("ai1ec-required-error"))i=!0,e("#ai1ec-add-new-event-accordion > .ai1ec-panel-default > .ai1ec-panel-collapse").removeClass("ai1ec-collapse").css("height","auto"),s.push(r.ticketing_required_fields);e("#ai1ec_repeat").prop("checked")===!0&&(i=!0,s.push(r.ticketing_repeat_not_supported));if(!1===i){var h=0,d=0;e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").each(function(){var t=e(this),n=!1;t.find(".ai1ec-tickets-fields").remove(),t.find("select, input").each(function(){if(!this.name)return;"remove"===this.name&&(n=!0);var r=this.value;"checkbox"==this.type&&(1==this.checked?r="on":r="off"),e("<input />",{type:"hidden",name:"ai1ec_tickets["+h+"]["+this.name+"]","class":"ai1ec-tickets-fields",value:r}).appendTo(t)}),n||d++,h++}),0===d&&(i=!0,s.push(r.ticketing_no_tickets_included))}}else c.removeClass("ai1ec-required");i?p(t,s):(e(".ai1ec-tickets-form-template").remove(),e(".ai1ec-tickets-edit-form").find("input, select").not(".ai1ec-tickets-fields").prop("disabled",!0))},v=function(){e("#ai1ec_google_map").click(s.toggle_visibility_of_google_map_on_click),e("#ai1ec_input_coordinates").change(s.toggle_visibility_of_coordinate_fields_on_click),e("#post").submit(d),e("input.ai1ec-coordinates").blur(s.update_map_from_coordinates_on_blur),e("#ai1ec_bottom_publish").on("click",u.trigger_publish),e(document).on("change","#ai1ec_end",u.show_end_fields).on("click","#ai1ec_repeat_apply",u.handle_click_on_apply_button).on("click","#ai1ec_repeat_cancel",u.handle_click_on_cancel_modal).on("click","#ai1ec_monthly_type_bymonthday, #ai1ec_monthly_type_byday",u.handle_checkbox_monthly_tab_modal).on("click",".ai1ec-btn-group-grid a",u.handle_click_on_toggle_buttons),e("#ai1ec_repeat_box").on("hidden.bs.modal",u.handle_modal_hide),u.execute_pseudo_handlers(),e("#widgetField > a").on("click",u.handle_animation_of_calendar_widget),e(document).on("click",".ai1ec-set-banner-image",m),e(document).on("click",".ai1ec-remove-banner",g),e(document).on("click","#ai1ec_tax_options, #ai1ec_update_tax_options",k)},m=function(){var t={};return t._frame=wp.media({state:"featured-image",states:[new wp.media.controller.FeaturedImage,new wp.media.controller.EditImage]}),t._frame.open(),e(".media-frame:last ").addClass("ai1ec-banner-image-frame"),e(".media-frame-title:last h1").text(e(".ai1ec-set-banner-block .ai1ec-set-banner-image").text()),e(".media-frame-toolbar:last").append(e(".ai1ec-media-toolbar").clone().removeClass("ai1ec-media-toolbar ai1ec-hidden")),e(".ai1ec-save-banner-image").off().on("click",function(){var n=e(".attachments:visible li.selected img").attr("src"),r=e(".attachment-details:visible input[type=text]").val();return n&&r&&e("#ai1ec_event_banner .inside").find(".ai1ec-banner-image-block").removeClass("ai1ec-hidden").find("img").attr("src",n).end().find("input").val(r).end().end().find(".ai1ec-set-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-remove-banner-block").removeClass("ai1ec-hidden"),t._frame.close(),!1}),!1},g=function(){return e("#ai1ec_event_banner .inside").find(".ai1ec-remove-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-banner-image-block").addClass("ai1ec-hidden").find("input").val("").end().find("img").attr("src","").end().end().find(".ai1ec-set-banner-block").removeClass("ai1ec-hidden"),!1},y=function(){e("#ai1ec_event").insertAfter("#ai1ec_event_inline_alert"),e("#post").addClass("ai1ec-visible")},b=function(){e("#timezone-select").select2()},w=function(){e(".ai1ec-tickets-datepicker").not(".ai1ec-tickets-datepicker-inited").not(".ai1ec-tickets-form-template .ai1ec-tickets-datepicker").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block"),r=e(".ai1ec-tickets-time",n),i=e("input.ai1ec-tickets-full-date",n),s=i.val();t.val(s.substr(0,10)),r.val(s.substr(11,5)),r.on("change",function(){s=i.val(),i.val(s.substr(0,10)+" "+this.value+":00")}),t.addClass("ai1ec-tickets-datepicker-inited").datepicker({autoclose:!0}).on("changeDate",function(e){i.val(this.value+" "+r.val()+":00")})})},E=function(){e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_unlimited"]').each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-edit-form"),r=e('input[id="ai1ec_ticket_quantity"]',n);!1===t.prop("checked")?(r.val()==0&&r.val(""),r.addClass("ai1ec-required")):r.removeClass("ai1ec-required")}),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_avail"]').each(function(){var t=e(this);t.closest(".ai1ec-tickets-edit-form").find('input[id="ai1ec_ticket_sale_start_date"],input[id="ai1ec_ticket_sale_end_date"]').each(function(){!1===t.prop("checked")?e(this).addClass("ai1ec-required"):e(this).removeClass("ai1ec-required")})}),e(".ai1ec-ticket-field-error").hide(),e(".ai1ec-required").not(".ai1ec-tickets-form-template .ai1ec-required").each(function(){var t=e(this);t.removeClass("ai1ec-error");if(!e.trim(t.val())||"checkbox"===t.attr("type")&&!t.prop("checked"))t.addClass("ai1ec-error"),t.parent().find(".ai1ec-ticket-field-error").show()}),e('[name="ticket_sale_start_date"], [name="ticket_sale_end_date"]').not(".ai1ec-tickets-form-template input").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block").find('input[type="text"]');n.removeClass("ai1ec-error"),!t.closest(".ai1ec-avail-block").find('input[name="availibility"]:checked').length&&null===this.value.match(/^(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})$/)&&n.addClass("ai1ec-error")});var t=e("#ai1ec_editing_ticket").val();return 0==t&&!e("#ai1ec_tax_inputs input").length?e(".ai1ec-tax-options-button").addClass("ai1ec-required-error").show():e(".ai1ec-tax-options-button").removeClass("ai1ec-required-error").hide(),e(".ai1ec-ticket-field-error:visible").length?!1:!0},S=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e("#ai1ec_ticket_quantity",n);1==t.prop("checked")?r.hide():r.show()},x=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e(".ai1ec-tickets-dates",n);1==t.prop("checked")?r.hide():r.show()},T=function(t){e("#ai1ec-event-description-field-error").remove(),t&&e("#postdivrich").before('<div id="ai1ec-event-description-field-error"><strong style="color: red;">* The Event description is required.</strong></div>')},N=function(){e(document).on("click change",'[id="ai1ec_ticket_unlimited"]',function(){S(e(this))}),e(document).on("click change",'[id="ai1ec_ticket_avail"]',function(){x(e(this))}),e(document).on("click change",'[id="ai1ec_new_ticket_status"]',function(){var t=e(this),n=t.closest(".ai1ec-tickets-panel"),i=t.find(":selected");if("canceled"===i.val()){var s=e("#ai1ec-ticket-taken",n);if(0<s.val()){e("#ai1ec-ticket-status-message",n).text(r.ticketing.cancel_message);return}}n.find("#ai1ec-ticket-status-message").text("")}),e(document).on("click",".ai1ec-remove-ticket",function(){var t=e(this).closest(".ai1ec-tickets-panel"),i=e("#ai1ec-ticket-taken",t);return 0<i.val()?n.alert(r.ticketing.information,r.ticketing.no_delete_text):t.addClass("ai1ec-hidden").append('<input type="hidden" name="remove" value="1">'),!1});var t=function(){var t=e(".ai1ec-tickets-form-template").clone();return t.removeClass("ai1ec-tickets-form-template").appendTo("#ai1ec-ticket-forms"),$checkbox=e("#ai1ec_ticket_unlimited",t),$checkbox.prop("checked",!0),S($checkbox),$checkbox=e("#ai1ec_ticket_avail",t),$checkbox.prop("checked",!0),x($checkbox),w(),!1};e("#ai1ec_add_new_ticket").on("click",t),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").length||t()},C=function(){var t=function(){e(".ai1ec_review_modal").modal("hide"),e(".ai1ec_review_modal").hide()},n=function(){var n=e(".ai1ec_review_negative_feedback, .ai1ec_review_contact_name, .ai1ec_review_contact_email, .ai1ec_review_site_url");n.each(function(){var t=e(this);t.removeClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").hide(),t.closest("td").find(".ai1ec-invalid-email-message").hide(),t.closest("td").find(".ai1ec-invalid-site-message").hide();if(!e.trim(t.val()))t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").show();else if(t.hasClass("ai1ec_review_contact_email")){var n=/^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;!1===n.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-email-message").show())}else if(t.hasClass("ai1ec_review_site_url")){var r=/[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/gi;!1===r.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-site-message").show())}}),!1===n.hasClass("ai1ec-error")&&(e(".ai1ec_review_send_feedback").button("loading"),n.prop("disabled",!0),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_send_feedback_message",message:e(".ai1ec_review_negative_feedback").val(),name:e(".ai1ec_review_contact_name").val(),email:e(".ai1ec_review_contact_email").val(),site:e(".ai1ec_review_site_url").val()},success:function(n){e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-success ai1ec_review_messages"><strong>'+r.review.message_sent+"</strong></div>"),setTimeout(function(){e(".ai1ec_review_send_feedback").button("reset"),e(".ai1ec_not_enjoying_popup").prop("disabled",!0),t()},3e3)},error:function(t){n.prop("disabled",!1),e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-danger ai1ec_review_messages"><strong>Error!</strong> '+r.review.message_error+"</div>")}}))},i=function(){o("y")},s=function(){o("n")},o=function(n){t(),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_save_feedback_review",feedback:n}})};e(".ai1ec_review_enjoying_no_rating, .ai1ec_review_enjoying_go_wordpress").on("click",i),e(".ai1ec_review_send_feedback").on("click",n),e(".ai1ec_review_not_enjoying_no_rating").on("click",s)},k=function(){var t=e("#ai1ec_tax_box"),n=e(".ai1ec-modal-content",t),r=e(".ai1ec-loading",t);if(t.hasClass("ai1ec-active")){t.modal("show");return}t.addClass("ai1ec-active").modal({backdrop:"static"}),e.post(ajaxurl,{action:"ai1ec_get_tax_box",ai1ec_event_id:e("#post_ID").val()},function(t){var n=e("#ai1ec_tax_frame").get(0).contentWindow.document;r.remove(),e("#ai1ec_tax_frame").removeClass("ai1ec-hidden"),n.open(),n.write(t.message.body),n.close();var i=0,s=0,o=e("#ai1ec_tax_frame");setInterval(function(){s=o.contents().find("body").height(),s!=i&&o.css("height",(i=s)+"px")},500)},"json")};window.addEventListener("message",function(t){var n=t.data.toString(),r="timely_tax_options_",i="timely_tax_cancel",s=e("#ai1ec_tax_inputs");if(n===i){e("#ai1ec_tax_box").modal("hide");return}if(0!==n.indexOf(r))return;n=JSON.parse(n.substr(r.length)),e("#ai1ec_tax_box").modal("hide"),e("#ai1ec_tax_options").addClass("ai1ec-hidden"),e("#ai1ec_update_tax_options").removeClass("ai1ec-hidden"),s.html("");for(var o in n)s.append(e("<input />",{type:"hidden",name:"tax_options["+o+"]",value:n[o]}))},!1);var L=function(){h(),t(function(){c(),y(),v(),b(),N(),w(),C()})};return{start:L}}),timely.require(["scripts/add_new_event"],function(e){e.start()}),timely.define("pages/add_new_event",function(){});
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: uchu, calvinyeh, raquelleira, renatotbueno, domanb, elirenato, hubrik, vtowel, yani.iliev, nicolapeluchetti, jbutkus, lpawlik, bangelov
|
3 |
Tags: calendar, event, ical, feed, ics, icalendar, sync, aggregator, google, venue, calendar widget, events widget
|
4 |
Requires at least: 3.5
|
5 |
-
Tested up to: 4.9
|
6 |
-
Stable tag: 2.5.
|
7 |
License: GNU General Public License, version 3 (GPL-3.0)
|
8 |
|
9 |
An events calendar system with multiple views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
@@ -129,6 +129,11 @@ https://vimeo.com/135004810
|
|
129 |
|
130 |
== Changelog ==
|
131 |
|
|
|
|
|
|
|
|
|
|
|
132 |
= Version 2.5.27 =
|
133 |
* Fixed: Compatibility with PHP 7.0.
|
134 |
|
2 |
Contributors: uchu, calvinyeh, raquelleira, renatotbueno, domanb, elirenato, hubrik, vtowel, yani.iliev, nicolapeluchetti, jbutkus, lpawlik, bangelov
|
3 |
Tags: calendar, event, ical, feed, ics, icalendar, sync, aggregator, google, venue, calendar widget, events widget
|
4 |
Requires at least: 3.5
|
5 |
+
Tested up to: 4.9.4
|
6 |
+
Stable tag: 2.5.28
|
7 |
License: GNU General Public License, version 3 (GPL-3.0)
|
8 |
|
9 |
An events calendar system with multiple views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
129 |
|
130 |
== Changelog ==
|
131 |
|
132 |
+
= Version 2.5.28 =
|
133 |
+
* Fixed: On the event preview page, the date shown was incorrect.
|
134 |
+
* Fixed "http_build_query(): Parameter 1 expected to be Array or Object" warning.
|
135 |
+
* Security fix: Added security check before cleaning TWIG cache files.
|
136 |
+
|
137 |
= Version 2.5.27 =
|
138 |
* Fixed: Compatibility with PHP 7.0.
|
139 |
|