All-in-One Event Calendar - Version 2.5.16

Version Description

Download this release

Release Info

Developer calvinyeh
Plugin Icon 128x128 All-in-One Event Calendar
Version 2.5.16
Comparing to
See all releases

Code changes from version 2.5.15 to 2.5.16

Files changed (58) hide show
  1. all-in-one-event-calendar.php +1 -1
  2. app/config/constants.php +1 -1
  3. app/model/api/api-registration.php +4 -0
  4. app/model/api/api-ticketing.php +2 -2
  5. app/model/review.php +1 -1
  6. app/view/admin/add-new-event.php +7 -2
  7. app/view/admin/tickets.php +12 -2
  8. language/all-in-one-event-calendar-ar.po +169 -176
  9. language/all-in-one-event-calendar-bg_BG.po +169 -176
  10. language/all-in-one-event-calendar-ca.po +169 -176
  11. language/all-in-one-event-calendar-cs_CZ.mo +0 -0
  12. language/all-in-one-event-calendar-cs_CZ.po +171 -178
  13. language/all-in-one-event-calendar-da_DK.mo +0 -0
  14. language/all-in-one-event-calendar-da_DK.po +171 -178
  15. language/all-in-one-event-calendar-de_CH.mo +0 -0
  16. language/all-in-one-event-calendar-de_CH.po +169 -176
  17. language/all-in-one-event-calendar-de_DE.mo +0 -0
  18. language/all-in-one-event-calendar-de_DE.po +169 -176
  19. language/all-in-one-event-calendar-el.po +169 -176
  20. language/all-in-one-event-calendar-en_AU.mo +0 -0
  21. language/all-in-one-event-calendar-en_AU.po +169 -176
  22. language/all-in-one-event-calendar-en_GB.po +169 -176
  23. language/all-in-one-event-calendar-es_ES.mo +0 -0
  24. language/all-in-one-event-calendar-es_ES.po +169 -176
  25. language/all-in-one-event-calendar-et.po +169 -176
  26. language/all-in-one-event-calendar-eu.po +169 -176
  27. language/all-in-one-event-calendar-fi.po +169 -176
  28. language/all-in-one-event-calendar-fr_FR.mo +0 -0
  29. language/all-in-one-event-calendar-fr_FR.po +169 -176
  30. language/all-in-one-event-calendar-gl_ES.po +169 -176
  31. language/all-in-one-event-calendar-he_IL.mo +0 -0
  32. language/all-in-one-event-calendar-he_IL.po +169 -176
  33. language/all-in-one-event-calendar-hi.po +169 -176
  34. language/all-in-one-event-calendar-hr.po +169 -176
  35. language/all-in-one-event-calendar-hu_HU.mo +0 -0
  36. language/all-in-one-event-calendar-hu_HU.po +169 -176
  37. language/all-in-one-event-calendar-id_ID.po +169 -176
  38. language/all-in-one-event-calendar-is.po +169 -176
  39. language/all-in-one-event-calendar-it_IT.mo +0 -0
  40. language/all-in-one-event-calendar-it_IT.po +169 -176
  41. language/all-in-one-event-calendar-ja.mo +0 -0
  42. language/all-in-one-event-calendar-ja.po +169 -176
  43. language/all-in-one-event-calendar-lv.mo +0 -0
  44. language/all-in-one-event-calendar-lv.po +169 -176
  45. language/all-in-one-event-calendar-nb_NO.mo +0 -0
  46. language/all-in-one-event-calendar-nb_NO.po +169 -176
  47. language/all-in-one-event-calendar-nl_NL.mo +0 -0
  48. language/all-in-one-event-calendar-nl_NL.po +169 -176
  49. language/all-in-one-event-calendar-pl_PL.mo +0 -0
  50. language/all-in-one-event-calendar-pl_PL.po +169 -176
  51. language/all-in-one-event-calendar-pt_BR.mo +0 -0
  52. language/all-in-one-event-calendar-pt_BR.po +169 -176
  53. language/all-in-one-event-calendar-pt_PT.po +169 -176
  54. language/all-in-one-event-calendar-ro_RO.mo +0 -0
  55. language/all-in-one-event-calendar-ro_RO.po +169 -176
  56. language/all-in-one-event-calendar-ru_RU.mo +0 -0
  57. language/all-in-one-event-calendar-ru_RU.po +169 -176
  58. language/all-in-one-event-calendar-sk_SK.po +36 -20
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: http://time.ly/
8
- * Version: 2.5.15
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: http://time.ly/
8
+ * Version: 2.5.16
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.15' );
54
  }
55
 
56
  // ================
50
  // = Plugin Version =
51
  // ==================
52
  if ( ! defined( 'AI1EC_VERSION' ) ) {
53
+ define( 'AI1EC_VERSION', '2.5.16' );
54
  }
55
 
56
  // ================
app/model/api/api-registration.php CHANGED
@@ -130,6 +130,10 @@ class Ai1ec_Api_Registration extends Ai1ec_Api_Abstract {
130
  return $this->is_feature_available( Ai1ec_Api_Features::CODE_TICKETING );
131
  }
132
 
 
 
 
 
133
  /**
134
  * Clean the ticketing settings on WP database only
135
  */
130
  return $this->is_feature_available( Ai1ec_Api_Features::CODE_TICKETING );
131
  }
132
 
133
+ public function is_ticket_enabled() {
134
+ return $this->has_subscription_active( Ai1ec_Api_Features::CODE_TICKETING );
135
+ }
136
+
137
  /**
138
  * Clean the ticketing settings on WP database only
139
  */
app/model/api/api-ticketing.php CHANGED
@@ -284,7 +284,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
284
 
285
  $utc_current_time = $this->_registry->get( 'date.time')->format_to_javascript();
286
  $body['created_at'] = $utc_current_time;
287
- $body['updated_at'] = $utc_current_time;
288
 
289
  //removing blank values
290
  foreach ($body as $key => $value) {
@@ -328,7 +328,7 @@ class Ai1ec_Api_Ticketing extends Ai1ec_Api_Abstract {
328
  }
329
  $body['ticket_types'] = $tickets_types;
330
 
331
- return $body;
332
  }
333
 
334
  /**
284
 
285
  $utc_current_time = $this->_registry->get( 'date.time')->format_to_javascript();
286
  $body['created_at'] = $utc_current_time;
287
+ $body['updated_at'] = $utc_current_time;
288
 
289
  //removing blank values
290
  foreach ($body as $key => $value) {
328
  }
329
  $body['ticket_types'] = $tickets_types;
330
 
331
+ return $body;
332
  }
333
 
334
  /**
app/model/review.php CHANGED
@@ -10,7 +10,7 @@
10
  */
11
  class Ai1ec_Review extends Ai1ec_Base {
12
 
13
- const EMAIL_FEEDBACK_DESTINATION = 'VPProduct@time.ly';
14
  const OPTION_KEY = '_ai1ec_review';
15
  const FEEDBACK_FIELD = 'feedback';
16
  const RELEASE_DATE_FIELD = 'release_date';
10
  */
11
  class Ai1ec_Review extends Ai1ec_Base {
12
 
13
+ const EMAIL_FEEDBACK_DESTINATION = 'info@time.ly';
14
  const OPTION_KEY = '_ai1ec_review';
15
  const FEEDBACK_FIELD = 'feedback';
16
  const RELEASE_DATE_FIELD = 'release_date';
app/view/admin/add-new-event.php CHANGED
@@ -296,18 +296,23 @@ class Ai1ec_View_Add_New_Event extends Ai1ec_Base {
296
 
297
  $api = $this->_registry->get( 'model.api.api-ticketing' );
298
  $api_reg = $this->_registry->get( 'model.api.api-registration' );
299
- $ticketing = $api_reg->is_signed() && $api_reg->is_ticket_available();
300
  $message = $api->get_sign_message();
301
  $ticket_error = null;
302
  $ticket_event_imported = false;
303
  $tickets = array( null );
304
  $tax_options = null;
305
-
306
  if ( ! $api_reg->is_ticket_available() ) {
307
  $message = __(
308
  'Ticketing is currently not available for this website. Please, try again later.',
309
  AI1EC_PLUGIN_NAME
310
  );
 
 
 
 
 
311
  }
312
 
313
  if ( $event ) {
296
 
297
  $api = $this->_registry->get( 'model.api.api-ticketing' );
298
  $api_reg = $this->_registry->get( 'model.api.api-registration' );
299
+ $ticketing = $api_reg->is_signed() && $api_reg->is_ticket_available() && $api_reg->is_ticket_enabled();
300
  $message = $api->get_sign_message();
301
  $ticket_error = null;
302
  $ticket_event_imported = false;
303
  $tickets = array( null );
304
  $tax_options = null;
305
+
306
  if ( ! $api_reg->is_ticket_available() ) {
307
  $message = __(
308
  'Ticketing is currently not available for this website. Please, try again later.',
309
  AI1EC_PLUGIN_NAME
310
  );
311
+ } else if ( ! $api_reg->is_ticket_enabled() ) {
312
+ $message = __(
313
+ 'Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href="https://time.ly/pricing/" target="_blank">here</a>.',
314
+ AI1EC_PLUGIN_NAME
315
+ );
316
  }
317
 
318
  if ( $event ) {
app/view/admin/tickets.php CHANGED
@@ -57,6 +57,7 @@ class Ai1ec_View_Tickets extends Ai1ec_View_Admin_Abstract {
57
  $signed_to_api = $this->_api_registration->is_signed();
58
  $signup_available = $this->_api_registration->is_api_sign_up_available();
59
  $ticketing_available = $this->_api_registration->is_ticket_available();
 
60
  $ticketing_message = $this->_api_registration->get_sign_message();
61
  $loader = $this->_registry->get( 'theme.loader' );
62
 
@@ -70,8 +71,8 @@ class Ai1ec_View_Tickets extends Ai1ec_View_Admin_Abstract {
70
  'title' => Ai1ec_I18n::__(
71
  'Time.ly Ticketing'
72
  ),
73
- 'sign_up_text' => 'Please, <a href="edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings">Sign Up for a Timely Network account</a> to use Ticketing.',
74
- 'signup_form' => Ai1ec_I18n::__( 'You need to sign up for a Timely Network account in order to use Ticketing<br /><br />' ) .
75
  (
76
  $signup_available
77
  ? Ai1ec_I18n::__( '<a href="edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings" class="ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg">Sign In to Timely Network</a>' )
@@ -90,6 +91,15 @@ class Ai1ec_View_Tickets extends Ai1ec_View_Admin_Abstract {
90
 
91
  );
92
  $file = $loader->get_file( 'ticketing/signup.twig', $args, true );
 
 
 
 
 
 
 
 
 
93
  } else {
94
  $response = $this->_api_registration->get_payment_preferences();
95
  $purchases = $this->_api_registration->get_purchases();
57
  $signed_to_api = $this->_api_registration->is_signed();
58
  $signup_available = $this->_api_registration->is_api_sign_up_available();
59
  $ticketing_available = $this->_api_registration->is_ticket_available();
60
+ $ticketing_enabled = $this->_api_registration->has_subscription_active( Ai1ec_Api_Features::CODE_TICKETING );
61
  $ticketing_message = $this->_api_registration->get_sign_message();
62
  $loader = $this->_registry->get( 'theme.loader' );
63
 
71
  'title' => Ai1ec_I18n::__(
72
  'Time.ly Ticketing'
73
  ),
74
+ 'sign_up_text' => 'Please, <a href="edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings">Sign Up for a Timely Network account</a> to use Ticketing or Import Feeds.',
75
+ 'signup_form' => Ai1ec_I18n::__( 'You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />' ) .
76
  (
77
  $signup_available
78
  ? Ai1ec_I18n::__( '<a href="edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings" class="ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg">Sign In to Timely Network</a>' )
91
 
92
  );
93
  $file = $loader->get_file( 'ticketing/signup.twig', $args, true );
94
+ } elseif ( ! $ticketing_enabled ) {
95
+ $args = array(
96
+ 'title' => Ai1ec_I18n::__(
97
+ 'Time.ly Ticketing'
98
+ ),
99
+ 'sign_up_text' => '',
100
+ 'signup_form' => 'Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href="https://time.ly/pricing/" target="_blank">here</a>.'
101
+ );
102
+ $file = $loader->get_file( 'ticketing/signup.twig', $args, true );
103
  } else {
104
  $response = $this->_api_registration->get_payment_preferences();
105
  $purchases = $this->_api_registration->get_purchases();
language/all-in-one-event-calendar-ar.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr "أختر منطقتك الزمنية"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr ""
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr ""
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2156,11 +2161,11 @@ msgstr ""
2156
  msgid "Categories (optional)"
2157
  msgstr ""
2158
 
2159
- #: app/view/event/content.php:33 app/view/event/single.php:119
2160
  msgid "When:"
2161
  msgstr "متى:"
2162
 
2163
- #: app/view/event/content.php:34 app/view/event/single.php:120
2164
  msgid "Where:"
2165
  msgstr "أين:"
2166
 
@@ -2226,19 +2231,15 @@ msgstr ""
2226
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2227
  msgstr ""
2228
 
2229
- #: app/view/event/single.php:78
2230
- msgid "Event was created in the %s time zone"
2231
- msgstr ""
2232
-
2233
- #: app/view/event/single.php:114
2234
  msgid "Add to Calendar"
2235
  msgstr ""
2236
 
2237
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2238
  msgid "Cost:"
2239
  msgstr "التكلفة:"
2240
 
2241
- #: app/view/event/single.php:122
2242
  msgid "Contact:"
2243
  msgstr ""
2244
 
@@ -2337,7 +2338,7 @@ msgstr ""
2337
  msgid "Subscribe"
2338
  msgstr "أشترك"
2339
 
2340
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2341
  msgid "Get a Timely Calendar"
2342
  msgstr ""
2343
 
@@ -2385,7 +2386,7 @@ msgstr ""
2385
  msgid "Clear category filter"
2386
  msgstr ""
2387
 
2388
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2389
  #: lib/html/element/setting/tags-categories.php:47
2390
  msgid "Categories"
2391
  msgstr ""
@@ -2394,7 +2395,7 @@ msgstr ""
2394
  msgid "Clear tag filter"
2395
  msgstr ""
2396
 
2397
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2398
  #: lib/html/element/setting/tags-categories.php:39
2399
  msgid "Tags"
2400
  msgstr ""
@@ -2415,11 +2416,11 @@ msgstr "لا توجد مناسبات قادمة لعرضها في هذا الو
2415
  msgid "Read more"
2416
  msgstr "إقرأ المزيد"
2417
 
2418
- #: app/view/admin/tickets.php:104
2419
  msgid "Sales"
2420
  msgstr ""
2421
 
2422
- #: app/view/admin/tickets.php:106
2423
  msgid "Cheque"
2424
  msgstr ""
2425
 
@@ -2427,32 +2428,32 @@ msgstr ""
2427
  msgid "Paypal"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:110
2431
  msgid "Save Changes"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:111
2435
  msgid "Date"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:112
2439
  msgid "Event"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:113
2443
  msgid "Purchaser"
2444
  msgstr ""
2445
 
2446
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2447
  #: app/view/event/ticket.php:39
2448
  msgid "Tickets"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/tickets.php:117
2452
  msgid "Total"
2453
  msgstr ""
2454
 
2455
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2456
  msgid "Sign Out"
2457
  msgstr ""
2458
 
@@ -2567,19 +2568,10 @@ msgstr ""
2567
  msgid "All-in-One Event Calendar: Themes"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:35
2571
  msgid "Ticketing"
2572
  msgstr ""
2573
 
2574
- #: app/view/admin/tickets.php:36
2575
- msgid "Ticketing<sup>beta</sup>"
2576
- msgstr ""
2577
-
2578
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2579
- #: app/view/admin/tickets.php:97
2580
- msgid "Time.ly Ticketing<sup>beta</sup>"
2581
- msgstr ""
2582
-
2583
  #: app/view/admin/settings.php:98
2584
  msgctxt "meta box"
2585
  msgid "Timely"
@@ -2617,7 +2609,7 @@ msgstr ""
2617
  msgid "Cache Report"
2618
  msgstr ""
2619
 
2620
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2621
  #: public/admin/box_ask_customer_review.php:113
2622
  #: public/admin/box_ask_customer_review.php:127
2623
  #: public/admin/box_ask_customer_review.php:141
@@ -2728,7 +2720,7 @@ msgid "All-in-One Event Calendar: Settings"
2728
  msgstr ""
2729
 
2730
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2731
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2732
  msgid "Settings"
2733
  msgstr ""
2734
 
@@ -2836,19 +2828,19 @@ msgstr ""
2836
  msgid "month(s)"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:960
2840
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:963
2844
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:975
2848
  msgid "Current <strong>robots.txt</strong> on this site"
2849
  msgstr ""
2850
 
2851
- #: app/model/settings.php:979
2852
  msgid ""
2853
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2854
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2857,19 +2849,19 @@ msgid ""
2857
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:996
2861
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1019
2865
  msgid "Templates cache improves site performance"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1032
2869
  msgid "Display events in <strong>calendar time zone</strong>"
2870
  msgstr ""
2871
 
2872
- #: app/model/settings.php:1035
2873
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2874
  msgstr ""
2875
 
@@ -2877,11 +2869,11 @@ msgstr ""
2877
  msgid "Event Details"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:500
2881
  msgid "Set banner image"
2882
  msgstr ""
2883
 
2884
- #: app/view/admin/add-new-event.php:501
2885
  msgid "Remove banner image"
2886
  msgstr "إزالة صورة البنر"
2887
 
@@ -2921,63 +2913,63 @@ msgstr ""
2921
  msgid "Show All Authors"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:762
2925
  msgid "Strict compatibility content filtering"
2926
  msgstr "التوافق الصارم تصفية المحتوى"
2927
 
2928
- #: app/model/settings.php:774
2929
  msgid " <strong>Hide featured image</strong> from event details page"
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:777
2933
  msgid "Select this option if your theme already displays each post's featured image."
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:788
2937
  msgid "Input dates in this format"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:793
2941
  msgid "Default (d/m/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:797
2945
  msgid "US (m/d/yyyy)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:801
2949
  msgid "ISO 8601 (yyyy-m-d)"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:805
2953
  msgid "Dotted (m.d.yyyy)"
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:817
2957
  msgid " Use <strong>24h time</strong> in time pickers"
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:828
2961
  msgid "<strong>Disable address autocomplete</strong> function"
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:839
2965
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:855
2969
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:858
2973
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:879
2977
  msgid "Move calendar into this DOM element"
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:881
2981
  msgid ""
2982
  "Optional. Use this JavaScript-based shortcut to place the\n"
2983
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2989,55 +2981,55 @@ msgid ""
2989
  "\t\t\t\t\t\tby the calendar."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:900
2993
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:903
2997
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:915
3001
  msgid "Disable <strong>gzip</strong> compression."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:930
3005
  msgid "Use frontend rendering."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:933
3009
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3010
  msgstr ""
3011
 
3012
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3013
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3014
  msgstr ""
3015
 
3016
- #: app/model/settings.php:509
3017
  msgid "Default calendar start date (optional)"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:520
3021
  msgid "Agenda pages show at most"
3022
  msgstr ""
3023
 
3024
- #: app/model/settings.php:533
3025
  msgid "Week/Day view starts at"
3026
  msgstr ""
3027
 
3028
- #: app/model/settings.php:546
3029
  msgid "Week/Day view ends at"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:574
3033
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:577
3037
  msgid "Only applies to events that span a single day."
3038
  msgstr ""
3039
 
3040
- #: app/model/settings.php:589
3041
  msgid ""
3042
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3043
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3046,55 +3038,55 @@ msgid ""
3046
  "\t\t\t\t\t\tfrom last day shown</strong>"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:605
3050
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:617
3054
  msgid "<strong>Show year</strong> in calendar date labels"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:629
3058
  msgid "<strong>Show location in event titles</strong> in calendar views"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:641
3062
  msgid "<strong>Exclude</strong> events from search results"
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:653
3066
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:665
3070
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:677
3074
  msgid " Hide <strong>Google Maps</strong> until clicked"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:689
3078
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:692
3082
  msgid "Only applies to first visible calendar found on the page."
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:704
3086
  msgid "Offset affixed filter bar vertically by"
3087
  msgstr ""
3088
 
3089
- #: app/model/settings.php:719
3090
  msgid "Wide screens only (&#8805; 1200px)"
3091
  msgstr ""
3092
 
3093
- #: app/model/settings.php:734
3094
  msgid "Tablets only (< 980px)"
3095
  msgstr ""
3096
 
3097
- #: app/model/settings.php:749
3098
  msgid "Phones only (< 768px)"
3099
  msgstr ""
3100
 
@@ -3146,20 +3138,20 @@ msgstr ""
3146
  msgid "Message"
3147
  msgstr ""
3148
 
3149
- #: app/model/settings.php:402
3150
  #: lib/html/element/setting/calendar-page-selector.php:50
3151
  msgid "Calendar page"
3152
  msgstr ""
3153
 
3154
- #: app/model/settings.php:412
3155
  msgid "Week starts on"
3156
  msgstr ""
3157
 
3158
- #: app/model/settings.php:425
3159
  msgid "Available views"
3160
  msgstr ""
3161
 
3162
- #: app/model/settings.php:433
3163
  msgid "Agenda"
3164
  msgid_plural "Agenda"
3165
  msgstr[0] ""
@@ -3169,7 +3161,7 @@ msgstr[3] ""
3169
  msgstr[4] ""
3170
  msgstr[5] ""
3171
 
3172
- #: app/model/settings.php:444
3173
  msgid "Day"
3174
  msgid_plural "Day"
3175
  msgstr[0] ""
@@ -3179,7 +3171,7 @@ msgstr[3] ""
3179
  msgstr[4] ""
3180
  msgstr[5] ""
3181
 
3182
- #: app/model/settings.php:455
3183
  msgid "Month"
3184
  msgid_plural "Month"
3185
  msgstr[0] ""
@@ -3189,7 +3181,7 @@ msgstr[3] ""
3189
  msgstr[4] ""
3190
  msgstr[5] ""
3191
 
3192
- #: app/model/settings.php:466
3193
  msgid "Week"
3194
  msgid_plural "Week"
3195
  msgstr[0] ""
@@ -3199,11 +3191,12 @@ msgstr[3] ""
3199
  msgstr[4] ""
3200
  msgstr[5] ""
3201
 
3202
- #: app/model/settings.php:480
 
3203
  msgid "Timezone"
3204
  msgstr "المنطقة الزمنية"
3205
 
3206
- #: app/model/settings.php:493
3207
  msgid "Preselected calendar filters"
3208
  msgstr ""
3209
 
@@ -3239,11 +3232,11 @@ msgstr ""
3239
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3240
  msgstr ""
3241
 
3242
- #: app/model/api/api-registration.php:186
3243
  msgid "Payment preferences were not saved."
3244
  msgstr ""
3245
 
3246
- #: app/model/api/api-registration.php:177
3247
  msgid "Payment preferences were saved."
3248
  msgstr ""
3249
 
@@ -3327,11 +3320,11 @@ msgstr ""
3327
  msgid "Guest Name"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3331
  msgid "Status"
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3335
  #: app/view/event/ticket.php:71
3336
  msgid "Email"
3337
  msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "أختر منطقتك الزمنية"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr ""
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr ""
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2161
  msgid "Categories (optional)"
2162
  msgstr ""
2163
 
2164
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2165
  msgid "When:"
2166
  msgstr "متى:"
2167
 
2168
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2169
  msgid "Where:"
2170
  msgstr "أين:"
2171
 
2231
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2232
  msgstr ""
2233
 
2234
+ #: app/view/event/single.php:89
 
 
 
 
2235
  msgid "Add to Calendar"
2236
  msgstr ""
2237
 
2238
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2239
  msgid "Cost:"
2240
  msgstr "التكلفة:"
2241
 
2242
+ #: app/view/event/single.php:97
2243
  msgid "Contact:"
2244
  msgstr ""
2245
 
2338
  msgid "Subscribe"
2339
  msgstr "أشترك"
2340
 
2341
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2342
  msgid "Get a Timely Calendar"
2343
  msgstr ""
2344
 
2386
  msgid "Clear category filter"
2387
  msgstr ""
2388
 
2389
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2390
  #: lib/html/element/setting/tags-categories.php:47
2391
  msgid "Categories"
2392
  msgstr ""
2395
  msgid "Clear tag filter"
2396
  msgstr ""
2397
 
2398
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2399
  #: lib/html/element/setting/tags-categories.php:39
2400
  msgid "Tags"
2401
  msgstr ""
2416
  msgid "Read more"
2417
  msgstr "إقرأ المزيد"
2418
 
2419
+ #: app/view/admin/tickets.php:111
2420
  msgid "Sales"
2421
  msgstr ""
2422
 
2423
+ #: app/view/admin/tickets.php:113
2424
  msgid "Cheque"
2425
  msgstr ""
2426
 
2428
  msgid "Paypal"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:117
2432
  msgid "Save Changes"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:118
2436
  msgid "Date"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:119
2440
  msgid "Event"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:120
2444
  msgid "Purchaser"
2445
  msgstr ""
2446
 
2447
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2448
  #: app/view/event/ticket.php:39
2449
  msgid "Tickets"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/tickets.php:124
2453
  msgid "Total"
2454
  msgstr ""
2455
 
2456
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2457
  msgid "Sign Out"
2458
  msgstr ""
2459
 
2568
  msgid "All-in-One Event Calendar: Themes"
2569
  msgstr ""
2570
 
2571
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2572
  msgid "Ticketing"
2573
  msgstr ""
2574
 
 
 
 
 
 
 
 
 
 
2575
  #: app/view/admin/settings.php:98
2576
  msgctxt "meta box"
2577
  msgid "Timely"
2609
  msgid "Cache Report"
2610
  msgstr ""
2611
 
2612
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2613
  #: public/admin/box_ask_customer_review.php:113
2614
  #: public/admin/box_ask_customer_review.php:127
2615
  #: public/admin/box_ask_customer_review.php:141
2720
  msgstr ""
2721
 
2722
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2723
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2724
  msgid "Settings"
2725
  msgstr ""
2726
 
2828
  msgid "month(s)"
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:959
2832
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:962
2836
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:974
2840
  msgid "Current <strong>robots.txt</strong> on this site"
2841
  msgstr ""
2842
 
2843
+ #: app/model/settings.php:978
2844
  msgid ""
2845
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2846
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:995
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1018
2857
  msgid "Templates cache improves site performance"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1031
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1034
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2869
  msgid "Event Details"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:505
2873
  msgid "Set banner image"
2874
  msgstr ""
2875
 
2876
+ #: app/view/admin/add-new-event.php:506
2877
  msgid "Remove banner image"
2878
  msgstr "إزالة صورة البنر"
2879
 
2913
  msgid "Show All Authors"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:761
2917
  msgid "Strict compatibility content filtering"
2918
  msgstr "التوافق الصارم تصفية المحتوى"
2919
 
2920
+ #: app/model/settings.php:773
2921
  msgid " <strong>Hide featured image</strong> from event details page"
2922
  msgstr ""
2923
 
2924
+ #: app/model/settings.php:776
2925
  msgid "Select this option if your theme already displays each post's featured image."
2926
  msgstr ""
2927
 
2928
+ #: app/model/settings.php:787
2929
  msgid "Input dates in this format"
2930
  msgstr ""
2931
 
2932
+ #: app/model/settings.php:792
2933
  msgid "Default (d/m/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:796
2937
  msgid "US (m/d/yyyy)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:800
2941
  msgid "ISO 8601 (yyyy-m-d)"
2942
  msgstr ""
2943
 
2944
+ #: app/model/settings.php:804
2945
  msgid "Dotted (m.d.yyyy)"
2946
  msgstr ""
2947
 
2948
+ #: app/model/settings.php:816
2949
  msgid " Use <strong>24h time</strong> in time pickers"
2950
  msgstr ""
2951
 
2952
+ #: app/model/settings.php:827
2953
  msgid "<strong>Disable address autocomplete</strong> function"
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:838
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:854
2961
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:857
2965
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:878
2969
  msgid "Move calendar into this DOM element"
2970
  msgstr ""
2971
 
2972
+ #: app/model/settings.php:880
2973
  msgid ""
2974
  "Optional. Use this JavaScript-based shortcut to place the\n"
2975
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  "\t\t\t\t\t\tby the calendar."
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:899
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:902
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:914
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:929
2997
  msgid "Use frontend rendering."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:932
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr ""
3003
 
3004
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3005
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3006
  msgstr ""
3007
 
3008
+ #: app/model/settings.php:508
3009
  msgid "Default calendar start date (optional)"
3010
  msgstr ""
3011
 
3012
+ #: app/model/settings.php:519
3013
  msgid "Agenda pages show at most"
3014
  msgstr ""
3015
 
3016
+ #: app/model/settings.php:532
3017
  msgid "Week/Day view starts at"
3018
  msgstr ""
3019
 
3020
+ #: app/model/settings.php:545
3021
  msgid "Week/Day view ends at"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:573
3025
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:576
3029
  msgid "Only applies to events that span a single day."
3030
  msgstr ""
3031
 
3032
+ #: app/model/settings.php:588
3033
  msgid ""
3034
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3035
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3038
  "\t\t\t\t\t\tfrom last day shown</strong>"
3039
  msgstr ""
3040
 
3041
+ #: app/model/settings.php:604
3042
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3043
  msgstr ""
3044
 
3045
+ #: app/model/settings.php:616
3046
  msgid "<strong>Show year</strong> in calendar date labels"
3047
  msgstr ""
3048
 
3049
+ #: app/model/settings.php:628
3050
  msgid "<strong>Show location in event titles</strong> in calendar views"
3051
  msgstr ""
3052
 
3053
+ #: app/model/settings.php:640
3054
  msgid "<strong>Exclude</strong> events from search results"
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:652
3058
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:664
3062
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3063
  msgstr ""
3064
 
3065
+ #: app/model/settings.php:676
3066
  msgid " Hide <strong>Google Maps</strong> until clicked"
3067
  msgstr ""
3068
 
3069
+ #: app/model/settings.php:688
3070
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:691
3074
  msgid "Only applies to first visible calendar found on the page."
3075
  msgstr ""
3076
 
3077
+ #: app/model/settings.php:703
3078
  msgid "Offset affixed filter bar vertically by"
3079
  msgstr ""
3080
 
3081
+ #: app/model/settings.php:718
3082
  msgid "Wide screens only (&#8805; 1200px)"
3083
  msgstr ""
3084
 
3085
+ #: app/model/settings.php:733
3086
  msgid "Tablets only (< 980px)"
3087
  msgstr ""
3088
 
3089
+ #: app/model/settings.php:748
3090
  msgid "Phones only (< 768px)"
3091
  msgstr ""
3092
 
3138
  msgid "Message"
3139
  msgstr ""
3140
 
3141
+ #: app/model/settings.php:401
3142
  #: lib/html/element/setting/calendar-page-selector.php:50
3143
  msgid "Calendar page"
3144
  msgstr ""
3145
 
3146
+ #: app/model/settings.php:411
3147
  msgid "Week starts on"
3148
  msgstr ""
3149
 
3150
+ #: app/model/settings.php:424
3151
  msgid "Available views"
3152
  msgstr ""
3153
 
3154
+ #: app/model/settings.php:432
3155
  msgid "Agenda"
3156
  msgid_plural "Agenda"
3157
  msgstr[0] ""
3161
  msgstr[4] ""
3162
  msgstr[5] ""
3163
 
3164
+ #: app/model/settings.php:443
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] ""
3171
  msgstr[4] ""
3172
  msgstr[5] ""
3173
 
3174
+ #: app/model/settings.php:454
3175
  msgid "Month"
3176
  msgid_plural "Month"
3177
  msgstr[0] ""
3181
  msgstr[4] ""
3182
  msgstr[5] ""
3183
 
3184
+ #: app/model/settings.php:465
3185
  msgid "Week"
3186
  msgid_plural "Week"
3187
  msgstr[0] ""
3191
  msgstr[4] ""
3192
  msgstr[5] ""
3193
 
3194
+ #: app/model/settings.php:479 app/view/event/single.php:57
3195
+ #: app/view/event/single.php:58
3196
  msgid "Timezone"
3197
  msgstr "المنطقة الزمنية"
3198
 
3199
+ #: app/model/settings.php:492
3200
  msgid "Preselected calendar filters"
3201
  msgstr ""
3202
 
3232
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3233
  msgstr ""
3234
 
3235
+ #: app/model/api/api-registration.php:191
3236
  msgid "Payment preferences were not saved."
3237
  msgstr ""
3238
 
3239
+ #: app/model/api/api-registration.php:182
3240
  msgid "Payment preferences were saved."
3241
  msgstr ""
3242
 
3320
  msgid "Guest Name"
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3324
  msgid "Status"
3325
  msgstr ""
3326
 
3327
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3328
  #: app/view/event/ticket.php:71
3329
  msgid "Email"
3330
  msgstr ""
language/all-in-one-event-calendar-bg_BG.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Ръчно отместване (offset)"
1975
  msgid "Choose your timezone"
1976
  msgstr "Избери часова зона"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Приставката е инсталирана, но не е конфигурирана. Моля, влезте като Администратор, за да конфигурирате."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Събитието <strong>%s</strong> беше успешно кло
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr "Билети:"
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Безплатно"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Купи билети"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Редактирай това повторение (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Това събитие е заимствано от друг сайт <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Виж оригинала"
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr "Категории (по желание)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Кога"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Къде"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Черновата на събитието е опреснена. <a target=\"_blank\" href=\"%s\">Прегледай събитието</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Добави в календара"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Цена: "
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Контакт:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Абонирай се за филтриран календар"
2333
  msgid "Subscribe"
2334
  msgstr "Абонирай се"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Get a Timely Calendar"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Абонирай се за този календар в друг тек
2381
  msgid "Clear category filter"
2382
  msgstr "Изчисти филтър по категория"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Категории"
@@ -2390,7 +2391,7 @@ msgstr "Категории"
2390
  msgid "Clear tag filter"
2391
  msgstr "Изчисти филтър по етикет"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Етикети"
@@ -2411,11 +2412,11 @@ msgstr "Към момента няма предстоящи събития"
2411
  msgid "Read more"
2412
  msgstr "Подрбности"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr "Дата"
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr "Събитие"
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Билети"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Нулиране към стандартни параметри"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Calendar: Теми"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Външни услуги"
2613
  msgid "Cache Report"
2614
  msgstr "Доклад на кеша"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar: Настройки"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Настройки"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "последен/на"
2832
  msgid "month(s)"
2833
  msgstr "месец(и)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Свържи CSS</strong> в <code>&lt;head&gt;</code> сектор, когато кешът на файла не е наличен."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Използвайте тази опция ако кеша на файла не е наличен и предпочитате да поднесете CSS като линк, отколкото да се изведе inline."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Същестуващ <strong>robots.txt</strong> на този сайт"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr "<strong>Публикувай, промотирай и сподели моите събития</strong> отбелязани като публични в мрежата на Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr "Кешът на шаблоните подобрява дейността на сайтa"
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr "Подробности за събитието"
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr "Покажи всички"
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr "Строго филтриране на съвместимостта"
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr " <strong>Скрий показаното изображение</strong> от страницата с подробностите за събитието"
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr "Изберете тази опция ако темата вече показва изображението (featured) на всеки пост/публикация."
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr "Въведете датите в този формат"
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr "По подразбиране (d/m/yyyy), например 3/12/2014"
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr "US (m/d/yyyy)"
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr "ISO 8601 (yyyy-m-d)"
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr "Dotted (m.d.yyyy)"
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr "Използвай <strong>24-часов формат</strong> в представяне на часа"
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr "Направете недостъпна <strong>Функция за автоматично довършване на адреса</strong>"
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr "Използвайте конфигурирания <strong>регион</strong> (WordPress locale), за да предопределите функция за автоматично довършване "
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr "Покажете стария бутон <strong>Публикувай своето събитие</strong> над календара за привилегировани потребители."
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr "Инсталирай <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> за <strong>фронт енд формуляра Публикувай своето събитие</strong>."
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr "Преместване на календара в DOM element"
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr "<strong>Прескочи <tt>in_the_loop()</tt> check </strong>, което предпазва от многократни календарни резултати "
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr "Опитайте се да активирате тази опция ако календарът не не появява на календарната страница. Това е необходимо за съвместимост на малък брой теми, които извикват формуляра <tt>the_content()</tt> извън The Loop. Иначе го оставане недостъпно."
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr "Направи компресията <strong>gzip</strong> недостъпна."
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr "Използвай фронтенд рендъринг."
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr "За да изчистите маркираното, задръжте &#8984;/<abbr class=\"initialism\">CTRL</abbr> и размаркирайте."
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr "Начална дата на календара по подразбиране (незадължително)"
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr "Изгледът График показва най-много"
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr "Седмичен/Дневен изглед започва на"
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr "Седмичен/Дневен изглед приключва на"
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr "<strong>Пренеси думите в тестето със събития</strong> в Месечен изглед"
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr "Отнася се само за събития, които обхващат на един ден."
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3047,55 +3039,55 @@ msgstr ""
3047
  "→\t→\t→\t→\t→\t→\tИзгледи близки до изглед Градик</span>, <strong>включват всички събития\n"
3048
  "→\t→\t→\t→\t→\t→\tот последния показан ден</strong>"
3049
 
3050
- #: app/model/settings.php:605
3051
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3052
  msgstr "Показвай всички събития <strong>разгърнати</strong> в изглед График"
3053
 
3054
- #: app/model/settings.php:617
3055
  msgid "<strong>Show year</strong> in calendar date labels"
3056
  msgstr "<strong>Покажи годината</strong> в етикета на календарните дати"
3057
 
3058
- #: app/model/settings.php:629
3059
  msgid "<strong>Show location in event titles</strong> in calendar views"
3060
  msgstr "<strong>Покажи мястото в каретата на събитията</strong> в календарните изгледи"
3061
 
3062
- #: app/model/settings.php:641
3063
  msgid "<strong>Exclude</strong> events from search results"
3064
  msgstr "<strong>Изключи</strong> събитията от резултатите на търсачката"
3065
 
3066
- #: app/model/settings.php:653
3067
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3068
  msgstr "Скрий бутоните <strong>Абонамент</strong>/<strong>Добави към календар</strong> в календарен и самостоятелен изглед на събитие"
3069
 
3070
- #: app/model/settings.php:665
3071
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3072
  msgstr "Скрий бутона <strong>Get a Timely Calendar</strong> "
3073
 
3074
- #: app/model/settings.php:677
3075
  msgid " Hide <strong>Google Maps</strong> until clicked"
3076
  msgstr "Скрий <strong>Google Maps</strong> докато не са натиснати"
3077
 
3078
- #: app/model/settings.php:689
3079
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3080
  msgstr " <strong>Прикрепи менюто за филтриране</strong> към горния край на прозореца, когато се скрива при превъртане на изгледа"
3081
 
3082
- #: app/model/settings.php:692
3083
  msgid "Only applies to first visible calendar found on the page."
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:704
3087
  msgid "Offset affixed filter bar vertically by"
3088
  msgstr "Отмести прикрепената лента на филтъра вертикално с"
3089
 
3090
- #: app/model/settings.php:719
3091
  msgid "Wide screens only (&#8805; 1200px)"
3092
  msgstr "Само за широк екран (&#8805; 1200px)"
3093
 
3094
- #: app/model/settings.php:734
3095
  msgid "Tablets only (< 980px)"
3096
  msgstr "Само за таблети (< 980px)"
3097
 
3098
- #: app/model/settings.php:749
3099
  msgid "Phones only (< 768px)"
3100
  msgstr "Само за телефони (< 768px)"
3101
 
@@ -3147,48 +3139,49 @@ msgstr ""
3147
  msgid "Message"
3148
  msgstr ""
3149
 
3150
- #: app/model/settings.php:402
3151
  #: lib/html/element/setting/calendar-page-selector.php:50
3152
  msgid "Calendar page"
3153
  msgstr "Страница Календар"
3154
 
3155
- #: app/model/settings.php:412
3156
  msgid "Week starts on"
3157
  msgstr "Седмицата започва на"
3158
 
3159
- #: app/model/settings.php:425
3160
  msgid "Available views"
3161
  msgstr "Налични изгледи"
3162
 
3163
- #: app/model/settings.php:433
3164
  msgid "Agenda"
3165
  msgid_plural "Agenda"
3166
  msgstr[0] "График"
3167
  msgstr[1] ""
3168
 
3169
- #: app/model/settings.php:444
3170
  msgid "Day"
3171
  msgid_plural "Day"
3172
  msgstr[0] "Ден"
3173
  msgstr[1] ""
3174
 
3175
- #: app/model/settings.php:455
3176
  msgid "Month"
3177
  msgid_plural "Month"
3178
  msgstr[0] "Месец"
3179
  msgstr[1] ""
3180
 
3181
- #: app/model/settings.php:466
3182
  msgid "Week"
3183
  msgid_plural "Week"
3184
  msgstr[0] "Седмица"
3185
  msgstr[1] ""
3186
 
3187
- #: app/model/settings.php:480
 
3188
  msgid "Timezone"
3189
  msgstr "Часова зона"
3190
 
3191
- #: app/model/settings.php:493
3192
  msgid "Preselected calendar filters"
3193
  msgstr "Предварително зададени филтри на календара"
3194
 
@@ -3224,11 +3217,11 @@ msgstr ""
3224
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3225
  msgstr ""
3226
 
3227
- #: app/model/api/api-registration.php:186
3228
  msgid "Payment preferences were not saved."
3229
  msgstr ""
3230
 
3231
- #: app/model/api/api-registration.php:177
3232
  msgid "Payment preferences were saved."
3233
  msgstr ""
3234
 
@@ -3312,11 +3305,11 @@ msgstr ""
3312
  msgid "Guest Name"
3313
  msgstr ""
3314
 
3315
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3316
  msgid "Status"
3317
  msgstr ""
3318
 
3319
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3320
  #: app/view/event/ticket.php:71
3321
  msgid "Email"
3322
  msgstr "E-mail"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Избери часова зона"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Приставката е инсталирана, но не е конфигурирана. Моля, влезте като Администратор, за да конфигурирате."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr "Билети:"
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Безплатно"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Купи билети"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Редактирай това повторение (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Това събитие е заимствано от друг сайт <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Виж оригинала"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Категории (по желание)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Кога"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Къде"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Черновата на събитието е опреснена. <a target=\"_blank\" href=\"%s\">Прегледай събитието</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Добави в календара"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Цена: "
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Контакт:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Абонирай се"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Get a Timely Calendar"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Изчисти филтър по категория"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Категории"
2391
  msgid "Clear tag filter"
2392
  msgstr "Изчисти филтър по етикет"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Етикети"
2412
  msgid "Read more"
2413
  msgstr "Подрбности"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr "Дата"
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr "Събитие"
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Билети"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar: Теми"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Доклад на кеша"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar: Настройки"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Настройки"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "месец(и)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Свържи CSS</strong> в <code>&lt;head&gt;</code> сектор, когато кешът на файла не е наличен."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Използвайте тази опция ако кеша на файла не е наличен и предпочитате да поднесете CSS като линк, отколкото да се изведе inline."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Същестуващ <strong>robots.txt</strong> на този сайт"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Публикувай, промотирай и сподели моите събития</strong> отбелязани като публични в мрежата на Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Кешът на шаблоните подобрява дейността на сайтa"
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr "Подробности за събитието"
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr "Строго филтриране на съвместимостта"
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr " <strong>Скрий показаното изображение</strong> от страницата с подробностите за събитието"
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr "Изберете тази опция ако темата вече показва изображението (featured) на всеки пост/публикация."
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr "Въведете датите в този формат"
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr "По подразбиране (d/m/yyyy), например 3/12/2014"
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr "US (m/d/yyyy)"
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr "ISO 8601 (yyyy-m-d)"
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr "Dotted (m.d.yyyy)"
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr "Използвай <strong>24-часов формат</strong> в представяне на часа"
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr "Направете недостъпна <strong>Функция за автоматично довършване на адреса</strong>"
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr "Използвайте конфигурирания <strong>регион</strong> (WordPress locale), за да предопределите функция за автоматично довършване "
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr "Покажете стария бутон <strong>Публикувай своето събитие</strong> над календара за привилегировани потребители."
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr "Инсталирай <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> за <strong>фронт енд формуляра Публикувай своето събитие</strong>."
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr "Преместване на календара в DOM element"
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr "<strong>Прескочи <tt>in_the_loop()</tt> check </strong>, което предпазва от многократни календарни резултати "
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr "Опитайте се да активирате тази опция ако календарът не не появява на календарната страница. Това е необходимо за съвместимост на малък брой теми, които извикват формуляра <tt>the_content()</tt> извън The Loop. Иначе го оставане недостъпно."
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr "Направи компресията <strong>gzip</strong> недостъпна."
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr "Използвай фронтенд рендъринг."
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr "За да изчистите маркираното, задръжте &#8984;/<abbr class=\"initialism\">CTRL</abbr> и размаркирайте."
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr "Начална дата на календара по подразбиране (незадължително)"
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr "Изгледът График показва най-много"
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr "Седмичен/Дневен изглед започва на"
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr "Седмичен/Дневен изглед приключва на"
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr "<strong>Пренеси думите в тестето със събития</strong> в Месечен изглед"
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr "Отнася се само за събития, които обхващат на един ден."
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3039
  "→\t→\t→\t→\t→\t→\tИзгледи близки до изглед Градик</span>, <strong>включват всички събития\n"
3040
  "→\t→\t→\t→\t→\t→\tот последния показан ден</strong>"
3041
 
3042
+ #: app/model/settings.php:604
3043
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3044
  msgstr "Показвай всички събития <strong>разгърнати</strong> в изглед График"
3045
 
3046
+ #: app/model/settings.php:616
3047
  msgid "<strong>Show year</strong> in calendar date labels"
3048
  msgstr "<strong>Покажи годината</strong> в етикета на календарните дати"
3049
 
3050
+ #: app/model/settings.php:628
3051
  msgid "<strong>Show location in event titles</strong> in calendar views"
3052
  msgstr "<strong>Покажи мястото в каретата на събитията</strong> в календарните изгледи"
3053
 
3054
+ #: app/model/settings.php:640
3055
  msgid "<strong>Exclude</strong> events from search results"
3056
  msgstr "<strong>Изключи</strong> събитията от резултатите на търсачката"
3057
 
3058
+ #: app/model/settings.php:652
3059
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3060
  msgstr "Скрий бутоните <strong>Абонамент</strong>/<strong>Добави към календар</strong> в календарен и самостоятелен изглед на събитие"
3061
 
3062
+ #: app/model/settings.php:664
3063
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3064
  msgstr "Скрий бутона <strong>Get a Timely Calendar</strong> "
3065
 
3066
+ #: app/model/settings.php:676
3067
  msgid " Hide <strong>Google Maps</strong> until clicked"
3068
  msgstr "Скрий <strong>Google Maps</strong> докато не са натиснати"
3069
 
3070
+ #: app/model/settings.php:688
3071
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3072
  msgstr " <strong>Прикрепи менюто за филтриране</strong> към горния край на прозореца, когато се скрива при превъртане на изгледа"
3073
 
3074
+ #: app/model/settings.php:691
3075
  msgid "Only applies to first visible calendar found on the page."
3076
  msgstr ""
3077
 
3078
+ #: app/model/settings.php:703
3079
  msgid "Offset affixed filter bar vertically by"
3080
  msgstr "Отмести прикрепената лента на филтъра вертикално с"
3081
 
3082
+ #: app/model/settings.php:718
3083
  msgid "Wide screens only (&#8805; 1200px)"
3084
  msgstr "Само за широк екран (&#8805; 1200px)"
3085
 
3086
+ #: app/model/settings.php:733
3087
  msgid "Tablets only (< 980px)"
3088
  msgstr "Само за таблети (< 980px)"
3089
 
3090
+ #: app/model/settings.php:748
3091
  msgid "Phones only (< 768px)"
3092
  msgstr "Само за телефони (< 768px)"
3093
 
3139
  msgid "Message"
3140
  msgstr ""
3141
 
3142
+ #: app/model/settings.php:401
3143
  #: lib/html/element/setting/calendar-page-selector.php:50
3144
  msgid "Calendar page"
3145
  msgstr "Страница Календар"
3146
 
3147
+ #: app/model/settings.php:411
3148
  msgid "Week starts on"
3149
  msgstr "Седмицата започва на"
3150
 
3151
+ #: app/model/settings.php:424
3152
  msgid "Available views"
3153
  msgstr "Налични изгледи"
3154
 
3155
+ #: app/model/settings.php:432
3156
  msgid "Agenda"
3157
  msgid_plural "Agenda"
3158
  msgstr[0] "График"
3159
  msgstr[1] ""
3160
 
3161
+ #: app/model/settings.php:443
3162
  msgid "Day"
3163
  msgid_plural "Day"
3164
  msgstr[0] "Ден"
3165
  msgstr[1] ""
3166
 
3167
+ #: app/model/settings.php:454
3168
  msgid "Month"
3169
  msgid_plural "Month"
3170
  msgstr[0] "Месец"
3171
  msgstr[1] ""
3172
 
3173
+ #: app/model/settings.php:465
3174
  msgid "Week"
3175
  msgid_plural "Week"
3176
  msgstr[0] "Седмица"
3177
  msgstr[1] ""
3178
 
3179
+ #: app/model/settings.php:479 app/view/event/single.php:57
3180
+ #: app/view/event/single.php:58
3181
  msgid "Timezone"
3182
  msgstr "Часова зона"
3183
 
3184
+ #: app/model/settings.php:492
3185
  msgid "Preselected calendar filters"
3186
  msgstr "Предварително зададени филтри на календара"
3187
 
3217
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3218
  msgstr ""
3219
 
3220
+ #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:182
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
3305
  msgid "Guest Name"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3309
  msgid "Status"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3313
  #: app/view/event/ticket.php:71
3314
  msgid "Email"
3315
  msgstr "E-mail"
language/all-in-one-event-calendar-ca.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr "Tria la teva zona horària"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Gratuït"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr ""
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Aquest esdeveniment és una còpia obtinguda del <a href=\"%s\" title=\"canal d'iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> canal del calendari</a> d'un altre lloc web."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr ""
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Quan:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "On:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr ""
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr ""
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Afegir a Calendari"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Preu:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Contacte:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Subscriu-te al calendari filtrat"
2333
  msgid "Subscribe"
2334
  msgstr "Subscriu-te"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Aconsegueix un calendari de Timely"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Subscriure a aquest calendari en un altre calendari de text sense format
2381
  msgid "Clear category filter"
2382
  msgstr "Buida el filtre de categoria"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Categories"
@@ -2390,7 +2391,7 @@ msgstr "Categories"
2390
  msgid "Clear tag filter"
2391
  msgstr "Buidar el filtro d'etiquetes"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Etiquetes"
@@ -2411,11 +2412,11 @@ msgstr "No hi ha propers esdeveniments per mostrar en aquest moment."
2411
  msgid "Read more"
2412
  msgstr "Llegir més"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr ""
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr ""
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr ""
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr ""
2613
  msgid "Cache Report"
2614
  msgstr ""
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr ""
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr ""
2730
 
@@ -2832,19 +2824,19 @@ msgstr ""
2832
  msgid "month(s)"
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr "Detalls de l'esdeveniment"
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr "Mostrar tot "
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr ""
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr ""
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr "Vista de la setmana/dia comença el"
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr "Vista de la setmana/dia finalitza el"
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr "<strong>Enganxeu menú de filtres</strong> a la part superior de la finestra quan es desplaça fora de la vista"
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr "Desplaçament verticalment de la barra de filtre fix"
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr "Només pantalles amples (&#8805; 1200px)"
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr "Només tauletes (< 980px)"
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr "Només mòbils (< 768px)"
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr ""
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr ""
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr ""
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] "Agenda"
3162
  msgstr[1] "Agendas"
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] "Dia"
3168
  msgstr[1] "Dies"
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] "Mes"
3174
  msgstr[1] "Meses"
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] "Setmana"
3180
  msgstr[1] "Setmanes"
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr "Franja horària"
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Tria la teva zona horària"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Gratuït"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr ""
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Aquest esdeveniment és una còpia obtinguda del <a href=\"%s\" title=\"canal d'iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> canal del calendari</a> d'un altre lloc web."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr ""
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Quan:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "On:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr ""
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Afegir a Calendari"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Preu:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Contacte:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Subscriu-te"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Aconsegueix un calendari de Timely"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Buida el filtre de categoria"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Categories"
2391
  msgid "Clear tag filter"
2392
  msgstr "Buidar el filtro d'etiquetes"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Etiquetes"
2412
  msgid "Read more"
2413
  msgstr "Llegir més"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr ""
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr ""
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr ""
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr ""
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr ""
2722
 
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr "Detalls de l'esdeveniment"
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr ""
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr ""
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr ""
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr "Vista de la setmana/dia comença el"
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr "Vista de la setmana/dia finalitza el"
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr "<strong>Enganxeu menú de filtres</strong> a la part superior de la finestra quan es desplaça fora de la vista"
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr "Desplaçament verticalment de la barra de filtre fix"
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr "Només pantalles amples (&#8805; 1200px)"
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr "Només tauletes (< 980px)"
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr "Només mòbils (< 768px)"
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr ""
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr ""
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr ""
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] "Agenda"
3154
  msgstr[1] "Agendas"
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] "Dia"
3160
  msgstr[1] "Dies"
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] "Mes"
3166
  msgstr[1] "Meses"
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] "Setmana"
3172
  msgstr[1] "Setmanes"
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr "Franja horària"
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
language/all-in-one-event-calendar-cs_CZ.mo CHANGED
Binary file
language/all-in-one-event-calendar-cs_CZ.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -169,8 +190,8 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
169
  msgstr "Nepodařilo se získat Detaily Události ze služby Time.ly Ticketing"
170
 
171
  #: app/view/admin/add-new-event.php:307
172
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
173
- msgstr "Ticketing<sup>beta</sup> není aktuálně dostupná pro tuto webovou stránku. Prosíme, zkuste to později znovu."
174
 
175
  #: app/view/admin/settings.php:173
176
  msgid "Please, Sign In to Timely Network."
@@ -184,22 +205,18 @@ msgstr "Potvrzuji, že jsem četl, porozuměl a souhlasím s <a href=\"https://t
184
  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”."
185
  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”)."
186
 
187
- #: app/view/admin/tickets.php:74
188
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
189
- msgstr "Pokud chcete používat Ticketing<sup>beta</sup>, je třeba se přihlásit k Timely Network <br /><br />"
190
 
191
- #: app/view/admin/tickets.php:77
192
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
193
  msgstr "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Přihlásit do Timely Network</a>"
194
 
195
- #: app/view/admin/tickets.php:78
196
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
197
  msgstr "<b>Přihlašování k účtu na Timely Network je aktuálně nedostupné. Prosíme, zkuste to později.</b>"
198
 
199
- #: app/view/admin/tickets.php:100
200
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
201
- msgstr "Mějte na paměti, že Ticketing funguje beta režimu. Pokud zaznamenáte libovolnou chybu, prosíme, nahlašte ji na <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Zde hlašte i případné požadavky na vylepšení <a href=\"http://ideas.time.ly\">ideas.time.ly</a> v sekci \"Ticketing\"."
202
-
203
  #: lib/calendar-feed/ics.php:40
204
  msgid "My Feeds"
205
  msgstr "Mé Feedy"
@@ -220,7 +237,7 @@ msgstr "&laquo;"
220
  msgid "&raquo;"
221
  msgstr "&raquo;"
222
 
223
- #: lib/environment/check.php:107
224
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
225
  msgstr "<b>POŽADAVEK!</b> Prosíme, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">přihlašte se</a> do Timely Network, aby synchronizace importu události mohla pokračovat."
226
 
@@ -277,27 +294,27 @@ msgstr "Prodej ukončen"
277
  msgid "Canceled"
278
  msgstr "Zrušeno"
279
 
280
- #: app/model/settings.php:918
281
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
282
  msgstr "Použijte tuto možnost, pokud šablona kalendáře není responsivní. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Čtete více</a> o této záležitosti. (Od verze 2.1 dále není standardně povolen gzip pro maximální kompatibilitu.)"
283
 
284
- #: app/model/settings.php:945
285
  msgid "Use advanced JS cache."
286
  msgstr "Použijte rozšířenou JS cache."
287
 
288
- #: app/model/settings.php:948
289
  msgid "Cache dynamically generated JS files. Improves performance."
290
  msgstr "Ukládat dynamicky generované soubory JS do cache pro zlepšení výkonu."
291
 
292
- #: app/view/admin/add-new-event.php:407
293
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
294
  msgstr "<span class=\"ai1ec-info-text\">Tato událost byla vložena tímto organizátorem.</span>"
295
 
296
- #: app/view/admin/add-new-event.php:416
297
  msgid ", email: "
298
  msgstr ", e-mail: "
299
 
300
- #: app/view/admin/add-new-event.php:420
301
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
302
  msgstr "<span class=\"ai1ec-info-text\">Autor této události: %s.</span>"
303
 
@@ -305,132 +322,132 @@ msgstr "<span class=\"ai1ec-info-text\">Autor této události: %s.</span>"
305
  msgid "Browse All Add-ons"
306
  msgstr "Procházet všechny doplňky"
307
 
308
- #: app/view/admin/tickets.php:105
309
  msgid "Please provide your PayPal details."
310
  msgstr "Prosím poskytněte detaily vašeho účtu PayPal."
311
 
312
- #: app/view/admin/tickets.php:107
313
  msgid "PayPal"
314
  msgstr "PayPal"
315
 
316
- #: app/view/admin/tickets.php:108
317
  msgid "Preferred currency for tickets:"
318
  msgstr "Preferovaná měna lístků:"
319
 
320
- #: app/view/admin/tickets.php:134
321
  msgid "United States Dollar"
322
  msgstr "Americký dolar"
323
 
324
- #: app/view/admin/tickets.php:135
325
  msgid "Canadian Dollar"
326
  msgstr "Kanadský dolar"
327
 
328
- #: app/view/admin/tickets.php:136
329
  msgid "Australian Dollar"
330
  msgstr "Australský dolar"
331
 
332
- #: app/view/admin/tickets.php:137
333
  msgid "Brazilian Real"
334
  msgstr "Brazilský real"
335
 
336
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
337
- #: app/view/admin/tickets.php:158
338
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
339
  msgstr "Poznámka: Tato měna je jako měna plateb a zůstatků podporována pouze pro lokální účty PayPal."
340
 
341
- #: app/view/admin/tickets.php:138
342
  msgid "Czech Koruna"
343
  msgstr "Česká koruna"
344
 
345
- #: app/view/admin/tickets.php:139
346
  msgid "Danish Krone"
347
  msgstr "Dánská koruna"
348
 
349
- #: app/view/admin/tickets.php:140
350
  msgid "Euro"
351
  msgstr "Euro"
352
 
353
- #: app/view/admin/tickets.php:141
354
  msgid "Hong Kong Dollar"
355
  msgstr "Hongkongský dolar"
356
 
357
- #: app/view/admin/tickets.php:142
358
  msgid "Hungarian Forint"
359
  msgstr "Maďarský forint"
360
 
361
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
362
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
363
  msgstr "Poznámka: Částky za desetinnou čárkou nejsou pro tuto měnu podporovány. Vyplnění desetinné částky bude mít za následek chybu."
364
 
365
- #: app/view/admin/tickets.php:143
366
  msgid "Israeli New Sheqel"
367
  msgstr "Izraelský nový šekel"
368
 
369
- #: app/view/admin/tickets.php:144
370
  msgid "Japanese Yen"
371
  msgstr "Japonský jen"
372
 
373
- #: app/view/admin/tickets.php:144
374
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
375
  msgstr "Poznámka: Tato měna nepodporuje desetinné části. Vyplněním desetinné části způsobí chybu. 1,000,000"
376
 
377
- #: app/view/admin/tickets.php:145
378
  msgid "Malaysian Ringgit"
379
  msgstr "Malajský ringgit"
380
 
381
- #: app/view/admin/tickets.php:146
382
  msgid "Mexican Peso"
383
  msgstr "Mexické peso"
384
 
385
- #: app/view/admin/tickets.php:147
386
  msgid "Norwegian Krone"
387
  msgstr "Norská koruna"
388
 
389
- #: app/view/admin/tickets.php:148
390
  msgid "New Zealand Dollar"
391
  msgstr "Novozélandský dolar"
392
 
393
- #: app/view/admin/tickets.php:149
394
  msgid "Philippine Peso"
395
  msgstr "Filipínské peso"
396
 
397
- #: app/view/admin/tickets.php:150
398
  msgid "Polish Zloty"
399
  msgstr "Polský zlotý"
400
 
401
- #: app/view/admin/tickets.php:151
402
  msgid "Pound Sterling"
403
  msgstr "Libra šterlinků"
404
 
405
- #: app/view/admin/tickets.php:152
406
  msgid "Russian Ruble"
407
  msgstr "Ruský rubl"
408
 
409
- #: app/view/admin/tickets.php:152
410
  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"
411
  msgstr "Pro platby v rámci Ruska je jedinou akceptovatelnou měnou Ruský rubl. Jestliže zvolíte jinou měnu pro lokální transakci, tato transakce selže"
412
 
413
- #: app/view/admin/tickets.php:153
414
  msgid "Singapore Dollar"
415
  msgstr "Singapurský dolar"
416
 
417
- #: app/view/admin/tickets.php:154
418
  msgid "Swedish Krona"
419
  msgstr "Švédská koruna"
420
 
421
- #: app/view/admin/tickets.php:155
422
  msgid "Swiss Franc"
423
  msgstr "Švýcarský frank"
424
 
425
- #: app/view/admin/tickets.php:156
426
  msgid "Taiwan New Dollar"
427
  msgstr "Tchajwanský nový dolar"
428
 
429
- #: app/view/admin/tickets.php:157
430
  msgid "Thai Baht"
431
  msgstr "Thajský baht"
432
 
433
- #: app/view/admin/tickets.php:158
434
  msgid "Turkish Lira"
435
  msgstr "Turecká lira"
436
 
@@ -438,15 +455,15 @@ msgstr "Turecká lira"
438
  msgid "Export to XML"
439
  msgstr "Export do XML"
440
 
441
- #: lib/environment/check.php:74
442
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
443
  msgstr "Plugin je úspěšně nainstalován! <a href=\"%s\">Přidejte události</a> a uvidíte je na vaší <a href=\"%s\">stránce s kalendářem</a>.<br />Navštivte <a href=\"%s\">stránku Nastavení</a>, abyste plugin nakonfigurovali a získali z něj maximum."
444
 
445
- #: lib/environment/check.php:125
446
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
447
  msgstr "Chybějící PHP rozšíření \"iconv\", které je potřeba pro All-In-One-Event-Calendar. Prosíme, zkontrolujte konfiguraci vašeho PHP.<br />"
448
 
449
- #: lib/environment/check.php:141
450
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
451
  msgstr "Chybějící PHP rozšíření \"mbstring\", které je potřeba pro All-In-One-Event-Calendar. Prosíme, zkontrolujte konfiguraci vašeho PHP.<br />"
452
 
@@ -462,10 +479,6 @@ msgstr "Díky od všech těžce pracujících v Time.ly."
462
  msgid "Would you please give us some feedback on how can we improve?"
463
  msgstr "Dali byste nám zpětnou vazbu, jak se můžeme zlepšit?"
464
 
465
- #: public/admin/box_ask_customer_review.php:176
466
- msgid "VPproduct@time.ly"
467
- msgstr "VPproduct@time.ly"
468
-
469
  #: public/admin/box_event_cost.php:29
470
  msgid "Cost options not available, this event was imported from an external calendar."
471
  msgstr "Možnosti nákladů nejsou k dispozici, tato událost byla importována z externího kalendáře."
@@ -482,10 +495,6 @@ msgstr "Přihlásit se do sítě Time.ly"
482
  msgid "No Tickets"
483
  msgstr "Žádné lístky"
484
 
485
- #: public/admin/box_event_cost.php:53
486
- msgid "Time.ly Tickets<sup>beta</sup>"
487
- msgstr "Time.ly Tickets<sup>beta</sup>"
488
-
489
  #: public/admin/box_event_cost.php:59
490
  msgid "External Tickets"
491
  msgstr "Externí lístky"
@@ -574,19 +583,19 @@ msgstr "Chyba při dekódování odpovědi"
574
  msgid "We were unable to get the Suggested Events from Time.ly Network"
575
  msgstr "Nebyli jsme schopni získat navrhované události ze sítě Time.ly"
576
 
577
- #: app/model/api/api-registration.php:37
578
  msgid "We were unable to Sign you In for Time.ly Network"
579
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
580
 
581
- #: app/model/api/api-registration.php:58
582
  msgid "We were unable to Sign you Up for Time.ly Network"
583
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
584
 
585
- #: app/model/api/api-registration.php:147
586
  msgid "We were unable to Sign you Out of Time.ly Network"
587
  msgstr "Nebyli jsme schopni vás odhlásit ze sítě Time.ly"
588
 
589
- #: app/model/api/api-registration.php:214
590
  msgid "We were unable to get the Sales information from Time.ly Network"
591
  msgstr "Nebyli jsme schopni získat obchodní informace ze sítě Time.ly"
592
 
@@ -594,7 +603,7 @@ msgstr "Nebyli jsme schopni získat obchodní informace ze sítě Time.ly"
594
  msgid "This Event was replicated from another site. Changes are not allowed."
595
  msgstr "Tato událost je replikována z jiné stránky. Změny nejsou povoleny."
596
 
597
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
598
  #: app/view/admin/all-events.php:214
599
  msgid "This Event was created using a different account %s. Changes are not allowed."
600
  msgstr "Tato událost byla vytvořena pomocí jiného účtu %s. Změny nejsou povoleny."
@@ -1372,10 +1381,6 @@ msgstr "Neplatný odkaz."
1372
  msgid "Thank you for being our customer,"
1373
  msgstr "Děkujeme, že jste našim zákazníkem, "
1374
 
1375
- #: public/admin/box_ask_customer_review.php:175
1376
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1377
- msgstr "Aristotel Dascal, víceprezident produktu, Time.ly"
1378
-
1379
  #: public/admin/box_ask_customer_review.php:182
1380
  msgid "Sending..."
1381
  msgstr "Odesílám..."
@@ -1989,15 +1994,15 @@ msgstr "Časový posun ručně:"
1989
  msgid "Choose your timezone"
1990
  msgstr "Vyberte svou časové pásmo"
1991
 
1992
- #: lib/environment/check.php:86
1993
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1994
  msgstr "Plugin je nainstalován, ale nebyl nastaven. Pro nastavení se, prosím, přihlaštwe jako Administrátor stránek."
1995
 
1996
- #: lib/environment/check.php:251
1997
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1998
  msgstr "Doplněk <strong>%s</strong> musí být aktualizován minimálně na verzi %s, aby byla zajištěna kompatibilita s kalendářem."
1999
 
2000
- #: lib/environment/check.php:252
2001
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
2002
  msgstr "Jestliže nevidíte oznámení o aktualizaci níže, přesvědčte se, že jste správně <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">vložili vaše licenční klíče</a>. Případně, přejděte na stránku <a href=\"https://time.ly/your-account/\">vašeho účtu</a> pro stažení poslední verze doplňku/doplňků a <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">proveďte aktualizaci ručně</a>. Prosíme <a href=\"https://time.ly/forums/\">vložte dotaz do fóra</a> pokud máte nějaký problém. Rádi vám pomůžeme."
2003
 
@@ -2090,27 +2095,27 @@ msgstr "<p>Událost <strong>%s</strong> byla úspěšně naklonována. <a href=\
2090
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2091
  msgstr "Máte zapnutý Frontend Rendering a používáte upravenou kalendářovou šablonu. Pokud vaše šablona nepodporuje Frontend Rendering, váš kalendář nemusí pracovat správně."
2092
 
2093
- #: app/view/event/single.php:123
2094
  msgid "Tickets:"
2095
  msgstr "Vstupenky:"
2096
 
2097
- #: app/view/event/single.php:124
2098
  msgid "Free"
2099
  msgstr "Zdarma"
2100
 
2101
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2102
  msgid "Buy Tickets"
2103
  msgstr "Koupit vstupenky"
2104
 
2105
- #: app/view/event/single.php:150
2106
  msgid "Edit this occurrence (%s)"
2107
  msgstr "Upravit tento výskyt (%s)"
2108
 
2109
- #: app/view/event/single.php:221
2110
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2111
  msgstr "Tento příspěvek byl zkopírován z jiného webu <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2112
 
2113
- #: app/view/event/single.php:232
2114
  msgid "View original"
2115
  msgstr "Zobrazit originál"
2116
 
@@ -2167,11 +2172,11 @@ msgstr "Neplatné ICS feed ID"
2167
  msgid "Categories (optional)"
2168
  msgstr "Kategorie (volitelně)"
2169
 
2170
- #: app/view/event/content.php:33 app/view/event/single.php:119
2171
  msgid "When:"
2172
  msgstr "Kdy:"
2173
 
2174
- #: app/view/event/content.php:34 app/view/event/single.php:120
2175
  msgid "Where:"
2176
  msgstr "Kde:"
2177
 
@@ -2237,19 +2242,15 @@ msgstr "M j, Y v G:i"
2237
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2238
  msgstr "Koncept události aktualizován. <a target=\"_blank\" href=\"%s\">Náhled události</a>"
2239
 
2240
- #: app/view/event/single.php:78
2241
- msgid "Event was created in the %s time zone"
2242
- msgstr "Událost byla vytvořena v časovém pásmu %s"
2243
-
2244
- #: app/view/event/single.php:114
2245
  msgid "Add to Calendar"
2246
  msgstr "Přidat do kalendáře"
2247
 
2248
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2249
  msgid "Cost:"
2250
  msgstr "Cena:"
2251
 
2252
- #: app/view/event/single.php:122
2253
  msgid "Contact:"
2254
  msgstr "Kontakt:"
2255
 
@@ -2348,7 +2349,7 @@ msgstr "Přihlásit se do filtrovaného kalendáře"
2348
  msgid "Subscribe"
2349
  msgstr "Přihlásit se"
2350
 
2351
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2352
  msgid "Get a Timely Calendar"
2353
  msgstr "Získat Timely Calendar"
2354
 
@@ -2396,7 +2397,7 @@ msgstr "Přihlásit do tohoto kalendáře v jiném textovém kalendáři."
2396
  msgid "Clear category filter"
2397
  msgstr "Vyčistit filtr kategorií"
2398
 
2399
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2400
  #: lib/html/element/setting/tags-categories.php:47
2401
  msgid "Categories"
2402
  msgstr "Kategorie"
@@ -2405,7 +2406,7 @@ msgstr "Kategorie"
2405
  msgid "Clear tag filter"
2406
  msgstr "Vyčistit filtr štítků"
2407
 
2408
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2409
  #: lib/html/element/setting/tags-categories.php:39
2410
  msgid "Tags"
2411
  msgstr "Štítky"
@@ -2426,11 +2427,11 @@ msgstr "Nyní nejsou žádné nadcházející události k zobrazení."
2426
  msgid "Read more"
2427
  msgstr "Číst více"
2428
 
2429
- #: app/view/admin/tickets.php:104
2430
  msgid "Sales"
2431
  msgstr "Prodeje"
2432
 
2433
- #: app/view/admin/tickets.php:106
2434
  msgid "Cheque"
2435
  msgstr "Šek"
2436
 
@@ -2438,32 +2439,32 @@ msgstr "Šek"
2438
  msgid "Paypal"
2439
  msgstr "Paypal"
2440
 
2441
- #: app/view/admin/tickets.php:110
2442
  msgid "Save Changes"
2443
  msgstr "Uložit změny"
2444
 
2445
- #: app/view/admin/tickets.php:111
2446
  msgid "Date"
2447
  msgstr "Datum"
2448
 
2449
- #: app/view/admin/tickets.php:112
2450
  msgid "Event"
2451
  msgstr "Akce"
2452
 
2453
- #: app/view/admin/tickets.php:113
2454
  msgid "Purchaser"
2455
  msgstr "Kupující"
2456
 
2457
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2458
  #: app/view/event/ticket.php:39
2459
  msgid "Tickets"
2460
  msgstr "Vstupenky"
2461
 
2462
- #: app/view/admin/tickets.php:117
2463
  msgid "Total"
2464
  msgstr "Celkem"
2465
 
2466
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2467
  msgid "Sign Out"
2468
  msgstr "Odhlásit"
2469
 
@@ -2578,19 +2579,10 @@ msgstr "Resetovat na výchozí"
2578
  msgid "All-in-One Event Calendar: Themes"
2579
  msgstr "All-in-One Event Calendar: Šablony"
2580
 
2581
- #: app/view/admin/tickets.php:35
2582
  msgid "Ticketing"
2583
  msgstr "Prodej vstupenek"
2584
 
2585
- #: app/view/admin/tickets.php:36
2586
- msgid "Ticketing<sup>beta</sup>"
2587
- msgstr "Prodej vstupenek<sup>beta</sup>"
2588
-
2589
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2590
- #: app/view/admin/tickets.php:97
2591
- msgid "Time.ly Ticketing<sup>beta</sup>"
2592
- msgstr "Time.ly prodej vstupenek<sup>beta</sup>"
2593
-
2594
  #: app/view/admin/settings.php:98
2595
  msgctxt "meta box"
2596
  msgid "Timely"
@@ -2628,7 +2620,7 @@ msgstr "Externí služby"
2628
  msgid "Cache Report"
2629
  msgstr "Vyrovnávací paměť"
2630
 
2631
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2632
  #: public/admin/box_ask_customer_review.php:113
2633
  #: public/admin/box_ask_customer_review.php:127
2634
  #: public/admin/box_ask_customer_review.php:141
@@ -2739,7 +2731,7 @@ msgid "All-in-One Event Calendar: Settings"
2739
  msgstr "All-in-One Event Calendar: Nastavení"
2740
 
2741
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2742
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2743
  msgid "Settings"
2744
  msgstr "Nastavení"
2745
 
@@ -2847,19 +2839,19 @@ msgstr "poslední"
2847
  msgid "month(s)"
2848
  msgstr "měsíc(ů)"
2849
 
2850
- #: app/model/settings.php:960
2851
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2852
  msgstr "<strong>Odkaz CSS</strong> v <code>&lt;head&gt;</code> sekci, když soubor s cache není dostupný."
2853
 
2854
- #: app/model/settings.php:963
2855
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2856
  msgstr "Použijte tuto možnost, pokud je souborová cache nedostupná a preferovali byste raději předání CSS jako linku než vygenerovaného."
2857
 
2858
- #: app/model/settings.php:975
2859
  msgid "Current <strong>robots.txt</strong> on this site"
2860
  msgstr "Aktuální <strong>robots.txt</strong> na těchto stránkách"
2861
 
2862
- #: app/model/settings.php:979
2863
  msgid ""
2864
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2865
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2873,19 +2865,19 @@ msgstr ""
2873
  "→\t→\t→\t→\t→\t→\tohledně přístupů k celým nebo částem stránek, které jsou jinak veřejně dostupné.\n"
2874
  "→\t→\t→\t→\t→\t→\tMůžete to změnit manuálně editací souboru <code>robots.txt</code> v kořenovém adresáři vašeho WordPressu."
2875
 
2876
- #: app/model/settings.php:996
2877
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2878
  msgstr "<strong>Zveřejnit, propagovat a sdílet mé akce</strong> označené jako veřejné v sítí Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2879
 
2880
- #: app/model/settings.php:1019
2881
  msgid "Templates cache improves site performance"
2882
  msgstr "Vyrovnávací paměť šablon zlepšuje výkon stránek"
2883
 
2884
- #: app/model/settings.php:1032
2885
  msgid "Display events in <strong>calendar time zone</strong>"
2886
  msgstr "Zobrazit události v <strong>časovém pásmu kalendáře</strong>"
2887
 
2888
- #: app/model/settings.php:1035
2889
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2890
  msgstr "Pokud je zatrhnuto, události se zobrazí v časovém pásmu kalendáře spolu s informací o zobrazeném časovém pásmu na stránce detailu události."
2891
 
@@ -2893,11 +2885,11 @@ msgstr "Pokud je zatrhnuto, události se zobrazí v časovém pásmu kalendáře
2893
  msgid "Event Details"
2894
  msgstr "Detail události"
2895
 
2896
- #: app/view/admin/add-new-event.php:500
2897
  msgid "Set banner image"
2898
  msgstr "Nastavit obrázek banneru"
2899
 
2900
- #: app/view/admin/add-new-event.php:501
2901
  msgid "Remove banner image"
2902
  msgstr "Odstranit obrázek banneru"
2903
 
@@ -2937,63 +2929,63 @@ msgstr "Ukázat vše"
2937
  msgid "Show All Authors"
2938
  msgstr "Zobrazit všechny autory"
2939
 
2940
- #: app/model/settings.php:762
2941
  msgid "Strict compatibility content filtering"
2942
  msgstr "Filtrace obsahu v režimu striktní kompatibility"
2943
 
2944
- #: app/model/settings.php:774
2945
  msgid " <strong>Hide featured image</strong> from event details page"
2946
  msgstr " <strong>Skrýt featured obrázek</strong> na detailní stránce události"
2947
 
2948
- #: app/model/settings.php:777
2949
  msgid "Select this option if your theme already displays each post's featured image."
2950
  msgstr "Vyberte tuto možnost, pokud již vaše šablona zobrazuje náhledový obrázek každého příspěvku."
2951
 
2952
- #: app/model/settings.php:788
2953
  msgid "Input dates in this format"
2954
  msgstr "Vložte data v tomto formátu"
2955
 
2956
- #: app/model/settings.php:793
2957
  msgid "Default (d/m/yyyy)"
2958
  msgstr "Výchozí (d/m/yyyy)"
2959
 
2960
- #: app/model/settings.php:797
2961
  msgid "US (m/d/yyyy)"
2962
  msgstr "Americký (m/d/yyyy)"
2963
 
2964
- #: app/model/settings.php:801
2965
  msgid "ISO 8601 (yyyy-m-d)"
2966
  msgstr "ISO 8601 (yyyy-m-d)"
2967
 
2968
- #: app/model/settings.php:805
2969
  msgid "Dotted (m.d.yyyy)"
2970
  msgstr "S tečkami (m.d.yyyy)"
2971
 
2972
- #: app/model/settings.php:817
2973
  msgid " Use <strong>24h time</strong> in time pickers"
2974
  msgstr " Použít <strong>24h čas</strong> při výběru času"
2975
 
2976
- #: app/model/settings.php:828
2977
  msgid "<strong>Disable address autocomplete</strong> function"
2978
  msgstr "<strong>Zakázat funkci automatické dokončování adres</strong>"
2979
 
2980
- #: app/model/settings.php:839
2981
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2982
  msgstr "Použijte nastavený <strong>region</strong> (v nastavení WordPressu) pro upřednostnění funkce automatického doplňování adres"
2983
 
2984
- #: app/model/settings.php:855
2985
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2986
  msgstr "Zobrazit staré <strong>Vložit událost</strong> tlačítko nad kalendářem pro privilegované uživatele"
2987
 
2988
- #: app/model/settings.php:858
2989
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2990
  msgstr "Nainstalujte <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> pro <strong>formulář Vložte svou událost</strong>."
2991
 
2992
- #: app/model/settings.php:879
2993
  msgid "Move calendar into this DOM element"
2994
  msgstr "Přesunout kalendář do tohoto DOM elementu."
2995
 
2996
- #: app/model/settings.php:881
2997
  msgid ""
2998
  "Optional. Use this JavaScript-based shortcut to place the\n"
2999
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -3013,55 +3005,55 @@ msgstr ""
3013
  "→\t→\t→\t→\t→\t→\tJakýkoliv existující text, nalezený v cílové položce, bude\n"
3014
  "→\t→\t→\t→\t→\t→\tkalendářem přepsán."
3015
 
3016
- #: app/model/settings.php:900
3017
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3018
  msgstr "<strong>Přeskočit kontrolu <tt>in_the_loop()</tt></strong>, která zabraňuje vícenásobnému zobrazování kalendáře"
3019
 
3020
- #: app/model/settings.php:903
3021
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3022
  msgstr "Zkuste povolit tuto možnost, pokud se váš kalendář nezobrazuje na kalendářové stránce. Je to potřeba pro kompatibilitu s malým počtem šablon, které volají <tt>the_content()</tt> z vnějšku Cyklu. V opačném případě nechte zakázané."
3023
 
3024
- #: app/model/settings.php:915
3025
  msgid "Disable <strong>gzip</strong> compression."
3026
  msgstr "Deaktivovat <strong>gzip</strong> kompresi."
3027
 
3028
- #: app/model/settings.php:930
3029
  msgid "Use frontend rendering."
3030
  msgstr "Použít před-renderování"
3031
 
3032
- #: app/model/settings.php:933
3033
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3034
  msgstr "Organizovat události"
3035
 
3036
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3037
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3038
  msgstr "K vyčištění držte &#8984;/<abbr class=\"initialism\">CTRL</abbr> a klikněte na vybrané."
3039
 
3040
- #: app/model/settings.php:509
3041
  msgid "Default calendar start date (optional)"
3042
  msgstr "Výchozí datum začátku kalendáře (volitelně)"
3043
 
3044
- #: app/model/settings.php:520
3045
  msgid "Agenda pages show at most"
3046
  msgstr "Stránky agendy zobrazí maximálně"
3047
 
3048
- #: app/model/settings.php:533
3049
  msgid "Week/Day view starts at"
3050
  msgstr "Zobrazení týdne/dne začíná v"
3051
 
3052
- #: app/model/settings.php:546
3053
  msgid "Week/Day view ends at"
3054
  msgstr "Zobrazení týdne/dne končí v"
3055
 
3056
- #: app/model/settings.php:574
3057
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3058
  msgstr "<strong>Zalamování slov událostí</strong> v měsíčním zobrazení"
3059
 
3060
- #: app/model/settings.php:577
3061
  msgid "Only applies to events that span a single day."
3062
  msgstr "Funguje jen u událostí s rozestupem jeden den."
3063
 
3064
- #: app/model/settings.php:589
3065
  msgid ""
3066
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3067
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3070,55 +3062,55 @@ msgid ""
3070
  "\t\t\t\t\t\tfrom last day shown</strong>"
3071
  msgstr "V <span class=\"ai1ec-tooltip-toggle\" data-original-title=\"These include Agenda view,the Upcoming Events widget, and some extended views.\">pohledech typu Agenda</span>, <strong>vložit všechny události zobrazené od posledního dne</strong>"
3072
 
3073
- #: app/model/settings.php:605
3074
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3075
  msgstr "Zachovat všechny události <strong>rozbalené</strong> v Zobrazení agendy"
3076
 
3077
- #: app/model/settings.php:617
3078
  msgid "<strong>Show year</strong> in calendar date labels"
3079
  msgstr "<strong>Zobrazit rok</strong> v názvech datumů kalendáře"
3080
 
3081
- #: app/model/settings.php:629
3082
  msgid "<strong>Show location in event titles</strong> in calendar views"
3083
  msgstr "<strong>Zobrazit umístění v názvech událostí</strong> v zobrazeních kalendáře"
3084
 
3085
- #: app/model/settings.php:641
3086
  msgid "<strong>Exclude</strong> events from search results"
3087
  msgstr "<strong>Vyloučit</strong> události z výsledků hledání"
3088
 
3089
- #: app/model/settings.php:653
3090
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3091
  msgstr "Skrýt odkazy<strong>Odebírat</strong>/<strong>Přidat do kalendáře</strong> v kalendáři a jednotlivých zobrazení událostí "
3092
 
3093
- #: app/model/settings.php:665
3094
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3095
  msgstr "Skrýt tlačítko <strong>Získat kalendář Timely</strong> "
3096
 
3097
- #: app/model/settings.php:677
3098
  msgid " Hide <strong>Google Maps</strong> until clicked"
3099
  msgstr " Skrýt <strong>Google Mapy</strong> dokud na ně nekliknete"
3100
 
3101
- #: app/model/settings.php:689
3102
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3103
  msgstr " <strong>Přichyťte menu s výběrem </strong> k horní části okna, když odroluje pryč"
3104
 
3105
- #: app/model/settings.php:692
3106
  msgid "Only applies to first visible calendar found on the page."
3107
  msgstr "Aplikováno pouze na první viditelný kalendář nalezený na stránce."
3108
 
3109
- #: app/model/settings.php:704
3110
  msgid "Offset affixed filter bar vertically by"
3111
  msgstr "Zarovnat přichycený sloupec s výběrem vertikálně"
3112
 
3113
- #: app/model/settings.php:719
3114
  msgid "Wide screens only (&#8805; 1200px)"
3115
  msgstr " Pouze pro širokoúhlé obrazovky (&#8805; 1200px)"
3116
 
3117
- #: app/model/settings.php:734
3118
  msgid "Tablets only (< 980px)"
3119
  msgstr "Pouze pro tablety (< 980px)"
3120
 
3121
- #: app/model/settings.php:749
3122
  msgid "Phones only (< 768px)"
3123
  msgstr "Pouze pro telefony (< 768px)"
3124
 
@@ -3170,52 +3162,53 @@ msgstr "Odkaz na stránku"
3170
  msgid "Message"
3171
  msgstr "Zpráva"
3172
 
3173
- #: app/model/settings.php:402
3174
  #: lib/html/element/setting/calendar-page-selector.php:50
3175
  msgid "Calendar page"
3176
  msgstr "Strana kalendáře"
3177
 
3178
- #: app/model/settings.php:412
3179
  msgid "Week starts on"
3180
  msgstr "Týden startuje od"
3181
 
3182
- #: app/model/settings.php:425
3183
  msgid "Available views"
3184
  msgstr "Dostupná zobrazení"
3185
 
3186
- #: app/model/settings.php:433
3187
  msgid "Agenda"
3188
  msgid_plural "Agenda"
3189
  msgstr[0] "Agenda"
3190
  msgstr[1] "Agendy"
3191
  msgstr[2] "Agend"
3192
 
3193
- #: app/model/settings.php:444
3194
  msgid "Day"
3195
  msgid_plural "Day"
3196
  msgstr[0] "Den"
3197
  msgstr[1] "Dny"
3198
  msgstr[2] "Dnů"
3199
 
3200
- #: app/model/settings.php:455
3201
  msgid "Month"
3202
  msgid_plural "Month"
3203
  msgstr[0] "Měsíc"
3204
  msgstr[1] "Měsíce"
3205
  msgstr[2] "Měsíců"
3206
 
3207
- #: app/model/settings.php:466
3208
  msgid "Week"
3209
  msgid_plural "Week"
3210
  msgstr[0] "Týden"
3211
  msgstr[1] "Týdny"
3212
  msgstr[2] "Týdnů"
3213
 
3214
- #: app/model/settings.php:480
 
3215
  msgid "Timezone"
3216
  msgstr "Časové pásmo"
3217
 
3218
- #: app/model/settings.php:493
3219
  msgid "Preselected calendar filters"
3220
  msgstr "Předvybrané filtry kalendáře"
3221
 
@@ -3251,11 +3244,11 @@ msgstr "Nepodařilo se nám aktualizovat událost v Time.ly prodeji vstupenek"
3251
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3252
  msgstr "Tato Událost byla zkopírována z jiné stránky. Veškeré změny lístků budou zahozeny."
3253
 
3254
- #: app/model/api/api-registration.php:186
3255
  msgid "Payment preferences were not saved."
3256
  msgstr "Platební předvolby nebyly uloženy."
3257
 
3258
- #: app/model/api/api-registration.php:177
3259
  msgid "Payment preferences were saved."
3260
  msgstr "Platební předvolby byly uloženy."
3261
 
@@ -3339,11 +3332,11 @@ msgstr "Seznam účastníků"
3339
  msgid "Guest Name"
3340
  msgstr "Jméno hosta"
3341
 
3342
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3343
  msgid "Status"
3344
  msgstr "Stav"
3345
 
3346
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3347
  #: app/view/event/ticket.php:71
3348
  msgid "Email"
3349
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
190
  msgstr "Nepodařilo se získat Detaily Události ze služby Time.ly Ticketing"
191
 
192
  #: app/view/admin/add-new-event.php:307
193
+ msgid "Ticketing is currently not available for this website. Please, try again later."
194
+ msgstr ""
195
 
196
  #: app/view/admin/settings.php:173
197
  msgid "Please, Sign In to Timely Network."
205
  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”."
206
  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”)."
207
 
208
+ #: app/view/admin/tickets.php:75
209
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
210
+ msgstr ""
211
 
212
+ #: app/view/admin/tickets.php:78
213
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
214
  msgstr "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Přihlásit do Timely Network</a>"
215
 
216
+ #: app/view/admin/tickets.php:79
217
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
218
  msgstr "<b>Přihlašování k účtu na Timely Network je aktuálně nedostupné. Prosíme, zkuste to později.</b>"
219
 
 
 
 
 
220
  #: lib/calendar-feed/ics.php:40
221
  msgid "My Feeds"
222
  msgstr "Mé Feedy"
237
  msgid "&raquo;"
238
  msgstr "&raquo;"
239
 
240
+ #: lib/environment/check.php:111
241
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
242
  msgstr "<b>POŽADAVEK!</b> Prosíme, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">přihlašte se</a> do Timely Network, aby synchronizace importu události mohla pokračovat."
243
 
294
  msgid "Canceled"
295
  msgstr "Zrušeno"
296
 
297
+ #: app/model/settings.php:917
298
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
299
  msgstr "Použijte tuto možnost, pokud šablona kalendáře není responsivní. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Čtete více</a> o této záležitosti. (Od verze 2.1 dále není standardně povolen gzip pro maximální kompatibilitu.)"
300
 
301
+ #: app/model/settings.php:944
302
  msgid "Use advanced JS cache."
303
  msgstr "Použijte rozšířenou JS cache."
304
 
305
+ #: app/model/settings.php:947
306
  msgid "Cache dynamically generated JS files. Improves performance."
307
  msgstr "Ukládat dynamicky generované soubory JS do cache pro zlepšení výkonu."
308
 
309
+ #: app/view/admin/add-new-event.php:412
310
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
311
  msgstr "<span class=\"ai1ec-info-text\">Tato událost byla vložena tímto organizátorem.</span>"
312
 
313
+ #: app/view/admin/add-new-event.php:421
314
  msgid ", email: "
315
  msgstr ", e-mail: "
316
 
317
+ #: app/view/admin/add-new-event.php:425
318
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
319
  msgstr "<span class=\"ai1ec-info-text\">Autor této události: %s.</span>"
320
 
322
  msgid "Browse All Add-ons"
323
  msgstr "Procházet všechny doplňky"
324
 
325
+ #: app/view/admin/tickets.php:112
326
  msgid "Please provide your PayPal details."
327
  msgstr "Prosím poskytněte detaily vašeho účtu PayPal."
328
 
329
+ #: app/view/admin/tickets.php:114
330
  msgid "PayPal"
331
  msgstr "PayPal"
332
 
333
+ #: app/view/admin/tickets.php:115
334
  msgid "Preferred currency for tickets:"
335
  msgstr "Preferovaná měna lístků:"
336
 
337
+ #: app/view/admin/tickets.php:141
338
  msgid "United States Dollar"
339
  msgstr "Americký dolar"
340
 
341
+ #: app/view/admin/tickets.php:142
342
  msgid "Canadian Dollar"
343
  msgstr "Kanadský dolar"
344
 
345
+ #: app/view/admin/tickets.php:143
346
  msgid "Australian Dollar"
347
  msgstr "Australský dolar"
348
 
349
+ #: app/view/admin/tickets.php:144
350
  msgid "Brazilian Real"
351
  msgstr "Brazilský real"
352
 
353
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
354
+ #: app/view/admin/tickets.php:165
355
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
356
  msgstr "Poznámka: Tato měna je jako měna plateb a zůstatků podporována pouze pro lokální účty PayPal."
357
 
358
+ #: app/view/admin/tickets.php:145
359
  msgid "Czech Koruna"
360
  msgstr "Česká koruna"
361
 
362
+ #: app/view/admin/tickets.php:146
363
  msgid "Danish Krone"
364
  msgstr "Dánská koruna"
365
 
366
+ #: app/view/admin/tickets.php:147
367
  msgid "Euro"
368
  msgstr "Euro"
369
 
370
+ #: app/view/admin/tickets.php:148
371
  msgid "Hong Kong Dollar"
372
  msgstr "Hongkongský dolar"
373
 
374
+ #: app/view/admin/tickets.php:149
375
  msgid "Hungarian Forint"
376
  msgstr "Maďarský forint"
377
 
378
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
379
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
380
  msgstr "Poznámka: Částky za desetinnou čárkou nejsou pro tuto měnu podporovány. Vyplnění desetinné částky bude mít za následek chybu."
381
 
382
+ #: app/view/admin/tickets.php:150
383
  msgid "Israeli New Sheqel"
384
  msgstr "Izraelský nový šekel"
385
 
386
+ #: app/view/admin/tickets.php:151
387
  msgid "Japanese Yen"
388
  msgstr "Japonský jen"
389
 
390
+ #: app/view/admin/tickets.php:151
391
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
392
  msgstr "Poznámka: Tato měna nepodporuje desetinné části. Vyplněním desetinné části způsobí chybu. 1,000,000"
393
 
394
+ #: app/view/admin/tickets.php:152
395
  msgid "Malaysian Ringgit"
396
  msgstr "Malajský ringgit"
397
 
398
+ #: app/view/admin/tickets.php:153
399
  msgid "Mexican Peso"
400
  msgstr "Mexické peso"
401
 
402
+ #: app/view/admin/tickets.php:154
403
  msgid "Norwegian Krone"
404
  msgstr "Norská koruna"
405
 
406
+ #: app/view/admin/tickets.php:155
407
  msgid "New Zealand Dollar"
408
  msgstr "Novozélandský dolar"
409
 
410
+ #: app/view/admin/tickets.php:156
411
  msgid "Philippine Peso"
412
  msgstr "Filipínské peso"
413
 
414
+ #: app/view/admin/tickets.php:157
415
  msgid "Polish Zloty"
416
  msgstr "Polský zlotý"
417
 
418
+ #: app/view/admin/tickets.php:158
419
  msgid "Pound Sterling"
420
  msgstr "Libra šterlinků"
421
 
422
+ #: app/view/admin/tickets.php:159
423
  msgid "Russian Ruble"
424
  msgstr "Ruský rubl"
425
 
426
+ #: app/view/admin/tickets.php:159
427
  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"
428
  msgstr "Pro platby v rámci Ruska je jedinou akceptovatelnou měnou Ruský rubl. Jestliže zvolíte jinou měnu pro lokální transakci, tato transakce selže"
429
 
430
+ #: app/view/admin/tickets.php:160
431
  msgid "Singapore Dollar"
432
  msgstr "Singapurský dolar"
433
 
434
+ #: app/view/admin/tickets.php:161
435
  msgid "Swedish Krona"
436
  msgstr "Švédská koruna"
437
 
438
+ #: app/view/admin/tickets.php:162
439
  msgid "Swiss Franc"
440
  msgstr "Švýcarský frank"
441
 
442
+ #: app/view/admin/tickets.php:163
443
  msgid "Taiwan New Dollar"
444
  msgstr "Tchajwanský nový dolar"
445
 
446
+ #: app/view/admin/tickets.php:164
447
  msgid "Thai Baht"
448
  msgstr "Thajský baht"
449
 
450
+ #: app/view/admin/tickets.php:165
451
  msgid "Turkish Lira"
452
  msgstr "Turecká lira"
453
 
455
  msgid "Export to XML"
456
  msgstr "Export do XML"
457
 
458
+ #: lib/environment/check.php:75
459
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
460
  msgstr "Plugin je úspěšně nainstalován! <a href=\"%s\">Přidejte události</a> a uvidíte je na vaší <a href=\"%s\">stránce s kalendářem</a>.<br />Navštivte <a href=\"%s\">stránku Nastavení</a>, abyste plugin nakonfigurovali a získali z něj maximum."
461
 
462
+ #: lib/environment/check.php:129
463
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
464
  msgstr "Chybějící PHP rozšíření \"iconv\", které je potřeba pro All-In-One-Event-Calendar. Prosíme, zkontrolujte konfiguraci vašeho PHP.<br />"
465
 
466
+ #: lib/environment/check.php:145
467
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
468
  msgstr "Chybějící PHP rozšíření \"mbstring\", které je potřeba pro All-In-One-Event-Calendar. Prosíme, zkontrolujte konfiguraci vašeho PHP.<br />"
469
 
479
  msgid "Would you please give us some feedback on how can we improve?"
480
  msgstr "Dali byste nám zpětnou vazbu, jak se můžeme zlepšit?"
481
 
 
 
 
 
482
  #: public/admin/box_event_cost.php:29
483
  msgid "Cost options not available, this event was imported from an external calendar."
484
  msgstr "Možnosti nákladů nejsou k dispozici, tato událost byla importována z externího kalendáře."
495
  msgid "No Tickets"
496
  msgstr "Žádné lístky"
497
 
 
 
 
 
498
  #: public/admin/box_event_cost.php:59
499
  msgid "External Tickets"
500
  msgstr "Externí lístky"
583
  msgid "We were unable to get the Suggested Events from Time.ly Network"
584
  msgstr "Nebyli jsme schopni získat navrhované události ze sítě Time.ly"
585
 
586
+ #: app/model/api/api-registration.php:38
587
  msgid "We were unable to Sign you In for Time.ly Network"
588
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
589
 
590
+ #: app/model/api/api-registration.php:59
591
  msgid "We were unable to Sign you Up for Time.ly Network"
592
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
593
 
594
+ #: app/model/api/api-registration.php:152
595
  msgid "We were unable to Sign you Out of Time.ly Network"
596
  msgstr "Nebyli jsme schopni vás odhlásit ze sítě Time.ly"
597
 
598
+ #: app/model/api/api-registration.php:219
599
  msgid "We were unable to get the Sales information from Time.ly Network"
600
  msgstr "Nebyli jsme schopni získat obchodní informace ze sítě Time.ly"
601
 
603
  msgid "This Event was replicated from another site. Changes are not allowed."
604
  msgstr "Tato událost je replikována z jiné stránky. Změny nejsou povoleny."
605
 
606
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
607
  #: app/view/admin/all-events.php:214
608
  msgid "This Event was created using a different account %s. Changes are not allowed."
609
  msgstr "Tato událost byla vytvořena pomocí jiného účtu %s. Změny nejsou povoleny."
1381
  msgid "Thank you for being our customer,"
1382
  msgstr "Děkujeme, že jste našim zákazníkem, "
1383
 
 
 
 
 
1384
  #: public/admin/box_ask_customer_review.php:182
1385
  msgid "Sending..."
1386
  msgstr "Odesílám..."
1994
  msgid "Choose your timezone"
1995
  msgstr "Vyberte svou časové pásmo"
1996
 
1997
+ #: lib/environment/check.php:87
1998
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1999
  msgstr "Plugin je nainstalován, ale nebyl nastaven. Pro nastavení se, prosím, přihlaštwe jako Administrátor stránek."
2000
 
2001
+ #: lib/environment/check.php:255
2002
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
2003
  msgstr "Doplněk <strong>%s</strong> musí být aktualizován minimálně na verzi %s, aby byla zajištěna kompatibilita s kalendářem."
2004
 
2005
+ #: lib/environment/check.php:256
2006
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
2007
  msgstr "Jestliže nevidíte oznámení o aktualizaci níže, přesvědčte se, že jste správně <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">vložili vaše licenční klíče</a>. Případně, přejděte na stránku <a href=\"https://time.ly/your-account/\">vašeho účtu</a> pro stažení poslední verze doplňku/doplňků a <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">proveďte aktualizaci ručně</a>. Prosíme <a href=\"https://time.ly/forums/\">vložte dotaz do fóra</a> pokud máte nějaký problém. Rádi vám pomůžeme."
2008
 
2095
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2096
  msgstr "Máte zapnutý Frontend Rendering a používáte upravenou kalendářovou šablonu. Pokud vaše šablona nepodporuje Frontend Rendering, váš kalendář nemusí pracovat správně."
2097
 
2098
+ #: app/view/event/single.php:98
2099
  msgid "Tickets:"
2100
  msgstr "Vstupenky:"
2101
 
2102
+ #: app/view/event/single.php:99
2103
  msgid "Free"
2104
  msgstr "Zdarma"
2105
 
2106
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2107
  msgid "Buy Tickets"
2108
  msgstr "Koupit vstupenky"
2109
 
2110
+ #: app/view/event/single.php:125
2111
  msgid "Edit this occurrence (%s)"
2112
  msgstr "Upravit tento výskyt (%s)"
2113
 
2114
+ #: app/view/event/single.php:196
2115
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2116
  msgstr "Tento příspěvek byl zkopírován z jiného webu <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2117
 
2118
+ #: app/view/event/single.php:207
2119
  msgid "View original"
2120
  msgstr "Zobrazit originál"
2121
 
2172
  msgid "Categories (optional)"
2173
  msgstr "Kategorie (volitelně)"
2174
 
2175
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2176
  msgid "When:"
2177
  msgstr "Kdy:"
2178
 
2179
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2180
  msgid "Where:"
2181
  msgstr "Kde:"
2182
 
2242
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2243
  msgstr "Koncept události aktualizován. <a target=\"_blank\" href=\"%s\">Náhled události</a>"
2244
 
2245
+ #: app/view/event/single.php:89
 
 
 
 
2246
  msgid "Add to Calendar"
2247
  msgstr "Přidat do kalendáře"
2248
 
2249
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2250
  msgid "Cost:"
2251
  msgstr "Cena:"
2252
 
2253
+ #: app/view/event/single.php:97
2254
  msgid "Contact:"
2255
  msgstr "Kontakt:"
2256
 
2349
  msgid "Subscribe"
2350
  msgstr "Přihlásit se"
2351
 
2352
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2353
  msgid "Get a Timely Calendar"
2354
  msgstr "Získat Timely Calendar"
2355
 
2397
  msgid "Clear category filter"
2398
  msgstr "Vyčistit filtr kategorií"
2399
 
2400
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2401
  #: lib/html/element/setting/tags-categories.php:47
2402
  msgid "Categories"
2403
  msgstr "Kategorie"
2406
  msgid "Clear tag filter"
2407
  msgstr "Vyčistit filtr štítků"
2408
 
2409
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2410
  #: lib/html/element/setting/tags-categories.php:39
2411
  msgid "Tags"
2412
  msgstr "Štítky"
2427
  msgid "Read more"
2428
  msgstr "Číst více"
2429
 
2430
+ #: app/view/admin/tickets.php:111
2431
  msgid "Sales"
2432
  msgstr "Prodeje"
2433
 
2434
+ #: app/view/admin/tickets.php:113
2435
  msgid "Cheque"
2436
  msgstr "Šek"
2437
 
2439
  msgid "Paypal"
2440
  msgstr "Paypal"
2441
 
2442
+ #: app/view/admin/tickets.php:117
2443
  msgid "Save Changes"
2444
  msgstr "Uložit změny"
2445
 
2446
+ #: app/view/admin/tickets.php:118
2447
  msgid "Date"
2448
  msgstr "Datum"
2449
 
2450
+ #: app/view/admin/tickets.php:119
2451
  msgid "Event"
2452
  msgstr "Akce"
2453
 
2454
+ #: app/view/admin/tickets.php:120
2455
  msgid "Purchaser"
2456
  msgstr "Kupující"
2457
 
2458
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2459
  #: app/view/event/ticket.php:39
2460
  msgid "Tickets"
2461
  msgstr "Vstupenky"
2462
 
2463
+ #: app/view/admin/tickets.php:124
2464
  msgid "Total"
2465
  msgstr "Celkem"
2466
 
2467
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2468
  msgid "Sign Out"
2469
  msgstr "Odhlásit"
2470
 
2579
  msgid "All-in-One Event Calendar: Themes"
2580
  msgstr "All-in-One Event Calendar: Šablony"
2581
 
2582
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2583
  msgid "Ticketing"
2584
  msgstr "Prodej vstupenek"
2585
 
 
 
 
 
 
 
 
 
 
2586
  #: app/view/admin/settings.php:98
2587
  msgctxt "meta box"
2588
  msgid "Timely"
2620
  msgid "Cache Report"
2621
  msgstr "Vyrovnávací paměť"
2622
 
2623
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2624
  #: public/admin/box_ask_customer_review.php:113
2625
  #: public/admin/box_ask_customer_review.php:127
2626
  #: public/admin/box_ask_customer_review.php:141
2731
  msgstr "All-in-One Event Calendar: Nastavení"
2732
 
2733
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2734
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2735
  msgid "Settings"
2736
  msgstr "Nastavení"
2737
 
2839
  msgid "month(s)"
2840
  msgstr "měsíc(ů)"
2841
 
2842
+ #: app/model/settings.php:959
2843
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2844
  msgstr "<strong>Odkaz CSS</strong> v <code>&lt;head&gt;</code> sekci, když soubor s cache není dostupný."
2845
 
2846
+ #: app/model/settings.php:962
2847
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2848
  msgstr "Použijte tuto možnost, pokud je souborová cache nedostupná a preferovali byste raději předání CSS jako linku než vygenerovaného."
2849
 
2850
+ #: app/model/settings.php:974
2851
  msgid "Current <strong>robots.txt</strong> on this site"
2852
  msgstr "Aktuální <strong>robots.txt</strong> na těchto stránkách"
2853
 
2854
+ #: app/model/settings.php:978
2855
  msgid ""
2856
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2857
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2865
  "→\t→\t→\t→\t→\t→\tohledně přístupů k celým nebo částem stránek, které jsou jinak veřejně dostupné.\n"
2866
  "→\t→\t→\t→\t→\t→\tMůžete to změnit manuálně editací souboru <code>robots.txt</code> v kořenovém adresáři vašeho WordPressu."
2867
 
2868
+ #: app/model/settings.php:995
2869
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2870
  msgstr "<strong>Zveřejnit, propagovat a sdílet mé akce</strong> označené jako veřejné v sítí Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2871
 
2872
+ #: app/model/settings.php:1018
2873
  msgid "Templates cache improves site performance"
2874
  msgstr "Vyrovnávací paměť šablon zlepšuje výkon stránek"
2875
 
2876
+ #: app/model/settings.php:1031
2877
  msgid "Display events in <strong>calendar time zone</strong>"
2878
  msgstr "Zobrazit události v <strong>časovém pásmu kalendáře</strong>"
2879
 
2880
+ #: app/model/settings.php:1034
2881
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2882
  msgstr "Pokud je zatrhnuto, události se zobrazí v časovém pásmu kalendáře spolu s informací o zobrazeném časovém pásmu na stránce detailu události."
2883
 
2885
  msgid "Event Details"
2886
  msgstr "Detail události"
2887
 
2888
+ #: app/view/admin/add-new-event.php:505
2889
  msgid "Set banner image"
2890
  msgstr "Nastavit obrázek banneru"
2891
 
2892
+ #: app/view/admin/add-new-event.php:506
2893
  msgid "Remove banner image"
2894
  msgstr "Odstranit obrázek banneru"
2895
 
2929
  msgid "Show All Authors"
2930
  msgstr "Zobrazit všechny autory"
2931
 
2932
+ #: app/model/settings.php:761
2933
  msgid "Strict compatibility content filtering"
2934
  msgstr "Filtrace obsahu v režimu striktní kompatibility"
2935
 
2936
+ #: app/model/settings.php:773
2937
  msgid " <strong>Hide featured image</strong> from event details page"
2938
  msgstr " <strong>Skrýt featured obrázek</strong> na detailní stránce události"
2939
 
2940
+ #: app/model/settings.php:776
2941
  msgid "Select this option if your theme already displays each post's featured image."
2942
  msgstr "Vyberte tuto možnost, pokud již vaše šablona zobrazuje náhledový obrázek každého příspěvku."
2943
 
2944
+ #: app/model/settings.php:787
2945
  msgid "Input dates in this format"
2946
  msgstr "Vložte data v tomto formátu"
2947
 
2948
+ #: app/model/settings.php:792
2949
  msgid "Default (d/m/yyyy)"
2950
  msgstr "Výchozí (d/m/yyyy)"
2951
 
2952
+ #: app/model/settings.php:796
2953
  msgid "US (m/d/yyyy)"
2954
  msgstr "Americký (m/d/yyyy)"
2955
 
2956
+ #: app/model/settings.php:800
2957
  msgid "ISO 8601 (yyyy-m-d)"
2958
  msgstr "ISO 8601 (yyyy-m-d)"
2959
 
2960
+ #: app/model/settings.php:804
2961
  msgid "Dotted (m.d.yyyy)"
2962
  msgstr "S tečkami (m.d.yyyy)"
2963
 
2964
+ #: app/model/settings.php:816
2965
  msgid " Use <strong>24h time</strong> in time pickers"
2966
  msgstr " Použít <strong>24h čas</strong> při výběru času"
2967
 
2968
+ #: app/model/settings.php:827
2969
  msgid "<strong>Disable address autocomplete</strong> function"
2970
  msgstr "<strong>Zakázat funkci automatické dokončování adres</strong>"
2971
 
2972
+ #: app/model/settings.php:838
2973
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2974
  msgstr "Použijte nastavený <strong>region</strong> (v nastavení WordPressu) pro upřednostnění funkce automatického doplňování adres"
2975
 
2976
+ #: app/model/settings.php:854
2977
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2978
  msgstr "Zobrazit staré <strong>Vložit událost</strong> tlačítko nad kalendářem pro privilegované uživatele"
2979
 
2980
+ #: app/model/settings.php:857
2981
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2982
  msgstr "Nainstalujte <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> pro <strong>formulář Vložte svou událost</strong>."
2983
 
2984
+ #: app/model/settings.php:878
2985
  msgid "Move calendar into this DOM element"
2986
  msgstr "Přesunout kalendář do tohoto DOM elementu."
2987
 
2988
+ #: app/model/settings.php:880
2989
  msgid ""
2990
  "Optional. Use this JavaScript-based shortcut to place the\n"
2991
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
3005
  "→\t→\t→\t→\t→\t→\tJakýkoliv existující text, nalezený v cílové položce, bude\n"
3006
  "→\t→\t→\t→\t→\t→\tkalendářem přepsán."
3007
 
3008
+ #: app/model/settings.php:899
3009
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3010
  msgstr "<strong>Přeskočit kontrolu <tt>in_the_loop()</tt></strong>, která zabraňuje vícenásobnému zobrazování kalendáře"
3011
 
3012
+ #: app/model/settings.php:902
3013
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3014
  msgstr "Zkuste povolit tuto možnost, pokud se váš kalendář nezobrazuje na kalendářové stránce. Je to potřeba pro kompatibilitu s malým počtem šablon, které volají <tt>the_content()</tt> z vnějšku Cyklu. V opačném případě nechte zakázané."
3015
 
3016
+ #: app/model/settings.php:914
3017
  msgid "Disable <strong>gzip</strong> compression."
3018
  msgstr "Deaktivovat <strong>gzip</strong> kompresi."
3019
 
3020
+ #: app/model/settings.php:929
3021
  msgid "Use frontend rendering."
3022
  msgstr "Použít před-renderování"
3023
 
3024
+ #: app/model/settings.php:932
3025
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3026
  msgstr "Organizovat události"
3027
 
3028
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3029
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3030
  msgstr "K vyčištění držte &#8984;/<abbr class=\"initialism\">CTRL</abbr> a klikněte na vybrané."
3031
 
3032
+ #: app/model/settings.php:508
3033
  msgid "Default calendar start date (optional)"
3034
  msgstr "Výchozí datum začátku kalendáře (volitelně)"
3035
 
3036
+ #: app/model/settings.php:519
3037
  msgid "Agenda pages show at most"
3038
  msgstr "Stránky agendy zobrazí maximálně"
3039
 
3040
+ #: app/model/settings.php:532
3041
  msgid "Week/Day view starts at"
3042
  msgstr "Zobrazení týdne/dne začíná v"
3043
 
3044
+ #: app/model/settings.php:545
3045
  msgid "Week/Day view ends at"
3046
  msgstr "Zobrazení týdne/dne končí v"
3047
 
3048
+ #: app/model/settings.php:573
3049
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3050
  msgstr "<strong>Zalamování slov událostí</strong> v měsíčním zobrazení"
3051
 
3052
+ #: app/model/settings.php:576
3053
  msgid "Only applies to events that span a single day."
3054
  msgstr "Funguje jen u událostí s rozestupem jeden den."
3055
 
3056
+ #: app/model/settings.php:588
3057
  msgid ""
3058
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3059
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3062
  "\t\t\t\t\t\tfrom last day shown</strong>"
3063
  msgstr "V <span class=\"ai1ec-tooltip-toggle\" data-original-title=\"These include Agenda view,the Upcoming Events widget, and some extended views.\">pohledech typu Agenda</span>, <strong>vložit všechny události zobrazené od posledního dne</strong>"
3064
 
3065
+ #: app/model/settings.php:604
3066
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3067
  msgstr "Zachovat všechny události <strong>rozbalené</strong> v Zobrazení agendy"
3068
 
3069
+ #: app/model/settings.php:616
3070
  msgid "<strong>Show year</strong> in calendar date labels"
3071
  msgstr "<strong>Zobrazit rok</strong> v názvech datumů kalendáře"
3072
 
3073
+ #: app/model/settings.php:628
3074
  msgid "<strong>Show location in event titles</strong> in calendar views"
3075
  msgstr "<strong>Zobrazit umístění v názvech událostí</strong> v zobrazeních kalendáře"
3076
 
3077
+ #: app/model/settings.php:640
3078
  msgid "<strong>Exclude</strong> events from search results"
3079
  msgstr "<strong>Vyloučit</strong> události z výsledků hledání"
3080
 
3081
+ #: app/model/settings.php:652
3082
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3083
  msgstr "Skrýt odkazy<strong>Odebírat</strong>/<strong>Přidat do kalendáře</strong> v kalendáři a jednotlivých zobrazení událostí "
3084
 
3085
+ #: app/model/settings.php:664
3086
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3087
  msgstr "Skrýt tlačítko <strong>Získat kalendář Timely</strong> "
3088
 
3089
+ #: app/model/settings.php:676
3090
  msgid " Hide <strong>Google Maps</strong> until clicked"
3091
  msgstr " Skrýt <strong>Google Mapy</strong> dokud na ně nekliknete"
3092
 
3093
+ #: app/model/settings.php:688
3094
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3095
  msgstr " <strong>Přichyťte menu s výběrem </strong> k horní části okna, když odroluje pryč"
3096
 
3097
+ #: app/model/settings.php:691
3098
  msgid "Only applies to first visible calendar found on the page."
3099
  msgstr "Aplikováno pouze na první viditelný kalendář nalezený na stránce."
3100
 
3101
+ #: app/model/settings.php:703
3102
  msgid "Offset affixed filter bar vertically by"
3103
  msgstr "Zarovnat přichycený sloupec s výběrem vertikálně"
3104
 
3105
+ #: app/model/settings.php:718
3106
  msgid "Wide screens only (&#8805; 1200px)"
3107
  msgstr " Pouze pro širokoúhlé obrazovky (&#8805; 1200px)"
3108
 
3109
+ #: app/model/settings.php:733
3110
  msgid "Tablets only (< 980px)"
3111
  msgstr "Pouze pro tablety (< 980px)"
3112
 
3113
+ #: app/model/settings.php:748
3114
  msgid "Phones only (< 768px)"
3115
  msgstr "Pouze pro telefony (< 768px)"
3116
 
3162
  msgid "Message"
3163
  msgstr "Zpráva"
3164
 
3165
+ #: app/model/settings.php:401
3166
  #: lib/html/element/setting/calendar-page-selector.php:50
3167
  msgid "Calendar page"
3168
  msgstr "Strana kalendáře"
3169
 
3170
+ #: app/model/settings.php:411
3171
  msgid "Week starts on"
3172
  msgstr "Týden startuje od"
3173
 
3174
+ #: app/model/settings.php:424
3175
  msgid "Available views"
3176
  msgstr "Dostupná zobrazení"
3177
 
3178
+ #: app/model/settings.php:432
3179
  msgid "Agenda"
3180
  msgid_plural "Agenda"
3181
  msgstr[0] "Agenda"
3182
  msgstr[1] "Agendy"
3183
  msgstr[2] "Agend"
3184
 
3185
+ #: app/model/settings.php:443
3186
  msgid "Day"
3187
  msgid_plural "Day"
3188
  msgstr[0] "Den"
3189
  msgstr[1] "Dny"
3190
  msgstr[2] "Dnů"
3191
 
3192
+ #: app/model/settings.php:454
3193
  msgid "Month"
3194
  msgid_plural "Month"
3195
  msgstr[0] "Měsíc"
3196
  msgstr[1] "Měsíce"
3197
  msgstr[2] "Měsíců"
3198
 
3199
+ #: app/model/settings.php:465
3200
  msgid "Week"
3201
  msgid_plural "Week"
3202
  msgstr[0] "Týden"
3203
  msgstr[1] "Týdny"
3204
  msgstr[2] "Týdnů"
3205
 
3206
+ #: app/model/settings.php:479 app/view/event/single.php:57
3207
+ #: app/view/event/single.php:58
3208
  msgid "Timezone"
3209
  msgstr "Časové pásmo"
3210
 
3211
+ #: app/model/settings.php:492
3212
  msgid "Preselected calendar filters"
3213
  msgstr "Předvybrané filtry kalendáře"
3214
 
3244
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3245
  msgstr "Tato Událost byla zkopírována z jiné stránky. Veškeré změny lístků budou zahozeny."
3246
 
3247
+ #: app/model/api/api-registration.php:191
3248
  msgid "Payment preferences were not saved."
3249
  msgstr "Platební předvolby nebyly uloženy."
3250
 
3251
+ #: app/model/api/api-registration.php:182
3252
  msgid "Payment preferences were saved."
3253
  msgstr "Platební předvolby byly uloženy."
3254
 
3332
  msgid "Guest Name"
3333
  msgstr "Jméno hosta"
3334
 
3335
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3336
  msgid "Status"
3337
  msgstr "Stav"
3338
 
3339
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3340
  #: app/view/event/ticket.php:71
3341
  msgid "Email"
3342
  msgstr "Email"
language/all-in-one-event-calendar-da_DK.mo CHANGED
Binary file
language/all-in-one-event-calendar-da_DK.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -169,8 +190,8 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
169
  msgstr "Vi kunne ikke hente detaljer om begivenheden fra Time.ly billetsystem"
170
 
171
  #: app/view/admin/add-new-event.php:307
172
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
173
- msgstr "Billetsystemet<sup>beta</sup> er ikke tilgængeligt for denne webside lige nu. Prøv igen senere."
174
 
175
  #: app/view/admin/settings.php:173
176
  msgid "Please, Sign In to Timely Network."
@@ -184,22 +205,18 @@ msgstr "Jeg bekræfter at have læst, forstået og accepteret <a href=\"https://
184
  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”."
185
  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\"."
186
 
187
- #: app/view/admin/tickets.php:74
188
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
189
- msgstr "Du er nødt til at oprette en Timely Netværkskonto for at kunne bruge Billetsystem<sup>beta</sup> <br /><br />"
190
 
191
- #: app/view/admin/tickets.php:77
192
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
193
  msgstr "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Tilmeld dig Timely Netværk</a>"
194
 
195
- #: app/view/admin/tickets.php:78
196
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
197
  msgstr "<b>Oprettelse af en Timely Netværkskonto er i øjeblikket ikke muligt. Prøv igen senere.</b>"
198
 
199
- #: app/view/admin/tickets.php:100
200
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
201
- msgstr "Husk at tage i betragtning at Billetsystemet er i beta. Hvis du møder fejl bedes du rapportere dem i <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
202
-
203
  #: lib/calendar-feed/ics.php:40
204
  msgid "My Feeds"
205
  msgstr "Mine feeds"
@@ -220,7 +237,7 @@ msgstr "&laquo;"
220
  msgid "&raquo;"
221
  msgstr "&raquo;"
222
 
223
- #: lib/environment/check.php:107
224
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
225
  msgstr "<b>HANDLING PÅKRÆVET!</b> Du bedes <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">logge ind</a> på Timely Netværk for at fuldføre synkronisering af dine importerede begivenheder."
226
 
@@ -277,27 +294,27 @@ msgstr "Salget er sluttet"
277
  msgid "Canceled"
278
  msgstr "Aflyst"
279
 
280
- #: app/model/settings.php:918
281
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
282
  msgstr "Benyt denne mulighed hvis kalenderen ikke svarer. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Læs mere</a> om emnet. (Fra version 2.1 og frem er gzip deaktiveret som standard for maksimal kompabilitet.)"
283
 
284
- #: app/model/settings.php:945
285
  msgid "Use advanced JS cache."
286
  msgstr "Benyt avanceret JS cache."
287
 
288
- #: app/model/settings.php:948
289
  msgid "Cache dynamically generated JS files. Improves performance."
290
  msgstr "Cache dynamisk oprettede JS filer. Det forbedrer ydelsen"
291
 
292
- #: app/view/admin/add-new-event.php:407
293
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
294
  msgstr "<span class=\"ai1ec-info-text\">Begivenheden blev indsat af denne arrangør.</span>"
295
 
296
- #: app/view/admin/add-new-event.php:416
297
  msgid ", email: "
298
  msgstr ", email: "
299
 
300
- #: app/view/admin/add-new-event.php:420
301
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
302
  msgstr "<span class=\"ai1ec-info-text\">Begivenheden blev oprettet af %s.</span>"
303
 
@@ -305,132 +322,132 @@ msgstr "<span class=\"ai1ec-info-text\">Begivenheden blev oprettet af %s.</span>
305
  msgid "Browse All Add-ons"
306
  msgstr "Gennemse alle tilføjelser"
307
 
308
- #: app/view/admin/tickets.php:105
309
  msgid "Please provide your PayPal details."
310
  msgstr "Vær venlig at angive PayPal oplysninger"
311
 
312
- #: app/view/admin/tickets.php:107
313
  msgid "PayPal"
314
  msgstr "PayPal"
315
 
316
- #: app/view/admin/tickets.php:108
317
  msgid "Preferred currency for tickets:"
318
  msgstr "Foretrunkne valuta for billetter:"
319
 
320
- #: app/view/admin/tickets.php:134
321
  msgid "United States Dollar"
322
  msgstr "US Dollars"
323
 
324
- #: app/view/admin/tickets.php:135
325
  msgid "Canadian Dollar"
326
  msgstr "Canadiske Dollars"
327
 
328
- #: app/view/admin/tickets.php:136
329
  msgid "Australian Dollar"
330
  msgstr "Australske Dollars"
331
 
332
- #: app/view/admin/tickets.php:137
333
  msgid "Brazilian Real"
334
  msgstr "Brasilianske Real"
335
 
336
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
337
- #: app/view/admin/tickets.php:158
338
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
339
  msgstr "Bemærk: Denne valuta er kun understøttet som betaling af PayPal-konti i lande tilhørende valutaen"
340
 
341
- #: app/view/admin/tickets.php:138
342
  msgid "Czech Koruna"
343
  msgstr "Tjekkeiske Koruna"
344
 
345
- #: app/view/admin/tickets.php:139
346
  msgid "Danish Krone"
347
  msgstr "Danske Kroner"
348
 
349
- #: app/view/admin/tickets.php:140
350
  msgid "Euro"
351
  msgstr "Hong Kong Dollars"
352
 
353
- #: app/view/admin/tickets.php:141
354
  msgid "Hong Kong Dollar"
355
  msgstr "Hong Kong Dollars"
356
 
357
- #: app/view/admin/tickets.php:142
358
  msgid "Hungarian Forint"
359
  msgstr "Ungarske Forint"
360
 
361
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
362
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
363
  msgstr "Bemærk: Kun hele beløb for denne valuta. Hvis der indtastes decimaler vil det resultere i en fejlmeddelelse."
364
 
365
- #: app/view/admin/tickets.php:143
366
  msgid "Israeli New Sheqel"
367
  msgstr "Israeli New Sheqel"
368
 
369
- #: app/view/admin/tickets.php:144
370
  msgid "Japanese Yen"
371
  msgstr "Japanske Yen"
372
 
373
- #: app/view/admin/tickets.php:144
374
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
375
  msgstr "Bemærk: Kun hele beløb i denne valuta. Hvis der angives beløb med decimaler vil det resultere i en fejlmeddelelse."
376
 
377
- #: app/view/admin/tickets.php:145
378
  msgid "Malaysian Ringgit"
379
  msgstr "Malaysiske Ringgit"
380
 
381
- #: app/view/admin/tickets.php:146
382
  msgid "Mexican Peso"
383
  msgstr "Mexikanske Peso"
384
 
385
- #: app/view/admin/tickets.php:147
386
  msgid "Norwegian Krone"
387
  msgstr "Norske Kroner"
388
 
389
- #: app/view/admin/tickets.php:148
390
  msgid "New Zealand Dollar"
391
  msgstr "New Zealandske Dollars"
392
 
393
- #: app/view/admin/tickets.php:149
394
  msgid "Philippine Peso"
395
  msgstr "Filippinske Peso"
396
 
397
- #: app/view/admin/tickets.php:150
398
  msgid "Polish Zloty"
399
  msgstr "Polske Zloty"
400
 
401
- #: app/view/admin/tickets.php:151
402
  msgid "Pound Sterling"
403
  msgstr "Pund Sterling"
404
 
405
- #: app/view/admin/tickets.php:152
406
  msgid "Russian Ruble"
407
  msgstr "Russiske Rubler"
408
 
409
- #: app/view/admin/tickets.php:152
410
  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"
411
  msgstr "For indenlandske betalinger (betalinger foretaget i Rusland) er russiske rubler eneste accepterede valuta. Hvis du benytter en anden valuta for indenlandske betalinger vil transaktionen ikke lykkes."
412
 
413
- #: app/view/admin/tickets.php:153
414
  msgid "Singapore Dollar"
415
  msgstr "Singapore Dollars"
416
 
417
- #: app/view/admin/tickets.php:154
418
  msgid "Swedish Krona"
419
  msgstr "Svenske Korner"
420
 
421
- #: app/view/admin/tickets.php:155
422
  msgid "Swiss Franc"
423
  msgstr "Schweisiske Franc"
424
 
425
- #: app/view/admin/tickets.php:156
426
  msgid "Taiwan New Dollar"
427
  msgstr "Taiwan Nye Dollars"
428
 
429
- #: app/view/admin/tickets.php:157
430
  msgid "Thai Baht"
431
  msgstr "Thai Baht"
432
 
433
- #: app/view/admin/tickets.php:158
434
  msgid "Turkish Lira"
435
  msgstr "Tyrkiske Lira"
436
 
@@ -438,15 +455,15 @@ msgstr "Tyrkiske Lira"
438
  msgid "Export to XML"
439
  msgstr "Eksporter til XML"
440
 
441
- #: lib/environment/check.php:74
442
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
443
  msgstr "Plugin er installeret korrekt! <a href=\"%s\">Tilføj begivenheder</a> se dem på din <a href=\"%s\">kalenderside</a>.<br />Kig ind på <a href=\"%s\">Indstillinger</a> for at konfigurere plugin´et og få mest muligt ud af det."
444
 
445
- #: lib/environment/check.php:125
446
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
447
  msgstr "PHP extension \"iconv\", som er nødvendigt for All-In-One-Event-Calendar, mangler. Tjek din PHP opsætning.<br />"
448
 
449
- #: lib/environment/check.php:141
450
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
451
  msgstr "PHP extension \"mbstring\", som er nødvendigt for All-In-One-Event-Calendar, mangler. Tjek din PHP opsætning.<br />"
452
 
@@ -462,10 +479,6 @@ msgstr "Tak til de hårdt arbejdende fyre hos Time.ly"
462
  msgid "Would you please give us some feedback on how can we improve?"
463
  msgstr "Giv os din mening om hvordan vi kan forbedre vores produkt."
464
 
465
- #: public/admin/box_ask_customer_review.php:176
466
- msgid "VPproduct@time.ly"
467
- msgstr "VPproduct@time.ly"
468
-
469
  #: public/admin/box_event_cost.php:29
470
  msgid "Cost options not available, this event was imported from an external calendar."
471
  msgstr "Prisindstillinger ikke tilgængelig idet begivenheden er importeret fra en ekstern kalender."
@@ -482,10 +495,6 @@ msgstr "Log ind på Timely Netværk"
482
  msgid "No Tickets"
483
  msgstr "Ingen billetter"
484
 
485
- #: public/admin/box_event_cost.php:53
486
- msgid "Time.ly Tickets<sup>beta</sup>"
487
- msgstr "Time.ly Billetsystem<sup>beta</sup>"
488
-
489
  #: public/admin/box_event_cost.php:59
490
  msgid "External Tickets"
491
  msgstr "Eksterne billetter"
@@ -574,19 +583,19 @@ msgstr "Fejl i afkodning af svaret"
574
  msgid "We were unable to get the Suggested Events from Time.ly Network"
575
  msgstr "Vi kunne ikke hente de Foreslåede Begivenheder fra Time.ly Netværk"
576
 
577
- #: app/model/api/api-registration.php:37
578
  msgid "We were unable to Sign you In for Time.ly Network"
579
  msgstr "Vi kunne ikke logge dig ind på Time.ly Netværk"
580
 
581
- #: app/model/api/api-registration.php:58
582
  msgid "We were unable to Sign you Up for Time.ly Network"
583
  msgstr "Vi kunne ikke oprette dig i Time.ly Netværk"
584
 
585
- #: app/model/api/api-registration.php:147
586
  msgid "We were unable to Sign you Out of Time.ly Network"
587
  msgstr "Vi kunne ikke logge dig ud af Time.ly Netværk"
588
 
589
- #: app/model/api/api-registration.php:214
590
  msgid "We were unable to get the Sales information from Time.ly Network"
591
  msgstr "Vi kunne ikke hente salgsinformationerne fra Time.ly Netværk"
592
 
@@ -594,7 +603,7 @@ msgstr "Vi kunne ikke hente salgsinformationerne fra Time.ly Netværk"
594
  msgid "This Event was replicated from another site. Changes are not allowed."
595
  msgstr "Denne begivenhed er kopieret fra en anden side. Ændringer er ikke tilladt."
596
 
597
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
598
  #: app/view/admin/all-events.php:214
599
  msgid "This Event was created using a different account %s. Changes are not allowed."
600
  msgstr "Denne begivenhed blev oprettet fra en anden konto %s. Ændringer er ikke tilladt."
@@ -1372,10 +1381,6 @@ msgstr "Webadressen er ugyldig."
1372
  msgid "Thank you for being our customer,"
1373
  msgstr "Tak for dit køb!"
1374
 
1375
- #: public/admin/box_ask_customer_review.php:175
1376
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1377
- msgstr "Aristotel Dascal, VP of Product, Time.ly"
1378
-
1379
  #: public/admin/box_ask_customer_review.php:182
1380
  msgid "Sending..."
1381
  msgstr "Sender..."
@@ -1989,15 +1994,15 @@ msgstr "Manuel tilpasning"
1989
  msgid "Choose your timezone"
1990
  msgstr "Vælg din tidszone"
1991
 
1992
- #: lib/environment/check.php:86
1993
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1994
  msgstr "Plugin er installeret men endnu ikke konfigureret. Log ind som administrator for at opsætte det."
1995
 
1996
- #: lib/environment/check.php:251
1997
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1998
  msgstr "Tilføjelsen <strong>%s</strong> skal opdateres til mindst version %s for at opretholde kompatibilitet med den grundlæggende kalender."
1999
 
2000
- #: lib/environment/check.php:252
2001
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
2002
  msgstr "Hvis der ikke vises notitser om opdatering herunder, skal du sikre dig at du har angivet <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">rigtige licensnøgler</a>. Alternativt kan du navigere til <a href=\"https://time.ly/your-account/\">din konto</a> for at downloade den seneste version af tilføjelsen og <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">opdatere manuelt</a>. Du kan også <a href=\"https://time.ly/forums/\">spørge i forum</a> hvis du har problemer. Vi vil med glæde hjælpe."
2003
 
@@ -2090,27 +2095,27 @@ msgstr "<p>Begivenheden <strong>%s</strong> blev klonet korrekt. <a href=\"%s\">
2090
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2091
  msgstr "Du har aktiveret rendering fra frontend og benytter samtidig eget kalendertema. Hvis dit tema ikke understøtter rendering fra frontend, virker kalenderen måske ikke korrekt."
2092
 
2093
- #: app/view/event/single.php:123
2094
  msgid "Tickets:"
2095
  msgstr "Billetter:"
2096
 
2097
- #: app/view/event/single.php:124
2098
  msgid "Free"
2099
  msgstr "Gratis"
2100
 
2101
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2102
  msgid "Buy Tickets"
2103
  msgstr "Køb billetter"
2104
 
2105
- #: app/view/event/single.php:150
2106
  msgid "Edit this occurrence (%s)"
2107
  msgstr "Rediger denne forekomst (%s)"
2108
 
2109
- #: app/view/event/single.php:221
2110
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2111
  msgstr "Dette indlæg er oprettet som en kopi af en anden hjemmesides <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalenderfeed</a>."
2112
 
2113
- #: app/view/event/single.php:232
2114
  msgid "View original"
2115
  msgstr "Vis oprindelige"
2116
 
@@ -2166,11 +2171,11 @@ msgstr "Ugyldig ICS feed-ID"
2166
  msgid "Categories (optional)"
2167
  msgstr "Kategorier (valgfri)"
2168
 
2169
- #: app/view/event/content.php:33 app/view/event/single.php:119
2170
  msgid "When:"
2171
  msgstr "Hvornår:"
2172
 
2173
- #: app/view/event/content.php:34 app/view/event/single.php:120
2174
  msgid "Where:"
2175
  msgstr "Hvor:"
2176
 
@@ -2236,19 +2241,15 @@ msgstr "j. M Y kl. G:i "
2236
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2237
  msgstr "Udkast til begivenhed er opdateret <a target=\"_blank\" href=\"%s\">Forhåndsvisning af begivenhed</a>"
2238
 
2239
- #: app/view/event/single.php:78
2240
- msgid "Event was created in the %s time zone"
2241
- msgstr "Begivenheden blev oprettet i tidszonen %s"
2242
-
2243
- #: app/view/event/single.php:114
2244
  msgid "Add to Calendar"
2245
  msgstr "Tilføj i kalender"
2246
 
2247
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2248
  msgid "Cost:"
2249
  msgstr "Pris:"
2250
 
2251
- #: app/view/event/single.php:122
2252
  msgid "Contact:"
2253
  msgstr "Kontakt:"
2254
 
@@ -2347,7 +2348,7 @@ msgstr "Abonner på den sorterede kalender"
2347
  msgid "Subscribe"
2348
  msgstr "Abonner"
2349
 
2350
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2351
  msgid "Get a Timely Calendar"
2352
  msgstr "Få en kalender fra Timely"
2353
 
@@ -2395,7 +2396,7 @@ msgstr "Abonner på denne kalender i en anden ren-tekst kalender"
2395
  msgid "Clear category filter"
2396
  msgstr "Ryd kategorisortering"
2397
 
2398
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2399
  #: lib/html/element/setting/tags-categories.php:47
2400
  msgid "Categories"
2401
  msgstr "Kategorier"
@@ -2404,7 +2405,7 @@ msgstr "Kategorier"
2404
  msgid "Clear tag filter"
2405
  msgstr "Ryd tagsortering"
2406
 
2407
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2408
  #: lib/html/element/setting/tags-categories.php:39
2409
  msgid "Tags"
2410
  msgstr "Tags"
@@ -2425,11 +2426,11 @@ msgstr "Der er ingen kommende begivenheder på dette tidspunkt."
2425
  msgid "Read more"
2426
  msgstr "Læs mere"
2427
 
2428
- #: app/view/admin/tickets.php:104
2429
  msgid "Sales"
2430
  msgstr "Salg"
2431
 
2432
- #: app/view/admin/tickets.php:106
2433
  msgid "Cheque"
2434
  msgstr "Check"
2435
 
@@ -2437,32 +2438,32 @@ msgstr "Check"
2437
  msgid "Paypal"
2438
  msgstr "Paypal"
2439
 
2440
- #: app/view/admin/tickets.php:110
2441
  msgid "Save Changes"
2442
  msgstr "Gem ændringer"
2443
 
2444
- #: app/view/admin/tickets.php:111
2445
  msgid "Date"
2446
  msgstr "Dato"
2447
 
2448
- #: app/view/admin/tickets.php:112
2449
  msgid "Event"
2450
  msgstr "Begivenhed"
2451
 
2452
- #: app/view/admin/tickets.php:113
2453
  msgid "Purchaser"
2454
  msgstr "Køber"
2455
 
2456
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2457
  #: app/view/event/ticket.php:39
2458
  msgid "Tickets"
2459
  msgstr "Billetter"
2460
 
2461
- #: app/view/admin/tickets.php:117
2462
  msgid "Total"
2463
  msgstr "Total"
2464
 
2465
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2466
  msgid "Sign Out"
2467
  msgstr "Log ud"
2468
 
@@ -2577,19 +2578,10 @@ msgstr "Nulstil til standardværdier"
2577
  msgid "All-in-One Event Calendar: Themes"
2578
  msgstr "All-in-One Event Calendar: Temaer"
2579
 
2580
- #: app/view/admin/tickets.php:35
2581
  msgid "Ticketing"
2582
  msgstr "Billetsalg"
2583
 
2584
- #: app/view/admin/tickets.php:36
2585
- msgid "Ticketing<sup>beta</sup>"
2586
- msgstr "Billetsalg<sup>beta</sup>"
2587
-
2588
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2589
- #: app/view/admin/tickets.php:97
2590
- msgid "Time.ly Ticketing<sup>beta</sup>"
2591
- msgstr "Time.ly Billetsalg<sup>beta</sup>"
2592
-
2593
  #: app/view/admin/settings.php:98
2594
  msgctxt "meta box"
2595
  msgid "Timely"
@@ -2627,7 +2619,7 @@ msgstr "Eksterne tjenester"
2627
  msgid "Cache Report"
2628
  msgstr "Cache-rapport"
2629
 
2630
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2631
  #: public/admin/box_ask_customer_review.php:113
2632
  #: public/admin/box_ask_customer_review.php:127
2633
  #: public/admin/box_ask_customer_review.php:141
@@ -2738,7 +2730,7 @@ msgid "All-in-One Event Calendar: Settings"
2738
  msgstr "All-in-One Event Calendar: Indstillinger"
2739
 
2740
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2741
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2742
  msgid "Settings"
2743
  msgstr "Indstillinger"
2744
 
@@ -2846,19 +2838,19 @@ msgstr "sidste"
2846
  msgid "month(s)"
2847
  msgstr "måned(er)"
2848
 
2849
- #: app/model/settings.php:960
2850
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2851
  msgstr "<strong>Link til CSS</strong> i <code>&lt;head&gt;</code> delen (html) hvis filcaching ikke er muligt."
2852
 
2853
- #: app/model/settings.php:963
2854
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2855
  msgstr "Benyt denne indstilling hvis filcaching ikke er muligt, og du foretrækker at hente css med et link i stedet for skrevet inline."
2856
 
2857
- #: app/model/settings.php:975
2858
  msgid "Current <strong>robots.txt</strong> on this site"
2859
  msgstr "Nuværende <strong>robots.txt</strong> for denne hjemmeside"
2860
 
2861
- #: app/model/settings.php:979
2862
  msgid ""
2863
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2864
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2872,19 +2864,19 @@ msgstr ""
2872
  "→\t→\t→\t→\t→\t→\tom adgang til hele eller dele af en webside der ellers er offentligt tilgængelig.\n"
2873
  "→\t→\t→\t→\t→\t→\tDu kan ændre dette manuelt ved at redigere <code>robots.txt</code> i roden af dit WordPress bibliotek."
2874
 
2875
- #: app/model/settings.php:996
2876
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2877
  msgstr "<strong>Udgiv, markedsfør og del mine begivenheder</strong> markeret som offentlige på Timelys netværk. (<a href=\"%s\" target=\"_blank\">Lær mere &#187;</a>)"
2878
 
2879
- #: app/model/settings.php:1019
2880
  msgid "Templates cache improves site performance"
2881
  msgstr "Caching af skabeloner forbedrer ydeevnen"
2882
 
2883
- #: app/model/settings.php:1032
2884
  msgid "Display events in <strong>calendar time zone</strong>"
2885
  msgstr "Vis begivenheder <strong>kalenderens tidszone</strong>"
2886
 
2887
- #: app/model/settings.php:1035
2888
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2889
  msgstr "Hvis denne box er markeret vil begivenheder optræde i kalenderens tidszone og informationer om tidszone vises på begivenhedens side med flere detaljer."
2890
 
@@ -2892,11 +2884,11 @@ msgstr "Hvis denne box er markeret vil begivenheder optræde i kalenderens tidsz
2892
  msgid "Event Details"
2893
  msgstr "Begivenhedsdetaljer"
2894
 
2895
- #: app/view/admin/add-new-event.php:500
2896
  msgid "Set banner image"
2897
  msgstr "Indsæt bannerbillede"
2898
 
2899
- #: app/view/admin/add-new-event.php:501
2900
  msgid "Remove banner image"
2901
  msgstr "Fjerne bannerbillede"
2902
 
@@ -2936,63 +2928,63 @@ msgstr "Vis alle "
2936
  msgid "Show All Authors"
2937
  msgstr "Vis alle forfattere"
2938
 
2939
- #: app/model/settings.php:762
2940
  msgid "Strict compatibility content filtering"
2941
  msgstr "Kompatibilitetsafhængig indholdssortering "
2942
 
2943
- #: app/model/settings.php:774
2944
  msgid " <strong>Hide featured image</strong> from event details page"
2945
  msgstr "<strong>Skjul indlægsbillede</strong> på siden med detaljer om begivenheden"
2946
 
2947
- #: app/model/settings.php:777
2948
  msgid "Select this option if your theme already displays each post's featured image."
2949
  msgstr "Vælg denne indstilling hvis dit tema allerede viser hvert indlægs billede."
2950
 
2951
- #: app/model/settings.php:788
2952
  msgid "Input dates in this format"
2953
  msgstr "Angiv data i dette format"
2954
 
2955
- #: app/model/settings.php:793
2956
  msgid "Default (d/m/yyyy)"
2957
  msgstr "Standard (d/m/yyyy)"
2958
 
2959
- #: app/model/settings.php:797
2960
  msgid "US (m/d/yyyy)"
2961
  msgstr "US (m/d/yyyy)"
2962
 
2963
- #: app/model/settings.php:801
2964
  msgid "ISO 8601 (yyyy-m-d)"
2965
  msgstr "ISO 8601 (yyyy-m-d)"
2966
 
2967
- #: app/model/settings.php:805
2968
  msgid "Dotted (m.d.yyyy)"
2969
  msgstr "Dotted (m.d.yyyy)"
2970
 
2971
- #: app/model/settings.php:817
2972
  msgid " Use <strong>24h time</strong> in time pickers"
2973
  msgstr "Brug <strong>24 timers-format</strong> i tidsvælgeren"
2974
 
2975
- #: app/model/settings.php:828
2976
  msgid "<strong>Disable address autocomplete</strong> function"
2977
  msgstr "<strong>Slå autoudfyld fra</strong>"
2978
 
2979
- #: app/model/settings.php:839
2980
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2981
  msgstr "Benyt den konfigurerede <strong>region</strong> (WordPress-lokalisering) til at påvirke funktionen autofuldførelse af adrresser (fx på dansk vejnavn og nr.)"
2982
 
2983
- #: app/model/settings.php:855
2984
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2985
  msgstr "Vis den tidligere <strong>Indsend din begivenhed</strong>-knap over kalenderen for brugere med særlige rettigheder."
2986
 
2987
- #: app/model/settings.php:858
2988
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2989
  msgstr "Installer <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> til <strong>Indsend din begivenhedsformular</strong> i frontend."
2990
 
2991
- #: app/model/settings.php:879
2992
  msgid "Move calendar into this DOM element"
2993
  msgstr "Flyt kalenderen til dette DOM-element"
2994
 
2995
- #: app/model/settings.php:881
2996
  msgid ""
2997
  "Optional. Use this JavaScript-based shortcut to place the\n"
2998
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -3012,55 +3004,55 @@ msgstr ""
3012
  "→\t→\t→\t→\t→\t→\tEnhver eksisterende markering som befinder sig indenfor målet, vil blive erstattet\n"
3013
  "→\t→\t→\t→\t→\t→\taf kalenderen."
3014
 
3015
- #: app/model/settings.php:900
3016
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3017
  msgstr "<strong>Ignorer <tt>in_the_loop()</tt>-tjek </strong> som beskytter mod duplikerede visninger af kalenderen"
3018
 
3019
- #: app/model/settings.php:903
3020
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3021
  msgstr "Prøv at aktivere denne indstilling hvis din kalender ikke vises på kalendersiden. Den er nødvendig for kompatibilitet med et mindre antal temaer som kalder <tt>the_content()</tt> udenfor The Loop. Ellers lad den være umarkeret."
3022
 
3023
- #: app/model/settings.php:915
3024
  msgid "Disable <strong>gzip</strong> compression."
3025
  msgstr "Deaktiver <strong>gzip</strong>-komprimering."
3026
 
3027
- #: app/model/settings.php:930
3028
  msgid "Use frontend rendering."
3029
  msgstr "Benyt rendering fra frontend."
3030
 
3031
- #: app/model/settings.php:933
3032
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3033
  msgstr "Opretter kalendervisninger på klientside i stedet for på serveren; det kan forbedre hastigheden."
3034
 
3035
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3036
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3037
  msgstr "For at rydde hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> og klik på det valgte."
3038
 
3039
- #: app/model/settings.php:509
3040
  msgid "Default calendar start date (optional)"
3041
  msgstr "Standard startdato for kalender (valgfri)"
3042
 
3043
- #: app/model/settings.php:520
3044
  msgid "Agenda pages show at most"
3045
  msgstr "Listesider viser højst"
3046
 
3047
- #: app/model/settings.php:533
3048
  msgid "Week/Day view starts at"
3049
  msgstr "Uge- /Dagsvisning begynder på"
3050
 
3051
- #: app/model/settings.php:546
3052
  msgid "Week/Day view ends at"
3053
  msgstr "Uge-/Dagsvisning ender på"
3054
 
3055
- #: app/model/settings.php:574
3056
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3057
  msgstr "<strong>Orddeling begivenhed stub</strong> i Månedsvisning"
3058
 
3059
- #: app/model/settings.php:577
3060
  msgid "Only applies to events that span a single day."
3061
  msgstr "Gælder kun begivenheder der strækker sig over en enkelt dag."
3062
 
3063
- #: app/model/settings.php:589
3064
  msgid ""
3065
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3066
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3074,55 +3066,55 @@ msgstr ""
3074
  "→\t→\t→\t→\t→\t→\tListevisninger</span>, <strong>inkluder alle begivenheder\n"
3075
  "→\t→\t→\t→\t→\t→\tfra sidst viste dag</strong>"
3076
 
3077
- #: app/model/settings.php:605
3078
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3079
  msgstr "Hold alle begivenheder <strong>udvidet</strong> i listevisning"
3080
 
3081
- #: app/model/settings.php:617
3082
  msgid "<strong>Show year</strong> in calendar date labels"
3083
  msgstr "<strong>Vis år</strong> i kalenderens datomærkater"
3084
 
3085
- #: app/model/settings.php:629
3086
  msgid "<strong>Show location in event titles</strong> in calendar views"
3087
  msgstr "<strong>Vis sted i titlen</strong> i kalender billedet"
3088
 
3089
- #: app/model/settings.php:641
3090
  msgid "<strong>Exclude</strong> events from search results"
3091
  msgstr "<strong>Udelad</strong> begivenheder fra søgeresultater"
3092
 
3093
- #: app/model/settings.php:653
3094
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3095
  msgstr "Skjul <strong>Abonner</strong>/<strong>Tilføj i kalender</strong>-knapper i kalenderen og visning af enkeltbegivenheder"
3096
 
3097
- #: app/model/settings.php:665
3098
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3099
  msgstr "Skjul <strong>Get a Timely Calendar</strong> knappen"
3100
 
3101
- #: app/model/settings.php:677
3102
  msgid " Hide <strong>Google Maps</strong> until clicked"
3103
  msgstr "Skjul <strong>Google Maps</strong> indtil der klikkes"
3104
 
3105
- #: app/model/settings.php:689
3106
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3107
  msgstr "<strong>Fastgør sorteringsmenu</strong> til toppen af vinduet når dette ellers vil forsvinde ved scrolling"
3108
 
3109
- #: app/model/settings.php:692
3110
  msgid "Only applies to first visible calendar found on the page."
3111
  msgstr "Gælder kun den første synlige kalender på siden."
3112
 
3113
- #: app/model/settings.php:704
3114
  msgid "Offset affixed filter bar vertically by"
3115
  msgstr "Forskyd den fastgjorte sorteringslinje lodret med"
3116
 
3117
- #: app/model/settings.php:719
3118
  msgid "Wide screens only (&#8805; 1200px)"
3119
  msgstr "Kun widescreens (&#8805; 1200px)"
3120
 
3121
- #: app/model/settings.php:734
3122
  msgid "Tablets only (< 980px)"
3123
  msgstr "Kun tablets (< 980px)"
3124
 
3125
- #: app/model/settings.php:749
3126
  msgid "Phones only (< 768px)"
3127
  msgstr "Kun telefoner (< 768px)"
3128
 
@@ -3174,48 +3166,49 @@ msgstr "Websideadresse"
3174
  msgid "Message"
3175
  msgstr "Besked"
3176
 
3177
- #: app/model/settings.php:402
3178
  #: lib/html/element/setting/calendar-page-selector.php:50
3179
  msgid "Calendar page"
3180
  msgstr "Kalenderside"
3181
 
3182
- #: app/model/settings.php:412
3183
  msgid "Week starts on"
3184
  msgstr "Ugen begynder på en"
3185
 
3186
- #: app/model/settings.php:425
3187
  msgid "Available views"
3188
  msgstr "Mulige visninger"
3189
 
3190
- #: app/model/settings.php:433
3191
  msgid "Agenda"
3192
  msgid_plural "Agenda"
3193
  msgstr[0] "Liste"
3194
  msgstr[1] "Lister"
3195
 
3196
- #: app/model/settings.php:444
3197
  msgid "Day"
3198
  msgid_plural "Day"
3199
  msgstr[0] "Dag"
3200
  msgstr[1] "Dage"
3201
 
3202
- #: app/model/settings.php:455
3203
  msgid "Month"
3204
  msgid_plural "Month"
3205
  msgstr[0] "Måned"
3206
  msgstr[1] "Måneder"
3207
 
3208
- #: app/model/settings.php:466
3209
  msgid "Week"
3210
  msgid_plural "Week"
3211
  msgstr[0] "Uge"
3212
  msgstr[1] "Uger"
3213
 
3214
- #: app/model/settings.php:480
 
3215
  msgid "Timezone"
3216
  msgstr "Tidszone"
3217
 
3218
- #: app/model/settings.php:493
3219
  msgid "Preselected calendar filters"
3220
  msgstr "Forhåndsvalgte kalendersorteringer"
3221
 
@@ -3251,11 +3244,11 @@ msgstr "Vi kunne ikke opdatere begivenheden på Time.ly billetsystem"
3251
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3252
  msgstr "Denne begivenhed er kopieret fra et andet website. Eventueller ændringer for billetter blev afvist."
3253
 
3254
- #: app/model/api/api-registration.php:186
3255
  msgid "Payment preferences were not saved."
3256
  msgstr "Foretrukne betalingesmåder blev ikke gemt."
3257
 
3258
- #: app/model/api/api-registration.php:177
3259
  msgid "Payment preferences were saved."
3260
  msgstr "Foretrukne betlingsmåder blev gemt."
3261
 
@@ -3339,11 +3332,11 @@ msgstr "Liste over modtagere"
3339
  msgid "Guest Name"
3340
  msgstr "Gæstenavn"
3341
 
3342
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3343
  msgid "Status"
3344
  msgstr "Status"
3345
 
3346
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3347
  #: app/view/event/ticket.php:71
3348
  msgid "Email"
3349
  msgstr "E-mail"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
190
  msgstr "Vi kunne ikke hente detaljer om begivenheden fra Time.ly billetsystem"
191
 
192
  #: app/view/admin/add-new-event.php:307
193
+ msgid "Ticketing is currently not available for this website. Please, try again later."
194
+ msgstr ""
195
 
196
  #: app/view/admin/settings.php:173
197
  msgid "Please, Sign In to Timely Network."
205
  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”."
206
  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\"."
207
 
208
+ #: app/view/admin/tickets.php:75
209
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
210
+ msgstr ""
211
 
212
+ #: app/view/admin/tickets.php:78
213
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
214
  msgstr "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Tilmeld dig Timely Netværk</a>"
215
 
216
+ #: app/view/admin/tickets.php:79
217
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
218
  msgstr "<b>Oprettelse af en Timely Netværkskonto er i øjeblikket ikke muligt. Prøv igen senere.</b>"
219
 
 
 
 
 
220
  #: lib/calendar-feed/ics.php:40
221
  msgid "My Feeds"
222
  msgstr "Mine feeds"
237
  msgid "&raquo;"
238
  msgstr "&raquo;"
239
 
240
+ #: lib/environment/check.php:111
241
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
242
  msgstr "<b>HANDLING PÅKRÆVET!</b> Du bedes <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">logge ind</a> på Timely Netværk for at fuldføre synkronisering af dine importerede begivenheder."
243
 
294
  msgid "Canceled"
295
  msgstr "Aflyst"
296
 
297
+ #: app/model/settings.php:917
298
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
299
  msgstr "Benyt denne mulighed hvis kalenderen ikke svarer. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Læs mere</a> om emnet. (Fra version 2.1 og frem er gzip deaktiveret som standard for maksimal kompabilitet.)"
300
 
301
+ #: app/model/settings.php:944
302
  msgid "Use advanced JS cache."
303
  msgstr "Benyt avanceret JS cache."
304
 
305
+ #: app/model/settings.php:947
306
  msgid "Cache dynamically generated JS files. Improves performance."
307
  msgstr "Cache dynamisk oprettede JS filer. Det forbedrer ydelsen"
308
 
309
+ #: app/view/admin/add-new-event.php:412
310
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
311
  msgstr "<span class=\"ai1ec-info-text\">Begivenheden blev indsat af denne arrangør.</span>"
312
 
313
+ #: app/view/admin/add-new-event.php:421
314
  msgid ", email: "
315
  msgstr ", email: "
316
 
317
+ #: app/view/admin/add-new-event.php:425
318
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
319
  msgstr "<span class=\"ai1ec-info-text\">Begivenheden blev oprettet af %s.</span>"
320
 
322
  msgid "Browse All Add-ons"
323
  msgstr "Gennemse alle tilføjelser"
324
 
325
+ #: app/view/admin/tickets.php:112
326
  msgid "Please provide your PayPal details."
327
  msgstr "Vær venlig at angive PayPal oplysninger"
328
 
329
+ #: app/view/admin/tickets.php:114
330
  msgid "PayPal"
331
  msgstr "PayPal"
332
 
333
+ #: app/view/admin/tickets.php:115
334
  msgid "Preferred currency for tickets:"
335
  msgstr "Foretrunkne valuta for billetter:"
336
 
337
+ #: app/view/admin/tickets.php:141
338
  msgid "United States Dollar"
339
  msgstr "US Dollars"
340
 
341
+ #: app/view/admin/tickets.php:142
342
  msgid "Canadian Dollar"
343
  msgstr "Canadiske Dollars"
344
 
345
+ #: app/view/admin/tickets.php:143
346
  msgid "Australian Dollar"
347
  msgstr "Australske Dollars"
348
 
349
+ #: app/view/admin/tickets.php:144
350
  msgid "Brazilian Real"
351
  msgstr "Brasilianske Real"
352
 
353
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
354
+ #: app/view/admin/tickets.php:165
355
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
356
  msgstr "Bemærk: Denne valuta er kun understøttet som betaling af PayPal-konti i lande tilhørende valutaen"
357
 
358
+ #: app/view/admin/tickets.php:145
359
  msgid "Czech Koruna"
360
  msgstr "Tjekkeiske Koruna"
361
 
362
+ #: app/view/admin/tickets.php:146
363
  msgid "Danish Krone"
364
  msgstr "Danske Kroner"
365
 
366
+ #: app/view/admin/tickets.php:147
367
  msgid "Euro"
368
  msgstr "Hong Kong Dollars"
369
 
370
+ #: app/view/admin/tickets.php:148
371
  msgid "Hong Kong Dollar"
372
  msgstr "Hong Kong Dollars"
373
 
374
+ #: app/view/admin/tickets.php:149
375
  msgid "Hungarian Forint"
376
  msgstr "Ungarske Forint"
377
 
378
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
379
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
380
  msgstr "Bemærk: Kun hele beløb for denne valuta. Hvis der indtastes decimaler vil det resultere i en fejlmeddelelse."
381
 
382
+ #: app/view/admin/tickets.php:150
383
  msgid "Israeli New Sheqel"
384
  msgstr "Israeli New Sheqel"
385
 
386
+ #: app/view/admin/tickets.php:151
387
  msgid "Japanese Yen"
388
  msgstr "Japanske Yen"
389
 
390
+ #: app/view/admin/tickets.php:151
391
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
392
  msgstr "Bemærk: Kun hele beløb i denne valuta. Hvis der angives beløb med decimaler vil det resultere i en fejlmeddelelse."
393
 
394
+ #: app/view/admin/tickets.php:152
395
  msgid "Malaysian Ringgit"
396
  msgstr "Malaysiske Ringgit"
397
 
398
+ #: app/view/admin/tickets.php:153
399
  msgid "Mexican Peso"
400
  msgstr "Mexikanske Peso"
401
 
402
+ #: app/view/admin/tickets.php:154
403
  msgid "Norwegian Krone"
404
  msgstr "Norske Kroner"
405
 
406
+ #: app/view/admin/tickets.php:155
407
  msgid "New Zealand Dollar"
408
  msgstr "New Zealandske Dollars"
409
 
410
+ #: app/view/admin/tickets.php:156
411
  msgid "Philippine Peso"
412
  msgstr "Filippinske Peso"
413
 
414
+ #: app/view/admin/tickets.php:157
415
  msgid "Polish Zloty"
416
  msgstr "Polske Zloty"
417
 
418
+ #: app/view/admin/tickets.php:158
419
  msgid "Pound Sterling"
420
  msgstr "Pund Sterling"
421
 
422
+ #: app/view/admin/tickets.php:159
423
  msgid "Russian Ruble"
424
  msgstr "Russiske Rubler"
425
 
426
+ #: app/view/admin/tickets.php:159
427
  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"
428
  msgstr "For indenlandske betalinger (betalinger foretaget i Rusland) er russiske rubler eneste accepterede valuta. Hvis du benytter en anden valuta for indenlandske betalinger vil transaktionen ikke lykkes."
429
 
430
+ #: app/view/admin/tickets.php:160
431
  msgid "Singapore Dollar"
432
  msgstr "Singapore Dollars"
433
 
434
+ #: app/view/admin/tickets.php:161
435
  msgid "Swedish Krona"
436
  msgstr "Svenske Korner"
437
 
438
+ #: app/view/admin/tickets.php:162
439
  msgid "Swiss Franc"
440
  msgstr "Schweisiske Franc"
441
 
442
+ #: app/view/admin/tickets.php:163
443
  msgid "Taiwan New Dollar"
444
  msgstr "Taiwan Nye Dollars"
445
 
446
+ #: app/view/admin/tickets.php:164
447
  msgid "Thai Baht"
448
  msgstr "Thai Baht"
449
 
450
+ #: app/view/admin/tickets.php:165
451
  msgid "Turkish Lira"
452
  msgstr "Tyrkiske Lira"
453
 
455
  msgid "Export to XML"
456
  msgstr "Eksporter til XML"
457
 
458
+ #: lib/environment/check.php:75
459
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
460
  msgstr "Plugin er installeret korrekt! <a href=\"%s\">Tilføj begivenheder</a> se dem på din <a href=\"%s\">kalenderside</a>.<br />Kig ind på <a href=\"%s\">Indstillinger</a> for at konfigurere plugin´et og få mest muligt ud af det."
461
 
462
+ #: lib/environment/check.php:129
463
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
464
  msgstr "PHP extension \"iconv\", som er nødvendigt for All-In-One-Event-Calendar, mangler. Tjek din PHP opsætning.<br />"
465
 
466
+ #: lib/environment/check.php:145
467
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
468
  msgstr "PHP extension \"mbstring\", som er nødvendigt for All-In-One-Event-Calendar, mangler. Tjek din PHP opsætning.<br />"
469
 
479
  msgid "Would you please give us some feedback on how can we improve?"
480
  msgstr "Giv os din mening om hvordan vi kan forbedre vores produkt."
481
 
 
 
 
 
482
  #: public/admin/box_event_cost.php:29
483
  msgid "Cost options not available, this event was imported from an external calendar."
484
  msgstr "Prisindstillinger ikke tilgængelig idet begivenheden er importeret fra en ekstern kalender."
495
  msgid "No Tickets"
496
  msgstr "Ingen billetter"
497
 
 
 
 
 
498
  #: public/admin/box_event_cost.php:59
499
  msgid "External Tickets"
500
  msgstr "Eksterne billetter"
583
  msgid "We were unable to get the Suggested Events from Time.ly Network"
584
  msgstr "Vi kunne ikke hente de Foreslåede Begivenheder fra Time.ly Netværk"
585
 
586
+ #: app/model/api/api-registration.php:38
587
  msgid "We were unable to Sign you In for Time.ly Network"
588
  msgstr "Vi kunne ikke logge dig ind på Time.ly Netværk"
589
 
590
+ #: app/model/api/api-registration.php:59
591
  msgid "We were unable to Sign you Up for Time.ly Network"
592
  msgstr "Vi kunne ikke oprette dig i Time.ly Netværk"
593
 
594
+ #: app/model/api/api-registration.php:152
595
  msgid "We were unable to Sign you Out of Time.ly Network"
596
  msgstr "Vi kunne ikke logge dig ud af Time.ly Netværk"
597
 
598
+ #: app/model/api/api-registration.php:219
599
  msgid "We were unable to get the Sales information from Time.ly Network"
600
  msgstr "Vi kunne ikke hente salgsinformationerne fra Time.ly Netværk"
601
 
603
  msgid "This Event was replicated from another site. Changes are not allowed."
604
  msgstr "Denne begivenhed er kopieret fra en anden side. Ændringer er ikke tilladt."
605
 
606
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
607
  #: app/view/admin/all-events.php:214
608
  msgid "This Event was created using a different account %s. Changes are not allowed."
609
  msgstr "Denne begivenhed blev oprettet fra en anden konto %s. Ændringer er ikke tilladt."
1381
  msgid "Thank you for being our customer,"
1382
  msgstr "Tak for dit køb!"
1383
 
 
 
 
 
1384
  #: public/admin/box_ask_customer_review.php:182
1385
  msgid "Sending..."
1386
  msgstr "Sender..."
1994
  msgid "Choose your timezone"
1995
  msgstr "Vælg din tidszone"
1996
 
1997
+ #: lib/environment/check.php:87
1998
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1999
  msgstr "Plugin er installeret men endnu ikke konfigureret. Log ind som administrator for at opsætte det."
2000
 
2001
+ #: lib/environment/check.php:255
2002
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
2003
  msgstr "Tilføjelsen <strong>%s</strong> skal opdateres til mindst version %s for at opretholde kompatibilitet med den grundlæggende kalender."
2004
 
2005
+ #: lib/environment/check.php:256
2006
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
2007
  msgstr "Hvis der ikke vises notitser om opdatering herunder, skal du sikre dig at du har angivet <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">rigtige licensnøgler</a>. Alternativt kan du navigere til <a href=\"https://time.ly/your-account/\">din konto</a> for at downloade den seneste version af tilføjelsen og <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">opdatere manuelt</a>. Du kan også <a href=\"https://time.ly/forums/\">spørge i forum</a> hvis du har problemer. Vi vil med glæde hjælpe."
2008
 
2095
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2096
  msgstr "Du har aktiveret rendering fra frontend og benytter samtidig eget kalendertema. Hvis dit tema ikke understøtter rendering fra frontend, virker kalenderen måske ikke korrekt."
2097
 
2098
+ #: app/view/event/single.php:98
2099
  msgid "Tickets:"
2100
  msgstr "Billetter:"
2101
 
2102
+ #: app/view/event/single.php:99
2103
  msgid "Free"
2104
  msgstr "Gratis"
2105
 
2106
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2107
  msgid "Buy Tickets"
2108
  msgstr "Køb billetter"
2109
 
2110
+ #: app/view/event/single.php:125
2111
  msgid "Edit this occurrence (%s)"
2112
  msgstr "Rediger denne forekomst (%s)"
2113
 
2114
+ #: app/view/event/single.php:196
2115
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2116
  msgstr "Dette indlæg er oprettet som en kopi af en anden hjemmesides <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalenderfeed</a>."
2117
 
2118
+ #: app/view/event/single.php:207
2119
  msgid "View original"
2120
  msgstr "Vis oprindelige"
2121
 
2171
  msgid "Categories (optional)"
2172
  msgstr "Kategorier (valgfri)"
2173
 
2174
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2175
  msgid "When:"
2176
  msgstr "Hvornår:"
2177
 
2178
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2179
  msgid "Where:"
2180
  msgstr "Hvor:"
2181
 
2241
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2242
  msgstr "Udkast til begivenhed er opdateret <a target=\"_blank\" href=\"%s\">Forhåndsvisning af begivenhed</a>"
2243
 
2244
+ #: app/view/event/single.php:89
 
 
 
 
2245
  msgid "Add to Calendar"
2246
  msgstr "Tilføj i kalender"
2247
 
2248
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2249
  msgid "Cost:"
2250
  msgstr "Pris:"
2251
 
2252
+ #: app/view/event/single.php:97
2253
  msgid "Contact:"
2254
  msgstr "Kontakt:"
2255
 
2348
  msgid "Subscribe"
2349
  msgstr "Abonner"
2350
 
2351
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2352
  msgid "Get a Timely Calendar"
2353
  msgstr "Få en kalender fra Timely"
2354
 
2396
  msgid "Clear category filter"
2397
  msgstr "Ryd kategorisortering"
2398
 
2399
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2400
  #: lib/html/element/setting/tags-categories.php:47
2401
  msgid "Categories"
2402
  msgstr "Kategorier"
2405
  msgid "Clear tag filter"
2406
  msgstr "Ryd tagsortering"
2407
 
2408
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2409
  #: lib/html/element/setting/tags-categories.php:39
2410
  msgid "Tags"
2411
  msgstr "Tags"
2426
  msgid "Read more"
2427
  msgstr "Læs mere"
2428
 
2429
+ #: app/view/admin/tickets.php:111
2430
  msgid "Sales"
2431
  msgstr "Salg"
2432
 
2433
+ #: app/view/admin/tickets.php:113
2434
  msgid "Cheque"
2435
  msgstr "Check"
2436
 
2438
  msgid "Paypal"
2439
  msgstr "Paypal"
2440
 
2441
+ #: app/view/admin/tickets.php:117
2442
  msgid "Save Changes"
2443
  msgstr "Gem ændringer"
2444
 
2445
+ #: app/view/admin/tickets.php:118
2446
  msgid "Date"
2447
  msgstr "Dato"
2448
 
2449
+ #: app/view/admin/tickets.php:119
2450
  msgid "Event"
2451
  msgstr "Begivenhed"
2452
 
2453
+ #: app/view/admin/tickets.php:120
2454
  msgid "Purchaser"
2455
  msgstr "Køber"
2456
 
2457
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2458
  #: app/view/event/ticket.php:39
2459
  msgid "Tickets"
2460
  msgstr "Billetter"
2461
 
2462
+ #: app/view/admin/tickets.php:124
2463
  msgid "Total"
2464
  msgstr "Total"
2465
 
2466
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2467
  msgid "Sign Out"
2468
  msgstr "Log ud"
2469
 
2578
  msgid "All-in-One Event Calendar: Themes"
2579
  msgstr "All-in-One Event Calendar: Temaer"
2580
 
2581
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2582
  msgid "Ticketing"
2583
  msgstr "Billetsalg"
2584
 
 
 
 
 
 
 
 
 
 
2585
  #: app/view/admin/settings.php:98
2586
  msgctxt "meta box"
2587
  msgid "Timely"
2619
  msgid "Cache Report"
2620
  msgstr "Cache-rapport"
2621
 
2622
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2623
  #: public/admin/box_ask_customer_review.php:113
2624
  #: public/admin/box_ask_customer_review.php:127
2625
  #: public/admin/box_ask_customer_review.php:141
2730
  msgstr "All-in-One Event Calendar: Indstillinger"
2731
 
2732
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2733
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2734
  msgid "Settings"
2735
  msgstr "Indstillinger"
2736
 
2838
  msgid "month(s)"
2839
  msgstr "måned(er)"
2840
 
2841
+ #: app/model/settings.php:959
2842
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2843
  msgstr "<strong>Link til CSS</strong> i <code>&lt;head&gt;</code> delen (html) hvis filcaching ikke er muligt."
2844
 
2845
+ #: app/model/settings.php:962
2846
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2847
  msgstr "Benyt denne indstilling hvis filcaching ikke er muligt, og du foretrækker at hente css med et link i stedet for skrevet inline."
2848
 
2849
+ #: app/model/settings.php:974
2850
  msgid "Current <strong>robots.txt</strong> on this site"
2851
  msgstr "Nuværende <strong>robots.txt</strong> for denne hjemmeside"
2852
 
2853
+ #: app/model/settings.php:978
2854
  msgid ""
2855
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2856
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2864
  "→\t→\t→\t→\t→\t→\tom adgang til hele eller dele af en webside der ellers er offentligt tilgængelig.\n"
2865
  "→\t→\t→\t→\t→\t→\tDu kan ændre dette manuelt ved at redigere <code>robots.txt</code> i roden af dit WordPress bibliotek."
2866
 
2867
+ #: app/model/settings.php:995
2868
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2869
  msgstr "<strong>Udgiv, markedsfør og del mine begivenheder</strong> markeret som offentlige på Timelys netværk. (<a href=\"%s\" target=\"_blank\">Lær mere &#187;</a>)"
2870
 
2871
+ #: app/model/settings.php:1018
2872
  msgid "Templates cache improves site performance"
2873
  msgstr "Caching af skabeloner forbedrer ydeevnen"
2874
 
2875
+ #: app/model/settings.php:1031
2876
  msgid "Display events in <strong>calendar time zone</strong>"
2877
  msgstr "Vis begivenheder <strong>kalenderens tidszone</strong>"
2878
 
2879
+ #: app/model/settings.php:1034
2880
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2881
  msgstr "Hvis denne box er markeret vil begivenheder optræde i kalenderens tidszone og informationer om tidszone vises på begivenhedens side med flere detaljer."
2882
 
2884
  msgid "Event Details"
2885
  msgstr "Begivenhedsdetaljer"
2886
 
2887
+ #: app/view/admin/add-new-event.php:505
2888
  msgid "Set banner image"
2889
  msgstr "Indsæt bannerbillede"
2890
 
2891
+ #: app/view/admin/add-new-event.php:506
2892
  msgid "Remove banner image"
2893
  msgstr "Fjerne bannerbillede"
2894
 
2928
  msgid "Show All Authors"
2929
  msgstr "Vis alle forfattere"
2930
 
2931
+ #: app/model/settings.php:761
2932
  msgid "Strict compatibility content filtering"
2933
  msgstr "Kompatibilitetsafhængig indholdssortering "
2934
 
2935
+ #: app/model/settings.php:773
2936
  msgid " <strong>Hide featured image</strong> from event details page"
2937
  msgstr "<strong>Skjul indlægsbillede</strong> på siden med detaljer om begivenheden"
2938
 
2939
+ #: app/model/settings.php:776
2940
  msgid "Select this option if your theme already displays each post's featured image."
2941
  msgstr "Vælg denne indstilling hvis dit tema allerede viser hvert indlægs billede."
2942
 
2943
+ #: app/model/settings.php:787
2944
  msgid "Input dates in this format"
2945
  msgstr "Angiv data i dette format"
2946
 
2947
+ #: app/model/settings.php:792
2948
  msgid "Default (d/m/yyyy)"
2949
  msgstr "Standard (d/m/yyyy)"
2950
 
2951
+ #: app/model/settings.php:796
2952
  msgid "US (m/d/yyyy)"
2953
  msgstr "US (m/d/yyyy)"
2954
 
2955
+ #: app/model/settings.php:800
2956
  msgid "ISO 8601 (yyyy-m-d)"
2957
  msgstr "ISO 8601 (yyyy-m-d)"
2958
 
2959
+ #: app/model/settings.php:804
2960
  msgid "Dotted (m.d.yyyy)"
2961
  msgstr "Dotted (m.d.yyyy)"
2962
 
2963
+ #: app/model/settings.php:816
2964
  msgid " Use <strong>24h time</strong> in time pickers"
2965
  msgstr "Brug <strong>24 timers-format</strong> i tidsvælgeren"
2966
 
2967
+ #: app/model/settings.php:827
2968
  msgid "<strong>Disable address autocomplete</strong> function"
2969
  msgstr "<strong>Slå autoudfyld fra</strong>"
2970
 
2971
+ #: app/model/settings.php:838
2972
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2973
  msgstr "Benyt den konfigurerede <strong>region</strong> (WordPress-lokalisering) til at påvirke funktionen autofuldførelse af adrresser (fx på dansk vejnavn og nr.)"
2974
 
2975
+ #: app/model/settings.php:854
2976
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2977
  msgstr "Vis den tidligere <strong>Indsend din begivenhed</strong>-knap over kalenderen for brugere med særlige rettigheder."
2978
 
2979
+ #: app/model/settings.php:857
2980
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2981
  msgstr "Installer <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> til <strong>Indsend din begivenhedsformular</strong> i frontend."
2982
 
2983
+ #: app/model/settings.php:878
2984
  msgid "Move calendar into this DOM element"
2985
  msgstr "Flyt kalenderen til dette DOM-element"
2986
 
2987
+ #: app/model/settings.php:880
2988
  msgid ""
2989
  "Optional. Use this JavaScript-based shortcut to place the\n"
2990
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
3004
  "→\t→\t→\t→\t→\t→\tEnhver eksisterende markering som befinder sig indenfor målet, vil blive erstattet\n"
3005
  "→\t→\t→\t→\t→\t→\taf kalenderen."
3006
 
3007
+ #: app/model/settings.php:899
3008
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3009
  msgstr "<strong>Ignorer <tt>in_the_loop()</tt>-tjek </strong> som beskytter mod duplikerede visninger af kalenderen"
3010
 
3011
+ #: app/model/settings.php:902
3012
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3013
  msgstr "Prøv at aktivere denne indstilling hvis din kalender ikke vises på kalendersiden. Den er nødvendig for kompatibilitet med et mindre antal temaer som kalder <tt>the_content()</tt> udenfor The Loop. Ellers lad den være umarkeret."
3014
 
3015
+ #: app/model/settings.php:914
3016
  msgid "Disable <strong>gzip</strong> compression."
3017
  msgstr "Deaktiver <strong>gzip</strong>-komprimering."
3018
 
3019
+ #: app/model/settings.php:929
3020
  msgid "Use frontend rendering."
3021
  msgstr "Benyt rendering fra frontend."
3022
 
3023
+ #: app/model/settings.php:932
3024
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3025
  msgstr "Opretter kalendervisninger på klientside i stedet for på serveren; det kan forbedre hastigheden."
3026
 
3027
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3028
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3029
  msgstr "For at rydde hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> og klik på det valgte."
3030
 
3031
+ #: app/model/settings.php:508
3032
  msgid "Default calendar start date (optional)"
3033
  msgstr "Standard startdato for kalender (valgfri)"
3034
 
3035
+ #: app/model/settings.php:519
3036
  msgid "Agenda pages show at most"
3037
  msgstr "Listesider viser højst"
3038
 
3039
+ #: app/model/settings.php:532
3040
  msgid "Week/Day view starts at"
3041
  msgstr "Uge- /Dagsvisning begynder på"
3042
 
3043
+ #: app/model/settings.php:545
3044
  msgid "Week/Day view ends at"
3045
  msgstr "Uge-/Dagsvisning ender på"
3046
 
3047
+ #: app/model/settings.php:573
3048
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3049
  msgstr "<strong>Orddeling begivenhed stub</strong> i Månedsvisning"
3050
 
3051
+ #: app/model/settings.php:576
3052
  msgid "Only applies to events that span a single day."
3053
  msgstr "Gælder kun begivenheder der strækker sig over en enkelt dag."
3054
 
3055
+ #: app/model/settings.php:588
3056
  msgid ""
3057
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3058
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3066
  "→\t→\t→\t→\t→\t→\tListevisninger</span>, <strong>inkluder alle begivenheder\n"
3067
  "→\t→\t→\t→\t→\t→\tfra sidst viste dag</strong>"
3068
 
3069
+ #: app/model/settings.php:604
3070
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3071
  msgstr "Hold alle begivenheder <strong>udvidet</strong> i listevisning"
3072
 
3073
+ #: app/model/settings.php:616
3074
  msgid "<strong>Show year</strong> in calendar date labels"
3075
  msgstr "<strong>Vis år</strong> i kalenderens datomærkater"
3076
 
3077
+ #: app/model/settings.php:628
3078
  msgid "<strong>Show location in event titles</strong> in calendar views"
3079
  msgstr "<strong>Vis sted i titlen</strong> i kalender billedet"
3080
 
3081
+ #: app/model/settings.php:640
3082
  msgid "<strong>Exclude</strong> events from search results"
3083
  msgstr "<strong>Udelad</strong> begivenheder fra søgeresultater"
3084
 
3085
+ #: app/model/settings.php:652
3086
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3087
  msgstr "Skjul <strong>Abonner</strong>/<strong>Tilføj i kalender</strong>-knapper i kalenderen og visning af enkeltbegivenheder"
3088
 
3089
+ #: app/model/settings.php:664
3090
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3091
  msgstr "Skjul <strong>Get a Timely Calendar</strong> knappen"
3092
 
3093
+ #: app/model/settings.php:676
3094
  msgid " Hide <strong>Google Maps</strong> until clicked"
3095
  msgstr "Skjul <strong>Google Maps</strong> indtil der klikkes"
3096
 
3097
+ #: app/model/settings.php:688
3098
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3099
  msgstr "<strong>Fastgør sorteringsmenu</strong> til toppen af vinduet når dette ellers vil forsvinde ved scrolling"
3100
 
3101
+ #: app/model/settings.php:691
3102
  msgid "Only applies to first visible calendar found on the page."
3103
  msgstr "Gælder kun den første synlige kalender på siden."
3104
 
3105
+ #: app/model/settings.php:703
3106
  msgid "Offset affixed filter bar vertically by"
3107
  msgstr "Forskyd den fastgjorte sorteringslinje lodret med"
3108
 
3109
+ #: app/model/settings.php:718
3110
  msgid "Wide screens only (&#8805; 1200px)"
3111
  msgstr "Kun widescreens (&#8805; 1200px)"
3112
 
3113
+ #: app/model/settings.php:733
3114
  msgid "Tablets only (< 980px)"
3115
  msgstr "Kun tablets (< 980px)"
3116
 
3117
+ #: app/model/settings.php:748
3118
  msgid "Phones only (< 768px)"
3119
  msgstr "Kun telefoner (< 768px)"
3120
 
3166
  msgid "Message"
3167
  msgstr "Besked"
3168
 
3169
+ #: app/model/settings.php:401
3170
  #: lib/html/element/setting/calendar-page-selector.php:50
3171
  msgid "Calendar page"
3172
  msgstr "Kalenderside"
3173
 
3174
+ #: app/model/settings.php:411
3175
  msgid "Week starts on"
3176
  msgstr "Ugen begynder på en"
3177
 
3178
+ #: app/model/settings.php:424
3179
  msgid "Available views"
3180
  msgstr "Mulige visninger"
3181
 
3182
+ #: app/model/settings.php:432
3183
  msgid "Agenda"
3184
  msgid_plural "Agenda"
3185
  msgstr[0] "Liste"
3186
  msgstr[1] "Lister"
3187
 
3188
+ #: app/model/settings.php:443
3189
  msgid "Day"
3190
  msgid_plural "Day"
3191
  msgstr[0] "Dag"
3192
  msgstr[1] "Dage"
3193
 
3194
+ #: app/model/settings.php:454
3195
  msgid "Month"
3196
  msgid_plural "Month"
3197
  msgstr[0] "Måned"
3198
  msgstr[1] "Måneder"
3199
 
3200
+ #: app/model/settings.php:465
3201
  msgid "Week"
3202
  msgid_plural "Week"
3203
  msgstr[0] "Uge"
3204
  msgstr[1] "Uger"
3205
 
3206
+ #: app/model/settings.php:479 app/view/event/single.php:57
3207
+ #: app/view/event/single.php:58
3208
  msgid "Timezone"
3209
  msgstr "Tidszone"
3210
 
3211
+ #: app/model/settings.php:492
3212
  msgid "Preselected calendar filters"
3213
  msgstr "Forhåndsvalgte kalendersorteringer"
3214
 
3244
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3245
  msgstr "Denne begivenhed er kopieret fra et andet website. Eventueller ændringer for billetter blev afvist."
3246
 
3247
+ #: app/model/api/api-registration.php:191
3248
  msgid "Payment preferences were not saved."
3249
  msgstr "Foretrukne betalingesmåder blev ikke gemt."
3250
 
3251
+ #: app/model/api/api-registration.php:182
3252
  msgid "Payment preferences were saved."
3253
  msgstr "Foretrukne betlingsmåder blev gemt."
3254
 
3332
  msgid "Guest Name"
3333
  msgstr "Gæstenavn"
3334
 
3335
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3336
  msgid "Status"
3337
  msgstr "Status"
3338
 
3339
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3340
  #: app/view/event/ticket.php:71
3341
  msgid "Email"
3342
  msgstr "E-mail"
language/all-in-one-event-calendar-de_CH.mo CHANGED
Binary file
language/all-in-one-event-calendar-de_CH.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr "Adresse der Website ist ungültig."
1358
  msgid "Thank you for being our customer,"
1359
  msgstr "Vielen Dank für Deinen Einkauf,"
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr "Aristotel Dascal, VP of Product, Time.ly"
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr "Übertrage ..."
@@ -1975,15 +1980,15 @@ msgstr "Manueller Offset"
1975
  msgid "Choose your timezone"
1976
  msgstr "Zeitzone auswählen"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Das Plugin ist installiert, aber noch nicht konfiguriert. Bitte als Admin einloggen und einrichten."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "Das Add-on <strong>%s</strong> muss zumindest auf Version %s aktualisiert werden, um die Kompatibilität mit dem Kalender zu gewährleisten."
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "Wenn du die Update-Hinweise unten nicht sehen kannst, stelle sicher, dass du die <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">Lizenzschlüssel korrekt eingegeben</a> hast. Alternativ kannst du in <a href=\"https://time.ly/your-account/\">deinem Account</a> die aktuelle Version der Add-ons herunterladen und sie <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">manuell aktualisieren</a>. Bitte wende dich an <a href=\"https://time.ly/forums/\">das Forum</a>, wenn die Fragen hast. Wir helfen dir gerne."
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Die Veranstaltung <strong>%s</strong> wurde erfolgreich kopiert. <a h
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "Du hast Frontend-Rendering aktiviert und verwendest ein benutzerdefiniertes Kalender-Theme. Wenn deinn Theme Frontend-Rendering nicht unterstützt, funktioniert der Kalender möglicherweise nicht korrekt."
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr "Tickets:"
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "kostenlos"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Tickets kaufen"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Dieses Ereignis bearbeiten (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Dieser Beitrag ist ein Replikat vom <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Kalender-Feed</a> einer anderen Seite."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Original ansehen"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Ungültige ID für ICS-Feed"
2152
  msgid "Categories (optional)"
2153
  msgstr "Kategorien (optional)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Wann:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Wo:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y um G:i Uhr"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Entwurf der Veranstaltung aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau ansehen</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "Der Termin wurde in der Zeitzone %s erstellt"
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Zum Kalender hinzufügen"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Preis:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Kontakt:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Gefilterten Kalender abonnieren"
2333
  msgid "Subscribe"
2334
  msgstr "Abonnieren"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Timely Calendar holen"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Diesen Kalender in einem reinen Textkalender abonnieren."
2381
  msgid "Clear category filter"
2382
  msgstr "Filter für Kategorie zurücksetzen"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Kategorien"
@@ -2390,7 +2391,7 @@ msgstr "Kategorien"
2390
  msgid "Clear tag filter"
2391
  msgstr "Filter für Schlagwort zurücksetzen"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Schlagwörter"
@@ -2411,11 +2412,11 @@ msgstr "Zur Zeit gibt es keine bevorstehenden Veranstaltungen, die angezeigt wer
2411
  msgid "Read more"
2412
  msgstr "Weiter lesen"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr "Verkäufe"
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr "Scheck"
2421
 
@@ -2423,32 +2424,32 @@ msgstr "Scheck"
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr "Änderungen speichern"
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr "Datum"
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr "Veranstaltung"
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr "Käufer"
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Tickets"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr "Gesamt"
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr "Abmelden"
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Standard wiederherstellen"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Kalender: Themes"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr "Buchung"
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr "Buchung<sup>beta</sup>"
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr "Time.ly Buchung<sup>beta</sup>"
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Externe Dienste"
2613
  msgid "Cache Report"
2614
  msgstr "Cache-Bericht"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Kalender: Einstellungen"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Einstellungen"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "letzte"
2832
  msgid "month(s)"
2833
  msgstr "Monat(e)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr "Der Roboterausschluss Standard (Robot Exclusion Standard), auch bekannt als Robots Exclusion Protocol oder <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code> Protokoll, ist eine Vereinbarung für kooperierende Web Crawler und andere Web Roboter und regelt den Zugriff auf Teile oder die Gesamtheit einer Webseite, die ansonsten öffentlich sichtbar ist. Du kannst die Einstellungen manuell ändern, indem du die <code>robots.txt</code> editierst, die sich im Root-Verzeichnis von deinem WordPress befindet."
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr "<strong>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2871
 
@@ -2873,11 +2865,11 @@ msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Z
2873
  msgid "Event Details"
2874
  msgstr "Details der Veranstaltung"
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr "Banner-Bild festlegen"
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr "Banner-Bild entfernen"
2883
 
@@ -2917,63 +2909,63 @@ msgstr "Alle anzeigen "
2917
  msgid "Show All Authors"
2918
  msgstr "Alle Autoren anzeigen"
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr "Strenge Kompatibilitätsinhaltsfilterung"
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr " <strong>Verberge Featured-Bild</strong> auf der Detailseite der Veranstaltung"
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr "Diese Option wählen, wenn dein Theme bereits die Featured-Bilder des Posts anzeigt."
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr "Daten in diesem Format angeben"
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr "Standard (d/m/yyyy)"
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr "US (M/T/JJJJ)"
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr "ISO 8601 (yyyy-m-d)"
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr "Dotted (m.d.yyyy)"
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr "<strong>24h-Format</strong> bei der Zeitauswahl verwenden"
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr "<strong>Automatische Adressenvervollständigung</strong> deaktivieren"
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr "Oberhalb des Kalenders, berechtigten Nutzern, die alte <strong>Deine Veranstaltung posten</strong> Schaltfläche anzeigen"
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr "Installiere die <a target=\"_blank\" href=\"http://time.ly/\">Interaktive Front-End Erweiterung</a> für die <strong>Front-End Eingabemaske</strong>."
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr "Kalender in dieses DOM-Element verschieben"
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2993,55 +2985,55 @@ msgstr ""
2993
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2994
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2995
 
2996
- #: app/model/settings.php:900
2997
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2998
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2999
 
3000
- #: app/model/settings.php:903
3001
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3002
  msgstr "Wenn dein Kalender nicht auf der Kalenderseite erscheint, versuche diese Option zu aktivieren. Dies kann notwendig sein für die Kompatibilität mit einigen wenigen Themes, die <tt>the_content()</tt> von ausserhalb des Loops benötigen. Belasse es ansonsten nicht aktiviert."
3003
 
3004
- #: app/model/settings.php:915
3005
  msgid "Disable <strong>gzip</strong> compression."
3006
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
3007
 
3008
- #: app/model/settings.php:930
3009
  msgid "Use frontend rendering."
3010
  msgstr "Verwende Frontend-Rendering."
3011
 
3012
- #: app/model/settings.php:933
3013
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3014
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
3015
 
3016
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3017
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3018
  msgstr "Zum Löschen, &#8984;/<abbr class=\"initialism\">Strg</abbr> halten und auf die Auswahl klicken."
3019
 
3020
- #: app/model/settings.php:509
3021
  msgid "Default calendar start date (optional)"
3022
  msgstr "Standard Startdatum des Kalenders (optional)"
3023
 
3024
- #: app/model/settings.php:520
3025
  msgid "Agenda pages show at most"
3026
  msgstr "Listen-Seiten zeigen maximal"
3027
 
3028
- #: app/model/settings.php:533
3029
  msgid "Week/Day view starts at"
3030
  msgstr "Wochen-/Tagesansicht startet mit:"
3031
 
3032
- #: app/model/settings.php:546
3033
  msgid "Week/Day view ends at"
3034
  msgstr "Wochen-/Tagesansicht endet mit"
3035
 
3036
- #: app/model/settings.php:574
3037
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3038
  msgstr "<strong>Zeilenumbruch bei Unterzeile der Veranstaltung</strong> in der Monatsansicht"
3039
 
3040
- #: app/model/settings.php:577
3041
  msgid "Only applies to events that span a single day."
3042
  msgstr "Bezieht sich nur auf Veranstaltungen, die sich über einen einzelnen Tag erstrecken."
3043
 
3044
- #: app/model/settings.php:589
3045
  msgid ""
3046
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3047
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3055,55 +3047,55 @@ msgstr ""
3055
  "→\t→\t→\t→\t→\t→\tListen-ähnliche Ansichten</span>, <strong>beinhalten alle Ereignisse\n"
3056
  "→\t→\t→\t→\t→\t→\tvom letzten angezeigten Tag</strong>"
3057
 
3058
- #: app/model/settings.php:605
3059
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3060
  msgstr "Alle Veranstaltungen als <strong>erweitert</strong> in der Listenansicht behalten."
3061
 
3062
- #: app/model/settings.php:617
3063
  msgid "<strong>Show year</strong> in calendar date labels"
3064
  msgstr "In Datumsbeschriftungen des Kalenders das <strong>Jahr anzeigen</strong> "
3065
 
3066
- #: app/model/settings.php:629
3067
  msgid "<strong>Show location in event titles</strong> in calendar views"
3068
  msgstr " In den Kalenderansichten <strong>Veranstaltungsort in Veranstaltungstiteln anzeigen</strong>"
3069
 
3070
- #: app/model/settings.php:641
3071
  msgid "<strong>Exclude</strong> events from search results"
3072
  msgstr "Veranstaltungen von Suchergebnissen <strong>ausschliessen</strong>"
3073
 
3074
- #: app/model/settings.php:653
3075
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3076
  msgstr "Schaltflächen <strong>Abonnieren</strong> und <strong>Zum Kalender hinzufügen</strong> in Kalender- und Einzelveranstaltungsansicht verstecken"
3077
 
3078
- #: app/model/settings.php:665
3079
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3080
  msgstr "Verstecke <strong>Timely Calendar holen</strong>"
3081
 
3082
- #: app/model/settings.php:677
3083
  msgid " Hide <strong>Google Maps</strong> until clicked"
3084
  msgstr "<strong>Google Maps</strong> verstecken bis es angeklickt wird"
3085
 
3086
- #: app/model/settings.php:689
3087
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3088
  msgstr "<strong>Anheften des Filtermenüs</strong> am oberen Fensterrand, für permanente Sichtbarkeit beim Scrollen."
3089
 
3090
- #: app/model/settings.php:692
3091
  msgid "Only applies to first visible calendar found on the page."
3092
  msgstr "Trifft nur für den ersten sichtbaren Kalender der Seite zu."
3093
 
3094
- #: app/model/settings.php:704
3095
  msgid "Offset affixed filter bar vertically by"
3096
  msgstr "Vertikaler Versatz der Filterleiste um"
3097
 
3098
- #: app/model/settings.php:719
3099
  msgid "Wide screens only (&#8805; 1200px)"
3100
  msgstr "Nur für Breitbildschirme (&#8805; 1200px)"
3101
 
3102
- #: app/model/settings.php:734
3103
  msgid "Tablets only (< 980px)"
3104
  msgstr "Nur für Tablets (< 980px)"
3105
 
3106
- #: app/model/settings.php:749
3107
  msgid "Phones only (< 768px)"
3108
  msgstr "Nur für Smartphones (< 768px)"
3109
 
@@ -3155,48 +3147,49 @@ msgstr "Site URL"
3155
  msgid "Message"
3156
  msgstr "Nachricht"
3157
 
3158
- #: app/model/settings.php:402
3159
  #: lib/html/element/setting/calendar-page-selector.php:50
3160
  msgid "Calendar page"
3161
  msgstr "Kalenderseite"
3162
 
3163
- #: app/model/settings.php:412
3164
  msgid "Week starts on"
3165
  msgstr "Woche beginnt am"
3166
 
3167
- #: app/model/settings.php:425
3168
  msgid "Available views"
3169
  msgstr "Verfügbare Ansichten"
3170
 
3171
- #: app/model/settings.php:433
3172
  msgid "Agenda"
3173
  msgid_plural "Agenda"
3174
  msgstr[0] "Liste"
3175
  msgstr[1] ""
3176
 
3177
- #: app/model/settings.php:444
3178
  msgid "Day"
3179
  msgid_plural "Day"
3180
  msgstr[0] "Tag"
3181
  msgstr[1] ""
3182
 
3183
- #: app/model/settings.php:455
3184
  msgid "Month"
3185
  msgid_plural "Month"
3186
  msgstr[0] "Monat"
3187
  msgstr[1] ""
3188
 
3189
- #: app/model/settings.php:466
3190
  msgid "Week"
3191
  msgid_plural "Week"
3192
  msgstr[0] "Woche"
3193
  msgstr[1] ""
3194
 
3195
- #: app/model/settings.php:480
 
3196
  msgid "Timezone"
3197
  msgstr "Zeitzone"
3198
 
3199
- #: app/model/settings.php:493
3200
  msgid "Preselected calendar filters"
3201
  msgstr "Vorausgewählte Kalenderfilter"
3202
 
@@ -3232,11 +3225,11 @@ msgstr "Wir sind nicht in der Lage, diesen Event auf Time.ly-Ticketing zu aktual
3232
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3233
  msgstr "Dieser Event wurde von einer anderen Seite repliziert. Alle Änderungen an Tickets wurden verworfen."
3234
 
3235
- #: app/model/api/api-registration.php:186
3236
  msgid "Payment preferences were not saved."
3237
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3238
 
3239
- #: app/model/api/api-registration.php:177
3240
  msgid "Payment preferences were saved."
3241
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3242
 
@@ -3320,11 +3313,11 @@ msgstr "Teilnehmerliste"
3320
  msgid "Guest Name"
3321
  msgstr "Gastname"
3322
 
3323
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3324
  msgid "Status"
3325
  msgstr "Status"
3326
 
3327
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3328
  #: app/view/event/ticket.php:71
3329
  msgid "Email"
3330
  msgstr "E-Mail"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr "Vielen Dank für Deinen Einkauf,"
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr "Übertrage ..."
1980
  msgid "Choose your timezone"
1981
  msgstr "Zeitzone auswählen"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Das Plugin ist installiert, aber noch nicht konfiguriert. Bitte als Admin einloggen und einrichten."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "Das Add-on <strong>%s</strong> muss zumindest auf Version %s aktualisiert werden, um die Kompatibilität mit dem Kalender zu gewährleisten."
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "Wenn du die Update-Hinweise unten nicht sehen kannst, stelle sicher, dass du die <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">Lizenzschlüssel korrekt eingegeben</a> hast. Alternativ kannst du in <a href=\"https://time.ly/your-account/\">deinem Account</a> die aktuelle Version der Add-ons herunterladen und sie <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">manuell aktualisieren</a>. Bitte wende dich an <a href=\"https://time.ly/forums/\">das Forum</a>, wenn die Fragen hast. Wir helfen dir gerne."
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "Du hast Frontend-Rendering aktiviert und verwendest ein benutzerdefiniertes Kalender-Theme. Wenn deinn Theme Frontend-Rendering nicht unterstützt, funktioniert der Kalender möglicherweise nicht korrekt."
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr "Tickets:"
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "kostenlos"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Tickets kaufen"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Dieses Ereignis bearbeiten (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Dieser Beitrag ist ein Replikat vom <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Kalender-Feed</a> einer anderen Seite."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Original ansehen"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Kategorien (optional)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Wann:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Wo:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Entwurf der Veranstaltung aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau ansehen</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Zum Kalender hinzufügen"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Preis:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Kontakt:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Abonnieren"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Timely Calendar holen"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Filter für Kategorie zurücksetzen"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Kategorien"
2391
  msgid "Clear tag filter"
2392
  msgstr "Filter für Schlagwort zurücksetzen"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Schlagwörter"
2412
  msgid "Read more"
2413
  msgstr "Weiter lesen"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr "Verkäufe"
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr "Scheck"
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr "Änderungen speichern"
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr "Datum"
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr "Veranstaltung"
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr "Käufer"
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Tickets"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr "Gesamt"
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr "Abmelden"
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Kalender: Themes"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr "Buchung"
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Cache-Bericht"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Kalender: Einstellungen"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Einstellungen"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "Monat(e)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr "Der Roboterausschluss Standard (Robot Exclusion Standard), auch bekannt als Robots Exclusion Protocol oder <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code> Protokoll, ist eine Vereinbarung für kooperierende Web Crawler und andere Web Roboter und regelt den Zugriff auf Teile oder die Gesamtheit einer Webseite, die ansonsten öffentlich sichtbar ist. Du kannst die Einstellungen manuell ändern, indem du die <code>robots.txt</code> editierst, die sich im Root-Verzeichnis von deinem WordPress befindet."
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2863
 
2865
  msgid "Event Details"
2866
  msgstr "Details der Veranstaltung"
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr "Banner-Bild festlegen"
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr "Banner-Bild entfernen"
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr "Alle Autoren anzeigen"
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr "Strenge Kompatibilitätsinhaltsfilterung"
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr " <strong>Verberge Featured-Bild</strong> auf der Detailseite der Veranstaltung"
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr "Diese Option wählen, wenn dein Theme bereits die Featured-Bilder des Posts anzeigt."
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr "Daten in diesem Format angeben"
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr "Standard (d/m/yyyy)"
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr "US (M/T/JJJJ)"
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr "ISO 8601 (yyyy-m-d)"
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr "Dotted (m.d.yyyy)"
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr "<strong>24h-Format</strong> bei der Zeitauswahl verwenden"
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr "<strong>Automatische Adressenvervollständigung</strong> deaktivieren"
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr "Oberhalb des Kalenders, berechtigten Nutzern, die alte <strong>Deine Veranstaltung posten</strong> Schaltfläche anzeigen"
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr "Installiere die <a target=\"_blank\" href=\"http://time.ly/\">Interaktive Front-End Erweiterung</a> für die <strong>Front-End Eingabemaske</strong>."
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr "Kalender in dieses DOM-Element verschieben"
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2985
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2986
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2987
 
2988
+ #: app/model/settings.php:899
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2991
 
2992
+ #: app/model/settings.php:902
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr "Wenn dein Kalender nicht auf der Kalenderseite erscheint, versuche diese Option zu aktivieren. Dies kann notwendig sein für die Kompatibilität mit einigen wenigen Themes, die <tt>the_content()</tt> von ausserhalb des Loops benötigen. Belasse es ansonsten nicht aktiviert."
2995
 
2996
+ #: app/model/settings.php:914
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
2999
 
3000
+ #: app/model/settings.php:929
3001
  msgid "Use frontend rendering."
3002
  msgstr "Verwende Frontend-Rendering."
3003
 
3004
+ #: app/model/settings.php:932
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
3007
 
3008
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr "Zum Löschen, &#8984;/<abbr class=\"initialism\">Strg</abbr> halten und auf die Auswahl klicken."
3011
 
3012
+ #: app/model/settings.php:508
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr "Standard Startdatum des Kalenders (optional)"
3015
 
3016
+ #: app/model/settings.php:519
3017
  msgid "Agenda pages show at most"
3018
  msgstr "Listen-Seiten zeigen maximal"
3019
 
3020
+ #: app/model/settings.php:532
3021
  msgid "Week/Day view starts at"
3022
  msgstr "Wochen-/Tagesansicht startet mit:"
3023
 
3024
+ #: app/model/settings.php:545
3025
  msgid "Week/Day view ends at"
3026
  msgstr "Wochen-/Tagesansicht endet mit"
3027
 
3028
+ #: app/model/settings.php:573
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr "<strong>Zeilenumbruch bei Unterzeile der Veranstaltung</strong> in der Monatsansicht"
3031
 
3032
+ #: app/model/settings.php:576
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr "Bezieht sich nur auf Veranstaltungen, die sich über einen einzelnen Tag erstrecken."
3035
 
3036
+ #: app/model/settings.php:588
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3047
  "→\t→\t→\t→\t→\t→\tListen-ähnliche Ansichten</span>, <strong>beinhalten alle Ereignisse\n"
3048
  "→\t→\t→\t→\t→\t→\tvom letzten angezeigten Tag</strong>"
3049
 
3050
+ #: app/model/settings.php:604
3051
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3052
  msgstr "Alle Veranstaltungen als <strong>erweitert</strong> in der Listenansicht behalten."
3053
 
3054
+ #: app/model/settings.php:616
3055
  msgid "<strong>Show year</strong> in calendar date labels"
3056
  msgstr "In Datumsbeschriftungen des Kalenders das <strong>Jahr anzeigen</strong> "
3057
 
3058
+ #: app/model/settings.php:628
3059
  msgid "<strong>Show location in event titles</strong> in calendar views"
3060
  msgstr " In den Kalenderansichten <strong>Veranstaltungsort in Veranstaltungstiteln anzeigen</strong>"
3061
 
3062
+ #: app/model/settings.php:640
3063
  msgid "<strong>Exclude</strong> events from search results"
3064
  msgstr "Veranstaltungen von Suchergebnissen <strong>ausschliessen</strong>"
3065
 
3066
+ #: app/model/settings.php:652
3067
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3068
  msgstr "Schaltflächen <strong>Abonnieren</strong> und <strong>Zum Kalender hinzufügen</strong> in Kalender- und Einzelveranstaltungsansicht verstecken"
3069
 
3070
+ #: app/model/settings.php:664
3071
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3072
  msgstr "Verstecke <strong>Timely Calendar holen</strong>"
3073
 
3074
+ #: app/model/settings.php:676
3075
  msgid " Hide <strong>Google Maps</strong> until clicked"
3076
  msgstr "<strong>Google Maps</strong> verstecken bis es angeklickt wird"
3077
 
3078
+ #: app/model/settings.php:688
3079
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3080
  msgstr "<strong>Anheften des Filtermenüs</strong> am oberen Fensterrand, für permanente Sichtbarkeit beim Scrollen."
3081
 
3082
+ #: app/model/settings.php:691
3083
  msgid "Only applies to first visible calendar found on the page."
3084
  msgstr "Trifft nur für den ersten sichtbaren Kalender der Seite zu."
3085
 
3086
+ #: app/model/settings.php:703
3087
  msgid "Offset affixed filter bar vertically by"
3088
  msgstr "Vertikaler Versatz der Filterleiste um"
3089
 
3090
+ #: app/model/settings.php:718
3091
  msgid "Wide screens only (&#8805; 1200px)"
3092
  msgstr "Nur für Breitbildschirme (&#8805; 1200px)"
3093
 
3094
+ #: app/model/settings.php:733
3095
  msgid "Tablets only (< 980px)"
3096
  msgstr "Nur für Tablets (< 980px)"
3097
 
3098
+ #: app/model/settings.php:748
3099
  msgid "Phones only (< 768px)"
3100
  msgstr "Nur für Smartphones (< 768px)"
3101
 
3147
  msgid "Message"
3148
  msgstr "Nachricht"
3149
 
3150
+ #: app/model/settings.php:401
3151
  #: lib/html/element/setting/calendar-page-selector.php:50
3152
  msgid "Calendar page"
3153
  msgstr "Kalenderseite"
3154
 
3155
+ #: app/model/settings.php:411
3156
  msgid "Week starts on"
3157
  msgstr "Woche beginnt am"
3158
 
3159
+ #: app/model/settings.php:424
3160
  msgid "Available views"
3161
  msgstr "Verfügbare Ansichten"
3162
 
3163
+ #: app/model/settings.php:432
3164
  msgid "Agenda"
3165
  msgid_plural "Agenda"
3166
  msgstr[0] "Liste"
3167
  msgstr[1] ""
3168
 
3169
+ #: app/model/settings.php:443
3170
  msgid "Day"
3171
  msgid_plural "Day"
3172
  msgstr[0] "Tag"
3173
  msgstr[1] ""
3174
 
3175
+ #: app/model/settings.php:454
3176
  msgid "Month"
3177
  msgid_plural "Month"
3178
  msgstr[0] "Monat"
3179
  msgstr[1] ""
3180
 
3181
+ #: app/model/settings.php:465
3182
  msgid "Week"
3183
  msgid_plural "Week"
3184
  msgstr[0] "Woche"
3185
  msgstr[1] ""
3186
 
3187
+ #: app/model/settings.php:479 app/view/event/single.php:57
3188
+ #: app/view/event/single.php:58
3189
  msgid "Timezone"
3190
  msgstr "Zeitzone"
3191
 
3192
+ #: app/model/settings.php:492
3193
  msgid "Preselected calendar filters"
3194
  msgstr "Vorausgewählte Kalenderfilter"
3195
 
3225
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3226
  msgstr "Dieser Event wurde von einer anderen Seite repliziert. Alle Änderungen an Tickets wurden verworfen."
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were not saved."
3230
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3231
 
3232
+ #: app/model/api/api-registration.php:182
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3235
 
3313
  msgid "Guest Name"
3314
  msgstr "Gastname"
3315
 
3316
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3317
  msgid "Status"
3318
  msgstr "Status"
3319
 
3320
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3321
  #: app/view/event/ticket.php:71
3322
  msgid "Email"
3323
  msgstr "E-Mail"
language/all-in-one-event-calendar-de_DE.mo CHANGED
Binary file
language/all-in-one-event-calendar-de_DE.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr "Adresse der Website ist ungültig."
1358
  msgid "Thank you for being our customer,"
1359
  msgstr "Vielen Dank für Deinen Einkauf,"
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr "Aristotel Dascal, VP of Product, Time.ly"
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr "Übertrage ..."
@@ -1975,15 +1980,15 @@ msgstr "Manueller Offset"
1975
  msgid "Choose your timezone"
1976
  msgstr "Zeitzone auswählen"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Das Plugin ist installiert, aber noch nicht konfiguriert. Bitte als Admin einloggen und einrichten."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "Das Add-on <strong>%s</strong> muss zumindest auf Version %s aktualisiert werden, um die Kompatibilität mit dem Kalender zu gewährleisten."
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "Wenn du die Update-Hinweise unten nicht sehen kannst, stelle sicher, dass du die <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">Lizenzschlüssel korrekt eingegeben</a> hast. Alternativ kannst du in <a href=\"https://time.ly/your-account/\">deinem Account</a> die aktuelle Version der Add-ons herunterladen und sie <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">manuell aktualisieren</a>. Bitte wende dich an <a href=\"https://time.ly/forums/\">das Forum</a>, wenn die Fragen hast. Wir helfen dir gerne."
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Die Veranstaltung <strong>%s</strong> wurde erfolgreich kopiert. <a h
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "Du hast Frontend-Rendering aktiviert und verwendest ein benutzerdefiniertes Kalender-Theme. Wenn deinn Theme Frontend-Rendering nicht unterstützt, funktioniert der Kalender möglicherweise nicht korrekt."
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr "Tickets:"
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "kostenlos"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Karten kaufen"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Dieses Ereignis bearbeiten (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Dieser Beitrag ist ein Replikat vom <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Kalender-Feed</a> einer anderen Seite."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Original ansehen"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Ungültige ID für ICS-Feed"
2152
  msgid "Categories (optional)"
2153
  msgstr "Kategorien (optional)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Wann:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Wo:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y um G:i Uhr"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Entwurf der Veranstaltung aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau ansehen</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "Der Termin wurde in der Zeitzone %s erstellt"
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Zum Kalender hinzufügen"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Preis:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Kontakt:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Gefilterten Kalender abonnieren"
2333
  msgid "Subscribe"
2334
  msgstr "Abonnieren"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Timely Calendar holen"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Diesen Kalender in einem reinen Textkalender abonnieren."
2381
  msgid "Clear category filter"
2382
  msgstr "Filter für Kategorie zurücksetzen"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Kategorien"
@@ -2390,7 +2391,7 @@ msgstr "Kategorien"
2390
  msgid "Clear tag filter"
2391
  msgstr "Filter für Schlagwort zurücksetzen"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Schlagwörter"
@@ -2411,11 +2412,11 @@ msgstr "Zur Zeit gibt es keine bevorstehenden Veranstaltungen, die angezeigt wer
2411
  msgid "Read more"
2412
  msgstr "Weiter lesen"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr "Verkäufe"
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr "Scheck"
2421
 
@@ -2423,32 +2424,32 @@ msgstr "Scheck"
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr "Änderungen speichern"
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr "Datum"
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr "Veranstaltung"
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr "Käufer"
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Karten"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr "Gesamt"
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr "Abmelden"
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Standard wiederherstellen"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Kalender: Themes"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr "Buchung"
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr "Buchung<sup>beta</sup>"
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr "Time.ly Buchung<sup>beta</sup>"
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Externe Dienste"
2613
  msgid "Cache Report"
2614
  msgstr "Cache-Bericht"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Kalender: Einstellungen"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Einstellungen"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "letzte"
2832
  msgid "month(s)"
2833
  msgstr "Monat(e)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr "Der Roboterausschluss Standard (Robot Exclusion Standard), auch bekannt als Robots Exclusion Protocol oder <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code> Protokoll, ist eine Vereinbarung für kooperierende Web Crawler und andere Web Roboter und regelt den Zugriff auf Teile oder die Gesamtheit einer Webseite, die ansonsten öffentlich sichtbar ist. Du kannst die Einstellungen manuell ändern, indem du die <code>robots.txt</code> editierst, die sich im Root-Verzeichnis von deinem WordPress befindet."
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr "<strong>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2871
 
@@ -2873,11 +2865,11 @@ msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Z
2873
  msgid "Event Details"
2874
  msgstr "Details der Veranstaltung"
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr "Banner-Bild festlegen"
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr "Banner-Bild entfernen"
2883
 
@@ -2917,63 +2909,63 @@ msgstr "Alle anzeigen "
2917
  msgid "Show All Authors"
2918
  msgstr "Alle Autoren anzeigen"
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr "Strenge Kompatibilitätsinhaltsfilterung"
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr " <strong>Verberge Featured-Bild</strong> auf der Detailseite der Veranstaltung"
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr "Diese Option wählen, wenn dein Theme bereits die Featured-Bilder des Posts anzeigt."
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr "Daten in diesem Format angeben"
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr "Standard (d/m/yyyy)"
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr "US (M/T/JJJJ)"
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr "ISO 8601 (yyyy-m-d)"
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr "Dotted (m.d.yyyy)"
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr "<strong>24h-Format</strong> bei der Zeitauswahl verwenden"
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr "<strong>Automatische Adressenvervollständigung</strong> deaktivieren"
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr "Oberhalb des Kalenders, berechtigten Nutzern, die alte <strong>Deine Veranstaltung posten</strong> Schaltfläche anzeigen"
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr "Installiere die <a target=\"_blank\" href=\"http://time.ly/\">Interaktive Front-End Erweiterung</a> für die <strong>Front-End Eingabemaske</strong>."
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr "Kalender in dieses DOM-Element verschieben"
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2993,55 +2985,55 @@ msgstr ""
2993
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2994
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2995
 
2996
- #: app/model/settings.php:900
2997
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2998
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2999
 
3000
- #: app/model/settings.php:903
3001
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3002
  msgstr "Wenn dein Kalender nicht auf der Kalenderseite erscheint, versuche diese Option zu aktivieren. Dies kann notwendig sein für die Kompatibilität mit einigen wenigen Themes, die <tt>the_content()</tt> von ausserhalb des Loops benötigen. Belasse es ansonsten nicht aktiviert."
3003
 
3004
- #: app/model/settings.php:915
3005
  msgid "Disable <strong>gzip</strong> compression."
3006
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
3007
 
3008
- #: app/model/settings.php:930
3009
  msgid "Use frontend rendering."
3010
  msgstr "Verwende Frontend-Rendering."
3011
 
3012
- #: app/model/settings.php:933
3013
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3014
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
3015
 
3016
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3017
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3018
  msgstr "Zum Löschen, &#8984;/<abbr class=\"initialism\">Strg</abbr> halten und auf die Auswahl klicken."
3019
 
3020
- #: app/model/settings.php:509
3021
  msgid "Default calendar start date (optional)"
3022
  msgstr "Standard Startdatum des Kalenders (optional)"
3023
 
3024
- #: app/model/settings.php:520
3025
  msgid "Agenda pages show at most"
3026
  msgstr "Listen-Seiten zeigen maximal"
3027
 
3028
- #: app/model/settings.php:533
3029
  msgid "Week/Day view starts at"
3030
  msgstr "Wochen-/Tagesansicht startet mit:"
3031
 
3032
- #: app/model/settings.php:546
3033
  msgid "Week/Day view ends at"
3034
  msgstr "Wochen-/Tagesansicht endet mit"
3035
 
3036
- #: app/model/settings.php:574
3037
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3038
  msgstr "<strong>Zeilenumbruch bei Unterzeile der Veranstaltung</strong> in der Monatsansicht"
3039
 
3040
- #: app/model/settings.php:577
3041
  msgid "Only applies to events that span a single day."
3042
  msgstr "Bezieht sich nur auf Veranstaltungen, die sich über einen einzelnen Tag erstrecken."
3043
 
3044
- #: app/model/settings.php:589
3045
  msgid ""
3046
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3047
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3055,55 +3047,55 @@ msgstr ""
3055
  "→\t→\t→\t→\t→\t→\tListen-ähnliche Ansichten</span>, <strong>beinhalten alle Ereignisse\n"
3056
  "→\t→\t→\t→\t→\t→\tvom letzten angezeigten Tag</strong>"
3057
 
3058
- #: app/model/settings.php:605
3059
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3060
  msgstr "Alle Veranstaltungen als <strong>erweitert</strong> in der Listenansicht behalten."
3061
 
3062
- #: app/model/settings.php:617
3063
  msgid "<strong>Show year</strong> in calendar date labels"
3064
  msgstr "In Datumsbeschriftungen des Kalenders das <strong>Jahr anzeigen</strong> "
3065
 
3066
- #: app/model/settings.php:629
3067
  msgid "<strong>Show location in event titles</strong> in calendar views"
3068
  msgstr " In den Kalenderansichten <strong>Veranstaltungsort in Veranstaltungstiteln anzeigen</strong>"
3069
 
3070
- #: app/model/settings.php:641
3071
  msgid "<strong>Exclude</strong> events from search results"
3072
  msgstr "Veranstaltungen von Suchergebnissen <strong>ausschliessen</strong>"
3073
 
3074
- #: app/model/settings.php:653
3075
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3076
  msgstr "Schaltflächen <strong>Abonnieren</strong> und <strong>Zum Kalender hinzufügen</strong> in Kalender- und Einzelveranstaltungsansicht verstecken"
3077
 
3078
- #: app/model/settings.php:665
3079
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3080
  msgstr "Verstecke <strong>Timely Calendar holen</strong>"
3081
 
3082
- #: app/model/settings.php:677
3083
  msgid " Hide <strong>Google Maps</strong> until clicked"
3084
  msgstr "<strong>Google Maps</strong> verstecken bis es angeklickt wird"
3085
 
3086
- #: app/model/settings.php:689
3087
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3088
  msgstr "<strong>Anheften des Filtermenüs</strong> am oberen Fensterrand, für permanente Sichtbarkeit beim Scrollen."
3089
 
3090
- #: app/model/settings.php:692
3091
  msgid "Only applies to first visible calendar found on the page."
3092
  msgstr "Trifft nur für den ersten sichtbaren Kalender der Seite zu."
3093
 
3094
- #: app/model/settings.php:704
3095
  msgid "Offset affixed filter bar vertically by"
3096
  msgstr "Vertikaler Versatz der Filterleiste um"
3097
 
3098
- #: app/model/settings.php:719
3099
  msgid "Wide screens only (&#8805; 1200px)"
3100
  msgstr "Nur für Breitbildschirme (&#8805; 1200px)"
3101
 
3102
- #: app/model/settings.php:734
3103
  msgid "Tablets only (< 980px)"
3104
  msgstr "Nur für Tablets (< 980px)"
3105
 
3106
- #: app/model/settings.php:749
3107
  msgid "Phones only (< 768px)"
3108
  msgstr "Nur für Smartphones (< 768px)"
3109
 
@@ -3155,48 +3147,49 @@ msgstr "Site URL"
3155
  msgid "Message"
3156
  msgstr "Nachricht"
3157
 
3158
- #: app/model/settings.php:402
3159
  #: lib/html/element/setting/calendar-page-selector.php:50
3160
  msgid "Calendar page"
3161
  msgstr "Kalenderseite"
3162
 
3163
- #: app/model/settings.php:412
3164
  msgid "Week starts on"
3165
  msgstr "Woche beginnt am"
3166
 
3167
- #: app/model/settings.php:425
3168
  msgid "Available views"
3169
  msgstr "Verfügbare Ansichten"
3170
 
3171
- #: app/model/settings.php:433
3172
  msgid "Agenda"
3173
  msgid_plural "Agenda"
3174
  msgstr[0] "Liste"
3175
  msgstr[1] ""
3176
 
3177
- #: app/model/settings.php:444
3178
  msgid "Day"
3179
  msgid_plural "Day"
3180
  msgstr[0] "Tag"
3181
  msgstr[1] ""
3182
 
3183
- #: app/model/settings.php:455
3184
  msgid "Month"
3185
  msgid_plural "Month"
3186
  msgstr[0] "Monat"
3187
  msgstr[1] ""
3188
 
3189
- #: app/model/settings.php:466
3190
  msgid "Week"
3191
  msgid_plural "Week"
3192
  msgstr[0] "Woche"
3193
  msgstr[1] ""
3194
 
3195
- #: app/model/settings.php:480
 
3196
  msgid "Timezone"
3197
  msgstr "Zeitzone"
3198
 
3199
- #: app/model/settings.php:493
3200
  msgid "Preselected calendar filters"
3201
  msgstr "Vorausgewählte Kalenderfilter"
3202
 
@@ -3232,11 +3225,11 @@ msgstr "Wir sind nicht in der Lage, diesen Event auf Time.ly-Ticketing zu aktual
3232
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3233
  msgstr "Dieser Event wurde von einer anderen Seite repliziert. Alle Änderungen an Tickets wurden verworfen."
3234
 
3235
- #: app/model/api/api-registration.php:186
3236
  msgid "Payment preferences were not saved."
3237
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3238
 
3239
- #: app/model/api/api-registration.php:177
3240
  msgid "Payment preferences were saved."
3241
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3242
 
@@ -3320,11 +3313,11 @@ msgstr "Teilnehmerliste"
3320
  msgid "Guest Name"
3321
  msgstr "Gastname"
3322
 
3323
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3324
  msgid "Status"
3325
  msgstr "Status"
3326
 
3327
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3328
  #: app/view/event/ticket.php:71
3329
  msgid "Email"
3330
  msgstr "E-Mail"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr "Vielen Dank für Deinen Einkauf,"
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr "Übertrage ..."
1980
  msgid "Choose your timezone"
1981
  msgstr "Zeitzone auswählen"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Das Plugin ist installiert, aber noch nicht konfiguriert. Bitte als Admin einloggen und einrichten."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "Das Add-on <strong>%s</strong> muss zumindest auf Version %s aktualisiert werden, um die Kompatibilität mit dem Kalender zu gewährleisten."
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "Wenn du die Update-Hinweise unten nicht sehen kannst, stelle sicher, dass du die <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">Lizenzschlüssel korrekt eingegeben</a> hast. Alternativ kannst du in <a href=\"https://time.ly/your-account/\">deinem Account</a> die aktuelle Version der Add-ons herunterladen und sie <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">manuell aktualisieren</a>. Bitte wende dich an <a href=\"https://time.ly/forums/\">das Forum</a>, wenn die Fragen hast. Wir helfen dir gerne."
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "Du hast Frontend-Rendering aktiviert und verwendest ein benutzerdefiniertes Kalender-Theme. Wenn deinn Theme Frontend-Rendering nicht unterstützt, funktioniert der Kalender möglicherweise nicht korrekt."
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr "Tickets:"
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "kostenlos"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Karten kaufen"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Dieses Ereignis bearbeiten (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Dieser Beitrag ist ein Replikat vom <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Kalender-Feed</a> einer anderen Seite."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Original ansehen"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Kategorien (optional)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Wann:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Wo:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Entwurf der Veranstaltung aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau ansehen</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Zum Kalender hinzufügen"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Preis:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Kontakt:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Abonnieren"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Timely Calendar holen"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Filter für Kategorie zurücksetzen"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Kategorien"
2391
  msgid "Clear tag filter"
2392
  msgstr "Filter für Schlagwort zurücksetzen"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Schlagwörter"
2412
  msgid "Read more"
2413
  msgstr "Weiter lesen"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr "Verkäufe"
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr "Scheck"
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr "Änderungen speichern"
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr "Datum"
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr "Veranstaltung"
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr "Käufer"
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Karten"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr "Gesamt"
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr "Abmelden"
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Kalender: Themes"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr "Buchung"
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Cache-Bericht"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Kalender: Einstellungen"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Einstellungen"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "Monat(e)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr "Der Roboterausschluss Standard (Robot Exclusion Standard), auch bekannt als Robots Exclusion Protocol oder <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code> Protokoll, ist eine Vereinbarung für kooperierende Web Crawler und andere Web Roboter und regelt den Zugriff auf Teile oder die Gesamtheit einer Webseite, die ansonsten öffentlich sichtbar ist. Du kannst die Einstellungen manuell ändern, indem du die <code>robots.txt</code> editierst, die sich im Root-Verzeichnis von deinem WordPress befindet."
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2863
 
2865
  msgid "Event Details"
2866
  msgstr "Details der Veranstaltung"
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr "Banner-Bild festlegen"
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr "Banner-Bild entfernen"
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr "Alle Autoren anzeigen"
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr "Strenge Kompatibilitätsinhaltsfilterung"
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr " <strong>Verberge Featured-Bild</strong> auf der Detailseite der Veranstaltung"
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr "Diese Option wählen, wenn dein Theme bereits die Featured-Bilder des Posts anzeigt."
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr "Daten in diesem Format angeben"
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr "Standard (d/m/yyyy)"
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr "US (M/T/JJJJ)"
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr "ISO 8601 (yyyy-m-d)"
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr "Dotted (m.d.yyyy)"
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr "<strong>24h-Format</strong> bei der Zeitauswahl verwenden"
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr "<strong>Automatische Adressenvervollständigung</strong> deaktivieren"
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr "Oberhalb des Kalenders, berechtigten Nutzern, die alte <strong>Deine Veranstaltung posten</strong> Schaltfläche anzeigen"
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr "Installiere die <a target=\"_blank\" href=\"http://time.ly/\">Interaktive Front-End Erweiterung</a> für die <strong>Front-End Eingabemaske</strong>."
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr "Kalender in dieses DOM-Element verschieben"
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2985
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2986
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2987
 
2988
+ #: app/model/settings.php:899
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2991
 
2992
+ #: app/model/settings.php:902
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr "Wenn dein Kalender nicht auf der Kalenderseite erscheint, versuche diese Option zu aktivieren. Dies kann notwendig sein für die Kompatibilität mit einigen wenigen Themes, die <tt>the_content()</tt> von ausserhalb des Loops benötigen. Belasse es ansonsten nicht aktiviert."
2995
 
2996
+ #: app/model/settings.php:914
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
2999
 
3000
+ #: app/model/settings.php:929
3001
  msgid "Use frontend rendering."
3002
  msgstr "Verwende Frontend-Rendering."
3003
 
3004
+ #: app/model/settings.php:932
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
3007
 
3008
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr "Zum Löschen, &#8984;/<abbr class=\"initialism\">Strg</abbr> halten und auf die Auswahl klicken."
3011
 
3012
+ #: app/model/settings.php:508
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr "Standard Startdatum des Kalenders (optional)"
3015
 
3016
+ #: app/model/settings.php:519
3017
  msgid "Agenda pages show at most"
3018
  msgstr "Listen-Seiten zeigen maximal"
3019
 
3020
+ #: app/model/settings.php:532
3021
  msgid "Week/Day view starts at"
3022
  msgstr "Wochen-/Tagesansicht startet mit:"
3023
 
3024
+ #: app/model/settings.php:545
3025
  msgid "Week/Day view ends at"
3026
  msgstr "Wochen-/Tagesansicht endet mit"
3027
 
3028
+ #: app/model/settings.php:573
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr "<strong>Zeilenumbruch bei Unterzeile der Veranstaltung</strong> in der Monatsansicht"
3031
 
3032
+ #: app/model/settings.php:576
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr "Bezieht sich nur auf Veranstaltungen, die sich über einen einzelnen Tag erstrecken."
3035
 
3036
+ #: app/model/settings.php:588
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3047
  "→\t→\t→\t→\t→\t→\tListen-ähnliche Ansichten</span>, <strong>beinhalten alle Ereignisse\n"
3048
  "→\t→\t→\t→\t→\t→\tvom letzten angezeigten Tag</strong>"
3049
 
3050
+ #: app/model/settings.php:604
3051
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3052
  msgstr "Alle Veranstaltungen als <strong>erweitert</strong> in der Listenansicht behalten."
3053
 
3054
+ #: app/model/settings.php:616
3055
  msgid "<strong>Show year</strong> in calendar date labels"
3056
  msgstr "In Datumsbeschriftungen des Kalenders das <strong>Jahr anzeigen</strong> "
3057
 
3058
+ #: app/model/settings.php:628
3059
  msgid "<strong>Show location in event titles</strong> in calendar views"
3060
  msgstr " In den Kalenderansichten <strong>Veranstaltungsort in Veranstaltungstiteln anzeigen</strong>"
3061
 
3062
+ #: app/model/settings.php:640
3063
  msgid "<strong>Exclude</strong> events from search results"
3064
  msgstr "Veranstaltungen von Suchergebnissen <strong>ausschliessen</strong>"
3065
 
3066
+ #: app/model/settings.php:652
3067
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3068
  msgstr "Schaltflächen <strong>Abonnieren</strong> und <strong>Zum Kalender hinzufügen</strong> in Kalender- und Einzelveranstaltungsansicht verstecken"
3069
 
3070
+ #: app/model/settings.php:664
3071
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3072
  msgstr "Verstecke <strong>Timely Calendar holen</strong>"
3073
 
3074
+ #: app/model/settings.php:676
3075
  msgid " Hide <strong>Google Maps</strong> until clicked"
3076
  msgstr "<strong>Google Maps</strong> verstecken bis es angeklickt wird"
3077
 
3078
+ #: app/model/settings.php:688
3079
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3080
  msgstr "<strong>Anheften des Filtermenüs</strong> am oberen Fensterrand, für permanente Sichtbarkeit beim Scrollen."
3081
 
3082
+ #: app/model/settings.php:691
3083
  msgid "Only applies to first visible calendar found on the page."
3084
  msgstr "Trifft nur für den ersten sichtbaren Kalender der Seite zu."
3085
 
3086
+ #: app/model/settings.php:703
3087
  msgid "Offset affixed filter bar vertically by"
3088
  msgstr "Vertikaler Versatz der Filterleiste um"
3089
 
3090
+ #: app/model/settings.php:718
3091
  msgid "Wide screens only (&#8805; 1200px)"
3092
  msgstr "Nur für Breitbildschirme (&#8805; 1200px)"
3093
 
3094
+ #: app/model/settings.php:733
3095
  msgid "Tablets only (< 980px)"
3096
  msgstr "Nur für Tablets (< 980px)"
3097
 
3098
+ #: app/model/settings.php:748
3099
  msgid "Phones only (< 768px)"
3100
  msgstr "Nur für Smartphones (< 768px)"
3101
 
3147
  msgid "Message"
3148
  msgstr "Nachricht"
3149
 
3150
+ #: app/model/settings.php:401
3151
  #: lib/html/element/setting/calendar-page-selector.php:50
3152
  msgid "Calendar page"
3153
  msgstr "Kalenderseite"
3154
 
3155
+ #: app/model/settings.php:411
3156
  msgid "Week starts on"
3157
  msgstr "Woche beginnt am"
3158
 
3159
+ #: app/model/settings.php:424
3160
  msgid "Available views"
3161
  msgstr "Verfügbare Ansichten"
3162
 
3163
+ #: app/model/settings.php:432
3164
  msgid "Agenda"
3165
  msgid_plural "Agenda"
3166
  msgstr[0] "Liste"
3167
  msgstr[1] ""
3168
 
3169
+ #: app/model/settings.php:443
3170
  msgid "Day"
3171
  msgid_plural "Day"
3172
  msgstr[0] "Tag"
3173
  msgstr[1] ""
3174
 
3175
+ #: app/model/settings.php:454
3176
  msgid "Month"
3177
  msgid_plural "Month"
3178
  msgstr[0] "Monat"
3179
  msgstr[1] ""
3180
 
3181
+ #: app/model/settings.php:465
3182
  msgid "Week"
3183
  msgid_plural "Week"
3184
  msgstr[0] "Woche"
3185
  msgstr[1] ""
3186
 
3187
+ #: app/model/settings.php:479 app/view/event/single.php:57
3188
+ #: app/view/event/single.php:58
3189
  msgid "Timezone"
3190
  msgstr "Zeitzone"
3191
 
3192
+ #: app/model/settings.php:492
3193
  msgid "Preselected calendar filters"
3194
  msgstr "Vorausgewählte Kalenderfilter"
3195
 
3225
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3226
  msgstr "Dieser Event wurde von einer anderen Seite repliziert. Alle Änderungen an Tickets wurden verworfen."
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were not saved."
3230
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3231
 
3232
+ #: app/model/api/api-registration.php:182
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3235
 
3313
  msgid "Guest Name"
3314
  msgstr "Gastname"
3315
 
3316
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3317
  msgid "Status"
3318
  msgstr "Status"
3319
 
3320
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3321
  #: app/view/event/ticket.php:71
3322
  msgid "Email"
3323
  msgstr "E-Mail"
language/all-in-one-event-calendar-el.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Χειροκίνητη αποτύπωση"
1975
  msgid "Choose your timezone"
1976
  msgstr "Επέλεξε την ώρα ζώνης"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Το πρόσθετο εγκαταστάθηκε,αλλά δεν έχει ρυθμιστεί. Παρακαλώ συνδεθείτε ώς διαχειριστής για να το ρυθμίσετε."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Η εκδήλωση <strong>%s</strong> αντιγράφηκε επι
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Δωρεάν"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Αγορά Εισιτηρίων"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Επεξεργαστείτε το συμβάν (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Άκυρη ICS τροφοδότηση ID"
2152
  msgid "Categories (optional)"
2153
  msgstr "Κατηγορίες (προαιρετικό)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Πότε:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Πού:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Προσωρινή εκδήλωση ανανεώθηκε.. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση εκδήλωσης</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Προσθήκη στο Ημερολόγιο"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Κόστος:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Επικοινωνία:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Εγγραφή στα φίλτρα ημερολογίου"
2333
  msgid "Subscribe"
2334
  msgstr "Εγγραφή"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Εγγραφή σε αυτό το ημερολόγιο για ένα ά
2381
  msgid "Clear category filter"
2382
  msgstr "Καθαρισμός φίλτρου κατηγοριών"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Κατηγορίες"
@@ -2390,7 +2391,7 @@ msgstr "Κατηγορίες"
2390
  msgid "Clear tag filter"
2391
  msgstr "Καθαρισμός φίλτρου ετικέτας"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Ετικέτες"
@@ -2411,11 +2412,11 @@ msgstr "Δεν υπάρχουν προσεχείς εκδηλώσεις για
2411
  msgid "Read more"
2412
  msgstr "Διαβάστε περισσότερα"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Εισιτήρια"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Επαναφορά Προεπιλογών"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "Όλα σε ένα Ημερολόγιο Εκδηλώσεων: Θέματα"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Εξωτερικές Υπηρεσίες"
2613
  msgid "Cache Report"
2614
  msgstr "Αναφορά Μνήμης"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "Όλα σε ένα Ημερολόγιο Εκδηλώσεων: Ρυθμίσεις"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Ρυθμίσεις"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "τελευταία"
2832
  msgid "month(s)"
2833
  msgstr "μήνας(ες)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Υπάρχον<strong>robots.txt</strong> σε αυτή την σελίδα"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2858,19 +2850,19 @@ msgstr ""
2858
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2859
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2860
 
2861
- #: app/model/settings.php:996
2862
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1019
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "Η μνήμη των θεμάτων βελτιώνει την απόδοση της σελίδας."
2868
 
2869
- #: app/model/settings.php:1032
2870
  msgid "Display events in <strong>calendar time zone</strong>"
2871
  msgstr ""
2872
 
2873
- #: app/model/settings.php:1035
2874
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2875
  msgstr ""
2876
 
@@ -2878,11 +2870,11 @@ msgstr ""
2878
  msgid "Event Details"
2879
  msgstr "Λεπτομέρειες Εκδήλωσης"
2880
 
2881
- #: app/view/admin/add-new-event.php:500
2882
  msgid "Set banner image"
2883
  msgstr ""
2884
 
2885
- #: app/view/admin/add-new-event.php:501
2886
  msgid "Remove banner image"
2887
  msgstr ""
2888
 
@@ -2922,63 +2914,63 @@ msgstr "Εμφάνιση Όλων"
2922
  msgid "Show All Authors"
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Strict compatibility content filtering"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:774
2930
  msgid " <strong>Hide featured image</strong> from event details page"
2931
  msgstr " <strong>Κρύψε προβεβλημένη εικόνα</strong> από την σελίδα λεπτομερειών εκδήλωσης"
2932
 
2933
- #: app/model/settings.php:777
2934
  msgid "Select this option if your theme already displays each post's featured image."
2935
  msgstr "Επιλέξτε αυτή την επιλογή εάν στο θέμα σας εμφανίζει σε κάθε δημοσίευση ήδη προβεβλημένες εικόνες."
2936
 
2937
- #: app/model/settings.php:788
2938
  msgid "Input dates in this format"
2939
  msgstr "Ορίστε τις ημερομηνίες σε αυτή την μορφή"
2940
 
2941
- #: app/model/settings.php:793
2942
  msgid "Default (d/m/yyyy)"
2943
  msgstr "Αρχική (d/m/yyyy)"
2944
 
2945
- #: app/model/settings.php:797
2946
  msgid "US (m/d/yyyy)"
2947
  msgstr "US (m/d/yyyy)"
2948
 
2949
- #: app/model/settings.php:801
2950
  msgid "ISO 8601 (yyyy-m-d)"
2951
  msgstr "ISO 8601 (yyyy-m-d)"
2952
 
2953
- #: app/model/settings.php:805
2954
  msgid "Dotted (m.d.yyyy)"
2955
  msgstr "Διακεκομμένη (m.d.yyyy)"
2956
 
2957
- #: app/model/settings.php:817
2958
  msgid " Use <strong>24h time</strong> in time pickers"
2959
  msgstr " Χρήση <strong>24ωρης μορφής</strong> στις χρονικές σημάνσεις"
2960
 
2961
- #: app/model/settings.php:828
2962
  msgid "<strong>Disable address autocomplete</strong> function"
2963
  msgstr "<strong>Απενεργοποιήστε αυτόματη συμπλήρωση διεύθυνσης</strong> λειτουργία"
2964
 
2965
- #: app/model/settings.php:839
2966
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2967
  msgstr "Χρησιμοποίησε την ρύθμιση<strong>περιοχής</strong> (WordPress τοπικό) για να έχετε αυτόματη συμπλήρωση διεύθυνσης"
2968
 
2969
- #: app/model/settings.php:855
2970
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2971
  msgstr "Δείξε το παλιό <strong>Ανάρτηση Εκδήλωσης</strong> κουμπί πάνω στο ημερολόγιο για διακεκριμένους χρήστες"
2972
 
2973
- #: app/model/settings.php:858
2974
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2975
  msgstr "Εγκατέστησε το <a target=\"_blank\" href=\"http://time.ly/\">Αλληλεπιδρώμενο Πρόσθετο για το δημόσιο τμήμα</a> ή <strong>την φόρμα δημοσίευσης στο δημόσιο τμήμα</strong>."
2976
 
2977
- #: app/model/settings.php:879
2978
  msgid "Move calendar into this DOM element"
2979
  msgstr "Μετακίνησε το ημερολόγιο σε αυτό το στοιχείο DOM"
2980
 
2981
- #: app/model/settings.php:881
2982
  msgid ""
2983
  "Optional. Use this JavaScript-based shortcut to place the\n"
2984
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2999
  "→\t→\t→\t→\t→\t→\tby the calendar."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "<strong>Παράκαμψη <tt>in_the_loop()</tt> έλεγξε </strong> ότι προστατεύει από διπλά ημερολόγια"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "Δοκιμάστε ενεργοποίηση αυτής της επιλογής, αν το ημερολόγιό σας δεν εμφανίζεται στη σελίδα ημερολογίου. Είναι απαραίτητη για τη συμβατότητα με ένα μικρό αριθμό θεμάτων που καλούν<tt>the_content()</tt> έξω από Loop. Αφήστε το απενεργοποιημένο διαφορετικά.."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "Απενεργοποιήση <strong>gzip</strong> συμπίεσης."
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr ""
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr ""
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "Για καθαρισμό, κρατήστε &#8984;/<abbr class=\"initialism\">CTRL</abbr> και κλικάρετε την επιλογή.."
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "Αρχική ημέρα εκκίνησης ημερολογίου (προαιρετικό)"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "Σελίδες ατζέντας εμφανίζουν συνήθως"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "Εβδομάδα/Ημέρα η εμφάνιση ξεκινά από"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "Εμφάνιση Εβδομάδας/Ημέρας που καταλήγει"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "<strong>Αλλαγή στοίχισης λέξεων</strong> σε εμφάνιση Μήνα"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "Ισχύει μόνο για τα γεγονότα που εκτείνονται σε μια μέρα."
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3060,55 +3052,55 @@ msgstr ""
3060
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3061
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3062
 
3063
- #: app/model/settings.php:605
3064
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3065
  msgstr "Δείτε όλες τις εκδηλώσεις <strong>ανοίγοντας</strong> την εμφάνιση Ατζέντα"
3066
 
3067
- #: app/model/settings.php:617
3068
  msgid "<strong>Show year</strong> in calendar date labels"
3069
  msgstr "<strong>Εμφάνιση έτους</strong> στις ημερήσιες απεικονίσεις "
3070
 
3071
- #: app/model/settings.php:629
3072
  msgid "<strong>Show location in event titles</strong> in calendar views"
3073
  msgstr "<strong>Εμφάνιση τοποθεσίας στους τίτλους εκδήλωσης</strong> στις εμφανίσεις ημερολογίου"
3074
 
3075
- #: app/model/settings.php:641
3076
  msgid "<strong>Exclude</strong> events from search results"
3077
  msgstr "<strong>Εξαιρέση</strong> εκδηλώσεων από τα αποτελέσματα αναζητήσεων"
3078
 
3079
- #: app/model/settings.php:653
3080
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3081
  msgstr "Κρύψε <strong>Εγγραφή</strong>/<strong>Πρόσθεσε σε ημερολόγιο</strong> τα κουμπιά από το ημερολόγιο και τις απλές εμφανίσεις εκδηλώσεων "
3082
 
3083
- #: app/model/settings.php:665
3084
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3085
  msgstr ""
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid " Hide <strong>Google Maps</strong> until clicked"
3089
  msgstr "Κρύψε <strong>Χάρτες Google</strong> μέχρι να κλικαριστεί"
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3093
  msgstr ""
3094
 
3095
- #: app/model/settings.php:692
3096
  msgid "Only applies to first visible calendar found on the page."
3097
  msgstr ""
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Offset affixed filter bar vertically by"
3101
  msgstr ""
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Wide screens only (&#8805; 1200px)"
3105
  msgstr ""
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Tablets only (< 980px)"
3109
  msgstr ""
3110
 
3111
- #: app/model/settings.php:749
3112
  msgid "Phones only (< 768px)"
3113
  msgstr "Μόνο για κινητά (< 768px)"
3114
 
@@ -3160,48 +3152,49 @@ msgstr ""
3160
  msgid "Message"
3161
  msgstr ""
3162
 
3163
- #: app/model/settings.php:402
3164
  #: lib/html/element/setting/calendar-page-selector.php:50
3165
  msgid "Calendar page"
3166
  msgstr "Σελίδα Ημερολογίου"
3167
 
3168
- #: app/model/settings.php:412
3169
  msgid "Week starts on"
3170
  msgstr "Η εβδομάδα ξεκινά από"
3171
 
3172
- #: app/model/settings.php:425
3173
  msgid "Available views"
3174
  msgstr "Διαθέσιμες προβολές"
3175
 
3176
- #: app/model/settings.php:433
3177
  msgid "Agenda"
3178
  msgid_plural "Agenda"
3179
  msgstr[0] "Ατζέντα"
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:444
3183
  msgid "Day"
3184
  msgid_plural "Day"
3185
  msgstr[0] "Ημέρα"
3186
  msgstr[1] ""
3187
 
3188
- #: app/model/settings.php:455
3189
  msgid "Month"
3190
  msgid_plural "Month"
3191
  msgstr[0] "Μήνας"
3192
  msgstr[1] ""
3193
 
3194
- #: app/model/settings.php:466
3195
  msgid "Week"
3196
  msgid_plural "Week"
3197
  msgstr[0] "Εβδομάδα"
3198
  msgstr[1] ""
3199
 
3200
- #: app/model/settings.php:480
 
3201
  msgid "Timezone"
3202
  msgstr "Ζώνη ώρας"
3203
 
3204
- #: app/model/settings.php:493
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Προεπιλεγμένα φίλτρα ημερολογίου"
3207
 
@@ -3237,11 +3230,11 @@ msgstr ""
3237
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3238
  msgstr ""
3239
 
3240
- #: app/model/api/api-registration.php:186
3241
  msgid "Payment preferences were not saved."
3242
  msgstr ""
3243
 
3244
- #: app/model/api/api-registration.php:177
3245
  msgid "Payment preferences were saved."
3246
  msgstr ""
3247
 
@@ -3325,11 +3318,11 @@ msgstr ""
3325
  msgid "Guest Name"
3326
  msgstr ""
3327
 
3328
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3329
  msgid "Status"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3333
  #: app/view/event/ticket.php:71
3334
  msgid "Email"
3335
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Επέλεξε την ώρα ζώνης"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Το πρόσθετο εγκαταστάθηκε,αλλά δεν έχει ρυθμιστεί. Παρακαλώ συνδεθείτε ώς διαχειριστής για να το ρυθμίσετε."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Δωρεάν"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Αγορά Εισιτηρίων"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Επεξεργαστείτε το συμβάν (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Κατηγορίες (προαιρετικό)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Πότε:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Πού:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Προσωρινή εκδήλωση ανανεώθηκε.. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση εκδήλωσης</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Προσθήκη στο Ημερολόγιο"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Κόστος:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Επικοινωνία:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Εγγραφή"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Καθαρισμός φίλτρου κατηγοριών"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Κατηγορίες"
2391
  msgid "Clear tag filter"
2392
  msgstr "Καθαρισμός φίλτρου ετικέτας"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Ετικέτες"
2412
  msgid "Read more"
2413
  msgstr "Διαβάστε περισσότερα"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Εισιτήρια"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "Όλα σε ένα Ημερολόγιο Εκδηλώσεων: Θέματα"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Αναφορά Μνήμης"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "Όλα σε ένα Ημερολόγιο Εκδηλώσεων: Ρυθμίσεις"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Ρυθμίσεις"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "μήνας(ες)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Υπάρχον<strong>robots.txt</strong> σε αυτή την σελίδα"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
+ #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr ""
2856
 
2857
+ #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Η μνήμη των θεμάτων βελτιώνει την απόδοση της σελίδας."
2860
 
2861
+ #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2870
  msgid "Event Details"
2871
  msgstr "Λεπτομέρειες Εκδήλωσης"
2872
 
2873
+ #: app/view/admin/add-new-event.php:505
2874
  msgid "Set banner image"
2875
  msgstr ""
2876
 
2877
+ #: app/view/admin/add-new-event.php:506
2878
  msgid "Remove banner image"
2879
  msgstr ""
2880
 
2914
  msgid "Show All Authors"
2915
  msgstr ""
2916
 
2917
+ #: app/model/settings.php:761
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr ""
2920
 
2921
+ #: app/model/settings.php:773
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr " <strong>Κρύψε προβεβλημένη εικόνα</strong> από την σελίδα λεπτομερειών εκδήλωσης"
2924
 
2925
+ #: app/model/settings.php:776
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr "Επιλέξτε αυτή την επιλογή εάν στο θέμα σας εμφανίζει σε κάθε δημοσίευση ήδη προβεβλημένες εικόνες."
2928
 
2929
+ #: app/model/settings.php:787
2930
  msgid "Input dates in this format"
2931
  msgstr "Ορίστε τις ημερομηνίες σε αυτή την μορφή"
2932
 
2933
+ #: app/model/settings.php:792
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr "Αρχική (d/m/yyyy)"
2936
 
2937
+ #: app/model/settings.php:796
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr "US (m/d/yyyy)"
2940
 
2941
+ #: app/model/settings.php:800
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr "ISO 8601 (yyyy-m-d)"
2944
 
2945
+ #: app/model/settings.php:804
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr "Διακεκομμένη (m.d.yyyy)"
2948
 
2949
+ #: app/model/settings.php:816
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr " Χρήση <strong>24ωρης μορφής</strong> στις χρονικές σημάνσεις"
2952
 
2953
+ #: app/model/settings.php:827
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr "<strong>Απενεργοποιήστε αυτόματη συμπλήρωση διεύθυνσης</strong> λειτουργία"
2956
 
2957
+ #: app/model/settings.php:838
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Χρησιμοποίησε την ρύθμιση<strong>περιοχής</strong> (WordPress τοπικό) για να έχετε αυτόματη συμπλήρωση διεύθυνσης"
2960
 
2961
+ #: app/model/settings.php:854
2962
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
  msgstr "Δείξε το παλιό <strong>Ανάρτηση Εκδήλωσης</strong> κουμπί πάνω στο ημερολόγιο για διακεκριμένους χρήστες"
2964
 
2965
+ #: app/model/settings.php:857
2966
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
  msgstr "Εγκατέστησε το <a target=\"_blank\" href=\"http://time.ly/\">Αλληλεπιδρώμενο Πρόσθετο για το δημόσιο τμήμα</a> ή <strong>την φόρμα δημοσίευσης στο δημόσιο τμήμα</strong>."
2968
 
2969
+ #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Μετακίνησε το ημερολόγιο σε αυτό το στοιχείο DOM"
2972
 
2973
+ #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  "→\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Παράκαμψη <tt>in_the_loop()</tt> έλεγξε </strong> ότι προστατεύει από διπλά ημερολόγια"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Δοκιμάστε ενεργοποίηση αυτής της επιλογής, αν το ημερολόγιό σας δεν εμφανίζεται στη σελίδα ημερολογίου. Είναι απαραίτητη για τη συμβατότητα με ένα μικρό αριθμό θεμάτων που καλούν<tt>the_content()</tt> έξω από Loop. Αφήστε το απενεργοποιημένο διαφορετικά.."
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Απενεργοποιήση <strong>gzip</strong> συμπίεσης."
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr ""
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr ""
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "Για καθαρισμό, κρατήστε &#8984;/<abbr class=\"initialism\">CTRL</abbr> και κλικάρετε την επιλογή.."
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "Αρχική ημέρα εκκίνησης ημερολογίου (προαιρετικό)"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "Σελίδες ατζέντας εμφανίζουν συνήθως"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "Εβδομάδα/Ημέρα η εμφάνιση ξεκινά από"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "Εμφάνιση Εβδομάδας/Ημέρας που καταλήγει"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Αλλαγή στοίχισης λέξεων</strong> σε εμφάνιση Μήνα"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Ισχύει μόνο για τα γεγονότα που εκτείνονται σε μια μέρα."
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3052
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3053
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3054
 
3055
+ #: app/model/settings.php:604
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "Δείτε όλες τις εκδηλώσεις <strong>ανοίγοντας</strong> την εμφάνιση Ατζέντα"
3058
 
3059
+ #: app/model/settings.php:616
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "<strong>Εμφάνιση έτους</strong> στις ημερήσιες απεικονίσεις "
3062
 
3063
+ #: app/model/settings.php:628
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "<strong>Εμφάνιση τοποθεσίας στους τίτλους εκδήλωσης</strong> στις εμφανίσεις ημερολογίου"
3066
 
3067
+ #: app/model/settings.php:640
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "<strong>Εξαιρέση</strong> εκδηλώσεων από τα αποτελέσματα αναζητήσεων"
3070
 
3071
+ #: app/model/settings.php:652
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "Κρύψε <strong>Εγγραφή</strong>/<strong>Πρόσθεσε σε ημερολόγιο</strong> τα κουμπιά από το ημερολόγιο και τις απλές εμφανίσεις εκδηλώσεων "
3074
 
3075
+ #: app/model/settings.php:664
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr ""
3078
 
3079
+ #: app/model/settings.php:676
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr "Κρύψε <strong>Χάρτες Google</strong> μέχρι να κλικαριστεί"
3082
 
3083
+ #: app/model/settings.php:688
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr ""
3086
 
3087
+ #: app/model/settings.php:691
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr ""
3090
 
3091
+ #: app/model/settings.php:703
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr ""
3094
 
3095
+ #: app/model/settings.php:718
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr ""
3098
 
3099
+ #: app/model/settings.php:733
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr ""
3102
 
3103
+ #: app/model/settings.php:748
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "Μόνο για κινητά (< 768px)"
3106
 
3152
  msgid "Message"
3153
  msgstr ""
3154
 
3155
+ #: app/model/settings.php:401
3156
  #: lib/html/element/setting/calendar-page-selector.php:50
3157
  msgid "Calendar page"
3158
  msgstr "Σελίδα Ημερολογίου"
3159
 
3160
+ #: app/model/settings.php:411
3161
  msgid "Week starts on"
3162
  msgstr "Η εβδομάδα ξεκινά από"
3163
 
3164
+ #: app/model/settings.php:424
3165
  msgid "Available views"
3166
  msgstr "Διαθέσιμες προβολές"
3167
 
3168
+ #: app/model/settings.php:432
3169
  msgid "Agenda"
3170
  msgid_plural "Agenda"
3171
  msgstr[0] "Ατζέντα"
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:443
3175
  msgid "Day"
3176
  msgid_plural "Day"
3177
  msgstr[0] "Ημέρα"
3178
  msgstr[1] ""
3179
 
3180
+ #: app/model/settings.php:454
3181
  msgid "Month"
3182
  msgid_plural "Month"
3183
  msgstr[0] "Μήνας"
3184
  msgstr[1] ""
3185
 
3186
+ #: app/model/settings.php:465
3187
  msgid "Week"
3188
  msgid_plural "Week"
3189
  msgstr[0] "Εβδομάδα"
3190
  msgstr[1] ""
3191
 
3192
+ #: app/model/settings.php:479 app/view/event/single.php:57
3193
+ #: app/view/event/single.php:58
3194
  msgid "Timezone"
3195
  msgstr "Ζώνη ώρας"
3196
 
3197
+ #: app/model/settings.php:492
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Προεπιλεγμένα φίλτρα ημερολογίου"
3200
 
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
+ #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
language/all-in-one-event-calendar-en_AU.mo CHANGED
Binary file
language/all-in-one-event-calendar-en_AU.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Manual Offset"
1975
  msgid "Choose your timezone"
1976
  msgstr "Choose your timezone"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>The event <strong>%s</strong> was cloned successfully. <a href=\"%s\"
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Free"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Buy Tickets"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Edit this occurrence (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "View original"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Invalid ICS feed ID"
2152
  msgid "Categories (optional)"
2153
  msgstr "Categories (optional)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "When:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Where:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "jS M, Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "Event was created in the %s time zone"
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Add to Calendar"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Cost:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Contact:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Subscribe to filtered calendar"
2333
  msgid "Subscribe"
2334
  msgstr "Subscribe"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Get a Timely Calendar"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Subscribe to this calendar in another plain-text calendar"
2381
  msgid "Clear category filter"
2382
  msgstr "Clear category filter"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Categories"
@@ -2390,7 +2391,7 @@ msgstr "Categories"
2390
  msgid "Clear tag filter"
2391
  msgstr "Clear tag filter"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Tags"
@@ -2411,11 +2412,11 @@ msgstr "There are no upcoming events to display at this time."
2411
  msgid "Read more"
2412
  msgstr "Read more"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Tickets"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Reset to Defaults"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Calendar: Themes"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "External Services"
2613
  msgid "Cache Report"
2614
  msgstr "Cache Report"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar: Settings"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Settings"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "last"
2832
  msgid "month(s)"
2833
  msgstr "month(s)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Current <strong>robots.txt</strong> on this site"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2858,19 +2850,19 @@ msgstr ""
2858
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2859
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2860
 
2861
- #: app/model/settings.php:996
2862
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2863
  msgstr "<strong>Publicise, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2864
 
2865
- #: app/model/settings.php:1019
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "Templates cache improves site performance"
2868
 
2869
- #: app/model/settings.php:1032
2870
  msgid "Display events in <strong>calendar time zone</strong>"
2871
  msgstr ""
2872
 
2873
- #: app/model/settings.php:1035
2874
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2875
  msgstr ""
2876
 
@@ -2878,11 +2870,11 @@ msgstr ""
2878
  msgid "Event Details"
2879
  msgstr "Event Details"
2880
 
2881
- #: app/view/admin/add-new-event.php:500
2882
  msgid "Set banner image"
2883
  msgstr "Set banner image"
2884
 
2885
- #: app/view/admin/add-new-event.php:501
2886
  msgid "Remove banner image"
2887
  msgstr "Remove banner image"
2888
 
@@ -2922,63 +2914,63 @@ msgstr "Show All "
2922
  msgid "Show All Authors"
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Strict compatibility content filtering"
2927
  msgstr "Strict compatibility content filtering"
2928
 
2929
- #: app/model/settings.php:774
2930
  msgid " <strong>Hide featured image</strong> from event details page"
2931
  msgstr " <strong>Hide featured image</strong> from event details page"
2932
 
2933
- #: app/model/settings.php:777
2934
  msgid "Select this option if your theme already displays each post's featured image."
2935
  msgstr "Select this option if your theme already displays each post's featured image."
2936
 
2937
- #: app/model/settings.php:788
2938
  msgid "Input dates in this format"
2939
  msgstr "Input dates in this format"
2940
 
2941
- #: app/model/settings.php:793
2942
  msgid "Default (d/m/yyyy)"
2943
  msgstr "Default (d/m/yyyy)"
2944
 
2945
- #: app/model/settings.php:797
2946
  msgid "US (m/d/yyyy)"
2947
  msgstr "US (m/d/yyyy)"
2948
 
2949
- #: app/model/settings.php:801
2950
  msgid "ISO 8601 (yyyy-m-d)"
2951
  msgstr "ISO 8601 (yyyy-m-d)"
2952
 
2953
- #: app/model/settings.php:805
2954
  msgid "Dotted (m.d.yyyy)"
2955
  msgstr "Dotted (m.d.yyyy)"
2956
 
2957
- #: app/model/settings.php:817
2958
  msgid " Use <strong>24h time</strong> in time pickers"
2959
  msgstr " Use <strong>24h time</strong> in time pickers"
2960
 
2961
- #: app/model/settings.php:828
2962
  msgid "<strong>Disable address autocomplete</strong> function"
2963
  msgstr "<strong>Disable address autocomplete</strong> function"
2964
 
2965
- #: app/model/settings.php:839
2966
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2967
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2968
 
2969
- #: app/model/settings.php:855
2970
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2971
  msgstr " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2972
 
2973
- #: app/model/settings.php:858
2974
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2975
  msgstr "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2976
 
2977
- #: app/model/settings.php:879
2978
  msgid "Move calendar into this DOM element"
2979
  msgstr "Move calendar into this DOM element"
2980
 
2981
- #: app/model/settings.php:881
2982
  msgid ""
2983
  "Optional. Use this JavaScript-based shortcut to place the\n"
2984
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2999
  "→\t→\t→\t→\t→\t→\tby the calendar."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "Disable <strong>gzip</strong> compression."
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr "Use frontend rendering."
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr "Renders calendar views on the client rather than the server; can improve performance."
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "Default calendar start date (optional)"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "Agenda pages show at most"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "Week/Day view starts at"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "Week/Day view ends at"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "Only applies to events that span a single day."
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3060,55 +3052,55 @@ msgstr ""
3060
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3061
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3062
 
3063
- #: app/model/settings.php:605
3064
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3065
  msgstr "Keep all events <strong>expanded</strong> in Agenda view"
3066
 
3067
- #: app/model/settings.php:617
3068
  msgid "<strong>Show year</strong> in calendar date labels"
3069
  msgstr "<strong>Show year</strong> in calendar date labels"
3070
 
3071
- #: app/model/settings.php:629
3072
  msgid "<strong>Show location in event titles</strong> in calendar views"
3073
  msgstr "<strong>Show location in event titles</strong> in calendar views"
3074
 
3075
- #: app/model/settings.php:641
3076
  msgid "<strong>Exclude</strong> events from search results"
3077
  msgstr "<strong>Exclude</strong> events from search results"
3078
 
3079
- #: app/model/settings.php:653
3080
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3081
  msgstr "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3082
 
3083
- #: app/model/settings.php:665
3084
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3085
  msgstr "Hide <strong>Get a Timely Calendar</strong> button"
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid " Hide <strong>Google Maps</strong> until clicked"
3089
  msgstr " Hide <strong>Google Maps</strong> until clicked"
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3093
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3094
 
3095
- #: app/model/settings.php:692
3096
  msgid "Only applies to first visible calendar found on the page."
3097
  msgstr "Only applies to first visible calendar found on the page."
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Offset affixed filter bar vertically by"
3101
  msgstr "Offset affixed filter bar vertically by"
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Wide screens only (&#8805; 1200px)"
3105
  msgstr "Wide screens only (&#8805; 1200px)"
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Tablets only (< 980px)"
3109
  msgstr "Tablets only (< 980px)"
3110
 
3111
- #: app/model/settings.php:749
3112
  msgid "Phones only (< 768px)"
3113
  msgstr "Phones only (< 768px)"
3114
 
@@ -3160,48 +3152,49 @@ msgstr ""
3160
  msgid "Message"
3161
  msgstr ""
3162
 
3163
- #: app/model/settings.php:402
3164
  #: lib/html/element/setting/calendar-page-selector.php:50
3165
  msgid "Calendar page"
3166
  msgstr "Calendar page"
3167
 
3168
- #: app/model/settings.php:412
3169
  msgid "Week starts on"
3170
  msgstr "Week starts on"
3171
 
3172
- #: app/model/settings.php:425
3173
  msgid "Available views"
3174
  msgstr "Available views"
3175
 
3176
- #: app/model/settings.php:433
3177
  msgid "Agenda"
3178
  msgid_plural "Agenda"
3179
  msgstr[0] "Agenda"
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:444
3183
  msgid "Day"
3184
  msgid_plural "Day"
3185
  msgstr[0] "Day"
3186
  msgstr[1] ""
3187
 
3188
- #: app/model/settings.php:455
3189
  msgid "Month"
3190
  msgid_plural "Month"
3191
  msgstr[0] "Month"
3192
  msgstr[1] ""
3193
 
3194
- #: app/model/settings.php:466
3195
  msgid "Week"
3196
  msgid_plural "Week"
3197
  msgstr[0] "Week"
3198
  msgstr[1] ""
3199
 
3200
- #: app/model/settings.php:480
 
3201
  msgid "Timezone"
3202
  msgstr "Timezone"
3203
 
3204
- #: app/model/settings.php:493
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Preselected calendar filters"
3207
 
@@ -3237,11 +3230,11 @@ msgstr ""
3237
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3238
  msgstr ""
3239
 
3240
- #: app/model/api/api-registration.php:186
3241
  msgid "Payment preferences were not saved."
3242
  msgstr ""
3243
 
3244
- #: app/model/api/api-registration.php:177
3245
  msgid "Payment preferences were saved."
3246
  msgstr ""
3247
 
@@ -3325,11 +3318,11 @@ msgstr ""
3325
  msgid "Guest Name"
3326
  msgstr ""
3327
 
3328
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3329
  msgid "Status"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3333
  #: app/view/event/ticket.php:71
3334
  msgid "Email"
3335
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Choose your timezone"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Free"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Buy Tickets"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Edit this occurrence (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "View original"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Categories (optional)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "When:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Where:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Add to Calendar"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Cost:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Contact:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Subscribe"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Get a Timely Calendar"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Clear category filter"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Categories"
2391
  msgid "Clear tag filter"
2392
  msgstr "Clear tag filter"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Tags"
2412
  msgid "Read more"
2413
  msgstr "Read more"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Tickets"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar: Themes"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Cache Report"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar: Settings"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Settings"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "month(s)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Current <strong>robots.txt</strong> on this site"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
+ #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publicise, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Templates cache improves site performance"
2860
 
2861
+ #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2870
  msgid "Event Details"
2871
  msgstr "Event Details"
2872
 
2873
+ #: app/view/admin/add-new-event.php:505
2874
  msgid "Set banner image"
2875
  msgstr "Set banner image"
2876
 
2877
+ #: app/view/admin/add-new-event.php:506
2878
  msgid "Remove banner image"
2879
  msgstr "Remove banner image"
2880
 
2914
  msgid "Show All Authors"
2915
  msgstr ""
2916
 
2917
+ #: app/model/settings.php:761
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr "Strict compatibility content filtering"
2920
 
2921
+ #: app/model/settings.php:773
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr " <strong>Hide featured image</strong> from event details page"
2924
 
2925
+ #: app/model/settings.php:776
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr "Select this option if your theme already displays each post's featured image."
2928
 
2929
+ #: app/model/settings.php:787
2930
  msgid "Input dates in this format"
2931
  msgstr "Input dates in this format"
2932
 
2933
+ #: app/model/settings.php:792
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr "Default (d/m/yyyy)"
2936
 
2937
+ #: app/model/settings.php:796
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr "US (m/d/yyyy)"
2940
 
2941
+ #: app/model/settings.php:800
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr "ISO 8601 (yyyy-m-d)"
2944
 
2945
+ #: app/model/settings.php:804
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr "Dotted (m.d.yyyy)"
2948
 
2949
+ #: app/model/settings.php:816
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr " Use <strong>24h time</strong> in time pickers"
2952
 
2953
+ #: app/model/settings.php:827
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr "<strong>Disable address autocomplete</strong> function"
2956
 
2957
+ #: app/model/settings.php:838
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
 
2961
+ #: app/model/settings.php:854
2962
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
  msgstr " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
 
2965
+ #: app/model/settings.php:857
2966
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
  msgstr "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
 
2969
+ #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Move calendar into this DOM element"
2972
 
2973
+ #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  "→\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Disable <strong>gzip</strong> compression."
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Use frontend rendering."
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Renders calendar views on the client rather than the server; can improve performance."
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "Default calendar start date (optional)"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "Agenda pages show at most"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "Week/Day view starts at"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "Week/Day view ends at"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Only applies to events that span a single day."
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3052
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3053
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3054
 
3055
+ #: app/model/settings.php:604
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "Keep all events <strong>expanded</strong> in Agenda view"
3058
 
3059
+ #: app/model/settings.php:616
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "<strong>Show year</strong> in calendar date labels"
3062
 
3063
+ #: app/model/settings.php:628
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "<strong>Show location in event titles</strong> in calendar views"
3066
 
3067
+ #: app/model/settings.php:640
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "<strong>Exclude</strong> events from search results"
3070
 
3071
+ #: app/model/settings.php:652
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
 
3075
+ #: app/model/settings.php:664
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr "Hide <strong>Get a Timely Calendar</strong> button"
3078
 
3079
+ #: app/model/settings.php:676
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr " Hide <strong>Google Maps</strong> until clicked"
3082
 
3083
+ #: app/model/settings.php:688
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
 
3087
+ #: app/model/settings.php:691
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr "Only applies to first visible calendar found on the page."
3090
 
3091
+ #: app/model/settings.php:703
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr "Offset affixed filter bar vertically by"
3094
 
3095
+ #: app/model/settings.php:718
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr "Wide screens only (&#8805; 1200px)"
3098
 
3099
+ #: app/model/settings.php:733
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr "Tablets only (< 980px)"
3102
 
3103
+ #: app/model/settings.php:748
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "Phones only (< 768px)"
3106
 
3152
  msgid "Message"
3153
  msgstr ""
3154
 
3155
+ #: app/model/settings.php:401
3156
  #: lib/html/element/setting/calendar-page-selector.php:50
3157
  msgid "Calendar page"
3158
  msgstr "Calendar page"
3159
 
3160
+ #: app/model/settings.php:411
3161
  msgid "Week starts on"
3162
  msgstr "Week starts on"
3163
 
3164
+ #: app/model/settings.php:424
3165
  msgid "Available views"
3166
  msgstr "Available views"
3167
 
3168
+ #: app/model/settings.php:432
3169
  msgid "Agenda"
3170
  msgid_plural "Agenda"
3171
  msgstr[0] "Agenda"
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:443
3175
  msgid "Day"
3176
  msgid_plural "Day"
3177
  msgstr[0] "Day"
3178
  msgstr[1] ""
3179
 
3180
+ #: app/model/settings.php:454
3181
  msgid "Month"
3182
  msgid_plural "Month"
3183
  msgstr[0] "Month"
3184
  msgstr[1] ""
3185
 
3186
+ #: app/model/settings.php:465
3187
  msgid "Week"
3188
  msgid_plural "Week"
3189
  msgstr[0] "Week"
3190
  msgstr[1] ""
3191
 
3192
+ #: app/model/settings.php:479 app/view/event/single.php:57
3193
+ #: app/view/event/single.php:58
3194
  msgid "Timezone"
3195
  msgstr "Timezone"
3196
 
3197
+ #: app/model/settings.php:492
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Preselected calendar filters"
3200
 
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
+ #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
language/all-in-one-event-calendar-en_GB.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Manual Offset"
1975
  msgid "Choose your timezone"
1976
  msgstr "Choose your timezone"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>The event <strong>%s</strong> was cloned succesfully. <a href=\"%s\">
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Free"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Buy Tickets"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Edit this occurrence (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Invalid ICS feed ID"
2152
  msgid "Categories (optional)"
2153
  msgstr "Categories (optional)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "When:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Where:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "jS M, Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Add to Calendar"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Cost:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Contact:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Subscribe to filtered calendar"
2333
  msgid "Subscribe"
2334
  msgstr "Subscribe"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Subscribe to this calendar in another plain-text calendar"
2381
  msgid "Clear category filter"
2382
  msgstr "Clear category filter"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Categories"
@@ -2390,7 +2391,7 @@ msgstr "Categories"
2390
  msgid "Clear tag filter"
2391
  msgstr "Clear tag filter"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Tags"
@@ -2411,11 +2412,11 @@ msgstr "There are no upcoming events to display at this time."
2411
  msgid "Read more"
2412
  msgstr "Read more"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Tickets"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Reset to Defaults"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Calendar: Themes"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "External Services"
2613
  msgid "Cache Report"
2614
  msgstr "Cache Report"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar: Settings"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Settings"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "last"
2832
  msgid "month(s)"
2833
  msgstr "month(s)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Current <strong>robots.txt</strong> on this site"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2858,19 +2850,19 @@ msgstr ""
2858
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2859
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2860
 
2861
- #: app/model/settings.php:996
2862
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2863
  msgstr "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2864
 
2865
- #: app/model/settings.php:1019
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "Templates cache improves site performance"
2868
 
2869
- #: app/model/settings.php:1032
2870
  msgid "Display events in <strong>calendar time zone</strong>"
2871
  msgstr ""
2872
 
2873
- #: app/model/settings.php:1035
2874
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2875
  msgstr ""
2876
 
@@ -2878,11 +2870,11 @@ msgstr ""
2878
  msgid "Event Details"
2879
  msgstr "Event Details"
2880
 
2881
- #: app/view/admin/add-new-event.php:500
2882
  msgid "Set banner image"
2883
  msgstr ""
2884
 
2885
- #: app/view/admin/add-new-event.php:501
2886
  msgid "Remove banner image"
2887
  msgstr ""
2888
 
@@ -2922,63 +2914,63 @@ msgstr "Show All "
2922
  msgid "Show All Authors"
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Strict compatibility content filtering"
2927
  msgstr "Strict compatibility content filtering"
2928
 
2929
- #: app/model/settings.php:774
2930
  msgid " <strong>Hide featured image</strong> from event details page"
2931
  msgstr " <strong>Hide featured image</strong> from event details page"
2932
 
2933
- #: app/model/settings.php:777
2934
  msgid "Select this option if your theme already displays each post's featured image."
2935
  msgstr "Select this option if your theme already displays each post's featured image."
2936
 
2937
- #: app/model/settings.php:788
2938
  msgid "Input dates in this format"
2939
  msgstr "Input dates in this format"
2940
 
2941
- #: app/model/settings.php:793
2942
  msgid "Default (d/m/yyyy)"
2943
  msgstr "Default (d/m/yyyy)"
2944
 
2945
- #: app/model/settings.php:797
2946
  msgid "US (m/d/yyyy)"
2947
  msgstr "US (m/d/yyyy)"
2948
 
2949
- #: app/model/settings.php:801
2950
  msgid "ISO 8601 (yyyy-m-d)"
2951
  msgstr "ISO 8601 (yyyy-m-d)"
2952
 
2953
- #: app/model/settings.php:805
2954
  msgid "Dotted (m.d.yyyy)"
2955
  msgstr "Dotted (m.d.yyyy)"
2956
 
2957
- #: app/model/settings.php:817
2958
  msgid " Use <strong>24h time</strong> in time pickers"
2959
  msgstr " Use <strong>24h time</strong> in time pickers"
2960
 
2961
- #: app/model/settings.php:828
2962
  msgid "<strong>Disable address autocomplete</strong> function"
2963
  msgstr "<strong>Disable address autocomplete</strong> function"
2964
 
2965
- #: app/model/settings.php:839
2966
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2967
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2968
 
2969
- #: app/model/settings.php:855
2970
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2971
  msgstr " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2972
 
2973
- #: app/model/settings.php:858
2974
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2975
  msgstr "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2976
 
2977
- #: app/model/settings.php:879
2978
  msgid "Move calendar into this DOM element"
2979
  msgstr "Move calendar into this DOM element"
2980
 
2981
- #: app/model/settings.php:881
2982
  msgid ""
2983
  "Optional. Use this JavaScript-based shortcut to place the\n"
2984
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2999
  "→\t→\t→\t→\t→\t→\tby the calendar."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "Disable <strong>gzip</strong> compression."
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr ""
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr ""
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "Default calendar start date (optional)"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "Agenda pages show at most"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "Week/Day view starts at"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "Week/Day view ends at"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "Only applies to events that span a single day."
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3060,55 +3052,55 @@ msgstr ""
3060
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3061
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3062
 
3063
- #: app/model/settings.php:605
3064
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3065
  msgstr "Keep all events <strong>expanded</strong> in Agenda view"
3066
 
3067
- #: app/model/settings.php:617
3068
  msgid "<strong>Show year</strong> in calendar date labels"
3069
  msgstr "<strong>Show year</strong> in calendar date labels"
3070
 
3071
- #: app/model/settings.php:629
3072
  msgid "<strong>Show location in event titles</strong> in calendar views"
3073
  msgstr "<strong>Show location in event titles</strong> in calendar views"
3074
 
3075
- #: app/model/settings.php:641
3076
  msgid "<strong>Exclude</strong> events from search results"
3077
  msgstr "<strong>Exclude</strong> events from search results"
3078
 
3079
- #: app/model/settings.php:653
3080
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3081
  msgstr "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3082
 
3083
- #: app/model/settings.php:665
3084
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3085
  msgstr ""
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid " Hide <strong>Google Maps</strong> until clicked"
3089
  msgstr " Hide <strong>Google Maps</strong> until clicked"
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3093
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3094
 
3095
- #: app/model/settings.php:692
3096
  msgid "Only applies to first visible calendar found on the page."
3097
  msgstr ""
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Offset affixed filter bar vertically by"
3101
  msgstr "Offset affixed filter bar vertically by"
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Wide screens only (&#8805; 1200px)"
3105
  msgstr "Wide screens only (&#8805; 1200px)"
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Tablets only (< 980px)"
3109
  msgstr "Tablets only (< 980px)"
3110
 
3111
- #: app/model/settings.php:749
3112
  msgid "Phones only (< 768px)"
3113
  msgstr "Phones only (< 768px)"
3114
 
@@ -3160,48 +3152,49 @@ msgstr ""
3160
  msgid "Message"
3161
  msgstr ""
3162
 
3163
- #: app/model/settings.php:402
3164
  #: lib/html/element/setting/calendar-page-selector.php:50
3165
  msgid "Calendar page"
3166
  msgstr "Calendar page"
3167
 
3168
- #: app/model/settings.php:412
3169
  msgid "Week starts on"
3170
  msgstr "Week starts on"
3171
 
3172
- #: app/model/settings.php:425
3173
  msgid "Available views"
3174
  msgstr "Available views"
3175
 
3176
- #: app/model/settings.php:433
3177
  msgid "Agenda"
3178
  msgid_plural "Agenda"
3179
  msgstr[0] "Agenda"
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:444
3183
  msgid "Day"
3184
  msgid_plural "Day"
3185
  msgstr[0] "Day"
3186
  msgstr[1] ""
3187
 
3188
- #: app/model/settings.php:455
3189
  msgid "Month"
3190
  msgid_plural "Month"
3191
  msgstr[0] "Month"
3192
  msgstr[1] ""
3193
 
3194
- #: app/model/settings.php:466
3195
  msgid "Week"
3196
  msgid_plural "Week"
3197
  msgstr[0] "Week"
3198
  msgstr[1] ""
3199
 
3200
- #: app/model/settings.php:480
 
3201
  msgid "Timezone"
3202
  msgstr "Timezone"
3203
 
3204
- #: app/model/settings.php:493
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Preselected calendar filters"
3207
 
@@ -3237,11 +3230,11 @@ msgstr ""
3237
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3238
  msgstr ""
3239
 
3240
- #: app/model/api/api-registration.php:186
3241
  msgid "Payment preferences were not saved."
3242
  msgstr ""
3243
 
3244
- #: app/model/api/api-registration.php:177
3245
  msgid "Payment preferences were saved."
3246
  msgstr ""
3247
 
@@ -3325,11 +3318,11 @@ msgstr ""
3325
  msgid "Guest Name"
3326
  msgstr ""
3327
 
3328
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3329
  msgid "Status"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3333
  #: app/view/event/ticket.php:71
3334
  msgid "Email"
3335
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Choose your timezone"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Free"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Buy Tickets"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Edit this occurrence (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Categories (optional)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "When:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Where:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Add to Calendar"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Cost:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Contact:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Subscribe"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Clear category filter"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Categories"
2391
  msgid "Clear tag filter"
2392
  msgstr "Clear tag filter"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Tags"
2412
  msgid "Read more"
2413
  msgstr "Read more"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Tickets"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar: Themes"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Cache Report"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar: Settings"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Settings"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "month(s)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Current <strong>robots.txt</strong> on this site"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
+ #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Templates cache improves site performance"
2860
 
2861
+ #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2870
  msgid "Event Details"
2871
  msgstr "Event Details"
2872
 
2873
+ #: app/view/admin/add-new-event.php:505
2874
  msgid "Set banner image"
2875
  msgstr ""
2876
 
2877
+ #: app/view/admin/add-new-event.php:506
2878
  msgid "Remove banner image"
2879
  msgstr ""
2880
 
2914
  msgid "Show All Authors"
2915
  msgstr ""
2916
 
2917
+ #: app/model/settings.php:761
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr "Strict compatibility content filtering"
2920
 
2921
+ #: app/model/settings.php:773
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr " <strong>Hide featured image</strong> from event details page"
2924
 
2925
+ #: app/model/settings.php:776
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr "Select this option if your theme already displays each post's featured image."
2928
 
2929
+ #: app/model/settings.php:787
2930
  msgid "Input dates in this format"
2931
  msgstr "Input dates in this format"
2932
 
2933
+ #: app/model/settings.php:792
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr "Default (d/m/yyyy)"
2936
 
2937
+ #: app/model/settings.php:796
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr "US (m/d/yyyy)"
2940
 
2941
+ #: app/model/settings.php:800
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr "ISO 8601 (yyyy-m-d)"
2944
 
2945
+ #: app/model/settings.php:804
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr "Dotted (m.d.yyyy)"
2948
 
2949
+ #: app/model/settings.php:816
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr " Use <strong>24h time</strong> in time pickers"
2952
 
2953
+ #: app/model/settings.php:827
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr "<strong>Disable address autocomplete</strong> function"
2956
 
2957
+ #: app/model/settings.php:838
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
 
2961
+ #: app/model/settings.php:854
2962
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
  msgstr " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
 
2965
+ #: app/model/settings.php:857
2966
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
  msgstr "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
 
2969
+ #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Move calendar into this DOM element"
2972
 
2973
+ #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  "→\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Disable <strong>gzip</strong> compression."
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr ""
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr ""
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "Default calendar start date (optional)"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "Agenda pages show at most"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "Week/Day view starts at"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "Week/Day view ends at"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Only applies to events that span a single day."
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3052
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3053
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3054
 
3055
+ #: app/model/settings.php:604
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "Keep all events <strong>expanded</strong> in Agenda view"
3058
 
3059
+ #: app/model/settings.php:616
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "<strong>Show year</strong> in calendar date labels"
3062
 
3063
+ #: app/model/settings.php:628
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "<strong>Show location in event titles</strong> in calendar views"
3066
 
3067
+ #: app/model/settings.php:640
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "<strong>Exclude</strong> events from search results"
3070
 
3071
+ #: app/model/settings.php:652
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
 
3075
+ #: app/model/settings.php:664
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr ""
3078
 
3079
+ #: app/model/settings.php:676
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr " Hide <strong>Google Maps</strong> until clicked"
3082
 
3083
+ #: app/model/settings.php:688
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
 
3087
+ #: app/model/settings.php:691
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr ""
3090
 
3091
+ #: app/model/settings.php:703
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr "Offset affixed filter bar vertically by"
3094
 
3095
+ #: app/model/settings.php:718
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr "Wide screens only (&#8805; 1200px)"
3098
 
3099
+ #: app/model/settings.php:733
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr "Tablets only (< 980px)"
3102
 
3103
+ #: app/model/settings.php:748
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "Phones only (< 768px)"
3106
 
3152
  msgid "Message"
3153
  msgstr ""
3154
 
3155
+ #: app/model/settings.php:401
3156
  #: lib/html/element/setting/calendar-page-selector.php:50
3157
  msgid "Calendar page"
3158
  msgstr "Calendar page"
3159
 
3160
+ #: app/model/settings.php:411
3161
  msgid "Week starts on"
3162
  msgstr "Week starts on"
3163
 
3164
+ #: app/model/settings.php:424
3165
  msgid "Available views"
3166
  msgstr "Available views"
3167
 
3168
+ #: app/model/settings.php:432
3169
  msgid "Agenda"
3170
  msgid_plural "Agenda"
3171
  msgstr[0] "Agenda"
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:443
3175
  msgid "Day"
3176
  msgid_plural "Day"
3177
  msgstr[0] "Day"
3178
  msgstr[1] ""
3179
 
3180
+ #: app/model/settings.php:454
3181
  msgid "Month"
3182
  msgid_plural "Month"
3183
  msgstr[0] "Month"
3184
  msgstr[1] ""
3185
 
3186
+ #: app/model/settings.php:465
3187
  msgid "Week"
3188
  msgid_plural "Week"
3189
  msgstr[0] "Week"
3190
  msgstr[1] ""
3191
 
3192
+ #: app/model/settings.php:479 app/view/event/single.php:57
3193
+ #: app/view/event/single.php:58
3194
  msgid "Timezone"
3195
  msgstr "Timezone"
3196
 
3197
+ #: app/model/settings.php:492
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Preselected calendar filters"
3200
 
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
+ #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
language/all-in-one-event-calendar-es_ES.mo CHANGED
Binary file
language/all-in-one-event-calendar-es_ES.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Desplazamiento Manual"
1975
  msgid "Choose your timezone"
1976
  msgstr "Seleccione su Zona Horaria"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "El plugin ha sido instalado, pero aún no ha sido configurado. Por favor identifíquese como Administrador para configurarlo."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "El add-on <strong>%s</strong> debe ser actualizado al menos a la versión %s para mantener la compatibilidad con el calendario."
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "Si no ves noticias de actualización debajo, asegúrate de que has <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">insertado tus claves de licencia</a>. Alternativamente, ve a <a href=\"https://time.ly/your-account/\">tu cuenta</a>para descargarte la última versión del add on y <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">actualiza manualmente</a>. Por favor, <a href=\"https://time.ly/forums/\">publica en el foro</a> si te encuentras con problemas. Estaremos encantados de ayudarte."
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>El evento <strong>%s</strong> se clonó exitosamente. <a href=\"%s\">
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "Has activado el renderizado de interfaz y estás utilizando un tema personalizado de calendario. Si tu tema no soporta el renderizado de interfaz, tu calendario podría no funcionar correctamente."
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Gratis"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Comprar entradas"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Edita esta ocurrencia (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Esta publicación fue replicada desde un <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>feed de calendario</a> de otro sitio web."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Ver original"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "ID de fuente ICS inválida"
2152
  msgid "Categories (optional)"
2153
  msgstr "Categorías (opcional)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Cuando:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Donde:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "j \\d\\e F \\d\\e Y G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Borrador de evento actualizado. <a target=\"_blank\" href=\"%s\">Previsualizar evento</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "El evento fue creado en la zona horaria %s"
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Añadir al Calendario"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Precio:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Contacto:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Suscribirse a calendario filtrado"
2333
  msgid "Subscribe"
2334
  msgstr "Suscribirse"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Obtener un Calendario Timely"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Suscribirse a este calendario en la agenda de otro de texto plano"
2381
  msgid "Clear category filter"
2382
  msgstr "Eliminar filtro de categoría"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Categorías"
@@ -2390,7 +2391,7 @@ msgstr "Categorías"
2390
  msgid "Clear tag filter"
2391
  msgstr "Eliminar filtro de etiqueta"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Etiquetas:"
@@ -2411,11 +2412,11 @@ msgstr "No hay nuevos eventos para mostrar en esta fecha."
2411
  msgid "Read more"
2412
  msgstr "Leer más"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Entradas"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Restaurar a opciones por defecto"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "Temas: All-in-One Event Calendar"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Servicios externos"
2613
  msgid "Cache Report"
2614
  msgstr "Reporte de caché"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "Ajustes de All-in-One Event Calendar:"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Ajustes"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "último"
2832
  msgid "month(s)"
2833
  msgstr "Mes(es)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Incluye CSS</strong> en la sección <code>&lt;head&gt;</code> cuando la caché de ficheros js no esté disponible."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Utiliza esta opción si la caché de ficheros no está disponible y si prefieres servir el fichero CSS como si fuera un enlace en lugar de incluirlo directamente."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "El <strong>robots.txt</strong> actual en este sitio"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2858,19 +2850,19 @@ msgstr ""
2858
  "→\t→\t→\t→\t→\t→\tsobre accesar todo o parte de un sitio web que está a la vista públicamente.\n"
2859
  "→\t→\t→\t→\t→\t→\tPuedes cambiarlo manualmente al editar <code>robots.txt</code> en el directorio raíz de WordPress."
2860
 
2861
- #: app/model/settings.php:996
2862
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2863
  msgstr "<strong>Difunde, promociona y comparte</strong> entre los miembros de la red Timely los eventos seleccionados como públicos. (<a href=\"%s\" target=\"_blank\">Ver más &#187;</a>)"
2864
 
2865
- #: app/model/settings.php:1019
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "El cache de plantillas mejora el desempeño del sitio"
2868
 
2869
- #: app/model/settings.php:1032
2870
  msgid "Display events in <strong>calendar time zone</strong>"
2871
  msgstr ""
2872
 
2873
- #: app/model/settings.php:1035
2874
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2875
  msgstr ""
2876
 
@@ -2878,11 +2870,11 @@ msgstr ""
2878
  msgid "Event Details"
2879
  msgstr "Detalles del evento"
2880
 
2881
- #: app/view/admin/add-new-event.php:500
2882
  msgid "Set banner image"
2883
  msgstr "Establecer la imagen en banner"
2884
 
2885
- #: app/view/admin/add-new-event.php:501
2886
  msgid "Remove banner image"
2887
  msgstr "Borrar la imagen en banner"
2888
 
@@ -2922,63 +2914,63 @@ msgstr "Mostrar Todo"
2922
  msgid "Show All Authors"
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Strict compatibility content filtering"
2927
  msgstr "Filtrado de contenido en modo de compatibilidad estricta"
2928
 
2929
- #: app/model/settings.php:774
2930
  msgid " <strong>Hide featured image</strong> from event details page"
2931
  msgstr " <strong>Esconder la imagen destacada</strong> de la página de detalles del evento"
2932
 
2933
- #: app/model/settings.php:777
2934
  msgid "Select this option if your theme already displays each post's featured image."
2935
  msgstr "Selecciona esta opción si tu tema ya despliega la imagen destacada de cada publicación."
2936
 
2937
- #: app/model/settings.php:788
2938
  msgid "Input dates in this format"
2939
  msgstr "Introducir fechas en este formato:"
2940
 
2941
- #: app/model/settings.php:793
2942
  msgid "Default (d/m/yyyy)"
2943
  msgstr "Por defecto (d/m/yyyy)"
2944
 
2945
- #: app/model/settings.php:797
2946
  msgid "US (m/d/yyyy)"
2947
  msgstr "EUA (m/d/yyyy)"
2948
 
2949
- #: app/model/settings.php:801
2950
  msgid "ISO 8601 (yyyy-m-d)"
2951
  msgstr "ISO 8601 (yyyy-m-d)"
2952
 
2953
- #: app/model/settings.php:805
2954
  msgid "Dotted (m.d.yyyy)"
2955
  msgstr "Punteado (m.d.yyyy)"
2956
 
2957
- #: app/model/settings.php:817
2958
  msgid " Use <strong>24h time</strong> in time pickers"
2959
  msgstr "Usar <strong>tiempo de 24h</strong> en los seleccionadores de tiempo"
2960
 
2961
- #: app/model/settings.php:828
2962
  msgid "<strong>Disable address autocomplete</strong> function"
2963
  msgstr "<strong>Desactivar el autocompletado de direcciones</strong>"
2964
 
2965
- #: app/model/settings.php:839
2966
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2967
  msgstr "Usar la <strong>región</strong> configurada (localidad de WordPress) para afectar la función de autocompletar direcciones"
2968
 
2969
- #: app/model/settings.php:855
2970
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2971
  msgstr "Mostrar el viejo botón de <strong>Publicar tu evento</strong> arriba del calendario a los usuarios privilegiados"
2972
 
2973
- #: app/model/settings.php:858
2974
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2975
  msgstr "Instalar la <a target=\"_blank\" href=\"http://time.ly/\">Extensión interactiva de interfaz de usuario </a> para la interfaz de usuario del <strong>formulario de Publica tu propio evento</strong>."
2976
 
2977
- #: app/model/settings.php:879
2978
  msgid "Move calendar into this DOM element"
2979
  msgstr "Mover el calendario a este elemento DOM:"
2980
 
2981
- #: app/model/settings.php:881
2982
  msgid ""
2983
  "Optional. Use this JavaScript-based shortcut to place the\n"
2984
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  "→\t→\t→\t→\t→\t→\tCualquier marcado existente que se encuentre dentro del objetivo \n"
2999
  "→\t→\t→\t→\t→\t→\tserá reemplazado por el calendario."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "<strong>Saltar la revisión <tt>in_the_loop()</tt> </strong> que protege contra la salida múltiple de calendarios"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "Intenta habilitar esta opción si tu calendario no aparece en la página de calendario. Se necesita para la compatibilidad con un pequeño número de temas que llaman <tt>the_content()</tt> desde afuera de The Loop. De no ser el caso, dejar deshabilitado."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "Desactivar la compresión <strong>gzip</strong>."
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr "Utilizar el renderizado en interfaz."
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr "Renderiza la vista de calendario en el navegador en lugar de hacerlo en el servidor; puede mejorar el rendimiento."
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "Para despejar, sostén &#8984;/<abbr class=\"initialism\">CTRL</abbr> y haz click en la selección."
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "Fecha de inicio del calendario por defecto (opcional)"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "Las páginas de la agenda muestran como mucho"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "La vista de Semana/Día comienza en:"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "La vista de Semana/Día termina en:"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "<strong>Ajuste de línea en texto corto de eventos</strong> en la vista de Mes"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "Sólo aplica a eventos que abarcan un solo día."
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3060,55 +3052,55 @@ msgstr ""
3060
  "→\t→\t→\t→\t→\t→\tVista como de agenda</span>, <strong>incluír todos los eventos\n"
3061
  "→\t→\t→\t→\t→\t→\t del última día mostrado</strong>"
3062
 
3063
- #: app/model/settings.php:605
3064
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3065
  msgstr "Mantener todos los eventos <strong>expandidos</strong> en la vista de agenda."
3066
 
3067
- #: app/model/settings.php:617
3068
  msgid "<strong>Show year</strong> in calendar date labels"
3069
  msgstr "<strong>Mostrar el año</strong> en las etiquetas de fecha del calendario"
3070
 
3071
- #: app/model/settings.php:629
3072
  msgid "<strong>Show location in event titles</strong> in calendar views"
3073
  msgstr "<strong>Mostrar la ubicación en los títulos de los eventos</strong> en la vista de calendario"
3074
 
3075
- #: app/model/settings.php:641
3076
  msgid "<strong>Exclude</strong> events from search results"
3077
  msgstr "<strong>Excluir</strong> los eventos de las búsquedas"
3078
 
3079
- #: app/model/settings.php:653
3080
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3081
  msgstr "Ocultar botones de <strong>Suscribir</strong>/<strong>Agregar a calendario</strong> en las vistas de calendario y eventos individuales"
3082
 
3083
- #: app/model/settings.php:665
3084
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3085
  msgstr "Oculta el botón: <strong>Obtener Timely Calendar</strong>"
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid " Hide <strong>Google Maps</strong> until clicked"
3089
  msgstr "Esconder <strong>Google Maps</strong> hasta hacerle clic"
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3093
  msgstr " <strong>Fijar el menú de filtrado</strong> a la parte superior de la ventana cuando se desplaze fuera de vista"
3094
 
3095
- #: app/model/settings.php:692
3096
  msgid "Only applies to first visible calendar found on the page."
3097
  msgstr "S&oacute;lo se aplica al primer calendario visible encontrado en la p&aucute;gina."
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Offset affixed filter bar vertically by"
3101
  msgstr "Compensar la barra de filtro fija verticalmente por"
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Wide screens only (&#8805; 1200px)"
3105
  msgstr "Solamente disponible para pantallas panorámicas (&#8805; 1200px)"
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Tablets only (< 980px)"
3109
  msgstr "Solo para tabletas (< 980px)"
3110
 
3111
- #: app/model/settings.php:749
3112
  msgid "Phones only (< 768px)"
3113
  msgstr "Sólo teléfonos (< 768px)"
3114
 
@@ -3160,48 +3152,49 @@ msgstr ""
3160
  msgid "Message"
3161
  msgstr ""
3162
 
3163
- #: app/model/settings.php:402
3164
  #: lib/html/element/setting/calendar-page-selector.php:50
3165
  msgid "Calendar page"
3166
  msgstr "Página de calendario"
3167
 
3168
- #: app/model/settings.php:412
3169
  msgid "Week starts on"
3170
  msgstr "La semana empieza en"
3171
 
3172
- #: app/model/settings.php:425
3173
  msgid "Available views"
3174
  msgstr "Vistas disponibles"
3175
 
3176
- #: app/model/settings.php:433
3177
  msgid "Agenda"
3178
  msgid_plural "Agenda"
3179
  msgstr[0] "Agenda"
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:444
3183
  msgid "Day"
3184
  msgid_plural "Day"
3185
  msgstr[0] "Día"
3186
  msgstr[1] ""
3187
 
3188
- #: app/model/settings.php:455
3189
  msgid "Month"
3190
  msgid_plural "Month"
3191
  msgstr[0] "Mes"
3192
  msgstr[1] ""
3193
 
3194
- #: app/model/settings.php:466
3195
  msgid "Week"
3196
  msgid_plural "Week"
3197
  msgstr[0] "Semana"
3198
  msgstr[1] ""
3199
 
3200
- #: app/model/settings.php:480
 
3201
  msgid "Timezone"
3202
  msgstr "Zona Horaria"
3203
 
3204
- #: app/model/settings.php:493
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Filtros de calendario preseleccionados"
3207
 
@@ -3237,11 +3230,11 @@ msgstr ""
3237
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3238
  msgstr ""
3239
 
3240
- #: app/model/api/api-registration.php:186
3241
  msgid "Payment preferences were not saved."
3242
  msgstr ""
3243
 
3244
- #: app/model/api/api-registration.php:177
3245
  msgid "Payment preferences were saved."
3246
  msgstr ""
3247
 
@@ -3325,11 +3318,11 @@ msgstr ""
3325
  msgid "Guest Name"
3326
  msgstr ""
3327
 
3328
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3329
  msgid "Status"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3333
  #: app/view/event/ticket.php:71
3334
  msgid "Email"
3335
  msgstr "Correo electrónico"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Seleccione su Zona Horaria"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "El plugin ha sido instalado, pero aún no ha sido configurado. Por favor identifíquese como Administrador para configurarlo."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "El add-on <strong>%s</strong> debe ser actualizado al menos a la versión %s para mantener la compatibilidad con el calendario."
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "Si no ves noticias de actualización debajo, asegúrate de que has <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">insertado tus claves de licencia</a>. Alternativamente, ve a <a href=\"https://time.ly/your-account/\">tu cuenta</a>para descargarte la última versión del add on y <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">actualiza manualmente</a>. Por favor, <a href=\"https://time.ly/forums/\">publica en el foro</a> si te encuentras con problemas. Estaremos encantados de ayudarte."
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "Has activado el renderizado de interfaz y estás utilizando un tema personalizado de calendario. Si tu tema no soporta el renderizado de interfaz, tu calendario podría no funcionar correctamente."
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Gratis"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Comprar entradas"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Edita esta ocurrencia (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Esta publicación fue replicada desde un <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>feed de calendario</a> de otro sitio web."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Ver original"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Categorías (opcional)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Cuando:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Donde:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Borrador de evento actualizado. <a target=\"_blank\" href=\"%s\">Previsualizar evento</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Añadir al Calendario"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Precio:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Contacto:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Suscribirse"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Obtener un Calendario Timely"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Eliminar filtro de categoría"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Categorías"
2391
  msgid "Clear tag filter"
2392
  msgstr "Eliminar filtro de etiqueta"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Etiquetas:"
2412
  msgid "Read more"
2413
  msgstr "Leer más"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Entradas"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "Temas: All-in-One Event Calendar"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Reporte de caché"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "Ajustes de All-in-One Event Calendar:"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Ajustes"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "Mes(es)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Incluye CSS</strong> en la sección <code>&lt;head&gt;</code> cuando la caché de ficheros js no esté disponible."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Utiliza esta opción si la caché de ficheros no está disponible y si prefieres servir el fichero CSS como si fuera un enlace en lugar de incluirlo directamente."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "El <strong>robots.txt</strong> actual en este sitio"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\tsobre accesar todo o parte de un sitio web que está a la vista públicamente.\n"
2851
  "→\t→\t→\t→\t→\t→\tPuedes cambiarlo manualmente al editar <code>robots.txt</code> en el directorio raíz de WordPress."
2852
 
2853
+ #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Difunde, promociona y comparte</strong> entre los miembros de la red Timely los eventos seleccionados como públicos. (<a href=\"%s\" target=\"_blank\">Ver más &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "El cache de plantillas mejora el desempeño del sitio"
2860
 
2861
+ #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2870
  msgid "Event Details"
2871
  msgstr "Detalles del evento"
2872
 
2873
+ #: app/view/admin/add-new-event.php:505
2874
  msgid "Set banner image"
2875
  msgstr "Establecer la imagen en banner"
2876
 
2877
+ #: app/view/admin/add-new-event.php:506
2878
  msgid "Remove banner image"
2879
  msgstr "Borrar la imagen en banner"
2880
 
2914
  msgid "Show All Authors"
2915
  msgstr ""
2916
 
2917
+ #: app/model/settings.php:761
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr "Filtrado de contenido en modo de compatibilidad estricta"
2920
 
2921
+ #: app/model/settings.php:773
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr " <strong>Esconder la imagen destacada</strong> de la página de detalles del evento"
2924
 
2925
+ #: app/model/settings.php:776
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr "Selecciona esta opción si tu tema ya despliega la imagen destacada de cada publicación."
2928
 
2929
+ #: app/model/settings.php:787
2930
  msgid "Input dates in this format"
2931
  msgstr "Introducir fechas en este formato:"
2932
 
2933
+ #: app/model/settings.php:792
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr "Por defecto (d/m/yyyy)"
2936
 
2937
+ #: app/model/settings.php:796
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr "EUA (m/d/yyyy)"
2940
 
2941
+ #: app/model/settings.php:800
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr "ISO 8601 (yyyy-m-d)"
2944
 
2945
+ #: app/model/settings.php:804
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr "Punteado (m.d.yyyy)"
2948
 
2949
+ #: app/model/settings.php:816
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr "Usar <strong>tiempo de 24h</strong> en los seleccionadores de tiempo"
2952
 
2953
+ #: app/model/settings.php:827
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr "<strong>Desactivar el autocompletado de direcciones</strong>"
2956
 
2957
+ #: app/model/settings.php:838
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Usar la <strong>región</strong> configurada (localidad de WordPress) para afectar la función de autocompletar direcciones"
2960
 
2961
+ #: app/model/settings.php:854
2962
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
  msgstr "Mostrar el viejo botón de <strong>Publicar tu evento</strong> arriba del calendario a los usuarios privilegiados"
2964
 
2965
+ #: app/model/settings.php:857
2966
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
  msgstr "Instalar la <a target=\"_blank\" href=\"http://time.ly/\">Extensión interactiva de interfaz de usuario </a> para la interfaz de usuario del <strong>formulario de Publica tu propio evento</strong>."
2968
 
2969
+ #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Mover el calendario a este elemento DOM:"
2972
 
2973
+ #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "→\t→\t→\t→\t→\t→\tCualquier marcado existente que se encuentre dentro del objetivo \n"
2991
  "→\t→\t→\t→\t→\t→\tserá reemplazado por el calendario."
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Saltar la revisión <tt>in_the_loop()</tt> </strong> que protege contra la salida múltiple de calendarios"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Intenta habilitar esta opción si tu calendario no aparece en la página de calendario. Se necesita para la compatibilidad con un pequeño número de temas que llaman <tt>the_content()</tt> desde afuera de The Loop. De no ser el caso, dejar deshabilitado."
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Desactivar la compresión <strong>gzip</strong>."
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Utilizar el renderizado en interfaz."
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Renderiza la vista de calendario en el navegador en lugar de hacerlo en el servidor; puede mejorar el rendimiento."
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "Para despejar, sostén &#8984;/<abbr class=\"initialism\">CTRL</abbr> y haz click en la selección."
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "Fecha de inicio del calendario por defecto (opcional)"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "Las páginas de la agenda muestran como mucho"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "La vista de Semana/Día comienza en:"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "La vista de Semana/Día termina en:"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Ajuste de línea en texto corto de eventos</strong> en la vista de Mes"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Sólo aplica a eventos que abarcan un solo día."
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3052
  "→\t→\t→\t→\t→\t→\tVista como de agenda</span>, <strong>incluír todos los eventos\n"
3053
  "→\t→\t→\t→\t→\t→\t del última día mostrado</strong>"
3054
 
3055
+ #: app/model/settings.php:604
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "Mantener todos los eventos <strong>expandidos</strong> en la vista de agenda."
3058
 
3059
+ #: app/model/settings.php:616
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "<strong>Mostrar el año</strong> en las etiquetas de fecha del calendario"
3062
 
3063
+ #: app/model/settings.php:628
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "<strong>Mostrar la ubicación en los títulos de los eventos</strong> en la vista de calendario"
3066
 
3067
+ #: app/model/settings.php:640
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "<strong>Excluir</strong> los eventos de las búsquedas"
3070
 
3071
+ #: app/model/settings.php:652
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "Ocultar botones de <strong>Suscribir</strong>/<strong>Agregar a calendario</strong> en las vistas de calendario y eventos individuales"
3074
 
3075
+ #: app/model/settings.php:664
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr "Oculta el botón: <strong>Obtener Timely Calendar</strong>"
3078
 
3079
+ #: app/model/settings.php:676
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr "Esconder <strong>Google Maps</strong> hasta hacerle clic"
3082
 
3083
+ #: app/model/settings.php:688
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr " <strong>Fijar el menú de filtrado</strong> a la parte superior de la ventana cuando se desplaze fuera de vista"
3086
 
3087
+ #: app/model/settings.php:691
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr "S&oacute;lo se aplica al primer calendario visible encontrado en la p&aucute;gina."
3090
 
3091
+ #: app/model/settings.php:703
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr "Compensar la barra de filtro fija verticalmente por"
3094
 
3095
+ #: app/model/settings.php:718
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr "Solamente disponible para pantallas panorámicas (&#8805; 1200px)"
3098
 
3099
+ #: app/model/settings.php:733
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr "Solo para tabletas (< 980px)"
3102
 
3103
+ #: app/model/settings.php:748
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "Sólo teléfonos (< 768px)"
3106
 
3152
  msgid "Message"
3153
  msgstr ""
3154
 
3155
+ #: app/model/settings.php:401
3156
  #: lib/html/element/setting/calendar-page-selector.php:50
3157
  msgid "Calendar page"
3158
  msgstr "Página de calendario"
3159
 
3160
+ #: app/model/settings.php:411
3161
  msgid "Week starts on"
3162
  msgstr "La semana empieza en"
3163
 
3164
+ #: app/model/settings.php:424
3165
  msgid "Available views"
3166
  msgstr "Vistas disponibles"
3167
 
3168
+ #: app/model/settings.php:432
3169
  msgid "Agenda"
3170
  msgid_plural "Agenda"
3171
  msgstr[0] "Agenda"
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:443
3175
  msgid "Day"
3176
  msgid_plural "Day"
3177
  msgstr[0] "Día"
3178
  msgstr[1] ""
3179
 
3180
+ #: app/model/settings.php:454
3181
  msgid "Month"
3182
  msgid_plural "Month"
3183
  msgstr[0] "Mes"
3184
  msgstr[1] ""
3185
 
3186
+ #: app/model/settings.php:465
3187
  msgid "Week"
3188
  msgid_plural "Week"
3189
  msgstr[0] "Semana"
3190
  msgstr[1] ""
3191
 
3192
+ #: app/model/settings.php:479 app/view/event/single.php:57
3193
+ #: app/view/event/single.php:58
3194
  msgid "Timezone"
3195
  msgstr "Zona Horaria"
3196
 
3197
+ #: app/model/settings.php:492
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Filtros de calendario preseleccionados"
3200
 
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
+ #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Correo electrónico"
language/all-in-one-event-calendar-et.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr ""
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr ""
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr ""
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr ""
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr ""
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr ""
2162
 
@@ -2222,19 +2227,15 @@ msgstr ""
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr ""
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr ""
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr ""
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr ""
2240
 
@@ -2333,7 +2334,7 @@ msgstr ""
2333
  msgid "Subscribe"
2334
  msgstr ""
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr ""
2381
  msgid "Clear category filter"
2382
  msgstr ""
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr ""
@@ -2390,7 +2391,7 @@ msgstr ""
2390
  msgid "Clear tag filter"
2391
  msgstr ""
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr ""
@@ -2411,11 +2412,11 @@ msgstr ""
2411
  msgid "Read more"
2412
  msgstr ""
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr ""
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr ""
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr ""
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr ""
2613
  msgid "Cache Report"
2614
  msgstr ""
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr ""
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr ""
2730
 
@@ -2832,19 +2824,19 @@ msgstr ""
2832
  msgid "month(s)"
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr ""
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr ""
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr ""
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr ""
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr ""
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr ""
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr ""
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr ""
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr ""
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr ""
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr ""
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr ""
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] ""
3162
  msgstr[1] ""
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] ""
3168
  msgstr[1] ""
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] ""
3174
  msgstr[1] ""
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] ""
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr ""
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr ""
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr ""
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr ""
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr ""
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr ""
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr ""
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr ""
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr ""
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr ""
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr ""
2241
 
2334
  msgid "Subscribe"
2335
  msgstr ""
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr ""
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr ""
2391
  msgid "Clear tag filter"
2392
  msgstr ""
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr ""
2412
  msgid "Read more"
2413
  msgstr ""
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr ""
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr ""
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr ""
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr ""
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr ""
2722
 
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr ""
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr ""
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr ""
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr ""
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr ""
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr ""
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr ""
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr ""
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr ""
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr ""
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr ""
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr ""
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr ""
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] ""
3154
  msgstr[1] ""
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] ""
3160
  msgstr[1] ""
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] ""
3166
  msgstr[1] ""
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] ""
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr ""
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
language/all-in-one-event-calendar-eu.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr ""
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr ""
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr ""
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr ""
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr ""
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr ""
2162
 
@@ -2222,19 +2227,15 @@ msgstr ""
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr ""
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr ""
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr ""
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr ""
2240
 
@@ -2333,7 +2334,7 @@ msgstr ""
2333
  msgid "Subscribe"
2334
  msgstr ""
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr ""
2381
  msgid "Clear category filter"
2382
  msgstr ""
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr ""
@@ -2390,7 +2391,7 @@ msgstr ""
2390
  msgid "Clear tag filter"
2391
  msgstr ""
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr ""
@@ -2411,11 +2412,11 @@ msgstr ""
2411
  msgid "Read more"
2412
  msgstr ""
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr ""
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr ""
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr ""
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr ""
2613
  msgid "Cache Report"
2614
  msgstr ""
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr ""
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr ""
2730
 
@@ -2832,19 +2824,19 @@ msgstr ""
2832
  msgid "month(s)"
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr ""
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr ""
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr ""
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr ""
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr ""
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr ""
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr ""
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr ""
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr ""
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr ""
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr ""
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr ""
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] ""
3162
  msgstr[1] ""
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] ""
3168
  msgstr[1] ""
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] ""
3174
  msgstr[1] ""
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] ""
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr ""
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr ""
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr ""
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr ""
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr ""
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr ""
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr ""
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr ""
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr ""
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr ""
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr ""
2241
 
2334
  msgid "Subscribe"
2335
  msgstr ""
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr ""
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr ""
2391
  msgid "Clear tag filter"
2392
  msgstr ""
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr ""
2412
  msgid "Read more"
2413
  msgstr ""
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr ""
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr ""
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr ""
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr ""
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr ""
2722
 
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr ""
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr ""
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr ""
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr ""
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr ""
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr ""
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr ""
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr ""
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr ""
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr ""
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr ""
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr ""
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr ""
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] ""
3154
  msgstr[1] ""
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] ""
3160
  msgstr[1] ""
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] ""
3166
  msgstr[1] ""
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] ""
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr ""
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
language/all-in-one-event-calendar-fi.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr "Valitse aikavyöhyke"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Maksuton"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr ""
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr ""
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Koska:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Missä:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Tapahtumaluonnos p&auml;ivitetty. <a target=\"_blank\" href=\"%s\">Esikatsele tapahtumaa</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Lisää kalenteriin"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Hinta:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Yhteystiedot:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Tilaa suodatettu kalenteri"
2333
  msgid "Subscribe"
2334
  msgstr "Tilaa"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Tilaa tämä kalenteri muuhun tekstipohjaiseen kalenteriin"
2381
  msgid "Clear category filter"
2382
  msgstr "Tyhjennä kategoriasuodatin"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Kategoriat:"
@@ -2390,7 +2391,7 @@ msgstr "Kategoriat:"
2390
  msgid "Clear tag filter"
2391
  msgstr "Tyhjennä avainsanasuodatin"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Asiasanat"
@@ -2411,11 +2412,11 @@ msgstr "Tällä hetkellä näytettävissä ei ole yhtään tulossa olevaa tapaht
2411
  msgid "Read more"
2412
  msgstr "Lue lisää"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr ""
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Palauta oletusasetukset"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr ""
2613
  msgid "Cache Report"
2614
  msgstr ""
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar: Asetukset"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Asetukset"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "viimeinen"
2832
  msgid "month(s)"
2833
  msgstr "kuukausi(a)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Tämän sivuston voimassaoleva <strong>robots.txt</strong>"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr "<strong>Julkaise, markkinoi sekä jaa julkisiksi määritetyt tapahtumani</strong> Timely-verkostossa. (<a href=\"%s\" target=\"_blank\">Lue lisää &#187;</a>)"
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr "Tapahtuman yksityiskohdat"
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr "Aseta otsikko kuva"
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr "Poista otsikko kuva"
2883
 
@@ -2917,63 +2909,63 @@ msgstr "N&auml;yt&auml; kaikki"
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr "Valitse tämä, mikäli teemasi näyttää valmiiksi kunkin artikkelin artikkelikuvan."
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr "Anna päiväykset tässä muodossa"
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr "Oletus (p/k/vvv)"
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr "US (k/p/vvvv)"
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr "ISO 8601 (vvvv-k-p)"
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr "Pisteet (k.p.vvvv)"
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr "Käytä <strong>24 tunnin muotoa</strong> aikavalinnoissa"
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr "Ota <strong>osoitteiden automaattit&auml;ydennys</strong> pois p&auml;&auml;lt&auml;"
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr "Poista <strong>gzip</strong>-pakkaus käytöstä."
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr "Poistaaksesi valinnan paina &#8984;/<abbr class=\"initialism\">CTRL</abbr> ja valitse kohta."
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr "Kalenterin oletusalkupäivä (valinnainen)"
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr "Listaussivut n&auml;ytt&auml;v&auml;t enint&auml;&auml;n"
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr "Viikko-/Päivänäkymä alkaa"
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr "Viikko-/Päivänäkymä loppuu"
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr "Näytä kaikki tapahtumat <strong>laajennettuina</strong> listanäkymässä"
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr "<strong>Näytä vuosi</strong> kalenterin päiväyksissä"
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr "<strong>N&auml;yt&auml; sijainti tapahtumaotsikoissa</strong> kalenterin&auml;kym&auml;ss&auml;"
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr "<strong>&Auml;l&auml; n&auml;yt&auml; tapahtumia</strong> hakutuloksissa"
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr "Piilota <strong>Tila</strong>/<strong>Lisää kalenteriin</strong> -painikkeet kalenteri- ja tapahtumanäkymissä"
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr "Piilota <strong>Google Maps</strong> -kartta, kunnes sitä klikataan"
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr "<strong>Kiinnitä suodatusvalikko</strong> ikkunan yläosaan, kun se häviäisi näytön ulkopuolelle"
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr "Vain leveät näytöt (&#8805; 1200px)"
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr "Vain tabletit (< 980px)"
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr "Vain puhelimet (< 768px)"
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr "Kalenterisivu"
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr "Viikko alkaa"
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr "Käytettävissä olevat näkymät"
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] "Lista"
3162
  msgstr[1] "Listat"
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] "Päivä"
3168
  msgstr[1] "Päivät"
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] "Kuukausi"
3174
  msgstr[1] "Kuukaudet"
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] "Viikko"
3180
  msgstr[1] "Viikot"
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr "Aikavyöhyke"
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr "Esivalitut kalenterisuodattimet"
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr "Sähköposti"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Valitse aikavyöhyke"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Maksuton"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr ""
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr ""
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Koska:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Missä:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Tapahtumaluonnos p&auml;ivitetty. <a target=\"_blank\" href=\"%s\">Esikatsele tapahtumaa</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Lisää kalenteriin"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Hinta:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Yhteystiedot:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Tilaa"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Tyhjennä kategoriasuodatin"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Kategoriat:"
2391
  msgid "Clear tag filter"
2392
  msgstr "Tyhjennä avainsanasuodatin"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Asiasanat"
2412
  msgid "Read more"
2413
  msgstr "Lue lisää"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr ""
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr ""
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar: Asetukset"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Asetukset"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "kuukausi(a)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Tämän sivuston voimassaoleva <strong>robots.txt</strong>"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Julkaise, markkinoi sekä jaa julkisiksi määritetyt tapahtumani</strong> Timely-verkostossa. (<a href=\"%s\" target=\"_blank\">Lue lisää &#187;</a>)"
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr "Tapahtuman yksityiskohdat"
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr "Aseta otsikko kuva"
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr "Poista otsikko kuva"
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr "Valitse tämä, mikäli teemasi näyttää valmiiksi kunkin artikkelin artikkelikuvan."
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr "Anna päiväykset tässä muodossa"
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr "Oletus (p/k/vvv)"
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr "US (k/p/vvvv)"
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr "ISO 8601 (vvvv-k-p)"
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr "Pisteet (k.p.vvvv)"
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr "Käytä <strong>24 tunnin muotoa</strong> aikavalinnoissa"
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr "Ota <strong>osoitteiden automaattit&auml;ydennys</strong> pois p&auml;&auml;lt&auml;"
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr "Poista <strong>gzip</strong>-pakkaus käytöstä."
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr "Poistaaksesi valinnan paina &#8984;/<abbr class=\"initialism\">CTRL</abbr> ja valitse kohta."
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr "Kalenterin oletusalkupäivä (valinnainen)"
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr "Listaussivut n&auml;ytt&auml;v&auml;t enint&auml;&auml;n"
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr "Viikko-/Päivänäkymä alkaa"
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr "Viikko-/Päivänäkymä loppuu"
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr "Näytä kaikki tapahtumat <strong>laajennettuina</strong> listanäkymässä"
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr "<strong>Näytä vuosi</strong> kalenterin päiväyksissä"
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr "<strong>N&auml;yt&auml; sijainti tapahtumaotsikoissa</strong> kalenterin&auml;kym&auml;ss&auml;"
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr "<strong>&Auml;l&auml; n&auml;yt&auml; tapahtumia</strong> hakutuloksissa"
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr "Piilota <strong>Tila</strong>/<strong>Lisää kalenteriin</strong> -painikkeet kalenteri- ja tapahtumanäkymissä"
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr "Piilota <strong>Google Maps</strong> -kartta, kunnes sitä klikataan"
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr "<strong>Kiinnitä suodatusvalikko</strong> ikkunan yläosaan, kun se häviäisi näytön ulkopuolelle"
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr "Vain leveät näytöt (&#8805; 1200px)"
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr "Vain tabletit (< 980px)"
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr "Vain puhelimet (< 768px)"
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr "Kalenterisivu"
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr "Viikko alkaa"
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr "Käytettävissä olevat näkymät"
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] "Lista"
3154
  msgstr[1] "Listat"
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] "Päivä"
3160
  msgstr[1] "Päivät"
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] "Kuukausi"
3166
  msgstr[1] "Kuukaudet"
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] "Viikko"
3172
  msgstr[1] "Viikot"
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr "Aikavyöhyke"
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr "Esivalitut kalenterisuodattimet"
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr "Sähköposti"
language/all-in-one-event-calendar-fr_FR.mo CHANGED
Binary file
language/all-in-one-event-calendar-fr_FR.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr "L'URL du site est incorrecte."
1358
  msgid "Thank you for being our customer,"
1359
  msgstr "Merci d'être notre client,"
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr "Aristotel Dascal, VP of Product, Time.ly"
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr "Envoi en cours..."
@@ -1975,15 +1980,15 @@ msgstr "Décalage manuel"
1975
  msgid "Choose your timezone"
1976
  msgstr "Choisissez votre fuseau horaire"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Le plugin est installé, mais n'a pas été configuré. Connectez-vous en tant qu'administrateur pour le mettre en place."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "L'add-on <strong>%s</strong> doit être mis à jour sur la dernière version %s pour maintenir la compatibilité avec l'agenda."
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "Si vous ne visualisez pas les notifications de mises à jour ci-dessous, assurez vous que vous avez correctement <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">renseigné votre clé de licence</a>. Sinon, rendez-vous sur <a href=\"https://time.ly/your-account/\">votre compte</a> pour télécharger la dernière version de cet/ces add-on/s et <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">effectuez la mise à jour manuellement</a>. Veuillez <a href=\"https://time.ly/forums/\">publier sur le forum</a> si vous rencontrez des difficultés. Nous nous ferons un plaisir de vous aider."
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>L'événement <strong>%s</strong> a été cloné avec succès. <a hre
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "Vous avez activé le rendu client et vous utilisez un thème agenda personnalisé. Si votre thème ne supporte pas le rendu client, votre agenda peut ne pas fonctionner correctement."
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr "Tickets:"
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Gratuit"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Acheter des tickets"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Modifier cette occurrence (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Cette publication a été copiée depuis le <a href=\"%s\" title=\"Flux iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>flux agenda</a> d'un autre site."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Voir l'original"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Identifiant de flux ICS invalide"
2152
  msgid "Categories (optional)"
2153
  msgstr "Catégories (optionnel)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Quand :"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Où :"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "j M Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Brouillon d'événement mis à jour. <a target=\"_blank\" href=\"%s\">Prévisualiser l'événement</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "L'évènement a été créé dans la zone de temps %s"
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Ajouter au Calendrier"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Coût :"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Contact :"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "S'abonner au calendrier filtré"
2333
  msgid "Subscribe"
2334
  msgstr "S'abonner"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Obtenir un calendrier Timely"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "S'abonner à ce calendrier dans un autre calendrier en texte brut"
2381
  msgid "Clear category filter"
2382
  msgstr "Réinitialiser le filtre de catégorie"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Catégories"
@@ -2390,7 +2391,7 @@ msgstr "Catégories"
2390
  msgid "Clear tag filter"
2391
  msgstr "Réinitialiser le filtre de mots-clefs"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Mots-clés"
@@ -2411,11 +2412,11 @@ msgstr "Il n'y a aucun événement à venir pour le moment."
2411
  msgid "Read more"
2412
  msgstr "Lire la suite"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr "Ventes"
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr "Chèque"
2421
 
@@ -2423,32 +2424,32 @@ msgstr "Chèque"
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr "Sauvegardez les changements"
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr "Date"
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr "Événement"
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr "Acheteur"
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Tickets"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr "Total"
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr "Se déconnecter"
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Remettre par défaut"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Calendar : Thèmes"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr "Billetterie"
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr "Billetterie<sup>béta</sup>"
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr "Time.ly Billetterie<sup>beta</sup>"
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Services Externes"
2613
  msgid "Cache Report"
2614
  msgstr "Rapport de Cache"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar : Paramètres"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Paramètres"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "dernier"
2832
  msgid "month(s)"
2833
  msgstr "mois"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Lier le CSS</strong> dans la section d'<code>&lt;entête (head)&gt;</code> quand le cache de fichier est indisponible."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Utiliser cette option si le cache de fichier est indisponible et que vous préférez montrer le CSS en tant que lien plutôt qu'en affichage inline."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "<strong>robots.txt</strong> actuel sur ce site"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2858,19 +2850,19 @@ msgstr ""
2858
  "→\t→\t→\t→\t→\t→\td'accès à tout ou partie d'un site web public.\n"
2859
  "→\t→\t→\t→\t→\t→\tVous pouvez le changer manuellement en éditant le fichier <code>robots.txt</code> à votre répertoire racine Wordpress."
2860
 
2861
- #: app/model/settings.php:996
2862
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2863
  msgstr "<strong>Publier, promouvoir et partager mes événements</strong> publiques sur le réseau de Timely (<a href=\"%s\" target=\"_blank\">En savoir plus &#187;</a>)"
2864
 
2865
- #: app/model/settings.php:1019
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "Le cache de gabarits améliore les performances du site"
2868
 
2869
- #: app/model/settings.php:1032
2870
  msgid "Display events in <strong>calendar time zone</strong>"
2871
  msgstr "Afficher les événements dans <strong>le fuseau horaire du calendrier</strong>"
2872
 
2873
- #: app/model/settings.php:1035
2874
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2875
  msgstr "Si cette case est cochée, les événements apparaîtront dans le fuseau horaire du calendrier, le fuseau étant affiché sur la page de détails de l'événement."
2876
 
@@ -2878,11 +2870,11 @@ msgstr "Si cette case est cochée, les événements apparaîtront dans le fuseau
2878
  msgid "Event Details"
2879
  msgstr "Détails de l'Événement"
2880
 
2881
- #: app/view/admin/add-new-event.php:500
2882
  msgid "Set banner image"
2883
  msgstr "Choisir l'image de bannière"
2884
 
2885
- #: app/view/admin/add-new-event.php:501
2886
  msgid "Remove banner image"
2887
  msgstr "Supprimer l'image de bannière"
2888
 
@@ -2922,63 +2914,63 @@ msgstr "Afficher tous"
2922
  msgid "Show All Authors"
2923
  msgstr "Montrer tous les auteurs"
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Strict compatibility content filtering"
2927
  msgstr "Filtrage strict de la compatibilité du contenu"
2928
 
2929
- #: app/model/settings.php:774
2930
  msgid " <strong>Hide featured image</strong> from event details page"
2931
  msgstr " <strong>Cacher l'image à la une</strong> de la page détaillée d'événement"
2932
 
2933
- #: app/model/settings.php:777
2934
  msgid "Select this option if your theme already displays each post's featured image."
2935
  msgstr "Sélectionnez cette option si votre thème affiche déjà les images à la une de chaque article."
2936
 
2937
- #: app/model/settings.php:788
2938
  msgid "Input dates in this format"
2939
  msgstr "Dates dans ce format"
2940
 
2941
- #: app/model/settings.php:793
2942
  msgid "Default (d/m/yyyy)"
2943
  msgstr "Défaut (d/m/yyyy)"
2944
 
2945
- #: app/model/settings.php:797
2946
  msgid "US (m/d/yyyy)"
2947
  msgstr "US (m/d/yyyy)"
2948
 
2949
- #: app/model/settings.php:801
2950
  msgid "ISO 8601 (yyyy-m-d)"
2951
  msgstr "ISO 8601 (yyyy-m-d)"
2952
 
2953
- #: app/model/settings.php:805
2954
  msgid "Dotted (m.d.yyyy)"
2955
  msgstr "Point (m.d.yyyy)"
2956
 
2957
- #: app/model/settings.php:817
2958
  msgid " Use <strong>24h time</strong> in time pickers"
2959
  msgstr "Utiliser le <strong>format 24h</strong>"
2960
 
2961
- #: app/model/settings.php:828
2962
  msgid "<strong>Disable address autocomplete</strong> function"
2963
  msgstr "<strong>Désactiver la fonction d’auto-complétion d'adresse</strong>"
2964
 
2965
- #: app/model/settings.php:839
2966
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2967
  msgstr "Utiliser la <strong>région</strong> configurée (locale Wordpress) pour influencer la fonction d’auto-complétion d'adresse"
2968
 
2969
- #: app/model/settings.php:855
2970
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2971
  msgstr " Afficher le bouton <strong>Postez vos événements</strong> en dessous du calendrier aux utilisateurs ayant les droits"
2972
 
2973
- #: app/model/settings.php:858
2974
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2975
  msgstr "Installez l'extension <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> pour utiliser le formulaire public <strong>Postez votre Événement</strong>."
2976
 
2977
- #: app/model/settings.php:879
2978
  msgid "Move calendar into this DOM element"
2979
  msgstr "Bouger le calendrier dans cet élement DOM"
2980
 
2981
- #: app/model/settings.php:881
2982
  msgid ""
2983
  "Optional. Use this JavaScript-based shortcut to place the\n"
2984
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  "→\t→\t→\t→\t→\t→\tToutes balises dans la cible seront remplacées\n"
2999
  "→\t→\t→\t→\t→\t→\tpar le calendrier."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "<strong>Passer la vérification <tt>in_the_loop()</tt></strong> qui protège contre les événements multiples de calendrier"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "Essayez d'activer cette option si le calendrier n'apparait pas sur la page calendrier. Cela est nécessaire pour compatibilité avec un petit nombre de thèmes utilisant <tt>the_content()</tt> depuis l'extérieure de la boucle. Laissez désactivé sinon."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "Désactiver la compression <strong>gzip</strong>."
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr "Visualisation frontend."
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr "Effectuer le rendu des vues calendrier sur le client plutôt que le serveur; cela peut améliorer les performances."
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "Pour effacer, maintenez &#8984;/<abbr class=\"initialism\">CTRL</abbr> enfoncé et cliquez sur la sélection."
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "Date de départ du calendrier par défaut (optionnel)"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "Pages d'agenda affichées au minimum"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "Les vues Jour et Semaine commencent à"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "Les vues Jour et Semaine se terminent à"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "<strong>Découper le talon d'événement</strong> dans la vue Mois"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "Appliqué uniquement aux événements de journée entière."
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3055,55 +3047,55 @@ msgid ""
3055
  "\t\t\t\t\t\tfrom last day shown</strong>"
3056
  msgstr "Dans <span class=\"ai1ec-tooltip-toggle\" data-original-title=\"Cela inclue la vue Agenda, le widget Événements à venir, et certaines vues étendues.\"> les vues Agenda</span>, <strong>incluant tous les événements des derniers jours</strong>"
3057
 
3058
- #: app/model/settings.php:605
3059
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3060
  msgstr "Garder tous les événements <strong>agrandis</strong> dans la vue Agenda"
3061
 
3062
- #: app/model/settings.php:617
3063
  msgid "<strong>Show year</strong> in calendar date labels"
3064
  msgstr "<strong>Afficher l'année</strong> dans les dates du calendrier"
3065
 
3066
- #: app/model/settings.php:629
3067
  msgid "<strong>Show location in event titles</strong> in calendar views"
3068
  msgstr "<strong>Afficher le lieu dans les titres d'évènement</strong> dans les vues calendrier"
3069
 
3070
- #: app/model/settings.php:641
3071
  msgid "<strong>Exclude</strong> events from search results"
3072
  msgstr "<strong>Exclure</strong> les évènements des résultats de recherche"
3073
 
3074
- #: app/model/settings.php:653
3075
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3076
  msgstr "Cacher les boutons <strong>Souscrire</strong>/<strong>Ajouter au Calendrier</strong> dans les vues calendrier et événement "
3077
 
3078
- #: app/model/settings.php:665
3079
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3080
  msgstr "Cacher le bouton <strong>Obtenir un calendrier Timely</strong>"
3081
 
3082
- #: app/model/settings.php:677
3083
  msgid " Hide <strong>Google Maps</strong> until clicked"
3084
  msgstr "Cacher <strong>Cartes Google</strong> jusqu'à cliqué"
3085
 
3086
- #: app/model/settings.php:689
3087
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3088
  msgstr " <strong>Figer le menu de filtres</strong> en haut la fenêtre lorsqu'il défile hors de l'écran."
3089
 
3090
- #: app/model/settings.php:692
3091
  msgid "Only applies to first visible calendar found on the page."
3092
  msgstr "Appliquer seulement le premier calendrier visible trouvé sur la page"
3093
 
3094
- #: app/model/settings.php:704
3095
  msgid "Offset affixed filter bar vertically by"
3096
  msgstr "Décaler verticalement la barre de filtre figée de"
3097
 
3098
- #: app/model/settings.php:719
3099
  msgid "Wide screens only (&#8805; 1200px)"
3100
  msgstr "Écrans larges seulement (&#8805; 1200px)"
3101
 
3102
- #: app/model/settings.php:734
3103
  msgid "Tablets only (< 980px)"
3104
  msgstr "Tablettes seulement (&lt; 980px)"
3105
 
3106
- #: app/model/settings.php:749
3107
  msgid "Phones only (< 768px)"
3108
  msgstr "Téléphones seulement (&lt; 768px)"
3109
 
@@ -3155,48 +3147,49 @@ msgstr "URL du site"
3155
  msgid "Message"
3156
  msgstr "Message"
3157
 
3158
- #: app/model/settings.php:402
3159
  #: lib/html/element/setting/calendar-page-selector.php:50
3160
  msgid "Calendar page"
3161
  msgstr "Page du calendrier"
3162
 
3163
- #: app/model/settings.php:412
3164
  msgid "Week starts on"
3165
  msgstr "La semaine commence le"
3166
 
3167
- #: app/model/settings.php:425
3168
  msgid "Available views"
3169
  msgstr "Vues disponibles"
3170
 
3171
- #: app/model/settings.php:433
3172
  msgid "Agenda"
3173
  msgid_plural "Agenda"
3174
  msgstr[0] "Agenda"
3175
  msgstr[1] "Agendas"
3176
 
3177
- #: app/model/settings.php:444
3178
  msgid "Day"
3179
  msgid_plural "Day"
3180
  msgstr[0] "Jour"
3181
  msgstr[1] "Jours"
3182
 
3183
- #: app/model/settings.php:455
3184
  msgid "Month"
3185
  msgid_plural "Month"
3186
  msgstr[0] "Mois"
3187
  msgstr[1] "Mois"
3188
 
3189
- #: app/model/settings.php:466
3190
  msgid "Week"
3191
  msgid_plural "Week"
3192
  msgstr[0] "Semaine"
3193
  msgstr[1] "Semaines"
3194
 
3195
- #: app/model/settings.php:480
 
3196
  msgid "Timezone"
3197
  msgstr "Fuseau horaire"
3198
 
3199
- #: app/model/settings.php:493
3200
  msgid "Preselected calendar filters"
3201
  msgstr "Filtres présélectionnés de calendrier"
3202
 
@@ -3232,11 +3225,11 @@ msgstr "Nous n'avons pas pu mettre à jour l'événement sur la billetterie Time
3232
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3233
  msgstr "Cet événement a été dupliqué depuis un autre site. Tout changement sur les tickets sera refusé."
3234
 
3235
- #: app/model/api/api-registration.php:186
3236
  msgid "Payment preferences were not saved."
3237
  msgstr "Les préférences de paiement n'ont pas été sauvegardées."
3238
 
3239
- #: app/model/api/api-registration.php:177
3240
  msgid "Payment preferences were saved."
3241
  msgstr "Les préférences de paiement ont été sauvegardées. "
3242
 
@@ -3320,11 +3313,11 @@ msgstr "Liste des participants"
3320
  msgid "Guest Name"
3321
  msgstr "Nom de l'invité"
3322
 
3323
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3324
  msgid "Status"
3325
  msgstr "Statut"
3326
 
3327
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3328
  #: app/view/event/ticket.php:71
3329
  msgid "Email"
3330
  msgstr "Courriel"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr "Merci d'être notre client,"
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr "Envoi en cours..."
1980
  msgid "Choose your timezone"
1981
  msgstr "Choisissez votre fuseau horaire"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Le plugin est installé, mais n'a pas été configuré. Connectez-vous en tant qu'administrateur pour le mettre en place."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "L'add-on <strong>%s</strong> doit être mis à jour sur la dernière version %s pour maintenir la compatibilité avec l'agenda."
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "Si vous ne visualisez pas les notifications de mises à jour ci-dessous, assurez vous que vous avez correctement <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">renseigné votre clé de licence</a>. Sinon, rendez-vous sur <a href=\"https://time.ly/your-account/\">votre compte</a> pour télécharger la dernière version de cet/ces add-on/s et <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">effectuez la mise à jour manuellement</a>. Veuillez <a href=\"https://time.ly/forums/\">publier sur le forum</a> si vous rencontrez des difficultés. Nous nous ferons un plaisir de vous aider."
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "Vous avez activé le rendu client et vous utilisez un thème agenda personnalisé. Si votre thème ne supporte pas le rendu client, votre agenda peut ne pas fonctionner correctement."
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr "Tickets:"
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Gratuit"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Acheter des tickets"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Modifier cette occurrence (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Cette publication a été copiée depuis le <a href=\"%s\" title=\"Flux iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>flux agenda</a> d'un autre site."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Voir l'original"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Catégories (optionnel)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Quand :"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Où :"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Brouillon d'événement mis à jour. <a target=\"_blank\" href=\"%s\">Prévisualiser l'événement</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Ajouter au Calendrier"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Coût :"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Contact :"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "S'abonner"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Obtenir un calendrier Timely"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Réinitialiser le filtre de catégorie"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Catégories"
2391
  msgid "Clear tag filter"
2392
  msgstr "Réinitialiser le filtre de mots-clefs"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Mots-clés"
2412
  msgid "Read more"
2413
  msgstr "Lire la suite"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr "Ventes"
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr "Chèque"
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr "Sauvegardez les changements"
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr "Date"
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr "Événement"
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr "Acheteur"
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Tickets"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr "Total"
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr "Se déconnecter"
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar : Thèmes"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr "Billetterie"
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Rapport de Cache"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar : Paramètres"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Paramètres"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "mois"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Lier le CSS</strong> dans la section d'<code>&lt;entête (head)&gt;</code> quand le cache de fichier est indisponible."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Utiliser cette option si le cache de fichier est indisponible et que vous préférez montrer le CSS en tant que lien plutôt qu'en affichage inline."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "<strong>robots.txt</strong> actuel sur ce site"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\td'accès à tout ou partie d'un site web public.\n"
2851
  "→\t→\t→\t→\t→\t→\tVous pouvez le changer manuellement en éditant le fichier <code>robots.txt</code> à votre répertoire racine Wordpress."
2852
 
2853
+ #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publier, promouvoir et partager mes événements</strong> publiques sur le réseau de Timely (<a href=\"%s\" target=\"_blank\">En savoir plus &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Le cache de gabarits améliore les performances du site"
2860
 
2861
+ #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr "Afficher les événements dans <strong>le fuseau horaire du calendrier</strong>"
2864
 
2865
+ #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr "Si cette case est cochée, les événements apparaîtront dans le fuseau horaire du calendrier, le fuseau étant affiché sur la page de détails de l'événement."
2868
 
2870
  msgid "Event Details"
2871
  msgstr "Détails de l'Événement"
2872
 
2873
+ #: app/view/admin/add-new-event.php:505
2874
  msgid "Set banner image"
2875
  msgstr "Choisir l'image de bannière"
2876
 
2877
+ #: app/view/admin/add-new-event.php:506
2878
  msgid "Remove banner image"
2879
  msgstr "Supprimer l'image de bannière"
2880
 
2914
  msgid "Show All Authors"
2915
  msgstr "Montrer tous les auteurs"
2916
 
2917
+ #: app/model/settings.php:761
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr "Filtrage strict de la compatibilité du contenu"
2920
 
2921
+ #: app/model/settings.php:773
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr " <strong>Cacher l'image à la une</strong> de la page détaillée d'événement"
2924
 
2925
+ #: app/model/settings.php:776
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr "Sélectionnez cette option si votre thème affiche déjà les images à la une de chaque article."
2928
 
2929
+ #: app/model/settings.php:787
2930
  msgid "Input dates in this format"
2931
  msgstr "Dates dans ce format"
2932
 
2933
+ #: app/model/settings.php:792
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr "Défaut (d/m/yyyy)"
2936
 
2937
+ #: app/model/settings.php:796
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr "US (m/d/yyyy)"
2940
 
2941
+ #: app/model/settings.php:800
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr "ISO 8601 (yyyy-m-d)"
2944
 
2945
+ #: app/model/settings.php:804
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr "Point (m.d.yyyy)"
2948
 
2949
+ #: app/model/settings.php:816
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr "Utiliser le <strong>format 24h</strong>"
2952
 
2953
+ #: app/model/settings.php:827
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr "<strong>Désactiver la fonction d’auto-complétion d'adresse</strong>"
2956
 
2957
+ #: app/model/settings.php:838
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Utiliser la <strong>région</strong> configurée (locale Wordpress) pour influencer la fonction d’auto-complétion d'adresse"
2960
 
2961
+ #: app/model/settings.php:854
2962
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
  msgstr " Afficher le bouton <strong>Postez vos événements</strong> en dessous du calendrier aux utilisateurs ayant les droits"
2964
 
2965
+ #: app/model/settings.php:857
2966
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
  msgstr "Installez l'extension <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> pour utiliser le formulaire public <strong>Postez votre Événement</strong>."
2968
 
2969
+ #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Bouger le calendrier dans cet élement DOM"
2972
 
2973
+ #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "→\t→\t→\t→\t→\t→\tToutes balises dans la cible seront remplacées\n"
2991
  "→\t→\t→\t→\t→\t→\tpar le calendrier."
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Passer la vérification <tt>in_the_loop()</tt></strong> qui protège contre les événements multiples de calendrier"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Essayez d'activer cette option si le calendrier n'apparait pas sur la page calendrier. Cela est nécessaire pour compatibilité avec un petit nombre de thèmes utilisant <tt>the_content()</tt> depuis l'extérieure de la boucle. Laissez désactivé sinon."
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Désactiver la compression <strong>gzip</strong>."
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Visualisation frontend."
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Effectuer le rendu des vues calendrier sur le client plutôt que le serveur; cela peut améliorer les performances."
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "Pour effacer, maintenez &#8984;/<abbr class=\"initialism\">CTRL</abbr> enfoncé et cliquez sur la sélection."
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "Date de départ du calendrier par défaut (optionnel)"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "Pages d'agenda affichées au minimum"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "Les vues Jour et Semaine commencent à"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "Les vues Jour et Semaine se terminent à"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Découper le talon d'événement</strong> dans la vue Mois"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Appliqué uniquement aux événements de journée entière."
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3047
  "\t\t\t\t\t\tfrom last day shown</strong>"
3048
  msgstr "Dans <span class=\"ai1ec-tooltip-toggle\" data-original-title=\"Cela inclue la vue Agenda, le widget Événements à venir, et certaines vues étendues.\"> les vues Agenda</span>, <strong>incluant tous les événements des derniers jours</strong>"
3049
 
3050
+ #: app/model/settings.php:604
3051
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3052
  msgstr "Garder tous les événements <strong>agrandis</strong> dans la vue Agenda"
3053
 
3054
+ #: app/model/settings.php:616
3055
  msgid "<strong>Show year</strong> in calendar date labels"
3056
  msgstr "<strong>Afficher l'année</strong> dans les dates du calendrier"
3057
 
3058
+ #: app/model/settings.php:628
3059
  msgid "<strong>Show location in event titles</strong> in calendar views"
3060
  msgstr "<strong>Afficher le lieu dans les titres d'évènement</strong> dans les vues calendrier"
3061
 
3062
+ #: app/model/settings.php:640
3063
  msgid "<strong>Exclude</strong> events from search results"
3064
  msgstr "<strong>Exclure</strong> les évènements des résultats de recherche"
3065
 
3066
+ #: app/model/settings.php:652
3067
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3068
  msgstr "Cacher les boutons <strong>Souscrire</strong>/<strong>Ajouter au Calendrier</strong> dans les vues calendrier et événement "
3069
 
3070
+ #: app/model/settings.php:664
3071
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3072
  msgstr "Cacher le bouton <strong>Obtenir un calendrier Timely</strong>"
3073
 
3074
+ #: app/model/settings.php:676
3075
  msgid " Hide <strong>Google Maps</strong> until clicked"
3076
  msgstr "Cacher <strong>Cartes Google</strong> jusqu'à cliqué"
3077
 
3078
+ #: app/model/settings.php:688
3079
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3080
  msgstr " <strong>Figer le menu de filtres</strong> en haut la fenêtre lorsqu'il défile hors de l'écran."
3081
 
3082
+ #: app/model/settings.php:691
3083
  msgid "Only applies to first visible calendar found on the page."
3084
  msgstr "Appliquer seulement le premier calendrier visible trouvé sur la page"
3085
 
3086
+ #: app/model/settings.php:703
3087
  msgid "Offset affixed filter bar vertically by"
3088
  msgstr "Décaler verticalement la barre de filtre figée de"
3089
 
3090
+ #: app/model/settings.php:718
3091
  msgid "Wide screens only (&#8805; 1200px)"
3092
  msgstr "Écrans larges seulement (&#8805; 1200px)"
3093
 
3094
+ #: app/model/settings.php:733
3095
  msgid "Tablets only (< 980px)"
3096
  msgstr "Tablettes seulement (&lt; 980px)"
3097
 
3098
+ #: app/model/settings.php:748
3099
  msgid "Phones only (< 768px)"
3100
  msgstr "Téléphones seulement (&lt; 768px)"
3101
 
3147
  msgid "Message"
3148
  msgstr "Message"
3149
 
3150
+ #: app/model/settings.php:401
3151
  #: lib/html/element/setting/calendar-page-selector.php:50
3152
  msgid "Calendar page"
3153
  msgstr "Page du calendrier"
3154
 
3155
+ #: app/model/settings.php:411
3156
  msgid "Week starts on"
3157
  msgstr "La semaine commence le"
3158
 
3159
+ #: app/model/settings.php:424
3160
  msgid "Available views"
3161
  msgstr "Vues disponibles"
3162
 
3163
+ #: app/model/settings.php:432
3164
  msgid "Agenda"
3165
  msgid_plural "Agenda"
3166
  msgstr[0] "Agenda"
3167
  msgstr[1] "Agendas"
3168
 
3169
+ #: app/model/settings.php:443
3170
  msgid "Day"
3171
  msgid_plural "Day"
3172
  msgstr[0] "Jour"
3173
  msgstr[1] "Jours"
3174
 
3175
+ #: app/model/settings.php:454
3176
  msgid "Month"
3177
  msgid_plural "Month"
3178
  msgstr[0] "Mois"
3179
  msgstr[1] "Mois"
3180
 
3181
+ #: app/model/settings.php:465
3182
  msgid "Week"
3183
  msgid_plural "Week"
3184
  msgstr[0] "Semaine"
3185
  msgstr[1] "Semaines"
3186
 
3187
+ #: app/model/settings.php:479 app/view/event/single.php:57
3188
+ #: app/view/event/single.php:58
3189
  msgid "Timezone"
3190
  msgstr "Fuseau horaire"
3191
 
3192
+ #: app/model/settings.php:492
3193
  msgid "Preselected calendar filters"
3194
  msgstr "Filtres présélectionnés de calendrier"
3195
 
3225
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3226
  msgstr "Cet événement a été dupliqué depuis un autre site. Tout changement sur les tickets sera refusé."
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were not saved."
3230
  msgstr "Les préférences de paiement n'ont pas été sauvegardées."
3231
 
3232
+ #: app/model/api/api-registration.php:182
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Les préférences de paiement ont été sauvegardées. "
3235
 
3313
  msgid "Guest Name"
3314
  msgstr "Nom de l'invité"
3315
 
3316
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3317
  msgid "Status"
3318
  msgstr "Statut"
3319
 
3320
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3321
  #: app/view/event/ticket.php:71
3322
  msgid "Email"
3323
  msgstr "Courriel"
language/all-in-one-event-calendar-gl_ES.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr ""
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr ""
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr ""
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr ""
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr ""
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr ""
2162
 
@@ -2222,19 +2227,15 @@ msgstr ""
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr ""
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr ""
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr ""
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr ""
2240
 
@@ -2333,7 +2334,7 @@ msgstr ""
2333
  msgid "Subscribe"
2334
  msgstr ""
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr ""
2381
  msgid "Clear category filter"
2382
  msgstr ""
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr ""
@@ -2390,7 +2391,7 @@ msgstr ""
2390
  msgid "Clear tag filter"
2391
  msgstr ""
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr ""
@@ -2411,11 +2412,11 @@ msgstr ""
2411
  msgid "Read more"
2412
  msgstr ""
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr ""
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr ""
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr ""
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr ""
2613
  msgid "Cache Report"
2614
  msgstr ""
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr ""
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr ""
2730
 
@@ -2832,19 +2824,19 @@ msgstr ""
2832
  msgid "month(s)"
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr ""
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr ""
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr ""
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr ""
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr ""
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr ""
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr ""
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr ""
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr ""
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr ""
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr ""
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr ""
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] ""
3162
  msgstr[1] ""
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] ""
3168
  msgstr[1] ""
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] ""
3174
  msgstr[1] ""
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] ""
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr ""
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr ""
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr ""
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr ""
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr ""
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr ""
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr ""
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr ""
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr ""
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr ""
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr ""
2241
 
2334
  msgid "Subscribe"
2335
  msgstr ""
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr ""
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr ""
2391
  msgid "Clear tag filter"
2392
  msgstr ""
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr ""
2412
  msgid "Read more"
2413
  msgstr ""
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr ""
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr ""
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr ""
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr ""
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr ""
2722
 
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr ""
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr ""
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr ""
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr ""
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr ""
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr ""
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr ""
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr ""
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr ""
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr ""
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr ""
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr ""
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr ""
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] ""
3154
  msgstr[1] ""
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] ""
3160
  msgstr[1] ""
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] ""
3166
  msgstr[1] ""
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] ""
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr ""
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
language/all-in-one-event-calendar-he_IL.mo CHANGED
Binary file
language/all-in-one-event-calendar-he_IL.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1977,15 +1982,15 @@ msgstr "הסטה ידנית"
1977
  msgid "Choose your timezone"
1978
  msgstr "בחר את אזור הזמן שלך"
1979
 
1980
- #: lib/environment/check.php:86
1981
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1982
  msgstr ""
1983
 
1984
- #: lib/environment/check.php:251
1985
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1986
  msgstr "יש לעדכן את התוסף <strong>%s</strong> לפחות לגרסה %s על מנת לשמור על תאימות מינימלית עם לוח האירועים."
1987
 
1988
- #: lib/environment/check.php:252
1989
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1990
  msgstr "אם אינך רואה הודעות עדכון בהמשך, ודא כי <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">הכנסת כראוי את מפתחות הרשיון שלך</a>. לחילופין, נווט אל <a href=\"https://time.ly/your-account/\">החשבון שלך</a> על מנת להוריד את הגירסה האחרונה של התוספ(ים) ו <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">עדכן באופן ידני</a>. בבקשה <a href=\"https://time.ly/forums/\">פרסם בפורום</a> אם אתה נתקל בבעיות. אנו שמחים לעזור."
1991
 
@@ -2078,27 +2083,27 @@ msgstr ""
2078
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2079
  msgstr "הפעלת רינדור צד לקוח ואתה משתמש בערכת נושא מותאמת אישית. אם ערכת הנושא שלך לא תומכת ברינדור צד לקוח, לוח האירועים שלך עלול שלא לפעול כראוי."
2080
 
2081
- #: app/view/event/single.php:123
2082
  msgid "Tickets:"
2083
  msgstr ""
2084
 
2085
- #: app/view/event/single.php:124
2086
  msgid "Free"
2087
  msgstr "חינם"
2088
 
2089
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2090
  msgid "Buy Tickets"
2091
  msgstr "רכישת כרטיסים"
2092
 
2093
- #: app/view/event/single.php:150
2094
  msgid "Edit this occurrence (%s)"
2095
  msgstr "ערוך אירוע זה (%s)"
2096
 
2097
- #: app/view/event/single.php:221
2098
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2099
  msgstr "פוסט זה שוכפל מ<a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> פיד לוח שנה</a> של אתר אחר."
2100
 
2101
- #: app/view/event/single.php:232
2102
  msgid "View original"
2103
  msgstr "צפה במקור"
2104
 
@@ -2154,11 +2159,11 @@ msgstr ""
2154
  msgid "Categories (optional)"
2155
  msgstr "קטגוריות (אופציונלי)"
2156
 
2157
- #: app/view/event/content.php:33 app/view/event/single.php:119
2158
  msgid "When:"
2159
  msgstr "מתי:"
2160
 
2161
- #: app/view/event/content.php:34 app/view/event/single.php:120
2162
  msgid "Where:"
2163
  msgstr "איפה:"
2164
 
@@ -2224,19 +2229,15 @@ msgstr "M j, Y @ G:i"
2224
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2225
  msgstr ""
2226
 
2227
- #: app/view/event/single.php:78
2228
- msgid "Event was created in the %s time zone"
2229
- msgstr "האירוע נוצר באזור זמן %s"
2230
-
2231
- #: app/view/event/single.php:114
2232
  msgid "Add to Calendar"
2233
  msgstr "הוסף ללוח"
2234
 
2235
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2236
  msgid "Cost:"
2237
  msgstr "מחיר:"
2238
 
2239
- #: app/view/event/single.php:122
2240
  msgid "Contact:"
2241
  msgstr "להרשמה:"
2242
 
@@ -2335,7 +2336,7 @@ msgstr "Subscribe to filtered calendar"
2335
  msgid "Subscribe"
2336
  msgstr "הרשם"
2337
 
2338
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2339
  msgid "Get a Timely Calendar"
2340
  msgstr "Get a Timely Calendar"
2341
 
@@ -2383,7 +2384,7 @@ msgstr "הירשם ללוח זה עם לוח plain-text אחר"
2383
  msgid "Clear category filter"
2384
  msgstr "בטל סינון ע״פ קטגוריה"
2385
 
2386
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2387
  #: lib/html/element/setting/tags-categories.php:47
2388
  msgid "Categories"
2389
  msgstr "קטגוריות"
@@ -2392,7 +2393,7 @@ msgstr "קטגוריות"
2392
  msgid "Clear tag filter"
2393
  msgstr "בטל סינון ע״פ תגית"
2394
 
2395
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2396
  #: lib/html/element/setting/tags-categories.php:39
2397
  msgid "Tags"
2398
  msgstr "תגיות"
@@ -2413,11 +2414,11 @@ msgstr "אין אירועים עתידיים להציג כרגע."
2413
  msgid "Read more"
2414
  msgstr "קרא עוד"
2415
 
2416
- #: app/view/admin/tickets.php:104
2417
  msgid "Sales"
2418
  msgstr ""
2419
 
2420
- #: app/view/admin/tickets.php:106
2421
  msgid "Cheque"
2422
  msgstr ""
2423
 
@@ -2425,32 +2426,32 @@ msgstr ""
2425
  msgid "Paypal"
2426
  msgstr "Paypal"
2427
 
2428
- #: app/view/admin/tickets.php:110
2429
  msgid "Save Changes"
2430
  msgstr ""
2431
 
2432
- #: app/view/admin/tickets.php:111
2433
  msgid "Date"
2434
  msgstr ""
2435
 
2436
- #: app/view/admin/tickets.php:112
2437
  msgid "Event"
2438
  msgstr ""
2439
 
2440
- #: app/view/admin/tickets.php:113
2441
  msgid "Purchaser"
2442
  msgstr ""
2443
 
2444
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2445
  #: app/view/event/ticket.php:39
2446
  msgid "Tickets"
2447
  msgstr "כרטיסים"
2448
 
2449
- #: app/view/admin/tickets.php:117
2450
  msgid "Total"
2451
  msgstr ""
2452
 
2453
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2454
  msgid "Sign Out"
2455
  msgstr ""
2456
 
@@ -2565,19 +2566,10 @@ msgstr ""
2565
  msgid "All-in-One Event Calendar: Themes"
2566
  msgstr "לוח אירועים All-in-One: ערכות נושא"
2567
 
2568
- #: app/view/admin/tickets.php:35
2569
  msgid "Ticketing"
2570
  msgstr ""
2571
 
2572
- #: app/view/admin/tickets.php:36
2573
- msgid "Ticketing<sup>beta</sup>"
2574
- msgstr ""
2575
-
2576
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2577
- #: app/view/admin/tickets.php:97
2578
- msgid "Time.ly Ticketing<sup>beta</sup>"
2579
- msgstr ""
2580
-
2581
  #: app/view/admin/settings.php:98
2582
  msgctxt "meta box"
2583
  msgid "Timely"
@@ -2615,7 +2607,7 @@ msgstr "שירותים חיצוניים"
2615
  msgid "Cache Report"
2616
  msgstr "דיווח Cache"
2617
 
2618
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2619
  #: public/admin/box_ask_customer_review.php:113
2620
  #: public/admin/box_ask_customer_review.php:127
2621
  #: public/admin/box_ask_customer_review.php:141
@@ -2726,7 +2718,7 @@ msgid "All-in-One Event Calendar: Settings"
2726
  msgstr ""
2727
 
2728
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2729
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2730
  msgid "Settings"
2731
  msgstr "הגדרות"
2732
 
@@ -2834,19 +2826,19 @@ msgstr "אחרון"
2834
  msgid "month(s)"
2835
  msgstr "חודש(ים)"
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2839
  msgstr "<strong>הוסף קישור ל- CSS</strong> ב- <code>&lt;head&gt;</code> כאשר ה- file cache אינו זמין."
2840
 
2841
- #: app/model/settings.php:963
2842
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2843
  msgstr "השתמש באפשרות זו אם ה-file cache אינו זמין ואתה מעדיף להגיש את ה CSS בתור קישור במקום output inline."
2844
 
2845
- #: app/model/settings.php:975
2846
  msgid "Current <strong>robots.txt</strong> on this site"
2847
  msgstr ""
2848
 
2849
- #: app/model/settings.php:979
2850
  msgid ""
2851
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2852
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2855,19 +2847,19 @@ msgid ""
2855
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2856
  msgstr ""
2857
 
2858
- #: app/model/settings.php:996
2859
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2860
  msgstr "<strong>פרסם, קדם ושתף את האירועים שלי</strong> המסומנים כפומביים ברשת Timely. (<a href=\"%s\" target=\"_blank\">למד עוד &#187;</a>)"
2861
 
2862
- #: app/model/settings.php:1019
2863
  msgid "Templates cache improves site performance"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1032
2867
  msgid "Display events in <strong>calendar time zone</strong>"
2868
  msgstr ""
2869
 
2870
- #: app/model/settings.php:1035
2871
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2872
  msgstr ""
2873
 
@@ -2875,11 +2867,11 @@ msgstr ""
2875
  msgid "Event Details"
2876
  msgstr "פרטים"
2877
 
2878
- #: app/view/admin/add-new-event.php:500
2879
  msgid "Set banner image"
2880
  msgstr "קבע תמונת באנר"
2881
 
2882
- #: app/view/admin/add-new-event.php:501
2883
  msgid "Remove banner image"
2884
  msgstr "הסר תמונת באנר"
2885
 
@@ -2919,63 +2911,63 @@ msgstr "הצג הכל"
2919
  msgid "Show All Authors"
2920
  msgstr ""
2921
 
2922
- #: app/model/settings.php:762
2923
  msgid "Strict compatibility content filtering"
2924
  msgstr "Strict compatibility content filtering"
2925
 
2926
- #: app/model/settings.php:774
2927
  msgid " <strong>Hide featured image</strong> from event details page"
2928
  msgstr ""
2929
 
2930
- #: app/model/settings.php:777
2931
  msgid "Select this option if your theme already displays each post's featured image."
2932
  msgstr ""
2933
 
2934
- #: app/model/settings.php:788
2935
  msgid "Input dates in this format"
2936
  msgstr ""
2937
 
2938
- #: app/model/settings.php:793
2939
  msgid "Default (d/m/yyyy)"
2940
  msgstr "ברירת מחדל (d/m/yyyy)"
2941
 
2942
- #: app/model/settings.php:797
2943
  msgid "US (m/d/yyyy)"
2944
  msgstr "US (m/d/yyyy)"
2945
 
2946
- #: app/model/settings.php:801
2947
  msgid "ISO 8601 (yyyy-m-d)"
2948
  msgstr ""
2949
 
2950
- #: app/model/settings.php:805
2951
  msgid "Dotted (m.d.yyyy)"
2952
  msgstr "מנוקד (m.d.yyyy)"
2953
 
2954
- #: app/model/settings.php:817
2955
  msgid " Use <strong>24h time</strong> in time pickers"
2956
  msgstr " השתמש ב<strong>24h זמן</strong> בבורר הזמן"
2957
 
2958
- #: app/model/settings.php:828
2959
  msgid "<strong>Disable address autocomplete</strong> function"
2960
  msgstr ""
2961
 
2962
- #: app/model/settings.php:839
2963
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2964
  msgstr ""
2965
 
2966
- #: app/model/settings.php:855
2967
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2968
  msgstr "הצג את הכפתור <strong>פרסם את האירוע שלך</strong> מעל הלוח עבור משתמשים מורשים"
2969
 
2970
- #: app/model/settings.php:858
2971
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2972
  msgstr ""
2973
 
2974
- #: app/model/settings.php:879
2975
  msgid "Move calendar into this DOM element"
2976
  msgstr "העבר את הלוח לתוך DOM element זה"
2977
 
2978
- #: app/model/settings.php:881
2979
  msgid ""
2980
  "Optional. Use this JavaScript-based shortcut to place the\n"
2981
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2987,55 +2979,55 @@ msgid ""
2987
  "\t\t\t\t\t\tby the calendar."
2988
  msgstr ""
2989
 
2990
- #: app/model/settings.php:900
2991
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2992
  msgstr ""
2993
 
2994
- #: app/model/settings.php:903
2995
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2996
  msgstr ""
2997
 
2998
- #: app/model/settings.php:915
2999
  msgid "Disable <strong>gzip</strong> compression."
3000
  msgstr "בטל כיווץ <strong>gzip</strong>."
3001
 
3002
- #: app/model/settings.php:930
3003
  msgid "Use frontend rendering."
3004
  msgstr "השתמש בעיבוד צד לקוח"
3005
 
3006
- #: app/model/settings.php:933
3007
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3008
  msgstr "מעבד את תצוגת לוח השנה בצד הלקוח במקום בצד השרת; עשוי לשפר ביצועים."
3009
 
3010
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3011
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3012
  msgstr ""
3013
 
3014
- #: app/model/settings.php:509
3015
  msgid "Default calendar start date (optional)"
3016
  msgstr ""
3017
 
3018
- #: app/model/settings.php:520
3019
  msgid "Agenda pages show at most"
3020
  msgstr ""
3021
 
3022
- #: app/model/settings.php:533
3023
  msgid "Week/Day view starts at"
3024
  msgstr "תצוגת שבוע/יום מתחילה ב-"
3025
 
3026
- #: app/model/settings.php:546
3027
  msgid "Week/Day view ends at"
3028
  msgstr "תצוגת שבוע/יום מסתיימת ב-"
3029
 
3030
- #: app/model/settings.php:574
3031
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3032
  msgstr ""
3033
 
3034
- #: app/model/settings.php:577
3035
  msgid "Only applies to events that span a single day."
3036
  msgstr "רלוונטי רק לאירועים שהיקפם יום אחד."
3037
 
3038
- #: app/model/settings.php:589
3039
  msgid ""
3040
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3041
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3044,55 +3036,55 @@ msgid ""
3044
  "\t\t\t\t\t\tfrom last day shown</strong>"
3045
  msgstr ""
3046
 
3047
- #: app/model/settings.php:605
3048
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3049
  msgstr ""
3050
 
3051
- #: app/model/settings.php:617
3052
  msgid "<strong>Show year</strong> in calendar date labels"
3053
  msgstr ""
3054
 
3055
- #: app/model/settings.php:629
3056
  msgid "<strong>Show location in event titles</strong> in calendar views"
3057
  msgstr ""
3058
 
3059
- #: app/model/settings.php:641
3060
  msgid "<strong>Exclude</strong> events from search results"
3061
  msgstr ""
3062
 
3063
- #: app/model/settings.php:653
3064
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3065
  msgstr ""
3066
 
3067
- #: app/model/settings.php:665
3068
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3069
  msgstr "הסתר את כפתור <strong>Get a Timely Calendar</strong>"
3070
 
3071
- #: app/model/settings.php:677
3072
  msgid " Hide <strong>Google Maps</strong> until clicked"
3073
  msgstr " הסתר את <strong>Google Maps</strong> עד הלחיצה"
3074
 
3075
- #: app/model/settings.php:689
3076
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3077
  msgstr "<strong>הדבק את תפריט הסינון</strong> לחלק העליון של החלון כאשר הוא נגלל מחוץ לתצוגה."
3078
 
3079
- #: app/model/settings.php:692
3080
  msgid "Only applies to first visible calendar found on the page."
3081
  msgstr "חל רק על לוח האירועים הראשון הנמצא בעמוד זה."
3082
 
3083
- #: app/model/settings.php:704
3084
  msgid "Offset affixed filter bar vertically by"
3085
  msgstr "הסט במאונך את סרגל הסינון המודבק ב-"
3086
 
3087
- #: app/model/settings.php:719
3088
  msgid "Wide screens only (&#8805; 1200px)"
3089
  msgstr "מסכים רחבים בלבד (&#8805; 1200px)"
3090
 
3091
- #: app/model/settings.php:734
3092
  msgid "Tablets only (< 980px)"
3093
  msgstr "טאבלטים בלבד (< 980px)"
3094
 
3095
- #: app/model/settings.php:749
3096
  msgid "Phones only (< 768px)"
3097
  msgstr "טלפונים בלבד (< 768px)"
3098
 
@@ -3144,48 +3136,49 @@ msgstr ""
3144
  msgid "Message"
3145
  msgstr ""
3146
 
3147
- #: app/model/settings.php:402
3148
  #: lib/html/element/setting/calendar-page-selector.php:50
3149
  msgid "Calendar page"
3150
  msgstr "עמוד לוח האירועים"
3151
 
3152
- #: app/model/settings.php:412
3153
  msgid "Week starts on"
3154
  msgstr "שבוע מתחיל ב-"
3155
 
3156
- #: app/model/settings.php:425
3157
  msgid "Available views"
3158
  msgstr ""
3159
 
3160
- #: app/model/settings.php:433
3161
  msgid "Agenda"
3162
  msgid_plural "Agenda"
3163
  msgstr[0] ""
3164
  msgstr[1] ""
3165
 
3166
- #: app/model/settings.php:444
3167
  msgid "Day"
3168
  msgid_plural "Day"
3169
  msgstr[0] "יום"
3170
  msgstr[1] "ימים"
3171
 
3172
- #: app/model/settings.php:455
3173
  msgid "Month"
3174
  msgid_plural "Month"
3175
  msgstr[0] "חודש"
3176
  msgstr[1] "חודשים"
3177
 
3178
- #: app/model/settings.php:466
3179
  msgid "Week"
3180
  msgid_plural "Week"
3181
  msgstr[0] "שבוע"
3182
  msgstr[1] "שבועות"
3183
 
3184
- #: app/model/settings.php:480
 
3185
  msgid "Timezone"
3186
  msgstr "אזור זמן"
3187
 
3188
- #: app/model/settings.php:493
3189
  msgid "Preselected calendar filters"
3190
  msgstr ""
3191
 
@@ -3221,11 +3214,11 @@ msgstr ""
3221
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:186
3225
  msgid "Payment preferences were not saved."
3226
  msgstr ""
3227
 
3228
- #: app/model/api/api-registration.php:177
3229
  msgid "Payment preferences were saved."
3230
  msgstr ""
3231
 
@@ -3309,11 +3302,11 @@ msgstr ""
3309
  msgid "Guest Name"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3313
  msgid "Status"
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3317
  #: app/view/event/ticket.php:71
3318
  msgid "Email"
3319
  msgstr "דוא״ל"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1982
  msgid "Choose your timezone"
1983
  msgstr "בחר את אזור הזמן שלך"
1984
 
1985
+ #: lib/environment/check.php:87
1986
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1987
  msgstr ""
1988
 
1989
+ #: lib/environment/check.php:255
1990
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1991
  msgstr "יש לעדכן את התוסף <strong>%s</strong> לפחות לגרסה %s על מנת לשמור על תאימות מינימלית עם לוח האירועים."
1992
 
1993
+ #: lib/environment/check.php:256
1994
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1995
  msgstr "אם אינך רואה הודעות עדכון בהמשך, ודא כי <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">הכנסת כראוי את מפתחות הרשיון שלך</a>. לחילופין, נווט אל <a href=\"https://time.ly/your-account/\">החשבון שלך</a> על מנת להוריד את הגירסה האחרונה של התוספ(ים) ו <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">עדכן באופן ידני</a>. בבקשה <a href=\"https://time.ly/forums/\">פרסם בפורום</a> אם אתה נתקל בבעיות. אנו שמחים לעזור."
1996
 
2083
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2084
  msgstr "הפעלת רינדור צד לקוח ואתה משתמש בערכת נושא מותאמת אישית. אם ערכת הנושא שלך לא תומכת ברינדור צד לקוח, לוח האירועים שלך עלול שלא לפעול כראוי."
2085
 
2086
+ #: app/view/event/single.php:98
2087
  msgid "Tickets:"
2088
  msgstr ""
2089
 
2090
+ #: app/view/event/single.php:99
2091
  msgid "Free"
2092
  msgstr "חינם"
2093
 
2094
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2095
  msgid "Buy Tickets"
2096
  msgstr "רכישת כרטיסים"
2097
 
2098
+ #: app/view/event/single.php:125
2099
  msgid "Edit this occurrence (%s)"
2100
  msgstr "ערוך אירוע זה (%s)"
2101
 
2102
+ #: app/view/event/single.php:196
2103
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2104
  msgstr "פוסט זה שוכפל מ<a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> פיד לוח שנה</a> של אתר אחר."
2105
 
2106
+ #: app/view/event/single.php:207
2107
  msgid "View original"
2108
  msgstr "צפה במקור"
2109
 
2159
  msgid "Categories (optional)"
2160
  msgstr "קטגוריות (אופציונלי)"
2161
 
2162
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2163
  msgid "When:"
2164
  msgstr "מתי:"
2165
 
2166
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2167
  msgid "Where:"
2168
  msgstr "איפה:"
2169
 
2229
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2230
  msgstr ""
2231
 
2232
+ #: app/view/event/single.php:89
 
 
 
 
2233
  msgid "Add to Calendar"
2234
  msgstr "הוסף ללוח"
2235
 
2236
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2237
  msgid "Cost:"
2238
  msgstr "מחיר:"
2239
 
2240
+ #: app/view/event/single.php:97
2241
  msgid "Contact:"
2242
  msgstr "להרשמה:"
2243
 
2336
  msgid "Subscribe"
2337
  msgstr "הרשם"
2338
 
2339
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2340
  msgid "Get a Timely Calendar"
2341
  msgstr "Get a Timely Calendar"
2342
 
2384
  msgid "Clear category filter"
2385
  msgstr "בטל סינון ע״פ קטגוריה"
2386
 
2387
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2388
  #: lib/html/element/setting/tags-categories.php:47
2389
  msgid "Categories"
2390
  msgstr "קטגוריות"
2393
  msgid "Clear tag filter"
2394
  msgstr "בטל סינון ע״פ תגית"
2395
 
2396
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2397
  #: lib/html/element/setting/tags-categories.php:39
2398
  msgid "Tags"
2399
  msgstr "תגיות"
2414
  msgid "Read more"
2415
  msgstr "קרא עוד"
2416
 
2417
+ #: app/view/admin/tickets.php:111
2418
  msgid "Sales"
2419
  msgstr ""
2420
 
2421
+ #: app/view/admin/tickets.php:113
2422
  msgid "Cheque"
2423
  msgstr ""
2424
 
2426
  msgid "Paypal"
2427
  msgstr "Paypal"
2428
 
2429
+ #: app/view/admin/tickets.php:117
2430
  msgid "Save Changes"
2431
  msgstr ""
2432
 
2433
+ #: app/view/admin/tickets.php:118
2434
  msgid "Date"
2435
  msgstr ""
2436
 
2437
+ #: app/view/admin/tickets.php:119
2438
  msgid "Event"
2439
  msgstr ""
2440
 
2441
+ #: app/view/admin/tickets.php:120
2442
  msgid "Purchaser"
2443
  msgstr ""
2444
 
2445
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2446
  #: app/view/event/ticket.php:39
2447
  msgid "Tickets"
2448
  msgstr "כרטיסים"
2449
 
2450
+ #: app/view/admin/tickets.php:124
2451
  msgid "Total"
2452
  msgstr ""
2453
 
2454
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2455
  msgid "Sign Out"
2456
  msgstr ""
2457
 
2566
  msgid "All-in-One Event Calendar: Themes"
2567
  msgstr "לוח אירועים All-in-One: ערכות נושא"
2568
 
2569
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2570
  msgid "Ticketing"
2571
  msgstr ""
2572
 
 
 
 
 
 
 
 
 
 
2573
  #: app/view/admin/settings.php:98
2574
  msgctxt "meta box"
2575
  msgid "Timely"
2607
  msgid "Cache Report"
2608
  msgstr "דיווח Cache"
2609
 
2610
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2611
  #: public/admin/box_ask_customer_review.php:113
2612
  #: public/admin/box_ask_customer_review.php:127
2613
  #: public/admin/box_ask_customer_review.php:141
2718
  msgstr ""
2719
 
2720
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2721
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2722
  msgid "Settings"
2723
  msgstr "הגדרות"
2724
 
2826
  msgid "month(s)"
2827
  msgstr "חודש(ים)"
2828
 
2829
+ #: app/model/settings.php:959
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr "<strong>הוסף קישור ל- CSS</strong> ב- <code>&lt;head&gt;</code> כאשר ה- file cache אינו זמין."
2832
 
2833
+ #: app/model/settings.php:962
2834
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2835
  msgstr "השתמש באפשרות זו אם ה-file cache אינו זמין ואתה מעדיף להגיש את ה CSS בתור קישור במקום output inline."
2836
 
2837
+ #: app/model/settings.php:974
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr ""
2840
 
2841
+ #: app/model/settings.php:978
2842
  msgid ""
2843
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2844
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2847
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2848
  msgstr ""
2849
 
2850
+ #: app/model/settings.php:995
2851
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2852
  msgstr "<strong>פרסם, קדם ושתף את האירועים שלי</strong> המסומנים כפומביים ברשת Timely. (<a href=\"%s\" target=\"_blank\">למד עוד &#187;</a>)"
2853
 
2854
+ #: app/model/settings.php:1018
2855
  msgid "Templates cache improves site performance"
2856
  msgstr ""
2857
 
2858
+ #: app/model/settings.php:1031
2859
  msgid "Display events in <strong>calendar time zone</strong>"
2860
  msgstr ""
2861
 
2862
+ #: app/model/settings.php:1034
2863
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2864
  msgstr ""
2865
 
2867
  msgid "Event Details"
2868
  msgstr "פרטים"
2869
 
2870
+ #: app/view/admin/add-new-event.php:505
2871
  msgid "Set banner image"
2872
  msgstr "קבע תמונת באנר"
2873
 
2874
+ #: app/view/admin/add-new-event.php:506
2875
  msgid "Remove banner image"
2876
  msgstr "הסר תמונת באנר"
2877
 
2911
  msgid "Show All Authors"
2912
  msgstr ""
2913
 
2914
+ #: app/model/settings.php:761
2915
  msgid "Strict compatibility content filtering"
2916
  msgstr "Strict compatibility content filtering"
2917
 
2918
+ #: app/model/settings.php:773
2919
  msgid " <strong>Hide featured image</strong> from event details page"
2920
  msgstr ""
2921
 
2922
+ #: app/model/settings.php:776
2923
  msgid "Select this option if your theme already displays each post's featured image."
2924
  msgstr ""
2925
 
2926
+ #: app/model/settings.php:787
2927
  msgid "Input dates in this format"
2928
  msgstr ""
2929
 
2930
+ #: app/model/settings.php:792
2931
  msgid "Default (d/m/yyyy)"
2932
  msgstr "ברירת מחדל (d/m/yyyy)"
2933
 
2934
+ #: app/model/settings.php:796
2935
  msgid "US (m/d/yyyy)"
2936
  msgstr "US (m/d/yyyy)"
2937
 
2938
+ #: app/model/settings.php:800
2939
  msgid "ISO 8601 (yyyy-m-d)"
2940
  msgstr ""
2941
 
2942
+ #: app/model/settings.php:804
2943
  msgid "Dotted (m.d.yyyy)"
2944
  msgstr "מנוקד (m.d.yyyy)"
2945
 
2946
+ #: app/model/settings.php:816
2947
  msgid " Use <strong>24h time</strong> in time pickers"
2948
  msgstr " השתמש ב<strong>24h זמן</strong> בבורר הזמן"
2949
 
2950
+ #: app/model/settings.php:827
2951
  msgid "<strong>Disable address autocomplete</strong> function"
2952
  msgstr ""
2953
 
2954
+ #: app/model/settings.php:838
2955
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2956
  msgstr ""
2957
 
2958
+ #: app/model/settings.php:854
2959
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2960
  msgstr "הצג את הכפתור <strong>פרסם את האירוע שלך</strong> מעל הלוח עבור משתמשים מורשים"
2961
 
2962
+ #: app/model/settings.php:857
2963
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2964
  msgstr ""
2965
 
2966
+ #: app/model/settings.php:878
2967
  msgid "Move calendar into this DOM element"
2968
  msgstr "העבר את הלוח לתוך DOM element זה"
2969
 
2970
+ #: app/model/settings.php:880
2971
  msgid ""
2972
  "Optional. Use this JavaScript-based shortcut to place the\n"
2973
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2979
  "\t\t\t\t\t\tby the calendar."
2980
  msgstr ""
2981
 
2982
+ #: app/model/settings.php:899
2983
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2984
  msgstr ""
2985
 
2986
+ #: app/model/settings.php:902
2987
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2988
  msgstr ""
2989
 
2990
+ #: app/model/settings.php:914
2991
  msgid "Disable <strong>gzip</strong> compression."
2992
  msgstr "בטל כיווץ <strong>gzip</strong>."
2993
 
2994
+ #: app/model/settings.php:929
2995
  msgid "Use frontend rendering."
2996
  msgstr "השתמש בעיבוד צד לקוח"
2997
 
2998
+ #: app/model/settings.php:932
2999
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3000
  msgstr "מעבד את תצוגת לוח השנה בצד הלקוח במקום בצד השרת; עשוי לשפר ביצועים."
3001
 
3002
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3003
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3004
  msgstr ""
3005
 
3006
+ #: app/model/settings.php:508
3007
  msgid "Default calendar start date (optional)"
3008
  msgstr ""
3009
 
3010
+ #: app/model/settings.php:519
3011
  msgid "Agenda pages show at most"
3012
  msgstr ""
3013
 
3014
+ #: app/model/settings.php:532
3015
  msgid "Week/Day view starts at"
3016
  msgstr "תצוגת שבוע/יום מתחילה ב-"
3017
 
3018
+ #: app/model/settings.php:545
3019
  msgid "Week/Day view ends at"
3020
  msgstr "תצוגת שבוע/יום מסתיימת ב-"
3021
 
3022
+ #: app/model/settings.php:573
3023
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3024
  msgstr ""
3025
 
3026
+ #: app/model/settings.php:576
3027
  msgid "Only applies to events that span a single day."
3028
  msgstr "רלוונטי רק לאירועים שהיקפם יום אחד."
3029
 
3030
+ #: app/model/settings.php:588
3031
  msgid ""
3032
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3033
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3036
  "\t\t\t\t\t\tfrom last day shown</strong>"
3037
  msgstr ""
3038
 
3039
+ #: app/model/settings.php:604
3040
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3041
  msgstr ""
3042
 
3043
+ #: app/model/settings.php:616
3044
  msgid "<strong>Show year</strong> in calendar date labels"
3045
  msgstr ""
3046
 
3047
+ #: app/model/settings.php:628
3048
  msgid "<strong>Show location in event titles</strong> in calendar views"
3049
  msgstr ""
3050
 
3051
+ #: app/model/settings.php:640
3052
  msgid "<strong>Exclude</strong> events from search results"
3053
  msgstr ""
3054
 
3055
+ #: app/model/settings.php:652
3056
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3057
  msgstr ""
3058
 
3059
+ #: app/model/settings.php:664
3060
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3061
  msgstr "הסתר את כפתור <strong>Get a Timely Calendar</strong>"
3062
 
3063
+ #: app/model/settings.php:676
3064
  msgid " Hide <strong>Google Maps</strong> until clicked"
3065
  msgstr " הסתר את <strong>Google Maps</strong> עד הלחיצה"
3066
 
3067
+ #: app/model/settings.php:688
3068
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3069
  msgstr "<strong>הדבק את תפריט הסינון</strong> לחלק העליון של החלון כאשר הוא נגלל מחוץ לתצוגה."
3070
 
3071
+ #: app/model/settings.php:691
3072
  msgid "Only applies to first visible calendar found on the page."
3073
  msgstr "חל רק על לוח האירועים הראשון הנמצא בעמוד זה."
3074
 
3075
+ #: app/model/settings.php:703
3076
  msgid "Offset affixed filter bar vertically by"
3077
  msgstr "הסט במאונך את סרגל הסינון המודבק ב-"
3078
 
3079
+ #: app/model/settings.php:718
3080
  msgid "Wide screens only (&#8805; 1200px)"
3081
  msgstr "מסכים רחבים בלבד (&#8805; 1200px)"
3082
 
3083
+ #: app/model/settings.php:733
3084
  msgid "Tablets only (< 980px)"
3085
  msgstr "טאבלטים בלבד (< 980px)"
3086
 
3087
+ #: app/model/settings.php:748
3088
  msgid "Phones only (< 768px)"
3089
  msgstr "טלפונים בלבד (< 768px)"
3090
 
3136
  msgid "Message"
3137
  msgstr ""
3138
 
3139
+ #: app/model/settings.php:401
3140
  #: lib/html/element/setting/calendar-page-selector.php:50
3141
  msgid "Calendar page"
3142
  msgstr "עמוד לוח האירועים"
3143
 
3144
+ #: app/model/settings.php:411
3145
  msgid "Week starts on"
3146
  msgstr "שבוע מתחיל ב-"
3147
 
3148
+ #: app/model/settings.php:424
3149
  msgid "Available views"
3150
  msgstr ""
3151
 
3152
+ #: app/model/settings.php:432
3153
  msgid "Agenda"
3154
  msgid_plural "Agenda"
3155
  msgstr[0] ""
3156
  msgstr[1] ""
3157
 
3158
+ #: app/model/settings.php:443
3159
  msgid "Day"
3160
  msgid_plural "Day"
3161
  msgstr[0] "יום"
3162
  msgstr[1] "ימים"
3163
 
3164
+ #: app/model/settings.php:454
3165
  msgid "Month"
3166
  msgid_plural "Month"
3167
  msgstr[0] "חודש"
3168
  msgstr[1] "חודשים"
3169
 
3170
+ #: app/model/settings.php:465
3171
  msgid "Week"
3172
  msgid_plural "Week"
3173
  msgstr[0] "שבוע"
3174
  msgstr[1] "שבועות"
3175
 
3176
+ #: app/model/settings.php:479 app/view/event/single.php:57
3177
+ #: app/view/event/single.php:58
3178
  msgid "Timezone"
3179
  msgstr "אזור זמן"
3180
 
3181
+ #: app/model/settings.php:492
3182
  msgid "Preselected calendar filters"
3183
  msgstr ""
3184
 
3214
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3215
  msgstr ""
3216
 
3217
+ #: app/model/api/api-registration.php:191
3218
  msgid "Payment preferences were not saved."
3219
  msgstr ""
3220
 
3221
+ #: app/model/api/api-registration.php:182
3222
  msgid "Payment preferences were saved."
3223
  msgstr ""
3224
 
3302
  msgid "Guest Name"
3303
  msgstr ""
3304
 
3305
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3306
  msgid "Status"
3307
  msgstr ""
3308
 
3309
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3310
  #: app/view/event/ticket.php:71
3311
  msgid "Email"
3312
  msgstr "דוא״ל"
language/all-in-one-event-calendar-hi.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr ""
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr ""
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr ""
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr ""
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr ""
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr ""
2162
 
@@ -2222,19 +2227,15 @@ msgstr ""
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr ""
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr ""
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr ""
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr ""
2240
 
@@ -2333,7 +2334,7 @@ msgstr ""
2333
  msgid "Subscribe"
2334
  msgstr ""
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr ""
2381
  msgid "Clear category filter"
2382
  msgstr ""
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr ""
@@ -2390,7 +2391,7 @@ msgstr ""
2390
  msgid "Clear tag filter"
2391
  msgstr ""
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr ""
@@ -2411,11 +2412,11 @@ msgstr ""
2411
  msgid "Read more"
2412
  msgstr ""
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr ""
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr ""
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr ""
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr ""
2613
  msgid "Cache Report"
2614
  msgstr ""
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr ""
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr ""
2730
 
@@ -2832,19 +2824,19 @@ msgstr ""
2832
  msgid "month(s)"
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr ""
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr ""
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr ""
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr ""
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr ""
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr ""
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr ""
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr ""
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr ""
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr ""
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr ""
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr ""
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] ""
3162
  msgstr[1] ""
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] ""
3168
  msgstr[1] ""
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] ""
3174
  msgstr[1] ""
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] ""
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr ""
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr ""
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr ""
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr ""
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr ""
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr ""
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr ""
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr ""
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr ""
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr ""
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr ""
2241
 
2334
  msgid "Subscribe"
2335
  msgstr ""
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr ""
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr ""
2391
  msgid "Clear tag filter"
2392
  msgstr ""
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr ""
2412
  msgid "Read more"
2413
  msgstr ""
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr ""
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr ""
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr ""
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr ""
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr ""
2722
 
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr ""
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr ""
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr ""
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr ""
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr ""
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr ""
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr ""
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr ""
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr ""
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr ""
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr ""
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr ""
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr ""
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] ""
3154
  msgstr[1] ""
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] ""
3160
  msgstr[1] ""
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] ""
3166
  msgstr[1] ""
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] ""
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr ""
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
language/all-in-one-event-calendar-hr.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr ""
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr ""
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Kupi ulaznice"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2153,11 +2158,11 @@ msgstr "Neispravan ID ICS kalendara"
2153
  msgid "Categories (optional)"
2154
  msgstr "Kategorije (opcionalno)"
2155
 
2156
- #: app/view/event/content.php:33 app/view/event/single.php:119
2157
  msgid "When:"
2158
  msgstr ""
2159
 
2160
- #: app/view/event/content.php:34 app/view/event/single.php:120
2161
  msgid "Where:"
2162
  msgstr ""
2163
 
@@ -2223,19 +2228,15 @@ msgstr "M j, Y @ G:i"
2223
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2224
  msgstr "Skica događaja ažurirana. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
2225
 
2226
- #: app/view/event/single.php:78
2227
- msgid "Event was created in the %s time zone"
2228
- msgstr ""
2229
-
2230
- #: app/view/event/single.php:114
2231
  msgid "Add to Calendar"
2232
  msgstr ""
2233
 
2234
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr ""
2237
 
2238
- #: app/view/event/single.php:122
2239
  msgid "Contact:"
2240
  msgstr ""
2241
 
@@ -2334,7 +2335,7 @@ msgstr ""
2334
  msgid "Subscribe"
2335
  msgstr ""
2336
 
2337
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
@@ -2382,7 +2383,7 @@ msgstr ""
2382
  msgid "Clear category filter"
2383
  msgstr ""
2384
 
2385
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Kategorije"
@@ -2391,7 +2392,7 @@ msgstr "Kategorije"
2391
  msgid "Clear tag filter"
2392
  msgstr ""
2393
 
2394
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Oznake"
@@ -2412,11 +2413,11 @@ msgstr ""
2412
  msgid "Read more"
2413
  msgstr ""
2414
 
2415
- #: app/view/admin/tickets.php:104
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
- #: app/view/admin/tickets.php:106
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
@@ -2424,32 +2425,32 @@ msgstr ""
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
- #: app/view/admin/tickets.php:110
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
- #: app/view/admin/tickets.php:111
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
- #: app/view/admin/tickets.php:112
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
- #: app/view/admin/tickets.php:113
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Ulaznice"
2447
 
2448
- #: app/view/admin/tickets.php:117
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
@@ -2564,19 +2565,10 @@ msgstr ""
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
- #: app/view/admin/tickets.php:35
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
2571
- #: app/view/admin/tickets.php:36
2572
- msgid "Ticketing<sup>beta</sup>"
2573
- msgstr ""
2574
-
2575
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2576
- #: app/view/admin/tickets.php:97
2577
- msgid "Time.ly Ticketing<sup>beta</sup>"
2578
- msgstr ""
2579
-
2580
  #: app/view/admin/settings.php:98
2581
  msgctxt "meta box"
2582
  msgid "Timely"
@@ -2614,7 +2606,7 @@ msgstr ""
2614
  msgid "Cache Report"
2615
  msgstr ""
2616
 
2617
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2618
  #: public/admin/box_ask_customer_review.php:113
2619
  #: public/admin/box_ask_customer_review.php:127
2620
  #: public/admin/box_ask_customer_review.php:141
@@ -2725,7 +2717,7 @@ msgid "All-in-One Event Calendar: Settings"
2725
  msgstr ""
2726
 
2727
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2728
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2729
  msgid "Settings"
2730
  msgstr ""
2731
 
@@ -2833,19 +2825,19 @@ msgstr "posljednji"
2833
  msgid "month(s)"
2834
  msgstr "mjesec(i)"
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:963
2841
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2842
  msgstr ""
2843
 
2844
- #: app/model/settings.php:975
2845
  msgid "Current <strong>robots.txt</strong> on this site"
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:979
2849
  msgid ""
2850
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2851
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2854,19 +2846,19 @@ msgid ""
2854
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:996
2858
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1019
2862
  msgid "Templates cache improves site performance"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1032
2866
  msgid "Display events in <strong>calendar time zone</strong>"
2867
  msgstr ""
2868
 
2869
- #: app/model/settings.php:1035
2870
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2871
  msgstr ""
2872
 
@@ -2874,11 +2866,11 @@ msgstr ""
2874
  msgid "Event Details"
2875
  msgstr "Detalji"
2876
 
2877
- #: app/view/admin/add-new-event.php:500
2878
  msgid "Set banner image"
2879
  msgstr ""
2880
 
2881
- #: app/view/admin/add-new-event.php:501
2882
  msgid "Remove banner image"
2883
  msgstr ""
2884
 
@@ -2918,63 +2910,63 @@ msgstr "Prikaži sve"
2918
  msgid "Show All Authors"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Strict compatibility content filtering"
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:774
2926
  msgid " <strong>Hide featured image</strong> from event details page"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:777
2930
  msgid "Select this option if your theme already displays each post's featured image."
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:788
2934
  msgid "Input dates in this format"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:793
2938
  msgid "Default (d/m/yyyy)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:797
2942
  msgid "US (m/d/yyyy)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:801
2946
  msgid "ISO 8601 (yyyy-m-d)"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:805
2950
  msgid "Dotted (m.d.yyyy)"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:817
2954
  msgid " Use <strong>24h time</strong> in time pickers"
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:828
2958
  msgid "<strong>Disable address autocomplete</strong> function"
2959
  msgstr "<strong>Onemogući automatsko dovršavanje adrese</strong>"
2960
 
2961
- #: app/model/settings.php:839
2962
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2963
  msgstr ""
2964
 
2965
- #: app/model/settings.php:855
2966
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:858
2970
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2971
  msgstr ""
2972
 
2973
- #: app/model/settings.php:879
2974
  msgid "Move calendar into this DOM element"
2975
  msgstr ""
2976
 
2977
- #: app/model/settings.php:881
2978
  msgid ""
2979
  "Optional. Use this JavaScript-based shortcut to place the\n"
2980
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2986,55 +2978,55 @@ msgid ""
2986
  "\t\t\t\t\t\tby the calendar."
2987
  msgstr ""
2988
 
2989
- #: app/model/settings.php:900
2990
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:903
2994
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:915
2998
  msgid "Disable <strong>gzip</strong> compression."
2999
  msgstr ""
3000
 
3001
- #: app/model/settings.php:930
3002
  msgid "Use frontend rendering."
3003
  msgstr ""
3004
 
3005
- #: app/model/settings.php:933
3006
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3007
  msgstr ""
3008
 
3009
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3010
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3011
  msgstr ""
3012
 
3013
- #: app/model/settings.php:509
3014
  msgid "Default calendar start date (optional)"
3015
  msgstr ""
3016
 
3017
- #: app/model/settings.php:520
3018
  msgid "Agenda pages show at most"
3019
  msgstr "Raspored prikazuje najviše"
3020
 
3021
- #: app/model/settings.php:533
3022
  msgid "Week/Day view starts at"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:546
3026
  msgid "Week/Day view ends at"
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
3030
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3031
  msgstr ""
3032
 
3033
- #: app/model/settings.php:577
3034
  msgid "Only applies to events that span a single day."
3035
  msgstr ""
3036
 
3037
- #: app/model/settings.php:589
3038
  msgid ""
3039
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3040
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3043,55 +3035,55 @@ msgid ""
3043
  "\t\t\t\t\t\tfrom last day shown</strong>"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:605
3047
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:617
3051
  msgid "<strong>Show year</strong> in calendar date labels"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:629
3055
  msgid "<strong>Show location in event titles</strong> in calendar views"
3056
  msgstr ""
3057
 
3058
- #: app/model/settings.php:641
3059
  msgid "<strong>Exclude</strong> events from search results"
3060
  msgstr "<strong>Ne prikazuj događaje</strong> u rezultatima pretraživanja"
3061
 
3062
- #: app/model/settings.php:653
3063
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:665
3067
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3068
  msgstr ""
3069
 
3070
- #: app/model/settings.php:677
3071
  msgid " Hide <strong>Google Maps</strong> until clicked"
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:692
3079
  msgid "Only applies to first visible calendar found on the page."
3080
  msgstr ""
3081
 
3082
- #: app/model/settings.php:704
3083
  msgid "Offset affixed filter bar vertically by"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:719
3087
  msgid "Wide screens only (&#8805; 1200px)"
3088
  msgstr ""
3089
 
3090
- #: app/model/settings.php:734
3091
  msgid "Tablets only (< 980px)"
3092
  msgstr ""
3093
 
3094
- #: app/model/settings.php:749
3095
  msgid "Phones only (< 768px)"
3096
  msgstr ""
3097
 
@@ -3143,52 +3135,53 @@ msgstr ""
3143
  msgid "Message"
3144
  msgstr ""
3145
 
3146
- #: app/model/settings.php:402
3147
  #: lib/html/element/setting/calendar-page-selector.php:50
3148
  msgid "Calendar page"
3149
  msgstr ""
3150
 
3151
- #: app/model/settings.php:412
3152
  msgid "Week starts on"
3153
  msgstr "Tjedan počinje sa"
3154
 
3155
- #: app/model/settings.php:425
3156
  msgid "Available views"
3157
  msgstr ""
3158
 
3159
- #: app/model/settings.php:433
3160
  msgid "Agenda"
3161
  msgid_plural "Agenda"
3162
  msgstr[0] "Raspored"
3163
  msgstr[1] ""
3164
  msgstr[2] ""
3165
 
3166
- #: app/model/settings.php:444
3167
  msgid "Day"
3168
  msgid_plural "Day"
3169
  msgstr[0] "Dan"
3170
  msgstr[1] ""
3171
  msgstr[2] ""
3172
 
3173
- #: app/model/settings.php:455
3174
  msgid "Month"
3175
  msgid_plural "Month"
3176
  msgstr[0] "Mjesec"
3177
  msgstr[1] ""
3178
  msgstr[2] ""
3179
 
3180
- #: app/model/settings.php:466
3181
  msgid "Week"
3182
  msgid_plural "Week"
3183
  msgstr[0] "Tjedan"
3184
  msgstr[1] ""
3185
  msgstr[2] ""
3186
 
3187
- #: app/model/settings.php:480
 
3188
  msgid "Timezone"
3189
  msgstr ""
3190
 
3191
- #: app/model/settings.php:493
3192
  msgid "Preselected calendar filters"
3193
  msgstr ""
3194
 
@@ -3224,11 +3217,11 @@ msgstr ""
3224
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3225
  msgstr ""
3226
 
3227
- #: app/model/api/api-registration.php:186
3228
  msgid "Payment preferences were not saved."
3229
  msgstr ""
3230
 
3231
- #: app/model/api/api-registration.php:177
3232
  msgid "Payment preferences were saved."
3233
  msgstr ""
3234
 
@@ -3312,11 +3305,11 @@ msgstr ""
3312
  msgid "Guest Name"
3313
  msgstr ""
3314
 
3315
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3316
  msgid "Status"
3317
  msgstr ""
3318
 
3319
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3320
  #: app/view/event/ticket.php:71
3321
  msgid "Email"
3322
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr ""
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr ""
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Kupi ulaznice"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2158
  msgid "Categories (optional)"
2159
  msgstr "Kategorije (opcionalno)"
2160
 
2161
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2162
  msgid "When:"
2163
  msgstr ""
2164
 
2165
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2166
  msgid "Where:"
2167
  msgstr ""
2168
 
2228
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2229
  msgstr "Skica događaja ažurirana. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
2230
 
2231
+ #: app/view/event/single.php:89
 
 
 
 
2232
  msgid "Add to Calendar"
2233
  msgstr ""
2234
 
2235
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2236
  msgid "Cost:"
2237
  msgstr ""
2238
 
2239
+ #: app/view/event/single.php:97
2240
  msgid "Contact:"
2241
  msgstr ""
2242
 
2335
  msgid "Subscribe"
2336
  msgstr ""
2337
 
2338
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2339
  msgid "Get a Timely Calendar"
2340
  msgstr ""
2341
 
2383
  msgid "Clear category filter"
2384
  msgstr ""
2385
 
2386
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2387
  #: lib/html/element/setting/tags-categories.php:47
2388
  msgid "Categories"
2389
  msgstr "Kategorije"
2392
  msgid "Clear tag filter"
2393
  msgstr ""
2394
 
2395
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2396
  #: lib/html/element/setting/tags-categories.php:39
2397
  msgid "Tags"
2398
  msgstr "Oznake"
2413
  msgid "Read more"
2414
  msgstr ""
2415
 
2416
+ #: app/view/admin/tickets.php:111
2417
  msgid "Sales"
2418
  msgstr ""
2419
 
2420
+ #: app/view/admin/tickets.php:113
2421
  msgid "Cheque"
2422
  msgstr ""
2423
 
2425
  msgid "Paypal"
2426
  msgstr "Paypal"
2427
 
2428
+ #: app/view/admin/tickets.php:117
2429
  msgid "Save Changes"
2430
  msgstr ""
2431
 
2432
+ #: app/view/admin/tickets.php:118
2433
  msgid "Date"
2434
  msgstr ""
2435
 
2436
+ #: app/view/admin/tickets.php:119
2437
  msgid "Event"
2438
  msgstr ""
2439
 
2440
+ #: app/view/admin/tickets.php:120
2441
  msgid "Purchaser"
2442
  msgstr ""
2443
 
2444
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2445
  #: app/view/event/ticket.php:39
2446
  msgid "Tickets"
2447
  msgstr "Ulaznice"
2448
 
2449
+ #: app/view/admin/tickets.php:124
2450
  msgid "Total"
2451
  msgstr ""
2452
 
2453
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2454
  msgid "Sign Out"
2455
  msgstr ""
2456
 
2565
  msgid "All-in-One Event Calendar: Themes"
2566
  msgstr ""
2567
 
2568
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2569
  msgid "Ticketing"
2570
  msgstr ""
2571
 
 
 
 
 
 
 
 
 
 
2572
  #: app/view/admin/settings.php:98
2573
  msgctxt "meta box"
2574
  msgid "Timely"
2606
  msgid "Cache Report"
2607
  msgstr ""
2608
 
2609
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2610
  #: public/admin/box_ask_customer_review.php:113
2611
  #: public/admin/box_ask_customer_review.php:127
2612
  #: public/admin/box_ask_customer_review.php:141
2717
  msgstr ""
2718
 
2719
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2720
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2721
  msgid "Settings"
2722
  msgstr ""
2723
 
2825
  msgid "month(s)"
2826
  msgstr "mjesec(i)"
2827
 
2828
+ #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr ""
2831
 
2832
+ #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr ""
2835
 
2836
+ #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
+ #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  msgstr ""
2848
 
2849
+ #: app/model/settings.php:995
2850
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
  msgstr ""
2852
 
2853
+ #: app/model/settings.php:1018
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
+ #: app/model/settings.php:1031
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
+ #: app/model/settings.php:1034
2862
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2863
  msgstr ""
2864
 
2866
  msgid "Event Details"
2867
  msgstr "Detalji"
2868
 
2869
+ #: app/view/admin/add-new-event.php:505
2870
  msgid "Set banner image"
2871
  msgstr ""
2872
 
2873
+ #: app/view/admin/add-new-event.php:506
2874
  msgid "Remove banner image"
2875
  msgstr ""
2876
 
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
+ #: app/model/settings.php:761
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
+ #: app/model/settings.php:773
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
+ #: app/model/settings.php:776
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr ""
2924
 
2925
+ #: app/model/settings.php:787
2926
  msgid "Input dates in this format"
2927
  msgstr ""
2928
 
2929
+ #: app/model/settings.php:792
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr ""
2932
 
2933
+ #: app/model/settings.php:796
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
+ #: app/model/settings.php:800
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
+ #: app/model/settings.php:804
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr ""
2944
 
2945
+ #: app/model/settings.php:816
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr ""
2948
 
2949
+ #: app/model/settings.php:827
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr "<strong>Onemogući automatsko dovršavanje adrese</strong>"
2952
 
2953
+ #: app/model/settings.php:838
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
+ #: app/model/settings.php:854
2958
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
  msgstr ""
2960
 
2961
+ #: app/model/settings.php:857
2962
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2963
  msgstr ""
2964
 
2965
+ #: app/model/settings.php:878
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
+ #: app/model/settings.php:880
2970
  msgid ""
2971
  "Optional. Use this JavaScript-based shortcut to place the\n"
2972
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
+ #: app/model/settings.php:899
2982
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2983
  msgstr ""
2984
 
2985
+ #: app/model/settings.php:902
2986
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2987
  msgstr ""
2988
 
2989
+ #: app/model/settings.php:914
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
+ #: app/model/settings.php:929
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
+ #: app/model/settings.php:932
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
3001
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3002
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3003
  msgstr ""
3004
 
3005
+ #: app/model/settings.php:508
3006
  msgid "Default calendar start date (optional)"
3007
  msgstr ""
3008
 
3009
+ #: app/model/settings.php:519
3010
  msgid "Agenda pages show at most"
3011
  msgstr "Raspored prikazuje najviše"
3012
 
3013
+ #: app/model/settings.php:532
3014
  msgid "Week/Day view starts at"
3015
  msgstr ""
3016
 
3017
+ #: app/model/settings.php:545
3018
  msgid "Week/Day view ends at"
3019
  msgstr ""
3020
 
3021
+ #: app/model/settings.php:573
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
+ #: app/model/settings.php:576
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
+ #: app/model/settings.php:588
3030
  msgid ""
3031
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3032
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
+ #: app/model/settings.php:604
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr ""
3041
 
3042
+ #: app/model/settings.php:616
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr ""
3045
 
3046
+ #: app/model/settings.php:628
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr ""
3049
 
3050
+ #: app/model/settings.php:640
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr "<strong>Ne prikazuj događaje</strong> u rezultatima pretraživanja"
3053
 
3054
+ #: app/model/settings.php:652
3055
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3056
  msgstr ""
3057
 
3058
+ #: app/model/settings.php:664
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
+ #: app/model/settings.php:676
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr ""
3065
 
3066
+ #: app/model/settings.php:688
3067
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3068
  msgstr ""
3069
 
3070
+ #: app/model/settings.php:691
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
+ #: app/model/settings.php:703
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
+ #: app/model/settings.php:718
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr ""
3081
 
3082
+ #: app/model/settings.php:733
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr ""
3085
 
3086
+ #: app/model/settings.php:748
3087
  msgid "Phones only (< 768px)"
3088
  msgstr ""
3089
 
3135
  msgid "Message"
3136
  msgstr ""
3137
 
3138
+ #: app/model/settings.php:401
3139
  #: lib/html/element/setting/calendar-page-selector.php:50
3140
  msgid "Calendar page"
3141
  msgstr ""
3142
 
3143
+ #: app/model/settings.php:411
3144
  msgid "Week starts on"
3145
  msgstr "Tjedan počinje sa"
3146
 
3147
+ #: app/model/settings.php:424
3148
  msgid "Available views"
3149
  msgstr ""
3150
 
3151
+ #: app/model/settings.php:432
3152
  msgid "Agenda"
3153
  msgid_plural "Agenda"
3154
  msgstr[0] "Raspored"
3155
  msgstr[1] ""
3156
  msgstr[2] ""
3157
 
3158
+ #: app/model/settings.php:443
3159
  msgid "Day"
3160
  msgid_plural "Day"
3161
  msgstr[0] "Dan"
3162
  msgstr[1] ""
3163
  msgstr[2] ""
3164
 
3165
+ #: app/model/settings.php:454
3166
  msgid "Month"
3167
  msgid_plural "Month"
3168
  msgstr[0] "Mjesec"
3169
  msgstr[1] ""
3170
  msgstr[2] ""
3171
 
3172
+ #: app/model/settings.php:465
3173
  msgid "Week"
3174
  msgid_plural "Week"
3175
  msgstr[0] "Tjedan"
3176
  msgstr[1] ""
3177
  msgstr[2] ""
3178
 
3179
+ #: app/model/settings.php:479 app/view/event/single.php:57
3180
+ #: app/view/event/single.php:58
3181
  msgid "Timezone"
3182
  msgstr ""
3183
 
3184
+ #: app/model/settings.php:492
3185
  msgid "Preselected calendar filters"
3186
  msgstr ""
3187
 
3217
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3218
  msgstr ""
3219
 
3220
+ #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:182
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
3305
  msgid "Guest Name"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3309
  msgid "Status"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3313
  #: app/view/event/ticket.php:71
3314
  msgid "Email"
3315
  msgstr "Email"
language/all-in-one-event-calendar-hu_HU.mo CHANGED
Binary file
language/all-in-one-event-calendar-hu_HU.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Kézi beállítás"
1975
  msgid "Choose your timezone"
1976
  msgstr "Válassz időzónát:"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "A bővítmény telepítve van, de nincs konfigurálva. Kérjük, jelentkezzen be, hogy beállíthassa."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Az esemény <strong>%s</strong> klónozása sikeresen befejeződött.
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Ingyenes"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Jegyek vásárlása"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Előfordulás szerkesztése (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Érvénytelen ICS hírcsatorna ID"
2152
  msgid "Categories (optional)"
2153
  msgstr "Kategóriák (opcionális)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Mikor:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Hol:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Esemény tervezet frissítve.<a target=\"_blank\" href=\"%s\">Esemény előnézete</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "Az esemény a %s időzónában készült."
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Hozzáadás a naptárhoz"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Költség:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Kontakt személy:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Iratkozz fel egy leszűrt naptárra!"
2333
  msgid "Subscribe"
2334
  msgstr "Feliratkozás"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Iratkozz fel erre a naptárra egy másik szövegalapú naptárból"
2381
  msgid "Clear category filter"
2382
  msgstr "Töröld a kategória kiválasztást"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Kategóriák"
@@ -2390,7 +2391,7 @@ msgstr "Kategóriák"
2390
  msgid "Clear tag filter"
2391
  msgstr "Töröld a cimke kiválasztást"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Címkék"
@@ -2411,11 +2412,11 @@ msgstr "Jelenleg nincsenek közelgő események"
2411
  msgid "Read more"
2412
  msgstr "Olvass tovább"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Jegyek"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Alapbeállítások visszaállítása"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Calendar: Sablonok"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Külső szolgáltatások"
2613
  msgid "Cache Report"
2614
  msgstr "Cache Report"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar: Beállítások"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Beállítások"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "utolsó"
2832
  msgid "month(s)"
2833
  msgstr "Hónap(ok)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Aktuális<strong>robots.txt</strong> fájl az oldalon"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2858,19 +2850,19 @@ msgstr ""
2858
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2859
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2860
 
2861
- #: app/model/settings.php:996
2862
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2863
  msgstr "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2864
 
2865
- #: app/model/settings.php:1019
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "Sablonok gyorsítótára, javítja a webhely teljesítményét"
2868
 
2869
- #: app/model/settings.php:1032
2870
  msgid "Display events in <strong>calendar time zone</strong>"
2871
  msgstr ""
2872
 
2873
- #: app/model/settings.php:1035
2874
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2875
  msgstr ""
2876
 
@@ -2878,11 +2870,11 @@ msgstr ""
2878
  msgid "Event Details"
2879
  msgstr "Esemény részletei"
2880
 
2881
- #: app/view/admin/add-new-event.php:500
2882
  msgid "Set banner image"
2883
  msgstr "Banner kép beállítása"
2884
 
2885
- #: app/view/admin/add-new-event.php:501
2886
  msgid "Remove banner image"
2887
  msgstr "Banner kép törlése"
2888
 
@@ -2922,63 +2914,63 @@ msgstr "Mutasd mindet"
2922
  msgid "Show All Authors"
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Strict compatibility content filtering"
2927
  msgstr "Szigorú egyezőség tartalomszűrés"
2928
 
2929
- #: app/model/settings.php:774
2930
  msgid " <strong>Hide featured image</strong> from event details page"
2931
  msgstr "<strong>Kiemelt kép rejtése</strong> a rendezvény részletei oldalon"
2932
 
2933
- #: app/model/settings.php:777
2934
  msgid "Select this option if your theme already displays each post's featured image."
2935
  msgstr "Válassza ezt a beállítást, ha a sablon már megjeleníti az egyes bejegyzésekhez a kiemelt képeket."
2936
 
2937
- #: app/model/settings.php:788
2938
  msgid "Input dates in this format"
2939
  msgstr "Dátum bevitele ebben a formában:"
2940
 
2941
- #: app/model/settings.php:793
2942
  msgid "Default (d/m/yyyy)"
2943
  msgstr "Alapértelmezett (d/m/yyyy)"
2944
 
2945
- #: app/model/settings.php:797
2946
  msgid "US (m/d/yyyy)"
2947
  msgstr "US (h/n/éééé)"
2948
 
2949
- #: app/model/settings.php:801
2950
  msgid "ISO 8601 (yyyy-m-d)"
2951
  msgstr "ISO 8601 (éééé-h-n)"
2952
 
2953
- #: app/model/settings.php:805
2954
  msgid "Dotted (m.d.yyyy)"
2955
  msgstr "Pontozott (h.n.éééé)"
2956
 
2957
- #: app/model/settings.php:817
2958
  msgid " Use <strong>24h time</strong> in time pickers"
2959
  msgstr "Használja a <strong>24 órás</strong> idő megjelenítést"
2960
 
2961
- #: app/model/settings.php:828
2962
  msgid "<strong>Disable address autocomplete</strong> function"
2963
  msgstr "<strong>Automatikus címkiegészítés</strong> funkció letiltása"
2964
 
2965
- #: app/model/settings.php:839
2966
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2967
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2968
 
2969
- #: app/model/settings.php:855
2970
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2971
  msgstr "Mutassa a régi <strong>Esemény közzététele</strong> gombot a naptár fölött kiváltságos felhasználóknak"
2972
 
2973
- #: app/model/settings.php:858
2974
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2975
  msgstr "Telepítse az <a target=\"_blank\" href=\"http://time.ly/\">Interatív kezelőfelületű kiterjesztést</a>, melynek kezelőfelülete <strong>esemény bejegyzési űrlap formában</strong> válik hasznunkra."
2976
 
2977
- #: app/model/settings.php:879
2978
  msgid "Move calendar into this DOM element"
2979
  msgstr "Mozgasd a naptárat ebbe a DOM elembe"
2980
 
2981
- #: app/model/settings.php:881
2982
  msgid ""
2983
  "Optional. Use this JavaScript-based shortcut to place the\n"
2984
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2999
  "→\t→\t→\t→\t→\t→\tby the calendar."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "<strong>gzip</strong> csomagolás tiltása"
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr ""
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr ""
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "törléséhez tartsa lenyomva a &#8984;/<abbr class=\"initialism\">CTRL</abbr> majd kattintson a kiválasztásához."
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "Alapértelmezett naptári kezdőnap (opcionális):"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "A naptár maximum ennyi eseményt mutasson:"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "A heti/napi nézet ezen a napon kezdődjön:"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "A heti/napi nézet ezen a napon végződjön:"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "Csak azokra az eseményekre vonatkozik, amelyek egy napon át tartanak."
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3060,55 +3052,55 @@ msgstr ""
3060
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3061
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3062
 
3063
- #: app/model/settings.php:605
3064
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3065
  msgstr "Legyen minden esemény <strong>kifejtve</strong> Agenda nézetben "
3066
 
3067
- #: app/model/settings.php:617
3068
  msgid "<strong>Show year</strong> in calendar date labels"
3069
  msgstr "<strong>Mutasd az évet</strong> a naptári dátumcímkéken"
3070
 
3071
- #: app/model/settings.php:629
3072
  msgid "<strong>Show location in event titles</strong> in calendar views"
3073
  msgstr "<strong>Mutasd a helyszínt az események címében</strong> a naptárnézetekben"
3074
 
3075
- #: app/model/settings.php:641
3076
  msgid "<strong>Exclude</strong> events from search results"
3077
  msgstr "<strong>Zárja ki az eseményeket</strong> a keresési eredmények közül"
3078
 
3079
- #: app/model/settings.php:653
3080
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3081
  msgstr "<strong>Feliratkozás</strong>/<strong>Add a naptárhoz</strong> gombok elrejtése a Calendar és a Sigle event nézetekben."
3082
 
3083
- #: app/model/settings.php:665
3084
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3085
  msgstr ""
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid " Hide <strong>Google Maps</strong> until clicked"
3089
  msgstr "<strong>Google térkép</strong> elrejtése kattintásig"
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3093
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3094
 
3095
- #: app/model/settings.php:692
3096
  msgid "Only applies to first visible calendar found on the page."
3097
  msgstr "Csak az oldalon elsőként látható Calendar-ra alkalmazható."
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Offset affixed filter bar vertically by"
3101
  msgstr "Offset affixed filter bar vertically by"
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Wide screens only (&#8805; 1200px)"
3105
  msgstr "Csak széles képernyőn (&#8805; 1200px)"
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Tablets only (< 980px)"
3109
  msgstr "Csak tableten (< 980px)"
3110
 
3111
- #: app/model/settings.php:749
3112
  msgid "Phones only (< 768px)"
3113
  msgstr "Csak mobilon (< 768px)"
3114
 
@@ -3160,48 +3152,49 @@ msgstr ""
3160
  msgid "Message"
3161
  msgstr ""
3162
 
3163
- #: app/model/settings.php:402
3164
  #: lib/html/element/setting/calendar-page-selector.php:50
3165
  msgid "Calendar page"
3166
  msgstr "Naptár oldal"
3167
 
3168
- #: app/model/settings.php:412
3169
  msgid "Week starts on"
3170
  msgstr "A hét ezen a napon kezdődjön:"
3171
 
3172
- #: app/model/settings.php:425
3173
  msgid "Available views"
3174
  msgstr "Elérhető nézetek"
3175
 
3176
- #: app/model/settings.php:433
3177
  msgid "Agenda"
3178
  msgid_plural "Agenda"
3179
  msgstr[0] "Napirend"
3180
  msgstr[1] "napirendek"
3181
 
3182
- #: app/model/settings.php:444
3183
  msgid "Day"
3184
  msgid_plural "Day"
3185
  msgstr[0] "Nap"
3186
  msgstr[1] "napok"
3187
 
3188
- #: app/model/settings.php:455
3189
  msgid "Month"
3190
  msgid_plural "Month"
3191
  msgstr[0] "Hónap"
3192
  msgstr[1] "Hónapok"
3193
 
3194
- #: app/model/settings.php:466
3195
  msgid "Week"
3196
  msgid_plural "Week"
3197
  msgstr[0] "Hét"
3198
  msgstr[1] "Hetek"
3199
 
3200
- #: app/model/settings.php:480
 
3201
  msgid "Timezone"
3202
  msgstr "Időzóna"
3203
 
3204
- #: app/model/settings.php:493
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Előre kiválasztott naptárszűrők"
3207
 
@@ -3237,11 +3230,11 @@ msgstr ""
3237
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3238
  msgstr ""
3239
 
3240
- #: app/model/api/api-registration.php:186
3241
  msgid "Payment preferences were not saved."
3242
  msgstr ""
3243
 
3244
- #: app/model/api/api-registration.php:177
3245
  msgid "Payment preferences were saved."
3246
  msgstr ""
3247
 
@@ -3325,11 +3318,11 @@ msgstr ""
3325
  msgid "Guest Name"
3326
  msgstr ""
3327
 
3328
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3329
  msgid "Status"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3333
  #: app/view/event/ticket.php:71
3334
  msgid "Email"
3335
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Válassz időzónát:"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "A bővítmény telepítve van, de nincs konfigurálva. Kérjük, jelentkezzen be, hogy beállíthassa."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Ingyenes"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Jegyek vásárlása"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Előfordulás szerkesztése (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Kategóriák (opcionális)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Mikor:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Hol:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Esemény tervezet frissítve.<a target=\"_blank\" href=\"%s\">Esemény előnézete</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Hozzáadás a naptárhoz"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Költség:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Kontakt személy:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Feliratkozás"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Töröld a kategória kiválasztást"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Kategóriák"
2391
  msgid "Clear tag filter"
2392
  msgstr "Töröld a cimke kiválasztást"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Címkék"
2412
  msgid "Read more"
2413
  msgstr "Olvass tovább"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Jegyek"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar: Sablonok"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Cache Report"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar: Beállítások"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Beállítások"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "Hónap(ok)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Aktuális<strong>robots.txt</strong> fájl az oldalon"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
+ #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Sablonok gyorsítótára, javítja a webhely teljesítményét"
2860
 
2861
+ #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2870
  msgid "Event Details"
2871
  msgstr "Esemény részletei"
2872
 
2873
+ #: app/view/admin/add-new-event.php:505
2874
  msgid "Set banner image"
2875
  msgstr "Banner kép beállítása"
2876
 
2877
+ #: app/view/admin/add-new-event.php:506
2878
  msgid "Remove banner image"
2879
  msgstr "Banner kép törlése"
2880
 
2914
  msgid "Show All Authors"
2915
  msgstr ""
2916
 
2917
+ #: app/model/settings.php:761
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr "Szigorú egyezőség tartalomszűrés"
2920
 
2921
+ #: app/model/settings.php:773
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr "<strong>Kiemelt kép rejtése</strong> a rendezvény részletei oldalon"
2924
 
2925
+ #: app/model/settings.php:776
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr "Válassza ezt a beállítást, ha a sablon már megjeleníti az egyes bejegyzésekhez a kiemelt képeket."
2928
 
2929
+ #: app/model/settings.php:787
2930
  msgid "Input dates in this format"
2931
  msgstr "Dátum bevitele ebben a formában:"
2932
 
2933
+ #: app/model/settings.php:792
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr "Alapértelmezett (d/m/yyyy)"
2936
 
2937
+ #: app/model/settings.php:796
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr "US (h/n/éééé)"
2940
 
2941
+ #: app/model/settings.php:800
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr "ISO 8601 (éééé-h-n)"
2944
 
2945
+ #: app/model/settings.php:804
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr "Pontozott (h.n.éééé)"
2948
 
2949
+ #: app/model/settings.php:816
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr "Használja a <strong>24 órás</strong> idő megjelenítést"
2952
 
2953
+ #: app/model/settings.php:827
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr "<strong>Automatikus címkiegészítés</strong> funkció letiltása"
2956
 
2957
+ #: app/model/settings.php:838
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
 
2961
+ #: app/model/settings.php:854
2962
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
  msgstr "Mutassa a régi <strong>Esemény közzététele</strong> gombot a naptár fölött kiváltságos felhasználóknak"
2964
 
2965
+ #: app/model/settings.php:857
2966
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
  msgstr "Telepítse az <a target=\"_blank\" href=\"http://time.ly/\">Interatív kezelőfelületű kiterjesztést</a>, melynek kezelőfelülete <strong>esemény bejegyzési űrlap formában</strong> válik hasznunkra."
2968
 
2969
+ #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Mozgasd a naptárat ebbe a DOM elembe"
2972
 
2973
+ #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  "→\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "<strong>gzip</strong> csomagolás tiltása"
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr ""
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr ""
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "törléséhez tartsa lenyomva a &#8984;/<abbr class=\"initialism\">CTRL</abbr> majd kattintson a kiválasztásához."
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "Alapértelmezett naptári kezdőnap (opcionális):"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "A naptár maximum ennyi eseményt mutasson:"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "A heti/napi nézet ezen a napon kezdődjön:"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "A heti/napi nézet ezen a napon végződjön:"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Csak azokra az eseményekre vonatkozik, amelyek egy napon át tartanak."
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3052
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3053
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3054
 
3055
+ #: app/model/settings.php:604
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "Legyen minden esemény <strong>kifejtve</strong> Agenda nézetben "
3058
 
3059
+ #: app/model/settings.php:616
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "<strong>Mutasd az évet</strong> a naptári dátumcímkéken"
3062
 
3063
+ #: app/model/settings.php:628
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "<strong>Mutasd a helyszínt az események címében</strong> a naptárnézetekben"
3066
 
3067
+ #: app/model/settings.php:640
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "<strong>Zárja ki az eseményeket</strong> a keresési eredmények közül"
3070
 
3071
+ #: app/model/settings.php:652
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "<strong>Feliratkozás</strong>/<strong>Add a naptárhoz</strong> gombok elrejtése a Calendar és a Sigle event nézetekben."
3074
 
3075
+ #: app/model/settings.php:664
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr ""
3078
 
3079
+ #: app/model/settings.php:676
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr "<strong>Google térkép</strong> elrejtése kattintásig"
3082
 
3083
+ #: app/model/settings.php:688
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
 
3087
+ #: app/model/settings.php:691
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr "Csak az oldalon elsőként látható Calendar-ra alkalmazható."
3090
 
3091
+ #: app/model/settings.php:703
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr "Offset affixed filter bar vertically by"
3094
 
3095
+ #: app/model/settings.php:718
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr "Csak széles képernyőn (&#8805; 1200px)"
3098
 
3099
+ #: app/model/settings.php:733
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr "Csak tableten (< 980px)"
3102
 
3103
+ #: app/model/settings.php:748
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "Csak mobilon (< 768px)"
3106
 
3152
  msgid "Message"
3153
  msgstr ""
3154
 
3155
+ #: app/model/settings.php:401
3156
  #: lib/html/element/setting/calendar-page-selector.php:50
3157
  msgid "Calendar page"
3158
  msgstr "Naptár oldal"
3159
 
3160
+ #: app/model/settings.php:411
3161
  msgid "Week starts on"
3162
  msgstr "A hét ezen a napon kezdődjön:"
3163
 
3164
+ #: app/model/settings.php:424
3165
  msgid "Available views"
3166
  msgstr "Elérhető nézetek"
3167
 
3168
+ #: app/model/settings.php:432
3169
  msgid "Agenda"
3170
  msgid_plural "Agenda"
3171
  msgstr[0] "Napirend"
3172
  msgstr[1] "napirendek"
3173
 
3174
+ #: app/model/settings.php:443
3175
  msgid "Day"
3176
  msgid_plural "Day"
3177
  msgstr[0] "Nap"
3178
  msgstr[1] "napok"
3179
 
3180
+ #: app/model/settings.php:454
3181
  msgid "Month"
3182
  msgid_plural "Month"
3183
  msgstr[0] "Hónap"
3184
  msgstr[1] "Hónapok"
3185
 
3186
+ #: app/model/settings.php:465
3187
  msgid "Week"
3188
  msgid_plural "Week"
3189
  msgstr[0] "Hét"
3190
  msgstr[1] "Hetek"
3191
 
3192
+ #: app/model/settings.php:479 app/view/event/single.php:57
3193
+ #: app/view/event/single.php:58
3194
  msgid "Timezone"
3195
  msgstr "Időzóna"
3196
 
3197
+ #: app/model/settings.php:492
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Előre kiválasztott naptárszűrők"
3200
 
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
+ #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
language/all-in-one-event-calendar-id_ID.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr ""
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr ""
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr ""
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr ""
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr ""
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr ""
2162
 
@@ -2222,19 +2227,15 @@ msgstr ""
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr ""
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr ""
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr ""
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr ""
2240
 
@@ -2333,7 +2334,7 @@ msgstr ""
2333
  msgid "Subscribe"
2334
  msgstr ""
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr ""
2381
  msgid "Clear category filter"
2382
  msgstr ""
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr ""
@@ -2390,7 +2391,7 @@ msgstr ""
2390
  msgid "Clear tag filter"
2391
  msgstr ""
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr ""
@@ -2411,11 +2412,11 @@ msgstr ""
2411
  msgid "Read more"
2412
  msgstr ""
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr ""
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr ""
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr ""
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr ""
2613
  msgid "Cache Report"
2614
  msgstr ""
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr ""
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr ""
2730
 
@@ -2832,19 +2824,19 @@ msgstr ""
2832
  msgid "month(s)"
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr ""
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr ""
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr ""
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr ""
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr ""
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr ""
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr ""
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr ""
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr ""
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr ""
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr ""
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr ""
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] ""
3162
  msgstr[1] ""
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] ""
3168
  msgstr[1] ""
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] ""
3174
  msgstr[1] ""
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] ""
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr ""
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr ""
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr ""
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr ""
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr ""
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr ""
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr ""
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr ""
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr ""
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr ""
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr ""
2241
 
2334
  msgid "Subscribe"
2335
  msgstr ""
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr ""
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr ""
2391
  msgid "Clear tag filter"
2392
  msgstr ""
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr ""
2412
  msgid "Read more"
2413
  msgstr ""
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr ""
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr ""
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr ""
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr ""
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr ""
2722
 
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr ""
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr ""
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr ""
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr ""
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr ""
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr ""
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr ""
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr ""
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr ""
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr ""
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr ""
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr ""
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr ""
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] ""
3154
  msgstr[1] ""
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] ""
3160
  msgstr[1] ""
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] ""
3166
  msgstr[1] ""
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] ""
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr ""
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
language/all-in-one-event-calendar-is.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr ""
1975
  msgid "Choose your timezone"
1976
  msgstr "Veldu tímasvæði"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Frítt"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Kaupa miða"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2152,11 +2157,11 @@ msgstr ""
2152
  msgid "Categories (optional)"
2153
  msgstr "Flokkar (valfrjálst)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Dagsetning:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Staðsetning:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr ""
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr ""
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Bæta við í dagatal"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Verð:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Tengiliður:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Áskrift að síuðu dagatali"
2333
  msgid "Subscribe"
2334
  msgstr "Áskrift"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr ""
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Bæta dagatali við annað textadagatal"
2381
  msgid "Clear category filter"
2382
  msgstr ""
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Flokkar"
@@ -2390,7 +2391,7 @@ msgstr "Flokkar"
2390
  msgid "Clear tag filter"
2391
  msgstr ""
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Leitarmerki"
@@ -2411,11 +2412,11 @@ msgstr "Engir atburðir eru fyrir hendi eins og er."
2411
  msgid "Read more"
2412
  msgstr "Sjá nánar"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr ""
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr ""
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr ""
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr ""
2613
  msgid "Cache Report"
2614
  msgstr ""
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr ""
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr ""
2730
 
@@ -2832,19 +2824,19 @@ msgstr ""
2832
  msgid "month(s)"
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr ""
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr "Sýna allt"
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr ""
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr ""
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr ""
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr ""
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr "Viku/Dags yfirlit byrjar á"
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr "Viku/Dags yfirlit endar á"
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr ""
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr ""
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr ""
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr ""
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr ""
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr "Aðeins símar"
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr ""
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr ""
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr ""
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] ""
3162
  msgstr[1] ""
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] "Dagur"
3168
  msgstr[1] ""
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] "Mánuður"
3174
  msgstr[1] ""
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] "Vika"
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr "Tímasvæði"
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr "Netfang"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Veldu tímasvæði"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Frítt"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Kaupa miða"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Flokkar (valfrjálst)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Dagsetning:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Staðsetning:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr ""
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Bæta við í dagatal"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Verð:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Tengiliður:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Áskrift"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr ""
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Flokkar"
2391
  msgid "Clear tag filter"
2392
  msgstr ""
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Leitarmerki"
2412
  msgid "Read more"
2413
  msgstr "Sjá nánar"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr ""
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr ""
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr ""
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr ""
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr ""
2722
 
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr ""
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr ""
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr ""
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr ""
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr "Viku/Dags yfirlit byrjar á"
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr "Viku/Dags yfirlit endar á"
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr ""
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr ""
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr ""
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr "Aðeins símar"
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr ""
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr ""
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr ""
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] ""
3154
  msgstr[1] ""
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] "Dagur"
3160
  msgstr[1] ""
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] "Mánuður"
3166
  msgstr[1] ""
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] "Vika"
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr "Tímasvæði"
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr "Netfang"
language/all-in-one-event-calendar-it_IT.mo CHANGED
Binary file
language/all-in-one-event-calendar-it_IT.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr "L'URL del sito non è valido."
1358
  msgid "Thank you for being our customer,"
1359
  msgstr "Grazie per essere nostro cliente,"
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr "Aristotel Dascal, VP of Product, Time.ly"
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr "Invio..."
@@ -1977,15 +1982,15 @@ msgstr "Compensazione manuale"
1977
  msgid "Choose your timezone"
1978
  msgstr "Cambia il tuo fuso orario"
1979
 
1980
- #: lib/environment/check.php:86
1981
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1982
  msgstr "Il plugin è installato, ma non è stato configurato. Per favore logga come amministratore per configurarlo."
1983
 
1984
- #: lib/environment/check.php:251
1985
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1986
  msgstr "L'Add-on <strong>%s</strong> dev'essere aggiornato all'ultima versione %s per garantire compatibilità con il Core del calendario."
1987
 
1988
- #: lib/environment/check.php:252
1989
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1990
  msgstr "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1991
 
@@ -2078,27 +2083,27 @@ msgstr "<p>L'Evento <strong>%s</strong> è stato clonato correttamente. <a href=
2078
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2079
  msgstr "Hai attivato il Rendering Frontend e stai utilizzando un tema calendario personalizzato. Se il tuo tema non supporta il Rendering Frontend, il tuo calendario potrebbe non funzionare correttamente."
2080
 
2081
- #: app/view/event/single.php:123
2082
  msgid "Tickets:"
2083
  msgstr "Biglietti:"
2084
 
2085
- #: app/view/event/single.php:124
2086
  msgid "Free"
2087
  msgstr "Gratuito"
2088
 
2089
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2090
  msgid "Buy Tickets"
2091
  msgstr "Acquista Biglietti"
2092
 
2093
- #: app/view/event/single.php:150
2094
  msgid "Edit this occurrence (%s)"
2095
  msgstr "Modifica questo avvenimento (%s)"
2096
 
2097
- #: app/view/event/single.php:221
2098
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2099
  msgstr "Questo post è stato replicato da un'altro <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Feed Calendario</a>."
2100
 
2101
- #: app/view/event/single.php:232
2102
  msgid "View original"
2103
  msgstr "Visualizza originale"
2104
 
@@ -2154,11 +2159,11 @@ msgstr "ID feed ICS non valido"
2154
  msgid "Categories (optional)"
2155
  msgstr "Categorie (opzionale)"
2156
 
2157
- #: app/view/event/content.php:33 app/view/event/single.php:119
2158
  msgid "When:"
2159
  msgstr "Quando:"
2160
 
2161
- #: app/view/event/content.php:34 app/view/event/single.php:120
2162
  msgid "Where:"
2163
  msgstr "Dove:"
2164
 
@@ -2224,19 +2229,15 @@ msgstr "M j, Y @ G:i"
2224
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2225
  msgstr "Bozza evento aggiornata. <a target=\"_blank\" href=\"%s\">Vedi anteprima</a>"
2226
 
2227
- #: app/view/event/single.php:78
2228
- msgid "Event was created in the %s time zone"
2229
- msgstr "L'evento è stato creato in %s"
2230
-
2231
- #: app/view/event/single.php:114
2232
  msgid "Add to Calendar"
2233
  msgstr "Aggiungi al Calendario"
2234
 
2235
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2236
  msgid "Cost:"
2237
  msgstr "Costo:"
2238
 
2239
- #: app/view/event/single.php:122
2240
  msgid "Contact:"
2241
  msgstr "Contatto:"
2242
 
@@ -2335,7 +2336,7 @@ msgstr "Sottoscrivi il calendario filtrato"
2335
  msgid "Subscribe"
2336
  msgstr "Sottoscrivi"
2337
 
2338
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2339
  msgid "Get a Timely Calendar"
2340
  msgstr "Ottieni un Calendario Timely"
2341
 
@@ -2383,7 +2384,7 @@ msgstr "Sottoscrivi a questo calendario in un altro calendario plain-text"
2383
  msgid "Clear category filter"
2384
  msgstr "Cancella filtro categoria"
2385
 
2386
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2387
  #: lib/html/element/setting/tags-categories.php:47
2388
  msgid "Categories"
2389
  msgstr "Categorie"
@@ -2392,7 +2393,7 @@ msgstr "Categorie"
2392
  msgid "Clear tag filter"
2393
  msgstr "Cancella filtro tag"
2394
 
2395
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2396
  #: lib/html/element/setting/tags-categories.php:39
2397
  msgid "Tags"
2398
  msgstr "Tag"
@@ -2413,11 +2414,11 @@ msgstr "Non ci sono eventi imminenti da visualizzare in questo istante."
2413
  msgid "Read more"
2414
  msgstr "Leggi di più"
2415
 
2416
- #: app/view/admin/tickets.php:104
2417
  msgid "Sales"
2418
  msgstr "Vendite"
2419
 
2420
- #: app/view/admin/tickets.php:106
2421
  msgid "Cheque"
2422
  msgstr "Assegno"
2423
 
@@ -2425,32 +2426,32 @@ msgstr "Assegno"
2425
  msgid "Paypal"
2426
  msgstr "PayPal"
2427
 
2428
- #: app/view/admin/tickets.php:110
2429
  msgid "Save Changes"
2430
  msgstr "Salva modifiche"
2431
 
2432
- #: app/view/admin/tickets.php:111
2433
  msgid "Date"
2434
  msgstr "Data"
2435
 
2436
- #: app/view/admin/tickets.php:112
2437
  msgid "Event"
2438
  msgstr "Evento"
2439
 
2440
- #: app/view/admin/tickets.php:113
2441
  msgid "Purchaser"
2442
  msgstr "Acquirente"
2443
 
2444
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2445
  #: app/view/event/ticket.php:39
2446
  msgid "Tickets"
2447
  msgstr "Biglietti"
2448
 
2449
- #: app/view/admin/tickets.php:117
2450
  msgid "Total"
2451
  msgstr "Totale"
2452
 
2453
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2454
  msgid "Sign Out"
2455
  msgstr "Sloggati"
2456
 
@@ -2565,19 +2566,10 @@ msgstr "Resetta ai valori di default"
2565
  msgid "All-in-One Event Calendar: Themes"
2566
  msgstr "Calendario Eventi All-in-One: Temi"
2567
 
2568
- #: app/view/admin/tickets.php:35
2569
  msgid "Ticketing"
2570
  msgstr "Ticketing"
2571
 
2572
- #: app/view/admin/tickets.php:36
2573
- msgid "Ticketing<sup>beta</sup>"
2574
- msgstr "Ticketing<sup>beta</sup>"
2575
-
2576
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2577
- #: app/view/admin/tickets.php:97
2578
- msgid "Time.ly Ticketing<sup>beta</sup>"
2579
- msgstr "Time.ly Ticketing<sup>beta</sup>"
2580
-
2581
  #: app/view/admin/settings.php:98
2582
  msgctxt "meta box"
2583
  msgid "Timely"
@@ -2615,7 +2607,7 @@ msgstr "Servizi esterni"
2615
  msgid "Cache Report"
2616
  msgstr "Cache Report"
2617
 
2618
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2619
  #: public/admin/box_ask_customer_review.php:113
2620
  #: public/admin/box_ask_customer_review.php:127
2621
  #: public/admin/box_ask_customer_review.php:141
@@ -2726,7 +2718,7 @@ msgid "All-in-One Event Calendar: Settings"
2726
  msgstr "Calendario Eventi All-in-One: impostazioni"
2727
 
2728
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2729
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2730
  msgid "Settings"
2731
  msgstr "Impostazioni"
2732
 
@@ -2834,19 +2826,19 @@ msgstr "ultimo"
2834
  msgid "month(s)"
2835
  msgstr "mese/i"
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2839
  msgstr "<strong>Linka CSS</strong> nella <code>&lt;head&gt;</code> sezione quando la cache dei file non è disponibile."
2840
 
2841
- #: app/model/settings.php:963
2842
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2843
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2844
 
2845
- #: app/model/settings.php:975
2846
  msgid "Current <strong>robots.txt</strong> on this site"
2847
  msgstr "Attuale <strong>robots.txt</strong> su questo sito"
2848
 
2849
- #: app/model/settings.php:979
2850
  msgid ""
2851
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2852
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2861,19 +2853,19 @@ msgstr ""
2861
  "→\t→\t→\t→\t→\t→\tcirca l'accesso a tutto il sito o parte di esso che è pubblicamente visibile.\n"
2862
  "→\t→\t→\t→\t→\t→\tPuoi cambiarlo manualmente modificando il file <code>robots.txt</code> nella root della tua directory di WordPress."
2863
 
2864
- #: app/model/settings.php:996
2865
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2866
  msgstr "<strong>Pubblicizza, promuovi e condividi gli eventi</strong> segnati come pubblici sulla rete Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2867
 
2868
- #: app/model/settings.php:1019
2869
  msgid "Templates cache improves site performance"
2870
  msgstr "Cache dei modelli aumenta la performance del sito"
2871
 
2872
- #: app/model/settings.php:1032
2873
  msgid "Display events in <strong>calendar time zone</strong>"
2874
  msgstr "Visualizza eventi in <strong>calendar time zone</strong>"
2875
 
2876
- #: app/model/settings.php:1035
2877
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2878
  msgstr "Se questo checkbox è attivo gli eventi appaiono nella time zone del calendario con informazioni di zona visualizzati nella pagine dettaglio evento."
2879
 
@@ -2881,11 +2873,11 @@ msgstr "Se questo checkbox è attivo gli eventi appaiono nella time zone del cal
2881
  msgid "Event Details"
2882
  msgstr "Dettagli evento"
2883
 
2884
- #: app/view/admin/add-new-event.php:500
2885
  msgid "Set banner image"
2886
  msgstr "Imposta il banner"
2887
 
2888
- #: app/view/admin/add-new-event.php:501
2889
  msgid "Remove banner image"
2890
  msgstr "Rimuovi il banner"
2891
 
@@ -2925,63 +2917,63 @@ msgstr "Vedi tutto"
2925
  msgid "Show All Authors"
2926
  msgstr "Visualizza tutti gli autori"
2927
 
2928
- #: app/model/settings.php:762
2929
  msgid "Strict compatibility content filtering"
2930
  msgstr "Compatibilità strict del filtro contenuto"
2931
 
2932
- #: app/model/settings.php:774
2933
  msgid " <strong>Hide featured image</strong> from event details page"
2934
  msgstr " <strong>Nascondi immagine pertinente</strong> dalla pagina dettagli eventi"
2935
 
2936
- #: app/model/settings.php:777
2937
  msgid "Select this option if your theme already displays each post's featured image."
2938
  msgstr "Seleziona questa opzione se il tuo tema mostra già le immagini caratteristiche di ogni post."
2939
 
2940
- #: app/model/settings.php:788
2941
  msgid "Input dates in this format"
2942
  msgstr "Immetti le date in questo formato"
2943
 
2944
- #: app/model/settings.php:793
2945
  msgid "Default (d/m/yyyy)"
2946
  msgstr "Predefinito (d/m/yyyy)"
2947
 
2948
- #: app/model/settings.php:797
2949
  msgid "US (m/d/yyyy)"
2950
  msgstr "US (m/d/yyyy)"
2951
 
2952
- #: app/model/settings.php:801
2953
  msgid "ISO 8601 (yyyy-m-d)"
2954
  msgstr "ISO 8601 (yyyy-m-d)"
2955
 
2956
- #: app/model/settings.php:805
2957
  msgid "Dotted (m.d.yyyy)"
2958
  msgstr "Puntato (m.d.yyyy)"
2959
 
2960
- #: app/model/settings.php:817
2961
  msgid " Use <strong>24h time</strong> in time pickers"
2962
  msgstr "Utilizza il formato <strong>24 ore</strong> nei time picker"
2963
 
2964
- #: app/model/settings.php:828
2965
  msgid "<strong>Disable address autocomplete</strong> function"
2966
  msgstr "Non usare la funzione <strong>auto-completa</strong>"
2967
 
2968
- #: app/model/settings.php:839
2969
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2970
  msgstr "Utilizza la <strong>regione configurata</strong> (impostazione WordPress) per influenzare la funzione di autocompletamento indirizzo."
2971
 
2972
- #: app/model/settings.php:855
2973
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2974
  msgstr " Visualizza il vecchio pulsante <strong>Pubblica il tuo Evento</strong> sopra il calendario a utenti privilegiati"
2975
 
2976
- #: app/model/settings.php:858
2977
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2978
  msgstr "Installa l'<a target=\"_blank\" href=\"http://time.ly/\">estensione interattiva di frontend</a> per il form<strong>Pubblica il tuo Evento</strong>."
2979
 
2980
- #: app/model/settings.php:879
2981
  msgid "Move calendar into this DOM element"
2982
  msgstr "Sposta calendario in questo elemento DOM"
2983
 
2984
- #: app/model/settings.php:881
2985
  msgid ""
2986
  "Optional. Use this JavaScript-based shortcut to place the\n"
2987
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -3001,55 +2993,55 @@ msgstr ""
3001
  "→\t→\t→\t→\t→\t→\tQualsiasi markup esistente trovato verrà rimpiazzato dal\n"
3002
  "→\t→\t→\t→\t→\t→\tCalendario."
3003
 
3004
- #: app/model/settings.php:900
3005
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3006
  msgstr "<strong>Salta <tt>in_the_loop()</tt> controllo </strong> che protegge contro output multipli del calendario"
3007
 
3008
- #: app/model/settings.php:903
3009
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3010
  msgstr "Prova ad abilitare questa opzione se il tuo calendario non appare sulla pagina Calendario. È richiesto quale compatibilità per un piccolo numero di temi che richiamano <tt>the_content()</tt> fuori dal Loop. Altrimenti lascialo disabilitato."
3011
 
3012
- #: app/model/settings.php:915
3013
  msgid "Disable <strong>gzip</strong> compression."
3014
  msgstr "Disabilita compressione <strong>gzip</strong>."
3015
 
3016
- #: app/model/settings.php:930
3017
  msgid "Use frontend rendering."
3018
  msgstr "Utilizza rendering frontend."
3019
 
3020
- #: app/model/settings.php:933
3021
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3022
  msgstr "Renderizza le visuali di calendario sulla parte client anziché lato server; può aumentare le performance."
3023
 
3024
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3025
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3026
  msgstr "Per rimuovere, tieni premuto &#8984;/<abbr class=\"initialism\">CTRL</abbr> e clicca sulla selezione."
3027
 
3028
- #: app/model/settings.php:509
3029
  msgid "Default calendar start date (optional)"
3030
  msgstr "Data d'inizio predefinita del calendario (opzionale)"
3031
 
3032
- #: app/model/settings.php:520
3033
  msgid "Agenda pages show at most"
3034
  msgstr "La pagina agenda mostra al massimo"
3035
 
3036
- #: app/model/settings.php:533
3037
  msgid "Week/Day view starts at"
3038
  msgstr "Visuale settimana/giorno inizia"
3039
 
3040
- #: app/model/settings.php:546
3041
  msgid "Week/Day view ends at"
3042
  msgstr "Visuale settimana/giorno finisce"
3043
 
3044
- #: app/model/settings.php:574
3045
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3046
  msgstr "<strong>A capo automatico nei riquadri</strong> in visuale Mese"
3047
 
3048
- #: app/model/settings.php:577
3049
  msgid "Only applies to events that span a single day."
3050
  msgstr "Si applica unicamente ad eventi che si intervallano in un giorno singolo."
3051
 
3052
- #: app/model/settings.php:589
3053
  msgid ""
3054
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3055
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3063,55 +3055,55 @@ msgstr ""
3063
  "→\t→\t→\t→\t→\t→\tvisuali stile Agenda</span>, <strong>includono tutti gli\n"
3064
  "→\t→\t→\t→\t→\t→\tdell'ultimo giorno mostrato</strong>"
3065
 
3066
- #: app/model/settings.php:605
3067
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3068
  msgstr "Mantieni tutti gli eventi <strong>estesi</strong> nella visuale Agenda"
3069
 
3070
- #: app/model/settings.php:617
3071
  msgid "<strong>Show year</strong> in calendar date labels"
3072
  msgstr "<strong>Visualizza anno</strong> nelle etichette data del Calendario"
3073
 
3074
- #: app/model/settings.php:629
3075
  msgid "<strong>Show location in event titles</strong> in calendar views"
3076
  msgstr "<strong>Mostra luogo nei titoli</strong> nella vista calendario"
3077
 
3078
- #: app/model/settings.php:641
3079
  msgid "<strong>Exclude</strong> events from search results"
3080
  msgstr "<strong>Escludi</strong> gli eventi dalle ricerche"
3081
 
3082
- #: app/model/settings.php:653
3083
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3084
  msgstr "Nascondi i pulsanti <strong>Sottoscrivi</strong>/<strong>Aggiungi al Calendario</strong> nel calendario e nelle visuali eventi singoli"
3085
 
3086
- #: app/model/settings.php:665
3087
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3088
  msgstr "Nascondi il bottone <strong>Get a Timely Calendar</strong>"
3089
 
3090
- #: app/model/settings.php:677
3091
  msgid " Hide <strong>Google Maps</strong> until clicked"
3092
  msgstr "Nascondi <strong>Google Maps</strong> finché cliccati"
3093
 
3094
- #: app/model/settings.php:689
3095
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3096
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3097
 
3098
- #: app/model/settings.php:692
3099
  msgid "Only applies to first visible calendar found on the page."
3100
  msgstr "Si applica solo al primo calendario mostrato nella pagina."
3101
 
3102
- #: app/model/settings.php:704
3103
  msgid "Offset affixed filter bar vertically by"
3104
  msgstr "Offset affixed filter bar vertically by"
3105
 
3106
- #: app/model/settings.php:719
3107
  msgid "Wide screens only (&#8805; 1200px)"
3108
  msgstr "Solo widescreen (&#8805; 1200px)"
3109
 
3110
- #: app/model/settings.php:734
3111
  msgid "Tablets only (< 980px)"
3112
  msgstr "Solo tablets (< 980px)"
3113
 
3114
- #: app/model/settings.php:749
3115
  msgid "Phones only (< 768px)"
3116
  msgstr "Solo telefoni (< 768px)"
3117
 
@@ -3163,48 +3155,49 @@ msgstr "URL sito"
3163
  msgid "Message"
3164
  msgstr "Messaggio"
3165
 
3166
- #: app/model/settings.php:402
3167
  #: lib/html/element/setting/calendar-page-selector.php:50
3168
  msgid "Calendar page"
3169
  msgstr "Pagina Calendario"
3170
 
3171
- #: app/model/settings.php:412
3172
  msgid "Week starts on"
3173
  msgstr "La settimana comincia di"
3174
 
3175
- #: app/model/settings.php:425
3176
  msgid "Available views"
3177
  msgstr "Visuali disponibili"
3178
 
3179
- #: app/model/settings.php:433
3180
  msgid "Agenda"
3181
  msgid_plural "Agenda"
3182
  msgstr[0] "Agenda"
3183
  msgstr[1] ""
3184
 
3185
- #: app/model/settings.php:444
3186
  msgid "Day"
3187
  msgid_plural "Day"
3188
  msgstr[0] "Giorno"
3189
  msgstr[1] ""
3190
 
3191
- #: app/model/settings.php:455
3192
  msgid "Month"
3193
  msgid_plural "Month"
3194
  msgstr[0] "Mese"
3195
  msgstr[1] ""
3196
 
3197
- #: app/model/settings.php:466
3198
  msgid "Week"
3199
  msgid_plural "Week"
3200
  msgstr[0] "Settimana"
3201
  msgstr[1] ""
3202
 
3203
- #: app/model/settings.php:480
 
3204
  msgid "Timezone"
3205
  msgstr "Fuso orario"
3206
 
3207
- #: app/model/settings.php:493
3208
  msgid "Preselected calendar filters"
3209
  msgstr "Filtri calendario preselezionati"
3210
 
@@ -3240,11 +3233,11 @@ msgstr "Non è stato possibile aggiornare l'Evento su Timel.ly Ticketing"
3240
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3241
  msgstr "Questo Evento è stato replicato da un altro sito. Tutte le modifiche apportate al Ticket non verranno accettate."
3242
 
3243
- #: app/model/api/api-registration.php:186
3244
  msgid "Payment preferences were not saved."
3245
  msgstr "Le preferenze di pagamento non sono state salvate."
3246
 
3247
- #: app/model/api/api-registration.php:177
3248
  msgid "Payment preferences were saved."
3249
  msgstr "Le preferenze di pagamento sono state salvate."
3250
 
@@ -3328,11 +3321,11 @@ msgstr "Lista partecipanti"
3328
  msgid "Guest Name"
3329
  msgstr "Nome ospite"
3330
 
3331
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3332
  msgid "Status"
3333
  msgstr "Stato"
3334
 
3335
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3336
  #: app/view/event/ticket.php:71
3337
  msgid "Email"
3338
  msgstr "E-mail"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr "Grazie per essere nostro cliente,"
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr "Invio..."
1982
  msgid "Choose your timezone"
1983
  msgstr "Cambia il tuo fuso orario"
1984
 
1985
+ #: lib/environment/check.php:87
1986
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1987
  msgstr "Il plugin è installato, ma non è stato configurato. Per favore logga come amministratore per configurarlo."
1988
 
1989
+ #: lib/environment/check.php:255
1990
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1991
  msgstr "L'Add-on <strong>%s</strong> dev'essere aggiornato all'ultima versione %s per garantire compatibilità con il Core del calendario."
1992
 
1993
+ #: lib/environment/check.php:256
1994
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1995
  msgstr "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1996
 
2083
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2084
  msgstr "Hai attivato il Rendering Frontend e stai utilizzando un tema calendario personalizzato. Se il tuo tema non supporta il Rendering Frontend, il tuo calendario potrebbe non funzionare correttamente."
2085
 
2086
+ #: app/view/event/single.php:98
2087
  msgid "Tickets:"
2088
  msgstr "Biglietti:"
2089
 
2090
+ #: app/view/event/single.php:99
2091
  msgid "Free"
2092
  msgstr "Gratuito"
2093
 
2094
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2095
  msgid "Buy Tickets"
2096
  msgstr "Acquista Biglietti"
2097
 
2098
+ #: app/view/event/single.php:125
2099
  msgid "Edit this occurrence (%s)"
2100
  msgstr "Modifica questo avvenimento (%s)"
2101
 
2102
+ #: app/view/event/single.php:196
2103
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2104
  msgstr "Questo post è stato replicato da un'altro <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Feed Calendario</a>."
2105
 
2106
+ #: app/view/event/single.php:207
2107
  msgid "View original"
2108
  msgstr "Visualizza originale"
2109
 
2159
  msgid "Categories (optional)"
2160
  msgstr "Categorie (opzionale)"
2161
 
2162
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2163
  msgid "When:"
2164
  msgstr "Quando:"
2165
 
2166
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2167
  msgid "Where:"
2168
  msgstr "Dove:"
2169
 
2229
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2230
  msgstr "Bozza evento aggiornata. <a target=\"_blank\" href=\"%s\">Vedi anteprima</a>"
2231
 
2232
+ #: app/view/event/single.php:89
 
 
 
 
2233
  msgid "Add to Calendar"
2234
  msgstr "Aggiungi al Calendario"
2235
 
2236
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2237
  msgid "Cost:"
2238
  msgstr "Costo:"
2239
 
2240
+ #: app/view/event/single.php:97
2241
  msgid "Contact:"
2242
  msgstr "Contatto:"
2243
 
2336
  msgid "Subscribe"
2337
  msgstr "Sottoscrivi"
2338
 
2339
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2340
  msgid "Get a Timely Calendar"
2341
  msgstr "Ottieni un Calendario Timely"
2342
 
2384
  msgid "Clear category filter"
2385
  msgstr "Cancella filtro categoria"
2386
 
2387
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2388
  #: lib/html/element/setting/tags-categories.php:47
2389
  msgid "Categories"
2390
  msgstr "Categorie"
2393
  msgid "Clear tag filter"
2394
  msgstr "Cancella filtro tag"
2395
 
2396
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2397
  #: lib/html/element/setting/tags-categories.php:39
2398
  msgid "Tags"
2399
  msgstr "Tag"
2414
  msgid "Read more"
2415
  msgstr "Leggi di più"
2416
 
2417
+ #: app/view/admin/tickets.php:111
2418
  msgid "Sales"
2419
  msgstr "Vendite"
2420
 
2421
+ #: app/view/admin/tickets.php:113
2422
  msgid "Cheque"
2423
  msgstr "Assegno"
2424
 
2426
  msgid "Paypal"
2427
  msgstr "PayPal"
2428
 
2429
+ #: app/view/admin/tickets.php:117
2430
  msgid "Save Changes"
2431
  msgstr "Salva modifiche"
2432
 
2433
+ #: app/view/admin/tickets.php:118
2434
  msgid "Date"
2435
  msgstr "Data"
2436
 
2437
+ #: app/view/admin/tickets.php:119
2438
  msgid "Event"
2439
  msgstr "Evento"
2440
 
2441
+ #: app/view/admin/tickets.php:120
2442
  msgid "Purchaser"
2443
  msgstr "Acquirente"
2444
 
2445
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2446
  #: app/view/event/ticket.php:39
2447
  msgid "Tickets"
2448
  msgstr "Biglietti"
2449
 
2450
+ #: app/view/admin/tickets.php:124
2451
  msgid "Total"
2452
  msgstr "Totale"
2453
 
2454
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2455
  msgid "Sign Out"
2456
  msgstr "Sloggati"
2457
 
2566
  msgid "All-in-One Event Calendar: Themes"
2567
  msgstr "Calendario Eventi All-in-One: Temi"
2568
 
2569
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2570
  msgid "Ticketing"
2571
  msgstr "Ticketing"
2572
 
 
 
 
 
 
 
 
 
 
2573
  #: app/view/admin/settings.php:98
2574
  msgctxt "meta box"
2575
  msgid "Timely"
2607
  msgid "Cache Report"
2608
  msgstr "Cache Report"
2609
 
2610
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2611
  #: public/admin/box_ask_customer_review.php:113
2612
  #: public/admin/box_ask_customer_review.php:127
2613
  #: public/admin/box_ask_customer_review.php:141
2718
  msgstr "Calendario Eventi All-in-One: impostazioni"
2719
 
2720
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2721
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2722
  msgid "Settings"
2723
  msgstr "Impostazioni"
2724
 
2826
  msgid "month(s)"
2827
  msgstr "mese/i"
2828
 
2829
+ #: app/model/settings.php:959
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr "<strong>Linka CSS</strong> nella <code>&lt;head&gt;</code> sezione quando la cache dei file non è disponibile."
2832
 
2833
+ #: app/model/settings.php:962
2834
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2835
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2836
 
2837
+ #: app/model/settings.php:974
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr "Attuale <strong>robots.txt</strong> su questo sito"
2840
 
2841
+ #: app/model/settings.php:978
2842
  msgid ""
2843
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2844
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2853
  "→\t→\t→\t→\t→\t→\tcirca l'accesso a tutto il sito o parte di esso che è pubblicamente visibile.\n"
2854
  "→\t→\t→\t→\t→\t→\tPuoi cambiarlo manualmente modificando il file <code>robots.txt</code> nella root della tua directory di WordPress."
2855
 
2856
+ #: app/model/settings.php:995
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr "<strong>Pubblicizza, promuovi e condividi gli eventi</strong> segnati come pubblici sulla rete Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2859
 
2860
+ #: app/model/settings.php:1018
2861
  msgid "Templates cache improves site performance"
2862
  msgstr "Cache dei modelli aumenta la performance del sito"
2863
 
2864
+ #: app/model/settings.php:1031
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr "Visualizza eventi in <strong>calendar time zone</strong>"
2867
 
2868
+ #: app/model/settings.php:1034
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr "Se questo checkbox è attivo gli eventi appaiono nella time zone del calendario con informazioni di zona visualizzati nella pagine dettaglio evento."
2871
 
2873
  msgid "Event Details"
2874
  msgstr "Dettagli evento"
2875
 
2876
+ #: app/view/admin/add-new-event.php:505
2877
  msgid "Set banner image"
2878
  msgstr "Imposta il banner"
2879
 
2880
+ #: app/view/admin/add-new-event.php:506
2881
  msgid "Remove banner image"
2882
  msgstr "Rimuovi il banner"
2883
 
2917
  msgid "Show All Authors"
2918
  msgstr "Visualizza tutti gli autori"
2919
 
2920
+ #: app/model/settings.php:761
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr "Compatibilità strict del filtro contenuto"
2923
 
2924
+ #: app/model/settings.php:773
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr " <strong>Nascondi immagine pertinente</strong> dalla pagina dettagli eventi"
2927
 
2928
+ #: app/model/settings.php:776
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr "Seleziona questa opzione se il tuo tema mostra già le immagini caratteristiche di ogni post."
2931
 
2932
+ #: app/model/settings.php:787
2933
  msgid "Input dates in this format"
2934
  msgstr "Immetti le date in questo formato"
2935
 
2936
+ #: app/model/settings.php:792
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr "Predefinito (d/m/yyyy)"
2939
 
2940
+ #: app/model/settings.php:796
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr "US (m/d/yyyy)"
2943
 
2944
+ #: app/model/settings.php:800
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr "ISO 8601 (yyyy-m-d)"
2947
 
2948
+ #: app/model/settings.php:804
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr "Puntato (m.d.yyyy)"
2951
 
2952
+ #: app/model/settings.php:816
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr "Utilizza il formato <strong>24 ore</strong> nei time picker"
2955
 
2956
+ #: app/model/settings.php:827
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr "Non usare la funzione <strong>auto-completa</strong>"
2959
 
2960
+ #: app/model/settings.php:838
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr "Utilizza la <strong>regione configurata</strong> (impostazione WordPress) per influenzare la funzione di autocompletamento indirizzo."
2963
 
2964
+ #: app/model/settings.php:854
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr " Visualizza il vecchio pulsante <strong>Pubblica il tuo Evento</strong> sopra il calendario a utenti privilegiati"
2967
 
2968
+ #: app/model/settings.php:857
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr "Installa l'<a target=\"_blank\" href=\"http://time.ly/\">estensione interattiva di frontend</a> per il form<strong>Pubblica il tuo Evento</strong>."
2971
 
2972
+ #: app/model/settings.php:878
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr "Sposta calendario in questo elemento DOM"
2975
 
2976
+ #: app/model/settings.php:880
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2993
  "→\t→\t→\t→\t→\t→\tQualsiasi markup esistente trovato verrà rimpiazzato dal\n"
2994
  "→\t→\t→\t→\t→\t→\tCalendario."
2995
 
2996
+ #: app/model/settings.php:899
2997
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2998
  msgstr "<strong>Salta <tt>in_the_loop()</tt> controllo </strong> che protegge contro output multipli del calendario"
2999
 
3000
+ #: app/model/settings.php:902
3001
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3002
  msgstr "Prova ad abilitare questa opzione se il tuo calendario non appare sulla pagina Calendario. È richiesto quale compatibilità per un piccolo numero di temi che richiamano <tt>the_content()</tt> fuori dal Loop. Altrimenti lascialo disabilitato."
3003
 
3004
+ #: app/model/settings.php:914
3005
  msgid "Disable <strong>gzip</strong> compression."
3006
  msgstr "Disabilita compressione <strong>gzip</strong>."
3007
 
3008
+ #: app/model/settings.php:929
3009
  msgid "Use frontend rendering."
3010
  msgstr "Utilizza rendering frontend."
3011
 
3012
+ #: app/model/settings.php:932
3013
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3014
  msgstr "Renderizza le visuali di calendario sulla parte client anziché lato server; può aumentare le performance."
3015
 
3016
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3017
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3018
  msgstr "Per rimuovere, tieni premuto &#8984;/<abbr class=\"initialism\">CTRL</abbr> e clicca sulla selezione."
3019
 
3020
+ #: app/model/settings.php:508
3021
  msgid "Default calendar start date (optional)"
3022
  msgstr "Data d'inizio predefinita del calendario (opzionale)"
3023
 
3024
+ #: app/model/settings.php:519
3025
  msgid "Agenda pages show at most"
3026
  msgstr "La pagina agenda mostra al massimo"
3027
 
3028
+ #: app/model/settings.php:532
3029
  msgid "Week/Day view starts at"
3030
  msgstr "Visuale settimana/giorno inizia"
3031
 
3032
+ #: app/model/settings.php:545
3033
  msgid "Week/Day view ends at"
3034
  msgstr "Visuale settimana/giorno finisce"
3035
 
3036
+ #: app/model/settings.php:573
3037
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3038
  msgstr "<strong>A capo automatico nei riquadri</strong> in visuale Mese"
3039
 
3040
+ #: app/model/settings.php:576
3041
  msgid "Only applies to events that span a single day."
3042
  msgstr "Si applica unicamente ad eventi che si intervallano in un giorno singolo."
3043
 
3044
+ #: app/model/settings.php:588
3045
  msgid ""
3046
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3047
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3055
  "→\t→\t→\t→\t→\t→\tvisuali stile Agenda</span>, <strong>includono tutti gli\n"
3056
  "→\t→\t→\t→\t→\t→\tdell'ultimo giorno mostrato</strong>"
3057
 
3058
+ #: app/model/settings.php:604
3059
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3060
  msgstr "Mantieni tutti gli eventi <strong>estesi</strong> nella visuale Agenda"
3061
 
3062
+ #: app/model/settings.php:616
3063
  msgid "<strong>Show year</strong> in calendar date labels"
3064
  msgstr "<strong>Visualizza anno</strong> nelle etichette data del Calendario"
3065
 
3066
+ #: app/model/settings.php:628
3067
  msgid "<strong>Show location in event titles</strong> in calendar views"
3068
  msgstr "<strong>Mostra luogo nei titoli</strong> nella vista calendario"
3069
 
3070
+ #: app/model/settings.php:640
3071
  msgid "<strong>Exclude</strong> events from search results"
3072
  msgstr "<strong>Escludi</strong> gli eventi dalle ricerche"
3073
 
3074
+ #: app/model/settings.php:652
3075
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3076
  msgstr "Nascondi i pulsanti <strong>Sottoscrivi</strong>/<strong>Aggiungi al Calendario</strong> nel calendario e nelle visuali eventi singoli"
3077
 
3078
+ #: app/model/settings.php:664
3079
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3080
  msgstr "Nascondi il bottone <strong>Get a Timely Calendar</strong>"
3081
 
3082
+ #: app/model/settings.php:676
3083
  msgid " Hide <strong>Google Maps</strong> until clicked"
3084
  msgstr "Nascondi <strong>Google Maps</strong> finché cliccati"
3085
 
3086
+ #: app/model/settings.php:688
3087
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3088
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3089
 
3090
+ #: app/model/settings.php:691
3091
  msgid "Only applies to first visible calendar found on the page."
3092
  msgstr "Si applica solo al primo calendario mostrato nella pagina."
3093
 
3094
+ #: app/model/settings.php:703
3095
  msgid "Offset affixed filter bar vertically by"
3096
  msgstr "Offset affixed filter bar vertically by"
3097
 
3098
+ #: app/model/settings.php:718
3099
  msgid "Wide screens only (&#8805; 1200px)"
3100
  msgstr "Solo widescreen (&#8805; 1200px)"
3101
 
3102
+ #: app/model/settings.php:733
3103
  msgid "Tablets only (< 980px)"
3104
  msgstr "Solo tablets (< 980px)"
3105
 
3106
+ #: app/model/settings.php:748
3107
  msgid "Phones only (< 768px)"
3108
  msgstr "Solo telefoni (< 768px)"
3109
 
3155
  msgid "Message"
3156
  msgstr "Messaggio"
3157
 
3158
+ #: app/model/settings.php:401
3159
  #: lib/html/element/setting/calendar-page-selector.php:50
3160
  msgid "Calendar page"
3161
  msgstr "Pagina Calendario"
3162
 
3163
+ #: app/model/settings.php:411
3164
  msgid "Week starts on"
3165
  msgstr "La settimana comincia di"
3166
 
3167
+ #: app/model/settings.php:424
3168
  msgid "Available views"
3169
  msgstr "Visuali disponibili"
3170
 
3171
+ #: app/model/settings.php:432
3172
  msgid "Agenda"
3173
  msgid_plural "Agenda"
3174
  msgstr[0] "Agenda"
3175
  msgstr[1] ""
3176
 
3177
+ #: app/model/settings.php:443
3178
  msgid "Day"
3179
  msgid_plural "Day"
3180
  msgstr[0] "Giorno"
3181
  msgstr[1] ""
3182
 
3183
+ #: app/model/settings.php:454
3184
  msgid "Month"
3185
  msgid_plural "Month"
3186
  msgstr[0] "Mese"
3187
  msgstr[1] ""
3188
 
3189
+ #: app/model/settings.php:465
3190
  msgid "Week"
3191
  msgid_plural "Week"
3192
  msgstr[0] "Settimana"
3193
  msgstr[1] ""
3194
 
3195
+ #: app/model/settings.php:479 app/view/event/single.php:57
3196
+ #: app/view/event/single.php:58
3197
  msgid "Timezone"
3198
  msgstr "Fuso orario"
3199
 
3200
+ #: app/model/settings.php:492
3201
  msgid "Preselected calendar filters"
3202
  msgstr "Filtri calendario preselezionati"
3203
 
3233
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3234
  msgstr "Questo Evento è stato replicato da un altro sito. Tutte le modifiche apportate al Ticket non verranno accettate."
3235
 
3236
+ #: app/model/api/api-registration.php:191
3237
  msgid "Payment preferences were not saved."
3238
  msgstr "Le preferenze di pagamento non sono state salvate."
3239
 
3240
+ #: app/model/api/api-registration.php:182
3241
  msgid "Payment preferences were saved."
3242
  msgstr "Le preferenze di pagamento sono state salvate."
3243
 
3321
  msgid "Guest Name"
3322
  msgstr "Nome ospite"
3323
 
3324
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3325
  msgid "Status"
3326
  msgstr "Stato"
3327
 
3328
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3329
  #: app/view/event/ticket.php:71
3330
  msgid "Email"
3331
  msgstr "E-mail"
language/all-in-one-event-calendar-ja.mo CHANGED
Binary file
language/all-in-one-event-calendar-ja.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "手動オフセット"
1975
  msgid "Choose your timezone"
1976
  msgstr "タイムゾーンを選択"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "プラグインはインストールされましたが、設定されていません。セットアップするには管理者としてログインしてください。"
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "アドオン <strong>%s</strong> は、コア カレンダーとの互換性を保つために、最低でもバージョン %s にアップデートされなくてはなりません"
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "下にアップデートのおしらせが無いようなら、<a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">ライセンスキーが正しく入力されている</a>事を確認してください。 もしくは <a href=\"https://time.ly/your-account/\">あなたのアカウント</a>に行ってアドオンの最新バージョンをダウンロードし、<a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">手動でアップデート</a>してください。困ったときは、<a href=\"https://time.ly/forums/\">フォーラムで投稿</a>してください。 喜んでお手伝いします。"
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>イベント <strong>%s</strong>は正常に複製されました。
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "カスタムカレンダーテーマをお使いで、フロントエンドレンダリングを有効にしました。もしあなたのテーマがフロントエンドレンダリングに対応していないと、カレンダーは正常に動作しないかもしれません。"
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "無料"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "チケットを買う"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "この回(%s)を編集"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "この投稿は別なサイトの<a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>カレンダーフィード</a>から複製されました。"
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "元を見る"
2102
 
@@ -2151,11 +2156,11 @@ msgstr "不正なICSフィードIDです"
2151
  msgid "Categories (optional)"
2152
  msgstr "カテゴリ(オプション)"
2153
 
2154
- #: app/view/event/content.php:33 app/view/event/single.php:119
2155
  msgid "When:"
2156
  msgstr "いつ:"
2157
 
2158
- #: app/view/event/content.php:34 app/view/event/single.php:120
2159
  msgid "Where:"
2160
  msgstr "どこで:"
2161
 
@@ -2221,19 +2226,15 @@ msgstr "Y/M/j G:i"
2221
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2222
  msgstr "イベントの下書きが更新されました。 <a target=\"_blank\" href=\"%s\">イベントのプレビューを見る</a>"
2223
 
2224
- #: app/view/event/single.php:78
2225
- msgid "Event was created in the %s time zone"
2226
- msgstr "イベントは %s のタイムゾーンに作成されました。"
2227
-
2228
- #: app/view/event/single.php:114
2229
  msgid "Add to Calendar"
2230
  msgstr "カレンダーに追加"
2231
 
2232
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2233
  msgid "Cost:"
2234
  msgstr "料金:"
2235
 
2236
- #: app/view/event/single.php:122
2237
  msgid "Contact:"
2238
  msgstr "連絡先:"
2239
 
@@ -2332,7 +2333,7 @@ msgstr "フィルタされたカレンダーに登録"
2332
  msgid "Subscribe"
2333
  msgstr "登録する"
2334
 
2335
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2336
  msgid "Get a Timely Calendar"
2337
  msgstr "Timely Calendarを入手"
2338
 
@@ -2380,7 +2381,7 @@ msgstr "このカレンダーを別なプレーンテキストのカレンダー
2380
  msgid "Clear category filter"
2381
  msgstr "カテゴリフィルターをクリア"
2382
 
2383
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2384
  #: lib/html/element/setting/tags-categories.php:47
2385
  msgid "Categories"
2386
  msgstr "カテゴリ"
@@ -2389,7 +2390,7 @@ msgstr "カテゴリ"
2389
  msgid "Clear tag filter"
2390
  msgstr "タグフィルターをクリア"
2391
 
2392
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2393
  #: lib/html/element/setting/tags-categories.php:39
2394
  msgid "Tags"
2395
  msgstr "タグ"
@@ -2410,11 +2411,11 @@ msgstr "今は、ここに表示する直近のイベントはありません。
2410
  msgid "Read more"
2411
  msgstr "もっと読む"
2412
 
2413
- #: app/view/admin/tickets.php:104
2414
  msgid "Sales"
2415
  msgstr ""
2416
 
2417
- #: app/view/admin/tickets.php:106
2418
  msgid "Cheque"
2419
  msgstr ""
2420
 
@@ -2422,32 +2423,32 @@ msgstr ""
2422
  msgid "Paypal"
2423
  msgstr "Paypal"
2424
 
2425
- #: app/view/admin/tickets.php:110
2426
  msgid "Save Changes"
2427
  msgstr ""
2428
 
2429
- #: app/view/admin/tickets.php:111
2430
  msgid "Date"
2431
  msgstr ""
2432
 
2433
- #: app/view/admin/tickets.php:112
2434
  msgid "Event"
2435
  msgstr ""
2436
 
2437
- #: app/view/admin/tickets.php:113
2438
  msgid "Purchaser"
2439
  msgstr ""
2440
 
2441
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2442
  #: app/view/event/ticket.php:39
2443
  msgid "Tickets"
2444
  msgstr "チケット"
2445
 
2446
- #: app/view/admin/tickets.php:117
2447
  msgid "Total"
2448
  msgstr ""
2449
 
2450
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2451
  msgid "Sign Out"
2452
  msgstr ""
2453
 
@@ -2562,19 +2563,10 @@ msgstr "リセットしてデフォルトに"
2562
  msgid "All-in-One Event Calendar: Themes"
2563
  msgstr "All-in-One Event Calendar: テーマ"
2564
 
2565
- #: app/view/admin/tickets.php:35
2566
  msgid "Ticketing"
2567
  msgstr ""
2568
 
2569
- #: app/view/admin/tickets.php:36
2570
- msgid "Ticketing<sup>beta</sup>"
2571
- msgstr ""
2572
-
2573
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2574
- #: app/view/admin/tickets.php:97
2575
- msgid "Time.ly Ticketing<sup>beta</sup>"
2576
- msgstr ""
2577
-
2578
  #: app/view/admin/settings.php:98
2579
  msgctxt "meta box"
2580
  msgid "Timely"
@@ -2612,7 +2604,7 @@ msgstr "外部サービス"
2612
  msgid "Cache Report"
2613
  msgstr "キャッシュレポート"
2614
 
2615
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2616
  #: public/admin/box_ask_customer_review.php:113
2617
  #: public/admin/box_ask_customer_review.php:127
2618
  #: public/admin/box_ask_customer_review.php:141
@@ -2723,7 +2715,7 @@ msgid "All-in-One Event Calendar: Settings"
2723
  msgstr "All-in-One Event Calendar: 設定"
2724
 
2725
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2726
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2727
  msgid "Settings"
2728
  msgstr "設定"
2729
 
@@ -2831,19 +2823,19 @@ msgstr "最後の"
2831
  msgid "month(s)"
2832
  msgstr "月"
2833
 
2834
- #: app/model/settings.php:960
2835
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2836
  msgstr "ファイルキャッシュが利用不可能なときは、<strong>CSS</strong>を<code>&lt;head&gt;</code>セクション内にリンク"
2837
 
2838
- #: app/model/settings.php:963
2839
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2840
  msgstr "ファイルキャッシュが利用できず、CSSをインラインで出力するよりもリンクとして提供した方が良い場合は、このオプションを使用してください。"
2841
 
2842
- #: app/model/settings.php:975
2843
  msgid "Current <strong>robots.txt</strong> on this site"
2844
  msgstr "このサイトの現在の<strong>robots.txt</strong>"
2845
 
2846
- #: app/model/settings.php:979
2847
  msgid ""
2848
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2849
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2857,19 +2849,19 @@ msgstr ""
2857
  "\\t\\t\\t\\t\\t\\t(公には見えるものだったとしても)の全部または一部にアクセスすることについての、約束事です。\n"
2858
  "\\t\\t\\t\\t\\t\\tあなたのルートWordPressディレクトリの <code>robots.txt</code>を編集することで、手作業で変更できます。"
2859
 
2860
- #: app/model/settings.php:996
2861
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2862
  msgstr "Timely ネットワーク上で、パブリックとマークされた<strong>イベントを周知し宣伝し共有する</strong> (<a href=\"%s\" target=\"_blank\">詳細 &#187;</a>)"
2863
 
2864
- #: app/model/settings.php:1019
2865
  msgid "Templates cache improves site performance"
2866
  msgstr "テンプレートキャッシュはサイトのパフォーマンスを向上させます"
2867
 
2868
- #: app/model/settings.php:1032
2869
  msgid "Display events in <strong>calendar time zone</strong>"
2870
  msgstr ""
2871
 
2872
- #: app/model/settings.php:1035
2873
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2874
  msgstr ""
2875
 
@@ -2877,11 +2869,11 @@ msgstr ""
2877
  msgid "Event Details"
2878
  msgstr "イベントの詳細"
2879
 
2880
- #: app/view/admin/add-new-event.php:500
2881
  msgid "Set banner image"
2882
  msgstr "バナー画像を設定"
2883
 
2884
- #: app/view/admin/add-new-event.php:501
2885
  msgid "Remove banner image"
2886
  msgstr "バナー画像を削除"
2887
 
@@ -2921,65 +2913,65 @@ msgstr "すべて表示"
2921
  msgid "Show All Authors"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:762
2925
  msgid "Strict compatibility content filtering"
2926
  msgstr "厳密な互換性の、コンテントフィルタリング"
2927
 
2928
- #: app/model/settings.php:774
2929
  msgid " <strong>Hide featured image</strong> from event details page"
2930
  msgstr "イベントの詳細ページから <strong>アイキャッチ画像を隠す</strong>"
2931
 
2932
- #: app/model/settings.php:777
2933
  msgid "Select this option if your theme already displays each post's featured image."
2934
  msgstr "もし、テーマがすでにそれぞれの投稿のアイキャッチ画像を表示しているなら、このオプションを選択してください。"
2935
 
2936
- #: app/model/settings.php:788
2937
  msgid "Input dates in this format"
2938
  msgstr "日付をこの形式で入力してください。"
2939
 
2940
- #: app/model/settings.php:793
2941
  msgid "Default (d/m/yyyy)"
2942
  msgstr "デフォルト (d/m/yyyy)"
2943
 
2944
- #: app/model/settings.php:797
2945
  msgid "US (m/d/yyyy)"
2946
  msgstr "US (m/d/yyyy)"
2947
 
2948
- #: app/model/settings.php:801
2949
  msgid "ISO 8601 (yyyy-m-d)"
2950
  msgstr "ISO 8601 (yyyy-m-d)"
2951
 
2952
- #: app/model/settings.php:805
2953
  msgid "Dotted (m.d.yyyy)"
2954
  msgstr "ドット区切り (m.d.yyyy)"
2955
 
2956
- #: app/model/settings.php:817
2957
  msgid " Use <strong>24h time</strong> in time pickers"
2958
  msgstr "時間選択で<strong>24時間制</strong>を使う"
2959
 
2960
- #: app/model/settings.php:828
2961
  msgid "<strong>Disable address autocomplete</strong> function"
2962
  msgstr "<strong>住所のオートコンプリートを無効にする</strong>"
2963
 
2964
- #: app/model/settings.php:839
2965
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2966
  msgstr "設定された<strong>地域</strong> (WordPressロケール) を、住所のオートコンプリートの重み付けに使う"
2967
 
2968
- #: app/model/settings.php:855
2969
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2970
  msgstr "特権ユーザーのために、古い<strong>あなたのイベントを投稿</strong>ボタンをカレンダーの上に表示する"
2971
 
2972
- #: app/model/settings.php:858
2973
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2974
  msgstr ""
2975
  "<a target=\"_blank\" href=\"http://time.ly/\">インタラクティヴフロントエンド拡張機能</a>をインストールする\n"
2976
  "<strong>「あなたのイベントを投稿」フォーム</strong>のために"
2977
 
2978
- #: app/model/settings.php:879
2979
  msgid "Move calendar into this DOM element"
2980
  msgstr "カレンダーをこのDOMエレメント内に移動する"
2981
 
2982
- #: app/model/settings.php:881
2983
  msgid ""
2984
  "Optional. Use this JavaScript-based shortcut to place the\n"
2985
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  "\\t\\t\\t\\t\\t\\tjQueryセレクタ</a>を入力してください。対象内の、どんな既存のマークアップも、\n"
2999
  "\\t\\t\\t\\t\\t\\tカレンダーで置き換えられます。"
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "複数カレンダー出力から守ってくれる<strong><tt>in_the_loop()</tt>チェックをとばす</strong>"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "カレンダーページにカレンダーが表示されないときは、このオプションを有効にしてみてください。少数のテーマでは<tt>the_content()</tt>をループの外から呼び出す互換性が必要です。その他の場合は無効のままにしておいてください。"
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "<strong>gzip</strong>圧縮を無効にする。"
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr "フロントエンドレンダリングを使う"
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr "カレンダー表示を、サーバではなくクライアント側でレンダリングする;パフォーマンスが改善するかもしれません。"
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "取りやめるには &#8984;/<abbr class=\"initialism\">CTRL</abbr>を押しながら選択したものをクリックしてください。"
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "デフォルトのカレンダー開始日(必須ではない)"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "日程ページの表示は最大で"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "週/日 表示はここから開始"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "週/日 表示はここで終了"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "月間表示の<strong>イベントスタブで単語の途中で折り返させない</strong>"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "一日のみのイベントにだけ有効"
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3060,55 +3052,55 @@ msgstr ""
3060
  "→\t→\t→\t→\t→\t→\t日程表系の表示</span>で、<strong>最後の日までの\n"
3061
  "→\t→\t→\t→\t→\t→\tすべてのイベントを表示</strong>"
3062
 
3063
- #: app/model/settings.php:605
3064
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3065
  msgstr "日程表表示ですべてのイベントを<strong>開いた状態に</strong>しておく"
3066
 
3067
- #: app/model/settings.php:617
3068
  msgid "<strong>Show year</strong> in calendar date labels"
3069
  msgstr "カレンダーの日付ラベルに<strong>年を表示する</strong>"
3070
 
3071
- #: app/model/settings.php:629
3072
  msgid "<strong>Show location in event titles</strong> in calendar views"
3073
  msgstr "カレンダーの表示で、<strong>イベントのタイトルに場所を表示する</strong>"
3074
 
3075
- #: app/model/settings.php:641
3076
  msgid "<strong>Exclude</strong> events from search results"
3077
  msgstr "イベントを検索結果から<strong>除外する</strong>"
3078
 
3079
- #: app/model/settings.php:653
3080
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3081
  msgstr "カレンダーと単一のイベントの表示で <strong>購読</strong>/<strong>カレンダーに追加</strong>ボタンを隠す"
3082
 
3083
- #: app/model/settings.php:665
3084
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3085
  msgstr "<strong>Timely Calendarを入手</strong> ボタンを隠す"
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid " Hide <strong>Google Maps</strong> until clicked"
3089
  msgstr "クリックされるまで<strong>Googleマップ</strong>を隠す"
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3093
  msgstr "スクロールして見えなくなってしまうときは<strong>フィルターメニューを追従させて</strong>ウィンドウのトップへ"
3094
 
3095
- #: app/model/settings.php:692
3096
  msgid "Only applies to first visible calendar found on the page."
3097
  msgstr "ページ上で見つかった最初の表示されているカレンダーにのみ適用する。"
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Offset affixed filter bar vertically by"
3101
  msgstr "追従のフィルターバーを垂直方向に補正する"
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Wide screens only (&#8805; 1200px)"
3105
  msgstr "幅の広いスクリーンのみ (&#8805; 1200px)"
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Tablets only (< 980px)"
3109
  msgstr "タブレットのみ (< 980px)"
3110
 
3111
- #: app/model/settings.php:749
3112
  msgid "Phones only (< 768px)"
3113
  msgstr "電話のみ (< 768px)"
3114
 
@@ -3160,44 +3152,45 @@ msgstr ""
3160
  msgid "Message"
3161
  msgstr ""
3162
 
3163
- #: app/model/settings.php:402
3164
  #: lib/html/element/setting/calendar-page-selector.php:50
3165
  msgid "Calendar page"
3166
  msgstr "カレンダーページ"
3167
 
3168
- #: app/model/settings.php:412
3169
  msgid "Week starts on"
3170
  msgstr "週の始まりの曜日"
3171
 
3172
- #: app/model/settings.php:425
3173
  msgid "Available views"
3174
  msgstr "利用可能な表示方法"
3175
 
3176
- #: app/model/settings.php:433
3177
  msgid "Agenda"
3178
  msgid_plural "Agenda"
3179
  msgstr[0] "日程表"
3180
 
3181
- #: app/model/settings.php:444
3182
  msgid "Day"
3183
  msgid_plural "Day"
3184
  msgstr[0] "日"
3185
 
3186
- #: app/model/settings.php:455
3187
  msgid "Month"
3188
  msgid_plural "Month"
3189
  msgstr[0] "月"
3190
 
3191
- #: app/model/settings.php:466
3192
  msgid "Week"
3193
  msgid_plural "Week"
3194
  msgstr[0] "週"
3195
 
3196
- #: app/model/settings.php:480
 
3197
  msgid "Timezone"
3198
  msgstr "タイムゾーン"
3199
 
3200
- #: app/model/settings.php:493
3201
  msgid "Preselected calendar filters"
3202
  msgstr "カレンダーの予め選択されたフィルター"
3203
 
@@ -3233,11 +3226,11 @@ msgstr ""
3233
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3234
  msgstr ""
3235
 
3236
- #: app/model/api/api-registration.php:186
3237
  msgid "Payment preferences were not saved."
3238
  msgstr ""
3239
 
3240
- #: app/model/api/api-registration.php:177
3241
  msgid "Payment preferences were saved."
3242
  msgstr ""
3243
 
@@ -3321,11 +3314,11 @@ msgstr ""
3321
  msgid "Guest Name"
3322
  msgstr ""
3323
 
3324
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3325
  msgid "Status"
3326
  msgstr ""
3327
 
3328
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3329
  #: app/view/event/ticket.php:71
3330
  msgid "Email"
3331
  msgstr "Eメール"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "タイムゾーンを選択"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "プラグインはインストールされましたが、設定されていません。セットアップするには管理者としてログインしてください。"
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "アドオン <strong>%s</strong> は、コア カレンダーとの互換性を保つために、最低でもバージョン %s にアップデートされなくてはなりません"
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "下にアップデートのおしらせが無いようなら、<a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">ライセンスキーが正しく入力されている</a>事を確認してください。 もしくは <a href=\"https://time.ly/your-account/\">あなたのアカウント</a>に行ってアドオンの最新バージョンをダウンロードし、<a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">手動でアップデート</a>してください。困ったときは、<a href=\"https://time.ly/forums/\">フォーラムで投稿</a>してください。 喜んでお手伝いします。"
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "カスタムカレンダーテーマをお使いで、フロントエンドレンダリングを有効にしました。もしあなたのテーマがフロントエンドレンダリングに対応していないと、カレンダーは正常に動作しないかもしれません。"
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "無料"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "チケットを買う"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "この回(%s)を編集"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "この投稿は別なサイトの<a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>カレンダーフィード</a>から複製されました。"
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "元を見る"
2107
 
2156
  msgid "Categories (optional)"
2157
  msgstr "カテゴリ(オプション)"
2158
 
2159
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2160
  msgid "When:"
2161
  msgstr "いつ:"
2162
 
2163
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2164
  msgid "Where:"
2165
  msgstr "どこで:"
2166
 
2226
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2227
  msgstr "イベントの下書きが更新されました。 <a target=\"_blank\" href=\"%s\">イベントのプレビューを見る</a>"
2228
 
2229
+ #: app/view/event/single.php:89
 
 
 
 
2230
  msgid "Add to Calendar"
2231
  msgstr "カレンダーに追加"
2232
 
2233
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "料金:"
2236
 
2237
+ #: app/view/event/single.php:97
2238
  msgid "Contact:"
2239
  msgstr "連絡先:"
2240
 
2333
  msgid "Subscribe"
2334
  msgstr "登録する"
2335
 
2336
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Timely Calendarを入手"
2339
 
2381
  msgid "Clear category filter"
2382
  msgstr "カテゴリフィルターをクリア"
2383
 
2384
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "カテゴリ"
2390
  msgid "Clear tag filter"
2391
  msgstr "タグフィルターをクリア"
2392
 
2393
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "タグ"
2411
  msgid "Read more"
2412
  msgstr "もっと読む"
2413
 
2414
+ #: app/view/admin/tickets.php:111
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
+ #: app/view/admin/tickets.php:113
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
+ #: app/view/admin/tickets.php:117
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
+ #: app/view/admin/tickets.php:118
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
+ #: app/view/admin/tickets.php:119
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
+ #: app/view/admin/tickets.php:120
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "チケット"
2446
 
2447
+ #: app/view/admin/tickets.php:124
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Calendar: テーマ"
2565
 
2566
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
 
 
 
 
 
 
 
 
 
2570
  #: app/view/admin/settings.php:98
2571
  msgctxt "meta box"
2572
  msgid "Timely"
2604
  msgid "Cache Report"
2605
  msgstr "キャッシュレポート"
2606
 
2607
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2608
  #: public/admin/box_ask_customer_review.php:113
2609
  #: public/admin/box_ask_customer_review.php:127
2610
  #: public/admin/box_ask_customer_review.php:141
2715
  msgstr "All-in-One Event Calendar: 設定"
2716
 
2717
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2718
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2719
  msgid "Settings"
2720
  msgstr "設定"
2721
 
2823
  msgid "month(s)"
2824
  msgstr "月"
2825
 
2826
+ #: app/model/settings.php:959
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "ファイルキャッシュが利用不可能なときは、<strong>CSS</strong>を<code>&lt;head&gt;</code>セクション内にリンク"
2829
 
2830
+ #: app/model/settings.php:962
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "ファイルキャッシュが利用できず、CSSをインラインで出力するよりもリンクとして提供した方が良い場合は、このオプションを使用してください。"
2833
 
2834
+ #: app/model/settings.php:974
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "このサイトの現在の<strong>robots.txt</strong>"
2837
 
2838
+ #: app/model/settings.php:978
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "\\t\\t\\t\\t\\t\\t(公には見えるものだったとしても)の全部または一部にアクセスすることについての、約束事です。\n"
2850
  "\\t\\t\\t\\t\\t\\tあなたのルートWordPressディレクトリの <code>robots.txt</code>を編集することで、手作業で変更できます。"
2851
 
2852
+ #: app/model/settings.php:995
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "Timely ネットワーク上で、パブリックとマークされた<strong>イベントを周知し宣伝し共有する</strong> (<a href=\"%s\" target=\"_blank\">詳細 &#187;</a>)"
2855
 
2856
+ #: app/model/settings.php:1018
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "テンプレートキャッシュはサイトのパフォーマンスを向上させます"
2859
 
2860
+ #: app/model/settings.php:1031
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1034
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2869
  msgid "Event Details"
2870
  msgstr "イベントの詳細"
2871
 
2872
+ #: app/view/admin/add-new-event.php:505
2873
  msgid "Set banner image"
2874
  msgstr "バナー画像を設定"
2875
 
2876
+ #: app/view/admin/add-new-event.php:506
2877
  msgid "Remove banner image"
2878
  msgstr "バナー画像を削除"
2879
 
2913
  msgid "Show All Authors"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:761
2917
  msgid "Strict compatibility content filtering"
2918
  msgstr "厳密な互換性の、コンテントフィルタリング"
2919
 
2920
+ #: app/model/settings.php:773
2921
  msgid " <strong>Hide featured image</strong> from event details page"
2922
  msgstr "イベントの詳細ページから <strong>アイキャッチ画像を隠す</strong>"
2923
 
2924
+ #: app/model/settings.php:776
2925
  msgid "Select this option if your theme already displays each post's featured image."
2926
  msgstr "もし、テーマがすでにそれぞれの投稿のアイキャッチ画像を表示しているなら、このオプションを選択してください。"
2927
 
2928
+ #: app/model/settings.php:787
2929
  msgid "Input dates in this format"
2930
  msgstr "日付をこの形式で入力してください。"
2931
 
2932
+ #: app/model/settings.php:792
2933
  msgid "Default (d/m/yyyy)"
2934
  msgstr "デフォルト (d/m/yyyy)"
2935
 
2936
+ #: app/model/settings.php:796
2937
  msgid "US (m/d/yyyy)"
2938
  msgstr "US (m/d/yyyy)"
2939
 
2940
+ #: app/model/settings.php:800
2941
  msgid "ISO 8601 (yyyy-m-d)"
2942
  msgstr "ISO 8601 (yyyy-m-d)"
2943
 
2944
+ #: app/model/settings.php:804
2945
  msgid "Dotted (m.d.yyyy)"
2946
  msgstr "ドット区切り (m.d.yyyy)"
2947
 
2948
+ #: app/model/settings.php:816
2949
  msgid " Use <strong>24h time</strong> in time pickers"
2950
  msgstr "時間選択で<strong>24時間制</strong>を使う"
2951
 
2952
+ #: app/model/settings.php:827
2953
  msgid "<strong>Disable address autocomplete</strong> function"
2954
  msgstr "<strong>住所のオートコンプリートを無効にする</strong>"
2955
 
2956
+ #: app/model/settings.php:838
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "設定された<strong>地域</strong> (WordPressロケール) を、住所のオートコンプリートの重み付けに使う"
2959
 
2960
+ #: app/model/settings.php:854
2961
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2962
  msgstr "特権ユーザーのために、古い<strong>あなたのイベントを投稿</strong>ボタンをカレンダーの上に表示する"
2963
 
2964
+ #: app/model/settings.php:857
2965
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2966
  msgstr ""
2967
  "<a target=\"_blank\" href=\"http://time.ly/\">インタラクティヴフロントエンド拡張機能</a>をインストールする\n"
2968
  "<strong>「あなたのイベントを投稿」フォーム</strong>のために"
2969
 
2970
+ #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "カレンダーをこのDOMエレメント内に移動する"
2973
 
2974
+ #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "\\t\\t\\t\\t\\t\\tjQueryセレクタ</a>を入力してください。対象内の、どんな既存のマークアップも、\n"
2991
  "\\t\\t\\t\\t\\t\\tカレンダーで置き換えられます。"
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "複数カレンダー出力から守ってくれる<strong><tt>in_the_loop()</tt>チェックをとばす</strong>"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "カレンダーページにカレンダーが表示されないときは、このオプションを有効にしてみてください。少数のテーマでは<tt>the_content()</tt>をループの外から呼び出す互換性が必要です。その他の場合は無効のままにしておいてください。"
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "<strong>gzip</strong>圧縮を無効にする。"
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "フロントエンドレンダリングを使う"
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "カレンダー表示を、サーバではなくクライアント側でレンダリングする;パフォーマンスが改善するかもしれません。"
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "取りやめるには &#8984;/<abbr class=\"initialism\">CTRL</abbr>を押しながら選択したものをクリックしてください。"
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "デフォルトのカレンダー開始日(必須ではない)"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "日程ページの表示は最大で"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "週/日 表示はここから開始"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "週/日 表示はここで終了"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "月間表示の<strong>イベントスタブで単語の途中で折り返させない</strong>"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "一日のみのイベントにだけ有効"
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3052
  "→\t→\t→\t→\t→\t→\t日程表系の表示</span>で、<strong>最後の日までの\n"
3053
  "→\t→\t→\t→\t→\t→\tすべてのイベントを表示</strong>"
3054
 
3055
+ #: app/model/settings.php:604
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "日程表表示ですべてのイベントを<strong>開いた状態に</strong>しておく"
3058
 
3059
+ #: app/model/settings.php:616
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "カレンダーの日付ラベルに<strong>年を表示する</strong>"
3062
 
3063
+ #: app/model/settings.php:628
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "カレンダーの表示で、<strong>イベントのタイトルに場所を表示する</strong>"
3066
 
3067
+ #: app/model/settings.php:640
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "イベントを検索結果から<strong>除外する</strong>"
3070
 
3071
+ #: app/model/settings.php:652
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "カレンダーと単一のイベントの表示で <strong>購読</strong>/<strong>カレンダーに追加</strong>ボタンを隠す"
3074
 
3075
+ #: app/model/settings.php:664
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr "<strong>Timely Calendarを入手</strong> ボタンを隠す"
3078
 
3079
+ #: app/model/settings.php:676
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr "クリックされるまで<strong>Googleマップ</strong>を隠す"
3082
 
3083
+ #: app/model/settings.php:688
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr "スクロールして見えなくなってしまうときは<strong>フィルターメニューを追従させて</strong>ウィンドウのトップへ"
3086
 
3087
+ #: app/model/settings.php:691
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr "ページ上で見つかった最初の表示されているカレンダーにのみ適用する。"
3090
 
3091
+ #: app/model/settings.php:703
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr "追従のフィルターバーを垂直方向に補正する"
3094
 
3095
+ #: app/model/settings.php:718
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr "幅の広いスクリーンのみ (&#8805; 1200px)"
3098
 
3099
+ #: app/model/settings.php:733
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr "タブレットのみ (< 980px)"
3102
 
3103
+ #: app/model/settings.php:748
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "電話のみ (< 768px)"
3106
 
3152
  msgid "Message"
3153
  msgstr ""
3154
 
3155
+ #: app/model/settings.php:401
3156
  #: lib/html/element/setting/calendar-page-selector.php:50
3157
  msgid "Calendar page"
3158
  msgstr "カレンダーページ"
3159
 
3160
+ #: app/model/settings.php:411
3161
  msgid "Week starts on"
3162
  msgstr "週の始まりの曜日"
3163
 
3164
+ #: app/model/settings.php:424
3165
  msgid "Available views"
3166
  msgstr "利用可能な表示方法"
3167
 
3168
+ #: app/model/settings.php:432
3169
  msgid "Agenda"
3170
  msgid_plural "Agenda"
3171
  msgstr[0] "日程表"
3172
 
3173
+ #: app/model/settings.php:443
3174
  msgid "Day"
3175
  msgid_plural "Day"
3176
  msgstr[0] "日"
3177
 
3178
+ #: app/model/settings.php:454
3179
  msgid "Month"
3180
  msgid_plural "Month"
3181
  msgstr[0] "月"
3182
 
3183
+ #: app/model/settings.php:465
3184
  msgid "Week"
3185
  msgid_plural "Week"
3186
  msgstr[0] "週"
3187
 
3188
+ #: app/model/settings.php:479 app/view/event/single.php:57
3189
+ #: app/view/event/single.php:58
3190
  msgid "Timezone"
3191
  msgstr "タイムゾーン"
3192
 
3193
+ #: app/model/settings.php:492
3194
  msgid "Preselected calendar filters"
3195
  msgstr "カレンダーの予め選択されたフィルター"
3196
 
3226
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3227
  msgstr ""
3228
 
3229
+ #: app/model/api/api-registration.php:191
3230
  msgid "Payment preferences were not saved."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:182
3234
  msgid "Payment preferences were saved."
3235
  msgstr ""
3236
 
3314
  msgid "Guest Name"
3315
  msgstr ""
3316
 
3317
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3318
  msgid "Status"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3322
  #: app/view/event/ticket.php:71
3323
  msgid "Email"
3324
  msgstr "Eメール"
language/all-in-one-event-calendar-lv.mo CHANGED
Binary file
language/all-in-one-event-calendar-lv.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Manuāla nobīde"
1975
  msgid "Choose your timezone"
1976
  msgstr "Izvēlietis Jūsu laika zonu"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Spraudnis ir instalēts, bet nav konfigurēts. Lūdzu ieejiet kā administrators, lai iestatītu."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Pasākums <strong>%s</strong> klonēts veiksmīgi. <a href=\"%s\">Lab
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Bezmaksas"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Pirkt biļetes"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Rediģēt šo notikumu (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr ""
2102
 
@@ -2153,11 +2158,11 @@ msgstr "Nederīgs ICS barotnes ID"
2153
  msgid "Categories (optional)"
2154
  msgstr "Kategorijas (papildus)"
2155
 
2156
- #: app/view/event/content.php:33 app/view/event/single.php:119
2157
  msgid "When:"
2158
  msgstr "Kad:"
2159
 
2160
- #: app/view/event/content.php:34 app/view/event/single.php:120
2161
  msgid "Where:"
2162
  msgstr "Kur:"
2163
 
@@ -2223,19 +2228,15 @@ msgstr "Y.m.d @ H:i"
2223
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2224
  msgstr "Pasākuma melnraksts atjaunots. <a target=\"_blank\" href=\"%s\">Priekšskatīt pasākumu</a>"
2225
 
2226
- #: app/view/event/single.php:78
2227
- msgid "Event was created in the %s time zone"
2228
- msgstr "Pasākums izveidots %s laika zonā"
2229
-
2230
- #: app/view/event/single.php:114
2231
  msgid "Add to Calendar"
2232
  msgstr "Pievienot kalendāram"
2233
 
2234
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Cena:"
2237
 
2238
- #: app/view/event/single.php:122
2239
  msgid "Contact:"
2240
  msgstr "Kontakti:"
2241
 
@@ -2334,7 +2335,7 @@ msgstr "Parakstīties uz filtrētu kalendāru"
2334
  msgid "Subscribe"
2335
  msgstr "Parakstīties"
2336
 
2337
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
@@ -2382,7 +2383,7 @@ msgstr "Parakstīties šim kalendāram citā vienkāršā teksta kalendārā"
2382
  msgid "Clear category filter"
2383
  msgstr "Notīrīt kategoriju filtru"
2384
 
2385
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Kategorijas"
@@ -2391,7 +2392,7 @@ msgstr "Kategorijas"
2391
  msgid "Clear tag filter"
2392
  msgstr "Notīrīt birku filtru"
2393
 
2394
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Birkas"
@@ -2412,11 +2413,11 @@ msgstr "Šinī brīdī nav tuvojošos pasākumu, ko attēlot."
2412
  msgid "Read more"
2413
  msgstr "Lasīt vairāk"
2414
 
2415
- #: app/view/admin/tickets.php:104
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
- #: app/view/admin/tickets.php:106
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
@@ -2424,32 +2425,32 @@ msgstr ""
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
- #: app/view/admin/tickets.php:110
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
- #: app/view/admin/tickets.php:111
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
- #: app/view/admin/tickets.php:112
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
- #: app/view/admin/tickets.php:113
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Biļetes"
2447
 
2448
- #: app/view/admin/tickets.php:117
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
@@ -2564,19 +2565,10 @@ msgstr "Atstatīt uz noklusēto"
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One pasākumu kalendārs: Kažociņi"
2566
 
2567
- #: app/view/admin/tickets.php:35
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
2571
- #: app/view/admin/tickets.php:36
2572
- msgid "Ticketing<sup>beta</sup>"
2573
- msgstr ""
2574
-
2575
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2576
- #: app/view/admin/tickets.php:97
2577
- msgid "Time.ly Ticketing<sup>beta</sup>"
2578
- msgstr ""
2579
-
2580
  #: app/view/admin/settings.php:98
2581
  msgctxt "meta box"
2582
  msgid "Timely"
@@ -2614,7 +2606,7 @@ msgstr "Ārējie pakalpojumi"
2614
  msgid "Cache Report"
2615
  msgstr "Keša atskaite"
2616
 
2617
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2618
  #: public/admin/box_ask_customer_review.php:113
2619
  #: public/admin/box_ask_customer_review.php:127
2620
  #: public/admin/box_ask_customer_review.php:141
@@ -2725,7 +2717,7 @@ msgid "All-in-One Event Calendar: Settings"
2725
  msgstr "All-in-One pasākumu kalendārs: Iestatījumi"
2726
 
2727
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2728
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2729
  msgid "Settings"
2730
  msgstr "Iestatījumi"
2731
 
@@ -2833,19 +2825,19 @@ msgstr "pēdējais"
2833
  msgid "month(s)"
2834
  msgstr "mēnesis(ši)"
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:963
2841
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2842
  msgstr ""
2843
 
2844
- #: app/model/settings.php:975
2845
  msgid "Current <strong>robots.txt</strong> on this site"
2846
  msgstr "Patreizējais <strong>robots.txt</strong> šajā vietnē"
2847
 
2848
- #: app/model/settings.php:979
2849
  msgid ""
2850
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2851
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2854,19 +2846,19 @@ msgid ""
2854
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:996
2858
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2859
  msgstr "<strong>Publicēt, veicināt, un koplietot manus pasākumus</strong> atzīmētus kā publiskus Timely tīklā. (<a href=\"%s\" target=\"_blank\">Uzzināt vairāk &#187;</a>)"
2860
 
2861
- #: app/model/settings.php:1019
2862
  msgid "Templates cache improves site performance"
2863
  msgstr "Šablonu kešs uzlabo vietnes veiktspēju"
2864
 
2865
- #: app/model/settings.php:1032
2866
  msgid "Display events in <strong>calendar time zone</strong>"
2867
  msgstr ""
2868
 
2869
- #: app/model/settings.php:1035
2870
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2871
  msgstr ""
2872
 
@@ -2874,11 +2866,11 @@ msgstr ""
2874
  msgid "Event Details"
2875
  msgstr "Pasākuma detaļas"
2876
 
2877
- #: app/view/admin/add-new-event.php:500
2878
  msgid "Set banner image"
2879
  msgstr "Iestatīt bannera attēlu"
2880
 
2881
- #: app/view/admin/add-new-event.php:501
2882
  msgid "Remove banner image"
2883
  msgstr "Dzēst bannera attēlu "
2884
 
@@ -2918,63 +2910,63 @@ msgstr "Rādīt visu"
2918
  msgid "Show All Authors"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Strict compatibility content filtering"
2923
  msgstr "Striktas savietojamības satura filtrēšana"
2924
 
2925
- #: app/model/settings.php:774
2926
  msgid " <strong>Hide featured image</strong> from event details page"
2927
  msgstr " <strong>Slēpt raksturīgo attēlu</strong> pasākumu detaļu lapā"
2928
 
2929
- #: app/model/settings.php:777
2930
  msgid "Select this option if your theme already displays each post's featured image."
2931
  msgstr "Izvēlēties šo opciju, ja Jūsu kažociņš jau attēlo katra raksta raksturīgo attēlu."
2932
 
2933
- #: app/model/settings.php:788
2934
  msgid "Input dates in this format"
2935
  msgstr "Ievadīt datumus šādā formātā"
2936
 
2937
- #: app/model/settings.php:793
2938
  msgid "Default (d/m/yyyy)"
2939
  msgstr "Noklusētais (d/m/yyyy)"
2940
 
2941
- #: app/model/settings.php:797
2942
  msgid "US (m/d/yyyy)"
2943
  msgstr "US (m/d/yyyy)"
2944
 
2945
- #: app/model/settings.php:801
2946
  msgid "ISO 8601 (yyyy-m-d)"
2947
  msgstr "ISO 8601 (yyyy-m-d)"
2948
 
2949
- #: app/model/settings.php:805
2950
  msgid "Dotted (m.d.yyyy)"
2951
  msgstr "Ar punktiem (m.d.yyyy)"
2952
 
2953
- #: app/model/settings.php:817
2954
  msgid " Use <strong>24h time</strong> in time pickers"
2955
  msgstr "Laiku atlasītājos lietot <strong>24h laiku</strong>"
2956
 
2957
- #: app/model/settings.php:828
2958
  msgid "<strong>Disable address autocomplete</strong> function"
2959
  msgstr "<strong>Izslēgt adreses autopabeigšanas</strong> funkciju"
2960
 
2961
- #: app/model/settings.php:839
2962
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2963
  msgstr ""
2964
 
2965
- #: app/model/settings.php:855
2966
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2967
  msgstr "Rādīt veco <strong>Publicēt Jūsu pasākumu</strong> pogu virs kalendāra priviliģētiem lietotājiem"
2968
 
2969
- #: app/model/settings.php:858
2970
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2971
  msgstr ""
2972
 
2973
- #: app/model/settings.php:879
2974
  msgid "Move calendar into this DOM element"
2975
  msgstr "Pārvietot kalendāru šajā DOM elementā"
2976
 
2977
- #: app/model/settings.php:881
2978
  msgid ""
2979
  "Optional. Use this JavaScript-based shortcut to place the\n"
2980
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2986,55 +2978,55 @@ msgid ""
2986
  "\t\t\t\t\t\tby the calendar."
2987
  msgstr ""
2988
 
2989
- #: app/model/settings.php:900
2990
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2991
  msgstr "<strong>Izlaist <tt>in_the_loop()</tt> pārbaudi </strong>, kas aizsargās no daudzkārtējas kalendāra izvades"
2992
 
2993
- #: app/model/settings.php:903
2994
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2995
  msgstr "Mēģiniet šo īpašību, ja Jūsu kalendārs neparādās kalendāra lapā. Tas nepieciešams saderībai ar nelielu skaitu kažociņu, kas izmanto <tt>the_content()</tt> ārpus cilpas (Loop). Savādāk atstājiet izslēgtu."
2996
 
2997
- #: app/model/settings.php:915
2998
  msgid "Disable <strong>gzip</strong> compression."
2999
  msgstr "Izslēgt <strong>gzip</strong> saspiešanu."
3000
 
3001
- #: app/model/settings.php:930
3002
  msgid "Use frontend rendering."
3003
  msgstr ""
3004
 
3005
- #: app/model/settings.php:933
3006
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3007
  msgstr ""
3008
 
3009
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3010
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3011
  msgstr "Lai notīrītu, turiet &#8984;/<abbr class=\"initialism\">CTRL</abbr> un klikšķiniet izvēlēto."
3012
 
3013
- #: app/model/settings.php:509
3014
  msgid "Default calendar start date (optional)"
3015
  msgstr "Noklusētais kalendāra sākuma datums (papildus)"
3016
 
3017
- #: app/model/settings.php:520
3018
  msgid "Agenda pages show at most"
3019
  msgstr "Darba kārtības lapas parādīt vismaz"
3020
 
3021
- #: app/model/settings.php:533
3022
  msgid "Week/Day view starts at"
3023
  msgstr "Nedēļa/Diena sākas"
3024
 
3025
- #: app/model/settings.php:546
3026
  msgid "Week/Day view ends at"
3027
  msgstr "Nedēļa/Diena beidzas"
3028
 
3029
- #: app/model/settings.php:574
3030
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3031
  msgstr ""
3032
 
3033
- #: app/model/settings.php:577
3034
  msgid "Only applies to events that span a single day."
3035
  msgstr "Attiecas tikai uz notikumiem, kas ilgst vienu dienu."
3036
 
3037
- #: app/model/settings.php:589
3038
  msgid ""
3039
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3040
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3043,55 +3035,55 @@ msgid ""
3043
  "\t\t\t\t\t\tfrom last day shown</strong>"
3044
  msgstr "<span class=\"ai1ec-tooltip-toggle\" data-original-title=\"Šis iekļaus dienaskārtības skatu, tuvojošos pasākumu vidžetu, un dažus paplašinātus skatus.\"> Dienaskārtībai līdzīgus skatus</span>, <strong>iekļaujot visus pasākumus no pēdējās parādītās dienas</strong>"
3045
 
3046
- #: app/model/settings.php:605
3047
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3048
  msgstr "Dienaskārtības skatā rādīt visus pasākumus <strong>izvērstus</strong>"
3049
 
3050
- #: app/model/settings.php:617
3051
  msgid "<strong>Show year</strong> in calendar date labels"
3052
  msgstr "<strong>Rādīt gadu</strong> kalendāra datumu etiķetēs"
3053
 
3054
- #: app/model/settings.php:629
3055
  msgid "<strong>Show location in event titles</strong> in calendar views"
3056
  msgstr "<strong>Pasākumu virsrakstos rādīt vietu</strong> kalendāra skatos"
3057
 
3058
- #: app/model/settings.php:641
3059
  msgid "<strong>Exclude</strong> events from search results"
3060
  msgstr "<strong>Izņemt</strong> pasākumus no meklēšanas rezultātiem"
3061
 
3062
- #: app/model/settings.php:653
3063
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3064
  msgstr "Slēpt <strong>Parakstīties</strong>/<strong>Pievienot kalendāram</strong> pogas kalendāra in viena pasākuma skatos"
3065
 
3066
- #: app/model/settings.php:665
3067
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3068
  msgstr ""
3069
 
3070
- #: app/model/settings.php:677
3071
  msgid " Hide <strong>Google Maps</strong> until clicked"
3072
  msgstr "Slēpt <strong>Google kartes</strong> līdz uzklikšķināšanai"
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:692
3079
  msgid "Only applies to first visible calendar found on the page."
3080
  msgstr "Tiks piešķirts tikai lapā atrodamajam pirmajam kalendāram."
3081
 
3082
- #: app/model/settings.php:704
3083
  msgid "Offset affixed filter bar vertically by"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:719
3087
  msgid "Wide screens only (&#8805; 1200px)"
3088
  msgstr "Tikai platekrāniem (&#8805; 1200px)"
3089
 
3090
- #: app/model/settings.php:734
3091
  msgid "Tablets only (< 980px)"
3092
  msgstr "Tikai planšetes (< 980px)"
3093
 
3094
- #: app/model/settings.php:749
3095
  msgid "Phones only (< 768px)"
3096
  msgstr "Tikai tālruņi (< 768px)"
3097
 
@@ -3143,52 +3135,53 @@ msgstr ""
3143
  msgid "Message"
3144
  msgstr ""
3145
 
3146
- #: app/model/settings.php:402
3147
  #: lib/html/element/setting/calendar-page-selector.php:50
3148
  msgid "Calendar page"
3149
  msgstr "Kalendāra lapa"
3150
 
3151
- #: app/model/settings.php:412
3152
  msgid "Week starts on"
3153
  msgstr "Nedēļa sākas ar"
3154
 
3155
- #: app/model/settings.php:425
3156
  msgid "Available views"
3157
  msgstr "Pieejamie skati"
3158
 
3159
- #: app/model/settings.php:433
3160
  msgid "Agenda"
3161
  msgid_plural "Agenda"
3162
  msgstr[0] "Dienas kārtība"
3163
  msgstr[1] ""
3164
  msgstr[2] ""
3165
 
3166
- #: app/model/settings.php:444
3167
  msgid "Day"
3168
  msgid_plural "Day"
3169
  msgstr[0] "Diena"
3170
  msgstr[1] ""
3171
  msgstr[2] ""
3172
 
3173
- #: app/model/settings.php:455
3174
  msgid "Month"
3175
  msgid_plural "Month"
3176
  msgstr[0] "Mēnesis"
3177
  msgstr[1] ""
3178
  msgstr[2] ""
3179
 
3180
- #: app/model/settings.php:466
3181
  msgid "Week"
3182
  msgid_plural "Week"
3183
  msgstr[0] "Nedēļa"
3184
  msgstr[1] ""
3185
  msgstr[2] ""
3186
 
3187
- #: app/model/settings.php:480
 
3188
  msgid "Timezone"
3189
  msgstr "Laika zona"
3190
 
3191
- #: app/model/settings.php:493
3192
  msgid "Preselected calendar filters"
3193
  msgstr "Iepriekšizvēlētie kalendāra filtri"
3194
 
@@ -3224,11 +3217,11 @@ msgstr ""
3224
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3225
  msgstr ""
3226
 
3227
- #: app/model/api/api-registration.php:186
3228
  msgid "Payment preferences were not saved."
3229
  msgstr ""
3230
 
3231
- #: app/model/api/api-registration.php:177
3232
  msgid "Payment preferences were saved."
3233
  msgstr ""
3234
 
@@ -3312,11 +3305,11 @@ msgstr ""
3312
  msgid "Guest Name"
3313
  msgstr ""
3314
 
3315
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3316
  msgid "Status"
3317
  msgstr ""
3318
 
3319
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3320
  #: app/view/event/ticket.php:71
3321
  msgid "Email"
3322
  msgstr "E-pasts"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Izvēlietis Jūsu laika zonu"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Spraudnis ir instalēts, bet nav konfigurēts. Lūdzu ieejiet kā administrators, lai iestatītu."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Bezmaksas"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Pirkt biļetes"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Rediģēt šo notikumu (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
2158
  msgid "Categories (optional)"
2159
  msgstr "Kategorijas (papildus)"
2160
 
2161
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2162
  msgid "When:"
2163
  msgstr "Kad:"
2164
 
2165
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2166
  msgid "Where:"
2167
  msgstr "Kur:"
2168
 
2228
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2229
  msgstr "Pasākuma melnraksts atjaunots. <a target=\"_blank\" href=\"%s\">Priekšskatīt pasākumu</a>"
2230
 
2231
+ #: app/view/event/single.php:89
 
 
 
 
2232
  msgid "Add to Calendar"
2233
  msgstr "Pievienot kalendāram"
2234
 
2235
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2236
  msgid "Cost:"
2237
  msgstr "Cena:"
2238
 
2239
+ #: app/view/event/single.php:97
2240
  msgid "Contact:"
2241
  msgstr "Kontakti:"
2242
 
2335
  msgid "Subscribe"
2336
  msgstr "Parakstīties"
2337
 
2338
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2339
  msgid "Get a Timely Calendar"
2340
  msgstr ""
2341
 
2383
  msgid "Clear category filter"
2384
  msgstr "Notīrīt kategoriju filtru"
2385
 
2386
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2387
  #: lib/html/element/setting/tags-categories.php:47
2388
  msgid "Categories"
2389
  msgstr "Kategorijas"
2392
  msgid "Clear tag filter"
2393
  msgstr "Notīrīt birku filtru"
2394
 
2395
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2396
  #: lib/html/element/setting/tags-categories.php:39
2397
  msgid "Tags"
2398
  msgstr "Birkas"
2413
  msgid "Read more"
2414
  msgstr "Lasīt vairāk"
2415
 
2416
+ #: app/view/admin/tickets.php:111
2417
  msgid "Sales"
2418
  msgstr ""
2419
 
2420
+ #: app/view/admin/tickets.php:113
2421
  msgid "Cheque"
2422
  msgstr ""
2423
 
2425
  msgid "Paypal"
2426
  msgstr "Paypal"
2427
 
2428
+ #: app/view/admin/tickets.php:117
2429
  msgid "Save Changes"
2430
  msgstr ""
2431
 
2432
+ #: app/view/admin/tickets.php:118
2433
  msgid "Date"
2434
  msgstr ""
2435
 
2436
+ #: app/view/admin/tickets.php:119
2437
  msgid "Event"
2438
  msgstr ""
2439
 
2440
+ #: app/view/admin/tickets.php:120
2441
  msgid "Purchaser"
2442
  msgstr ""
2443
 
2444
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2445
  #: app/view/event/ticket.php:39
2446
  msgid "Tickets"
2447
  msgstr "Biļetes"
2448
 
2449
+ #: app/view/admin/tickets.php:124
2450
  msgid "Total"
2451
  msgstr ""
2452
 
2453
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2454
  msgid "Sign Out"
2455
  msgstr ""
2456
 
2565
  msgid "All-in-One Event Calendar: Themes"
2566
  msgstr "All-in-One pasākumu kalendārs: Kažociņi"
2567
 
2568
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2569
  msgid "Ticketing"
2570
  msgstr ""
2571
 
 
 
 
 
 
 
 
 
 
2572
  #: app/view/admin/settings.php:98
2573
  msgctxt "meta box"
2574
  msgid "Timely"
2606
  msgid "Cache Report"
2607
  msgstr "Keša atskaite"
2608
 
2609
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2610
  #: public/admin/box_ask_customer_review.php:113
2611
  #: public/admin/box_ask_customer_review.php:127
2612
  #: public/admin/box_ask_customer_review.php:141
2717
  msgstr "All-in-One pasākumu kalendārs: Iestatījumi"
2718
 
2719
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2720
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2721
  msgid "Settings"
2722
  msgstr "Iestatījumi"
2723
 
2825
  msgid "month(s)"
2826
  msgstr "mēnesis(ši)"
2827
 
2828
+ #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr ""
2831
 
2832
+ #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr ""
2835
 
2836
+ #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Patreizējais <strong>robots.txt</strong> šajā vietnē"
2839
 
2840
+ #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  msgstr ""
2848
 
2849
+ #: app/model/settings.php:995
2850
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
  msgstr "<strong>Publicēt, veicināt, un koplietot manus pasākumus</strong> atzīmētus kā publiskus Timely tīklā. (<a href=\"%s\" target=\"_blank\">Uzzināt vairāk &#187;</a>)"
2852
 
2853
+ #: app/model/settings.php:1018
2854
  msgid "Templates cache improves site performance"
2855
  msgstr "Šablonu kešs uzlabo vietnes veiktspēju"
2856
 
2857
+ #: app/model/settings.php:1031
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
+ #: app/model/settings.php:1034
2862
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2863
  msgstr ""
2864
 
2866
  msgid "Event Details"
2867
  msgstr "Pasākuma detaļas"
2868
 
2869
+ #: app/view/admin/add-new-event.php:505
2870
  msgid "Set banner image"
2871
  msgstr "Iestatīt bannera attēlu"
2872
 
2873
+ #: app/view/admin/add-new-event.php:506
2874
  msgid "Remove banner image"
2875
  msgstr "Dzēst bannera attēlu "
2876
 
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
+ #: app/model/settings.php:761
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr "Striktas savietojamības satura filtrēšana"
2916
 
2917
+ #: app/model/settings.php:773
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr " <strong>Slēpt raksturīgo attēlu</strong> pasākumu detaļu lapā"
2920
 
2921
+ #: app/model/settings.php:776
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr "Izvēlēties šo opciju, ja Jūsu kažociņš jau attēlo katra raksta raksturīgo attēlu."
2924
 
2925
+ #: app/model/settings.php:787
2926
  msgid "Input dates in this format"
2927
  msgstr "Ievadīt datumus šādā formātā"
2928
 
2929
+ #: app/model/settings.php:792
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr "Noklusētais (d/m/yyyy)"
2932
 
2933
+ #: app/model/settings.php:796
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr "US (m/d/yyyy)"
2936
 
2937
+ #: app/model/settings.php:800
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr "ISO 8601 (yyyy-m-d)"
2940
 
2941
+ #: app/model/settings.php:804
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr "Ar punktiem (m.d.yyyy)"
2944
 
2945
+ #: app/model/settings.php:816
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr "Laiku atlasītājos lietot <strong>24h laiku</strong>"
2948
 
2949
+ #: app/model/settings.php:827
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr "<strong>Izslēgt adreses autopabeigšanas</strong> funkciju"
2952
 
2953
+ #: app/model/settings.php:838
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
+ #: app/model/settings.php:854
2958
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
  msgstr "Rādīt veco <strong>Publicēt Jūsu pasākumu</strong> pogu virs kalendāra priviliģētiem lietotājiem"
2960
 
2961
+ #: app/model/settings.php:857
2962
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2963
  msgstr ""
2964
 
2965
+ #: app/model/settings.php:878
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr "Pārvietot kalendāru šajā DOM elementā"
2968
 
2969
+ #: app/model/settings.php:880
2970
  msgid ""
2971
  "Optional. Use this JavaScript-based shortcut to place the\n"
2972
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
+ #: app/model/settings.php:899
2982
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2983
  msgstr "<strong>Izlaist <tt>in_the_loop()</tt> pārbaudi </strong>, kas aizsargās no daudzkārtējas kalendāra izvades"
2984
 
2985
+ #: app/model/settings.php:902
2986
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2987
  msgstr "Mēģiniet šo īpašību, ja Jūsu kalendārs neparādās kalendāra lapā. Tas nepieciešams saderībai ar nelielu skaitu kažociņu, kas izmanto <tt>the_content()</tt> ārpus cilpas (Loop). Savādāk atstājiet izslēgtu."
2988
 
2989
+ #: app/model/settings.php:914
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr "Izslēgt <strong>gzip</strong> saspiešanu."
2992
 
2993
+ #: app/model/settings.php:929
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
+ #: app/model/settings.php:932
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
3001
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3002
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3003
  msgstr "Lai notīrītu, turiet &#8984;/<abbr class=\"initialism\">CTRL</abbr> un klikšķiniet izvēlēto."
3004
 
3005
+ #: app/model/settings.php:508
3006
  msgid "Default calendar start date (optional)"
3007
  msgstr "Noklusētais kalendāra sākuma datums (papildus)"
3008
 
3009
+ #: app/model/settings.php:519
3010
  msgid "Agenda pages show at most"
3011
  msgstr "Darba kārtības lapas parādīt vismaz"
3012
 
3013
+ #: app/model/settings.php:532
3014
  msgid "Week/Day view starts at"
3015
  msgstr "Nedēļa/Diena sākas"
3016
 
3017
+ #: app/model/settings.php:545
3018
  msgid "Week/Day view ends at"
3019
  msgstr "Nedēļa/Diena beidzas"
3020
 
3021
+ #: app/model/settings.php:573
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
+ #: app/model/settings.php:576
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr "Attiecas tikai uz notikumiem, kas ilgst vienu dienu."
3028
 
3029
+ #: app/model/settings.php:588
3030
  msgid ""
3031
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3032
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr "<span class=\"ai1ec-tooltip-toggle\" data-original-title=\"Šis iekļaus dienaskārtības skatu, tuvojošos pasākumu vidžetu, un dažus paplašinātus skatus.\"> Dienaskārtībai līdzīgus skatus</span>, <strong>iekļaujot visus pasākumus no pēdējās parādītās dienas</strong>"
3037
 
3038
+ #: app/model/settings.php:604
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr "Dienaskārtības skatā rādīt visus pasākumus <strong>izvērstus</strong>"
3041
 
3042
+ #: app/model/settings.php:616
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr "<strong>Rādīt gadu</strong> kalendāra datumu etiķetēs"
3045
 
3046
+ #: app/model/settings.php:628
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr "<strong>Pasākumu virsrakstos rādīt vietu</strong> kalendāra skatos"
3049
 
3050
+ #: app/model/settings.php:640
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr "<strong>Izņemt</strong> pasākumus no meklēšanas rezultātiem"
3053
 
3054
+ #: app/model/settings.php:652
3055
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3056
  msgstr "Slēpt <strong>Parakstīties</strong>/<strong>Pievienot kalendāram</strong> pogas kalendāra in viena pasākuma skatos"
3057
 
3058
+ #: app/model/settings.php:664
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
+ #: app/model/settings.php:676
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr "Slēpt <strong>Google kartes</strong> līdz uzklikšķināšanai"
3065
 
3066
+ #: app/model/settings.php:688
3067
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3068
  msgstr ""
3069
 
3070
+ #: app/model/settings.php:691
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr "Tiks piešķirts tikai lapā atrodamajam pirmajam kalendāram."
3073
 
3074
+ #: app/model/settings.php:703
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
+ #: app/model/settings.php:718
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr "Tikai platekrāniem (&#8805; 1200px)"
3081
 
3082
+ #: app/model/settings.php:733
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr "Tikai planšetes (< 980px)"
3085
 
3086
+ #: app/model/settings.php:748
3087
  msgid "Phones only (< 768px)"
3088
  msgstr "Tikai tālruņi (< 768px)"
3089
 
3135
  msgid "Message"
3136
  msgstr ""
3137
 
3138
+ #: app/model/settings.php:401
3139
  #: lib/html/element/setting/calendar-page-selector.php:50
3140
  msgid "Calendar page"
3141
  msgstr "Kalendāra lapa"
3142
 
3143
+ #: app/model/settings.php:411
3144
  msgid "Week starts on"
3145
  msgstr "Nedēļa sākas ar"
3146
 
3147
+ #: app/model/settings.php:424
3148
  msgid "Available views"
3149
  msgstr "Pieejamie skati"
3150
 
3151
+ #: app/model/settings.php:432
3152
  msgid "Agenda"
3153
  msgid_plural "Agenda"
3154
  msgstr[0] "Dienas kārtība"
3155
  msgstr[1] ""
3156
  msgstr[2] ""
3157
 
3158
+ #: app/model/settings.php:443
3159
  msgid "Day"
3160
  msgid_plural "Day"
3161
  msgstr[0] "Diena"
3162
  msgstr[1] ""
3163
  msgstr[2] ""
3164
 
3165
+ #: app/model/settings.php:454
3166
  msgid "Month"
3167
  msgid_plural "Month"
3168
  msgstr[0] "Mēnesis"
3169
  msgstr[1] ""
3170
  msgstr[2] ""
3171
 
3172
+ #: app/model/settings.php:465
3173
  msgid "Week"
3174
  msgid_plural "Week"
3175
  msgstr[0] "Nedēļa"
3176
  msgstr[1] ""
3177
  msgstr[2] ""
3178
 
3179
+ #: app/model/settings.php:479 app/view/event/single.php:57
3180
+ #: app/view/event/single.php:58
3181
  msgid "Timezone"
3182
  msgstr "Laika zona"
3183
 
3184
+ #: app/model/settings.php:492
3185
  msgid "Preselected calendar filters"
3186
  msgstr "Iepriekšizvēlētie kalendāra filtri"
3187
 
3217
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3218
  msgstr ""
3219
 
3220
+ #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:182
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
3305
  msgid "Guest Name"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3309
  msgid "Status"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3313
  #: app/view/event/ticket.php:71
3314
  msgid "Email"
3315
  msgstr "E-pasts"
language/all-in-one-event-calendar-nb_NO.mo CHANGED
Binary file
language/all-in-one-event-calendar-nb_NO.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr "Nettsteds URL er ugyldig."
1358
  msgid "Thank you for being our customer,"
1359
  msgstr "Takk for at du er vår kunde,"
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr "Sender ..."
@@ -1975,15 +1980,15 @@ msgstr "Manuell forskyvning"
1975
  msgid "Choose your timezone"
1976
  msgstr "Velg en tidssone"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr ""
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "Add-on <strong>%s</strong> må være oppdatert til minst versjon %s for å opprettholde kompatibilitet med kjerne kalenderen."
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "Hvis du ikke ser oppdaterings meldinger nedenfor, sikre at du har <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">tastet inn lisensnøklen riktig</a>. Alternativt gå til <a href=\"https://time.ly/your-account/\">din konto</a> for å laste ned den nyeste versjonen av add-on'en(e) og <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">oppdater manuelt</a>. Venneligst <a href=\"https://time.ly/forums/\">skriv i forumet</a> hvis du har problemer. Vi er glade for å hjelpe."
1989
 
@@ -2076,27 +2081,27 @@ msgstr ""
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "Du har slått på Frontend Rendering og du bruker en tilpasset kalender tema. Hvis temaet ikke støtter Frontend Rendering, kan kalenderen ikke fungere skikkelig."
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr "Billetter:"
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Gratis"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Kjøp billetter"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Rediger denne forekomsten (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Dette innlegget ble kopiert fra et annet nettsted's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalender strøm</a>."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Vis original"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Ugyldig ICS feed-ID"
2152
  msgid "Categories (optional)"
2153
  msgstr "Kategorier (valgfri)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Når:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Hvor:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y kl. G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Utkast til hendelse oppatert. <a target=\"_blank\" href=\"%s\">Forhåndsvis hendelse</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "Hendelsen ble opprettet i %s tidssone"
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Legg til i kalender"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Pris:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Kontakt:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Abonnér på filtrert kalender"
2333
  msgid "Subscribe"
2334
  msgstr "Abonnér"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Hent en Timely Calendar"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Abonnér på denne kalenderen i en annen ren tekst-kalender"
2381
  msgid "Clear category filter"
2382
  msgstr "Nullstill kategorifilter"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Kategorier"
@@ -2390,7 +2391,7 @@ msgstr "Kategorier"
2390
  msgid "Clear tag filter"
2391
  msgstr "Nullstill taggfilter"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Tagger"
@@ -2411,11 +2412,11 @@ msgstr "Det er ingen kommende hendelser akkurat nå."
2411
  msgid "Read more"
2412
  msgstr "Les mer"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr "Sjekk"
2421
 
@@ -2423,32 +2424,32 @@ msgstr "Sjekk"
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr "Lagre endringer"
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr "Dato"
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr "Hendelse"
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr "Betaler"
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Billetter"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr "Total"
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr "Logg ut"
2454
 
@@ -2563,19 +2564,10 @@ msgstr ""
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr ""
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Eksterne tjenester"
2613
  msgid "Cache Report"
2614
  msgstr "Cache rapport"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar: Innstillinger"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Innstillinger"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "siste"
2832
  msgid "month(s)"
2833
  msgstr "måned(er)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Lenke til CSS</strong> i <code>&lt;head&gt;</code> avsnittet når filcachen ikke er tilgjengelig."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Bruk dette alternativet om filcachen ikke er tilgjengelig og du foretrekker å bruke en lenke til CSS i stedet for å få den skrevet direkte inn i koden."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr "Cache av tema forbedrer nettstedets ytelse"
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr "Hendelsesdetaljer"
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr ""
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr ""
2883
 
@@ -2917,63 +2909,63 @@ msgstr "Vis alle "
2917
  msgid "Show All Authors"
2918
  msgstr "Vis alle forfattere"
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr " <strong>Skjul fremhevet bilde</strong> fra hendelsens detaljside"
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr "Bruk dette valget hvis ditt tema allerede viser fremhevet bilde for hver post."
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr "Legg inn datoer i dette formatet"
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr "Standard (d/m/åååå)"
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr "Med punktum (m.d.yyyy)"
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr "Bruk <strong>24t klokke</strong> i tidsvelger"
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr "<strong>Deaktiver autofullf&oslash;r for adresser</strong>"
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr ""
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr ""
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr "Bruk frontend rendering."
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr "Rendre kalendervisning på klienten snarere enn serveren; kan forbedre ytelsen."
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr "For å tømme, hold inn &#8984;/<abbr class=\"initialism\">CTRL</abbr> og trykk valg."
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr "Standardkalender startdato (valgfritt)"
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr "Listesider viser høyest"
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr "Uke/Dag visning starter på"
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr "Uke/Dag visning ender på"
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr "<strong>Ord-wrap hendelsesstubber</strong> i månedsvisning"
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr "Gjelder kun for hendelser som går over en enkelt dag."
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr "Behold alle hendelser <strong>utvidet</strong> i listevisning"
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr "<strong>Vis år</strong> i kalenderens dato etiketter"
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr "<strong>Vis stedsangivelse i hendelsesoverskrifter</strong> i kalendervisning"
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr "<strong>Utelat</strong> hendelse fra søkeresultater"
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr "Skjul <strong>Hent en Timely Kalender</strong> -knappen"
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr "Skjul <strong>Google Maps</strong> inntil klikket"
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr "<strong>Fest filtermenyen</strong> til vinduets overkant når siden rulles ned."
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr "Gjelder kun første viste kalender på denne siden."
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr "Forskyv filtermenyen vertikalt med"
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr "Kun for brede skjermer (&#8805; 1200px)"
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr "Kun for nettbrett (< 980px)"
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr "Kun for mobiltelefoner (< 768px)"
3096
 
@@ -3142,48 +3134,49 @@ msgstr "Nettsteds URL"
3142
  msgid "Message"
3143
  msgstr "Melding"
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr "Kalender side"
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr "Uken begynner med"
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr "Tilgjengelige visninger"
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] "Liste"
3162
  msgstr[1] "Lister"
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] "Dag"
3168
  msgstr[1] "Dager"
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] "Måned"
3174
  msgstr[1] "Måneder"
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] "Uke"
3180
  msgstr[1] "Uker"
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr "Tidssone"
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr "Forvalgte kalenderfiltre"
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr "Deltakerliste"
3307
  msgid "Guest Name"
3308
  msgstr "Gjest navn"
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr "Status"
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr "E-post"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr "Takk for at du er vår kunde,"
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr "Sender ..."
1980
  msgid "Choose your timezone"
1981
  msgstr "Velg en tidssone"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr ""
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "Add-on <strong>%s</strong> må være oppdatert til minst versjon %s for å opprettholde kompatibilitet med kjerne kalenderen."
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "Hvis du ikke ser oppdaterings meldinger nedenfor, sikre at du har <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">tastet inn lisensnøklen riktig</a>. Alternativt gå til <a href=\"https://time.ly/your-account/\">din konto</a> for å laste ned den nyeste versjonen av add-on'en(e) og <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">oppdater manuelt</a>. Venneligst <a href=\"https://time.ly/forums/\">skriv i forumet</a> hvis du har problemer. Vi er glade for å hjelpe."
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "Du har slått på Frontend Rendering og du bruker en tilpasset kalender tema. Hvis temaet ikke støtter Frontend Rendering, kan kalenderen ikke fungere skikkelig."
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr "Billetter:"
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Gratis"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Kjøp billetter"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Rediger denne forekomsten (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Dette innlegget ble kopiert fra et annet nettsted's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalender strøm</a>."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Vis original"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Kategorier (valgfri)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Når:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Hvor:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Utkast til hendelse oppatert. <a target=\"_blank\" href=\"%s\">Forhåndsvis hendelse</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Legg til i kalender"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Pris:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Kontakt:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Abonnér"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Hent en Timely Calendar"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Nullstill kategorifilter"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Kategorier"
2391
  msgid "Clear tag filter"
2392
  msgstr "Nullstill taggfilter"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Tagger"
2412
  msgid "Read more"
2413
  msgstr "Les mer"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr "Sjekk"
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr "Lagre endringer"
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr "Dato"
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr "Hendelse"
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr "Betaler"
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Billetter"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr "Total"
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr "Logg ut"
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr ""
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Cache rapport"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar: Innstillinger"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Innstillinger"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "måned(er)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Lenke til CSS</strong> i <code>&lt;head&gt;</code> avsnittet når filcachen ikke er tilgjengelig."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Bruk dette alternativet om filcachen ikke er tilgjengelig og du foretrekker å bruke en lenke til CSS i stedet for å få den skrevet direkte inn i koden."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Cache av tema forbedrer nettstedets ytelse"
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr "Hendelsesdetaljer"
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr ""
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr ""
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr "Vis alle forfattere"
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr " <strong>Skjul fremhevet bilde</strong> fra hendelsens detaljside"
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr "Bruk dette valget hvis ditt tema allerede viser fremhevet bilde for hver post."
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr "Legg inn datoer i dette formatet"
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr "Standard (d/m/åååå)"
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr "Med punktum (m.d.yyyy)"
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr "Bruk <strong>24t klokke</strong> i tidsvelger"
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr "<strong>Deaktiver autofullf&oslash;r for adresser</strong>"
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr ""
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr "Bruk frontend rendering."
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr "Rendre kalendervisning på klienten snarere enn serveren; kan forbedre ytelsen."
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr "For å tømme, hold inn &#8984;/<abbr class=\"initialism\">CTRL</abbr> og trykk valg."
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr "Standardkalender startdato (valgfritt)"
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr "Listesider viser høyest"
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr "Uke/Dag visning starter på"
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr "Uke/Dag visning ender på"
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr "<strong>Ord-wrap hendelsesstubber</strong> i månedsvisning"
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr "Gjelder kun for hendelser som går over en enkelt dag."
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr "Behold alle hendelser <strong>utvidet</strong> i listevisning"
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr "<strong>Vis år</strong> i kalenderens dato etiketter"
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr "<strong>Vis stedsangivelse i hendelsesoverskrifter</strong> i kalendervisning"
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr "<strong>Utelat</strong> hendelse fra søkeresultater"
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr ""
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr "Skjul <strong>Hent en Timely Kalender</strong> -knappen"
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr "Skjul <strong>Google Maps</strong> inntil klikket"
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr "<strong>Fest filtermenyen</strong> til vinduets overkant når siden rulles ned."
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr "Gjelder kun første viste kalender på denne siden."
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr "Forskyv filtermenyen vertikalt med"
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr "Kun for brede skjermer (&#8805; 1200px)"
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr "Kun for nettbrett (< 980px)"
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr "Kun for mobiltelefoner (< 768px)"
3088
 
3134
  msgid "Message"
3135
  msgstr "Melding"
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr "Kalender side"
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr "Uken begynner med"
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr "Tilgjengelige visninger"
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] "Liste"
3154
  msgstr[1] "Lister"
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] "Dag"
3160
  msgstr[1] "Dager"
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] "Måned"
3166
  msgstr[1] "Måneder"
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] "Uke"
3172
  msgstr[1] "Uker"
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr "Tidssone"
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr "Forvalgte kalenderfiltre"
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr "Gjest navn"
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr "Status"
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr "E-post"
language/all-in-one-event-calendar-nl_NL.mo CHANGED
Binary file
language/all-in-one-event-calendar-nl_NL.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Handmatige afstand"
1975
  msgid "Choose your timezone"
1976
  msgstr "Kies je tijdzone"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "De plugin is geïnstalleerd, maar is niet geconfigureerd. Log aub in als een beheerder om hem in te stellen."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "De add-on <strong>%s</strong> moet bijgewerkt worden naar in minimaal versie %s om compatibel te blijven met de core kalender."
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "Als je de updatemeldingen onderaan niet ziet, kijk dan of je de <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">licentiesleutels goed hebt ingevoerd</a>. Of ga naar <a href=\"https://time.ly/your-account/\">jouw gebruikersaccount</a> om de laatste versie van de de add-on(s) te downloaden en <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">voer de update handmatig uit</a>. Plaats <a href=\"https://time.ly/forums/\">een bericht in het forum</a> als je er niet uitkomt. We helpen je graag."
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>De activiteit <strong>%s</strong> is succesvol gekopieerd. <a href=\"
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "Je hebt Frontend Rendering geactiveerd en gebruikt een aangepast kalender thema. Als je thema Frontend Rendering niet ondersteunt kan het zijn dat je kalender niet goed werkt."
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Gratis"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Koop kaartjes"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Pas deze activiteit aan (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Dit bericht is een kopie van een <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalender feed</a> van een adere website."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Bekijk orgineel"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "Ongeldige ICS feed ID"
2152
  msgid "Categories (optional)"
2153
  msgstr "Categoriën (optioneel)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Wanneer:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Waar:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Concept activiteit bijgewerkt. <a target=\"_blank\" href=\"%s\">Preview activiteit</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "Gebeurtenis is gemaakt in de %s tijdzone"
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Voeg toe aan kalender"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Kosten:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Contact:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Neem abonnement op gefilterde kalender"
2333
  msgid "Subscribe"
2334
  msgstr "Abonneer"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Neem een Timely Kalender"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Neem abonnement op deze kalender in een andere tekstkalender"
2381
  msgid "Clear category filter"
2382
  msgstr "Hef categorie filter op"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Categorieën"
@@ -2390,7 +2391,7 @@ msgstr "Categorieën"
2390
  msgid "Clear tag filter"
2391
  msgstr "Wis categorie filter"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Labels"
@@ -2411,11 +2412,11 @@ msgstr "Er zijn op dit moment geen activiteiten te tonen."
2411
  msgid "Read more"
2412
  msgstr "Lees verder"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Tickets"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Terugzetten naar standaardwaarden"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Activiteiten Kalender: Thema's"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Externe diensten"
2613
  msgid "Cache Report"
2614
  msgstr "Cache rapport"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Activiteiten Kalender: Instellingen"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Instellingen"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "laatste"
2832
  msgid "month(s)"
2833
  msgstr "maand(en)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> sectie indien bestands-cache niet beschikbaar is."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Gebruik deze optie als het bestands-cache niet beschikbaar is en je CSS liever als een koppeling ziet in plaats van dat de uitvoer inline wordt opgenomen."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Huidige <strong>robots.txt</strong> op deze site"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2859,19 +2851,19 @@ msgstr ""
2859
  "→\t→\t→\t→\t→\t→\tJe kunt deze handmatig veranderen door <code>robots.txt</code> in de WordPress folder\n"
2860
  "→\t→\t→\t→\t→\t→\taan te passen."
2861
 
2862
- #: app/model/settings.php:996
2863
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2864
  msgstr "<strong>Publiceer, promoot en deel mijn activiteiten</strong> die gemarkeerd zijn als openbaar, op het Timely netwerk. (<a href=\"%s\" target=\"_blank\">Meer info &#187;</a>)"
2865
 
2866
- #: app/model/settings.php:1019
2867
  msgid "Templates cache improves site performance"
2868
  msgstr "Template cache verbetert de snelheid van de site"
2869
 
2870
- #: app/model/settings.php:1032
2871
  msgid "Display events in <strong>calendar time zone</strong>"
2872
  msgstr ""
2873
 
2874
- #: app/model/settings.php:1035
2875
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2876
  msgstr ""
2877
 
@@ -2879,11 +2871,11 @@ msgstr ""
2879
  msgid "Event Details"
2880
  msgstr "Details activiteit"
2881
 
2882
- #: app/view/admin/add-new-event.php:500
2883
  msgid "Set banner image"
2884
  msgstr "Plaats banner afbeelding"
2885
 
2886
- #: app/view/admin/add-new-event.php:501
2887
  msgid "Remove banner image"
2888
  msgstr "Verwijder banner afbeelding"
2889
 
@@ -2923,63 +2915,63 @@ msgstr "Toon alle "
2923
  msgid "Show All Authors"
2924
  msgstr ""
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Strict compatibility content filtering"
2928
  msgstr "Strikte compatibiliteits inhoudsfiltering"
2929
 
2930
- #: app/model/settings.php:774
2931
  msgid " <strong>Hide featured image</strong> from event details page"
2932
  msgstr " <strong>Verberg uitgelichte afbeelding</strong> van de detailpagina van de activiteit"
2933
 
2934
- #: app/model/settings.php:777
2935
  msgid "Select this option if your theme already displays each post's featured image."
2936
  msgstr "Kies deze optie als je thema al de hoofdafbeelding van elk bericht toont."
2937
 
2938
- #: app/model/settings.php:788
2939
  msgid "Input dates in this format"
2940
  msgstr "Voeg data toe in dit formaat"
2941
 
2942
- #: app/model/settings.php:793
2943
  msgid "Default (d/m/yyyy)"
2944
  msgstr "Standaard (d/m/jjjj)"
2945
 
2946
- #: app/model/settings.php:797
2947
  msgid "US (m/d/yyyy)"
2948
  msgstr "VS (m/d/jjjj)"
2949
 
2950
- #: app/model/settings.php:801
2951
  msgid "ISO 8601 (yyyy-m-d)"
2952
  msgstr "ISO 8601 (jjjj-m-d)"
2953
 
2954
- #: app/model/settings.php:805
2955
  msgid "Dotted (m.d.yyyy)"
2956
  msgstr "Met punten (m.d.jjjj)"
2957
 
2958
- #: app/model/settings.php:817
2959
  msgid " Use <strong>24h time</strong> in time pickers"
2960
  msgstr "Gebruik <strong>24 uurs notatie</strong> bij tijdkeuze"
2961
 
2962
- #: app/model/settings.php:828
2963
  msgid "<strong>Disable address autocomplete</strong> function"
2964
  msgstr "<strong>Schakel automatisch aanvullen adres uit</strong>"
2965
 
2966
- #: app/model/settings.php:839
2967
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2968
  msgstr "Gebruik de ingestelde <strong>regio</strong> (WordPress locale) om te bepalen hoe de automatische aanvulling van adressen zich gedraagt "
2969
 
2970
- #: app/model/settings.php:855
2971
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2972
  msgstr "Toon de oude <strong>Publiceer je activiteit</strong> knop boven de agenda aan geautoriseerde gebruikers"
2973
 
2974
- #: app/model/settings.php:858
2975
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2976
  msgstr "Installeer de <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> voor het <strong>formulier om je activiteit te publiceren</strong>."
2977
 
2978
- #: app/model/settings.php:879
2979
  msgid "Move calendar into this DOM element"
2980
  msgstr "Plaats agenda in dit DOM element"
2981
 
2982
- #: app/model/settings.php:881
2983
  msgid ""
2984
  "Optional. Use this JavaScript-based shortcut to place the\n"
2985
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  "→\t→\t→\t→\t→\t→\tjQuery selector</a> in die een enkel DOM element zoekt.\n"
2999
  "→\t→\t→\t→\t→\t→\tAlle code in dit doel element wordt vervangen door de kalender."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "<strong>Sla <tt>in_the_loop()</tt> controle over </strong>. Deze beveiligt tegen meervoudige uitvoer van kalenders"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "Probeer deze optie aan te zetten als je kalender niet op de kalender-pagina wordt getoond. Het is nodig voor compatibiliteit met een klein aantal thema’s die <tt>the_content()</tt> buiten The Loop aanroepen. Schakel in andere gevallen uit."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "Schakel <strong>gzip</strong> compressie uit."
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr "Gebruik front end renderen"
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr "Rendert kalender weergaven bij de client in plaats van de server; dit kan prestaties verbeteren."
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "Om te wissen, houd &#8984;/<abbr class=\"initialism\">CTRL</abbr> ingedrukt en klik de selectie."
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "Standaard kalender startdatum (optioneel)"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "Agenda-pagina's tonen maximaal"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "Week/Dag overzicht start op"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "Week/Dag overzicht eindigt op"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "<strong>Pas activiteit intro tekst aan breedte aan</strong> in maandoverzicht"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "Alleen van toepassing op activiteiten van één dag."
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3060,55 +3052,55 @@ msgstr ""
3060
  "→\t→\t→\t→\t→\tAgenda weergaven</span>, <strong>bevatten alle activiteiten\n"
3061
  "→\t→\t→\t→\t→\tvan de laatst getoonde dag</strong>"
3062
 
3063
- #: app/model/settings.php:605
3064
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3065
  msgstr "Houd alle activiteiten <strong>uitgeklapt</strong> in Agenda weergave"
3066
 
3067
- #: app/model/settings.php:617
3068
  msgid "<strong>Show year</strong> in calendar date labels"
3069
  msgstr "<strong>Toon jaar</strong> in kalender datumlabels"
3070
 
3071
- #: app/model/settings.php:629
3072
  msgid "<strong>Show location in event titles</strong> in calendar views"
3073
  msgstr "<strong>Toon locatie in titel van activiteit</strong> in kalender weergaven"
3074
 
3075
- #: app/model/settings.php:641
3076
  msgid "<strong>Exclude</strong> events from search results"
3077
  msgstr "Toon activiteiten <strong>niet</strong> in de zoekresultaten"
3078
 
3079
- #: app/model/settings.php:653
3080
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3081
  msgstr "Verberg <strong>Abonneer</strong>/<strong>Voeg aan agenda toe</strong> knoppen in agenda en activiteit weergaven "
3082
 
3083
- #: app/model/settings.php:665
3084
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3085
  msgstr "Verberg de <strong>Neem een Timely Kalender</strong> knop"
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid " Hide <strong>Google Maps</strong> until clicked"
3089
  msgstr "Verberg <strong>Google Maps</strong> tot deze wordt aangeklikt."
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3093
  msgstr "<strong>Hecht het filter-menu</strong> altijd vast aan de bovenkant van het venster, wanneer het anders uit het zicht zou scrollen"
3094
 
3095
- #: app/model/settings.php:692
3096
  msgid "Only applies to first visible calendar found on the page."
3097
  msgstr "Geldt alleen voor de eerst zichtbare kalender op de pagina."
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Offset affixed filter bar vertically by"
3101
  msgstr "Verplaats de vastgehechte filter-balk met"
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Wide screens only (&#8805; 1200px)"
3105
  msgstr "Alleen brede schermen (&#8805; 1200px)"
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Tablets only (< 980px)"
3109
  msgstr "Alleen tablets (< 980px)"
3110
 
3111
- #: app/model/settings.php:749
3112
  msgid "Phones only (< 768px)"
3113
  msgstr "Alleen telefoons (< 768px)"
3114
 
@@ -3160,48 +3152,49 @@ msgstr ""
3160
  msgid "Message"
3161
  msgstr ""
3162
 
3163
- #: app/model/settings.php:402
3164
  #: lib/html/element/setting/calendar-page-selector.php:50
3165
  msgid "Calendar page"
3166
  msgstr "Kalender-pagina"
3167
 
3168
- #: app/model/settings.php:412
3169
  msgid "Week starts on"
3170
  msgstr "De week start op"
3171
 
3172
- #: app/model/settings.php:425
3173
  msgid "Available views"
3174
  msgstr "Beschikbare weergaven"
3175
 
3176
- #: app/model/settings.php:433
3177
  msgid "Agenda"
3178
  msgid_plural "Agenda"
3179
  msgstr[0] "Agenda"
3180
  msgstr[1] ""
3181
 
3182
- #: app/model/settings.php:444
3183
  msgid "Day"
3184
  msgid_plural "Day"
3185
  msgstr[0] "Dag"
3186
  msgstr[1] ""
3187
 
3188
- #: app/model/settings.php:455
3189
  msgid "Month"
3190
  msgid_plural "Month"
3191
  msgstr[0] "Maand"
3192
  msgstr[1] ""
3193
 
3194
- #: app/model/settings.php:466
3195
  msgid "Week"
3196
  msgid_plural "Week"
3197
  msgstr[0] "Week"
3198
  msgstr[1] ""
3199
 
3200
- #: app/model/settings.php:480
 
3201
  msgid "Timezone"
3202
  msgstr "Tijdzone"
3203
 
3204
- #: app/model/settings.php:493
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Vooraf geselecteerde kalender filters"
3207
 
@@ -3237,11 +3230,11 @@ msgstr ""
3237
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3238
  msgstr ""
3239
 
3240
- #: app/model/api/api-registration.php:186
3241
  msgid "Payment preferences were not saved."
3242
  msgstr ""
3243
 
3244
- #: app/model/api/api-registration.php:177
3245
  msgid "Payment preferences were saved."
3246
  msgstr ""
3247
 
@@ -3325,11 +3318,11 @@ msgstr ""
3325
  msgid "Guest Name"
3326
  msgstr ""
3327
 
3328
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3329
  msgid "Status"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3333
  #: app/view/event/ticket.php:71
3334
  msgid "Email"
3335
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Kies je tijdzone"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "De plugin is geïnstalleerd, maar is niet geconfigureerd. Log aub in als een beheerder om hem in te stellen."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "De add-on <strong>%s</strong> moet bijgewerkt worden naar in minimaal versie %s om compatibel te blijven met de core kalender."
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "Als je de updatemeldingen onderaan niet ziet, kijk dan of je de <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">licentiesleutels goed hebt ingevoerd</a>. Of ga naar <a href=\"https://time.ly/your-account/\">jouw gebruikersaccount</a> om de laatste versie van de de add-on(s) te downloaden en <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">voer de update handmatig uit</a>. Plaats <a href=\"https://time.ly/forums/\">een bericht in het forum</a> als je er niet uitkomt. We helpen je graag."
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "Je hebt Frontend Rendering geactiveerd en gebruikt een aangepast kalender thema. Als je thema Frontend Rendering niet ondersteunt kan het zijn dat je kalender niet goed werkt."
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Gratis"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Koop kaartjes"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Pas deze activiteit aan (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Dit bericht is een kopie van een <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalender feed</a> van een adere website."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Bekijk orgineel"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Categoriën (optioneel)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Wanneer:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Waar:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Concept activiteit bijgewerkt. <a target=\"_blank\" href=\"%s\">Preview activiteit</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Voeg toe aan kalender"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Kosten:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Contact:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Abonneer"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Neem een Timely Kalender"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Hef categorie filter op"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Categorieën"
2391
  msgid "Clear tag filter"
2392
  msgstr "Wis categorie filter"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Labels"
2412
  msgid "Read more"
2413
  msgstr "Lees verder"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Tickets"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Activiteiten Kalender: Thema's"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Cache rapport"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Activiteiten Kalender: Instellingen"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Instellingen"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "maand(en)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> sectie indien bestands-cache niet beschikbaar is."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Gebruik deze optie als het bestands-cache niet beschikbaar is en je CSS liever als een koppeling ziet in plaats van dat de uitvoer inline wordt opgenomen."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Huidige <strong>robots.txt</strong> op deze site"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2851
  "→\t→\t→\t→\t→\t→\tJe kunt deze handmatig veranderen door <code>robots.txt</code> in de WordPress folder\n"
2852
  "→\t→\t→\t→\t→\t→\taan te passen."
2853
 
2854
+ #: app/model/settings.php:995
2855
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
  msgstr "<strong>Publiceer, promoot en deel mijn activiteiten</strong> die gemarkeerd zijn als openbaar, op het Timely netwerk. (<a href=\"%s\" target=\"_blank\">Meer info &#187;</a>)"
2857
 
2858
+ #: app/model/settings.php:1018
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Template cache verbetert de snelheid van de site"
2861
 
2862
+ #: app/model/settings.php:1031
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
+ #: app/model/settings.php:1034
2867
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2868
  msgstr ""
2869
 
2871
  msgid "Event Details"
2872
  msgstr "Details activiteit"
2873
 
2874
+ #: app/view/admin/add-new-event.php:505
2875
  msgid "Set banner image"
2876
  msgstr "Plaats banner afbeelding"
2877
 
2878
+ #: app/view/admin/add-new-event.php:506
2879
  msgid "Remove banner image"
2880
  msgstr "Verwijder banner afbeelding"
2881
 
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
+ #: app/model/settings.php:761
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Strikte compatibiliteits inhoudsfiltering"
2921
 
2922
+ #: app/model/settings.php:773
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Verberg uitgelichte afbeelding</strong> van de detailpagina van de activiteit"
2925
 
2926
+ #: app/model/settings.php:776
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Kies deze optie als je thema al de hoofdafbeelding van elk bericht toont."
2929
 
2930
+ #: app/model/settings.php:787
2931
  msgid "Input dates in this format"
2932
  msgstr "Voeg data toe in dit formaat"
2933
 
2934
+ #: app/model/settings.php:792
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Standaard (d/m/jjjj)"
2937
 
2938
+ #: app/model/settings.php:796
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "VS (m/d/jjjj)"
2941
 
2942
+ #: app/model/settings.php:800
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (jjjj-m-d)"
2945
 
2946
+ #: app/model/settings.php:804
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Met punten (m.d.jjjj)"
2949
 
2950
+ #: app/model/settings.php:816
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr "Gebruik <strong>24 uurs notatie</strong> bij tijdkeuze"
2953
 
2954
+ #: app/model/settings.php:827
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Schakel automatisch aanvullen adres uit</strong>"
2957
 
2958
+ #: app/model/settings.php:838
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Gebruik de ingestelde <strong>regio</strong> (WordPress locale) om te bepalen hoe de automatische aanvulling van adressen zich gedraagt "
2961
 
2962
+ #: app/model/settings.php:854
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr "Toon de oude <strong>Publiceer je activiteit</strong> knop boven de agenda aan geautoriseerde gebruikers"
2965
 
2966
+ #: app/model/settings.php:857
2967
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
  msgstr "Installeer de <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> voor het <strong>formulier om je activiteit te publiceren</strong>."
2969
 
2970
+ #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Plaats agenda in dit DOM element"
2973
 
2974
+ #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "→\t→\t→\t→\t→\t→\tjQuery selector</a> in die een enkel DOM element zoekt.\n"
2991
  "→\t→\t→\t→\t→\t→\tAlle code in dit doel element wordt vervangen door de kalender."
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Sla <tt>in_the_loop()</tt> controle over </strong>. Deze beveiligt tegen meervoudige uitvoer van kalenders"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Probeer deze optie aan te zetten als je kalender niet op de kalender-pagina wordt getoond. Het is nodig voor compatibiliteit met een klein aantal thema’s die <tt>the_content()</tt> buiten The Loop aanroepen. Schakel in andere gevallen uit."
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Schakel <strong>gzip</strong> compressie uit."
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Gebruik front end renderen"
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Rendert kalender weergaven bij de client in plaats van de server; dit kan prestaties verbeteren."
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "Om te wissen, houd &#8984;/<abbr class=\"initialism\">CTRL</abbr> ingedrukt en klik de selectie."
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "Standaard kalender startdatum (optioneel)"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "Agenda-pagina's tonen maximaal"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "Week/Dag overzicht start op"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "Week/Dag overzicht eindigt op"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Pas activiteit intro tekst aan breedte aan</strong> in maandoverzicht"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Alleen van toepassing op activiteiten van één dag."
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3052
  "→\t→\t→\t→\t→\tAgenda weergaven</span>, <strong>bevatten alle activiteiten\n"
3053
  "→\t→\t→\t→\t→\tvan de laatst getoonde dag</strong>"
3054
 
3055
+ #: app/model/settings.php:604
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "Houd alle activiteiten <strong>uitgeklapt</strong> in Agenda weergave"
3058
 
3059
+ #: app/model/settings.php:616
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "<strong>Toon jaar</strong> in kalender datumlabels"
3062
 
3063
+ #: app/model/settings.php:628
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "<strong>Toon locatie in titel van activiteit</strong> in kalender weergaven"
3066
 
3067
+ #: app/model/settings.php:640
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "Toon activiteiten <strong>niet</strong> in de zoekresultaten"
3070
 
3071
+ #: app/model/settings.php:652
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "Verberg <strong>Abonneer</strong>/<strong>Voeg aan agenda toe</strong> knoppen in agenda en activiteit weergaven "
3074
 
3075
+ #: app/model/settings.php:664
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr "Verberg de <strong>Neem een Timely Kalender</strong> knop"
3078
 
3079
+ #: app/model/settings.php:676
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr "Verberg <strong>Google Maps</strong> tot deze wordt aangeklikt."
3082
 
3083
+ #: app/model/settings.php:688
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr "<strong>Hecht het filter-menu</strong> altijd vast aan de bovenkant van het venster, wanneer het anders uit het zicht zou scrollen"
3086
 
3087
+ #: app/model/settings.php:691
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr "Geldt alleen voor de eerst zichtbare kalender op de pagina."
3090
 
3091
+ #: app/model/settings.php:703
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr "Verplaats de vastgehechte filter-balk met"
3094
 
3095
+ #: app/model/settings.php:718
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr "Alleen brede schermen (&#8805; 1200px)"
3098
 
3099
+ #: app/model/settings.php:733
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr "Alleen tablets (< 980px)"
3102
 
3103
+ #: app/model/settings.php:748
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "Alleen telefoons (< 768px)"
3106
 
3152
  msgid "Message"
3153
  msgstr ""
3154
 
3155
+ #: app/model/settings.php:401
3156
  #: lib/html/element/setting/calendar-page-selector.php:50
3157
  msgid "Calendar page"
3158
  msgstr "Kalender-pagina"
3159
 
3160
+ #: app/model/settings.php:411
3161
  msgid "Week starts on"
3162
  msgstr "De week start op"
3163
 
3164
+ #: app/model/settings.php:424
3165
  msgid "Available views"
3166
  msgstr "Beschikbare weergaven"
3167
 
3168
+ #: app/model/settings.php:432
3169
  msgid "Agenda"
3170
  msgid_plural "Agenda"
3171
  msgstr[0] "Agenda"
3172
  msgstr[1] ""
3173
 
3174
+ #: app/model/settings.php:443
3175
  msgid "Day"
3176
  msgid_plural "Day"
3177
  msgstr[0] "Dag"
3178
  msgstr[1] ""
3179
 
3180
+ #: app/model/settings.php:454
3181
  msgid "Month"
3182
  msgid_plural "Month"
3183
  msgstr[0] "Maand"
3184
  msgstr[1] ""
3185
 
3186
+ #: app/model/settings.php:465
3187
  msgid "Week"
3188
  msgid_plural "Week"
3189
  msgstr[0] "Week"
3190
  msgstr[1] ""
3191
 
3192
+ #: app/model/settings.php:479 app/view/event/single.php:57
3193
+ #: app/view/event/single.php:58
3194
  msgid "Timezone"
3195
  msgstr "Tijdzone"
3196
 
3197
+ #: app/model/settings.php:492
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Vooraf geselecteerde kalender filters"
3200
 
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
+ #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
language/all-in-one-event-calendar-pl_PL.mo CHANGED
Binary file
language/all-in-one-event-calendar-pl_PL.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Ręczny Offset"
1975
  msgid "Choose your timezone"
1976
  msgstr "Wybierz swoją strefę czasową"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Wtyczka została zainstalowana, ale nie jest skonfigurowana. Zaloguj się jako Administrator, aby ją skonfigurować."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Wydarzenie <strong>%s</strong> zostało zduplikowane poprawnie <a hre
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Bez opłat"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Kup bilety"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Edytuj to wystąpienie (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Zobacz oryginał"
2102
 
@@ -2153,11 +2158,11 @@ msgstr "Niepoprawne ID źródła ICS"
2153
  msgid "Categories (optional)"
2154
  msgstr "Kategorie (opcjonalne)"
2155
 
2156
- #: app/view/event/content.php:33 app/view/event/single.php:119
2157
  msgid "When:"
2158
  msgstr "Kiedy:"
2159
 
2160
- #: app/view/event/content.php:34 app/view/event/single.php:120
2161
  msgid "Where:"
2162
  msgstr "Gdzie:"
2163
 
@@ -2223,19 +2228,15 @@ msgstr "M j, Y @ G:i"
2223
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2224
  msgstr "Szkic wydarzenia zostal zaktualizowany. <a target=\"_blank\" href=\"%s\">Podejrzyj wydarzenie</a>"
2225
 
2226
- #: app/view/event/single.php:78
2227
- msgid "Event was created in the %s time zone"
2228
- msgstr "Wydarzenie dodano w %s strefie czasowej"
2229
-
2230
- #: app/view/event/single.php:114
2231
  msgid "Add to Calendar"
2232
  msgstr "Dodaj do kalendarza"
2233
 
2234
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Koszty:"
2237
 
2238
- #: app/view/event/single.php:122
2239
  msgid "Contact:"
2240
  msgstr "Kontakt:"
2241
 
@@ -2334,7 +2335,7 @@ msgstr "Zasubskrybuj filtrowany kalendarz"
2334
  msgid "Subscribe"
2335
  msgstr "Zasubskrybuj"
2336
 
2337
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2338
  msgid "Get a Timely Calendar"
2339
  msgstr ""
2340
 
@@ -2382,7 +2383,7 @@ msgstr "Pobieraj wydarzenia tego kalendarza do innego tekstowego. "
2382
  msgid "Clear category filter"
2383
  msgstr "Wyczyść filtr kategorii."
2384
 
2385
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Kategorie"
@@ -2391,7 +2392,7 @@ msgstr "Kategorie"
2391
  msgid "Clear tag filter"
2392
  msgstr "Wyczyść filtr znaczników."
2393
 
2394
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Znaczniki"
@@ -2412,11 +2413,11 @@ msgstr "Obecnie brak nadchodzących wydarzeń do wyświetlenia."
2412
  msgid "Read more"
2413
  msgstr "Czytaj więcej"
2414
 
2415
- #: app/view/admin/tickets.php:104
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
- #: app/view/admin/tickets.php:106
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
@@ -2424,32 +2425,32 @@ msgstr ""
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
- #: app/view/admin/tickets.php:110
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
- #: app/view/admin/tickets.php:111
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
- #: app/view/admin/tickets.php:112
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
- #: app/view/admin/tickets.php:113
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Bilety"
2447
 
2448
- #: app/view/admin/tickets.php:117
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
@@ -2564,19 +2565,10 @@ msgstr "Przywróć domyślne"
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar: Szablony"
2566
 
2567
- #: app/view/admin/tickets.php:35
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
2571
- #: app/view/admin/tickets.php:36
2572
- msgid "Ticketing<sup>beta</sup>"
2573
- msgstr ""
2574
-
2575
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2576
- #: app/view/admin/tickets.php:97
2577
- msgid "Time.ly Ticketing<sup>beta</sup>"
2578
- msgstr ""
2579
-
2580
  #: app/view/admin/settings.php:98
2581
  msgctxt "meta box"
2582
  msgid "Timely"
@@ -2614,7 +2606,7 @@ msgstr "Serwisy zewnętrzne"
2614
  msgid "Cache Report"
2615
  msgstr "Raport katalogu tymczasowego (cache)"
2616
 
2617
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2618
  #: public/admin/box_ask_customer_review.php:113
2619
  #: public/admin/box_ask_customer_review.php:127
2620
  #: public/admin/box_ask_customer_review.php:141
@@ -2725,7 +2717,7 @@ msgid "All-in-One Event Calendar: Settings"
2725
  msgstr "All-in-One Event Calendar: Ustawienia"
2726
 
2727
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2728
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2729
  msgid "Settings"
2730
  msgstr "Ustawienia"
2731
 
@@ -2833,19 +2825,19 @@ msgstr "ostatni"
2833
  msgid "month(s)"
2834
  msgstr "miesiąc(e)"
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2838
  msgstr "<strong>Link CSS</strong> w <code>&lt;head&gt;</code> tej sekcji, jeśli bufor nie jest dostępny."
2839
 
2840
- #: app/model/settings.php:963
2841
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2842
  msgstr "Użyj tej opcji, jeśli plik bufora jest niedostępny a także gdy wolałbyś aby CSS był linkiem niż wewnątrz kodu strony."
2843
 
2844
- #: app/model/settings.php:975
2845
  msgid "Current <strong>robots.txt</strong> on this site"
2846
  msgstr "Obecność <strong>robots.txt</strong> na tej stronie"
2847
 
2848
- #: app/model/settings.php:979
2849
  msgid ""
2850
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2851
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2859,19 +2851,19 @@ msgstr ""
2859
  "→\t→\t→\t→\t→\t→\ti mających dostęp do widocznych dla wszystkich elementami strony.\n"
2860
  "→\t→\t→\t→\t→\t→\tMożna to zmienić przez edycję <code>robots.txt</code>w głównym katalogu WordPress."
2861
 
2862
- #: app/model/settings.php:996
2863
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2864
  msgstr "<strong>Publikuj, promój, i dziel się moimi wydarzeniami</strong> oznaczonymi jako publiczne w sieci Timely. (<a href=\"%s\" target=\"_blank\">Dowiedz się więcej... &#187;</a>)"
2865
 
2866
- #: app/model/settings.php:1019
2867
  msgid "Templates cache improves site performance"
2868
  msgstr "Katalog tymczasowy (cache) poprawia szybkość kalendarza"
2869
 
2870
- #: app/model/settings.php:1032
2871
  msgid "Display events in <strong>calendar time zone</strong>"
2872
  msgstr ""
2873
 
2874
- #: app/model/settings.php:1035
2875
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2876
  msgstr ""
2877
 
@@ -2879,11 +2871,11 @@ msgstr ""
2879
  msgid "Event Details"
2880
  msgstr "Szczegóły Wydarzenia"
2881
 
2882
- #: app/view/admin/add-new-event.php:500
2883
  msgid "Set banner image"
2884
  msgstr "Ustaw obrazek banera"
2885
 
2886
- #: app/view/admin/add-new-event.php:501
2887
  msgid "Remove banner image"
2888
  msgstr "Usuń obrazek banera"
2889
 
@@ -2923,63 +2915,63 @@ msgstr "Pokaż wszystkie"
2923
  msgid "Show All Authors"
2924
  msgstr ""
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Strict compatibility content filtering"
2928
  msgstr "Filtrowanie treści w w ścisłym trybie zgodności."
2929
 
2930
- #: app/model/settings.php:774
2931
  msgid " <strong>Hide featured image</strong> from event details page"
2932
  msgstr " <strong>Ukryj ikonę wpisu</strong> na stronie szczegółów wydarzenia"
2933
 
2934
- #: app/model/settings.php:777
2935
  msgid "Select this option if your theme already displays each post's featured image."
2936
  msgstr "Wybierz tę opcję jeśli skórka już wyświetla obrazki do postów."
2937
 
2938
- #: app/model/settings.php:788
2939
  msgid "Input dates in this format"
2940
  msgstr "Wprowadzaj daty w tym formacie"
2941
 
2942
- #: app/model/settings.php:793
2943
  msgid "Default (d/m/yyyy)"
2944
  msgstr "Domyślny (d/m/yyyy)"
2945
 
2946
- #: app/model/settings.php:797
2947
  msgid "US (m/d/yyyy)"
2948
  msgstr "US (m/d/rrrr)"
2949
 
2950
- #: app/model/settings.php:801
2951
  msgid "ISO 8601 (yyyy-m-d)"
2952
  msgstr "ISO 8601 (rrrr-m-d)"
2953
 
2954
- #: app/model/settings.php:805
2955
  msgid "Dotted (m.d.yyyy)"
2956
  msgstr "Kropkowana (m.d.yyyy)"
2957
 
2958
- #: app/model/settings.php:817
2959
  msgid " Use <strong>24h time</strong> in time pickers"
2960
  msgstr " Użyj <strong>formatu 24h</strong> w wybieraku czasu."
2961
 
2962
- #: app/model/settings.php:828
2963
  msgid "<strong>Disable address autocomplete</strong> function"
2964
  msgstr "<strong>Wyłącz funkcję autouzupełniania adresu</strong>"
2965
 
2966
- #: app/model/settings.php:839
2967
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2968
  msgstr "Użyj zdefiniowany <strong>region</strong> (WordPress locale) do ustawień funkcji autokompletowania adresu"
2969
 
2970
- #: app/model/settings.php:855
2971
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2972
  msgstr " Pokaż stary przycisk <strong>Wyślij swoje wydarzenia</strong> powyżej kalendarza dla uprzywilejowanych użytkowników."
2973
 
2974
- #: app/model/settings.php:858
2975
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2976
  msgstr "Instaluj <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a>dla <strong>frontend Post Your Event form</strong>."
2977
 
2978
- #: app/model/settings.php:879
2979
  msgid "Move calendar into this DOM element"
2980
  msgstr "Osadź kalendarz w tym elemencie DOM"
2981
 
2982
- #: app/model/settings.php:881
2983
  msgid ""
2984
  "Optional. Use this JavaScript-based shortcut to place the\n"
2985
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2999,55 +2991,55 @@ msgstr ""
2999
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
3000
  "→\t→\t→\t→\t→\t→\tby the calendar."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3004
  msgstr "<strong>Opuść <tt>in_the_loop()</tt> zaznaczanie </strong>, które chroni przeciwko wielu wyjściom kalendarza"
3005
 
3006
- #: app/model/settings.php:903
3007
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3008
  msgstr "Zaznacz tę opcję jeśli kalendarz nie pojawia się na stronie. Jest to konieczne dla niektórych skórek, które wywołują <tt>the_content()</tt> spoza pętli. Inaczej nie zaznaczaj."
3009
 
3010
- #: app/model/settings.php:915
3011
  msgid "Disable <strong>gzip</strong> compression."
3012
  msgstr "Wyłącz kompresję <strong>gzip</strong>"
3013
 
3014
- #: app/model/settings.php:930
3015
  msgid "Use frontend rendering."
3016
  msgstr "Użyj renderowania frontendowego"
3017
 
3018
- #: app/model/settings.php:933
3019
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3020
  msgstr "Renderuj widoki kalendarza po stronie klienta zamiast na serwerze; powinno poprawić wydajność"
3021
 
3022
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3023
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3024
  msgstr "Aby wyczyścić, przytrzymaj &#8984;/<abbr class=\"initialism\">CTRL</abbr> i kliknij swój wybór."
3025
 
3026
- #: app/model/settings.php:509
3027
  msgid "Default calendar start date (optional)"
3028
  msgstr "DOmyślna data początku kalendarza (opcjonalna)"
3029
 
3030
- #: app/model/settings.php:520
3031
  msgid "Agenda pages show at most"
3032
  msgstr "Widok agendy pokazuje co najwyżej"
3033
 
3034
- #: app/model/settings.php:533
3035
  msgid "Week/Day view starts at"
3036
  msgstr "Widok Tygodnia/Dnia rozpoczyna się o"
3037
 
3038
- #: app/model/settings.php:546
3039
  msgid "Week/Day view ends at"
3040
  msgstr "Widok Tygodnia/Dnia kończy się o"
3041
 
3042
- #: app/model/settings.php:574
3043
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3044
  msgstr "<strong>Kolor otoczenia tekstu wydarzenia</strong> w widoku Miesiąca"
3045
 
3046
- #: app/model/settings.php:577
3047
  msgid "Only applies to events that span a single day."
3048
  msgstr "Stosuje się jedynie do wydarzeń trwających jeden dzień."
3049
 
3050
- #: app/model/settings.php:589
3051
  msgid ""
3052
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3053
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3061,55 +3053,55 @@ msgstr ""
3061
  "→\t→\t→\t→\t→\t→\tWidok agendy</span>, <strong>zawiera wszystkie wydarzenia\n"
3062
  "→\t→\t→\t→\t→\t→\t ostatniego pokazanego wydzrzenia</strong>"
3063
 
3064
- #: app/model/settings.php:605
3065
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3066
  msgstr "Pokaż wszystkie wydarzenia <strong>w trybie rozszerzonym</strong> w widoku Agendy"
3067
 
3068
- #: app/model/settings.php:617
3069
  msgid "<strong>Show year</strong> in calendar date labels"
3070
  msgstr "<strong>Pokaż rok</strong> w opisie dat kalendarza"
3071
 
3072
- #: app/model/settings.php:629
3073
  msgid "<strong>Show location in event titles</strong> in calendar views"
3074
  msgstr "<strong>Pokażd miejsce w tytule wydarzenia</strong> w widoku kalendarza"
3075
 
3076
- #: app/model/settings.php:641
3077
  msgid "<strong>Exclude</strong> events from search results"
3078
  msgstr "<strong>Wyklucz</strong> wydarzenia z wyników wyszukiwania"
3079
 
3080
- #: app/model/settings.php:653
3081
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3082
  msgstr "Ukryj przyciski <strong>Subskrzbuj</strong>/<strong>Dodaj do Kalendarya</strong> w widoku kalendarza i jednego wydarzenia"
3083
 
3084
- #: app/model/settings.php:665
3085
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3086
  msgstr "Ukryj przycisk <strong>Get a Timely Calendar</strong>"
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid " Hide <strong>Google Maps</strong> until clicked"
3090
  msgstr "Pokaż <strong>Mapę Google</strong> po kliknięciu"
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3094
  msgstr " <strong>Przytwierdź menu filtra</strong> do górnej krawędzi okna, kiedy przewija się poza widoczny obszar"
3095
 
3096
- #: app/model/settings.php:692
3097
  msgid "Only applies to first visible calendar found on the page."
3098
  msgstr "Dotyczy pierwszego, widocznego kalendarza na stronie"
3099
 
3100
- #: app/model/settings.php:704
3101
  msgid "Offset affixed filter bar vertically by"
3102
  msgstr "Przesunięcie paska filtru w pionie o"
3103
 
3104
- #: app/model/settings.php:719
3105
  msgid "Wide screens only (&#8805; 1200px)"
3106
  msgstr "Tylko szerokie ekrany (&#8805; 1200px)"
3107
 
3108
- #: app/model/settings.php:734
3109
  msgid "Tablets only (< 980px)"
3110
  msgstr "Tylko tablety (< 980px)"
3111
 
3112
- #: app/model/settings.php:749
3113
  msgid "Phones only (< 768px)"
3114
  msgstr "Tylko smartfony (< 768px)"
3115
 
@@ -3161,52 +3153,53 @@ msgstr ""
3161
  msgid "Message"
3162
  msgstr ""
3163
 
3164
- #: app/model/settings.php:402
3165
  #: lib/html/element/setting/calendar-page-selector.php:50
3166
  msgid "Calendar page"
3167
  msgstr "Strona kalendarza"
3168
 
3169
- #: app/model/settings.php:412
3170
  msgid "Week starts on"
3171
  msgstr "Tydzień zaczyna się od"
3172
 
3173
- #: app/model/settings.php:425
3174
  msgid "Available views"
3175
  msgstr "Dostępne widoki"
3176
 
3177
- #: app/model/settings.php:433
3178
  msgid "Agenda"
3179
  msgid_plural "Agenda"
3180
  msgstr[0] "Agenda"
3181
  msgstr[1] "Agendy"
3182
  msgstr[2] "Agend"
3183
 
3184
- #: app/model/settings.php:444
3185
  msgid "Day"
3186
  msgid_plural "Day"
3187
  msgstr[0] "Dzień"
3188
  msgstr[1] "Dni"
3189
  msgstr[2] "Dni"
3190
 
3191
- #: app/model/settings.php:455
3192
  msgid "Month"
3193
  msgid_plural "Month"
3194
  msgstr[0] "Miesiąc"
3195
  msgstr[1] "Miesiące"
3196
  msgstr[2] "Miesięcy"
3197
 
3198
- #: app/model/settings.php:466
3199
  msgid "Week"
3200
  msgid_plural "Week"
3201
  msgstr[0] "Tydzień"
3202
  msgstr[1] "Tygodnie"
3203
  msgstr[2] "Tygodni"
3204
 
3205
- #: app/model/settings.php:480
 
3206
  msgid "Timezone"
3207
  msgstr "Strefa czasowa"
3208
 
3209
- #: app/model/settings.php:493
3210
  msgid "Preselected calendar filters"
3211
  msgstr "Uprzednio zdefiniowane filtry kalendarza"
3212
 
@@ -3242,11 +3235,11 @@ msgstr ""
3242
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3243
  msgstr ""
3244
 
3245
- #: app/model/api/api-registration.php:186
3246
  msgid "Payment preferences were not saved."
3247
  msgstr ""
3248
 
3249
- #: app/model/api/api-registration.php:177
3250
  msgid "Payment preferences were saved."
3251
  msgstr ""
3252
 
@@ -3330,11 +3323,11 @@ msgstr ""
3330
  msgid "Guest Name"
3331
  msgstr ""
3332
 
3333
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3334
  msgid "Status"
3335
  msgstr ""
3336
 
3337
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3338
  #: app/view/event/ticket.php:71
3339
  msgid "Email"
3340
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Wybierz swoją strefę czasową"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Wtyczka została zainstalowana, ale nie jest skonfigurowana. Zaloguj się jako Administrator, aby ją skonfigurować."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Bez opłat"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Kup bilety"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Edytuj to wystąpienie (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Zobacz oryginał"
2107
 
2158
  msgid "Categories (optional)"
2159
  msgstr "Kategorie (opcjonalne)"
2160
 
2161
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2162
  msgid "When:"
2163
  msgstr "Kiedy:"
2164
 
2165
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2166
  msgid "Where:"
2167
  msgstr "Gdzie:"
2168
 
2228
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2229
  msgstr "Szkic wydarzenia zostal zaktualizowany. <a target=\"_blank\" href=\"%s\">Podejrzyj wydarzenie</a>"
2230
 
2231
+ #: app/view/event/single.php:89
 
 
 
 
2232
  msgid "Add to Calendar"
2233
  msgstr "Dodaj do kalendarza"
2234
 
2235
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2236
  msgid "Cost:"
2237
  msgstr "Koszty:"
2238
 
2239
+ #: app/view/event/single.php:97
2240
  msgid "Contact:"
2241
  msgstr "Kontakt:"
2242
 
2335
  msgid "Subscribe"
2336
  msgstr "Zasubskrybuj"
2337
 
2338
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2339
  msgid "Get a Timely Calendar"
2340
  msgstr ""
2341
 
2383
  msgid "Clear category filter"
2384
  msgstr "Wyczyść filtr kategorii."
2385
 
2386
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2387
  #: lib/html/element/setting/tags-categories.php:47
2388
  msgid "Categories"
2389
  msgstr "Kategorie"
2392
  msgid "Clear tag filter"
2393
  msgstr "Wyczyść filtr znaczników."
2394
 
2395
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2396
  #: lib/html/element/setting/tags-categories.php:39
2397
  msgid "Tags"
2398
  msgstr "Znaczniki"
2413
  msgid "Read more"
2414
  msgstr "Czytaj więcej"
2415
 
2416
+ #: app/view/admin/tickets.php:111
2417
  msgid "Sales"
2418
  msgstr ""
2419
 
2420
+ #: app/view/admin/tickets.php:113
2421
  msgid "Cheque"
2422
  msgstr ""
2423
 
2425
  msgid "Paypal"
2426
  msgstr "Paypal"
2427
 
2428
+ #: app/view/admin/tickets.php:117
2429
  msgid "Save Changes"
2430
  msgstr ""
2431
 
2432
+ #: app/view/admin/tickets.php:118
2433
  msgid "Date"
2434
  msgstr ""
2435
 
2436
+ #: app/view/admin/tickets.php:119
2437
  msgid "Event"
2438
  msgstr ""
2439
 
2440
+ #: app/view/admin/tickets.php:120
2441
  msgid "Purchaser"
2442
  msgstr ""
2443
 
2444
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2445
  #: app/view/event/ticket.php:39
2446
  msgid "Tickets"
2447
  msgstr "Bilety"
2448
 
2449
+ #: app/view/admin/tickets.php:124
2450
  msgid "Total"
2451
  msgstr ""
2452
 
2453
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2454
  msgid "Sign Out"
2455
  msgstr ""
2456
 
2565
  msgid "All-in-One Event Calendar: Themes"
2566
  msgstr "All-in-One Event Calendar: Szablony"
2567
 
2568
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2569
  msgid "Ticketing"
2570
  msgstr ""
2571
 
 
 
 
 
 
 
 
 
 
2572
  #: app/view/admin/settings.php:98
2573
  msgctxt "meta box"
2574
  msgid "Timely"
2606
  msgid "Cache Report"
2607
  msgstr "Raport katalogu tymczasowego (cache)"
2608
 
2609
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2610
  #: public/admin/box_ask_customer_review.php:113
2611
  #: public/admin/box_ask_customer_review.php:127
2612
  #: public/admin/box_ask_customer_review.php:141
2717
  msgstr "All-in-One Event Calendar: Ustawienia"
2718
 
2719
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2720
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2721
  msgid "Settings"
2722
  msgstr "Ustawienia"
2723
 
2825
  msgid "month(s)"
2826
  msgstr "miesiąc(e)"
2827
 
2828
+ #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Link CSS</strong> w <code>&lt;head&gt;</code> tej sekcji, jeśli bufor nie jest dostępny."
2831
 
2832
+ #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr "Użyj tej opcji, jeśli plik bufora jest niedostępny a także gdy wolałbyś aby CSS był linkiem niż wewnątrz kodu strony."
2835
 
2836
+ #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Obecność <strong>robots.txt</strong> na tej stronie"
2839
 
2840
+ #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2851
  "→\t→\t→\t→\t→\t→\ti mających dostęp do widocznych dla wszystkich elementami strony.\n"
2852
  "→\t→\t→\t→\t→\t→\tMożna to zmienić przez edycję <code>robots.txt</code>w głównym katalogu WordPress."
2853
 
2854
+ #: app/model/settings.php:995
2855
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
  msgstr "<strong>Publikuj, promój, i dziel się moimi wydarzeniami</strong> oznaczonymi jako publiczne w sieci Timely. (<a href=\"%s\" target=\"_blank\">Dowiedz się więcej... &#187;</a>)"
2857
 
2858
+ #: app/model/settings.php:1018
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Katalog tymczasowy (cache) poprawia szybkość kalendarza"
2861
 
2862
+ #: app/model/settings.php:1031
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
+ #: app/model/settings.php:1034
2867
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2868
  msgstr ""
2869
 
2871
  msgid "Event Details"
2872
  msgstr "Szczegóły Wydarzenia"
2873
 
2874
+ #: app/view/admin/add-new-event.php:505
2875
  msgid "Set banner image"
2876
  msgstr "Ustaw obrazek banera"
2877
 
2878
+ #: app/view/admin/add-new-event.php:506
2879
  msgid "Remove banner image"
2880
  msgstr "Usuń obrazek banera"
2881
 
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
+ #: app/model/settings.php:761
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Filtrowanie treści w w ścisłym trybie zgodności."
2921
 
2922
+ #: app/model/settings.php:773
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Ukryj ikonę wpisu</strong> na stronie szczegółów wydarzenia"
2925
 
2926
+ #: app/model/settings.php:776
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Wybierz tę opcję jeśli skórka już wyświetla obrazki do postów."
2929
 
2930
+ #: app/model/settings.php:787
2931
  msgid "Input dates in this format"
2932
  msgstr "Wprowadzaj daty w tym formacie"
2933
 
2934
+ #: app/model/settings.php:792
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Domyślny (d/m/yyyy)"
2937
 
2938
+ #: app/model/settings.php:796
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "US (m/d/rrrr)"
2941
 
2942
+ #: app/model/settings.php:800
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (rrrr-m-d)"
2945
 
2946
+ #: app/model/settings.php:804
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Kropkowana (m.d.yyyy)"
2949
 
2950
+ #: app/model/settings.php:816
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr " Użyj <strong>formatu 24h</strong> w wybieraku czasu."
2953
 
2954
+ #: app/model/settings.php:827
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Wyłącz funkcję autouzupełniania adresu</strong>"
2957
 
2958
+ #: app/model/settings.php:838
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Użyj zdefiniowany <strong>region</strong> (WordPress locale) do ustawień funkcji autokompletowania adresu"
2961
 
2962
+ #: app/model/settings.php:854
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr " Pokaż stary przycisk <strong>Wyślij swoje wydarzenia</strong> powyżej kalendarza dla uprzywilejowanych użytkowników."
2965
 
2966
+ #: app/model/settings.php:857
2967
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
  msgstr "Instaluj <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a>dla <strong>frontend Post Your Event form</strong>."
2969
 
2970
+ #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Osadź kalendarz w tym elemencie DOM"
2973
 
2974
+ #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2991
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2992
  "→\t→\t→\t→\t→\t→\tby the calendar."
2993
 
2994
+ #: app/model/settings.php:899
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Opuść <tt>in_the_loop()</tt> zaznaczanie </strong>, które chroni przeciwko wielu wyjściom kalendarza"
2997
 
2998
+ #: app/model/settings.php:902
2999
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
  msgstr "Zaznacz tę opcję jeśli kalendarz nie pojawia się na stronie. Jest to konieczne dla niektórych skórek, które wywołują <tt>the_content()</tt> spoza pętli. Inaczej nie zaznaczaj."
3001
 
3002
+ #: app/model/settings.php:914
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Wyłącz kompresję <strong>gzip</strong>"
3005
 
3006
+ #: app/model/settings.php:929
3007
  msgid "Use frontend rendering."
3008
  msgstr "Użyj renderowania frontendowego"
3009
 
3010
+ #: app/model/settings.php:932
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Renderuj widoki kalendarza po stronie klienta zamiast na serwerze; powinno poprawić wydajność"
3013
 
3014
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3015
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3016
  msgstr "Aby wyczyścić, przytrzymaj &#8984;/<abbr class=\"initialism\">CTRL</abbr> i kliknij swój wybór."
3017
 
3018
+ #: app/model/settings.php:508
3019
  msgid "Default calendar start date (optional)"
3020
  msgstr "DOmyślna data początku kalendarza (opcjonalna)"
3021
 
3022
+ #: app/model/settings.php:519
3023
  msgid "Agenda pages show at most"
3024
  msgstr "Widok agendy pokazuje co najwyżej"
3025
 
3026
+ #: app/model/settings.php:532
3027
  msgid "Week/Day view starts at"
3028
  msgstr "Widok Tygodnia/Dnia rozpoczyna się o"
3029
 
3030
+ #: app/model/settings.php:545
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Widok Tygodnia/Dnia kończy się o"
3033
 
3034
+ #: app/model/settings.php:573
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Kolor otoczenia tekstu wydarzenia</strong> w widoku Miesiąca"
3037
 
3038
+ #: app/model/settings.php:576
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Stosuje się jedynie do wydarzeń trwających jeden dzień."
3041
 
3042
+ #: app/model/settings.php:588
3043
  msgid ""
3044
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3045
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3053
  "→\t→\t→\t→\t→\t→\tWidok agendy</span>, <strong>zawiera wszystkie wydarzenia\n"
3054
  "→\t→\t→\t→\t→\t→\t ostatniego pokazanego wydzrzenia</strong>"
3055
 
3056
+ #: app/model/settings.php:604
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Pokaż wszystkie wydarzenia <strong>w trybie rozszerzonym</strong> w widoku Agendy"
3059
 
3060
+ #: app/model/settings.php:616
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Pokaż rok</strong> w opisie dat kalendarza"
3063
 
3064
+ #: app/model/settings.php:628
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Pokażd miejsce w tytule wydarzenia</strong> w widoku kalendarza"
3067
 
3068
+ #: app/model/settings.php:640
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Wyklucz</strong> wydarzenia z wyników wyszukiwania"
3071
 
3072
+ #: app/model/settings.php:652
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "Ukryj przyciski <strong>Subskrzbuj</strong>/<strong>Dodaj do Kalendarya</strong> w widoku kalendarza i jednego wydarzenia"
3075
 
3076
+ #: app/model/settings.php:664
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr "Ukryj przycisk <strong>Get a Timely Calendar</strong>"
3079
 
3080
+ #: app/model/settings.php:676
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "Pokaż <strong>Mapę Google</strong> po kliknięciu"
3083
 
3084
+ #: app/model/settings.php:688
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr " <strong>Przytwierdź menu filtra</strong> do górnej krawędzi okna, kiedy przewija się poza widoczny obszar"
3087
 
3088
+ #: app/model/settings.php:691
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "Dotyczy pierwszego, widocznego kalendarza na stronie"
3091
 
3092
+ #: app/model/settings.php:703
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Przesunięcie paska filtru w pionie o"
3095
 
3096
+ #: app/model/settings.php:718
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Tylko szerokie ekrany (&#8805; 1200px)"
3099
 
3100
+ #: app/model/settings.php:733
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Tylko tablety (< 980px)"
3103
 
3104
+ #: app/model/settings.php:748
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Tylko smartfony (< 768px)"
3107
 
3153
  msgid "Message"
3154
  msgstr ""
3155
 
3156
+ #: app/model/settings.php:401
3157
  #: lib/html/element/setting/calendar-page-selector.php:50
3158
  msgid "Calendar page"
3159
  msgstr "Strona kalendarza"
3160
 
3161
+ #: app/model/settings.php:411
3162
  msgid "Week starts on"
3163
  msgstr "Tydzień zaczyna się od"
3164
 
3165
+ #: app/model/settings.php:424
3166
  msgid "Available views"
3167
  msgstr "Dostępne widoki"
3168
 
3169
+ #: app/model/settings.php:432
3170
  msgid "Agenda"
3171
  msgid_plural "Agenda"
3172
  msgstr[0] "Agenda"
3173
  msgstr[1] "Agendy"
3174
  msgstr[2] "Agend"
3175
 
3176
+ #: app/model/settings.php:443
3177
  msgid "Day"
3178
  msgid_plural "Day"
3179
  msgstr[0] "Dzień"
3180
  msgstr[1] "Dni"
3181
  msgstr[2] "Dni"
3182
 
3183
+ #: app/model/settings.php:454
3184
  msgid "Month"
3185
  msgid_plural "Month"
3186
  msgstr[0] "Miesiąc"
3187
  msgstr[1] "Miesiące"
3188
  msgstr[2] "Miesięcy"
3189
 
3190
+ #: app/model/settings.php:465
3191
  msgid "Week"
3192
  msgid_plural "Week"
3193
  msgstr[0] "Tydzień"
3194
  msgstr[1] "Tygodnie"
3195
  msgstr[2] "Tygodni"
3196
 
3197
+ #: app/model/settings.php:479 app/view/event/single.php:57
3198
+ #: app/view/event/single.php:58
3199
  msgid "Timezone"
3200
  msgstr "Strefa czasowa"
3201
 
3202
+ #: app/model/settings.php:492
3203
  msgid "Preselected calendar filters"
3204
  msgstr "Uprzednio zdefiniowane filtry kalendarza"
3205
 
3235
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3236
  msgstr ""
3237
 
3238
+ #: app/model/api/api-registration.php:191
3239
  msgid "Payment preferences were not saved."
3240
  msgstr ""
3241
 
3242
+ #: app/model/api/api-registration.php:182
3243
  msgid "Payment preferences were saved."
3244
  msgstr ""
3245
 
3323
  msgid "Guest Name"
3324
  msgstr ""
3325
 
3326
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3327
  msgid "Status"
3328
  msgstr ""
3329
 
3330
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3331
  #: app/view/event/ticket.php:71
3332
  msgid "Email"
3333
  msgstr "Email"
language/all-in-one-event-calendar-pt_BR.mo CHANGED
Binary file
language/all-in-one-event-calendar-pt_BR.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Deslocamento Manual"
1975
  msgid "Choose your timezone"
1976
  msgstr "Escolha seu fuso horário"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "O plug-in está instalado, mas não está configurado.Por favor conecte-se como Administrador para configurá-lo"
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "O add-on <strong>%s</strong> deve ser atualizado para a versão %s no mínimo para manter compatibilidade com o calendário."
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "Se você não vê notificações de atualização abaixo, verifique se você <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">inseriu suas chaves de licença</a> corretamente. Como alternativa, navegue até a <a href=\"https://time.ly/your-account/\">sua conta</a> para fazer o download da versão atual do(s) add-on(s) e <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">atualize manualmente</a>. Por favor, <a href=\"https://time.ly/forums/\">faça um post no fórum</a> se você tiver problemas. Ficaremos felizes em ajudar."
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>O evento <strong>%s</strong> foi clonado com sucesso. <a href=\"%s\">
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "Você ativou a Renderização no Frontend e está usando um tema personalizado no calendário. Se o seu tema não suportar a Renderização no Frontend, seu calendário pode não funcionar corretamente."
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Grátis"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Comprar Ingressos"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Altere esta ocorrência (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Este post foi replicado de um <a href=\"%s\" title=\"feed iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> feed de calendário</a> de outro site."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Ver Original"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "ID de feed ICS inválido"
2152
  msgid "Categories (optional)"
2153
  msgstr "Categorias (opcional)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Quando:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Onde:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "j de M de Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Rascunho do evento atualizado. <a target=\"_blank\" href=\"%s\">Visualização do evento</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr "O Evento foi criado no fuso horário %s"
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Adicionar ao calendário"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Custo"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Contato:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Inscreva-se no calendário escolhido"
2333
  msgid "Subscribe"
2334
  msgstr "Assinar"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Obter um Calendário Timely"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Assinar este calendário em outro calendário de texto simples"
2381
  msgid "Clear category filter"
2382
  msgstr "remova categoria no filtro "
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Categorias"
@@ -2390,7 +2391,7 @@ msgstr "Categorias"
2390
  msgid "Clear tag filter"
2391
  msgstr "Limpar filtro de tag"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "tags"
@@ -2411,11 +2412,11 @@ msgstr "Não há eventos para mostrar neste momento."
2411
  msgid "Read more"
2412
  msgstr "Leia mais"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Ingressos"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Restabelece padrões"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One calendário de eventos: Temas"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Serviços externos"
2613
  msgid "Cache Report"
2614
  msgstr "Relatório de armazenamento"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar: configurações"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Configurações"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "último"
2832
  msgid "month(s)"
2833
  msgstr "mês(meses)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Link CSS</strong> na seção do <code>&lt;cabeçalho&gt;</code> quando o cache de arquivos não está disponível."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Use esta opção se cache de arquivos não está disponível e você prefere servir CSS como um link, em vez de tê-lo inline."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Corrente <strong>robots.txt</strong> neste site"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2845,19 @@ msgid ""
2853
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
  msgstr "O Padrão de Exclusão de Robôs, também conhecido como Protocolo de Exclusão de Robôs ou protocolo <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>, é a convenção para cooperar com indexadores web e outros robôs sobre o acesso total ou parcial de um website que caso contrário será visível publicamente. Você pode alterá-lo manualmente editando o <code>robots.txt</code> no diretório raiz do seu Wordpress."
2855
 
2856
- #: app/model/settings.php:996
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr "<strong>Divulgue, promova e compartilhe meus eventos</strong> marcado como público na rede Timely. (<a href=\"%s\" target=\"_blank\">Saiba mais &#187;</a>)"
2859
 
2860
- #: app/model/settings.php:1019
2861
  msgid "Templates cache improves site performance"
2862
  msgstr "Armazenamento de modelos melhora o desempenho do site"
2863
 
2864
- #: app/model/settings.php:1032
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr ""
2867
 
2868
- #: app/model/settings.php:1035
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr ""
2871
 
@@ -2873,11 +2865,11 @@ msgstr ""
2873
  msgid "Event Details"
2874
  msgstr "Detalhes do evento"
2875
 
2876
- #: app/view/admin/add-new-event.php:500
2877
  msgid "Set banner image"
2878
  msgstr "Definir imagem de banner"
2879
 
2880
- #: app/view/admin/add-new-event.php:501
2881
  msgid "Remove banner image"
2882
  msgstr "Remover imagem de banner"
2883
 
@@ -2917,63 +2909,63 @@ msgstr "Mostrar todos"
2917
  msgid "Show All Authors"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Strict compatibility content filtering"
2922
  msgstr "Filtragem de conteúdo de compatibilidade estrita"
2923
 
2924
- #: app/model/settings.php:774
2925
  msgid " <strong>Hide featured image</strong> from event details page"
2926
  msgstr "<strong>Esconder imagem destacada</strong> na página de detalhes do evento"
2927
 
2928
- #: app/model/settings.php:777
2929
  msgid "Select this option if your theme already displays each post's featured image."
2930
  msgstr "Marque esta opção se o seu tema já exibe a imagem destacada de cada post."
2931
 
2932
- #: app/model/settings.php:788
2933
  msgid "Input dates in this format"
2934
  msgstr "Entrar datas neste formato"
2935
 
2936
- #: app/model/settings.php:793
2937
  msgid "Default (d/m/yyyy)"
2938
  msgstr "Padrão(d/m/aaaa)"
2939
 
2940
- #: app/model/settings.php:797
2941
  msgid "US (m/d/yyyy)"
2942
  msgstr "EUA(m/d/aaaa)"
2943
 
2944
- #: app/model/settings.php:801
2945
  msgid "ISO 8601 (yyyy-m-d)"
2946
  msgstr "ISO 8601(aaaa-m-d)"
2947
 
2948
- #: app/model/settings.php:805
2949
  msgid "Dotted (m.d.yyyy)"
2950
  msgstr "Pontilhado(m.d.aaaa)"
2951
 
2952
- #: app/model/settings.php:817
2953
  msgid " Use <strong>24h time</strong> in time pickers"
2954
  msgstr "Use <strong>formato 24h</strong> no selecionador de horas"
2955
 
2956
- #: app/model/settings.php:828
2957
  msgid "<strong>Disable address autocomplete</strong> function"
2958
  msgstr "Função<strong>preenchimento automático de endereços desabilitada</strong>"
2959
 
2960
- #: app/model/settings.php:839
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr "Use a <strong>região </strong> (WordPress locale) configurada, para possibilitar a função de preenchimento automático de endereço"
2963
 
2964
- #: app/model/settings.php:855
2965
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
  msgstr "Mostra antigo botão<strong>Publique seu evento</strong>, acima do calendário, para usuários privilegiados"
2967
 
2968
- #: app/model/settings.php:858
2969
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
  msgstr "Instale a extensão <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend</a> para ter o formulário <strong>Post Your Event</strong> no frontend."
2971
 
2972
- #: app/model/settings.php:879
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr "Move calendário para dentro deste elemento DOM"
2975
 
2976
- #: app/model/settings.php:881
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,55 +2977,55 @@ msgid ""
2985
  "\t\t\t\t\t\tby the calendar."
2986
  msgstr "Opcional. Use este atalho baseado em Javascript para adicionar o calendário em um elemento DOM diferente do container de conteúdo comum da página se você não puder criar um template apropriado para a página do calendário. Para usar, insira um <a target=\"_blank\" href=\"http://api.jquery.com/category/selectors/\">seletor jQuery</a> que filtre apenas um elemento DOM. Todo o conteúdo encontrado no destino será substituído pelo calendário."
2987
 
2988
- #: app/model/settings.php:900
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr "<strong>Pular a verificação <tt>in_the_loop()</tt></strong>, que protege contra múltiplas saídas do calendário"
2991
 
2992
- #: app/model/settings.php:903
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr "Tente habilitar esta opção se o seu calendário não aparecer na página de calendário. Isto é necessário para compatibilidade com uma quantidade de temas que usam <tt>the_content()</tt> fora do Loop. Deixe desmarcado caso contrário."
2995
 
2996
- #: app/model/settings.php:915
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr "Compressão<strong>gzip</strong>desabilitada."
2999
 
3000
- #: app/model/settings.php:930
3001
  msgid "Use frontend rendering."
3002
  msgstr "Usar renderização de frontend"
3003
 
3004
- #: app/model/settings.php:933
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr "Renderizar a visualização do calendário no cliente em vez do servidor; pode melhorar a performance."
3007
 
3008
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3009
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3010
  msgstr "Para limpar, aperte&#8984;/<abbr class=\"initialism\">CTRL</abbr> e clique seleção"
3011
 
3012
- #: app/model/settings.php:509
3013
  msgid "Default calendar start date (optional)"
3014
  msgstr "Data inicial padrão do calendário (opcional)"
3015
 
3016
- #: app/model/settings.php:520
3017
  msgid "Agenda pages show at most"
3018
  msgstr "Páginas Agenda mostrar no máximo"
3019
 
3020
- #: app/model/settings.php:533
3021
  msgid "Week/Day view starts at"
3022
  msgstr "Visualização de Semana/Dia começa em"
3023
 
3024
- #: app/model/settings.php:546
3025
  msgid "Week/Day view ends at"
3026
  msgstr "Visuaização de Semana/Dia termina em"
3027
 
3028
- #: app/model/settings.php:574
3029
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3030
  msgstr "<strong>Quebrar linha nas chamadas de eventos</strong> na visualização de Mês"
3031
 
3032
- #: app/model/settings.php:577
3033
  msgid "Only applies to events that span a single day."
3034
  msgstr "Somente aplicável a eventos que duram um único dia."
3035
 
3036
- #: app/model/settings.php:589
3037
  msgid ""
3038
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3039
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3042,55 +3034,55 @@ msgid ""
3042
  "\t\t\t\t\t\tfrom last day shown</strong>"
3043
  msgstr "Em <span class=\"ai1ec-tooltip-toggle\" data-original-title=\"Estes incluem a visualização de Agenda, o widget de Próximos Eventos, e algumas visualizações extendidas.\"> visualizações de Agenda</span>, <strong>incluir todos os eventos do último dia exibido</strong>"
3044
 
3045
- #: app/model/settings.php:605
3046
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3047
  msgstr "Manter todos os eventos<strong>expandidos</strong>na visualização da Agenda"
3048
 
3049
- #: app/model/settings.php:617
3050
  msgid "<strong>Show year</strong> in calendar date labels"
3051
  msgstr "<strong>Mostre ano </strong>na legenda de data do Calendário"
3052
 
3053
- #: app/model/settings.php:629
3054
  msgid "<strong>Show location in event titles</strong> in calendar views"
3055
  msgstr "<strong>Mostrar local no título dos eventos</strong> na visualização de calendário"
3056
 
3057
- #: app/model/settings.php:641
3058
  msgid "<strong>Exclude</strong> events from search results"
3059
  msgstr "<strong>Excluir</strong> eventos dos resultados de busca"
3060
 
3061
- #: app/model/settings.php:653
3062
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3063
  msgstr "Esconder os botões <strong>Inscrever</strong>/<strong>Adicionar ao Calendário</strong> na visualização de calendário e de eventos."
3064
 
3065
- #: app/model/settings.php:665
3066
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3067
  msgstr "Esconder o botão <strong>Obter um Calendário Timely</strong>"
3068
 
3069
- #: app/model/settings.php:677
3070
  msgid " Hide <strong>Google Maps</strong> until clicked"
3071
  msgstr "Esconde <strong>Google Mapas</strong> até que seja clicado."
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3075
  msgstr "<strong>Fixar o menu de filtro</strong> no topo da janela quando ele rolar para fora."
3076
 
3077
- #: app/model/settings.php:692
3078
  msgid "Only applies to first visible calendar found on the page."
3079
  msgstr "Somente se aplica ao primeiro calendário visível encontrado na página."
3080
 
3081
- #: app/model/settings.php:704
3082
  msgid "Offset affixed filter bar vertically by"
3083
  msgstr "Deslocar a barra de filtro fixa verticalmente por"
3084
 
3085
- #: app/model/settings.php:719
3086
  msgid "Wide screens only (&#8805; 1200px)"
3087
  msgstr "Apenas wide screens (&#8805; 1200px)"
3088
 
3089
- #: app/model/settings.php:734
3090
  msgid "Tablets only (< 980px)"
3091
  msgstr "Somente Tablets (<980px)"
3092
 
3093
- #: app/model/settings.php:749
3094
  msgid "Phones only (< 768px)"
3095
  msgstr "Somente telefones (< 768px)"
3096
 
@@ -3142,48 +3134,49 @@ msgstr ""
3142
  msgid "Message"
3143
  msgstr ""
3144
 
3145
- #: app/model/settings.php:402
3146
  #: lib/html/element/setting/calendar-page-selector.php:50
3147
  msgid "Calendar page"
3148
  msgstr "Página de Calendário"
3149
 
3150
- #: app/model/settings.php:412
3151
  msgid "Week starts on"
3152
  msgstr "Semana começa em"
3153
 
3154
- #: app/model/settings.php:425
3155
  msgid "Available views"
3156
  msgstr "Modos de exibição disponíveis"
3157
 
3158
- #: app/model/settings.php:433
3159
  msgid "Agenda"
3160
  msgid_plural "Agenda"
3161
  msgstr[0] "Agenda"
3162
  msgstr[1] "Agendas"
3163
 
3164
- #: app/model/settings.php:444
3165
  msgid "Day"
3166
  msgid_plural "Day"
3167
  msgstr[0] "Dia"
3168
  msgstr[1] "Dias"
3169
 
3170
- #: app/model/settings.php:455
3171
  msgid "Month"
3172
  msgid_plural "Month"
3173
  msgstr[0] "Mês"
3174
  msgstr[1] "Meses"
3175
 
3176
- #: app/model/settings.php:466
3177
  msgid "Week"
3178
  msgid_plural "Week"
3179
  msgstr[0] "Semana"
3180
  msgstr[1] "Semanas"
3181
 
3182
- #: app/model/settings.php:480
 
3183
  msgid "Timezone"
3184
  msgstr "Fuso horário"
3185
 
3186
- #: app/model/settings.php:493
3187
  msgid "Preselected calendar filters"
3188
  msgstr "Filtros de calendário pré-selecionados"
3189
 
@@ -3219,11 +3212,11 @@ msgstr ""
3219
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3220
  msgstr ""
3221
 
3222
- #: app/model/api/api-registration.php:186
3223
  msgid "Payment preferences were not saved."
3224
  msgstr ""
3225
 
3226
- #: app/model/api/api-registration.php:177
3227
  msgid "Payment preferences were saved."
3228
  msgstr ""
3229
 
@@ -3307,11 +3300,11 @@ msgstr ""
3307
  msgid "Guest Name"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3311
  msgid "Status"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3315
  #: app/view/event/ticket.php:71
3316
  msgid "Email"
3317
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Escolha seu fuso horário"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "O plug-in está instalado, mas não está configurado.Por favor conecte-se como Administrador para configurá-lo"
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "O add-on <strong>%s</strong> deve ser atualizado para a versão %s no mínimo para manter compatibilidade com o calendário."
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "Se você não vê notificações de atualização abaixo, verifique se você <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">inseriu suas chaves de licença</a> corretamente. Como alternativa, navegue até a <a href=\"https://time.ly/your-account/\">sua conta</a> para fazer o download da versão atual do(s) add-on(s) e <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">atualize manualmente</a>. Por favor, <a href=\"https://time.ly/forums/\">faça um post no fórum</a> se você tiver problemas. Ficaremos felizes em ajudar."
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "Você ativou a Renderização no Frontend e está usando um tema personalizado no calendário. Se o seu tema não suportar a Renderização no Frontend, seu calendário pode não funcionar corretamente."
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Grátis"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Comprar Ingressos"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Altere esta ocorrência (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Este post foi replicado de um <a href=\"%s\" title=\"feed iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> feed de calendário</a> de outro site."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Ver Original"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Categorias (opcional)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Quando:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Onde:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Rascunho do evento atualizado. <a target=\"_blank\" href=\"%s\">Visualização do evento</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Adicionar ao calendário"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Custo"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Contato:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Assinar"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Obter um Calendário Timely"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "remova categoria no filtro "
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Categorias"
2391
  msgid "Clear tag filter"
2392
  msgstr "Limpar filtro de tag"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "tags"
2412
  msgid "Read more"
2413
  msgstr "Leia mais"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Ingressos"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One calendário de eventos: Temas"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Relatório de armazenamento"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar: configurações"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Configurações"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "mês(meses)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> na seção do <code>&lt;cabeçalho&gt;</code> quando o cache de arquivos não está disponível."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Use esta opção se cache de arquivos não está disponível e você prefere servir CSS como um link, em vez de tê-lo inline."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Corrente <strong>robots.txt</strong> neste site"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr "O Padrão de Exclusão de Robôs, também conhecido como Protocolo de Exclusão de Robôs ou protocolo <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>, é a convenção para cooperar com indexadores web e outros robôs sobre o acesso total ou parcial de um website que caso contrário será visível publicamente. Você pode alterá-lo manualmente editando o <code>robots.txt</code> no diretório raiz do seu Wordpress."
2847
 
2848
+ #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Divulgue, promova e compartilhe meus eventos</strong> marcado como público na rede Timely. (<a href=\"%s\" target=\"_blank\">Saiba mais &#187;</a>)"
2851
 
2852
+ #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Armazenamento de modelos melhora o desempenho do site"
2855
 
2856
+ #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2865
  msgid "Event Details"
2866
  msgstr "Detalhes do evento"
2867
 
2868
+ #: app/view/admin/add-new-event.php:505
2869
  msgid "Set banner image"
2870
  msgstr "Definir imagem de banner"
2871
 
2872
+ #: app/view/admin/add-new-event.php:506
2873
  msgid "Remove banner image"
2874
  msgstr "Remover imagem de banner"
2875
 
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
+ #: app/model/settings.php:761
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr "Filtragem de conteúdo de compatibilidade estrita"
2915
 
2916
+ #: app/model/settings.php:773
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr "<strong>Esconder imagem destacada</strong> na página de detalhes do evento"
2919
 
2920
+ #: app/model/settings.php:776
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr "Marque esta opção se o seu tema já exibe a imagem destacada de cada post."
2923
 
2924
+ #: app/model/settings.php:787
2925
  msgid "Input dates in this format"
2926
  msgstr "Entrar datas neste formato"
2927
 
2928
+ #: app/model/settings.php:792
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr "Padrão(d/m/aaaa)"
2931
 
2932
+ #: app/model/settings.php:796
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr "EUA(m/d/aaaa)"
2935
 
2936
+ #: app/model/settings.php:800
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr "ISO 8601(aaaa-m-d)"
2939
 
2940
+ #: app/model/settings.php:804
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr "Pontilhado(m.d.aaaa)"
2943
 
2944
+ #: app/model/settings.php:816
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr "Use <strong>formato 24h</strong> no selecionador de horas"
2947
 
2948
+ #: app/model/settings.php:827
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr "Função<strong>preenchimento automático de endereços desabilitada</strong>"
2951
 
2952
+ #: app/model/settings.php:838
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr "Use a <strong>região </strong> (WordPress locale) configurada, para possibilitar a função de preenchimento automático de endereço"
2955
 
2956
+ #: app/model/settings.php:854
2957
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
  msgstr "Mostra antigo botão<strong>Publique seu evento</strong>, acima do calendário, para usuários privilegiados"
2959
 
2960
+ #: app/model/settings.php:857
2961
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
  msgstr "Instale a extensão <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend</a> para ter o formulário <strong>Post Your Event</strong> no frontend."
2963
 
2964
+ #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr "Move calendário para dentro deste elemento DOM"
2967
 
2968
+ #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr "Opcional. Use este atalho baseado em Javascript para adicionar o calendário em um elemento DOM diferente do container de conteúdo comum da página se você não puder criar um template apropriado para a página do calendário. Para usar, insira um <a target=\"_blank\" href=\"http://api.jquery.com/category/selectors/\">seletor jQuery</a> que filtre apenas um elemento DOM. Todo o conteúdo encontrado no destino será substituído pelo calendário."
2979
 
2980
+ #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr "<strong>Pular a verificação <tt>in_the_loop()</tt></strong>, que protege contra múltiplas saídas do calendário"
2983
 
2984
+ #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr "Tente habilitar esta opção se o seu calendário não aparecer na página de calendário. Isto é necessário para compatibilidade com uma quantidade de temas que usam <tt>the_content()</tt> fora do Loop. Deixe desmarcado caso contrário."
2987
 
2988
+ #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr "Compressão<strong>gzip</strong>desabilitada."
2991
 
2992
+ #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr "Usar renderização de frontend"
2995
 
2996
+ #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr "Renderizar a visualização do calendário no cliente em vez do servidor; pode melhorar a performance."
2999
 
3000
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3001
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3002
  msgstr "Para limpar, aperte&#8984;/<abbr class=\"initialism\">CTRL</abbr> e clique seleção"
3003
 
3004
+ #: app/model/settings.php:508
3005
  msgid "Default calendar start date (optional)"
3006
  msgstr "Data inicial padrão do calendário (opcional)"
3007
 
3008
+ #: app/model/settings.php:519
3009
  msgid "Agenda pages show at most"
3010
  msgstr "Páginas Agenda mostrar no máximo"
3011
 
3012
+ #: app/model/settings.php:532
3013
  msgid "Week/Day view starts at"
3014
  msgstr "Visualização de Semana/Dia começa em"
3015
 
3016
+ #: app/model/settings.php:545
3017
  msgid "Week/Day view ends at"
3018
  msgstr "Visuaização de Semana/Dia termina em"
3019
 
3020
+ #: app/model/settings.php:573
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr "<strong>Quebrar linha nas chamadas de eventos</strong> na visualização de Mês"
3023
 
3024
+ #: app/model/settings.php:576
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr "Somente aplicável a eventos que duram um único dia."
3027
 
3028
+ #: app/model/settings.php:588
3029
  msgid ""
3030
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3031
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr "Em <span class=\"ai1ec-tooltip-toggle\" data-original-title=\"Estes incluem a visualização de Agenda, o widget de Próximos Eventos, e algumas visualizações extendidas.\"> visualizações de Agenda</span>, <strong>incluir todos os eventos do último dia exibido</strong>"
3036
 
3037
+ #: app/model/settings.php:604
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr "Manter todos os eventos<strong>expandidos</strong>na visualização da Agenda"
3040
 
3041
+ #: app/model/settings.php:616
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr "<strong>Mostre ano </strong>na legenda de data do Calendário"
3044
 
3045
+ #: app/model/settings.php:628
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr "<strong>Mostrar local no título dos eventos</strong> na visualização de calendário"
3048
 
3049
+ #: app/model/settings.php:640
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr "<strong>Excluir</strong> eventos dos resultados de busca"
3052
 
3053
+ #: app/model/settings.php:652
3054
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3055
  msgstr "Esconder os botões <strong>Inscrever</strong>/<strong>Adicionar ao Calendário</strong> na visualização de calendário e de eventos."
3056
 
3057
+ #: app/model/settings.php:664
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr "Esconder o botão <strong>Obter um Calendário Timely</strong>"
3060
 
3061
+ #: app/model/settings.php:676
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr "Esconde <strong>Google Mapas</strong> até que seja clicado."
3064
 
3065
+ #: app/model/settings.php:688
3066
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3067
  msgstr "<strong>Fixar o menu de filtro</strong> no topo da janela quando ele rolar para fora."
3068
 
3069
+ #: app/model/settings.php:691
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr "Somente se aplica ao primeiro calendário visível encontrado na página."
3072
 
3073
+ #: app/model/settings.php:703
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr "Deslocar a barra de filtro fixa verticalmente por"
3076
 
3077
+ #: app/model/settings.php:718
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr "Apenas wide screens (&#8805; 1200px)"
3080
 
3081
+ #: app/model/settings.php:733
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr "Somente Tablets (<980px)"
3084
 
3085
+ #: app/model/settings.php:748
3086
  msgid "Phones only (< 768px)"
3087
  msgstr "Somente telefones (< 768px)"
3088
 
3134
  msgid "Message"
3135
  msgstr ""
3136
 
3137
+ #: app/model/settings.php:401
3138
  #: lib/html/element/setting/calendar-page-selector.php:50
3139
  msgid "Calendar page"
3140
  msgstr "Página de Calendário"
3141
 
3142
+ #: app/model/settings.php:411
3143
  msgid "Week starts on"
3144
  msgstr "Semana começa em"
3145
 
3146
+ #: app/model/settings.php:424
3147
  msgid "Available views"
3148
  msgstr "Modos de exibição disponíveis"
3149
 
3150
+ #: app/model/settings.php:432
3151
  msgid "Agenda"
3152
  msgid_plural "Agenda"
3153
  msgstr[0] "Agenda"
3154
  msgstr[1] "Agendas"
3155
 
3156
+ #: app/model/settings.php:443
3157
  msgid "Day"
3158
  msgid_plural "Day"
3159
  msgstr[0] "Dia"
3160
  msgstr[1] "Dias"
3161
 
3162
+ #: app/model/settings.php:454
3163
  msgid "Month"
3164
  msgid_plural "Month"
3165
  msgstr[0] "Mês"
3166
  msgstr[1] "Meses"
3167
 
3168
+ #: app/model/settings.php:465
3169
  msgid "Week"
3170
  msgid_plural "Week"
3171
  msgstr[0] "Semana"
3172
  msgstr[1] "Semanas"
3173
 
3174
+ #: app/model/settings.php:479 app/view/event/single.php:57
3175
+ #: app/view/event/single.php:58
3176
  msgid "Timezone"
3177
  msgstr "Fuso horário"
3178
 
3179
+ #: app/model/settings.php:492
3180
  msgid "Preselected calendar filters"
3181
  msgstr "Filtros de calendário pré-selecionados"
3182
 
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
+ #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr "Email"
language/all-in-one-event-calendar-pt_PT.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Deslocamento Manual"
1975
  msgid "Choose your timezone"
1976
  msgstr "Escolha o seu fuso horário"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "O plugin foi instalado, mas não foi configurado. Por favor aceda como Administrador para o configurar."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>O evento<strong>%s</strong> foi clonado com sucesso. <a href=\"%s\">E
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Grátis"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Comprar Bilhetes"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Editar esta Ocorrência (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Este post foi replicado de outro site com <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendário</a>."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Ver o original"
2102
 
@@ -2152,11 +2157,11 @@ msgstr "ICS feed ID inválido"
2152
  msgid "Categories (optional)"
2153
  msgstr "Categorias (opcional)"
2154
 
2155
- #: app/view/event/content.php:33 app/view/event/single.php:119
2156
  msgid "When:"
2157
  msgstr "Quando:"
2158
 
2159
- #: app/view/event/content.php:34 app/view/event/single.php:120
2160
  msgid "Where:"
2161
  msgstr "Onde:"
2162
 
@@ -2222,19 +2227,15 @@ msgstr "M j, Y @ G:i"
2222
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
  msgstr "Rascunho de Evento actualizado. <a target=\"_blank\" href=\"%s\">Pré-Visualizar Evento</a>"
2224
 
2225
- #: app/view/event/single.php:78
2226
- msgid "Event was created in the %s time zone"
2227
- msgstr ""
2228
-
2229
- #: app/view/event/single.php:114
2230
  msgid "Add to Calendar"
2231
  msgstr "Adicionar ao Calendário"
2232
 
2233
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2234
  msgid "Cost:"
2235
  msgstr "Custo:"
2236
 
2237
- #: app/view/event/single.php:122
2238
  msgid "Contact:"
2239
  msgstr "Contacto:"
2240
 
@@ -2333,7 +2334,7 @@ msgstr "Inscrever em calendário filtrado"
2333
  msgid "Subscribe"
2334
  msgstr "Inscrever"
2335
 
2336
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2337
  msgid "Get a Timely Calendar"
2338
  msgstr "Obtém um calendário Timely"
2339
 
@@ -2381,7 +2382,7 @@ msgstr "Subscrever este calendário num outro calendário plain-text"
2381
  msgid "Clear category filter"
2382
  msgstr "Limpar filtro de categoria"
2383
 
2384
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2385
  #: lib/html/element/setting/tags-categories.php:47
2386
  msgid "Categories"
2387
  msgstr "Categorias"
@@ -2390,7 +2391,7 @@ msgstr "Categorias"
2390
  msgid "Clear tag filter"
2391
  msgstr "Limpar filtro de tag"
2392
 
2393
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2394
  #: lib/html/element/setting/tags-categories.php:39
2395
  msgid "Tags"
2396
  msgstr "Tags"
@@ -2411,11 +2412,11 @@ msgstr "Não existem eventos futuros para apresentar neste momento."
2411
  msgid "Read more"
2412
  msgstr "Ler Mais"
2413
 
2414
- #: app/view/admin/tickets.php:104
2415
  msgid "Sales"
2416
  msgstr ""
2417
 
2418
- #: app/view/admin/tickets.php:106
2419
  msgid "Cheque"
2420
  msgstr ""
2421
 
@@ -2423,32 +2424,32 @@ msgstr ""
2423
  msgid "Paypal"
2424
  msgstr "Paypal"
2425
 
2426
- #: app/view/admin/tickets.php:110
2427
  msgid "Save Changes"
2428
  msgstr ""
2429
 
2430
- #: app/view/admin/tickets.php:111
2431
  msgid "Date"
2432
  msgstr ""
2433
 
2434
- #: app/view/admin/tickets.php:112
2435
  msgid "Event"
2436
  msgstr ""
2437
 
2438
- #: app/view/admin/tickets.php:113
2439
  msgid "Purchaser"
2440
  msgstr ""
2441
 
2442
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2443
  #: app/view/event/ticket.php:39
2444
  msgid "Tickets"
2445
  msgstr "Bilhetes"
2446
 
2447
- #: app/view/admin/tickets.php:117
2448
  msgid "Total"
2449
  msgstr ""
2450
 
2451
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2452
  msgid "Sign Out"
2453
  msgstr ""
2454
 
@@ -2563,19 +2564,10 @@ msgstr "Redefinir para Padrão"
2563
  msgid "All-in-One Event Calendar: Themes"
2564
  msgstr "All-in-One Event Calendar: Temas"
2565
 
2566
- #: app/view/admin/tickets.php:35
2567
  msgid "Ticketing"
2568
  msgstr ""
2569
 
2570
- #: app/view/admin/tickets.php:36
2571
- msgid "Ticketing<sup>beta</sup>"
2572
- msgstr ""
2573
-
2574
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2575
- #: app/view/admin/tickets.php:97
2576
- msgid "Time.ly Ticketing<sup>beta</sup>"
2577
- msgstr ""
2578
-
2579
  #: app/view/admin/settings.php:98
2580
  msgctxt "meta box"
2581
  msgid "Timely"
@@ -2613,7 +2605,7 @@ msgstr "Serviços Externos"
2613
  msgid "Cache Report"
2614
  msgstr "Relatório de Cache"
2615
 
2616
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2617
  #: public/admin/box_ask_customer_review.php:113
2618
  #: public/admin/box_ask_customer_review.php:127
2619
  #: public/admin/box_ask_customer_review.php:141
@@ -2724,7 +2716,7 @@ msgid "All-in-One Event Calendar: Settings"
2724
  msgstr "All-in-One Event Calendar: Definições"
2725
 
2726
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2727
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2728
  msgid "Settings"
2729
  msgstr "Definições"
2730
 
@@ -2832,19 +2824,19 @@ msgstr "ultimo"
2832
  msgid "month(s)"
2833
  msgstr "mês(es)"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Link CSS</strong> na secção <code>&lt;head&gt;</code> quando cache do ficheiro não está disponivel."
2838
 
2839
- #: app/model/settings.php:963
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Utilize esta opção se cache do ficheiro estiver indisponível e se preferir servir o CSS como um link ao invés de ter um output em linha."
2842
 
2843
- #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Actual<strong>robots.txt</strong> neste site"
2846
 
2847
- #: app/model/settings.php:979
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2858,19 +2850,19 @@ msgstr ""
2858
  " →\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2859
  " →\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2860
 
2861
- #: app/model/settings.php:996
2862
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2863
  msgstr "<strong>Publique, promova e partilhe meus eventos</strong> marcada como Publico na rede da Timely . (<a href=\"%s\" target=\"_blank\">Saiba Mais &#187;</a>)"
2864
 
2865
- #: app/model/settings.php:1019
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "Cache do modelo melhora o desempenho do site"
2868
 
2869
- #: app/model/settings.php:1032
2870
  msgid "Display events in <strong>calendar time zone</strong>"
2871
  msgstr ""
2872
 
2873
- #: app/model/settings.php:1035
2874
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2875
  msgstr ""
2876
 
@@ -2878,11 +2870,11 @@ msgstr ""
2878
  msgid "Event Details"
2879
  msgstr "Detalhes do Evento"
2880
 
2881
- #: app/view/admin/add-new-event.php:500
2882
  msgid "Set banner image"
2883
  msgstr "Configurar a imagem do banner"
2884
 
2885
- #: app/view/admin/add-new-event.php:501
2886
  msgid "Remove banner image"
2887
  msgstr "Remover a imagem do banner"
2888
 
@@ -2922,63 +2914,63 @@ msgstr "Mostrar Tudo"
2922
  msgid "Show All Authors"
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Strict compatibility content filtering"
2927
  msgstr "Rigorosa compatibilidade na filtragem de conteúdos"
2928
 
2929
- #: app/model/settings.php:774
2930
  msgid " <strong>Hide featured image</strong> from event details page"
2931
  msgstr "<strong>Ocultar imagem de destaque</strong> da páginas de detalhes do evento"
2932
 
2933
- #: app/model/settings.php:777
2934
  msgid "Select this option if your theme already displays each post's featured image."
2935
  msgstr "Seleccione este opção se o seu tema já mostra a imagem de destaque de cada post."
2936
 
2937
- #: app/model/settings.php:788
2938
  msgid "Input dates in this format"
2939
  msgstr "Introduzir datas neste formato"
2940
 
2941
- #: app/model/settings.php:793
2942
  msgid "Default (d/m/yyyy)"
2943
  msgstr "Padrão (d/m/yyyy)"
2944
 
2945
- #: app/model/settings.php:797
2946
  msgid "US (m/d/yyyy)"
2947
  msgstr "US (m/d/yyyy)"
2948
 
2949
- #: app/model/settings.php:801
2950
  msgid "ISO 8601 (yyyy-m-d)"
2951
  msgstr "ISO 8601 (yyyy-m-d)"
2952
 
2953
- #: app/model/settings.php:805
2954
  msgid "Dotted (m.d.yyyy)"
2955
  msgstr "Pontuado (m.d.yyyy)"
2956
 
2957
- #: app/model/settings.php:817
2958
  msgid " Use <strong>24h time</strong> in time pickers"
2959
  msgstr "Utilize <strong>tempo no formato 24</strong> nos seleccionadores de tempo"
2960
 
2961
- #: app/model/settings.php:828
2962
  msgid "<strong>Disable address autocomplete</strong> function"
2963
  msgstr "<strong>Desactivar função autocompletar endereço</strong> "
2964
 
2965
- #: app/model/settings.php:839
2966
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2967
  msgstr "Utilize a <strong>região</strong> configurada (WordPress locale) para ignorar a função de autocompletar endereço."
2968
 
2969
- #: app/model/settings.php:855
2970
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2971
  msgstr " Mostrar o antigo botão<strong>Publique Seu Evento</strong> por cima do calendário para utilizadores previligiados"
2972
 
2973
- #: app/model/settings.php:858
2974
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2975
  msgstr "Instale a <a target=\"_blank\" href=\"http://time.ly/\">Extensão Frontend Interactive</a> para <strong> o formulário Post Your Event frontend </strong>."
2976
 
2977
- #: app/model/settings.php:879
2978
  msgid "Move calendar into this DOM element"
2979
  msgstr "Mover calendário para este elemento DOM"
2980
 
2981
- #: app/model/settings.php:881
2982
  msgid ""
2983
  "Optional. Use this JavaScript-based shortcut to place the\n"
2984
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2998,55 +2990,55 @@ msgstr ""
2998
  " →\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2999
  " →\t→\t→\t→\t→\t→\tby the calendar."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3003
  msgstr "<strong>Salte <tt>in_the_loop()</tt> verificar </strong> que proteje contra multiplos calendários output"
3004
 
3005
- #: app/model/settings.php:903
3006
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3007
  msgstr "tente activar esta opção se o seu calendário não aparece na página de calendário. è necessário para compatibilidade com um pequeno numero de temas que chama <tt>the_content()</tt> de fora do Loop. Caso contrário deixe desactivado."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Disable <strong>gzip</strong> compression."
3011
  msgstr "Desactivar compressão <strong>gzip</strong>"
3012
 
3013
- #: app/model/settings.php:930
3014
  msgid "Use frontend rendering."
3015
  msgstr "Utilize a renderização do frontend"
3016
 
3017
- #: app/model/settings.php:933
3018
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3019
  msgstr "Renderizar a vista do calendário no cliente em vez de no servidor; pode melhorar a performance."
3020
 
3021
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3022
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3023
  msgstr "Para limpar, pressione &#8984;/<abbr class=\"initialism\">CTRL</abbr> e clique na selecção."
3024
 
3025
- #: app/model/settings.php:509
3026
  msgid "Default calendar start date (optional)"
3027
  msgstr "Data padrão de inicio de calendário (opcional)"
3028
 
3029
- #: app/model/settings.php:520
3030
  msgid "Agenda pages show at most"
3031
  msgstr "Páginas de agenda mostram no máximo"
3032
 
3033
- #: app/model/settings.php:533
3034
  msgid "Week/Day view starts at"
3035
  msgstr "Vista de Semana/Dia começa em"
3036
 
3037
- #: app/model/settings.php:546
3038
  msgid "Week/Day view ends at"
3039
  msgstr "Vista de Semana/Dia termina em"
3040
 
3041
- #: app/model/settings.php:574
3042
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3043
  msgstr "<strong>Word-wrap topo de eventos</strong> em vista de Mês"
3044
 
3045
- #: app/model/settings.php:577
3046
  msgid "Only applies to events that span a single day."
3047
  msgstr "Só se aplica a eventos que se estendem por um único dia."
3048
 
3049
- #: app/model/settings.php:589
3050
  msgid ""
3051
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3052
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3060,55 +3052,55 @@ msgstr ""
3060
  " →\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3061
  " →\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3062
 
3063
- #: app/model/settings.php:605
3064
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3065
  msgstr "Manter todos os eventos <strong>expandidos</strong> na vista de agenda"
3066
 
3067
- #: app/model/settings.php:617
3068
  msgid "<strong>Show year</strong> in calendar date labels"
3069
  msgstr "<strong>Mostrar ano</strong> nos rótulos de data do calendário"
3070
 
3071
- #: app/model/settings.php:629
3072
  msgid "<strong>Show location in event titles</strong> in calendar views"
3073
  msgstr "<strong>Mostrar localização nos títulos dos eventos</strong> nas vistas de calendário"
3074
 
3075
- #: app/model/settings.php:641
3076
  msgid "<strong>Exclude</strong> events from search results"
3077
  msgstr "<strong>Excluir</strong> eventos dos resultados de pesquisa"
3078
 
3079
- #: app/model/settings.php:653
3080
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3081
  msgstr "Ocultar botões <strong>Inscrever</strong>/<strong>Adicionar a calendário</strong> em calendário e vistas de eventos únicos "
3082
 
3083
- #: app/model/settings.php:665
3084
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3085
  msgstr "Oculta o botão <strong>Obtém um calendário Timely</strong> "
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid " Hide <strong>Google Maps</strong> until clicked"
3089
  msgstr "Ocultar <strong>Google Maps</strong> até ser clicado"
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3093
  msgstr "<strong>Fixar filtro do menu</strong> no topo da janela quando rolar para fora de vista"
3094
 
3095
- #: app/model/settings.php:692
3096
  msgid "Only applies to first visible calendar found on the page."
3097
  msgstr "Apenas aplicável quando visualizar o calendário pela primeira vez encontrado nesta página."
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Offset affixed filter bar vertically by"
3101
  msgstr "Fixar deslocamento da barra de filtros na vertical por"
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Wide screens only (&#8805; 1200px)"
3105
  msgstr "Telas amplas apenas (&#8805; 1200px)"
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Tablets only (< 980px)"
3109
  msgstr "Tablets apenas (< 980px)"
3110
 
3111
- #: app/model/settings.php:749
3112
  msgid "Phones only (< 768px)"
3113
  msgstr "Telefones Apenas (< 768px)"
3114
 
@@ -3160,48 +3152,49 @@ msgstr ""
3160
  msgid "Message"
3161
  msgstr ""
3162
 
3163
- #: app/model/settings.php:402
3164
  #: lib/html/element/setting/calendar-page-selector.php:50
3165
  msgid "Calendar page"
3166
  msgstr "Página de Calendário"
3167
 
3168
- #: app/model/settings.php:412
3169
  msgid "Week starts on"
3170
  msgstr "Semana começa em"
3171
 
3172
- #: app/model/settings.php:425
3173
  msgid "Available views"
3174
  msgstr "Vistas disponiveis"
3175
 
3176
- #: app/model/settings.php:433
3177
  msgid "Agenda"
3178
  msgid_plural "Agenda"
3179
  msgstr[0] "Agenda"
3180
  msgstr[1] "Agenda"
3181
 
3182
- #: app/model/settings.php:444
3183
  msgid "Day"
3184
  msgid_plural "Day"
3185
  msgstr[0] "Dia"
3186
  msgstr[1] "Dias"
3187
 
3188
- #: app/model/settings.php:455
3189
  msgid "Month"
3190
  msgid_plural "Month"
3191
  msgstr[0] "Mês"
3192
  msgstr[1] "Meses"
3193
 
3194
- #: app/model/settings.php:466
3195
  msgid "Week"
3196
  msgid_plural "Week"
3197
  msgstr[0] "Semana"
3198
  msgstr[1] "Semanas"
3199
 
3200
- #: app/model/settings.php:480
 
3201
  msgid "Timezone"
3202
  msgstr "FusoHorário"
3203
 
3204
- #: app/model/settings.php:493
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Filtros pré-selecionados de calendário"
3207
 
@@ -3237,11 +3230,11 @@ msgstr ""
3237
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3238
  msgstr ""
3239
 
3240
- #: app/model/api/api-registration.php:186
3241
  msgid "Payment preferences were not saved."
3242
  msgstr ""
3243
 
3244
- #: app/model/api/api-registration.php:177
3245
  msgid "Payment preferences were saved."
3246
  msgstr ""
3247
 
@@ -3325,11 +3318,11 @@ msgstr ""
3325
  msgid "Guest Name"
3326
  msgstr ""
3327
 
3328
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3329
  msgid "Status"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3333
  #: app/view/event/ticket.php:71
3334
  msgid "Email"
3335
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Escolha o seu fuso horário"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "O plugin foi instalado, mas não foi configurado. Por favor aceda como Administrador para o configurar."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Grátis"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Comprar Bilhetes"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Editar esta Ocorrência (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Este post foi replicado de outro site com <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendário</a>."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Ver o original"
2107
 
2157
  msgid "Categories (optional)"
2158
  msgstr "Categorias (opcional)"
2159
 
2160
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2161
  msgid "When:"
2162
  msgstr "Quando:"
2163
 
2164
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2165
  msgid "Where:"
2166
  msgstr "Onde:"
2167
 
2227
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2228
  msgstr "Rascunho de Evento actualizado. <a target=\"_blank\" href=\"%s\">Pré-Visualizar Evento</a>"
2229
 
2230
+ #: app/view/event/single.php:89
 
 
 
 
2231
  msgid "Add to Calendar"
2232
  msgstr "Adicionar ao Calendário"
2233
 
2234
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Custo:"
2237
 
2238
+ #: app/view/event/single.php:97
2239
  msgid "Contact:"
2240
  msgstr "Contacto:"
2241
 
2334
  msgid "Subscribe"
2335
  msgstr "Inscrever"
2336
 
2337
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Obtém um calendário Timely"
2340
 
2382
  msgid "Clear category filter"
2383
  msgstr "Limpar filtro de categoria"
2384
 
2385
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Categorias"
2391
  msgid "Clear tag filter"
2392
  msgstr "Limpar filtro de tag"
2393
 
2394
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Tags"
2412
  msgid "Read more"
2413
  msgstr "Ler Mais"
2414
 
2415
+ #: app/view/admin/tickets.php:111
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
+ #: app/view/admin/tickets.php:113
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
+ #: app/view/admin/tickets.php:117
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
+ #: app/view/admin/tickets.php:118
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
+ #: app/view/admin/tickets.php:119
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
+ #: app/view/admin/tickets.php:120
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Bilhetes"
2447
 
2448
+ #: app/view/admin/tickets.php:124
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar: Temas"
2566
 
2567
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
 
 
 
 
 
 
 
 
 
2571
  #: app/view/admin/settings.php:98
2572
  msgctxt "meta box"
2573
  msgid "Timely"
2605
  msgid "Cache Report"
2606
  msgstr "Relatório de Cache"
2607
 
2608
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2609
  #: public/admin/box_ask_customer_review.php:113
2610
  #: public/admin/box_ask_customer_review.php:127
2611
  #: public/admin/box_ask_customer_review.php:141
2716
  msgstr "All-in-One Event Calendar: Definições"
2717
 
2718
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2719
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2720
  msgid "Settings"
2721
  msgstr "Definições"
2722
 
2824
  msgid "month(s)"
2825
  msgstr "mês(es)"
2826
 
2827
+ #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> na secção <code>&lt;head&gt;</code> quando cache do ficheiro não está disponivel."
2830
 
2831
+ #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Utilize esta opção se cache do ficheiro estiver indisponível e se preferir servir o CSS como um link ao invés de ter um output em linha."
2834
 
2835
+ #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Actual<strong>robots.txt</strong> neste site"
2838
 
2839
+ #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  " →\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  " →\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
+ #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publique, promova e partilhe meus eventos</strong> marcada como Publico na rede da Timely . (<a href=\"%s\" target=\"_blank\">Saiba Mais &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Cache do modelo melhora o desempenho do site"
2860
 
2861
+ #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2870
  msgid "Event Details"
2871
  msgstr "Detalhes do Evento"
2872
 
2873
+ #: app/view/admin/add-new-event.php:505
2874
  msgid "Set banner image"
2875
  msgstr "Configurar a imagem do banner"
2876
 
2877
+ #: app/view/admin/add-new-event.php:506
2878
  msgid "Remove banner image"
2879
  msgstr "Remover a imagem do banner"
2880
 
2914
  msgid "Show All Authors"
2915
  msgstr ""
2916
 
2917
+ #: app/model/settings.php:761
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr "Rigorosa compatibilidade na filtragem de conteúdos"
2920
 
2921
+ #: app/model/settings.php:773
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr "<strong>Ocultar imagem de destaque</strong> da páginas de detalhes do evento"
2924
 
2925
+ #: app/model/settings.php:776
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr "Seleccione este opção se o seu tema já mostra a imagem de destaque de cada post."
2928
 
2929
+ #: app/model/settings.php:787
2930
  msgid "Input dates in this format"
2931
  msgstr "Introduzir datas neste formato"
2932
 
2933
+ #: app/model/settings.php:792
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr "Padrão (d/m/yyyy)"
2936
 
2937
+ #: app/model/settings.php:796
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr "US (m/d/yyyy)"
2940
 
2941
+ #: app/model/settings.php:800
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr "ISO 8601 (yyyy-m-d)"
2944
 
2945
+ #: app/model/settings.php:804
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr "Pontuado (m.d.yyyy)"
2948
 
2949
+ #: app/model/settings.php:816
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr "Utilize <strong>tempo no formato 24</strong> nos seleccionadores de tempo"
2952
 
2953
+ #: app/model/settings.php:827
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr "<strong>Desactivar função autocompletar endereço</strong> "
2956
 
2957
+ #: app/model/settings.php:838
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Utilize a <strong>região</strong> configurada (WordPress locale) para ignorar a função de autocompletar endereço."
2960
 
2961
+ #: app/model/settings.php:854
2962
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
  msgstr " Mostrar o antigo botão<strong>Publique Seu Evento</strong> por cima do calendário para utilizadores previligiados"
2964
 
2965
+ #: app/model/settings.php:857
2966
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
  msgstr "Instale a <a target=\"_blank\" href=\"http://time.ly/\">Extensão Frontend Interactive</a> para <strong> o formulário Post Your Event frontend </strong>."
2968
 
2969
+ #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Mover calendário para este elemento DOM"
2972
 
2973
+ #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  " →\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  " →\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
+ #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Salte <tt>in_the_loop()</tt> verificar </strong> que proteje contra multiplos calendários output"
2996
 
2997
+ #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "tente activar esta opção se o seu calendário não aparece na página de calendário. è necessário para compatibilidade com um pequeno numero de temas que chama <tt>the_content()</tt> de fora do Loop. Caso contrário deixe desactivado."
3000
 
3001
+ #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Desactivar compressão <strong>gzip</strong>"
3004
 
3005
+ #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Utilize a renderização do frontend"
3008
 
3009
+ #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Renderizar a vista do calendário no cliente em vez de no servidor; pode melhorar a performance."
3012
 
3013
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3014
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3015
  msgstr "Para limpar, pressione &#8984;/<abbr class=\"initialism\">CTRL</abbr> e clique na selecção."
3016
 
3017
+ #: app/model/settings.php:508
3018
  msgid "Default calendar start date (optional)"
3019
  msgstr "Data padrão de inicio de calendário (opcional)"
3020
 
3021
+ #: app/model/settings.php:519
3022
  msgid "Agenda pages show at most"
3023
  msgstr "Páginas de agenda mostram no máximo"
3024
 
3025
+ #: app/model/settings.php:532
3026
  msgid "Week/Day view starts at"
3027
  msgstr "Vista de Semana/Dia começa em"
3028
 
3029
+ #: app/model/settings.php:545
3030
  msgid "Week/Day view ends at"
3031
  msgstr "Vista de Semana/Dia termina em"
3032
 
3033
+ #: app/model/settings.php:573
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Word-wrap topo de eventos</strong> em vista de Mês"
3036
 
3037
+ #: app/model/settings.php:576
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Só se aplica a eventos que se estendem por um único dia."
3040
 
3041
+ #: app/model/settings.php:588
3042
  msgid ""
3043
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3044
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3052
  " →\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3053
  " →\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3054
 
3055
+ #: app/model/settings.php:604
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "Manter todos os eventos <strong>expandidos</strong> na vista de agenda"
3058
 
3059
+ #: app/model/settings.php:616
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "<strong>Mostrar ano</strong> nos rótulos de data do calendário"
3062
 
3063
+ #: app/model/settings.php:628
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "<strong>Mostrar localização nos títulos dos eventos</strong> nas vistas de calendário"
3066
 
3067
+ #: app/model/settings.php:640
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "<strong>Excluir</strong> eventos dos resultados de pesquisa"
3070
 
3071
+ #: app/model/settings.php:652
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "Ocultar botões <strong>Inscrever</strong>/<strong>Adicionar a calendário</strong> em calendário e vistas de eventos únicos "
3074
 
3075
+ #: app/model/settings.php:664
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr "Oculta o botão <strong>Obtém um calendário Timely</strong> "
3078
 
3079
+ #: app/model/settings.php:676
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr "Ocultar <strong>Google Maps</strong> até ser clicado"
3082
 
3083
+ #: app/model/settings.php:688
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr "<strong>Fixar filtro do menu</strong> no topo da janela quando rolar para fora de vista"
3086
 
3087
+ #: app/model/settings.php:691
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr "Apenas aplicável quando visualizar o calendário pela primeira vez encontrado nesta página."
3090
 
3091
+ #: app/model/settings.php:703
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr "Fixar deslocamento da barra de filtros na vertical por"
3094
 
3095
+ #: app/model/settings.php:718
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr "Telas amplas apenas (&#8805; 1200px)"
3098
 
3099
+ #: app/model/settings.php:733
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr "Tablets apenas (< 980px)"
3102
 
3103
+ #: app/model/settings.php:748
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "Telefones Apenas (< 768px)"
3106
 
3152
  msgid "Message"
3153
  msgstr ""
3154
 
3155
+ #: app/model/settings.php:401
3156
  #: lib/html/element/setting/calendar-page-selector.php:50
3157
  msgid "Calendar page"
3158
  msgstr "Página de Calendário"
3159
 
3160
+ #: app/model/settings.php:411
3161
  msgid "Week starts on"
3162
  msgstr "Semana começa em"
3163
 
3164
+ #: app/model/settings.php:424
3165
  msgid "Available views"
3166
  msgstr "Vistas disponiveis"
3167
 
3168
+ #: app/model/settings.php:432
3169
  msgid "Agenda"
3170
  msgid_plural "Agenda"
3171
  msgstr[0] "Agenda"
3172
  msgstr[1] "Agenda"
3173
 
3174
+ #: app/model/settings.php:443
3175
  msgid "Day"
3176
  msgid_plural "Day"
3177
  msgstr[0] "Dia"
3178
  msgstr[1] "Dias"
3179
 
3180
+ #: app/model/settings.php:454
3181
  msgid "Month"
3182
  msgid_plural "Month"
3183
  msgstr[0] "Mês"
3184
  msgstr[1] "Meses"
3185
 
3186
+ #: app/model/settings.php:465
3187
  msgid "Week"
3188
  msgid_plural "Week"
3189
  msgstr[0] "Semana"
3190
  msgstr[1] "Semanas"
3191
 
3192
+ #: app/model/settings.php:479 app/view/event/single.php:57
3193
+ #: app/view/event/single.php:58
3194
  msgid "Timezone"
3195
  msgstr "FusoHorário"
3196
 
3197
+ #: app/model/settings.php:492
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Filtros pré-selecionados de calendário"
3200
 
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
+ #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
language/all-in-one-event-calendar-ro_RO.mo CHANGED
Binary file
language/all-in-one-event-calendar-ro_RO.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Decalaj manual"
1975
  msgid "Choose your timezone"
1976
  msgstr "Alegeți fusul orar al dvoastră"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Pluginul a fost instalat, dar nu a fost configurat. Vă rugăm să vă logaţi ca Administrator pentru a-l configura."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr "Extensia <strong>%s</strong> trebuie actualizată cel puțin la versiunea %s pentru a menține compatibilitatea cu calendarul de bază."
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr "Dacă nu vedeți notificări pentru actualizare mai jos, verificați că ați <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">introdus cheile de licență</a> în mod corect. Ca o alternativă, navigați la <a href=\"https://time.ly/your-account/\">contul dvoastră</a> pentru a descărca cea mai recentă versiune a extensiei/extensiilor și <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">actualizați manual</a>. Vă rugăm să <a href=\"https://time.ly/forums/\">postați pe forum</a> dacă aveți probleme. Suntem bucuroși să vă ajutăm."
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Evenimentul<strong>%s</strong> a fost clonat cu succes. <a href=\"%s\
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr "Ați activat Randarea la nivel de client (frontend) și folosiți o temă personalizată de calendar. Dacă tema dvoastră nu suportă Randarea la nivel de client, calendarul dvoastră s-ar putea să nu funcționeze corect."
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Gratuit"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Cumpărați Bilet"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr ""
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr "Această postare a fost replicată după <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> feed-ul de evenimente (calendar feed)</a> al altui site."
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Vizualizați originalul"
2102
 
@@ -2153,11 +2158,11 @@ msgstr "Identificator (ID) pentru feed ICS invalid"
2153
  msgid "Categories (optional)"
2154
  msgstr "Categorii (optional)"
2155
 
2156
- #: app/view/event/content.php:33 app/view/event/single.php:119
2157
  msgid "When:"
2158
  msgstr "Când:"
2159
 
2160
- #: app/view/event/content.php:34 app/view/event/single.php:120
2161
  msgid "Where:"
2162
  msgstr "Unde:"
2163
 
@@ -2223,19 +2228,15 @@ msgstr "j M, Y @ G:i"
2223
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2224
  msgstr ""
2225
 
2226
- #: app/view/event/single.php:78
2227
- msgid "Event was created in the %s time zone"
2228
- msgstr "Evenimentul a fost creat în fusul orar %s"
2229
-
2230
- #: app/view/event/single.php:114
2231
  msgid "Add to Calendar"
2232
  msgstr "Adaugă la Calendar"
2233
 
2234
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Cost: "
2237
 
2238
- #: app/view/event/single.php:122
2239
  msgid "Contact:"
2240
  msgstr "Contact:"
2241
 
@@ -2334,7 +2335,7 @@ msgstr "Abonați-vă la calendarul filtrat"
2334
  msgid "Subscribe"
2335
  msgstr "Abonați-vă"
2336
 
2337
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Obține un Calendar Timely"
2340
 
@@ -2382,7 +2383,7 @@ msgstr "Abonați-vă la acest calendar în alt calendar de text simplu"
2382
  msgid "Clear category filter"
2383
  msgstr "Șterge filtrul de categorie"
2384
 
2385
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Categorii"
@@ -2391,7 +2392,7 @@ msgstr "Categorii"
2391
  msgid "Clear tag filter"
2392
  msgstr "Șterge filtrul dupa etichetă"
2393
 
2394
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Etichete"
@@ -2412,11 +2413,11 @@ msgstr "La acest moment nu sunt evenimente viitoare de afișat."
2412
  msgid "Read more"
2413
  msgstr "Citește mai mult"
2414
 
2415
- #: app/view/admin/tickets.php:104
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
- #: app/view/admin/tickets.php:106
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
@@ -2424,32 +2425,32 @@ msgstr ""
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
- #: app/view/admin/tickets.php:110
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
- #: app/view/admin/tickets.php:111
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
- #: app/view/admin/tickets.php:112
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
- #: app/view/admin/tickets.php:113
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Bilete"
2447
 
2448
- #: app/view/admin/tickets.php:117
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
@@ -2564,19 +2565,10 @@ msgstr "Revenire la valori implicite"
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar: Teme"
2566
 
2567
- #: app/view/admin/tickets.php:35
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
2571
- #: app/view/admin/tickets.php:36
2572
- msgid "Ticketing<sup>beta</sup>"
2573
- msgstr ""
2574
-
2575
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2576
- #: app/view/admin/tickets.php:97
2577
- msgid "Time.ly Ticketing<sup>beta</sup>"
2578
- msgstr ""
2579
-
2580
  #: app/view/admin/settings.php:98
2581
  msgctxt "meta box"
2582
  msgid "Timely"
@@ -2614,7 +2606,7 @@ msgstr "Servicii externe"
2614
  msgid "Cache Report"
2615
  msgstr "Raport de Cache"
2616
 
2617
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2618
  #: public/admin/box_ask_customer_review.php:113
2619
  #: public/admin/box_ask_customer_review.php:127
2620
  #: public/admin/box_ask_customer_review.php:141
@@ -2725,7 +2717,7 @@ msgid "All-in-One Event Calendar: Settings"
2725
  msgstr "All-in-One Event Calendar: Setări"
2726
 
2727
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2728
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2729
  msgid "Settings"
2730
  msgstr "Setări"
2731
 
@@ -2833,19 +2825,19 @@ msgstr "ultimul"
2833
  msgid "month(s)"
2834
  msgstr "lună(luni)"
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2838
  msgstr "<strong>Pune link către CSS</strong> în secțiunea <code>&lt;head&gt;</code> când nu este disponibil cache al fișierelor."
2839
 
2840
- #: app/model/settings.php:963
2841
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2842
  msgstr "Utilizați această opțiune dacă fișierul cache este indisponibil și ați prefera mai degrabă să se servească CSS ca un link decât să fie redat în linie (inline)."
2843
 
2844
- #: app/model/settings.php:975
2845
  msgid "Current <strong>robots.txt</strong> on this site"
2846
  msgstr "Fișierul actual <strong>robots.txt</strong> de pe acest site"
2847
 
2848
- #: app/model/settings.php:979
2849
  msgid ""
2850
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2851
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2859,19 +2851,19 @@ msgstr ""
2859
  "→\t→\t→\t→\t→\t→\tcu privire la accesarea în întregime sau în parte a unui site care este de altfel vizibil pentru public.\n"
2860
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2861
 
2862
- #: app/model/settings.php:996
2863
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2864
  msgstr "<strong>Publicați, promovați și împărtășiți evenimentele mele</strong> marcate ca fiind publice în rețeaua Timely. (<a href=\"%s\" target=\"_blank\">Mai mult &#187;</a>)"
2865
 
2866
- #: app/model/settings.php:1019
2867
  msgid "Templates cache improves site performance"
2868
  msgstr "Cache-ul șabloanelor îmbunătățește performanța site-ului"
2869
 
2870
- #: app/model/settings.php:1032
2871
  msgid "Display events in <strong>calendar time zone</strong>"
2872
  msgstr ""
2873
 
2874
- #: app/model/settings.php:1035
2875
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2876
  msgstr ""
2877
 
@@ -2879,11 +2871,11 @@ msgstr ""
2879
  msgid "Event Details"
2880
  msgstr "Detalii despre Eveniment"
2881
 
2882
- #: app/view/admin/add-new-event.php:500
2883
  msgid "Set banner image"
2884
  msgstr "Stabilește imaginea de poster"
2885
 
2886
- #: app/view/admin/add-new-event.php:501
2887
  msgid "Remove banner image"
2888
  msgstr "Elimină imaginea de poster"
2889
 
@@ -2923,63 +2915,63 @@ msgstr "Arată tot"
2923
  msgid "Show All Authors"
2924
  msgstr ""
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Strict compatibility content filtering"
2928
  msgstr "Compatibilitate strictă la filtrarea conținutului "
2929
 
2930
- #: app/model/settings.php:774
2931
  msgid " <strong>Hide featured image</strong> from event details page"
2932
  msgstr " <strong>Ascunde imaginea recomandată</strong> de la detaliile paginii de evenimente"
2933
 
2934
- #: app/model/settings.php:777
2935
  msgid "Select this option if your theme already displays each post's featured image."
2936
  msgstr "Selectați această opțiune dacă tema dvoastră deja afișează imaginea reprezentativă (featured) a fiecărei postări."
2937
 
2938
- #: app/model/settings.php:788
2939
  msgid "Input dates in this format"
2940
  msgstr "Introduceţi datele în acest format"
2941
 
2942
- #: app/model/settings.php:793
2943
  msgid "Default (d/m/yyyy)"
2944
  msgstr "Standard (d/m/yyyy)"
2945
 
2946
- #: app/model/settings.php:797
2947
  msgid "US (m/d/yyyy)"
2948
  msgstr "Statele Unite (m/d/yyyy)"
2949
 
2950
- #: app/model/settings.php:801
2951
  msgid "ISO 8601 (yyyy-m-d)"
2952
  msgstr "ISO 8601 (yyyy-m-d)"
2953
 
2954
- #: app/model/settings.php:805
2955
  msgid "Dotted (m.d.yyyy)"
2956
  msgstr "Punctat (m.d.yyyy)"
2957
 
2958
- #: app/model/settings.php:817
2959
  msgid " Use <strong>24h time</strong> in time pickers"
2960
  msgstr "Folosiți <strong>ora în format de 24 ore</strong> la alegerea orei"
2961
 
2962
- #: app/model/settings.php:828
2963
  msgid "<strong>Disable address autocomplete</strong> function"
2964
  msgstr "<strong>Dezactivați funcția de autocompletare a adresei</strong>"
2965
 
2966
- #: app/model/settings.php:839
2967
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2968
  msgstr "Folosiți <strong>regiunea</strong> configurată (localizarea WordPress) pentru a influența funcția de autocompletare a adresei"
2969
 
2970
- #: app/model/settings.php:855
2971
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2972
  msgstr "Afișați vechiul buton <strong>Postați Evenimentele Dvoastră</strong> deasupra calendarului pentru utilizatorii privilegiați"
2973
 
2974
- #: app/model/settings.php:858
2975
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2976
  msgstr ""
2977
 
2978
- #: app/model/settings.php:879
2979
  msgid "Move calendar into this DOM element"
2980
  msgstr "Mută calendarul în acest element DOM"
2981
 
2982
- #: app/model/settings.php:881
2983
  msgid ""
2984
  "Optional. Use this JavaScript-based shortcut to place the\n"
2985
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2991,55 +2983,55 @@ msgid ""
2991
  "\t\t\t\t\t\tby the calendar."
2992
  msgstr ""
2993
 
2994
- #: app/model/settings.php:900
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Omiteți verificarea <tt>in_the_loop()</tt></strong> care protejează de afișarea multiplă a calendarului"
2997
 
2998
- #: app/model/settings.php:903
2999
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
  msgstr "Încercați să activați această opțiune în cazul în care calendarul nu apare pe pagina de calendar. Aceasta este necesară pentru compatibilitate cu un număr mic de teme care apelează <tt>the_content()</tt> din interiorul The Loop. Altfel, lăsați-o dezactivată."
3001
 
3002
- #: app/model/settings.php:915
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Dezactivaţi compresia <strong>gzip</strong>."
3005
 
3006
- #: app/model/settings.php:930
3007
  msgid "Use frontend rendering."
3008
  msgstr "Folosește redarea la nivel de client („frontend”)."
3009
 
3010
- #: app/model/settings.php:933
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Creează vizualizările calendarului la nivel de client, nu pe server; aceasta poate îmbunătăți performanța."
3013
 
3014
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3015
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3016
  msgstr "Pentru a șterge, țineți &#8984;<abbr class=\"initialism\">CTRL</abbr> şi faceţi click selecţie."
3017
 
3018
- #: app/model/settings.php:509
3019
  msgid "Default calendar start date (optional)"
3020
  msgstr "Data implicită de început a calendarului (opţional)"
3021
 
3022
- #: app/model/settings.php:520
3023
  msgid "Agenda pages show at most"
3024
  msgstr "Paginile Agendă vor arăta maxim"
3025
 
3026
- #: app/model/settings.php:533
3027
  msgid "Week/Day view starts at"
3028
  msgstr "Vizualizarea săptămânală/zilnică începe cu"
3029
 
3030
- #: app/model/settings.php:546
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Vizualizarea săptămânală/zilnică se termină cu "
3033
 
3034
- #: app/model/settings.php:574
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:577
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Se aplică doar la evenimentele care se întind pe o singură zi."
3041
 
3042
- #: app/model/settings.php:589
3043
  msgid ""
3044
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3045
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3053,55 +3045,55 @@ msgstr ""
3053
  "→\t→\t→\t→\t→\t→\tVederile asemănătoare cu Agenda</span>, <strong>includ toate evenimentele\n"
3054
  "→\t→\t→\t→\t→\t→\tîncepând cu ultima zi afișată</strong>"
3055
 
3056
- #: app/model/settings.php:605
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr ""
3059
 
3060
- #: app/model/settings.php:617
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr ""
3063
 
3064
- #: app/model/settings.php:629
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr ""
3067
 
3068
- #: app/model/settings.php:641
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Excludeţi</strong> evenimentele din rezultatele căutării"
3071
 
3072
- #: app/model/settings.php:653
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "Ascundeţi butoanele <strong>Abonare</strong>/<strong>Adăugaţi la Calendar</strong> din calendar şi din vizualizarea evenimentului singular"
3075
 
3076
- #: app/model/settings.php:665
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr "Ascunde butonul <strong>Obține un Calendar Timely</strong>"
3079
 
3080
- #: app/model/settings.php:677
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "Ascunde <strong>Harta Google</strong> până este dat click"
3083
 
3084
- #: app/model/settings.php:689
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr "<strong>Atașați meniul de filtrare</strong> la partea de sus a ferestrei atunci când pagina se derulează"
3087
 
3088
- #: app/model/settings.php:692
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "Se aplică doar primului calendar vizibil găsit pe pagină."
3091
 
3092
- #: app/model/settings.php:704
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Decalează vertical bara de filtrare atașată cu"
3095
 
3096
- #: app/model/settings.php:719
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Numai ecrane late (&#8805; 1200px)"
3099
 
3100
- #: app/model/settings.php:734
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Doar pentru Tablete (< 980px)"
3103
 
3104
- #: app/model/settings.php:749
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Doar telefoane (<768px)"
3107
 
@@ -3153,52 +3145,53 @@ msgstr ""
3153
  msgid "Message"
3154
  msgstr ""
3155
 
3156
- #: app/model/settings.php:402
3157
  #: lib/html/element/setting/calendar-page-selector.php:50
3158
  msgid "Calendar page"
3159
  msgstr "Pagina de calendar:"
3160
 
3161
- #: app/model/settings.php:412
3162
  msgid "Week starts on"
3163
  msgstr "Săptămâna începe pe"
3164
 
3165
- #: app/model/settings.php:425
3166
  msgid "Available views"
3167
  msgstr "Vizualizări disponibile"
3168
 
3169
- #: app/model/settings.php:433
3170
  msgid "Agenda"
3171
  msgid_plural "Agenda"
3172
  msgstr[0] "Agendă"
3173
  msgstr[1] "Agende"
3174
  msgstr[2] "Agende"
3175
 
3176
- #: app/model/settings.php:444
3177
  msgid "Day"
3178
  msgid_plural "Day"
3179
  msgstr[0] "Zi"
3180
  msgstr[1] "Zile"
3181
  msgstr[2] ""
3182
 
3183
- #: app/model/settings.php:455
3184
  msgid "Month"
3185
  msgid_plural "Month"
3186
  msgstr[0] "Lună"
3187
  msgstr[1] "Luni"
3188
  msgstr[2] ""
3189
 
3190
- #: app/model/settings.php:466
3191
  msgid "Week"
3192
  msgid_plural "Week"
3193
  msgstr[0] "Săptămână"
3194
  msgstr[1] "Săptămâni"
3195
  msgstr[2] "Săptămâni"
3196
 
3197
- #: app/model/settings.php:480
 
3198
  msgid "Timezone"
3199
  msgstr "Fus orar"
3200
 
3201
- #: app/model/settings.php:493
3202
  msgid "Preselected calendar filters"
3203
  msgstr "Filtrele preselectate ale calendarului"
3204
 
@@ -3234,11 +3227,11 @@ msgstr ""
3234
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:186
3238
  msgid "Payment preferences were not saved."
3239
  msgstr ""
3240
 
3241
- #: app/model/api/api-registration.php:177
3242
  msgid "Payment preferences were saved."
3243
  msgstr ""
3244
 
@@ -3322,11 +3315,11 @@ msgstr ""
3322
  msgid "Guest Name"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3326
  msgid "Status"
3327
  msgstr ""
3328
 
3329
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3330
  #: app/view/event/ticket.php:71
3331
  msgid "Email"
3332
  msgstr "Email"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Alegeți fusul orar al dvoastră"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Pluginul a fost instalat, dar nu a fost configurat. Vă rugăm să vă logaţi ca Administrator pentru a-l configura."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr "Extensia <strong>%s</strong> trebuie actualizată cel puțin la versiunea %s pentru a menține compatibilitatea cu calendarul de bază."
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr "Dacă nu vedeți notificări pentru actualizare mai jos, verificați că ați <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">introdus cheile de licență</a> în mod corect. Ca o alternativă, navigați la <a href=\"https://time.ly/your-account/\">contul dvoastră</a> pentru a descărca cea mai recentă versiune a extensiei/extensiilor și <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">actualizați manual</a>. Vă rugăm să <a href=\"https://time.ly/forums/\">postați pe forum</a> dacă aveți probleme. Suntem bucuroși să vă ajutăm."
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr "Ați activat Randarea la nivel de client (frontend) și folosiți o temă personalizată de calendar. Dacă tema dvoastră nu suportă Randarea la nivel de client, calendarul dvoastră s-ar putea să nu funcționeze corect."
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Gratuit"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Cumpărați Bilet"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Această postare a fost replicată după <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> feed-ul de evenimente (calendar feed)</a> al altui site."
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Vizualizați originalul"
2107
 
2158
  msgid "Categories (optional)"
2159
  msgstr "Categorii (optional)"
2160
 
2161
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2162
  msgid "When:"
2163
  msgstr "Când:"
2164
 
2165
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2166
  msgid "Where:"
2167
  msgstr "Unde:"
2168
 
2228
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2229
  msgstr ""
2230
 
2231
+ #: app/view/event/single.php:89
 
 
 
 
2232
  msgid "Add to Calendar"
2233
  msgstr "Adaugă la Calendar"
2234
 
2235
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2236
  msgid "Cost:"
2237
  msgstr "Cost: "
2238
 
2239
+ #: app/view/event/single.php:97
2240
  msgid "Contact:"
2241
  msgstr "Contact:"
2242
 
2335
  msgid "Subscribe"
2336
  msgstr "Abonați-vă"
2337
 
2338
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2339
  msgid "Get a Timely Calendar"
2340
  msgstr "Obține un Calendar Timely"
2341
 
2383
  msgid "Clear category filter"
2384
  msgstr "Șterge filtrul de categorie"
2385
 
2386
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2387
  #: lib/html/element/setting/tags-categories.php:47
2388
  msgid "Categories"
2389
  msgstr "Categorii"
2392
  msgid "Clear tag filter"
2393
  msgstr "Șterge filtrul dupa etichetă"
2394
 
2395
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2396
  #: lib/html/element/setting/tags-categories.php:39
2397
  msgid "Tags"
2398
  msgstr "Etichete"
2413
  msgid "Read more"
2414
  msgstr "Citește mai mult"
2415
 
2416
+ #: app/view/admin/tickets.php:111
2417
  msgid "Sales"
2418
  msgstr ""
2419
 
2420
+ #: app/view/admin/tickets.php:113
2421
  msgid "Cheque"
2422
  msgstr ""
2423
 
2425
  msgid "Paypal"
2426
  msgstr "Paypal"
2427
 
2428
+ #: app/view/admin/tickets.php:117
2429
  msgid "Save Changes"
2430
  msgstr ""
2431
 
2432
+ #: app/view/admin/tickets.php:118
2433
  msgid "Date"
2434
  msgstr ""
2435
 
2436
+ #: app/view/admin/tickets.php:119
2437
  msgid "Event"
2438
  msgstr ""
2439
 
2440
+ #: app/view/admin/tickets.php:120
2441
  msgid "Purchaser"
2442
  msgstr ""
2443
 
2444
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2445
  #: app/view/event/ticket.php:39
2446
  msgid "Tickets"
2447
  msgstr "Bilete"
2448
 
2449
+ #: app/view/admin/tickets.php:124
2450
  msgid "Total"
2451
  msgstr ""
2452
 
2453
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2454
  msgid "Sign Out"
2455
  msgstr ""
2456
 
2565
  msgid "All-in-One Event Calendar: Themes"
2566
  msgstr "All-in-One Event Calendar: Teme"
2567
 
2568
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2569
  msgid "Ticketing"
2570
  msgstr ""
2571
 
 
 
 
 
 
 
 
 
 
2572
  #: app/view/admin/settings.php:98
2573
  msgctxt "meta box"
2574
  msgid "Timely"
2606
  msgid "Cache Report"
2607
  msgstr "Raport de Cache"
2608
 
2609
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2610
  #: public/admin/box_ask_customer_review.php:113
2611
  #: public/admin/box_ask_customer_review.php:127
2612
  #: public/admin/box_ask_customer_review.php:141
2717
  msgstr "All-in-One Event Calendar: Setări"
2718
 
2719
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2720
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2721
  msgid "Settings"
2722
  msgstr "Setări"
2723
 
2825
  msgid "month(s)"
2826
  msgstr "lună(luni)"
2827
 
2828
+ #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Pune link către CSS</strong> în secțiunea <code>&lt;head&gt;</code> când nu este disponibil cache al fișierelor."
2831
 
2832
+ #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr "Utilizați această opțiune dacă fișierul cache este indisponibil și ați prefera mai degrabă să se servească CSS ca un link decât să fie redat în linie (inline)."
2835
 
2836
+ #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Fișierul actual <strong>robots.txt</strong> de pe acest site"
2839
 
2840
+ #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2851
  "→\t→\t→\t→\t→\t→\tcu privire la accesarea în întregime sau în parte a unui site care este de altfel vizibil pentru public.\n"
2852
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2853
 
2854
+ #: app/model/settings.php:995
2855
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
  msgstr "<strong>Publicați, promovați și împărtășiți evenimentele mele</strong> marcate ca fiind publice în rețeaua Timely. (<a href=\"%s\" target=\"_blank\">Mai mult &#187;</a>)"
2857
 
2858
+ #: app/model/settings.php:1018
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Cache-ul șabloanelor îmbunătățește performanța site-ului"
2861
 
2862
+ #: app/model/settings.php:1031
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
+ #: app/model/settings.php:1034
2867
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2868
  msgstr ""
2869
 
2871
  msgid "Event Details"
2872
  msgstr "Detalii despre Eveniment"
2873
 
2874
+ #: app/view/admin/add-new-event.php:505
2875
  msgid "Set banner image"
2876
  msgstr "Stabilește imaginea de poster"
2877
 
2878
+ #: app/view/admin/add-new-event.php:506
2879
  msgid "Remove banner image"
2880
  msgstr "Elimină imaginea de poster"
2881
 
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
+ #: app/model/settings.php:761
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Compatibilitate strictă la filtrarea conținutului "
2921
 
2922
+ #: app/model/settings.php:773
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Ascunde imaginea recomandată</strong> de la detaliile paginii de evenimente"
2925
 
2926
+ #: app/model/settings.php:776
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Selectați această opțiune dacă tema dvoastră deja afișează imaginea reprezentativă (featured) a fiecărei postări."
2929
 
2930
+ #: app/model/settings.php:787
2931
  msgid "Input dates in this format"
2932
  msgstr "Introduceţi datele în acest format"
2933
 
2934
+ #: app/model/settings.php:792
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Standard (d/m/yyyy)"
2937
 
2938
+ #: app/model/settings.php:796
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "Statele Unite (m/d/yyyy)"
2941
 
2942
+ #: app/model/settings.php:800
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (yyyy-m-d)"
2945
 
2946
+ #: app/model/settings.php:804
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Punctat (m.d.yyyy)"
2949
 
2950
+ #: app/model/settings.php:816
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr "Folosiți <strong>ora în format de 24 ore</strong> la alegerea orei"
2953
 
2954
+ #: app/model/settings.php:827
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Dezactivați funcția de autocompletare a adresei</strong>"
2957
 
2958
+ #: app/model/settings.php:838
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Folosiți <strong>regiunea</strong> configurată (localizarea WordPress) pentru a influența funcția de autocompletare a adresei"
2961
 
2962
+ #: app/model/settings.php:854
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr "Afișați vechiul buton <strong>Postați Evenimentele Dvoastră</strong> deasupra calendarului pentru utilizatorii privilegiați"
2965
 
2966
+ #: app/model/settings.php:857
2967
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
  msgstr ""
2969
 
2970
+ #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Mută calendarul în acest element DOM"
2973
 
2974
+ #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2983
  "\t\t\t\t\t\tby the calendar."
2984
  msgstr ""
2985
 
2986
+ #: app/model/settings.php:899
2987
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2988
  msgstr "<strong>Omiteți verificarea <tt>in_the_loop()</tt></strong> care protejează de afișarea multiplă a calendarului"
2989
 
2990
+ #: app/model/settings.php:902
2991
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2992
  msgstr "Încercați să activați această opțiune în cazul în care calendarul nu apare pe pagina de calendar. Aceasta este necesară pentru compatibilitate cu un număr mic de teme care apelează <tt>the_content()</tt> din interiorul The Loop. Altfel, lăsați-o dezactivată."
2993
 
2994
+ #: app/model/settings.php:914
2995
  msgid "Disable <strong>gzip</strong> compression."
2996
  msgstr "Dezactivaţi compresia <strong>gzip</strong>."
2997
 
2998
+ #: app/model/settings.php:929
2999
  msgid "Use frontend rendering."
3000
  msgstr "Folosește redarea la nivel de client („frontend”)."
3001
 
3002
+ #: app/model/settings.php:932
3003
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3004
  msgstr "Creează vizualizările calendarului la nivel de client, nu pe server; aceasta poate îmbunătăți performanța."
3005
 
3006
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3007
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3008
  msgstr "Pentru a șterge, țineți &#8984;<abbr class=\"initialism\">CTRL</abbr> şi faceţi click selecţie."
3009
 
3010
+ #: app/model/settings.php:508
3011
  msgid "Default calendar start date (optional)"
3012
  msgstr "Data implicită de început a calendarului (opţional)"
3013
 
3014
+ #: app/model/settings.php:519
3015
  msgid "Agenda pages show at most"
3016
  msgstr "Paginile Agendă vor arăta maxim"
3017
 
3018
+ #: app/model/settings.php:532
3019
  msgid "Week/Day view starts at"
3020
  msgstr "Vizualizarea săptămânală/zilnică începe cu"
3021
 
3022
+ #: app/model/settings.php:545
3023
  msgid "Week/Day view ends at"
3024
  msgstr "Vizualizarea săptămânală/zilnică se termină cu "
3025
 
3026
+ #: app/model/settings.php:573
3027
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3028
  msgstr ""
3029
 
3030
+ #: app/model/settings.php:576
3031
  msgid "Only applies to events that span a single day."
3032
  msgstr "Se aplică doar la evenimentele care se întind pe o singură zi."
3033
 
3034
+ #: app/model/settings.php:588
3035
  msgid ""
3036
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3037
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3045
  "→\t→\t→\t→\t→\t→\tVederile asemănătoare cu Agenda</span>, <strong>includ toate evenimentele\n"
3046
  "→\t→\t→\t→\t→\t→\tîncepând cu ultima zi afișată</strong>"
3047
 
3048
+ #: app/model/settings.php:604
3049
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3050
  msgstr ""
3051
 
3052
+ #: app/model/settings.php:616
3053
  msgid "<strong>Show year</strong> in calendar date labels"
3054
  msgstr ""
3055
 
3056
+ #: app/model/settings.php:628
3057
  msgid "<strong>Show location in event titles</strong> in calendar views"
3058
  msgstr ""
3059
 
3060
+ #: app/model/settings.php:640
3061
  msgid "<strong>Exclude</strong> events from search results"
3062
  msgstr "<strong>Excludeţi</strong> evenimentele din rezultatele căutării"
3063
 
3064
+ #: app/model/settings.php:652
3065
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3066
  msgstr "Ascundeţi butoanele <strong>Abonare</strong>/<strong>Adăugaţi la Calendar</strong> din calendar şi din vizualizarea evenimentului singular"
3067
 
3068
+ #: app/model/settings.php:664
3069
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3070
  msgstr "Ascunde butonul <strong>Obține un Calendar Timely</strong>"
3071
 
3072
+ #: app/model/settings.php:676
3073
  msgid " Hide <strong>Google Maps</strong> until clicked"
3074
  msgstr "Ascunde <strong>Harta Google</strong> până este dat click"
3075
 
3076
+ #: app/model/settings.php:688
3077
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3078
  msgstr "<strong>Atașați meniul de filtrare</strong> la partea de sus a ferestrei atunci când pagina se derulează"
3079
 
3080
+ #: app/model/settings.php:691
3081
  msgid "Only applies to first visible calendar found on the page."
3082
  msgstr "Se aplică doar primului calendar vizibil găsit pe pagină."
3083
 
3084
+ #: app/model/settings.php:703
3085
  msgid "Offset affixed filter bar vertically by"
3086
  msgstr "Decalează vertical bara de filtrare atașată cu"
3087
 
3088
+ #: app/model/settings.php:718
3089
  msgid "Wide screens only (&#8805; 1200px)"
3090
  msgstr "Numai ecrane late (&#8805; 1200px)"
3091
 
3092
+ #: app/model/settings.php:733
3093
  msgid "Tablets only (< 980px)"
3094
  msgstr "Doar pentru Tablete (< 980px)"
3095
 
3096
+ #: app/model/settings.php:748
3097
  msgid "Phones only (< 768px)"
3098
  msgstr "Doar telefoane (<768px)"
3099
 
3145
  msgid "Message"
3146
  msgstr ""
3147
 
3148
+ #: app/model/settings.php:401
3149
  #: lib/html/element/setting/calendar-page-selector.php:50
3150
  msgid "Calendar page"
3151
  msgstr "Pagina de calendar:"
3152
 
3153
+ #: app/model/settings.php:411
3154
  msgid "Week starts on"
3155
  msgstr "Săptămâna începe pe"
3156
 
3157
+ #: app/model/settings.php:424
3158
  msgid "Available views"
3159
  msgstr "Vizualizări disponibile"
3160
 
3161
+ #: app/model/settings.php:432
3162
  msgid "Agenda"
3163
  msgid_plural "Agenda"
3164
  msgstr[0] "Agendă"
3165
  msgstr[1] "Agende"
3166
  msgstr[2] "Agende"
3167
 
3168
+ #: app/model/settings.php:443
3169
  msgid "Day"
3170
  msgid_plural "Day"
3171
  msgstr[0] "Zi"
3172
  msgstr[1] "Zile"
3173
  msgstr[2] ""
3174
 
3175
+ #: app/model/settings.php:454
3176
  msgid "Month"
3177
  msgid_plural "Month"
3178
  msgstr[0] "Lună"
3179
  msgstr[1] "Luni"
3180
  msgstr[2] ""
3181
 
3182
+ #: app/model/settings.php:465
3183
  msgid "Week"
3184
  msgid_plural "Week"
3185
  msgstr[0] "Săptămână"
3186
  msgstr[1] "Săptămâni"
3187
  msgstr[2] "Săptămâni"
3188
 
3189
+ #: app/model/settings.php:479 app/view/event/single.php:57
3190
+ #: app/view/event/single.php:58
3191
  msgid "Timezone"
3192
  msgstr "Fus orar"
3193
 
3194
+ #: app/model/settings.php:492
3195
  msgid "Preselected calendar filters"
3196
  msgstr "Filtrele preselectate ale calendarului"
3197
 
3227
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3228
  msgstr ""
3229
 
3230
+ #: app/model/api/api-registration.php:191
3231
  msgid "Payment preferences were not saved."
3232
  msgstr ""
3233
 
3234
+ #: app/model/api/api-registration.php:182
3235
  msgid "Payment preferences were saved."
3236
  msgstr ""
3237
 
3315
  msgid "Guest Name"
3316
  msgstr ""
3317
 
3318
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3319
  msgid "Status"
3320
  msgstr ""
3321
 
3322
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3323
  #: app/view/event/ticket.php:71
3324
  msgid "Email"
3325
  msgstr "Email"
language/all-in-one-event-calendar-ru_RU.mo CHANGED
Binary file
language/all-in-one-event-calendar-ru_RU.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php:108
305
  msgid "Preferred currency for tickets:"
306
  msgstr ""
307
 
308
- #: app/view/admin/tickets.php:134
309
  msgid "United States Dollar"
310
  msgstr ""
311
 
312
- #: app/view/admin/tickets.php:135
313
  msgid "Canadian Dollar"
314
  msgstr ""
315
 
316
- #: app/view/admin/tickets.php:136
317
  msgid "Australian Dollar"
318
  msgstr ""
319
 
320
- #: app/view/admin/tickets.php:137
321
  msgid "Brazilian Real"
322
  msgstr ""
323
 
324
- #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
325
- #: app/view/admin/tickets.php:158
326
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
327
  msgstr ""
328
 
329
- #: app/view/admin/tickets.php:138
330
  msgid "Czech Koruna"
331
  msgstr ""
332
 
333
- #: app/view/admin/tickets.php:139
334
  msgid "Danish Krone"
335
  msgstr ""
336
 
337
- #: app/view/admin/tickets.php:140
338
  msgid "Euro"
339
  msgstr ""
340
 
341
- #: app/view/admin/tickets.php:141
342
  msgid "Hong Kong Dollar"
343
  msgstr ""
344
 
345
- #: app/view/admin/tickets.php:142
346
  msgid "Hungarian Forint"
347
  msgstr ""
348
 
349
- #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
350
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
351
  msgstr ""
352
 
353
- #: app/view/admin/tickets.php:143
354
  msgid "Israeli New Sheqel"
355
  msgstr ""
356
 
357
- #: app/view/admin/tickets.php:144
358
  msgid "Japanese Yen"
359
  msgstr ""
360
 
361
- #: app/view/admin/tickets.php:144
362
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
363
  msgstr ""
364
 
365
- #: app/view/admin/tickets.php:145
366
  msgid "Malaysian Ringgit"
367
  msgstr ""
368
 
369
- #: app/view/admin/tickets.php:146
370
  msgid "Mexican Peso"
371
  msgstr ""
372
 
373
- #: app/view/admin/tickets.php:147
374
  msgid "Norwegian Krone"
375
  msgstr ""
376
 
377
- #: app/view/admin/tickets.php:148
378
  msgid "New Zealand Dollar"
379
  msgstr ""
380
 
381
- #: app/view/admin/tickets.php:149
382
  msgid "Philippine Peso"
383
  msgstr ""
384
 
385
- #: app/view/admin/tickets.php:150
386
  msgid "Polish Zloty"
387
  msgstr ""
388
 
389
- #: app/view/admin/tickets.php:151
390
  msgid "Pound Sterling"
391
  msgstr ""
392
 
393
- #: app/view/admin/tickets.php:152
394
  msgid "Russian Ruble"
395
  msgstr ""
396
 
397
- #: app/view/admin/tickets.php:152
398
  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"
399
  msgstr ""
400
 
401
- #: app/view/admin/tickets.php:153
402
  msgid "Singapore Dollar"
403
  msgstr ""
404
 
405
- #: app/view/admin/tickets.php:154
406
  msgid "Swedish Krona"
407
  msgstr ""
408
 
409
- #: app/view/admin/tickets.php:155
410
  msgid "Swiss Franc"
411
  msgstr ""
412
 
413
- #: app/view/admin/tickets.php:156
414
  msgid "Taiwan New Dollar"
415
  msgstr ""
416
 
417
- #: app/view/admin/tickets.php:157
418
  msgid "Thai Baht"
419
  msgstr ""
420
 
421
- #: app/view/admin/tickets.php:158
422
  msgid "Turkish Lira"
423
  msgstr ""
424
 
@@ -426,15 +443,15 @@ msgstr ""
426
  msgid "Export to XML"
427
  msgstr ""
428
 
429
- #: lib/environment/check.php:74
430
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
431
  msgstr ""
432
 
433
- #: lib/environment/check.php:125
434
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
435
  msgstr ""
436
 
437
- #: lib/environment/check.php:141
438
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
439
  msgstr ""
440
 
@@ -450,10 +467,6 @@ msgstr ""
450
  msgid "Would you please give us some feedback on how can we improve?"
451
  msgstr ""
452
 
453
- #: public/admin/box_ask_customer_review.php:176
454
- msgid "VPproduct@time.ly"
455
- msgstr ""
456
-
457
  #: public/admin/box_event_cost.php:29
458
  msgid "Cost options not available, this event was imported from an external calendar."
459
  msgstr ""
@@ -470,10 +483,6 @@ msgstr ""
470
  msgid "No Tickets"
471
  msgstr ""
472
 
473
- #: public/admin/box_event_cost.php:53
474
- msgid "Time.ly Tickets<sup>beta</sup>"
475
- msgstr ""
476
-
477
  #: public/admin/box_event_cost.php:59
478
  msgid "External Tickets"
479
  msgstr ""
@@ -560,19 +569,19 @@ msgstr ""
560
  msgid "We were unable to get the Suggested Events from Time.ly Network"
561
  msgstr ""
562
 
563
- #: app/model/api/api-registration.php:37
564
  msgid "We were unable to Sign you In for Time.ly Network"
565
  msgstr ""
566
 
567
- #: app/model/api/api-registration.php:58
568
  msgid "We were unable to Sign you Up for Time.ly Network"
569
  msgstr ""
570
 
571
- #: app/model/api/api-registration.php:147
572
  msgid "We were unable to Sign you Out of Time.ly Network"
573
  msgstr ""
574
 
575
- #: app/model/api/api-registration.php:214
576
  msgid "We were unable to get the Sales information from Time.ly Network"
577
  msgstr ""
578
 
@@ -580,7 +589,7 @@ msgstr ""
580
  msgid "This Event was replicated from another site. Changes are not allowed."
581
  msgstr ""
582
 
583
- #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
584
  #: app/view/admin/all-events.php:214
585
  msgid "This Event was created using a different account %s. Changes are not allowed."
586
  msgstr ""
@@ -1358,10 +1367,6 @@ msgstr ""
1358
  msgid "Thank you for being our customer,"
1359
  msgstr ""
1360
 
1361
- #: public/admin/box_ask_customer_review.php:175
1362
- msgid "Aristotel Dascal, VP of Product, Time.ly"
1363
- msgstr ""
1364
-
1365
  #: public/admin/box_ask_customer_review.php:182
1366
  msgid "Sending..."
1367
  msgstr ""
@@ -1975,15 +1980,15 @@ msgstr "Ручное смещение"
1975
  msgid "Choose your timezone"
1976
  msgstr "Выберите свой часовой пояс"
1977
 
1978
- #: lib/environment/check.php:86
1979
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1980
  msgstr "Плагин был установлен, но еще не сконфигурирован. Пожалуйста, войдите под Администратором и настройте его."
1981
 
1982
- #: lib/environment/check.php:251
1983
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1984
  msgstr ""
1985
 
1986
- #: lib/environment/check.php:252
1987
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1988
  msgstr ""
1989
 
@@ -2076,27 +2081,27 @@ msgstr "<p>Событие <strong>%s</strong> успешно клонирова
2076
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2077
  msgstr ""
2078
 
2079
- #: app/view/event/single.php:123
2080
  msgid "Tickets:"
2081
  msgstr ""
2082
 
2083
- #: app/view/event/single.php:124
2084
  msgid "Free"
2085
  msgstr "Бесплатно"
2086
 
2087
- #: app/view/event/single.php:127 app/view/event/ticket.php:38
2088
  msgid "Buy Tickets"
2089
  msgstr "Купить билет"
2090
 
2091
- #: app/view/event/single.php:150
2092
  msgid "Edit this occurrence (%s)"
2093
  msgstr "Редактировать данное событие (%s)"
2094
 
2095
- #: app/view/event/single.php:221
2096
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2097
  msgstr ""
2098
 
2099
- #: app/view/event/single.php:232
2100
  msgid "View original"
2101
  msgstr "Отобразить оригинал"
2102
 
@@ -2153,11 +2158,11 @@ msgstr "Неверный ID ключ ICS подписки"
2153
  msgid "Categories (optional)"
2154
  msgstr "Категории (не обязательно)"
2155
 
2156
- #: app/view/event/content.php:33 app/view/event/single.php:119
2157
  msgid "When:"
2158
  msgstr "Когда:"
2159
 
2160
- #: app/view/event/content.php:34 app/view/event/single.php:120
2161
  msgid "Where:"
2162
  msgstr "Где:"
2163
 
@@ -2223,19 +2228,15 @@ msgstr "M j, Y @ G:i"
2223
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2224
  msgstr "Черновик события обновлен. <a target=\"_blank\" href=\"%s\">Просмотр</a>"
2225
 
2226
- #: app/view/event/single.php:78
2227
- msgid "Event was created in the %s time zone"
2228
- msgstr "Событие было создано в %s временной зоне"
2229
-
2230
- #: app/view/event/single.php:114
2231
  msgid "Add to Calendar"
2232
  msgstr "Добавить в календарь"
2233
 
2234
- #: app/view/event/single.php:121 public/admin/box_event_cost.php:385
2235
  msgid "Cost:"
2236
  msgstr "Стоимость:"
2237
 
2238
- #: app/view/event/single.php:122
2239
  msgid "Contact:"
2240
  msgstr "Контакт:"
2241
 
@@ -2334,7 +2335,7 @@ msgstr "Подписаться на отсортированный календ
2334
  msgid "Subscribe"
2335
  msgstr "Подписка"
2336
 
2337
- #: app/view/calendar/page.php:262 app/view/event/single.php:118
2338
  msgid "Get a Timely Calendar"
2339
  msgstr "Получить Timely Calendar"
2340
 
@@ -2382,7 +2383,7 @@ msgstr "Подписаться на этот календарь в другой
2382
  msgid "Clear category filter"
2383
  msgstr "Очистить фильтр категорий"
2384
 
2385
- #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:125
2386
  #: lib/html/element/setting/tags-categories.php:47
2387
  msgid "Categories"
2388
  msgstr "Категории"
@@ -2391,7 +2392,7 @@ msgstr "Категории"
2391
  msgid "Clear tag filter"
2392
  msgstr "Очистить фильтр тэгов"
2393
 
2394
- #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:126
2395
  #: lib/html/element/setting/tags-categories.php:39
2396
  msgid "Tags"
2397
  msgstr "Метки"
@@ -2412,11 +2413,11 @@ msgstr "В настоящее время нет грядущих событий.
2412
  msgid "Read more"
2413
  msgstr "Подробнее"
2414
 
2415
- #: app/view/admin/tickets.php:104
2416
  msgid "Sales"
2417
  msgstr ""
2418
 
2419
- #: app/view/admin/tickets.php:106
2420
  msgid "Cheque"
2421
  msgstr ""
2422
 
@@ -2424,32 +2425,32 @@ msgstr ""
2424
  msgid "Paypal"
2425
  msgstr "Paypal"
2426
 
2427
- #: app/view/admin/tickets.php:110
2428
  msgid "Save Changes"
2429
  msgstr ""
2430
 
2431
- #: app/view/admin/tickets.php:111
2432
  msgid "Date"
2433
  msgstr ""
2434
 
2435
- #: app/view/admin/tickets.php:112
2436
  msgid "Event"
2437
  msgstr ""
2438
 
2439
- #: app/view/admin/tickets.php:113
2440
  msgid "Purchaser"
2441
  msgstr ""
2442
 
2443
- #: app/view/admin/tickets.php:114 app/view/calendar/view/abstract.php:107
2444
  #: app/view/event/ticket.php:39
2445
  msgid "Tickets"
2446
  msgstr "Билеты"
2447
 
2448
- #: app/view/admin/tickets.php:117
2449
  msgid "Total"
2450
  msgstr ""
2451
 
2452
- #: app/view/admin/settings.php:206 app/view/admin/tickets.php:118
2453
  msgid "Sign Out"
2454
  msgstr ""
2455
 
@@ -2564,19 +2565,10 @@ msgstr "Сбросить к значениям по умолчанию"
2564
  msgid "All-in-One Event Calendar: Themes"
2565
  msgstr "All-in-One Event Calendar: темы"
2566
 
2567
- #: app/view/admin/tickets.php:35
2568
  msgid "Ticketing"
2569
  msgstr ""
2570
 
2571
- #: app/view/admin/tickets.php:36
2572
- msgid "Ticketing<sup>beta</sup>"
2573
- msgstr ""
2574
-
2575
- #: app/view/admin/tickets.php:70 app/view/admin/tickets.php:85
2576
- #: app/view/admin/tickets.php:97
2577
- msgid "Time.ly Ticketing<sup>beta</sup>"
2578
- msgstr ""
2579
-
2580
  #: app/view/admin/settings.php:98
2581
  msgctxt "meta box"
2582
  msgid "Timely"
@@ -2614,7 +2606,7 @@ msgstr "Внешние сервисы"
2614
  msgid "Cache Report"
2615
  msgstr "Отчёты по кэшу"
2616
 
2617
- #: app/view/admin/settings.php:184 app/view/admin/tickets.php:109
2618
  #: public/admin/box_ask_customer_review.php:113
2619
  #: public/admin/box_ask_customer_review.php:127
2620
  #: public/admin/box_ask_customer_review.php:141
@@ -2725,7 +2717,7 @@ msgid "All-in-One Event Calendar: Settings"
2725
  msgstr "All-in-One Event Calendar: Настройки"
2726
 
2727
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2728
- #: app/view/admin/tickets.php:103 lib/date/timezone.php:366
2729
  msgid "Settings"
2730
  msgstr "Настройки"
2731
 
@@ -2833,19 +2825,19 @@ msgstr "последний"
2833
  msgid "month(s)"
2834
  msgstr "месяц (месяцы)"
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2838
  msgstr "<strong>Ссылка CSS</strong> в <code>&lt;head&gt;</code> секции, когда кэш-файл недоступен."
2839
 
2840
- #: app/model/settings.php:963
2841
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2842
  msgstr "Используйте эту опцию если кэш-файл недоступен и вы хотите сделать CSS в виде ссылки, а не выходить в линию."
2843
 
2844
- #: app/model/settings.php:975
2845
  msgid "Current <strong>robots.txt</strong> on this site"
2846
  msgstr "Текущий файл <strong>robots.txt</strong> на этой сайте"
2847
 
2848
- #: app/model/settings.php:979
2849
  msgid ""
2850
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2851
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2859,19 +2851,19 @@ msgstr ""
2859
  "→\t→\t→\t→\t→\t→\tо доступе ко всей или к части веб-сайта, который в противном случае будет в открытом доступе.\n"
2860
  "→\t→\t→\t→\t→\t→\tВы можете изменить его вручную путем редактирования <code>robots.txt</code> в корневом каталоге WordPress."
2861
 
2862
- #: app/model/settings.php:996
2863
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2864
  msgstr "<strong>Рекламировать, продвигать и делиться моими событиями</strong>, отмеченными как публичные во Временной сети. (<a href=\"%s\" target=\"_blank\">Узнать больше &#187;</a>)"
2865
 
2866
- #: app/model/settings.php:1019
2867
  msgid "Templates cache improves site performance"
2868
  msgstr "Кэш шаблонов исправит производительность сайта"
2869
 
2870
- #: app/model/settings.php:1032
2871
  msgid "Display events in <strong>calendar time zone</strong>"
2872
  msgstr ""
2873
 
2874
- #: app/model/settings.php:1035
2875
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2876
  msgstr ""
2877
 
@@ -2879,11 +2871,11 @@ msgstr ""
2879
  msgid "Event Details"
2880
  msgstr "Подробности события"
2881
 
2882
- #: app/view/admin/add-new-event.php:500
2883
  msgid "Set banner image"
2884
  msgstr "Установить изображение баннера"
2885
 
2886
- #: app/view/admin/add-new-event.php:501
2887
  msgid "Remove banner image"
2888
  msgstr "Убрать изображение баннера"
2889
 
@@ -2923,63 +2915,63 @@ msgstr "Показать все"
2923
  msgid "Show All Authors"
2924
  msgstr ""
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Strict compatibility content filtering"
2928
  msgstr "Строгое соответствие контента фильтрам"
2929
 
2930
- #: app/model/settings.php:774
2931
  msgid " <strong>Hide featured image</strong> from event details page"
2932
  msgstr " <strong>Скрыть изображение</strong> со страницы описания события"
2933
 
2934
- #: app/model/settings.php:777
2935
  msgid "Select this option if your theme already displays each post's featured image."
2936
  msgstr "Выберите эту опцию, если ваша тема уже показывает изображения каждого сообщения."
2937
 
2938
- #: app/model/settings.php:788
2939
  msgid "Input dates in this format"
2940
  msgstr "Введите дату в этом формате"
2941
 
2942
- #: app/model/settings.php:793
2943
  msgid "Default (d/m/yyyy)"
2944
  msgstr "по-умолчанию (дд/мм/год)"
2945
 
2946
- #: app/model/settings.php:797
2947
  msgid "US (m/d/yyyy)"
2948
  msgstr "США (мм/дд/год)"
2949
 
2950
- #: app/model/settings.php:801
2951
  msgid "ISO 8601 (yyyy-m-d)"
2952
  msgstr "ISO 8601 (год-мм-дд)"
2953
 
2954
- #: app/model/settings.php:805
2955
  msgid "Dotted (m.d.yyyy)"
2956
  msgstr "Разделение точками (мес.день.год)"
2957
 
2958
- #: app/model/settings.php:817
2959
  msgid " Use <strong>24h time</strong> in time pickers"
2960
  msgstr "Использовать <strong>24-х часовой</strong> во времени выборки "
2961
 
2962
- #: app/model/settings.php:828
2963
  msgid "<strong>Disable address autocomplete</strong> function"
2964
  msgstr "Отключить функцию <strong>автозаполнения адреса</strong>"
2965
 
2966
- #: app/model/settings.php:839
2967
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2968
  msgstr "Использовать установки <strong>регион</strong> (локально WordPress) для смещения функции автозаполнения адреса"
2969
 
2970
- #: app/model/settings.php:855
2971
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2972
  msgstr "Показывать старую кнопку <strong>Опубликовать ваше событие</strong> над календарём, для привелегированных пользователей"
2973
 
2974
- #: app/model/settings.php:858
2975
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2976
  msgstr "Установить <a target=\"_blank\" href=\"http://time.ly/\">интерактивный расширения во внешнем интерфейсе </a> для <strong>внешней формы Опубликовать ваше событие</strong>."
2977
 
2978
- #: app/model/settings.php:879
2979
  msgid "Move calendar into this DOM element"
2980
  msgstr "Переместить календарь в этот элемент DOM"
2981
 
2982
- #: app/model/settings.php:881
2983
  msgid ""
2984
  "Optional. Use this JavaScript-based shortcut to place the\n"
2985
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2999,55 +2991,55 @@ msgstr ""
2999
  "→\t→\t→\t→\t→\t→\tЛюбая имеющаяся разметка, найденная внутри целевой, \n"
3000
  "→\t→\t→\t→\t→\t→\tбудет заменена календарём."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3004
  msgstr "<strong>Пропустить <tt>in_the_loop()</tt> проверку </strong>, которая защищает от многократного выхода из календаря"
3005
 
3006
- #: app/model/settings.php:903
3007
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3008
  msgstr "Попробуйте включить эту опцию, если ваш календарь не появляется на странице календаря. Это необходимо для совместимости с небольшим числом тем, которым нужна <tt>the_content()</tt> извне. Иначе, оставьте отключенным."
3009
 
3010
- #: app/model/settings.php:915
3011
  msgid "Disable <strong>gzip</strong> compression."
3012
  msgstr "Запретить <strong>gzip</strong> компрессию."
3013
 
3014
- #: app/model/settings.php:930
3015
  msgid "Use frontend rendering."
3016
  msgstr "Используйте визуализацию фронтэнда."
3017
 
3018
- #: app/model/settings.php:933
3019
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3020
  msgstr "Прорисовывать календарь на стороне клиента; может увеличить быстродействие."
3021
 
3022
- #: app/model/settings.php:494 app/view/calendar/widget.php:128
3023
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3024
  msgstr "Чтобы снять выделение, удерживайте &#8984;/<abbr class=\"initialism\">CTRL</abbr> и щелкните выделенное."
3025
 
3026
- #: app/model/settings.php:509
3027
  msgid "Default calendar start date (optional)"
3028
  msgstr "Дата начала календаря по-умолчанию (не обязательно)"
3029
 
3030
- #: app/model/settings.php:520
3031
  msgid "Agenda pages show at most"
3032
  msgstr "Показывать в режиме Списка"
3033
 
3034
- #: app/model/settings.php:533
3035
  msgid "Week/Day view starts at"
3036
  msgstr "Вид неделя/день начинается с"
3037
 
3038
- #: app/model/settings.php:546
3039
  msgid "Week/Day view ends at"
3040
  msgstr "Вид неделя/день заканчивается на"
3041
 
3042
- #: app/model/settings.php:574
3043
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3044
  msgstr "<strong>Заглушки переноса слов событий </strong> в виде Месяц"
3045
 
3046
- #: app/model/settings.php:577
3047
  msgid "Only applies to events that span a single day."
3048
  msgstr "Относится только к событиям, которые охватывают один день."
3049
 
3050
- #: app/model/settings.php:589
3051
  msgid ""
3052
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3053
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3061,55 +3053,55 @@ msgstr ""
3061
  "→\t→\t→\t→\t→\t→\tПросмотр как Повестка дня</span>, <strong>включая все события\n"
3062
  "→\t→\t→\t→\t→\t→\tначиная с последнего дня</strong>"
3063
 
3064
- #: app/model/settings.php:605
3065
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3066
  msgstr "Оставить все события <strong>развернутыми</strong> в виде Повестка дня"
3067
 
3068
- #: app/model/settings.php:617
3069
  msgid "<strong>Show year</strong> in calendar date labels"
3070
  msgstr "<strong>Показывать год</strong> в этикетках календарной даты"
3071
 
3072
- #: app/model/settings.php:629
3073
  msgid "<strong>Show location in event titles</strong> in calendar views"
3074
  msgstr "<strong>Показывать местоположение в заголовках событий</strong> при просмотре календаря"
3075
 
3076
- #: app/model/settings.php:641
3077
  msgid "<strong>Exclude</strong> events from search results"
3078
  msgstr "<strong>Исключить</strong> события из результатов поиска"
3079
 
3080
- #: app/model/settings.php:653
3081
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3082
  msgstr "Скрыть кнопки <strong>Подписаться</strong>/<strong>Добавить в календарь</strong> в календаре и едином просмотре события "
3083
 
3084
- #: app/model/settings.php:665
3085
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3086
  msgstr "Скрыть кнопку <strong>Получить Timely Calendar</strong>"
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid " Hide <strong>Google Maps</strong> until clicked"
3090
  msgstr "Скрыть <strong>Карту Google</strong> до нажатия мышкой по ней"
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3094
  msgstr " <strong>Прикрепить меню фильтр</strong> к верху окна, когда он уходит из поля зрения"
3095
 
3096
- #: app/model/settings.php:692
3097
  msgid "Only applies to first visible calendar found on the page."
3098
  msgstr "Применять только к первому видимому календарю на странице."
3099
 
3100
- #: app/model/settings.php:704
3101
  msgid "Offset affixed filter bar vertically by"
3102
  msgstr "Смещение прикрепленной панели фильтра вертикально"
3103
 
3104
- #: app/model/settings.php:719
3105
  msgid "Wide screens only (&#8805; 1200px)"
3106
  msgstr "Стандартные экраны (<1200px)"
3107
 
3108
- #: app/model/settings.php:734
3109
  msgid "Tablets only (< 980px)"
3110
  msgstr "Для планшетов (<980px)"
3111
 
3112
- #: app/model/settings.php:749
3113
  msgid "Phones only (< 768px)"
3114
  msgstr "Только телефоны (< 768px)"
3115
 
@@ -3161,52 +3153,53 @@ msgstr ""
3161
  msgid "Message"
3162
  msgstr ""
3163
 
3164
- #: app/model/settings.php:402
3165
  #: lib/html/element/setting/calendar-page-selector.php:50
3166
  msgid "Calendar page"
3167
  msgstr "Страница календаря"
3168
 
3169
- #: app/model/settings.php:412
3170
  msgid "Week starts on"
3171
  msgstr "Начало недели:"
3172
 
3173
- #: app/model/settings.php:425
3174
  msgid "Available views"
3175
  msgstr "Возможные Виды"
3176
 
3177
- #: app/model/settings.php:433
3178
  msgid "Agenda"
3179
  msgid_plural "Agenda"
3180
  msgstr[0] "Список"
3181
  msgstr[1] ""
3182
  msgstr[2] ""
3183
 
3184
- #: app/model/settings.php:444
3185
  msgid "Day"
3186
  msgid_plural "Day"
3187
  msgstr[0] "День"
3188
  msgstr[1] ""
3189
  msgstr[2] ""
3190
 
3191
- #: app/model/settings.php:455
3192
  msgid "Month"
3193
  msgid_plural "Month"
3194
  msgstr[0] "Месяц"
3195
  msgstr[1] ""
3196
  msgstr[2] ""
3197
 
3198
- #: app/model/settings.php:466
3199
  msgid "Week"
3200
  msgid_plural "Week"
3201
  msgstr[0] "Неделя"
3202
  msgstr[1] ""
3203
  msgstr[2] ""
3204
 
3205
- #: app/model/settings.php:480
 
3206
  msgid "Timezone"
3207
  msgstr "Часовой пояс"
3208
 
3209
- #: app/model/settings.php:493
3210
  msgid "Preselected calendar filters"
3211
  msgstr "Предустановленные фильтры календаря"
3212
 
@@ -3242,11 +3235,11 @@ msgstr ""
3242
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3243
  msgstr ""
3244
 
3245
- #: app/model/api/api-registration.php:186
3246
  msgid "Payment preferences were not saved."
3247
  msgstr ""
3248
 
3249
- #: app/model/api/api-registration.php:177
3250
  msgid "Payment preferences were saved."
3251
  msgstr ""
3252
 
@@ -3330,11 +3323,11 @@ msgstr ""
3330
  msgid "Guest Name"
3331
  msgstr ""
3332
 
3333
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3334
  msgid "Status"
3335
  msgstr ""
3336
 
3337
- #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3338
  #: app/view/event/ticket.php:71
3339
  msgid "Email"
3340
  msgstr "e-mail"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320
 
321
+ #: app/view/admin/tickets.php:115
322
  msgid "Preferred currency for tickets:"
323
  msgstr ""
324
 
325
+ #: app/view/admin/tickets.php:141
326
  msgid "United States Dollar"
327
  msgstr ""
328
 
329
+ #: app/view/admin/tickets.php:142
330
  msgid "Canadian Dollar"
331
  msgstr ""
332
 
333
+ #: app/view/admin/tickets.php:143
334
  msgid "Australian Dollar"
335
  msgstr ""
336
 
337
+ #: app/view/admin/tickets.php:144
338
  msgid "Brazilian Real"
339
  msgstr ""
340
 
341
+ #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
+ #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
346
+ #: app/view/admin/tickets.php:145
347
  msgid "Czech Koruna"
348
  msgstr ""
349
 
350
+ #: app/view/admin/tickets.php:146
351
  msgid "Danish Krone"
352
  msgstr ""
353
 
354
+ #: app/view/admin/tickets.php:147
355
  msgid "Euro"
356
  msgstr ""
357
 
358
+ #: app/view/admin/tickets.php:148
359
  msgid "Hong Kong Dollar"
360
  msgstr ""
361
 
362
+ #: app/view/admin/tickets.php:149
363
  msgid "Hungarian Forint"
364
  msgstr ""
365
 
366
+ #: app/view/admin/tickets.php:149 app/view/admin/tickets.php:163
367
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
368
  msgstr ""
369
 
370
+ #: app/view/admin/tickets.php:150
371
  msgid "Israeli New Sheqel"
372
  msgstr ""
373
 
374
+ #: app/view/admin/tickets.php:151
375
  msgid "Japanese Yen"
376
  msgstr ""
377
 
378
+ #: app/view/admin/tickets.php:151
379
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
380
  msgstr ""
381
 
382
+ #: app/view/admin/tickets.php:152
383
  msgid "Malaysian Ringgit"
384
  msgstr ""
385
 
386
+ #: app/view/admin/tickets.php:153
387
  msgid "Mexican Peso"
388
  msgstr ""
389
 
390
+ #: app/view/admin/tickets.php:154
391
  msgid "Norwegian Krone"
392
  msgstr ""
393
 
394
+ #: app/view/admin/tickets.php:155
395
  msgid "New Zealand Dollar"
396
  msgstr ""
397
 
398
+ #: app/view/admin/tickets.php:156
399
  msgid "Philippine Peso"
400
  msgstr ""
401
 
402
+ #: app/view/admin/tickets.php:157
403
  msgid "Polish Zloty"
404
  msgstr ""
405
 
406
+ #: app/view/admin/tickets.php:158
407
  msgid "Pound Sterling"
408
  msgstr ""
409
 
410
+ #: app/view/admin/tickets.php:159
411
  msgid "Russian Ruble"
412
  msgstr ""
413
 
414
+ #: app/view/admin/tickets.php:159
415
  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"
416
  msgstr ""
417
 
418
+ #: app/view/admin/tickets.php:160
419
  msgid "Singapore Dollar"
420
  msgstr ""
421
 
422
+ #: app/view/admin/tickets.php:161
423
  msgid "Swedish Krona"
424
  msgstr ""
425
 
426
+ #: app/view/admin/tickets.php:162
427
  msgid "Swiss Franc"
428
  msgstr ""
429
 
430
+ #: app/view/admin/tickets.php:163
431
  msgid "Taiwan New Dollar"
432
  msgstr ""
433
 
434
+ #: app/view/admin/tickets.php:164
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
+ #: app/view/admin/tickets.php:165
439
  msgid "Turkish Lira"
440
  msgstr ""
441
 
443
  msgid "Export to XML"
444
  msgstr ""
445
 
446
+ #: lib/environment/check.php:75
447
  msgid "The plugin is successfully installed! <a href=\"%s\">Add some events</a> and see them on your <a href=\"%s\">Calendar page</a>.<br />Visit the <a href=\"%s\">Settings page</a> to configure the plugin and get most of it."
448
  msgstr ""
449
 
450
+ #: lib/environment/check.php:129
451
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
452
  msgstr ""
453
 
454
+ #: lib/environment/check.php:145
455
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
456
  msgstr ""
457
 
467
  msgid "Would you please give us some feedback on how can we improve?"
468
  msgstr ""
469
 
 
 
 
 
470
  #: public/admin/box_event_cost.php:29
471
  msgid "Cost options not available, this event was imported from an external calendar."
472
  msgstr ""
483
  msgid "No Tickets"
484
  msgstr ""
485
 
 
 
 
 
486
  #: public/admin/box_event_cost.php:59
487
  msgid "External Tickets"
488
  msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
+ #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
+ #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
+ #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
+ #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
589
  msgid "This Event was replicated from another site. Changes are not allowed."
590
  msgstr ""
591
 
592
+ #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:359
593
  #: app/view/admin/all-events.php:214
594
  msgid "This Event was created using a different account %s. Changes are not allowed."
595
  msgstr ""
1367
  msgid "Thank you for being our customer,"
1368
  msgstr ""
1369
 
 
 
 
 
1370
  #: public/admin/box_ask_customer_review.php:182
1371
  msgid "Sending..."
1372
  msgstr ""
1980
  msgid "Choose your timezone"
1981
  msgstr "Выберите свой часовой пояс"
1982
 
1983
+ #: lib/environment/check.php:87
1984
  msgid "The plugin is installed, but has not been configured. Please log in as an Administrator to set it up."
1985
  msgstr "Плагин был установлен, но еще не сконфигурирован. Пожалуйста, войдите под Администратором и настройте его."
1986
 
1987
+ #: lib/environment/check.php:255
1988
  msgid "The add-on <strong>%s</strong> must be updated to at least version %s to maintain compatibility with the core calendar."
1989
  msgstr ""
1990
 
1991
+ #: lib/environment/check.php:256
1992
  msgid "If you do not see update notices below, ensure you have properly <a href=\"https://time.ly/document/user-guide/getting-started/license-keys/\" target=\"_blank\">entered your licence keys</a>. Alternatively, navigate to <a href=\"https://time.ly/your-account/\">your account</a> to download the latest version of the add-on(s) and <a href=\"http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/\">update manually</a>. Please <a href=\"https://time.ly/forums/\">post in the forum</a> if you have trouble. We are happy to help."
1993
  msgstr ""
1994
 
2081
  msgid "You have turned on Frontend Rendering and you are using a custom calendar theme. If your theme does not support Frontend Rendering, your calendar may not work correctly."
2082
  msgstr ""
2083
 
2084
+ #: app/view/event/single.php:98
2085
  msgid "Tickets:"
2086
  msgstr ""
2087
 
2088
+ #: app/view/event/single.php:99
2089
  msgid "Free"
2090
  msgstr "Бесплатно"
2091
 
2092
+ #: app/view/event/single.php:102 app/view/event/ticket.php:38
2093
  msgid "Buy Tickets"
2094
  msgstr "Купить билет"
2095
 
2096
+ #: app/view/event/single.php:125
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Редактировать данное событие (%s)"
2099
 
2100
+ #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
+ #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Отобразить оригинал"
2107
 
2158
  msgid "Categories (optional)"
2159
  msgstr "Категории (не обязательно)"
2160
 
2161
+ #: app/view/event/content.php:33 app/view/event/single.php:94
2162
  msgid "When:"
2163
  msgstr "Когда:"
2164
 
2165
+ #: app/view/event/content.php:34 app/view/event/single.php:95
2166
  msgid "Where:"
2167
  msgstr "Где:"
2168
 
2228
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2229
  msgstr "Черновик события обновлен. <a target=\"_blank\" href=\"%s\">Просмотр</a>"
2230
 
2231
+ #: app/view/event/single.php:89
 
 
 
 
2232
  msgid "Add to Calendar"
2233
  msgstr "Добавить в календарь"
2234
 
2235
+ #: app/view/event/single.php:96 public/admin/box_event_cost.php:385
2236
  msgid "Cost:"
2237
  msgstr "Стоимость:"
2238
 
2239
+ #: app/view/event/single.php:97
2240
  msgid "Contact:"
2241
  msgstr "Контакт:"
2242
 
2335
  msgid "Subscribe"
2336
  msgstr "Подписка"
2337
 
2338
+ #: app/view/calendar/page.php:262 app/view/event/single.php:93
2339
  msgid "Get a Timely Calendar"
2340
  msgstr "Получить Timely Calendar"
2341
 
2383
  msgid "Clear category filter"
2384
  msgstr "Очистить фильтр категорий"
2385
 
2386
+ #: app/view/calendar/taxonomy.php:98 app/view/event/single.php:100
2387
  #: lib/html/element/setting/tags-categories.php:47
2388
  msgid "Categories"
2389
  msgstr "Категории"
2392
  msgid "Clear tag filter"
2393
  msgstr "Очистить фильтр тэгов"
2394
 
2395
+ #: app/view/calendar/taxonomy.php:100 app/view/event/single.php:101
2396
  #: lib/html/element/setting/tags-categories.php:39
2397
  msgid "Tags"
2398
  msgstr "Метки"
2413
  msgid "Read more"
2414
  msgstr "Подробнее"
2415
 
2416
+ #: app/view/admin/tickets.php:111
2417
  msgid "Sales"
2418
  msgstr ""
2419
 
2420
+ #: app/view/admin/tickets.php:113
2421
  msgid "Cheque"
2422
  msgstr ""
2423
 
2425
  msgid "Paypal"
2426
  msgstr "Paypal"
2427
 
2428
+ #: app/view/admin/tickets.php:117
2429
  msgid "Save Changes"
2430
  msgstr ""
2431
 
2432
+ #: app/view/admin/tickets.php:118
2433
  msgid "Date"
2434
  msgstr ""
2435
 
2436
+ #: app/view/admin/tickets.php:119
2437
  msgid "Event"
2438
  msgstr ""
2439
 
2440
+ #: app/view/admin/tickets.php:120
2441
  msgid "Purchaser"
2442
  msgstr ""
2443
 
2444
+ #: app/view/admin/tickets.php:121 app/view/calendar/view/abstract.php:107
2445
  #: app/view/event/ticket.php:39
2446
  msgid "Tickets"
2447
  msgstr "Билеты"
2448
 
2449
+ #: app/view/admin/tickets.php:124
2450
  msgid "Total"
2451
  msgstr ""
2452
 
2453
+ #: app/view/admin/settings.php:206 app/view/admin/tickets.php:125
2454
  msgid "Sign Out"
2455
  msgstr ""
2456
 
2565
  msgid "All-in-One Event Calendar: Themes"
2566
  msgstr "All-in-One Event Calendar: темы"
2567
 
2568
+ #: app/view/admin/tickets.php:35 app/view/admin/tickets.php:36
2569
  msgid "Ticketing"
2570
  msgstr ""
2571
 
 
 
 
 
 
 
 
 
 
2572
  #: app/view/admin/settings.php:98
2573
  msgctxt "meta box"
2574
  msgid "Timely"
2606
  msgid "Cache Report"
2607
  msgstr "Отчёты по кэшу"
2608
 
2609
+ #: app/view/admin/settings.php:184 app/view/admin/tickets.php:116
2610
  #: public/admin/box_ask_customer_review.php:113
2611
  #: public/admin/box_ask_customer_review.php:127
2612
  #: public/admin/box_ask_customer_review.php:141
2717
  msgstr "All-in-One Event Calendar: Настройки"
2718
 
2719
  #: app/view/admin/settings.php:68 app/view/admin/settings.php:69
2720
+ #: app/view/admin/tickets.php:110 lib/date/timezone.php:366
2721
  msgid "Settings"
2722
  msgstr "Настройки"
2723
 
2825
  msgid "month(s)"
2826
  msgstr "месяц (месяцы)"
2827
 
2828
+ #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Ссылка CSS</strong> в <code>&lt;head&gt;</code> секции, когда кэш-файл недоступен."
2831
 
2832
+ #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr "Используйте эту опцию если кэш-файл недоступен и вы хотите сделать CSS в виде ссылки, а не выходить в линию."
2835
 
2836
+ #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Текущий файл <strong>robots.txt</strong> на этой сайте"
2839
 
2840
+ #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2851
  "→\t→\t→\t→\t→\t→\tо доступе ко всей или к части веб-сайта, который в противном случае будет в открытом доступе.\n"
2852
  "→\t→\t→\t→\t→\t→\tВы можете изменить его вручную путем редактирования <code>robots.txt</code> в корневом каталоге WordPress."
2853
 
2854
+ #: app/model/settings.php:995
2855
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
  msgstr "<strong>Рекламировать, продвигать и делиться моими событиями</strong>, отмеченными как публичные во Временной сети. (<a href=\"%s\" target=\"_blank\">Узнать больше &#187;</a>)"
2857
 
2858
+ #: app/model/settings.php:1018
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Кэш шаблонов исправит производительность сайта"
2861
 
2862
+ #: app/model/settings.php:1031
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
+ #: app/model/settings.php:1034
2867
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2868
  msgstr ""
2869
 
2871
  msgid "Event Details"
2872
  msgstr "Подробности события"
2873
 
2874
+ #: app/view/admin/add-new-event.php:505
2875
  msgid "Set banner image"
2876
  msgstr "Установить изображение баннера"
2877
 
2878
+ #: app/view/admin/add-new-event.php:506
2879
  msgid "Remove banner image"
2880
  msgstr "Убрать изображение баннера"
2881
 
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
+ #: app/model/settings.php:761
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Строгое соответствие контента фильтрам"
2921
 
2922
+ #: app/model/settings.php:773
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Скрыть изображение</strong> со страницы описания события"
2925
 
2926
+ #: app/model/settings.php:776
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Выберите эту опцию, если ваша тема уже показывает изображения каждого сообщения."
2929
 
2930
+ #: app/model/settings.php:787
2931
  msgid "Input dates in this format"
2932
  msgstr "Введите дату в этом формате"
2933
 
2934
+ #: app/model/settings.php:792
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "по-умолчанию (дд/мм/год)"
2937
 
2938
+ #: app/model/settings.php:796
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "США (мм/дд/год)"
2941
 
2942
+ #: app/model/settings.php:800
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (год-мм-дд)"
2945
 
2946
+ #: app/model/settings.php:804
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Разделение точками (мес.день.год)"
2949
 
2950
+ #: app/model/settings.php:816
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr "Использовать <strong>24-х часовой</strong> во времени выборки "
2953
 
2954
+ #: app/model/settings.php:827
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "Отключить функцию <strong>автозаполнения адреса</strong>"
2957
 
2958
+ #: app/model/settings.php:838
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Использовать установки <strong>регион</strong> (локально WordPress) для смещения функции автозаполнения адреса"
2961
 
2962
+ #: app/model/settings.php:854
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr "Показывать старую кнопку <strong>Опубликовать ваше событие</strong> над календарём, для привелегированных пользователей"
2965
 
2966
+ #: app/model/settings.php:857
2967
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
  msgstr "Установить <a target=\"_blank\" href=\"http://time.ly/\">интерактивный расширения во внешнем интерфейсе </a> для <strong>внешней формы Опубликовать ваше событие</strong>."
2969
 
2970
+ #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Переместить календарь в этот элемент DOM"
2973
 
2974
+ #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2991
  "→\t→\t→\t→\t→\t→\tЛюбая имеющаяся разметка, найденная внутри целевой, \n"
2992
  "→\t→\t→\t→\t→\t→\tбудет заменена календарём."
2993
 
2994
+ #: app/model/settings.php:899
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Пропустить <tt>in_the_loop()</tt> проверку </strong>, которая защищает от многократного выхода из календаря"
2997
 
2998
+ #: app/model/settings.php:902
2999
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
  msgstr "Попробуйте включить эту опцию, если ваш календарь не появляется на странице календаря. Это необходимо для совместимости с небольшим числом тем, которым нужна <tt>the_content()</tt> извне. Иначе, оставьте отключенным."
3001
 
3002
+ #: app/model/settings.php:914
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Запретить <strong>gzip</strong> компрессию."
3005
 
3006
+ #: app/model/settings.php:929
3007
  msgid "Use frontend rendering."
3008
  msgstr "Используйте визуализацию фронтэнда."
3009
 
3010
+ #: app/model/settings.php:932
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Прорисовывать календарь на стороне клиента; может увеличить быстродействие."
3013
 
3014
+ #: app/model/settings.php:493 app/view/calendar/widget.php:128
3015
  msgid "To clear, hold &#8984;/<abbr class=\"initialism\">CTRL</abbr> and click selection."
3016
  msgstr "Чтобы снять выделение, удерживайте &#8984;/<abbr class=\"initialism\">CTRL</abbr> и щелкните выделенное."
3017
 
3018
+ #: app/model/settings.php:508
3019
  msgid "Default calendar start date (optional)"
3020
  msgstr "Дата начала календаря по-умолчанию (не обязательно)"
3021
 
3022
+ #: app/model/settings.php:519
3023
  msgid "Agenda pages show at most"
3024
  msgstr "Показывать в режиме Списка"
3025
 
3026
+ #: app/model/settings.php:532
3027
  msgid "Week/Day view starts at"
3028
  msgstr "Вид неделя/день начинается с"
3029
 
3030
+ #: app/model/settings.php:545
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Вид неделя/день заканчивается на"
3033
 
3034
+ #: app/model/settings.php:573
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Заглушки переноса слов событий </strong> в виде Месяц"
3037
 
3038
+ #: app/model/settings.php:576
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Относится только к событиям, которые охватывают один день."
3041
 
3042
+ #: app/model/settings.php:588
3043
  msgid ""
3044
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3045
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3053
  "→\t→\t→\t→\t→\t→\tПросмотр как Повестка дня</span>, <strong>включая все события\n"
3054
  "→\t→\t→\t→\t→\t→\tначиная с последнего дня</strong>"
3055
 
3056
+ #: app/model/settings.php:604
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Оставить все события <strong>развернутыми</strong> в виде Повестка дня"
3059
 
3060
+ #: app/model/settings.php:616
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Показывать год</strong> в этикетках календарной даты"
3063
 
3064
+ #: app/model/settings.php:628
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Показывать местоположение в заголовках событий</strong> при просмотре календаря"
3067
 
3068
+ #: app/model/settings.php:640
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Исключить</strong> события из результатов поиска"
3071
 
3072
+ #: app/model/settings.php:652
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "Скрыть кнопки <strong>Подписаться</strong>/<strong>Добавить в календарь</strong> в календаре и едином просмотре события "
3075
 
3076
+ #: app/model/settings.php:664
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr "Скрыть кнопку <strong>Получить Timely Calendar</strong>"
3079
 
3080
+ #: app/model/settings.php:676
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "Скрыть <strong>Карту Google</strong> до нажатия мышкой по ней"
3083
 
3084
+ #: app/model/settings.php:688
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr " <strong>Прикрепить меню фильтр</strong> к верху окна, когда он уходит из поля зрения"
3087
 
3088
+ #: app/model/settings.php:691
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "Применять только к первому видимому календарю на странице."
3091
 
3092
+ #: app/model/settings.php:703
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Смещение прикрепленной панели фильтра вертикально"
3095
 
3096
+ #: app/model/settings.php:718
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Стандартные экраны (<1200px)"
3099
 
3100
+ #: app/model/settings.php:733
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Для планшетов (<980px)"
3103
 
3104
+ #: app/model/settings.php:748
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Только телефоны (< 768px)"
3107
 
3153
  msgid "Message"
3154
  msgstr ""
3155
 
3156
+ #: app/model/settings.php:401
3157
  #: lib/html/element/setting/calendar-page-selector.php:50
3158
  msgid "Calendar page"
3159
  msgstr "Страница календаря"
3160
 
3161
+ #: app/model/settings.php:411
3162
  msgid "Week starts on"
3163
  msgstr "Начало недели:"
3164
 
3165
+ #: app/model/settings.php:424
3166
  msgid "Available views"
3167
  msgstr "Возможные Виды"
3168
 
3169
+ #: app/model/settings.php:432
3170
  msgid "Agenda"
3171
  msgid_plural "Agenda"
3172
  msgstr[0] "Список"
3173
  msgstr[1] ""
3174
  msgstr[2] ""
3175
 
3176
+ #: app/model/settings.php:443
3177
  msgid "Day"
3178
  msgid_plural "Day"
3179
  msgstr[0] "День"
3180
  msgstr[1] ""
3181
  msgstr[2] ""
3182
 
3183
+ #: app/model/settings.php:454
3184
  msgid "Month"
3185
  msgid_plural "Month"
3186
  msgstr[0] "Месяц"
3187
  msgstr[1] ""
3188
  msgstr[2] ""
3189
 
3190
+ #: app/model/settings.php:465
3191
  msgid "Week"
3192
  msgid_plural "Week"
3193
  msgstr[0] "Неделя"
3194
  msgstr[1] ""
3195
  msgstr[2] ""
3196
 
3197
+ #: app/model/settings.php:479 app/view/event/single.php:57
3198
+ #: app/view/event/single.php:58
3199
  msgid "Timezone"
3200
  msgstr "Часовой пояс"
3201
 
3202
+ #: app/model/settings.php:492
3203
  msgid "Preselected calendar filters"
3204
  msgstr "Предустановленные фильтры календаря"
3205
 
3235
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3236
  msgstr ""
3237
 
3238
+ #: app/model/api/api-registration.php:191
3239
  msgid "Payment preferences were not saved."
3240
  msgstr ""
3241
 
3242
+ #: app/model/api/api-registration.php:182
3243
  msgid "Payment preferences were saved."
3244
  msgstr ""
3245
 
3323
  msgid "Guest Name"
3324
  msgstr ""
3325
 
3326
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:123
3327
  msgid "Status"
3328
  msgstr ""
3329
 
3330
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:122
3331
  #: app/view/event/ticket.php:71
3332
  msgid "Email"
3333
  msgstr "e-mail"
language/all-in-one-event-calendar-sk_SK.po CHANGED
@@ -10,7 +10,28 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
- #: app/model/settings.php:559
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid ""
15
  "<span class=\"ai1ec-tooltip-toggle\"\n"
16
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
@@ -157,7 +178,7 @@ msgid "We were unable to get the Event Details from Time.ly Ticketing"
157
  msgstr ""
158
 
159
  #: app/view/admin/add-new-event.php:307
160
- msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
161
  msgstr ""
162
 
163
  #: app/view/admin/settings.php:173
@@ -172,22 +193,18 @@ msgstr ""
172
  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”."
173
  msgstr ""
174
 
175
- #: app/view/admin/tickets.php:74
176
- msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
177
  msgstr ""
178
 
179
- #: app/view/admin/tickets.php:77
180
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
181
  msgstr ""
182
 
183
- #: app/view/admin/tickets.php:78
184
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
185
  msgstr ""
186
 
187
- #: app/view/admin/tickets.php:100
188
- msgid "Please consider Ticketing is in beta. If you encounter any bugs please raise the at <a href=\"mailto:labs@time.ly\">labs@time.ly</a>. Any enhancements requests please raise them on <a href=\"http://ideas.time.ly\">ideas.time.ly</a> under \"Ticketing\"."
189
- msgstr ""
190
-
191
  #: lib/calendar-feed/ics.php:40
192
  msgid "My Feeds"
193
  msgstr ""
@@ -208,7 +225,7 @@ msgstr ""
208
  msgid "&raquo;"
209
  msgstr ""
210
 
211
- #: lib/environment/check.php:107
212
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
213
  msgstr ""
214
 
@@ -265,27 +282,27 @@ msgstr ""
265
  msgid "Canceled"
266
  msgstr ""
267
 
268
- #: app/model/settings.php:918
269
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
270
  msgstr ""
271
 
272
- #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr ""
275
 
276
- #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr ""
279
 
280
- #: app/view/admin/add-new-event.php:407
281
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
282
  msgstr ""
283
 
284
- #: app/view/admin/add-new-event.php:416
285
  msgid ", email: "
286
  msgstr ""
287
 
288
- #: app/view/admin/add-new-event.php:420
289
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
290
  msgstr ""
291
 
@@ -293,132 +310,132 @@ msgstr ""
293
  msgid "Browse All Add-ons"
294
  msgstr ""
295
 
296
- #: app/view/admin/tickets.php:105
297
  msgid "Please provide your PayPal details."
298
  msgstr ""
299
 
300
- #: app/view/admin/tickets.php:107
301
  msgid "PayPal"
302
  msgstr ""
303
 
304
- #: app/view/admin/tickets.php
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
+ #: app/view/admin/add-new-event.php:312
14
+ msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
+ #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
+ msgid "Time.ly Ticketing"
20
+ msgstr ""
21
+
22
+ #: public/admin/box_ask_customer_review.php:175
23
+ msgid "Time.ly team"
24
+ msgstr ""
25
+
26
+ #: public/admin/box_ask_customer_review.php:176
27
+ msgid "info@time.ly"
28
+ msgstr ""
29
+
30
+ #: public/admin/box_event_cost.php:53
31
+ msgid "Time.ly Tickets"
32
+ msgstr ""
33
+
34
+ #: app/model/settings.php:558
35
  msgid ""
36
  "<span class=\"ai1ec-tooltip-toggle\"\n"
37
  "\t\t\t\t\t\t\t\t\tdata-original-title=\"Google may request for an API key in order to show the map\">\n"
178
  msgstr ""
179
 
180
  #: app/view/admin/add-new-event.php:307
181
+ msgid "Ticketing is currently not available for this website. Please, try again later."
182
  msgstr ""
183
 
184
  #: app/view/admin/settings.php:173
193
  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”."
194
  msgstr ""
195
 
196
+ #: app/view/admin/tickets.php:75
197
+ msgid "You need to sign up for a Timely Network account in order to use Ticketing or Import Feeds<br /><br />"
198
  msgstr ""
199
 
200
+ #: app/view/admin/tickets.php:78
201
  msgid "<a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\" class=\"ai1ec-btn ai1ec-btn-primary ai1ec-btn-lg\">Sign In to Timely Network</a>"
202
  msgstr ""
203
 
204
+ #: app/view/admin/tickets.php:79
205
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
206
  msgstr ""
207
 
 
 
 
 
208
  #: lib/calendar-feed/ics.php:40
209
  msgid "My Feeds"
210
  msgstr ""
225
  msgid "&raquo;"
226
  msgstr ""
227
 
228
+ #: lib/environment/check.php:111
229
  msgid "<b>ACTION REQUIRED!</b> Please, <a href=\"edit.php?post_type=ai1ec_event&page=all-in-one-event-calendar-settings\">sign</a> into Timely Network to continue syncing your imported events."
230
  msgstr ""
231
 
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
+ #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://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.)"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
297
+ #: app/view/admin/add-new-event.php:412
298
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
299
  msgstr ""
300
 
301
+ #: app/view/admin/add-new-event.php:421
302
  msgid ", email: "
303
  msgstr ""
304
 
305
+ #: app/view/admin/add-new-event.php:425
306
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
307
  msgstr ""
308
 
310
  msgid "Browse All Add-ons"
311
  msgstr ""
312
 
313
+ #: app/view/admin/tickets.php:112
314
  msgid "Please provide your PayPal details."
315
  msgstr ""
316
 
317
+ #: app/view/admin/tickets.php:114
318
  msgid "PayPal"
319
  msgstr ""
320