All-in-One Event Calendar - Version 2.5.7

Version Description

Download this release

Release Info

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

Code changes from version 2.5.6 to 2.5.7

Files changed (51) 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 +25 -1
  4. app/model/api/api-settings.php +4 -0
  5. app/model/event/instance.php +1 -1
  6. language/all-in-one-event-calendar-ar.po +96 -89
  7. language/all-in-one-event-calendar-bg_BG.po +96 -89
  8. language/all-in-one-event-calendar-ca.po +96 -89
  9. language/all-in-one-event-calendar-cs_CZ.mo +0 -0
  10. language/all-in-one-event-calendar-cs_CZ.po +110 -103
  11. language/all-in-one-event-calendar-da_DK.mo +0 -0
  12. language/all-in-one-event-calendar-da_DK.po +214 -202
  13. language/all-in-one-event-calendar-de_CH.po +96 -89
  14. language/all-in-one-event-calendar-de_DE.po +96 -89
  15. language/all-in-one-event-calendar-el.po +96 -89
  16. language/all-in-one-event-calendar-en_AU.po +96 -89
  17. language/all-in-one-event-calendar-en_GB.po +96 -89
  18. language/all-in-one-event-calendar-es_ES.po +96 -89
  19. language/all-in-one-event-calendar-et.po +96 -89
  20. language/all-in-one-event-calendar-eu.po +96 -89
  21. language/all-in-one-event-calendar-fi.po +96 -89
  22. language/all-in-one-event-calendar-fr_FR.po +96 -89
  23. language/all-in-one-event-calendar-gl_ES.po +96 -89
  24. language/all-in-one-event-calendar-he_IL.po +96 -89
  25. language/all-in-one-event-calendar-hi.po +96 -89
  26. language/all-in-one-event-calendar-hr.po +96 -89
  27. language/all-in-one-event-calendar-hu_HU.po +96 -89
  28. language/all-in-one-event-calendar-id_ID.po +96 -89
  29. language/all-in-one-event-calendar-is.po +96 -89
  30. language/all-in-one-event-calendar-it_IT.po +96 -89
  31. language/all-in-one-event-calendar-ja.po +96 -89
  32. language/all-in-one-event-calendar-lv.po +96 -89
  33. language/all-in-one-event-calendar-nb_NO.po +96 -89
  34. language/all-in-one-event-calendar-nl_NL.po +96 -89
  35. language/all-in-one-event-calendar-pl_PL.po +96 -89
  36. language/all-in-one-event-calendar-pt_BR.po +96 -89
  37. language/all-in-one-event-calendar-pt_PT.po +96 -89
  38. language/all-in-one-event-calendar-ro_RO.po +96 -89
  39. language/all-in-one-event-calendar-ru_RU.po +96 -89
  40. language/all-in-one-event-calendar-sk_SK.po +96 -89
  41. language/all-in-one-event-calendar-sl_SI.po +96 -89
  42. language/all-in-one-event-calendar-sv_SE.po +96 -89
  43. language/all-in-one-event-calendar-th.po +96 -89
  44. language/all-in-one-event-calendar-uk.po +96 -89
  45. language/all-in-one-event-calendar-zh_CN.po +96 -89
  46. language/all-in-one-event-calendar.mo +0 -0
  47. language/all-in-one-event-calendar.po +7 -7
  48. language/all-in-one-event-calendar.pot +6 -6
  49. lib/bootstrap/loader-map.php +36 -48
  50. lib/import-export/api-ics.php +18 -30
  51. public/js/pages/add_new_event.js +1 -1
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.6
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.7
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.6' );
54
  }
55
 
56
  // ================
50
  // = Plugin Version =
51
  // ==================
52
  if ( ! defined( 'AI1EC_VERSION' ) ) {
53
+ define( 'AI1EC_VERSION', '2.5.7' );
54
  }
55
 
56
  // ================
app/model/api/api-registration.php CHANGED
@@ -98,6 +98,29 @@ class Ai1ec_Api_Registration extends Ai1ec_Api_Abstract {
98
  return false;
99
  }
100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  public function is_api_sign_up_available() {
102
  return $this->is_feature_available( Ai1ec_Api_Features::CODE_API_ACCESS );
103
  }
@@ -116,7 +139,8 @@ class Ai1ec_Api_Registration extends Ai1ec_Api_Abstract {
116
  return false;
117
  }
118
  $response = $this->request_api( 'GET', AI1EC_API_URL . "calendars/$calendar_id/signout", null, true );
119
- if ( $this->is_response_success( $response ) ) {
 
120
  $this->clear_ticketing_settings();
121
  return array( 'message' => '' );
122
  } else {
98
  return false;
99
  }
100
 
101
+ /**
102
+ * @return object Response body in JSON.
103
+ */
104
+ protected function settings() {
105
+ $calendar_settings = get_site_transient( 'ai1ec_calendar_settings' );
106
+
107
+ if ( false === $calendar_settings || ( defined( 'AI1EC_DEBUG' ) && AI1EC_DEBUG ) ) {
108
+ $response = $this->request_api( 'GET', AI1EC_API_URL . 'calendars/' . $this->_get_ticket_calendar() . '/settings', null, true );
109
+
110
+ if ( $this->is_response_success( $response ) ) {
111
+ $calendar_settings = (array) $response->body;
112
+ } else {
113
+ $calendar_settings = array();
114
+ }
115
+
116
+ // Save for 5 minutes
117
+ $minutes = 5;
118
+ set_site_transient( 'ai1ec_calendar_settings', $calendar_settings, $minutes * 60 );
119
+ }
120
+
121
+ return $calendar_settings;
122
+ }
123
+
124
  public function is_api_sign_up_available() {
125
  return $this->is_feature_available( Ai1ec_Api_Features::CODE_API_ACCESS );
126
  }
139
  return false;
140
  }
141
  $response = $this->request_api( 'GET', AI1EC_API_URL . "calendars/$calendar_id/signout", null, true );
142
+ // Consider "Unauthorized" status (401) a valid response
143
+ if ( $this->is_response_success( $response ) || 401 === wp_remote_retrieve_response_code( $response->raw ) ) {
144
  $this->clear_ticketing_settings();
145
  return array( 'message' => '' );
146
  } else {
app/model/api/api-settings.php ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <?php
2
+ class Ai1ec_Api_Settings {
3
+ const FACEBOOK_API_KEY = 'facebook_api_key';
4
+ }
app/model/event/instance.php CHANGED
@@ -101,7 +101,7 @@ class Ai1ec_Event_Instance extends Ai1ec_Base {
101
  $start = $event_instance['start'];
102
  $wdate = $startdate = $enddate
103
  = $this->_parsed_date_array( $_start, $timezone );
104
- $enddate['year'] = $enddate['year'] + 3;
105
  $exclude_dates = array();
106
  $recurrence_dates = array();
107
  if ( $recurrence_dates = $event->get( 'recurrence_dates' ) ) {
101
  $start = $event_instance['start'];
102
  $wdate = $startdate = $enddate
103
  = $this->_parsed_date_array( $_start, $timezone );
104
+ $enddate['year'] = $enddate['year'] + 10;
105
  $exclude_dates = array();
106
  $recurrence_dates = array();
107
  if ( $recurrence_dates = $event->get( 'recurrence_dates' ) ) {
language/all-in-one-event-calendar-ar.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2829,19 +2836,19 @@ msgstr ""
2829
  msgid "month(s)"
2830
  msgstr ""
2831
 
2832
- #: app/model/settings.php:945
2833
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2834
  msgstr ""
2835
 
2836
- #: app/model/settings.php:948
2837
  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."
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:960
2841
  msgid "Current <strong>robots.txt</strong> on this site"
2842
  msgstr ""
2843
 
2844
- #: app/model/settings.php:964
2845
  msgid ""
2846
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2847
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2857,19 @@ msgid ""
2850
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2851
  msgstr ""
2852
 
2853
- #: app/model/settings.php:981
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:1004
2858
  msgid "Templates cache improves site performance"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1017
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1020
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
 
@@ -2914,63 +2921,63 @@ msgstr ""
2914
  msgid "Show All Authors"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:747
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr "التوافق الصارم تصفية المحتوى"
2920
 
2921
- #: app/model/settings.php:759
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:773
2930
  msgid "Input dates in this format"
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:778
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:782
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:786
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:790
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:802
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:813
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:824
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr ""
2960
 
2961
- #: app/model/settings.php:840
2962
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
  msgstr ""
2964
 
2965
- #: app/model/settings.php:843
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 ""
2968
 
2969
- #: app/model/settings.php:864
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr ""
2972
 
2973
- #: app/model/settings.php:866
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"
@@ -2982,23 +2989,23 @@ msgid ""
2982
  "\t\t\t\t\t\tby the calendar."
2983
  msgstr ""
2984
 
2985
- #: app/model/settings.php:885
2986
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2987
  msgstr ""
2988
 
2989
- #: app/model/settings.php:888
2990
  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."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:900
2994
  msgid "Disable <strong>gzip</strong> compression."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:915
2998
  msgid "Use frontend rendering."
2999
  msgstr ""
3000
 
3001
- #: app/model/settings.php:918
3002
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3003
  msgstr ""
3004
 
@@ -3022,15 +3029,15 @@ msgstr ""
3022
  msgid "Week/Day view ends at"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:559
3026
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:562
3030
  msgid "Only applies to events that span a single day."
3031
  msgstr ""
3032
 
3033
- #: app/model/settings.php:574
3034
  msgid ""
3035
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3036
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3039,55 +3046,55 @@ msgid ""
3039
  "\t\t\t\t\t\tfrom last day shown</strong>"
3040
  msgstr ""
3041
 
3042
- #: app/model/settings.php:590
3043
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:602
3047
  msgid "<strong>Show year</strong> in calendar date labels"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:614
3051
  msgid "<strong>Show location in event titles</strong> in calendar views"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:626
3055
  msgid "<strong>Exclude</strong> events from search results"
3056
  msgstr ""
3057
 
3058
- #: app/model/settings.php:638
3059
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:650
3063
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:662
3067
  msgid " Hide <strong>Google Maps</strong> until clicked"
3068
  msgstr ""
3069
 
3070
- #: app/model/settings.php:674
3071
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:677
3075
  msgid "Only applies to first visible calendar found on the page."
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:689
3079
  msgid "Offset affixed filter bar vertically by"
3080
  msgstr ""
3081
 
3082
- #: app/model/settings.php:704
3083
  msgid "Wide screens only (&#8805; 1200px)"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:719
3087
  msgid "Tablets only (< 980px)"
3088
  msgstr ""
3089
 
3090
- #: app/model/settings.php:734
3091
  msgid "Phones only (< 768px)"
3092
  msgstr ""
3093
 
@@ -3200,15 +3207,15 @@ msgstr "المنطقة الزمنية"
3200
  msgid "Preselected calendar filters"
3201
  msgstr ""
3202
 
3203
- #: app/controller/javascript.php:581
3204
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3205
  msgstr ""
3206
 
3207
- #: app/controller/javascript.php:590
3208
  msgid "The end date can't be earlier than the start date."
3209
  msgstr ""
3210
 
3211
- #: app/controller/javascript.php:591
3212
  msgid "For week and day view, you must select an interval of at least 6 hours."
3213
  msgstr ""
3214
 
@@ -3232,11 +3239,11 @@ msgstr ""
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:162
3236
  msgid "Payment preferences were not saved."
3237
  msgstr ""
3238
 
3239
- #: app/model/api/api-registration.php:153
3240
  msgid "Payment preferences were saved."
3241
  msgstr ""
3242
 
@@ -3264,94 +3271,94 @@ msgstr ""
3264
  msgid "Sold out"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:553
3268
  msgid "Report"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:554
3272
  msgid "Sale dates"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:555
3276
  msgid "Limits"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:556
3280
  msgid "Actions"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:557
3284
  msgid "Sold:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:558
3288
  msgid "Left:"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:559
3292
  msgid "Start:"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:560
3296
  msgid "End:"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3300
  msgid "Min:"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3304
  msgid "Max:"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:563
3308
  msgid "Attendees"
3309
  msgstr ""
3310
 
3311
- #: app/controller/javascript.php:564
3312
  msgid "Hide Attendees"
3313
  msgstr ""
3314
 
3315
- #: app/controller/javascript.php:565
3316
  msgid "Attendees List"
3317
  msgstr ""
3318
 
3319
- #: app/controller/javascript.php:566
3320
  msgid "Guest Name"
3321
  msgstr ""
3322
 
3323
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3324
  msgid "Status"
3325
  msgstr ""
3326
 
3327
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3328
  #: app/view/event/ticket.php:71
3329
  msgid "Email"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:569
3333
  msgid "No attendees for this ticket type."
3334
  msgstr ""
3335
 
3336
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3337
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3338
  msgid "Edit"
3339
  msgstr "تعديل"
3340
 
3341
- #: app/controller/javascript.php:571
3342
  msgid "Code"
3343
  msgstr ""
3344
 
3345
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3346
  #: public/admin/box_event_cost.php:308
3347
  msgid "Unlimited"
3348
  msgstr ""
3349
 
3350
- #: app/controller/javascript.php:578
3351
  msgid "Your message has been sent. Thank you for your feedback."
3352
  msgstr ""
3353
 
3354
- #: app/controller/javascript.php:579
3355
  msgid "Your message has not been sent. Please try again or contact us."
3356
  msgstr ""
3357
 
@@ -3403,31 +3410,31 @@ msgstr ""
3403
  msgid "Loading&hellip;"
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3407
  msgid "Preview:"
3408
  msgstr "معاينة :"
3409
 
3410
- #: app/controller/javascript.php:542
3411
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3412
  msgstr ""
3413
 
3414
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3415
  msgid "Ticketing Details"
3416
  msgstr ""
3417
 
3418
- #: app/controller/javascript.php:548
3419
  msgid "Hide Ticketing Details"
3420
  msgstr ""
3421
 
3422
- #: app/controller/javascript.php:549
3423
  msgid "Loading tickets details..."
3424
  msgstr ""
3425
 
3426
- #: app/controller/javascript.php:550
3427
  msgid "Type and price"
3428
  msgstr ""
3429
 
3430
- #: app/controller/javascript.php:551
3431
  msgid "Info"
3432
  msgstr ""
3433
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3207
  msgid "Preselected calendar filters"
3208
  msgstr ""
3209
 
3210
+ #: app/controller/javascript.php:582
3211
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3212
  msgstr ""
3213
 
3214
+ #: app/controller/javascript.php:591
3215
  msgid "The end date can't be earlier than the start date."
3216
  msgstr ""
3217
 
3218
+ #: app/controller/javascript.php:592
3219
  msgid "For week and day view, you must select an interval of at least 6 hours."
3220
  msgstr ""
3221
 
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
 
3271
  msgid "Sold out"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:554
3275
  msgid "Report"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:555
3279
  msgid "Sale dates"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:556
3283
  msgid "Limits"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:557
3287
  msgid "Actions"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:558
3291
  msgid "Sold:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:559
3295
  msgid "Left:"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:560
3299
  msgid "Start:"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:561
3303
  msgid "End:"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3307
  msgid "Min:"
3308
  msgstr ""
3309
 
3310
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3311
  msgid "Max:"
3312
  msgstr ""
3313
 
3314
+ #: app/controller/javascript.php:564
3315
  msgid "Attendees"
3316
  msgstr ""
3317
 
3318
+ #: app/controller/javascript.php:565
3319
  msgid "Hide Attendees"
3320
  msgstr ""
3321
 
3322
+ #: app/controller/javascript.php:566
3323
  msgid "Attendees List"
3324
  msgstr ""
3325
 
3326
+ #: app/controller/javascript.php:567
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 ""
3338
 
3339
+ #: app/controller/javascript.php:570
3340
  msgid "No attendees for this ticket type."
3341
  msgstr ""
3342
 
3343
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3344
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3345
  msgid "Edit"
3346
  msgstr "تعديل"
3347
 
3348
+ #: app/controller/javascript.php:572
3349
  msgid "Code"
3350
  msgstr ""
3351
 
3352
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3353
  #: public/admin/box_event_cost.php:308
3354
  msgid "Unlimited"
3355
  msgstr ""
3356
 
3357
+ #: app/controller/javascript.php:579
3358
  msgid "Your message has been sent. Thank you for your feedback."
3359
  msgstr ""
3360
 
3361
+ #: app/controller/javascript.php:580
3362
  msgid "Your message has not been sent. Please try again or contact us."
3363
  msgstr ""
3364
 
3410
  msgid "Loading&hellip;"
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3414
  msgid "Preview:"
3415
  msgstr "معاينة :"
3416
 
3417
+ #: app/controller/javascript.php:543
3418
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3419
  msgstr ""
3420
 
3421
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3422
  msgid "Ticketing Details"
3423
  msgstr ""
3424
 
3425
+ #: app/controller/javascript.php:549
3426
  msgid "Hide Ticketing Details"
3427
  msgstr ""
3428
 
3429
+ #: app/controller/javascript.php:550
3430
  msgid "Loading tickets details..."
3431
  msgstr ""
3432
 
3433
+ #: app/controller/javascript.php:551
3434
  msgid "Type and price"
3435
  msgstr ""
3436
 
3437
+ #: app/controller/javascript.php:552
3438
  msgid "Info"
3439
  msgstr ""
3440
 
language/all-in-one-event-calendar-bg_BG.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "последен/на"
2825
  msgid "month(s)"
2826
  msgstr "месец(и)"
2827
 
2828
- #: app/model/settings.php:945
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:948
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 като линк, отколкото да се изведе inline."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Същестуващ <strong>robots.txt</strong> на този сайт"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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>Публикувай, промотирай и сподели моите събития</strong> отбелязани като публични в мрежата на Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2852
 
2853
- #: app/model/settings.php:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr "Кешът на шаблоните подобрява дейността на сайтa"
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr "Покажи всички"
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr "Строго филтриране на съвместимостта"
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr " <strong>Скрий показаното изображение</strong> от страницата с подробностите за събитието"
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr "Изберете тази опция ако темата вече показва изображението (featured) на всеки пост/публикация."
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr "Въведете датите в този формат"
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr "По подразбиране (d/m/yyyy), например 3/12/2014"
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr "US (m/d/yyyy)"
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr "ISO 8601 (yyyy-m-d)"
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr "Dotted (m.d.yyyy)"
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr "Използвай <strong>24-часов формат</strong> в представяне на часа"
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr "Направете недостъпна <strong>Функция за автоматично довършване на адреса</strong>"
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr "Използвайте конфигурирания <strong>регион</strong> (WordPress locale), за да предопределите функция за автоматично довършване "
2956
 
2957
- #: app/model/settings.php:840
2958
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
  msgstr "Покажете стария бутон <strong>Публикувай своето събитие</strong> над календара за привилегировани потребители."
2960
 
2961
- #: app/model/settings.php:843
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 "Инсталирай <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> за <strong>фронт енд формуляра Публикувай своето събитие</strong>."
2964
 
2965
- #: app/model/settings.php:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr "Преместване на календара в DOM element"
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
2982
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2983
  msgstr "<strong>Прескочи <tt>in_the_loop()</tt> check </strong>, което предпазва от многократни календарни резултати "
2984
 
2985
- #: app/model/settings.php:888
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 "Опитайте се да активирате тази опция ако календарът не не появява на календарната страница. Това е необходимо за съвместимост на малък брой теми, които извикват формуляра <tt>the_content()</tt> извън The Loop. Иначе го оставане недостъпно."
2988
 
2989
- #: app/model/settings.php:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr "Направи компресията <strong>gzip</strong> недостъпна."
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr "Използвай фронтенд рендъринг."
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr "Седмичен/Дневен изглед започва на"
3018
  msgid "Week/Day view ends at"
3019
  msgstr "Седмичен/Дневен изглед приключва на"
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr "<strong>Пренеси думите в тестето със събития</strong> в Месечен изглед"
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr "Отнася се само за събития, които обхващат на един ден."
3028
 
3029
- #: app/model/settings.php:574
3030
  msgid ""
3031
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3032
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3040,55 +3047,55 @@ msgstr ""
3040
  "→\t→\t→\t→\t→\t→\tИзгледи близки до изглед Градик</span>, <strong>включват всички събития\n"
3041
  "→\t→\t→\t→\t→\t→\tот последния показан ден</strong>"
3042
 
3043
- #: app/model/settings.php:590
3044
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3045
  msgstr "Показвай всички събития <strong>разгърнати</strong> в изглед График"
3046
 
3047
- #: app/model/settings.php:602
3048
  msgid "<strong>Show year</strong> in calendar date labels"
3049
  msgstr "<strong>Покажи годината</strong> в етикета на календарните дати"
3050
 
3051
- #: app/model/settings.php:614
3052
  msgid "<strong>Show location in event titles</strong> in calendar views"
3053
  msgstr "<strong>Покажи мястото в каретата на събитията</strong> в календарните изгледи"
3054
 
3055
- #: app/model/settings.php:626
3056
  msgid "<strong>Exclude</strong> events from search results"
3057
  msgstr "<strong>Изключи</strong> събитията от резултатите на търсачката"
3058
 
3059
- #: app/model/settings.php:638
3060
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3061
  msgstr "Скрий бутоните <strong>Абонамент</strong>/<strong>Добави към календар</strong> в календарен и самостоятелен изглед на събитие"
3062
 
3063
- #: app/model/settings.php:650
3064
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3065
  msgstr "Скрий бутона <strong>Get a Timely Calendar</strong> "
3066
 
3067
- #: app/model/settings.php:662
3068
  msgid " Hide <strong>Google Maps</strong> until clicked"
3069
  msgstr "Скрий <strong>Google Maps</strong> докато не са натиснати"
3070
 
3071
- #: app/model/settings.php:674
3072
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3073
  msgstr " <strong>Прикрепи менюто за филтриране</strong> към горния край на прозореца, когато се скрива при превъртане на изгледа"
3074
 
3075
- #: app/model/settings.php:677
3076
  msgid "Only applies to first visible calendar found on the page."
3077
  msgstr ""
3078
 
3079
- #: app/model/settings.php:689
3080
  msgid "Offset affixed filter bar vertically by"
3081
  msgstr "Отмести прикрепената лента на филтъра вертикално с"
3082
 
3083
- #: app/model/settings.php:704
3084
  msgid "Wide screens only (&#8805; 1200px)"
3085
  msgstr "Само за широк екран (&#8805; 1200px)"
3086
 
3087
- #: app/model/settings.php:719
3088
  msgid "Tablets only (< 980px)"
3089
  msgstr "Само за таблети (< 980px)"
3090
 
3091
- #: app/model/settings.php:734
3092
  msgid "Phones only (< 768px)"
3093
  msgstr "Само за телефони (< 768px)"
3094
 
@@ -3185,15 +3192,15 @@ msgstr "Часова зона"
3185
  msgid "Preselected calendar filters"
3186
  msgstr "Предварително зададени филтри на календара"
3187
 
3188
- #: app/controller/javascript.php:581
3189
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3190
  msgstr ""
3191
 
3192
- #: app/controller/javascript.php:590
3193
  msgid "The end date can't be earlier than the start date."
3194
  msgstr "Крайната дата не може да е по-рано от началната дата."
3195
 
3196
- #: app/controller/javascript.php:591
3197
  msgid "For week and day view, you must select an interval of at least 6 hours."
3198
  msgstr "За седмичен или дневен изглед, трябва да изберете интервал от поне 6 часа."
3199
 
@@ -3217,11 +3224,11 @@ msgstr ""
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:162
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:153
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
@@ -3249,94 +3256,94 @@ msgstr ""
3249
  msgid "Sold out"
3250
  msgstr ""
3251
 
3252
- #: app/controller/javascript.php:553
3253
  msgid "Report"
3254
  msgstr ""
3255
 
3256
- #: app/controller/javascript.php:554
3257
  msgid "Sale dates"
3258
  msgstr ""
3259
 
3260
- #: app/controller/javascript.php:555
3261
  msgid "Limits"
3262
  msgstr ""
3263
 
3264
- #: app/controller/javascript.php:556
3265
  msgid "Actions"
3266
  msgstr ""
3267
 
3268
- #: app/controller/javascript.php:557
3269
  msgid "Sold:"
3270
  msgstr ""
3271
 
3272
- #: app/controller/javascript.php:558
3273
  msgid "Left:"
3274
  msgstr ""
3275
 
3276
- #: app/controller/javascript.php:559
3277
  msgid "Start:"
3278
  msgstr ""
3279
 
3280
- #: app/controller/javascript.php:560
3281
  msgid "End:"
3282
  msgstr ""
3283
 
3284
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3285
  msgid "Min:"
3286
  msgstr ""
3287
 
3288
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3289
  msgid "Max:"
3290
  msgstr ""
3291
 
3292
- #: app/controller/javascript.php:563
3293
  msgid "Attendees"
3294
  msgstr ""
3295
 
3296
- #: app/controller/javascript.php:564
3297
  msgid "Hide Attendees"
3298
  msgstr ""
3299
 
3300
- #: app/controller/javascript.php:565
3301
  msgid "Attendees List"
3302
  msgstr ""
3303
 
3304
- #: app/controller/javascript.php:566
3305
  msgid "Guest Name"
3306
  msgstr ""
3307
 
3308
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3309
  msgid "Status"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3313
  #: app/view/event/ticket.php:71
3314
  msgid "Email"
3315
  msgstr "E-mail"
3316
 
3317
- #: app/controller/javascript.php:569
3318
  msgid "No attendees for this ticket type."
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3322
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3323
  msgid "Edit"
3324
  msgstr "Редакция"
3325
 
3326
- #: app/controller/javascript.php:571
3327
  msgid "Code"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3331
  #: public/admin/box_event_cost.php:308
3332
  msgid "Unlimited"
3333
  msgstr ""
3334
 
3335
- #: app/controller/javascript.php:578
3336
  msgid "Your message has been sent. Thank you for your feedback."
3337
  msgstr ""
3338
 
3339
- #: app/controller/javascript.php:579
3340
  msgid "Your message has not been sent. Please try again or contact us."
3341
  msgstr ""
3342
 
@@ -3388,31 +3395,31 @@ msgstr "Напомняне, че линковете започват или с
3388
  msgid "Loading&hellip;"
3389
  msgstr "Зарежда&hellip;"
3390
 
3391
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3392
  msgid "Preview:"
3393
  msgstr "Преглед:"
3394
 
3395
- #: app/controller/javascript.php:542
3396
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3397
  msgstr "Зарежда преглед&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3398
 
3399
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3400
  msgid "Ticketing Details"
3401
  msgstr ""
3402
 
3403
- #: app/controller/javascript.php:548
3404
  msgid "Hide Ticketing Details"
3405
  msgstr ""
3406
 
3407
- #: app/controller/javascript.php:549
3408
  msgid "Loading tickets details..."
3409
  msgstr ""
3410
 
3411
- #: app/controller/javascript.php:550
3412
  msgid "Type and price"
3413
  msgstr ""
3414
 
3415
- #: app/controller/javascript.php:551
3416
  msgid "Info"
3417
  msgstr ""
3418
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "→\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
 
3192
  msgid "Preselected calendar filters"
3193
  msgstr "Предварително зададени филтри на календара"
3194
 
3195
+ #: app/controller/javascript.php:582
3196
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3197
  msgstr ""
3198
 
3199
+ #: app/controller/javascript.php:591
3200
  msgid "The end date can't be earlier than the start date."
3201
  msgstr "Крайната дата не може да е по-рано от началната дата."
3202
 
3203
+ #: app/controller/javascript.php:592
3204
  msgid "For week and day view, you must select an interval of at least 6 hours."
3205
  msgstr "За седмичен или дневен изглед, трябва да изберете интервал от поне 6 часа."
3206
 
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
 
3256
  msgid "Sold out"
3257
  msgstr ""
3258
 
3259
+ #: app/controller/javascript.php:554
3260
  msgid "Report"
3261
  msgstr ""
3262
 
3263
+ #: app/controller/javascript.php:555
3264
  msgid "Sale dates"
3265
  msgstr ""
3266
 
3267
+ #: app/controller/javascript.php:556
3268
  msgid "Limits"
3269
  msgstr ""
3270
 
3271
+ #: app/controller/javascript.php:557
3272
  msgid "Actions"
3273
  msgstr ""
3274
 
3275
+ #: app/controller/javascript.php:558
3276
  msgid "Sold:"
3277
  msgstr ""
3278
 
3279
+ #: app/controller/javascript.php:559
3280
  msgid "Left:"
3281
  msgstr ""
3282
 
3283
+ #: app/controller/javascript.php:560
3284
  msgid "Start:"
3285
  msgstr ""
3286
 
3287
+ #: app/controller/javascript.php:561
3288
  msgid "End:"
3289
  msgstr ""
3290
 
3291
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3292
  msgid "Min:"
3293
  msgstr ""
3294
 
3295
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3296
  msgid "Max:"
3297
  msgstr ""
3298
 
3299
+ #: app/controller/javascript.php:564
3300
  msgid "Attendees"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:565
3304
  msgid "Hide Attendees"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:566
3308
  msgid "Attendees List"
3309
  msgstr ""
3310
 
3311
+ #: app/controller/javascript.php:567
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"
3323
 
3324
+ #: app/controller/javascript.php:570
3325
  msgid "No attendees for this ticket type."
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3329
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3330
  msgid "Edit"
3331
  msgstr "Редакция"
3332
 
3333
+ #: app/controller/javascript.php:572
3334
  msgid "Code"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3338
  #: public/admin/box_event_cost.php:308
3339
  msgid "Unlimited"
3340
  msgstr ""
3341
 
3342
+ #: app/controller/javascript.php:579
3343
  msgid "Your message has been sent. Thank you for your feedback."
3344
  msgstr ""
3345
 
3346
+ #: app/controller/javascript.php:580
3347
  msgid "Your message has not been sent. Please try again or contact us."
3348
  msgstr ""
3349
 
3395
  msgid "Loading&hellip;"
3396
  msgstr "Зарежда&hellip;"
3397
 
3398
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3399
  msgid "Preview:"
3400
  msgstr "Преглед:"
3401
 
3402
+ #: app/controller/javascript.php:543
3403
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3404
  msgstr "Зарежда преглед&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3405
 
3406
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3407
  msgid "Ticketing Details"
3408
  msgstr ""
3409
 
3410
+ #: app/controller/javascript.php:549
3411
  msgid "Hide Ticketing Details"
3412
  msgstr ""
3413
 
3414
+ #: app/controller/javascript.php:550
3415
  msgid "Loading tickets details..."
3416
  msgstr ""
3417
 
3418
+ #: app/controller/javascript.php:551
3419
  msgid "Type and price"
3420
  msgstr ""
3421
 
3422
+ #: app/controller/javascript.php:552
3423
  msgid "Info"
3424
  msgstr ""
3425
 
language/all-in-one-event-calendar-ca.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr ""
2825
  msgid "month(s)"
2826
  msgstr ""
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr "Mostrar tot "
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr "Vista de la setmana/dia comença el"
3018
  msgid "Week/Day view ends at"
3019
  msgstr "Vista de la setmana/dia finalitza el"
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr ""
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:638
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:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:674
3067
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3068
  msgstr "<strong>Enganxeu menú de filtres</strong> a la part superior de la finestra quan es desplaça fora de la vista"
3069
 
3070
- #: app/model/settings.php:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr "Desplaçament verticalment de la barra de filtre fix"
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr "Només pantalles amples (&#8805; 1200px)"
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr "Només tauletes (< 980px)"
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr "Només mòbils (< 768px)"
3089
 
@@ -3180,15 +3187,15 @@ msgstr "Franja horària"
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr "La data d'acabament no pot ser anterior a la d'inici"
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr ""
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr "Canviar"
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr "Si us plau, recordeu que les adreces han de començar amb \"http://\" o
3383
  msgid "Loading&hellip;"
3384
  msgstr "Càrrega&hellip;"
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr "Previsualització:"
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr ""
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr "La data d'acabament no pot ser anterior a la d'inici"
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr ""
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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 ""
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr "Canviar"
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr "Càrrega&hellip;"
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr "Previsualització:"
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr ""
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-cs_CZ.mo CHANGED
Binary file
language/all-in-one-event-calendar-cs_CZ.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the 2.3 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2016-04-13 19:30:12+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,17 +10,24 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
16
 
17
  #: public/admin/box_event_cost.php:303
18
  msgid "Report:"
19
- msgstr ""
20
 
21
  #: public/admin/box_event_cost.php:306
22
  msgid "Sold: %d, Left: %s, Reserved: %d"
23
- msgstr ""
24
 
25
  #: public/admin/box_event_cost.php:335
26
  msgid "Add Tax &amp; Invoice Options (required)"
@@ -106,11 +113,11 @@ msgstr ""
106
 
107
  #: public/admin/plugins/suggested/display_feeds.php:29
108
  msgid "Search"
109
- msgstr ""
110
 
111
  #: public/admin/plugins/suggested/display_feeds.php:40
112
  msgid " events found."
113
- msgstr ""
114
 
115
  #: public/admin/plugins/suggested/display_feeds.php:42
116
  msgid "Update settings for the imported events in “My feeds” tab."
@@ -118,7 +125,7 @@ msgstr ""
118
 
119
  #: public/admin/plugins/suggested/display_feeds.php:47
120
  msgid "Map"
121
- msgstr ""
122
 
123
  #: public/admin/plugins/suggested/display_feeds.php:50
124
  msgid "Both"
@@ -126,12 +133,12 @@ msgstr ""
126
 
127
  #: public/admin/plugins/suggested/display_feeds.php:53
128
  msgid "List"
129
- msgstr ""
130
 
131
  #: public/admin/plugins/suggested/display_feeds.php:72
132
  #: public/admin/plugins/suggested/feeds_list.php:4
133
  msgid "No events found."
134
- msgstr ""
135
 
136
  #: public/admin/plugins/suggested/display_feeds.php:75
137
  msgid "Please, modify your search criteria and try again."
@@ -139,11 +146,11 @@ msgstr ""
139
 
140
  #: public/admin/plugins/suggested/event_actions.php:5
141
  msgid "Import"
142
- msgstr ""
143
 
144
  #: public/admin/plugins/suggested/event_actions.php:9
145
  msgid "Importing"
146
- msgstr ""
147
 
148
  #: app/model/api/api-ticketing.php:468
149
  msgid "We were unable to get the Event Details from Time.ly Ticketing"
@@ -187,19 +194,19 @@ msgstr ""
187
 
188
  #: lib/calendar-feed/ics.php:889
189
  msgid "Event imported"
190
- msgstr ""
191
 
192
  #: lib/calendar-feed/suggested.php:24
193
  msgid "Discover Events"
194
- msgstr ""
195
 
196
  #: lib/calendar-feed/suggested.php:103
197
  msgid "&laquo;"
198
- msgstr ""
199
 
200
  #: lib/calendar-feed/suggested.php:104
201
  msgid "&raquo;"
202
- msgstr ""
203
 
204
  #: lib/environment/check.php:107
205
  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,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  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.)"
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr "Použijte rozšířenou JS cache."
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr "Ukládat dynamicky generované soubory JS do cache pro zlepšení výkonu."
272
 
@@ -535,11 +542,11 @@ msgstr ""
535
  "<b>\n"
536
  "→\t→\t→\t→\tUdálost má zvolenou možnost lístků, ale žádné lístky nebyly přidány.</b>"
537
 
538
- #: app/controller/javascript.php:584
539
  msgid "Response text received from server"
540
  msgstr "Odpověď, která dorazila ze serveru"
541
 
542
- #: app/controller/javascript.php:585
543
  msgid "Click here for technical details"
544
  msgstr "Klikněte zde pro technické detaily"
545
 
@@ -563,11 +570,11 @@ msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
563
  msgid "We were unable to Sign you Up for Time.ly Network"
564
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
565
 
566
- #: app/model/api/api-registration.php:123
567
  msgid "We were unable to Sign you Out of Time.ly Network"
568
  msgstr "Nebyli jsme schopni vás odhlásit ze sítě Time.ly"
569
 
570
- #: app/model/api/api-registration.php:190
571
  msgid "We were unable to get the Sales information from Time.ly Network"
572
  msgstr "Nebyli jsme schopni získat obchodní informace ze sítě Time.ly"
573
 
@@ -2828,19 +2835,19 @@ msgstr "poslední"
2828
  msgid "month(s)"
2829
  msgstr "měsíc(ů)"
2830
 
2831
- #: app/model/settings.php:945
2832
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2833
  msgstr "<strong>Odkaz CSS</strong> v <code>&lt;head&gt;</code> sekci, když soubor s cache není dostupný."
2834
 
2835
- #: app/model/settings.php:948
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 "Použijte tuto možnost, pokud je souborová cache nedostupná a preferovali byste raději předání CSS jako linku než vygenerovaného."
2838
 
2839
- #: app/model/settings.php:960
2840
  msgid "Current <strong>robots.txt</strong> on this site"
2841
  msgstr "Aktuální <strong>robots.txt</strong> na těchto stránkách"
2842
 
2843
- #: app/model/settings.php:964
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"
@@ -2854,19 +2861,19 @@ msgstr ""
2854
  "→\t→\t→\t→\t→\t→\tohledně přístupů k celým nebo částem stránek, které jsou jinak veřejně dostupné.\n"
2855
  "→\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."
2856
 
2857
- #: app/model/settings.php:981
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>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>)"
2860
 
2861
- #: app/model/settings.php:1004
2862
  msgid "Templates cache improves site performance"
2863
  msgstr "Vyrovnávací paměť šablon zlepšuje výkon stránek"
2864
 
2865
- #: app/model/settings.php:1017
2866
  msgid "Display events in <strong>calendar time zone</strong>"
2867
  msgstr "Zobrazit události v <strong>časovém pásmu kalendáře</strong>"
2868
 
2869
- #: app/model/settings.php:1020
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 "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."
2872
 
@@ -2918,63 +2925,63 @@ msgstr "Ukázat vše"
2918
  msgid "Show All Authors"
2919
  msgstr "Zobrazit všechny autory"
2920
 
2921
- #: app/model/settings.php:747
2922
  msgid "Strict compatibility content filtering"
2923
  msgstr "Filtrace obsahu v režimu striktní kompatibility"
2924
 
2925
- #: app/model/settings.php:759
2926
  msgid " <strong>Hide featured image</strong> from event details page"
2927
  msgstr " <strong>Skrýt featured obrázek</strong> na detailní stránce události"
2928
 
2929
- #: app/model/settings.php:762
2930
  msgid "Select this option if your theme already displays each post's featured image."
2931
  msgstr "Vyberte tuto možnost, pokud již vaše šablona zobrazuje náhledový obrázek každého příspěvku."
2932
 
2933
- #: app/model/settings.php:773
2934
  msgid "Input dates in this format"
2935
  msgstr "Vložte data v tomto formátu"
2936
 
2937
- #: app/model/settings.php:778
2938
  msgid "Default (d/m/yyyy)"
2939
  msgstr "Výchozí (d/m/yyyy)"
2940
 
2941
- #: app/model/settings.php:782
2942
  msgid "US (m/d/yyyy)"
2943
  msgstr "Americký (m/d/yyyy)"
2944
 
2945
- #: app/model/settings.php:786
2946
  msgid "ISO 8601 (yyyy-m-d)"
2947
  msgstr "ISO 8601 (yyyy-m-d)"
2948
 
2949
- #: app/model/settings.php:790
2950
  msgid "Dotted (m.d.yyyy)"
2951
  msgstr "S tečkami (m.d.yyyy)"
2952
 
2953
- #: app/model/settings.php:802
2954
  msgid " Use <strong>24h time</strong> in time pickers"
2955
  msgstr " Použít <strong>24h čas</strong> při výběru času"
2956
 
2957
- #: app/model/settings.php:813
2958
  msgid "<strong>Disable address autocomplete</strong> function"
2959
  msgstr "<strong>Zakázat funkci automatické dokončování adres</strong>"
2960
 
2961
- #: app/model/settings.php:824
2962
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2963
  msgstr "Použijte nastavený <strong>region</strong> (v nastavení WordPressu) pro upřednostnění funkce automatického doplňování adres"
2964
 
2965
- #: app/model/settings.php:840
2966
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2967
  msgstr "Zobrazit staré <strong>Vložit událost</strong> tlačítko nad kalendářem pro privilegované uživatele"
2968
 
2969
- #: app/model/settings.php:843
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 "Nainstalujte <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> pro <strong>formulář Vložte svou událost</strong>."
2972
 
2973
- #: app/model/settings.php:864
2974
  msgid "Move calendar into this DOM element"
2975
  msgstr "Přesunout kalendář do tohoto DOM elementu."
2976
 
2977
- #: app/model/settings.php:866
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"
@@ -2994,23 +3001,23 @@ msgstr ""
2994
  "→\t→\t→\t→\t→\t→\tJakýkoliv existující text, nalezený v cílové položce, bude\n"
2995
  "→\t→\t→\t→\t→\t→\tkalendářem přepsán."
2996
 
2997
- #: app/model/settings.php:885
2998
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2999
  msgstr "<strong>Přeskočit kontrolu <tt>in_the_loop()</tt></strong>, která zabraňuje vícenásobnému zobrazování kalendáře"
3000
 
3001
- #: app/model/settings.php:888
3002
  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."
3003
  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é."
3004
 
3005
- #: app/model/settings.php:900
3006
  msgid "Disable <strong>gzip</strong> compression."
3007
  msgstr "Deaktivovat <strong>gzip</strong> kompresi."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Use frontend rendering."
3011
  msgstr "Použít před-renderování"
3012
 
3013
- #: app/model/settings.php:918
3014
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3015
  msgstr "Organizovat události"
3016
 
@@ -3034,15 +3041,15 @@ msgstr "Zobrazení týdne/dne začíná v"
3034
  msgid "Week/Day view ends at"
3035
  msgstr "Zobrazení týdne/dne končí v"
3036
 
3037
- #: app/model/settings.php:559
3038
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3039
  msgstr "<strong>Zalamování slov událostí</strong> v měsíčním zobrazení"
3040
 
3041
- #: app/model/settings.php:562
3042
  msgid "Only applies to events that span a single day."
3043
  msgstr "Funguje jen u událostí s rozestupem jeden den."
3044
 
3045
- #: app/model/settings.php:574
3046
  msgid ""
3047
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3048
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3051,55 +3058,55 @@ msgid ""
3051
  "\t\t\t\t\t\tfrom last day shown</strong>"
3052
  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>"
3053
 
3054
- #: app/model/settings.php:590
3055
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3056
  msgstr "Zachovat všechny události <strong>rozbalené</strong> v Zobrazení agendy"
3057
 
3058
- #: app/model/settings.php:602
3059
  msgid "<strong>Show year</strong> in calendar date labels"
3060
  msgstr "<strong>Zobrazit rok</strong> v názvech datumů kalendáře"
3061
 
3062
- #: app/model/settings.php:614
3063
  msgid "<strong>Show location in event titles</strong> in calendar views"
3064
  msgstr "<strong>Zobrazit umístění v názvech událostí</strong> v zobrazeních kalendáře"
3065
 
3066
- #: app/model/settings.php:626
3067
  msgid "<strong>Exclude</strong> events from search results"
3068
  msgstr "<strong>Vyloučit</strong> události z výsledků hledání"
3069
 
3070
- #: app/model/settings.php:638
3071
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3072
  msgstr "Skrýt odkazy<strong>Odebírat</strong>/<strong>Přidat do kalendáře</strong> v kalendáři a jednotlivých zobrazení událostí "
3073
 
3074
- #: app/model/settings.php:650
3075
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3076
  msgstr "Skrýt tlačítko <strong>Získat kalendář Timely</strong> "
3077
 
3078
- #: app/model/settings.php:662
3079
  msgid " Hide <strong>Google Maps</strong> until clicked"
3080
  msgstr " Skrýt <strong>Google Mapy</strong> dokud na ně nekliknete"
3081
 
3082
- #: app/model/settings.php:674
3083
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3084
  msgstr " <strong>Přichyťte menu s výběrem </strong> k horní části okna, když odroluje pryč"
3085
 
3086
- #: app/model/settings.php:677
3087
  msgid "Only applies to first visible calendar found on the page."
3088
  msgstr "Aplikováno pouze na první viditelný kalendář nalezený na stránce."
3089
 
3090
- #: app/model/settings.php:689
3091
  msgid "Offset affixed filter bar vertically by"
3092
  msgstr "Zarovnat přichycený sloupec s výběrem vertikálně"
3093
 
3094
- #: app/model/settings.php:704
3095
  msgid "Wide screens only (&#8805; 1200px)"
3096
  msgstr " Pouze pro širokoúhlé obrazovky (&#8805; 1200px)"
3097
 
3098
- #: app/model/settings.php:719
3099
  msgid "Tablets only (< 980px)"
3100
  msgstr "Pouze pro tablety (< 980px)"
3101
 
3102
- #: app/model/settings.php:734
3103
  msgid "Phones only (< 768px)"
3104
  msgstr "Pouze pro telefony (< 768px)"
3105
 
@@ -3200,15 +3207,15 @@ msgstr "Časové pásmo"
3200
  msgid "Preselected calendar filters"
3201
  msgstr "Předvybrané filtry kalendáře"
3202
 
3203
- #: app/controller/javascript.php:581
3204
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3205
  msgstr "Vyskytla se chyba při získávání událostí.<br>Stav: %STATUS% <br>Chyba: %ERROR%"
3206
 
3207
- #: app/controller/javascript.php:590
3208
  msgid "The end date can't be earlier than the start date."
3209
  msgstr "Událost nemůže skončit dřív než začne. "
3210
 
3211
- #: app/controller/javascript.php:591
3212
  msgid "For week and day view, you must select an interval of at least 6 hours."
3213
  msgstr "Je třeba zvolit alespoň 6ti hodinový interval pro týdenní a denní náhled."
3214
 
@@ -3232,11 +3239,11 @@ msgstr "Nepodařilo se nám aktualizovat událost v Time.ly prodeji vstupenek"
3232
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3233
  msgstr "Tato Událost byla zkopírována z jiné stránky. Veškeré změny lístků budou zahozeny."
3234
 
3235
- #: app/model/api/api-registration.php:162
3236
  msgid "Payment preferences were not saved."
3237
  msgstr "Platební předvolby nebyly uloženy."
3238
 
3239
- #: app/model/api/api-registration.php:153
3240
  msgid "Payment preferences were saved."
3241
  msgstr "Platební předvolby byly uloženy."
3242
 
@@ -3264,94 +3271,94 @@ msgstr "Prodej uzavřen"
3264
  msgid "Sold out"
3265
  msgstr "Vyprodáno"
3266
 
3267
- #: app/controller/javascript.php:553
3268
  msgid "Report"
3269
  msgstr "Report"
3270
 
3271
- #: app/controller/javascript.php:554
3272
  msgid "Sale dates"
3273
  msgstr "Datum prodeje"
3274
 
3275
- #: app/controller/javascript.php:555
3276
  msgid "Limits"
3277
  msgstr "Omezení"
3278
 
3279
- #: app/controller/javascript.php:556
3280
  msgid "Actions"
3281
  msgstr "Akce"
3282
 
3283
- #: app/controller/javascript.php:557
3284
  msgid "Sold:"
3285
  msgstr "Prodáno:"
3286
 
3287
- #: app/controller/javascript.php:558
3288
  msgid "Left:"
3289
  msgstr "K dispozici:"
3290
 
3291
- #: app/controller/javascript.php:559
3292
  msgid "Start:"
3293
  msgstr "Začátek:"
3294
 
3295
- #: app/controller/javascript.php:560
3296
  msgid "End:"
3297
  msgstr "Konec:"
3298
 
3299
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3300
  msgid "Min:"
3301
  msgstr "Min:"
3302
 
3303
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3304
  msgid "Max:"
3305
  msgstr "Max:"
3306
 
3307
- #: app/controller/javascript.php:563
3308
  msgid "Attendees"
3309
  msgstr "Účastníci"
3310
 
3311
- #: app/controller/javascript.php:564
3312
  msgid "Hide Attendees"
3313
  msgstr "Skrýt účastníky"
3314
 
3315
- #: app/controller/javascript.php:565
3316
  msgid "Attendees List"
3317
  msgstr "Seznam účastníků"
3318
 
3319
- #: app/controller/javascript.php:566
3320
  msgid "Guest Name"
3321
  msgstr "Jméno hosta"
3322
 
3323
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3324
  msgid "Status"
3325
  msgstr "Stav"
3326
 
3327
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3328
  #: app/view/event/ticket.php:71
3329
  msgid "Email"
3330
  msgstr "Email"
3331
 
3332
- #: app/controller/javascript.php:569
3333
  msgid "No attendees for this ticket type."
3334
  msgstr "Žádní účastníci pro tento typ vstupenky."
3335
 
3336
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3337
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3338
  msgid "Edit"
3339
  msgstr "Upravit"
3340
 
3341
- #: app/controller/javascript.php:571
3342
  msgid "Code"
3343
  msgstr "Kód"
3344
 
3345
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3346
  #: public/admin/box_event_cost.php:308
3347
  msgid "Unlimited"
3348
  msgstr "Neomezené"
3349
 
3350
- #: app/controller/javascript.php:578
3351
  msgid "Your message has been sent. Thank you for your feedback."
3352
  msgstr "Vaše zpráva byla odeslána. Děkujeme."
3353
 
3354
- #: app/controller/javascript.php:579
3355
  msgid "Your message has not been sent. Please try again or contact us."
3356
  msgstr "Vaše zpráva nebyla odeslána. Zkuste to, prosím, znovu nebo nás kontaktuje jiným způsobem."
3357
 
@@ -3403,31 +3410,31 @@ msgstr "URL musí začínat buď \"http://\" nebo \"https://\"."
3403
  msgid "Loading&hellip;"
3404
  msgstr "Nahrávám&hellip;"
3405
 
3406
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3407
  msgid "Preview:"
3408
  msgstr "Náhled:"
3409
 
3410
- #: app/controller/javascript.php:542
3411
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3412
  msgstr "Nahrávám náhled&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3413
 
3414
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3415
  msgid "Ticketing Details"
3416
  msgstr "Detaily vstupného"
3417
 
3418
- #: app/controller/javascript.php:548
3419
  msgid "Hide Ticketing Details"
3420
  msgstr "Skrýt detaily vstupného"
3421
 
3422
- #: app/controller/javascript.php:549
3423
  msgid "Loading tickets details..."
3424
  msgstr "Nahrávám detaily vstupenek..."
3425
 
3426
- #: app/controller/javascript.php:550
3427
  msgid "Type and price"
3428
  msgstr "Typ a cena"
3429
 
3430
- #: app/controller/javascript.php:551
3431
  msgid "Info"
3432
  msgstr "Informace"
3433
 
2
  # This file is distributed under the same license as the 2.3 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-07-13 21:38:19+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
23
 
24
  #: public/admin/box_event_cost.php:303
25
  msgid "Report:"
26
+ msgstr "Report:"
27
 
28
  #: public/admin/box_event_cost.php:306
29
  msgid "Sold: %d, Left: %s, Reserved: %d"
30
+ msgstr "Prodáno: %d, Zbývá: %s, Rezervováno: %d"
31
 
32
  #: public/admin/box_event_cost.php:335
33
  msgid "Add Tax &amp; Invoice Options (required)"
113
 
114
  #: public/admin/plugins/suggested/display_feeds.php:29
115
  msgid "Search"
116
+ msgstr "Vyhledat"
117
 
118
  #: public/admin/plugins/suggested/display_feeds.php:40
119
  msgid " events found."
120
+ msgstr "událostí nalezeno."
121
 
122
  #: public/admin/plugins/suggested/display_feeds.php:42
123
  msgid "Update settings for the imported events in “My feeds” tab."
125
 
126
  #: public/admin/plugins/suggested/display_feeds.php:47
127
  msgid "Map"
128
+ msgstr "Mapa"
129
 
130
  #: public/admin/plugins/suggested/display_feeds.php:50
131
  msgid "Both"
133
 
134
  #: public/admin/plugins/suggested/display_feeds.php:53
135
  msgid "List"
136
+ msgstr "Seznam"
137
 
138
  #: public/admin/plugins/suggested/display_feeds.php:72
139
  #: public/admin/plugins/suggested/feeds_list.php:4
140
  msgid "No events found."
141
+ msgstr "Nenalezeny žádné události."
142
 
143
  #: public/admin/plugins/suggested/display_feeds.php:75
144
  msgid "Please, modify your search criteria and try again."
146
 
147
  #: public/admin/plugins/suggested/event_actions.php:5
148
  msgid "Import"
149
+ msgstr "Importovat"
150
 
151
  #: public/admin/plugins/suggested/event_actions.php:9
152
  msgid "Importing"
153
+ msgstr "Importuji"
154
 
155
  #: app/model/api/api-ticketing.php:468
156
  msgid "We were unable to get the Event Details from Time.ly Ticketing"
194
 
195
  #: lib/calendar-feed/ics.php:889
196
  msgid "Event imported"
197
+ msgstr "Událost importována"
198
 
199
  #: lib/calendar-feed/suggested.php:24
200
  msgid "Discover Events"
201
+ msgstr "Prozkoumej události"
202
 
203
  #: lib/calendar-feed/suggested.php:103
204
  msgid "&laquo;"
205
+ msgstr "&laquo;"
206
 
207
  #: lib/calendar-feed/suggested.php:104
208
  msgid "&raquo;"
209
+ msgstr "&raquo;"
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."
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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 "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.)"
271
 
272
+ #: app/model/settings.php:945
273
  msgid "Use advanced JS cache."
274
  msgstr "Použijte rozšířenou JS cache."
275
 
276
+ #: app/model/settings.php:948
277
  msgid "Cache dynamically generated JS files. Improves performance."
278
  msgstr "Ukládat dynamicky generované soubory JS do cache pro zlepšení výkonu."
279
 
542
  "<b>\n"
543
  "→\t→\t→\t→\tUdálost má zvolenou možnost lístků, ale žádné lístky nebyly přidány.</b>"
544
 
545
+ #: app/controller/javascript.php:585
546
  msgid "Response text received from server"
547
  msgstr "Odpověď, která dorazila ze serveru"
548
 
549
+ #: app/controller/javascript.php:586
550
  msgid "Click here for technical details"
551
  msgstr "Klikněte zde pro technické detaily"
552
 
570
  msgid "We were unable to Sign you Up for Time.ly Network"
571
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
572
 
573
+ #: app/model/api/api-registration.php:147
574
  msgid "We were unable to Sign you Out of Time.ly Network"
575
  msgstr "Nebyli jsme schopni vás odhlásit ze sítě Time.ly"
576
 
577
+ #: app/model/api/api-registration.php:214
578
  msgid "We were unable to get the Sales information from Time.ly Network"
579
  msgstr "Nebyli jsme schopni získat obchodní informace ze sítě Time.ly"
580
 
2835
  msgid "month(s)"
2836
  msgstr "měsíc(ů)"
2837
 
2838
+ #: app/model/settings.php:960
2839
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2840
  msgstr "<strong>Odkaz CSS</strong> v <code>&lt;head&gt;</code> sekci, když soubor s cache není dostupný."
2841
 
2842
+ #: app/model/settings.php:963
2843
  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."
2844
  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."
2845
 
2846
+ #: app/model/settings.php:975
2847
  msgid "Current <strong>robots.txt</strong> on this site"
2848
  msgstr "Aktuální <strong>robots.txt</strong> na těchto stránkách"
2849
 
2850
+ #: app/model/settings.php:979
2851
  msgid ""
2852
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2853
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2861
  "→\t→\t→\t→\t→\t→\tohledně přístupů k celým nebo částem stránek, které jsou jinak veřejně dostupné.\n"
2862
  "→\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."
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>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>)"
2867
 
2868
+ #: app/model/settings.php:1019
2869
  msgid "Templates cache improves site performance"
2870
  msgstr "Vyrovnávací paměť šablon zlepšuje výkon stránek"
2871
 
2872
+ #: app/model/settings.php:1032
2873
  msgid "Display events in <strong>calendar time zone</strong>"
2874
  msgstr "Zobrazit události v <strong>časovém pásmu kalendáře</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 "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."
2879
 
2925
  msgid "Show All Authors"
2926
  msgstr "Zobrazit všechny autory"
2927
 
2928
+ #: app/model/settings.php:762
2929
  msgid "Strict compatibility content filtering"
2930
  msgstr "Filtrace obsahu v režimu striktní kompatibility"
2931
 
2932
+ #: app/model/settings.php:774
2933
  msgid " <strong>Hide featured image</strong> from event details page"
2934
  msgstr " <strong>Skrýt featured obrázek</strong> na detailní stránce události"
2935
 
2936
+ #: app/model/settings.php:777
2937
  msgid "Select this option if your theme already displays each post's featured image."
2938
  msgstr "Vyberte tuto možnost, pokud již vaše šablona zobrazuje náhledový obrázek každého příspěvku."
2939
 
2940
+ #: app/model/settings.php:788
2941
  msgid "Input dates in this format"
2942
  msgstr "Vložte data v tomto formátu"
2943
 
2944
+ #: app/model/settings.php:793
2945
  msgid "Default (d/m/yyyy)"
2946
  msgstr "Výchozí (d/m/yyyy)"
2947
 
2948
+ #: app/model/settings.php:797
2949
  msgid "US (m/d/yyyy)"
2950
  msgstr "Americký (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 "S tečkami (m.d.yyyy)"
2959
 
2960
+ #: app/model/settings.php:817
2961
  msgid " Use <strong>24h time</strong> in time pickers"
2962
  msgstr " Použít <strong>24h čas</strong> při výběru času"
2963
 
2964
+ #: app/model/settings.php:828
2965
  msgid "<strong>Disable address autocomplete</strong> function"
2966
  msgstr "<strong>Zakázat funkci automatické dokončování adres</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 "Použijte nastavený <strong>region</strong> (v nastavení WordPressu) pro upřednostnění funkce automatického doplňování adres"
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 "Zobrazit staré <strong>Vložit událost</strong> tlačítko nad kalendářem pro privilegované uživatele"
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 "Nainstalujte <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> pro <strong>formulář Vložte svou událost</strong>."
2979
 
2980
+ #: app/model/settings.php:879
2981
  msgid "Move calendar into this DOM element"
2982
  msgstr "Přesunout kalendář do tohoto DOM elementu."
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
  "→\t→\t→\t→\t→\t→\tJakýkoliv existující text, nalezený v cílové položce, bude\n"
3002
  "→\t→\t→\t→\t→\t→\tkalendářem přepsán."
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>Přeskočit kontrolu <tt>in_the_loop()</tt></strong>, která zabraňuje vícenásobnému zobrazování kalendáře"
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 "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é."
3011
 
3012
+ #: app/model/settings.php:915
3013
  msgid "Disable <strong>gzip</strong> compression."
3014
  msgstr "Deaktivovat <strong>gzip</strong> kompresi."
3015
 
3016
+ #: app/model/settings.php:930
3017
  msgid "Use frontend rendering."
3018
  msgstr "Použít před-renderování"
3019
 
3020
+ #: app/model/settings.php:933
3021
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3022
  msgstr "Organizovat události"
3023
 
3041
  msgid "Week/Day view ends at"
3042
  msgstr "Zobrazení týdne/dne končí v"
3043
 
3044
+ #: app/model/settings.php:574
3045
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3046
  msgstr "<strong>Zalamování slov událostí</strong> v měsíčním zobrazení"
3047
 
3048
+ #: app/model/settings.php:577
3049
  msgid "Only applies to events that span a single day."
3050
  msgstr "Funguje jen u událostí s rozestupem jeden den."
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"
3058
  "\t\t\t\t\t\tfrom last day shown</strong>"
3059
  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>"
3060
 
3061
+ #: app/model/settings.php:605
3062
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3063
  msgstr "Zachovat všechny události <strong>rozbalené</strong> v Zobrazení agendy"
3064
 
3065
+ #: app/model/settings.php:617
3066
  msgid "<strong>Show year</strong> in calendar date labels"
3067
  msgstr "<strong>Zobrazit rok</strong> v názvech datumů kalendáře"
3068
 
3069
+ #: app/model/settings.php:629
3070
  msgid "<strong>Show location in event titles</strong> in calendar views"
3071
  msgstr "<strong>Zobrazit umístění v názvech událostí</strong> v zobrazeních kalendáře"
3072
 
3073
+ #: app/model/settings.php:641
3074
  msgid "<strong>Exclude</strong> events from search results"
3075
  msgstr "<strong>Vyloučit</strong> události z výsledků hledání"
3076
 
3077
+ #: app/model/settings.php:653
3078
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3079
  msgstr "Skrýt odkazy<strong>Odebírat</strong>/<strong>Přidat do kalendáře</strong> v kalendáři a jednotlivých zobrazení událostí "
3080
 
3081
+ #: app/model/settings.php:665
3082
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3083
  msgstr "Skrýt tlačítko <strong>Získat kalendář Timely</strong> "
3084
 
3085
+ #: app/model/settings.php:677
3086
  msgid " Hide <strong>Google Maps</strong> until clicked"
3087
  msgstr " Skrýt <strong>Google Mapy</strong> dokud na ně nekliknete"
3088
 
3089
+ #: app/model/settings.php:689
3090
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3091
  msgstr " <strong>Přichyťte menu s výběrem </strong> k horní části okna, když odroluje pryč"
3092
 
3093
+ #: app/model/settings.php:692
3094
  msgid "Only applies to first visible calendar found on the page."
3095
  msgstr "Aplikováno pouze na první viditelný kalendář nalezený na stránce."
3096
 
3097
+ #: app/model/settings.php:704
3098
  msgid "Offset affixed filter bar vertically by"
3099
  msgstr "Zarovnat přichycený sloupec s výběrem vertikálně"
3100
 
3101
+ #: app/model/settings.php:719
3102
  msgid "Wide screens only (&#8805; 1200px)"
3103
  msgstr " Pouze pro širokoúhlé obrazovky (&#8805; 1200px)"
3104
 
3105
+ #: app/model/settings.php:734
3106
  msgid "Tablets only (< 980px)"
3107
  msgstr "Pouze pro tablety (< 980px)"
3108
 
3109
+ #: app/model/settings.php:749
3110
  msgid "Phones only (< 768px)"
3111
  msgstr "Pouze pro telefony (< 768px)"
3112
 
3207
  msgid "Preselected calendar filters"
3208
  msgstr "Předvybrané filtry kalendáře"
3209
 
3210
+ #: app/controller/javascript.php:582
3211
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3212
  msgstr "Vyskytla se chyba při získávání událostí.<br>Stav: %STATUS% <br>Chyba: %ERROR%"
3213
 
3214
+ #: app/controller/javascript.php:591
3215
  msgid "The end date can't be earlier than the start date."
3216
  msgstr "Událost nemůže skončit dřív než začne. "
3217
 
3218
+ #: app/controller/javascript.php:592
3219
  msgid "For week and day view, you must select an interval of at least 6 hours."
3220
  msgstr "Je třeba zvolit alespoň 6ti hodinový interval pro týdenní a denní náhled."
3221
 
3239
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3240
  msgstr "Tato Událost byla zkopírována z jiné stránky. Veškeré změny lístků budou zahozeny."
3241
 
3242
+ #: app/model/api/api-registration.php:186
3243
  msgid "Payment preferences were not saved."
3244
  msgstr "Platební předvolby nebyly uloženy."
3245
 
3246
+ #: app/model/api/api-registration.php:177
3247
  msgid "Payment preferences were saved."
3248
  msgstr "Platební předvolby byly uloženy."
3249
 
3271
  msgid "Sold out"
3272
  msgstr "Vyprodáno"
3273
 
3274
+ #: app/controller/javascript.php:554
3275
  msgid "Report"
3276
  msgstr "Report"
3277
 
3278
+ #: app/controller/javascript.php:555
3279
  msgid "Sale dates"
3280
  msgstr "Datum prodeje"
3281
 
3282
+ #: app/controller/javascript.php:556
3283
  msgid "Limits"
3284
  msgstr "Omezení"
3285
 
3286
+ #: app/controller/javascript.php:557
3287
  msgid "Actions"
3288
  msgstr "Akce"
3289
 
3290
+ #: app/controller/javascript.php:558
3291
  msgid "Sold:"
3292
  msgstr "Prodáno:"
3293
 
3294
+ #: app/controller/javascript.php:559
3295
  msgid "Left:"
3296
  msgstr "K dispozici:"
3297
 
3298
+ #: app/controller/javascript.php:560
3299
  msgid "Start:"
3300
  msgstr "Začátek:"
3301
 
3302
+ #: app/controller/javascript.php:561
3303
  msgid "End:"
3304
  msgstr "Konec:"
3305
 
3306
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3307
  msgid "Min:"
3308
  msgstr "Min:"
3309
 
3310
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3311
  msgid "Max:"
3312
  msgstr "Max:"
3313
 
3314
+ #: app/controller/javascript.php:564
3315
  msgid "Attendees"
3316
  msgstr "Účastníci"
3317
 
3318
+ #: app/controller/javascript.php:565
3319
  msgid "Hide Attendees"
3320
  msgstr "Skrýt účastníky"
3321
 
3322
+ #: app/controller/javascript.php:566
3323
  msgid "Attendees List"
3324
  msgstr "Seznam účastníků"
3325
 
3326
+ #: app/controller/javascript.php:567
3327
  msgid "Guest Name"
3328
  msgstr "Jméno hosta"
3329
 
3330
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3331
  msgid "Status"
3332
  msgstr "Stav"
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 "Email"
3338
 
3339
+ #: app/controller/javascript.php:570
3340
  msgid "No attendees for this ticket type."
3341
  msgstr "Žádní účastníci pro tento typ vstupenky."
3342
 
3343
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3344
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3345
  msgid "Edit"
3346
  msgstr "Upravit"
3347
 
3348
+ #: app/controller/javascript.php:572
3349
  msgid "Code"
3350
  msgstr "Kód"
3351
 
3352
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3353
  #: public/admin/box_event_cost.php:308
3354
  msgid "Unlimited"
3355
  msgstr "Neomezené"
3356
 
3357
+ #: app/controller/javascript.php:579
3358
  msgid "Your message has been sent. Thank you for your feedback."
3359
  msgstr "Vaše zpráva byla odeslána. Děkujeme."
3360
 
3361
+ #: app/controller/javascript.php:580
3362
  msgid "Your message has not been sent. Please try again or contact us."
3363
  msgstr "Vaše zpráva nebyla odeslána. Zkuste to, prosím, znovu nebo nás kontaktuje jiným způsobem."
3364
 
3410
  msgid "Loading&hellip;"
3411
  msgstr "Nahrávám&hellip;"
3412
 
3413
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3414
  msgid "Preview:"
3415
  msgstr "Náhled:"
3416
 
3417
+ #: app/controller/javascript.php:543
3418
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3419
  msgstr "Nahrávám náhled&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3420
 
3421
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3422
  msgid "Ticketing Details"
3423
  msgstr "Detaily vstupného"
3424
 
3425
+ #: app/controller/javascript.php:549
3426
  msgid "Hide Ticketing Details"
3427
  msgstr "Skrýt detaily vstupného"
3428
 
3429
+ #: app/controller/javascript.php:550
3430
  msgid "Loading tickets details..."
3431
  msgstr "Nahrávám detaily vstupenek..."
3432
 
3433
+ #: app/controller/javascript.php:551
3434
  msgid "Type and price"
3435
  msgstr "Typ a cena"
3436
 
3437
+ #: app/controller/javascript.php:552
3438
  msgid "Info"
3439
  msgstr "Informace"
3440
 
language/all-in-one-event-calendar-da_DK.mo CHANGED
Binary file
language/all-in-one-event-calendar-da_DK.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the 2.3 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2016-06-24 15:17:12+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,13 +10,23 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
- msgstr ""
16
 
17
  #: public/admin/box_event_cost.php:303
18
  msgid "Report:"
19
- msgstr ""
20
 
21
  #: public/admin/box_event_cost.php:306
22
  msgid "Sold: %d, Left: %s, Reserved: %d"
@@ -160,452 +170,454 @@ msgstr "Vi kunne ikke hente detaljer om begivenheden fra Time.ly billetsystem"
160
 
161
  #: app/view/admin/add-new-event.php:307
162
  msgid "Ticketing<sup>beta</sup> is currently not available for this website. Please, try again later."
163
- msgstr ""
164
 
165
  #: app/view/admin/settings.php:173
166
  msgid "Please, Sign In to Timely Network."
167
- msgstr ""
168
 
169
  #: app/view/admin/settings.php:199
170
  msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
171
- msgstr ""
172
 
173
  #: app/view/admin/settings.php:202
174
  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”."
175
- msgstr ""
176
 
177
  #: app/view/admin/tickets.php:74
178
  msgid "You need to sign up for a Timely Network account in order to use Ticketing<sup>beta</sup> <br /><br />"
179
- msgstr ""
180
 
181
  #: app/view/admin/tickets.php:77
182
  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>"
183
- msgstr ""
184
 
185
  #: app/view/admin/tickets.php:78
186
  msgid "<b>Signing up for a Timely Network account is currently unavailable. Please, try again later.</b>"
187
- msgstr ""
188
 
189
  #: app/view/admin/tickets.php:100
190
  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\"."
191
- msgstr ""
192
 
193
  #: lib/calendar-feed/ics.php:40
194
  msgid "My Feeds"
195
- msgstr ""
196
 
197
  #: lib/calendar-feed/ics.php:889
198
  msgid "Event imported"
199
- msgstr ""
200
 
201
  #: lib/calendar-feed/suggested.php:24
202
  msgid "Discover Events"
203
- msgstr ""
204
 
205
  #: lib/calendar-feed/suggested.php:103
206
  msgid "&laquo;"
207
- msgstr ""
208
 
209
  #: lib/calendar-feed/suggested.php:104
210
  msgid "&raquo;"
211
- msgstr ""
212
 
213
  #: lib/environment/check.php:107
214
  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."
215
- msgstr ""
216
 
217
  #: app/controller/javascript.php:508
218
  msgid "Event was imported successfully."
219
- msgstr ""
220
 
221
  #: app/controller/javascript.php:511
222
  msgid "An error occurred when importing event. Please, try later."
223
- msgstr ""
224
 
225
- #: app/controller/javascript.php:552
226
  msgid "Information"
227
- msgstr ""
228
 
229
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
230
  #: public/admin/box_event_cost.php:280
231
  msgid "Open for sale"
232
- msgstr ""
233
 
234
- #: app/controller/javascript.php:574
235
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
236
- msgstr ""
237
 
238
- #: app/controller/javascript.php:575
239
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
240
- msgstr ""
241
 
242
  #: app/model/api/api-feeds.php:131
243
  msgid "We were unable to import feed"
244
- msgstr ""
245
 
246
  #: app/model/api/api-feeds.php:154
247
  msgid "We were unable to get feed data"
248
- msgstr ""
249
 
250
  #: app/model/api/api-feeds.php:286
251
  msgid "We were unable to subscribe feed"
252
- msgstr ""
253
 
254
  #: app/model/api/api-feeds.php:316
255
  msgid "We were unable to unsubscribe feed"
256
- msgstr ""
257
 
258
  #: app/model/api/api-ticketing.php:120
259
  msgid "Tax and Invoice options are required."
260
- msgstr ""
261
 
262
  #: app/model/api/api-ticketing.php:403 public/admin/box_event_cost.php:285
263
  msgid "Sale ended"
264
- msgstr ""
265
 
266
  #: app/model/api/api-ticketing.php:405 public/admin/box_event_cost.php:289
267
  msgid "Canceled"
268
- msgstr ""
269
 
270
- #: app/model/settings.php:903
271
  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.)"
272
- msgstr ""
273
 
274
- #: app/model/settings.php:930
275
  msgid "Use advanced JS cache."
276
- msgstr ""
277
 
278
- #: app/model/settings.php:933
279
  msgid "Cache dynamically generated JS files. Improves performance."
280
- msgstr ""
281
 
282
  #: app/view/admin/add-new-event.php:407
283
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by this Organizer.</span>"
284
- msgstr ""
285
 
286
  #: app/view/admin/add-new-event.php:416
287
  msgid ", email: "
288
- msgstr ""
289
 
290
  #: app/view/admin/add-new-event.php:420
291
  msgid "<span class=\"ai1ec-info-text\">The event was submitted by %s.</span>"
292
- msgstr ""
293
 
294
  #: app/view/admin/add-ons.php:71
295
  msgid "Browse All Add-ons"
296
- msgstr ""
297
 
298
  #: app/view/admin/tickets.php:105
299
  msgid "Please provide your PayPal details."
300
- msgstr ""
301
 
302
  #: app/view/admin/tickets.php:107
303
  msgid "PayPal"
304
- msgstr ""
305
 
306
  #: app/view/admin/tickets.php:108
307
  msgid "Preferred currency for tickets:"
308
- msgstr ""
309
 
310
  #: app/view/admin/tickets.php:134
311
  msgid "United States Dollar"
312
- msgstr ""
313
 
314
  #: app/view/admin/tickets.php:135
315
  msgid "Canadian Dollar"
316
- msgstr ""
317
 
318
  #: app/view/admin/tickets.php:136
319
  msgid "Australian Dollar"
320
- msgstr ""
321
 
322
  #: app/view/admin/tickets.php:137
323
  msgid "Brazilian Real"
324
- msgstr ""
325
 
326
  #: app/view/admin/tickets.php:137 app/view/admin/tickets.php:145
327
  #: app/view/admin/tickets.php:158
328
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
329
- msgstr ""
330
 
331
  #: app/view/admin/tickets.php:138
332
  msgid "Czech Koruna"
333
- msgstr ""
334
 
335
  #: app/view/admin/tickets.php:139
336
  msgid "Danish Krone"
337
- msgstr ""
338
 
339
  #: app/view/admin/tickets.php:140
340
  msgid "Euro"
341
- msgstr ""
342
 
343
  #: app/view/admin/tickets.php:141
344
  msgid "Hong Kong Dollar"
345
- msgstr ""
346
 
347
  #: app/view/admin/tickets.php:142
348
  msgid "Hungarian Forint"
349
- msgstr ""
350
 
351
  #: app/view/admin/tickets.php:142 app/view/admin/tickets.php:156
352
  msgid "Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error."
353
- msgstr ""
354
 
355
  #: app/view/admin/tickets.php:143
356
  msgid "Israeli New Sheqel"
357
- msgstr ""
358
 
359
  #: app/view/admin/tickets.php:144
360
  msgid "Japanese Yen"
361
- msgstr ""
362
 
363
  #: app/view/admin/tickets.php:144
364
  msgid "Note: This currency does not support decimals. Passing a decimal amount will throw an error. 1,000,000"
365
- msgstr ""
366
 
367
  #: app/view/admin/tickets.php:145
368
  msgid "Malaysian Ringgit"
369
- msgstr ""
370
 
371
  #: app/view/admin/tickets.php:146
372
  msgid "Mexican Peso"
373
- msgstr ""
374
 
375
  #: app/view/admin/tickets.php:147
376
  msgid "Norwegian Krone"
377
- msgstr ""
378
 
379
  #: app/view/admin/tickets.php:148
380
  msgid "New Zealand Dollar"
381
- msgstr ""
382
 
383
  #: app/view/admin/tickets.php:149
384
  msgid "Philippine Peso"
385
- msgstr ""
386
 
387
  #: app/view/admin/tickets.php:150
388
  msgid "Polish Zloty"
389
- msgstr ""
390
 
391
  #: app/view/admin/tickets.php:151
392
  msgid "Pound Sterling"
393
- msgstr ""
394
 
395
  #: app/view/admin/tickets.php:152
396
  msgid "Russian Ruble"
397
- msgstr ""
398
 
399
  #: app/view/admin/tickets.php:152
400
  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"
401
- msgstr ""
402
 
403
  #: app/view/admin/tickets.php:153
404
  msgid "Singapore Dollar"
405
- msgstr ""
406
 
407
  #: app/view/admin/tickets.php:154
408
  msgid "Swedish Krona"
409
- msgstr ""
410
 
411
  #: app/view/admin/tickets.php:155
412
  msgid "Swiss Franc"
413
- msgstr ""
414
 
415
  #: app/view/admin/tickets.php:156
416
  msgid "Taiwan New Dollar"
417
- msgstr ""
418
 
419
  #: app/view/admin/tickets.php:157
420
  msgid "Thai Baht"
421
- msgstr ""
422
 
423
  #: app/view/admin/tickets.php:158
424
  msgid "Turkish Lira"
425
- msgstr ""
426
 
427
  #: app/view/calendar/subscribe-button.php:27
428
  msgid "Export to XML"
429
- msgstr ""
430
 
431
  #: lib/environment/check.php:74
432
  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."
433
- msgstr ""
434
 
435
  #: lib/environment/check.php:125
436
  msgid "PHP extension \"iconv\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
437
- msgstr ""
438
 
439
  #: lib/environment/check.php:141
440
  msgid "PHP extension \"mbstring\" needed for All-In-One-Event-Calendar is missing. Please, check your PHP configuration.<br />"
441
- msgstr ""
442
 
443
  #: public/admin/box_ask_customer_review.php:33
444
  msgid "Please rate our FREE calendar with 5 stars to help keeping it in Wordpress.org."
445
- msgstr ""
446
 
447
  #: public/admin/box_ask_customer_review.php:34
448
  msgid "Thanks from the hard working fellas at Time.ly."
449
- msgstr ""
450
 
451
  #: public/admin/box_ask_customer_review.php:67
452
  msgid "Would you please give us some feedback on how can we improve?"
453
- msgstr ""
454
 
455
  #: public/admin/box_ask_customer_review.php:176
456
  msgid "VPproduct@time.ly"
457
- msgstr ""
458
 
459
  #: public/admin/box_event_cost.php:29
460
  msgid "Cost options not available, this event was imported from an external calendar."
461
- msgstr ""
462
 
463
  #: public/admin/box_event_cost.php:35
464
  msgid "This event was created using Timely Network. Sign in with the accouunt %s to see the Ticket options."
465
- msgstr ""
466
 
467
  #: public/admin/box_event_cost.php:39
468
  msgid "Sign In for Timely Network"
469
- msgstr ""
470
 
471
  #: public/admin/box_event_cost.php:47
472
  msgid "No Tickets"
473
- msgstr ""
474
 
475
  #: public/admin/box_event_cost.php:53
476
  msgid "Time.ly Tickets<sup>beta</sup>"
477
- msgstr ""
478
 
479
  #: public/admin/box_event_cost.php:59
480
  msgid "External Tickets"
481
- msgstr ""
482
 
483
  #: public/admin/box_event_cost.php:82
484
  msgid "Please, provide valid payout details to use Ticketing."
485
- msgstr ""
486
 
487
  #: public/admin/box_event_cost.php:85
488
  msgid "Ticketing Settings"
489
- msgstr ""
490
 
491
  #: public/admin/box_event_cost.php:379
492
  msgid "Free Event"
493
- msgstr ""
494
 
495
  #: public/admin/box_event_cost.php:409
496
  msgid "Registration URL:"
497
- msgstr ""
498
 
499
  #: public/admin/box_support.php:19
500
  msgid "Guide"
501
- msgstr ""
502
 
503
  #: public/admin/box_support.php:27
504
  msgid "Forum"
505
- msgstr ""
506
 
507
  #: public/admin/box_support.php:35
508
  msgid "Videos"
509
- msgstr ""
510
 
511
  #. Plugin URI of the plugin/theme
512
  msgid "http://wordpress.org/plugins/all-in-one-event-calendar/"
513
- msgstr ""
514
 
515
  #. Author URI of the plugin/theme
516
  msgid "http://time.ly/"
517
- msgstr ""
518
 
519
  #: app/controller/javascript.php:459
520
  msgid "Please enter a valid Website URL."
521
- msgstr ""
522
 
523
  #: app/controller/javascript.php:488
524
  msgid "The URL you have entered in the <b>Event Cost and Tickets</b> &gt; <b>Tickets or Registration URL</b> seems to be invalid."
525
- msgstr ""
526
 
527
  #: app/controller/javascript.php:491
528
  msgid "The Email you have entered in the <b>Organizer Contact Info</b> &gt; <b>E-mail</b> seems to be invalid."
529
- msgstr ""
530
 
531
  #: app/controller/javascript.php:500
532
  msgid "<b>Required or incorrect fields for Ticketing are outlined red.</b>"
533
- msgstr ""
534
 
535
  #: app/controller/javascript.php:503
536
  msgid "<b>The Repeat option was selected but recurrence is not supported by Event with Tickets.</b>"
537
- msgstr ""
538
 
539
  #: app/controller/javascript.php:505
540
  msgid ""
541
  "<b>\n"
542
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
543
  msgstr ""
 
 
544
 
545
- #: app/controller/javascript.php:584
546
  msgid "Response text received from server"
547
- msgstr ""
548
 
549
- #: app/controller/javascript.php:585
550
  msgid "Click here for technical details"
551
- msgstr ""
552
 
553
  #: app/model/api/api-abstract.php:194
554
  msgid "API URL: %s.<br/>Detail: %s"
555
- msgstr ""
556
 
557
  #: app/model/api/api-abstract.php:461
558
  msgid "Error decoding the response"
559
- msgstr ""
560
 
561
  #: app/model/api/api-feeds.php:96
562
  msgid "We were unable to get the Suggested Events from Time.ly Network"
563
- msgstr ""
564
 
565
  #: app/model/api/api-registration.php:37
566
  msgid "We were unable to Sign you In for Time.ly Network"
567
- msgstr ""
568
 
569
  #: app/model/api/api-registration.php:58
570
  msgid "We were unable to Sign you Up for Time.ly Network"
571
- msgstr ""
572
 
573
- #: app/model/api/api-registration.php:123
574
  msgid "We were unable to Sign you Out of Time.ly Network"
575
- msgstr ""
576
 
577
- #: app/model/api/api-registration.php:190
578
  msgid "We were unable to get the Sales information from Time.ly Network"
579
- msgstr ""
580
 
581
  #: app/model/api/api-ticketing.php:59
582
  msgid "This Event was replicated from another site. Changes are not allowed."
583
- msgstr ""
584
 
585
  #: app/model/api/api-ticketing.php:75 app/view/admin/add-new-event.php:354
586
  #: app/view/admin/all-events.php:214
587
  msgid "This Event was created using a different account %s. Changes are not allowed."
588
- msgstr ""
589
 
590
  #: app/model/api/api-ticketing.php:103
591
  msgid "The Repeat option was selected but recurrence is not supported by Event with Tickets."
592
- msgstr ""
593
 
594
  #: app/model/api/api-ticketing.php:116
595
  msgid "The Event has the cost option Ticket selected but no ticket was included."
596
- msgstr ""
597
 
598
  #: app/model/api/api-ticketing.php:118
599
  msgid "You need to save the payments settings to create ticket events."
600
- msgstr ""
601
 
602
  #: app/model/api/api-ticketing.php:651
603
  msgid "We were unable to Update the Event on Time.ly Network"
604
- msgstr ""
605
 
606
  #: app/model/api/api-ticketing.php:702
607
  msgid "We were unable to remove the Event on Time.ly Network"
608
- msgstr ""
609
 
610
  #: public/themes-ai1ec/umbra/less/user_variables.php:209
611
  #: public/themes-ai1ec/vortex/less/user_variables.php:209
@@ -2834,19 +2846,19 @@ msgstr "sidste"
2834
  msgid "month(s)"
2835
  msgstr "måned(er)"
2836
 
2837
- #: app/model/settings.php:945
2838
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2839
  msgstr "<strong>Link til CSS</strong> i <code>&lt;head&gt;</code> delen (html) hvis filcaching ikke er muligt."
2840
 
2841
- #: app/model/settings.php:948
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 "Benyt denne indstilling hvis filcaching ikke er muligt, og du foretrækker at hente css med et link i stedet for skrevet inline."
2844
 
2845
- #: app/model/settings.php:960
2846
  msgid "Current <strong>robots.txt</strong> on this site"
2847
  msgstr "Nuværende <strong>robots.txt</strong> for denne hjemmeside"
2848
 
2849
- #: app/model/settings.php:964
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"
@@ -2860,19 +2872,19 @@ msgstr ""
2860
  "→\t→\t→\t→\t→\t→\tom adgang til hele eller dele af en webside der ellers er offentligt tilgængelig.\n"
2861
  "→\t→\t→\t→\t→\t→\tDu kan ændre dette manuelt ved at redigere <code>robots.txt</code> i roden af dit WordPress bibliotek."
2862
 
2863
- #: app/model/settings.php:981
2864
  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>)"
2865
  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>)"
2866
 
2867
- #: app/model/settings.php:1004
2868
  msgid "Templates cache improves site performance"
2869
  msgstr "Caching af skabeloner forbedrer ydeevnen"
2870
 
2871
- #: app/model/settings.php:1017
2872
  msgid "Display events in <strong>calendar time zone</strong>"
2873
  msgstr "Vis begivenheder <strong>kalenderens tidszone</strong>"
2874
 
2875
- #: app/model/settings.php:1020
2876
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2877
  msgstr "Hvis denne box er markeret vil begivenheder optræde i kalenderens tidszone og informationer om tidszone vises på begivenhedens side med flere detaljer."
2878
 
@@ -2924,63 +2936,63 @@ msgstr "Vis alle "
2924
  msgid "Show All Authors"
2925
  msgstr "Vis alle forfattere"
2926
 
2927
- #: app/model/settings.php:747
2928
  msgid "Strict compatibility content filtering"
2929
  msgstr "Kompatibilitetsafhængig indholdssortering "
2930
 
2931
- #: app/model/settings.php:759
2932
  msgid " <strong>Hide featured image</strong> from event details page"
2933
  msgstr "<strong>Skjul indlægsbillede</strong> på siden med detaljer om begivenheden"
2934
 
2935
- #: app/model/settings.php:762
2936
  msgid "Select this option if your theme already displays each post's featured image."
2937
  msgstr "Vælg denne indstilling hvis dit tema allerede viser hvert indlægs billede."
2938
 
2939
- #: app/model/settings.php:773
2940
  msgid "Input dates in this format"
2941
  msgstr "Angiv data i dette format"
2942
 
2943
- #: app/model/settings.php:778
2944
  msgid "Default (d/m/yyyy)"
2945
  msgstr "Standard (d/m/yyyy)"
2946
 
2947
- #: app/model/settings.php:782
2948
  msgid "US (m/d/yyyy)"
2949
  msgstr "US (m/d/yyyy)"
2950
 
2951
- #: app/model/settings.php:786
2952
  msgid "ISO 8601 (yyyy-m-d)"
2953
  msgstr "ISO 8601 (yyyy-m-d)"
2954
 
2955
- #: app/model/settings.php:790
2956
  msgid "Dotted (m.d.yyyy)"
2957
  msgstr "Dotted (m.d.yyyy)"
2958
 
2959
- #: app/model/settings.php:802
2960
  msgid " Use <strong>24h time</strong> in time pickers"
2961
  msgstr "Brug <strong>24 timers-format</strong> i tidsvælgeren"
2962
 
2963
- #: app/model/settings.php:813
2964
  msgid "<strong>Disable address autocomplete</strong> function"
2965
  msgstr "<strong>Slå autoudfyld fra</strong>"
2966
 
2967
- #: app/model/settings.php:824
2968
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2969
  msgstr "Benyt den konfigurerede <strong>region</strong> (WordPress-lokalisering) til at påvirke funktionen autofuldførelse af adrresser (fx på dansk vejnavn og nr.)"
2970
 
2971
- #: app/model/settings.php:840
2972
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2973
  msgstr "Vis den tidligere <strong>Indsend din begivenhed</strong>-knap over kalenderen for brugere med særlige rettigheder."
2974
 
2975
- #: app/model/settings.php:843
2976
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2977
  msgstr "Installer <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> til <strong>Indsend din begivenhedsformular</strong> i frontend."
2978
 
2979
- #: app/model/settings.php:864
2980
  msgid "Move calendar into this DOM element"
2981
  msgstr "Flyt kalenderen til dette DOM-element"
2982
 
2983
- #: app/model/settings.php:866
2984
  msgid ""
2985
  "Optional. Use this JavaScript-based shortcut to place the\n"
2986
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -3000,23 +3012,23 @@ msgstr ""
3000
  "→\t→\t→\t→\t→\t→\tEnhver eksisterende markering som befinder sig indenfor målet, vil blive erstattet\n"
3001
  "→\t→\t→\t→\t→\t→\taf kalenderen."
3002
 
3003
- #: app/model/settings.php:885
3004
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3005
  msgstr "<strong>Ignorer <tt>in_the_loop()</tt>-tjek </strong> som beskytter mod duplikerede visninger af kalenderen"
3006
 
3007
- #: app/model/settings.php:888
3008
  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."
3009
  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."
3010
 
3011
- #: app/model/settings.php:900
3012
  msgid "Disable <strong>gzip</strong> compression."
3013
  msgstr "Deaktiver <strong>gzip</strong>-komprimering."
3014
 
3015
- #: app/model/settings.php:915
3016
  msgid "Use frontend rendering."
3017
  msgstr "Benyt rendering fra frontend."
3018
 
3019
- #: app/model/settings.php:918
3020
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3021
  msgstr "Opretter kalendervisninger på klientside i stedet for på serveren; det kan forbedre hastigheden."
3022
 
@@ -3040,15 +3052,15 @@ msgstr "Uge- /Dagsvisning begynder på"
3040
  msgid "Week/Day view ends at"
3041
  msgstr "Uge-/Dagsvisning ender på"
3042
 
3043
- #: app/model/settings.php:559
3044
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3045
  msgstr "<strong>Orddeling begivenhed stub</strong> i Månedsvisning"
3046
 
3047
- #: app/model/settings.php:562
3048
  msgid "Only applies to events that span a single day."
3049
  msgstr "Gælder kun begivenheder der strækker sig over en enkelt dag."
3050
 
3051
- #: app/model/settings.php:574
3052
  msgid ""
3053
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3054
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3062,55 +3074,55 @@ msgstr ""
3062
  "→\t→\t→\t→\t→\t→\tListevisninger</span>, <strong>inkluder alle begivenheder\n"
3063
  "→\t→\t→\t→\t→\t→\tfra sidst viste dag</strong>"
3064
 
3065
- #: app/model/settings.php:590
3066
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3067
  msgstr "Hold alle begivenheder <strong>udvidet</strong> i listevisning"
3068
 
3069
- #: app/model/settings.php:602
3070
  msgid "<strong>Show year</strong> in calendar date labels"
3071
  msgstr "<strong>Vis år</strong> i kalenderens datomærkater"
3072
 
3073
- #: app/model/settings.php:614
3074
  msgid "<strong>Show location in event titles</strong> in calendar views"
3075
  msgstr "<strong>Vis sted i titlen</strong> i kalender billedet"
3076
 
3077
- #: app/model/settings.php:626
3078
  msgid "<strong>Exclude</strong> events from search results"
3079
  msgstr "<strong>Udelad</strong> begivenheder fra søgeresultater"
3080
 
3081
- #: app/model/settings.php:638
3082
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3083
  msgstr "Skjul <strong>Abonner</strong>/<strong>Tilføj i kalender</strong>-knapper i kalenderen og visning af enkeltbegivenheder"
3084
 
3085
- #: app/model/settings.php:650
3086
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3087
  msgstr "Skjul <strong>Get a Timely Calendar</strong> knappen"
3088
 
3089
- #: app/model/settings.php:662
3090
  msgid " Hide <strong>Google Maps</strong> until clicked"
3091
  msgstr "Skjul <strong>Google Maps</strong> indtil der klikkes"
3092
 
3093
- #: app/model/settings.php:674
3094
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3095
  msgstr "<strong>Fastgør sorteringsmenu</strong> til toppen af vinduet når dette ellers vil forsvinde ved scrolling"
3096
 
3097
- #: app/model/settings.php:677
3098
  msgid "Only applies to first visible calendar found on the page."
3099
  msgstr "Gælder kun den første synlige kalender på siden."
3100
 
3101
- #: app/model/settings.php:689
3102
  msgid "Offset affixed filter bar vertically by"
3103
  msgstr "Forskyd den fastgjorte sorteringslinje lodret med"
3104
 
3105
- #: app/model/settings.php:704
3106
  msgid "Wide screens only (&#8805; 1200px)"
3107
  msgstr "Kun widescreens (&#8805; 1200px)"
3108
 
3109
- #: app/model/settings.php:719
3110
  msgid "Tablets only (< 980px)"
3111
  msgstr "Kun tablets (< 980px)"
3112
 
3113
- #: app/model/settings.php:734
3114
  msgid "Phones only (< 768px)"
3115
  msgstr "Kun telefoner (< 768px)"
3116
 
@@ -3207,15 +3219,15 @@ msgstr "Tidszone"
3207
  msgid "Preselected calendar filters"
3208
  msgstr "Forhåndsvalgte kalendersorteringer"
3209
 
3210
- #: app/controller/javascript.php:581
3211
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3212
  msgstr "Noget gik galt under opsamling af begivenheder.<br>Status for forespørgslen er: %STATUS% <br>Fejlmeddelelsen var: %ERROR%"
3213
 
3214
- #: app/controller/javascript.php:590
3215
  msgid "The end date can't be earlier than the start date."
3216
  msgstr "Slutdato kan ikke være tidligere end startdato."
3217
 
3218
- #: app/controller/javascript.php:591
3219
  msgid "For week and day view, you must select an interval of at least 6 hours."
3220
  msgstr "Til uge- eller dagvisning skal du vælge et interval på mindst 6 timer."
3221
 
@@ -3239,11 +3251,11 @@ msgstr "Vi kunne ikke opdatere begivenheden på Time.ly billetsystem"
3239
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3240
  msgstr "Denne begivenhed er kopieret fra et andet website. Eventueller ændringer for billetter blev afvist."
3241
 
3242
- #: app/model/api/api-registration.php:162
3243
  msgid "Payment preferences were not saved."
3244
  msgstr "Foretrukne betalingesmåder blev ikke gemt."
3245
 
3246
- #: app/model/api/api-registration.php:153
3247
  msgid "Payment preferences were saved."
3248
  msgstr "Foretrukne betlingsmåder blev gemt."
3249
 
@@ -3271,94 +3283,94 @@ msgstr "Salget er lukket"
3271
  msgid "Sold out"
3272
  msgstr "Udsolgt"
3273
 
3274
- #: app/controller/javascript.php:553
3275
  msgid "Report"
3276
  msgstr "Rapport"
3277
 
3278
- #: app/controller/javascript.php:554
3279
  msgid "Sale dates"
3280
  msgstr "Salgsdatoer"
3281
 
3282
- #: app/controller/javascript.php:555
3283
  msgid "Limits"
3284
  msgstr "Begrænsninger"
3285
 
3286
- #: app/controller/javascript.php:556
3287
  msgid "Actions"
3288
  msgstr "Handlinger"
3289
 
3290
- #: app/controller/javascript.php:557
3291
  msgid "Sold:"
3292
  msgstr "Solgt"
3293
 
3294
- #: app/controller/javascript.php:558
3295
  msgid "Left:"
3296
  msgstr "Venstre:"
3297
 
3298
- #: app/controller/javascript.php:559
3299
  msgid "Start:"
3300
  msgstr "Start:"
3301
 
3302
- #: app/controller/javascript.php:560
3303
  msgid "End:"
3304
  msgstr "Slut:"
3305
 
3306
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3307
  msgid "Min:"
3308
  msgstr "Minimum:"
3309
 
3310
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3311
  msgid "Max:"
3312
  msgstr "Maksimmun:"
3313
 
3314
- #: app/controller/javascript.php:563
3315
  msgid "Attendees"
3316
  msgstr "Modtagere"
3317
 
3318
- #: app/controller/javascript.php:564
3319
  msgid "Hide Attendees"
3320
  msgstr "Skjul modtagere "
3321
 
3322
- #: app/controller/javascript.php:565
3323
  msgid "Attendees List"
3324
  msgstr "Liste over modtagere"
3325
 
3326
- #: app/controller/javascript.php:566
3327
  msgid "Guest Name"
3328
  msgstr "Gæstenavn"
3329
 
3330
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3331
  msgid "Status"
3332
  msgstr "Status"
3333
 
3334
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3335
  #: app/view/event/ticket.php:71
3336
  msgid "Email"
3337
  msgstr "E-mail"
3338
 
3339
- #: app/controller/javascript.php:569
3340
  msgid "No attendees for this ticket type."
3341
  msgstr "Ingen modtagere af denne billettype."
3342
 
3343
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3344
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3345
  msgid "Edit"
3346
  msgstr "Rediger"
3347
 
3348
- #: app/controller/javascript.php:571
3349
  msgid "Code"
3350
  msgstr "Kode"
3351
 
3352
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3353
  #: public/admin/box_event_cost.php:308
3354
  msgid "Unlimited"
3355
  msgstr "Ubegrænset"
3356
 
3357
- #: app/controller/javascript.php:578
3358
  msgid "Your message has been sent. Thank you for your feedback."
3359
  msgstr "Din beksed er blevet send. Tak for din tilbagemelding."
3360
 
3361
- #: app/controller/javascript.php:579
3362
  msgid "Your message has not been sent. Please try again or contact us."
3363
  msgstr "Din besked er blevet sendt. Prøv igen eller kontakt os."
3364
 
@@ -3410,31 +3422,31 @@ msgstr "Husk at webadresser skal starte med enten \"http://\" eller \"https://\"
3410
  msgid "Loading&hellip;"
3411
  msgstr "Henter&hellip;"
3412
 
3413
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3414
  msgid "Preview:"
3415
  msgstr "Forhåndsvisning:"
3416
 
3417
- #: app/controller/javascript.php:542
3418
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3419
  msgstr "Henter forhåndsvisning&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3420
 
3421
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3422
  msgid "Ticketing Details"
3423
  msgstr "Billetsalgsdetaljer"
3424
 
3425
- #: app/controller/javascript.php:548
3426
  msgid "Hide Ticketing Details"
3427
  msgstr "Skjul billetsalgsdetaljer"
3428
 
3429
- #: app/controller/javascript.php:549
3430
  msgid "Loading tickets details..."
3431
  msgstr "Henter billetsalgsdetaljer..."
3432
 
3433
- #: app/controller/javascript.php:550
3434
  msgid "Type and price"
3435
  msgstr "Type og pris"
3436
 
3437
- #: app/controller/javascript.php:551
3438
  msgid "Info"
3439
  msgstr "Info"
3440
 
2
  # This file is distributed under the same license as the 2.3 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-07-02 01:01:58+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+ "<span class=\"ai1ec-tooltip-toggle\"\n"
20
+ "→\t→\t→\t→\t→\t→\t→\t→\t→\tdata-original-title=\"Google kan kræve en API nøgle for at kunne vise kortet\">\n"
21
+ "→\t→\t→\t→\t→\t→\t→\t→\t→\tGoogle Maps API nøgle</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Hent en API nøgle</a>)"
22
+
23
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
24
  msgid "Convert event's date/time to calendar's timezone"
25
+ msgstr "Indstil begivenhedens dato/tid til at følge kalenderens tidszone"
26
 
27
  #: public/admin/box_event_cost.php:303
28
  msgid "Report:"
29
+ msgstr "Rapport:"
30
 
31
  #: public/admin/box_event_cost.php:306
32
  msgid "Sold: %d, Left: %s, Reserved: %d"
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."
177
+ msgstr "Log ind på Timelys netværk."
178
 
179
  #: app/view/admin/settings.php:199
180
  msgid "I confirm that I have read, understand and agree with the <a href=\"https://time.ly/tos\">terms of service</a>."
181
+ msgstr "Jeg bekræfter at have læst, forstået og accepteret <a href=\"https://time.ly/tos\">servicevilkår</a>."
182
 
183
  #: app/view/admin/settings.php:202
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"
206
 
207
  #: lib/calendar-feed/ics.php:889
208
  msgid "Event imported"
209
+ msgstr "Begivenhed importeret"
210
 
211
  #: lib/calendar-feed/suggested.php:24
212
  msgid "Discover Events"
213
+ msgstr "Gå på opdagelse i begivenheder"
214
 
215
  #: lib/calendar-feed/suggested.php:103
216
  msgid "&laquo;"
217
+ msgstr "&laquo;"
218
 
219
  #: lib/calendar-feed/suggested.php:104
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
 
227
  #: app/controller/javascript.php:508
228
  msgid "Event was imported successfully."
229
+ msgstr "Begivenheden blev importeret korrekt."
230
 
231
  #: app/controller/javascript.php:511
232
  msgid "An error occurred when importing event. Please, try later."
233
+ msgstr "Der opstod en fejl under import af begivenhed. Prøv igen senere."
234
 
235
+ #: app/controller/javascript.php:553
236
  msgid "Information"
237
+ msgstr "Information"
238
 
239
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
240
  #: public/admin/box_event_cost.php:280
241
  msgid "Open for sale"
242
+ msgstr "Billetsalg åben"
243
 
244
+ #: app/controller/javascript.php:575
245
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
246
+ msgstr "Du har solgt billetter af denne type. Du bedes rette status til \"Aflyst\" og tilbagebetale alle brugere som har købt billetter."
247
 
248
+ #: app/controller/javascript.php:576
249
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
250
+ msgstr "Du har solgt billetter af denne type. Du bedes tilbagebetale alle brugere som har købt billetter."
251
 
252
  #: app/model/api/api-feeds.php:131
253
  msgid "We were unable to import feed"
254
+ msgstr "Vi kunne ikke importere feed"
255
 
256
  #: app/model/api/api-feeds.php:154
257
  msgid "We were unable to get feed data"
258
+ msgstr "Vi kunne ikke hente data om feed"
259
 
260
  #: app/model/api/api-feeds.php:286
261
  msgid "We were unable to subscribe feed"
262
+ msgstr "Vi kunne ikke abonnere på feed"
263
 
264
  #: app/model/api/api-feeds.php:316
265
  msgid "We were unable to unsubscribe feed"
266
+ msgstr "Vi kunne ikke afmelde abonnement på feed"
267
 
268
  #: app/model/api/api-ticketing.php:120
269
  msgid "Tax and Invoice options are required."
270
+ msgstr "Indstillinger for afgifter og faktura er påkrævet."
271
 
272
  #: app/model/api/api-ticketing.php:403 public/admin/box_event_cost.php:285
273
  msgid "Sale ended"
274
+ msgstr "Salget er sluttet"
275
 
276
  #: app/model/api/api-ticketing.php:405 public/admin/box_event_cost.php:289
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
 
304
  #: app/view/admin/add-ons.php:71
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
 
437
  #: app/view/calendar/subscribe-button.php:27
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
 
453
  #: public/admin/box_ask_customer_review.php:33
454
  msgid "Please rate our FREE calendar with 5 stars to help keeping it in Wordpress.org."
455
+ msgstr "Vær rar at vurdere vores GRATIS kalender til 5 stjerne for at hjælpe med at bevare det i wordpress.org."
456
 
457
  #: public/admin/box_ask_customer_review.php:34
458
  msgid "Thanks from the hard working fellas at Time.ly."
459
+ msgstr "Tak til de hårdt arbejdende fyre hos Time.ly"
460
 
461
  #: public/admin/box_ask_customer_review.php:67
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."
472
 
473
  #: public/admin/box_event_cost.php:35
474
  msgid "This event was created using Timely Network. Sign in with the accouunt %s to see the Ticket options."
475
+ msgstr "Denne begivenhed blev oprettet i Timely Netværk. Log ind med kontoen %s for at se indstillinger for billeter. "
476
 
477
  #: public/admin/box_event_cost.php:39
478
  msgid "Sign In for Timely Network"
479
+ msgstr "Log ind på Timely Netværk"
480
 
481
  #: public/admin/box_event_cost.php:47
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"
492
 
493
  #: public/admin/box_event_cost.php:82
494
  msgid "Please, provide valid payout details to use Ticketing."
495
+ msgstr "Du bedes angive gyldige oplysninger om udbetaling for at benytte Billetsystem."
496
 
497
  #: public/admin/box_event_cost.php:85
498
  msgid "Ticketing Settings"
499
+ msgstr "Billetsystem Indstillinger"
500
 
501
  #: public/admin/box_event_cost.php:379
502
  msgid "Free Event"
503
+ msgstr "Gratis begivenhed"
504
 
505
  #: public/admin/box_event_cost.php:409
506
  msgid "Registration URL:"
507
+ msgstr "URL til registrering:"
508
 
509
  #: public/admin/box_support.php:19
510
  msgid "Guide"
511
+ msgstr "Guide"
512
 
513
  #: public/admin/box_support.php:27
514
  msgid "Forum"
515
+ msgstr "Forum"
516
 
517
  #: public/admin/box_support.php:35
518
  msgid "Videos"
519
+ msgstr "Video"
520
 
521
  #. Plugin URI of the plugin/theme
522
  msgid "http://wordpress.org/plugins/all-in-one-event-calendar/"
523
+ msgstr "http://wordpress.org/plugins/all-in-one-event-calendar/"
524
 
525
  #. Author URI of the plugin/theme
526
  msgid "http://time.ly/"
527
+ msgstr "http://time.ly/"
528
 
529
  #: app/controller/javascript.php:459
530
  msgid "Please enter a valid Website URL."
531
+ msgstr "Angiv en gyldig websideadresse."
532
 
533
  #: app/controller/javascript.php:488
534
  msgid "The URL you have entered in the <b>Event Cost and Tickets</b> &gt; <b>Tickets or Registration URL</b> seems to be invalid."
535
+ msgstr "Den webadresse du har opgivet i <b>Begivenhedens Pris og Billeter</b> &gt; <b>Billetter eller Registrering url</b> ser ud til at være ugyldig."
536
 
537
  #: app/controller/javascript.php:491
538
  msgid "The Email you have entered in the <b>Organizer Contact Info</b> &gt; <b>E-mail</b> seems to be invalid."
539
+ msgstr "Den email-adresse du har opgivet i <b>Arrangørens kontaktinfo</b> &gt; <b>Email</b> ser ud til at være ugyldig."
540
 
541
  #: app/controller/javascript.php:500
542
  msgid "<b>Required or incorrect fields for Ticketing are outlined red.</b>"
543
+ msgstr "<b>Påkrævede eller forkerte felter i Billetsystem er indrammet med røde streger.</b>"
544
 
545
  #: app/controller/javascript.php:503
546
  msgid "<b>The Repeat option was selected but recurrence is not supported by Event with Tickets.</b>"
547
+ msgstr "<b>Indstillingen \"Gentagelse\" blev valgt, men dette understøttes ikke af Begivenheder med billetter.</b>"
548
 
549
  #: app/controller/javascript.php:505
550
  msgid ""
551
  "<b>\n"
552
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
553
  msgstr ""
554
+ "<b>\n"
555
+ "→\t→\t→\t→\tBegivenheden er markeret med prisindstillingen Billet men ingen billet inkluderet.</b>"
556
 
557
+ #: app/controller/javascript.php:585
558
  msgid "Response text received from server"
559
+ msgstr "Svartekst modtager fra serveren"
560
 
561
+ #: app/controller/javascript.php:586
562
  msgid "Click here for technical details"
563
+ msgstr "Klik her for tekniske detaljer"
564
 
565
  #: app/model/api/api-abstract.php:194
566
  msgid "API URL: %s.<br/>Detail: %s"
567
+ msgstr "API URL: %s.<br/>Detail: %s"
568
 
569
  #: app/model/api/api-abstract.php:461
570
  msgid "Error decoding the response"
571
+ msgstr "Fejl i afkodning af svaret"
572
 
573
  #: app/model/api/api-feeds.php:96
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
 
593
  #: app/model/api/api-ticketing.php:59
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."
601
 
602
  #: app/model/api/api-ticketing.php:103
603
  msgid "The Repeat option was selected but recurrence is not supported by Event with Tickets."
604
+ msgstr "Indstillingen \"Gentagelse\" blev valgt, men dette understøttes ikke af Begivenheder med billetter."
605
 
606
  #: app/model/api/api-ticketing.php:116
607
  msgid "The Event has the cost option Ticket selected but no ticket was included."
608
+ msgstr "Begivenheden er markeret med prisindstillingen Billet men ingen billet inkluderet."
609
 
610
  #: app/model/api/api-ticketing.php:118
611
  msgid "You need to save the payments settings to create ticket events."
612
+ msgstr "Du skal gemme betalingsindstillinger for at kunne oprette begivenheder med billet."
613
 
614
  #: app/model/api/api-ticketing.php:651
615
  msgid "We were unable to Update the Event on Time.ly Network"
616
+ msgstr "Vi kunne ikke opdatere begivenheden på Time.ly Netværk"
617
 
618
  #: app/model/api/api-ticketing.php:702
619
  msgid "We were unable to remove the Event on Time.ly Network"
620
+ msgstr "Vi kunne ikke fjerne begivenheden på Time.ly Netværk"
621
 
622
  #: public/themes-ai1ec/umbra/less/user_variables.php:209
623
  #: public/themes-ai1ec/vortex/less/user_variables.php:209
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3219
  msgid "Preselected calendar filters"
3220
  msgstr "Forhåndsvalgte kalendersorteringer"
3221
 
3222
+ #: app/controller/javascript.php:582
3223
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3224
  msgstr "Noget gik galt under opsamling af begivenheder.<br>Status for forespørgslen er: %STATUS% <br>Fejlmeddelelsen var: %ERROR%"
3225
 
3226
+ #: app/controller/javascript.php:591
3227
  msgid "The end date can't be earlier than the start date."
3228
  msgstr "Slutdato kan ikke være tidligere end startdato."
3229
 
3230
+ #: app/controller/javascript.php:592
3231
  msgid "For week and day view, you must select an interval of at least 6 hours."
3232
  msgstr "Til uge- eller dagvisning skal du vælge et interval på mindst 6 timer."
3233
 
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
 
3283
  msgid "Sold out"
3284
  msgstr "Udsolgt"
3285
 
3286
+ #: app/controller/javascript.php:554
3287
  msgid "Report"
3288
  msgstr "Rapport"
3289
 
3290
+ #: app/controller/javascript.php:555
3291
  msgid "Sale dates"
3292
  msgstr "Salgsdatoer"
3293
 
3294
+ #: app/controller/javascript.php:556
3295
  msgid "Limits"
3296
  msgstr "Begrænsninger"
3297
 
3298
+ #: app/controller/javascript.php:557
3299
  msgid "Actions"
3300
  msgstr "Handlinger"
3301
 
3302
+ #: app/controller/javascript.php:558
3303
  msgid "Sold:"
3304
  msgstr "Solgt"
3305
 
3306
+ #: app/controller/javascript.php:559
3307
  msgid "Left:"
3308
  msgstr "Venstre:"
3309
 
3310
+ #: app/controller/javascript.php:560
3311
  msgid "Start:"
3312
  msgstr "Start:"
3313
 
3314
+ #: app/controller/javascript.php:561
3315
  msgid "End:"
3316
  msgstr "Slut:"
3317
 
3318
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3319
  msgid "Min:"
3320
  msgstr "Minimum:"
3321
 
3322
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3323
  msgid "Max:"
3324
  msgstr "Maksimmun:"
3325
 
3326
+ #: app/controller/javascript.php:564
3327
  msgid "Attendees"
3328
  msgstr "Modtagere"
3329
 
3330
+ #: app/controller/javascript.php:565
3331
  msgid "Hide Attendees"
3332
  msgstr "Skjul modtagere "
3333
 
3334
+ #: app/controller/javascript.php:566
3335
  msgid "Attendees List"
3336
  msgstr "Liste over modtagere"
3337
 
3338
+ #: app/controller/javascript.php:567
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"
3350
 
3351
+ #: app/controller/javascript.php:570
3352
  msgid "No attendees for this ticket type."
3353
  msgstr "Ingen modtagere af denne billettype."
3354
 
3355
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3356
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3357
  msgid "Edit"
3358
  msgstr "Rediger"
3359
 
3360
+ #: app/controller/javascript.php:572
3361
  msgid "Code"
3362
  msgstr "Kode"
3363
 
3364
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3365
  #: public/admin/box_event_cost.php:308
3366
  msgid "Unlimited"
3367
  msgstr "Ubegrænset"
3368
 
3369
+ #: app/controller/javascript.php:579
3370
  msgid "Your message has been sent. Thank you for your feedback."
3371
  msgstr "Din beksed er blevet send. Tak for din tilbagemelding."
3372
 
3373
+ #: app/controller/javascript.php:580
3374
  msgid "Your message has not been sent. Please try again or contact us."
3375
  msgstr "Din besked er blevet sendt. Prøv igen eller kontakt os."
3376
 
3422
  msgid "Loading&hellip;"
3423
  msgstr "Henter&hellip;"
3424
 
3425
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3426
  msgid "Preview:"
3427
  msgstr "Forhåndsvisning:"
3428
 
3429
+ #: app/controller/javascript.php:543
3430
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3431
  msgstr "Henter forhåndsvisning&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3432
 
3433
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3434
  msgid "Ticketing Details"
3435
  msgstr "Billetsalgsdetaljer"
3436
 
3437
+ #: app/controller/javascript.php:549
3438
  msgid "Hide Ticketing Details"
3439
  msgstr "Skjul billetsalgsdetaljer"
3440
 
3441
+ #: app/controller/javascript.php:550
3442
  msgid "Loading tickets details..."
3443
  msgstr "Henter billetsalgsdetaljer..."
3444
 
3445
+ #: app/controller/javascript.php:551
3446
  msgid "Type and price"
3447
  msgstr "Type og pris"
3448
 
3449
+ #: app/controller/javascript.php:552
3450
  msgid "Info"
3451
  msgstr "Info"
3452
 
language/all-in-one-event-calendar-de_CH.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "letzte"
2825
  msgid "month(s)"
2826
  msgstr "Monat(e)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2831
 
2832
- #: app/model/settings.php:948
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 "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  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."
2848
 
2849
- #: app/model/settings.php:981
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>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2852
 
2853
- #: app/model/settings.php:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2860
 
2861
- #: app/model/settings.php:1020
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 "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2864
 
@@ -2910,63 +2917,63 @@ msgstr "Alle anzeigen "
2910
  msgid "Show All Authors"
2911
  msgstr "Alle Autoren anzeigen"
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr "Strenge Kompatibilitätsinhaltsfilterung"
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr " <strong>Verberge Featured-Bild</strong> auf der Detailseite der Veranstaltung"
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr "Diese Option wählen, wenn dein Theme bereits die Featured-Bilder des Posts anzeigt."
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr "Daten in diesem Format angeben"
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr "Standard (d/m/yyyy)"
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr "US (M/T/JJJJ)"
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr "ISO 8601 (yyyy-m-d)"
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr "Dotted (m.d.yyyy)"
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr "<strong>24h-Format</strong> bei der Zeitauswahl verwenden"
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr "<strong>Automatische Adressenvervollständigung</strong> deaktivieren"
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2956
 
2957
- #: app/model/settings.php:840
2958
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
  msgstr "Oberhalb des Kalenders, berechtigten Nutzern, die alte <strong>Deine Veranstaltung posten</strong> Schaltfläche anzeigen"
2960
 
2961
- #: app/model/settings.php:843
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 "Installiere die <a target=\"_blank\" href=\"http://time.ly/\">Interaktive Front-End Erweiterung</a> für die <strong>Front-End Eingabemaske</strong>."
2964
 
2965
- #: app/model/settings.php:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr "Kalender in dieses DOM-Element verschieben"
2968
 
2969
- #: app/model/settings.php:866
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"
@@ -2986,23 +2993,23 @@ msgstr ""
2986
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2987
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2988
 
2989
- #: app/model/settings.php:885
2990
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2991
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2992
 
2993
- #: app/model/settings.php:888
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 "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."
2996
 
2997
- #: app/model/settings.php:900
2998
  msgid "Disable <strong>gzip</strong> compression."
2999
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
3000
 
3001
- #: app/model/settings.php:915
3002
  msgid "Use frontend rendering."
3003
  msgstr "Verwende Frontend-Rendering."
3004
 
3005
- #: app/model/settings.php:918
3006
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3007
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
3008
 
@@ -3026,15 +3033,15 @@ msgstr "Wochen-/Tagesansicht startet mit:"
3026
  msgid "Week/Day view ends at"
3027
  msgstr "Wochen-/Tagesansicht endet mit"
3028
 
3029
- #: app/model/settings.php:559
3030
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3031
  msgstr "<strong>Zeilenumbruch bei Unterzeile der Veranstaltung</strong> in der Monatsansicht"
3032
 
3033
- #: app/model/settings.php:562
3034
  msgid "Only applies to events that span a single day."
3035
  msgstr "Bezieht sich nur auf Veranstaltungen, die sich über einen einzelnen Tag erstrecken."
3036
 
3037
- #: app/model/settings.php:574
3038
  msgid ""
3039
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3040
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3048,55 +3055,55 @@ msgstr ""
3048
  "→\t→\t→\t→\t→\t→\tListen-ähnliche Ansichten</span>, <strong>beinhalten alle Ereignisse\n"
3049
  "→\t→\t→\t→\t→\t→\tvom letzten angezeigten Tag</strong>"
3050
 
3051
- #: app/model/settings.php:590
3052
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3053
  msgstr "Alle Veranstaltungen als <strong>erweitert</strong> in der Listenansicht behalten."
3054
 
3055
- #: app/model/settings.php:602
3056
  msgid "<strong>Show year</strong> in calendar date labels"
3057
  msgstr "In Datumsbeschriftungen des Kalenders das <strong>Jahr anzeigen</strong> "
3058
 
3059
- #: app/model/settings.php:614
3060
  msgid "<strong>Show location in event titles</strong> in calendar views"
3061
  msgstr " In den Kalenderansichten <strong>Veranstaltungsort in Veranstaltungstiteln anzeigen</strong>"
3062
 
3063
- #: app/model/settings.php:626
3064
  msgid "<strong>Exclude</strong> events from search results"
3065
  msgstr "Veranstaltungen von Suchergebnissen <strong>ausschliessen</strong>"
3066
 
3067
- #: app/model/settings.php:638
3068
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3069
  msgstr "Schaltflächen <strong>Abonnieren</strong> und <strong>Zum Kalender hinzufügen</strong> in Kalender- und Einzelveranstaltungsansicht verstecken"
3070
 
3071
- #: app/model/settings.php:650
3072
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3073
  msgstr "Verstecke <strong>Timely Calendar holen</strong>"
3074
 
3075
- #: app/model/settings.php:662
3076
  msgid " Hide <strong>Google Maps</strong> until clicked"
3077
  msgstr "<strong>Google Maps</strong> verstecken bis es angeklickt wird"
3078
 
3079
- #: app/model/settings.php:674
3080
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3081
  msgstr "<strong>Anheften des Filtermenüs</strong> am oberen Fensterrand, für permanente Sichtbarkeit beim Scrollen."
3082
 
3083
- #: app/model/settings.php:677
3084
  msgid "Only applies to first visible calendar found on the page."
3085
  msgstr "Trifft nur für den ersten sichtbaren Kalender der Seite zu."
3086
 
3087
- #: app/model/settings.php:689
3088
  msgid "Offset affixed filter bar vertically by"
3089
  msgstr "Vertikaler Versatz der Filterleiste um"
3090
 
3091
- #: app/model/settings.php:704
3092
  msgid "Wide screens only (&#8805; 1200px)"
3093
  msgstr "Nur für Breitbildschirme (&#8805; 1200px)"
3094
 
3095
- #: app/model/settings.php:719
3096
  msgid "Tablets only (< 980px)"
3097
  msgstr "Nur für Tablets (< 980px)"
3098
 
3099
- #: app/model/settings.php:734
3100
  msgid "Phones only (< 768px)"
3101
  msgstr "Nur für Smartphones (< 768px)"
3102
 
@@ -3193,15 +3200,15 @@ msgstr "Zeitzone"
3193
  msgid "Preselected calendar filters"
3194
  msgstr "Vorausgewählte Kalenderfilter"
3195
 
3196
- #: app/controller/javascript.php:581
3197
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3198
  msgstr "Etwas ging schief beim abholen der Events.<br>Der Status ist: %STATUS% <br>Der ausgelöste Fehler war: %ERROR%"
3199
 
3200
- #: app/controller/javascript.php:590
3201
  msgid "The end date can't be earlier than the start date."
3202
  msgstr "Das Enddatum muss später als das Anfangsdatum gesetzt sein."
3203
 
3204
- #: app/controller/javascript.php:591
3205
  msgid "For week and day view, you must select an interval of at least 6 hours."
3206
  msgstr "Für die Wochen- und Tagesansicht muss ein Intervall von mindestens 6 Stunden gesetzt werden."
3207
 
@@ -3225,11 +3232,11 @@ msgstr "Wir sind nicht in der Lage, diesen Event auf Time.ly-Ticketing zu aktual
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:162
3229
  msgid "Payment preferences were not saved."
3230
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3231
 
3232
- #: app/model/api/api-registration.php:153
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3235
 
@@ -3257,94 +3264,94 @@ msgstr "Verkauf geschlossen"
3257
  msgid "Sold out"
3258
  msgstr "Ausverkauft"
3259
 
3260
- #: app/controller/javascript.php:553
3261
  msgid "Report"
3262
  msgstr "Bericht"
3263
 
3264
- #: app/controller/javascript.php:554
3265
  msgid "Sale dates"
3266
  msgstr "Verkaufsdaten"
3267
 
3268
- #: app/controller/javascript.php:555
3269
  msgid "Limits"
3270
  msgstr "Begrenzungen"
3271
 
3272
- #: app/controller/javascript.php:556
3273
  msgid "Actions"
3274
  msgstr "Aktionen"
3275
 
3276
- #: app/controller/javascript.php:557
3277
  msgid "Sold:"
3278
  msgstr "Verkauft:"
3279
 
3280
- #: app/controller/javascript.php:558
3281
  msgid "Left:"
3282
  msgstr "Übrig:"
3283
 
3284
- #: app/controller/javascript.php:559
3285
  msgid "Start:"
3286
  msgstr "Start:"
3287
 
3288
- #: app/controller/javascript.php:560
3289
  msgid "End:"
3290
  msgstr "Ende:"
3291
 
3292
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3293
  msgid "Min:"
3294
  msgstr "Min:"
3295
 
3296
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3297
  msgid "Max:"
3298
  msgstr "Max:"
3299
 
3300
- #: app/controller/javascript.php:563
3301
  msgid "Attendees"
3302
  msgstr "Teilnehmer"
3303
 
3304
- #: app/controller/javascript.php:564
3305
  msgid "Hide Attendees"
3306
  msgstr "Verstecke Teilnehmer"
3307
 
3308
- #: app/controller/javascript.php:565
3309
  msgid "Attendees List"
3310
  msgstr "Teilnehmerliste"
3311
 
3312
- #: app/controller/javascript.php:566
3313
  msgid "Guest Name"
3314
  msgstr "Gastname"
3315
 
3316
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3317
  msgid "Status"
3318
  msgstr "Status"
3319
 
3320
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3321
  #: app/view/event/ticket.php:71
3322
  msgid "Email"
3323
  msgstr "E-Mail"
3324
 
3325
- #: app/controller/javascript.php:569
3326
  msgid "No attendees for this ticket type."
3327
  msgstr "Keine Teilnehmer für diesen Ticket-Typ."
3328
 
3329
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3330
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3331
  msgid "Edit"
3332
  msgstr "Bearbeiten"
3333
 
3334
- #: app/controller/javascript.php:571
3335
  msgid "Code"
3336
  msgstr "Code"
3337
 
3338
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3339
  #: public/admin/box_event_cost.php:308
3340
  msgid "Unlimited"
3341
  msgstr "Unbegrenzt"
3342
 
3343
- #: app/controller/javascript.php:578
3344
  msgid "Your message has been sent. Thank you for your feedback."
3345
  msgstr "Deine Nachricht wurde gesendet. Vielen Dank für Dein Feedback."
3346
 
3347
- #: app/controller/javascript.php:579
3348
  msgid "Your message has not been sent. Please try again or contact us."
3349
  msgstr "Deine Nachricht wurde nicht gesendet. Bitte versuche es noch einmal oder kontaktiere uns."
3350
 
@@ -3396,31 +3403,31 @@ msgstr "Bitte beachte, dass URLs mit \"http://\" oder \"https://\" beginnen müs
3396
  msgid "Loading&hellip;"
3397
  msgstr "Laden&hellip;"
3398
 
3399
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3400
  msgid "Preview:"
3401
  msgstr "Vorschau:"
3402
 
3403
- #: app/controller/javascript.php:542
3404
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3405
  msgstr "Lade Vorschau&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3406
 
3407
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3408
  msgid "Ticketing Details"
3409
  msgstr "Buchungs-Details"
3410
 
3411
- #: app/controller/javascript.php:548
3412
  msgid "Hide Ticketing Details"
3413
  msgstr "Verstecke Buchungs-Details"
3414
 
3415
- #: app/controller/javascript.php:549
3416
  msgid "Loading tickets details..."
3417
  msgstr "Lade Buchungs-Details ..."
3418
 
3419
- #: app/controller/javascript.php:550
3420
  msgid "Type and price"
3421
  msgstr "Art und Preis"
3422
 
3423
- #: app/controller/javascript.php:551
3424
  msgid "Info"
3425
  msgstr "Info"
3426
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "→\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
 
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
  "→\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
 
3200
  msgid "Preselected calendar filters"
3201
  msgstr "Vorausgewählte Kalenderfilter"
3202
 
3203
+ #: app/controller/javascript.php:582
3204
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3205
  msgstr "Etwas ging schief beim abholen der Events.<br>Der Status ist: %STATUS% <br>Der ausgelöste Fehler war: %ERROR%"
3206
 
3207
+ #: app/controller/javascript.php:591
3208
  msgid "The end date can't be earlier than the start date."
3209
  msgstr "Das Enddatum muss später als das Anfangsdatum gesetzt sein."
3210
 
3211
+ #: app/controller/javascript.php:592
3212
  msgid "For week and day view, you must select an interval of at least 6 hours."
3213
  msgstr "Für die Wochen- und Tagesansicht muss ein Intervall von mindestens 6 Stunden gesetzt werden."
3214
 
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
 
3264
  msgid "Sold out"
3265
  msgstr "Ausverkauft"
3266
 
3267
+ #: app/controller/javascript.php:554
3268
  msgid "Report"
3269
  msgstr "Bericht"
3270
 
3271
+ #: app/controller/javascript.php:555
3272
  msgid "Sale dates"
3273
  msgstr "Verkaufsdaten"
3274
 
3275
+ #: app/controller/javascript.php:556
3276
  msgid "Limits"
3277
  msgstr "Begrenzungen"
3278
 
3279
+ #: app/controller/javascript.php:557
3280
  msgid "Actions"
3281
  msgstr "Aktionen"
3282
 
3283
+ #: app/controller/javascript.php:558
3284
  msgid "Sold:"
3285
  msgstr "Verkauft:"
3286
 
3287
+ #: app/controller/javascript.php:559
3288
  msgid "Left:"
3289
  msgstr "Übrig:"
3290
 
3291
+ #: app/controller/javascript.php:560
3292
  msgid "Start:"
3293
  msgstr "Start:"
3294
 
3295
+ #: app/controller/javascript.php:561
3296
  msgid "End:"
3297
  msgstr "Ende:"
3298
 
3299
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3300
  msgid "Min:"
3301
  msgstr "Min:"
3302
 
3303
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3304
  msgid "Max:"
3305
  msgstr "Max:"
3306
 
3307
+ #: app/controller/javascript.php:564
3308
  msgid "Attendees"
3309
  msgstr "Teilnehmer"
3310
 
3311
+ #: app/controller/javascript.php:565
3312
  msgid "Hide Attendees"
3313
  msgstr "Verstecke Teilnehmer"
3314
 
3315
+ #: app/controller/javascript.php:566
3316
  msgid "Attendees List"
3317
  msgstr "Teilnehmerliste"
3318
 
3319
+ #: app/controller/javascript.php:567
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"
3331
 
3332
+ #: app/controller/javascript.php:570
3333
  msgid "No attendees for this ticket type."
3334
  msgstr "Keine Teilnehmer für diesen Ticket-Typ."
3335
 
3336
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3337
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3338
  msgid "Edit"
3339
  msgstr "Bearbeiten"
3340
 
3341
+ #: app/controller/javascript.php:572
3342
  msgid "Code"
3343
  msgstr "Code"
3344
 
3345
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3346
  #: public/admin/box_event_cost.php:308
3347
  msgid "Unlimited"
3348
  msgstr "Unbegrenzt"
3349
 
3350
+ #: app/controller/javascript.php:579
3351
  msgid "Your message has been sent. Thank you for your feedback."
3352
  msgstr "Deine Nachricht wurde gesendet. Vielen Dank für Dein Feedback."
3353
 
3354
+ #: app/controller/javascript.php:580
3355
  msgid "Your message has not been sent. Please try again or contact us."
3356
  msgstr "Deine Nachricht wurde nicht gesendet. Bitte versuche es noch einmal oder kontaktiere uns."
3357
 
3403
  msgid "Loading&hellip;"
3404
  msgstr "Laden&hellip;"
3405
 
3406
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3407
  msgid "Preview:"
3408
  msgstr "Vorschau:"
3409
 
3410
+ #: app/controller/javascript.php:543
3411
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3412
  msgstr "Lade Vorschau&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3413
 
3414
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3415
  msgid "Ticketing Details"
3416
  msgstr "Buchungs-Details"
3417
 
3418
+ #: app/controller/javascript.php:549
3419
  msgid "Hide Ticketing Details"
3420
  msgstr "Verstecke Buchungs-Details"
3421
 
3422
+ #: app/controller/javascript.php:550
3423
  msgid "Loading tickets details..."
3424
  msgstr "Lade Buchungs-Details ..."
3425
 
3426
+ #: app/controller/javascript.php:551
3427
  msgid "Type and price"
3428
  msgstr "Art und Preis"
3429
 
3430
+ #: app/controller/javascript.php:552
3431
  msgid "Info"
3432
  msgstr "Info"
3433
 
language/all-in-one-event-calendar-de_DE.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "letzte"
2825
  msgid "month(s)"
2826
  msgstr "Monat(e)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2831
 
2832
- #: app/model/settings.php:948
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 "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  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."
2848
 
2849
- #: app/model/settings.php:981
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>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2852
 
2853
- #: app/model/settings.php:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2860
 
2861
- #: app/model/settings.php:1020
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 "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2864
 
@@ -2910,63 +2917,63 @@ msgstr "Alle anzeigen "
2910
  msgid "Show All Authors"
2911
  msgstr "Alle Autoren anzeigen"
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr "Strenge Kompatibilitätsinhaltsfilterung"
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr " <strong>Verberge Featured-Bild</strong> auf der Detailseite der Veranstaltung"
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr "Diese Option wählen, wenn dein Theme bereits die Featured-Bilder des Posts anzeigt."
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr "Daten in diesem Format angeben"
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr "Standard (d/m/yyyy)"
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr "US (M/T/JJJJ)"
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr "ISO 8601 (yyyy-m-d)"
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr "Dotted (m.d.yyyy)"
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr "<strong>24h-Format</strong> bei der Zeitauswahl verwenden"
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr "<strong>Automatische Adressenvervollständigung</strong> deaktivieren"
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2956
 
2957
- #: app/model/settings.php:840
2958
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
  msgstr "Oberhalb des Kalenders, berechtigten Nutzern, die alte <strong>Deine Veranstaltung posten</strong> Schaltfläche anzeigen"
2960
 
2961
- #: app/model/settings.php:843
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 "Installiere die <a target=\"_blank\" href=\"http://time.ly/\">Interaktive Front-End Erweiterung</a> für die <strong>Front-End Eingabemaske</strong>."
2964
 
2965
- #: app/model/settings.php:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr "Kalender in dieses DOM-Element verschieben"
2968
 
2969
- #: app/model/settings.php:866
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"
@@ -2986,23 +2993,23 @@ msgstr ""
2986
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2987
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2988
 
2989
- #: app/model/settings.php:885
2990
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2991
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2992
 
2993
- #: app/model/settings.php:888
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 "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."
2996
 
2997
- #: app/model/settings.php:900
2998
  msgid "Disable <strong>gzip</strong> compression."
2999
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
3000
 
3001
- #: app/model/settings.php:915
3002
  msgid "Use frontend rendering."
3003
  msgstr "Verwende Frontend-Rendering."
3004
 
3005
- #: app/model/settings.php:918
3006
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3007
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
3008
 
@@ -3026,15 +3033,15 @@ msgstr "Wochen-/Tagesansicht startet mit:"
3026
  msgid "Week/Day view ends at"
3027
  msgstr "Wochen-/Tagesansicht endet mit"
3028
 
3029
- #: app/model/settings.php:559
3030
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3031
  msgstr "<strong>Zeilenumbruch bei Unterzeile der Veranstaltung</strong> in der Monatsansicht"
3032
 
3033
- #: app/model/settings.php:562
3034
  msgid "Only applies to events that span a single day."
3035
  msgstr "Bezieht sich nur auf Veranstaltungen, die sich über einen einzelnen Tag erstrecken."
3036
 
3037
- #: app/model/settings.php:574
3038
  msgid ""
3039
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3040
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3048,55 +3055,55 @@ msgstr ""
3048
  "→\t→\t→\t→\t→\t→\tListen-ähnliche Ansichten</span>, <strong>beinhalten alle Ereignisse\n"
3049
  "→\t→\t→\t→\t→\t→\tvom letzten angezeigten Tag</strong>"
3050
 
3051
- #: app/model/settings.php:590
3052
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3053
  msgstr "Alle Veranstaltungen als <strong>erweitert</strong> in der Listenansicht behalten."
3054
 
3055
- #: app/model/settings.php:602
3056
  msgid "<strong>Show year</strong> in calendar date labels"
3057
  msgstr "In Datumsbeschriftungen des Kalenders das <strong>Jahr anzeigen</strong> "
3058
 
3059
- #: app/model/settings.php:614
3060
  msgid "<strong>Show location in event titles</strong> in calendar views"
3061
  msgstr " In den Kalenderansichten <strong>Veranstaltungsort in Veranstaltungstiteln anzeigen</strong>"
3062
 
3063
- #: app/model/settings.php:626
3064
  msgid "<strong>Exclude</strong> events from search results"
3065
  msgstr "Veranstaltungen von Suchergebnissen <strong>ausschliessen</strong>"
3066
 
3067
- #: app/model/settings.php:638
3068
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3069
  msgstr "Schaltflächen <strong>Abonnieren</strong> und <strong>Zum Kalender hinzufügen</strong> in Kalender- und Einzelveranstaltungsansicht verstecken"
3070
 
3071
- #: app/model/settings.php:650
3072
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3073
  msgstr "Verstecke <strong>Timely Calendar holen</strong>"
3074
 
3075
- #: app/model/settings.php:662
3076
  msgid " Hide <strong>Google Maps</strong> until clicked"
3077
  msgstr "<strong>Google Maps</strong> verstecken bis es angeklickt wird"
3078
 
3079
- #: app/model/settings.php:674
3080
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3081
  msgstr "<strong>Anheften des Filtermenüs</strong> am oberen Fensterrand, für permanente Sichtbarkeit beim Scrollen."
3082
 
3083
- #: app/model/settings.php:677
3084
  msgid "Only applies to first visible calendar found on the page."
3085
  msgstr "Trifft nur für den ersten sichtbaren Kalender der Seite zu."
3086
 
3087
- #: app/model/settings.php:689
3088
  msgid "Offset affixed filter bar vertically by"
3089
  msgstr "Vertikaler Versatz der Filterleiste um"
3090
 
3091
- #: app/model/settings.php:704
3092
  msgid "Wide screens only (&#8805; 1200px)"
3093
  msgstr "Nur für Breitbildschirme (&#8805; 1200px)"
3094
 
3095
- #: app/model/settings.php:719
3096
  msgid "Tablets only (< 980px)"
3097
  msgstr "Nur für Tablets (< 980px)"
3098
 
3099
- #: app/model/settings.php:734
3100
  msgid "Phones only (< 768px)"
3101
  msgstr "Nur für Smartphones (< 768px)"
3102
 
@@ -3193,15 +3200,15 @@ msgstr "Zeitzone"
3193
  msgid "Preselected calendar filters"
3194
  msgstr "Vorausgewählte Kalenderfilter"
3195
 
3196
- #: app/controller/javascript.php:581
3197
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3198
  msgstr "Etwas ging schief beim abholen der Events.<br>Der Status ist: %STATUS% <br>Der ausgelöste Fehler war: %ERROR%"
3199
 
3200
- #: app/controller/javascript.php:590
3201
  msgid "The end date can't be earlier than the start date."
3202
  msgstr "Das Enddatum muss später als das Anfangsdatum gesetzt sein."
3203
 
3204
- #: app/controller/javascript.php:591
3205
  msgid "For week and day view, you must select an interval of at least 6 hours."
3206
  msgstr "Für die Wochen- und Tagesansicht muss ein Intervall von mindestens 6 Stunden gesetzt werden."
3207
 
@@ -3225,11 +3232,11 @@ msgstr "Wir sind nicht in der Lage, diesen Event auf Time.ly-Ticketing zu aktual
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:162
3229
  msgid "Payment preferences were not saved."
3230
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3231
 
3232
- #: app/model/api/api-registration.php:153
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3235
 
@@ -3257,94 +3264,94 @@ msgstr "Verkauf geschlossen"
3257
  msgid "Sold out"
3258
  msgstr "Ausverkauft"
3259
 
3260
- #: app/controller/javascript.php:553
3261
  msgid "Report"
3262
  msgstr "Bericht"
3263
 
3264
- #: app/controller/javascript.php:554
3265
  msgid "Sale dates"
3266
  msgstr "Verkaufsdaten"
3267
 
3268
- #: app/controller/javascript.php:555
3269
  msgid "Limits"
3270
  msgstr "Begrenzungen"
3271
 
3272
- #: app/controller/javascript.php:556
3273
  msgid "Actions"
3274
  msgstr "Aktionen"
3275
 
3276
- #: app/controller/javascript.php:557
3277
  msgid "Sold:"
3278
  msgstr "Verkauft:"
3279
 
3280
- #: app/controller/javascript.php:558
3281
  msgid "Left:"
3282
  msgstr "Übrig:"
3283
 
3284
- #: app/controller/javascript.php:559
3285
  msgid "Start:"
3286
  msgstr "Start:"
3287
 
3288
- #: app/controller/javascript.php:560
3289
  msgid "End:"
3290
  msgstr "Ende:"
3291
 
3292
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3293
  msgid "Min:"
3294
  msgstr "Min:"
3295
 
3296
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3297
  msgid "Max:"
3298
  msgstr "Max:"
3299
 
3300
- #: app/controller/javascript.php:563
3301
  msgid "Attendees"
3302
  msgstr "Teilnehmer"
3303
 
3304
- #: app/controller/javascript.php:564
3305
  msgid "Hide Attendees"
3306
  msgstr "Verstecke Teilnehmer"
3307
 
3308
- #: app/controller/javascript.php:565
3309
  msgid "Attendees List"
3310
  msgstr "Teilnehmerliste"
3311
 
3312
- #: app/controller/javascript.php:566
3313
  msgid "Guest Name"
3314
  msgstr "Gastname"
3315
 
3316
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3317
  msgid "Status"
3318
  msgstr "Status"
3319
 
3320
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3321
  #: app/view/event/ticket.php:71
3322
  msgid "Email"
3323
  msgstr "E-Mail"
3324
 
3325
- #: app/controller/javascript.php:569
3326
  msgid "No attendees for this ticket type."
3327
  msgstr "Keine Teilnehmer für diesen Ticket-Typ."
3328
 
3329
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3330
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3331
  msgid "Edit"
3332
  msgstr "Bearbeiten"
3333
 
3334
- #: app/controller/javascript.php:571
3335
  msgid "Code"
3336
  msgstr "Code"
3337
 
3338
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3339
  #: public/admin/box_event_cost.php:308
3340
  msgid "Unlimited"
3341
  msgstr "Unbegrenzt"
3342
 
3343
- #: app/controller/javascript.php:578
3344
  msgid "Your message has been sent. Thank you for your feedback."
3345
  msgstr "Deine Nachricht wurde gesendet. Vielen Dank für Dein Feedback."
3346
 
3347
- #: app/controller/javascript.php:579
3348
  msgid "Your message has not been sent. Please try again or contact us."
3349
  msgstr "Deine Nachricht wurde nicht gesendet. Bitte versuche es noch einmal oder kontaktiere uns."
3350
 
@@ -3396,31 +3403,31 @@ msgstr "Bitte beachte, dass URLs mit \"http://\" oder \"https://\" beginnen müs
3396
  msgid "Loading&hellip;"
3397
  msgstr "Laden&hellip;"
3398
 
3399
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3400
  msgid "Preview:"
3401
  msgstr "Vorschau:"
3402
 
3403
- #: app/controller/javascript.php:542
3404
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3405
  msgstr "Lade Vorschau&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3406
 
3407
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3408
  msgid "Ticketing Details"
3409
  msgstr "Buchungs-Details"
3410
 
3411
- #: app/controller/javascript.php:548
3412
  msgid "Hide Ticketing Details"
3413
  msgstr "Verstecke Buchungs-Details"
3414
 
3415
- #: app/controller/javascript.php:549
3416
  msgid "Loading tickets details..."
3417
  msgstr "Lade Buchungs-Details ..."
3418
 
3419
- #: app/controller/javascript.php:550
3420
  msgid "Type and price"
3421
  msgstr "Art und Preis"
3422
 
3423
- #: app/controller/javascript.php:551
3424
  msgid "Info"
3425
  msgstr "Info"
3426
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "→\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
 
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
  "→\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
 
3200
  msgid "Preselected calendar filters"
3201
  msgstr "Vorausgewählte Kalenderfilter"
3202
 
3203
+ #: app/controller/javascript.php:582
3204
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3205
  msgstr "Etwas ging schief beim abholen der Events.<br>Der Status ist: %STATUS% <br>Der ausgelöste Fehler war: %ERROR%"
3206
 
3207
+ #: app/controller/javascript.php:591
3208
  msgid "The end date can't be earlier than the start date."
3209
  msgstr "Das Enddatum muss später als das Anfangsdatum gesetzt sein."
3210
 
3211
+ #: app/controller/javascript.php:592
3212
  msgid "For week and day view, you must select an interval of at least 6 hours."
3213
  msgstr "Für die Wochen- und Tagesansicht muss ein Intervall von mindestens 6 Stunden gesetzt werden."
3214
 
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
 
3264
  msgid "Sold out"
3265
  msgstr "Ausverkauft"
3266
 
3267
+ #: app/controller/javascript.php:554
3268
  msgid "Report"
3269
  msgstr "Bericht"
3270
 
3271
+ #: app/controller/javascript.php:555
3272
  msgid "Sale dates"
3273
  msgstr "Verkaufsdaten"
3274
 
3275
+ #: app/controller/javascript.php:556
3276
  msgid "Limits"
3277
  msgstr "Begrenzungen"
3278
 
3279
+ #: app/controller/javascript.php:557
3280
  msgid "Actions"
3281
  msgstr "Aktionen"
3282
 
3283
+ #: app/controller/javascript.php:558
3284
  msgid "Sold:"
3285
  msgstr "Verkauft:"
3286
 
3287
+ #: app/controller/javascript.php:559
3288
  msgid "Left:"
3289
  msgstr "Übrig:"
3290
 
3291
+ #: app/controller/javascript.php:560
3292
  msgid "Start:"
3293
  msgstr "Start:"
3294
 
3295
+ #: app/controller/javascript.php:561
3296
  msgid "End:"
3297
  msgstr "Ende:"
3298
 
3299
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3300
  msgid "Min:"
3301
  msgstr "Min:"
3302
 
3303
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3304
  msgid "Max:"
3305
  msgstr "Max:"
3306
 
3307
+ #: app/controller/javascript.php:564
3308
  msgid "Attendees"
3309
  msgstr "Teilnehmer"
3310
 
3311
+ #: app/controller/javascript.php:565
3312
  msgid "Hide Attendees"
3313
  msgstr "Verstecke Teilnehmer"
3314
 
3315
+ #: app/controller/javascript.php:566
3316
  msgid "Attendees List"
3317
  msgstr "Teilnehmerliste"
3318
 
3319
+ #: app/controller/javascript.php:567
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"
3331
 
3332
+ #: app/controller/javascript.php:570
3333
  msgid "No attendees for this ticket type."
3334
  msgstr "Keine Teilnehmer für diesen Ticket-Typ."
3335
 
3336
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3337
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3338
  msgid "Edit"
3339
  msgstr "Bearbeiten"
3340
 
3341
+ #: app/controller/javascript.php:572
3342
  msgid "Code"
3343
  msgstr "Code"
3344
 
3345
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3346
  #: public/admin/box_event_cost.php:308
3347
  msgid "Unlimited"
3348
  msgstr "Unbegrenzt"
3349
 
3350
+ #: app/controller/javascript.php:579
3351
  msgid "Your message has been sent. Thank you for your feedback."
3352
  msgstr "Deine Nachricht wurde gesendet. Vielen Dank für Dein Feedback."
3353
 
3354
+ #: app/controller/javascript.php:580
3355
  msgid "Your message has not been sent. Please try again or contact us."
3356
  msgstr "Deine Nachricht wurde nicht gesendet. Bitte versuche es noch einmal oder kontaktiere uns."
3357
 
3403
  msgid "Loading&hellip;"
3404
  msgstr "Laden&hellip;"
3405
 
3406
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3407
  msgid "Preview:"
3408
  msgstr "Vorschau:"
3409
 
3410
+ #: app/controller/javascript.php:543
3411
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3412
  msgstr "Lade Vorschau&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3413
 
3414
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3415
  msgid "Ticketing Details"
3416
  msgstr "Buchungs-Details"
3417
 
3418
+ #: app/controller/javascript.php:549
3419
  msgid "Hide Ticketing Details"
3420
  msgstr "Verstecke Buchungs-Details"
3421
 
3422
+ #: app/controller/javascript.php:550
3423
  msgid "Loading tickets details..."
3424
  msgstr "Lade Buchungs-Details ..."
3425
 
3426
+ #: app/controller/javascript.php:551
3427
  msgid "Type and price"
3428
  msgstr "Art und Preis"
3429
 
3430
+ #: app/controller/javascript.php:552
3431
  msgid "Info"
3432
  msgstr "Info"
3433
 
language/all-in-one-event-calendar-el.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "τελευταία"
2825
  msgid "month(s)"
2826
  msgstr "μήνας(ες)"
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Υπάρχον<strong>robots.txt</strong> σε αυτή την σελίδα"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2858,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\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:981
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 ""
2857
 
2858
- #: app/model/settings.php:1004
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Η μνήμη των θεμάτων βελτιώνει την απόδοση της σελίδας."
2861
 
2862
- #: app/model/settings.php:1017
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1020
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
 
@@ -2915,63 +2922,63 @@ msgstr "Εμφάνιση Όλων"
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:747
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr ""
2921
 
2922
- #: app/model/settings.php:759
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Κρύψε προβεβλημένη εικόνα</strong> από την σελίδα λεπτομερειών εκδήλωσης"
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Επιλέξτε αυτή την επιλογή εάν στο θέμα σας εμφανίζει σε κάθε δημοσίευση ήδη προβεβλημένες εικόνες."
2929
 
2930
- #: app/model/settings.php:773
2931
  msgid "Input dates in this format"
2932
  msgstr "Ορίστε τις ημερομηνίες σε αυτή την μορφή"
2933
 
2934
- #: app/model/settings.php:778
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Αρχική (d/m/yyyy)"
2937
 
2938
- #: app/model/settings.php:782
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "US (m/d/yyyy)"
2941
 
2942
- #: app/model/settings.php:786
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (yyyy-m-d)"
2945
 
2946
- #: app/model/settings.php:790
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Διακεκομμένη (m.d.yyyy)"
2949
 
2950
- #: app/model/settings.php:802
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr " Χρήση <strong>24ωρης μορφής</strong> στις χρονικές σημάνσεις"
2953
 
2954
- #: app/model/settings.php:813
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Απενεργοποιήστε αυτόματη συμπλήρωση διεύθυνσης</strong> λειτουργία"
2957
 
2958
- #: app/model/settings.php:824
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:840
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:843
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:864
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Μετακίνησε το ημερολόγιο σε αυτό το στοιχείο DOM"
2973
 
2974
- #: app/model/settings.php:866
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,23 +2998,23 @@ msgstr ""
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:885
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:888
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> έξω από Loop. Αφήστε το απενεργοποιημένο διαφορετικά.."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Απενεργοποιήση <strong>gzip</strong> συμπίεσης."
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr ""
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr ""
3013
 
@@ -3031,15 +3038,15 @@ msgstr "Εβδομάδα/Ημέρα η εμφάνιση ξεκινά από"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Εμφάνιση Εβδομάδας/Ημέρας που καταλήγει"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Αλλαγή στοίχισης λέξεων</strong> σε εμφάνιση Μήνα"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Ισχύει μόνο για τα γεγονότα που εκτείνονται σε μια μέρα."
3041
 
3042
- #: app/model/settings.php:574
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 +3060,55 @@ msgstr ""
3053
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3054
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3055
 
3056
- #: app/model/settings.php:590
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Δείτε όλες τις εκδηλώσεις <strong>ανοίγοντας</strong> την εμφάνιση Ατζέντα"
3059
 
3060
- #: app/model/settings.php:602
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Εμφάνιση έτους</strong> στις ημερήσιες απεικονίσεις "
3063
 
3064
- #: app/model/settings.php:614
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Εμφάνιση τοποθεσίας στους τίτλους εκδήλωσης</strong> στις εμφανίσεις ημερολογίου"
3067
 
3068
- #: app/model/settings.php:626
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Εξαιρέση</strong> εκδηλώσεων από τα αποτελέσματα αναζητήσεων"
3071
 
3072
- #: app/model/settings.php:638
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:650
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr ""
3079
 
3080
- #: app/model/settings.php:662
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "Κρύψε <strong>Χάρτες Google</strong> μέχρι να κλικαριστεί"
3083
 
3084
- #: app/model/settings.php:674
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr ""
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr ""
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr ""
3095
 
3096
- #: app/model/settings.php:704
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr ""
3099
 
3100
- #: app/model/settings.php:719
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr ""
3103
 
3104
- #: app/model/settings.php:734
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Μόνο για κινητά (< 768px)"
3107
 
@@ -3198,15 +3205,15 @@ msgstr "Ζώνη ώρας"
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Προεπιλεγμένα φίλτρα ημερολογίου"
3200
 
3201
- #: app/controller/javascript.php:581
3202
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3203
  msgstr ""
3204
 
3205
- #: app/controller/javascript.php:590
3206
  msgid "The end date can't be earlier than the start date."
3207
  msgstr ""
3208
 
3209
- #: app/controller/javascript.php:591
3210
  msgid "For week and day view, you must select an interval of at least 6 hours."
3211
  msgstr ""
3212
 
@@ -3230,11 +3237,11 @@ msgstr ""
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:162
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:153
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
@@ -3262,94 +3269,94 @@ msgstr ""
3262
  msgid "Sold out"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:553
3266
  msgid "Report"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:554
3270
  msgid "Sale dates"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:555
3274
  msgid "Limits"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:556
3278
  msgid "Actions"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:557
3282
  msgid "Sold:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:558
3286
  msgid "Left:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:559
3290
  msgid "Start:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:560
3294
  msgid "End:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3298
  msgid "Min:"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3302
  msgid "Max:"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:563
3306
  msgid "Attendees"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:564
3310
  msgid "Hide Attendees"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:565
3314
  msgid "Attendees List"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:566
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
3329
 
3330
- #: app/controller/javascript.php:569
3331
  msgid "No attendees for this ticket type."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3335
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3336
  msgid "Edit"
3337
  msgstr "Επεξεργασία"
3338
 
3339
- #: app/controller/javascript.php:571
3340
  msgid "Code"
3341
  msgstr ""
3342
 
3343
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3344
  #: public/admin/box_event_cost.php:308
3345
  msgid "Unlimited"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:578
3349
  msgid "Your message has been sent. Thank you for your feedback."
3350
  msgstr ""
3351
 
3352
- #: app/controller/javascript.php:579
3353
  msgid "Your message has not been sent. Please try again or contact us."
3354
  msgstr ""
3355
 
@@ -3401,31 +3408,31 @@ msgstr ""
3401
  msgid "Loading&hellip;"
3402
  msgstr ""
3403
 
3404
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3405
  msgid "Preview:"
3406
  msgstr "Προεπισκόπηση"
3407
 
3408
- #: app/controller/javascript.php:542
3409
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3410
  msgstr ""
3411
 
3412
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3413
  msgid "Ticketing Details"
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:548
3417
  msgid "Hide Ticketing Details"
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:549
3421
  msgid "Loading tickets details..."
3422
  msgstr ""
3423
 
3424
- #: app/controller/javascript.php:550
3425
  msgid "Type and price"
3426
  msgstr ""
3427
 
3428
- #: app/controller/javascript.php:551
3429
  msgid "Info"
3430
  msgstr ""
3431
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Προεπιλεγμένα φίλτρα ημερολογίου"
3207
 
3208
+ #: app/controller/javascript.php:582
3209
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3210
  msgstr ""
3211
 
3212
+ #: app/controller/javascript.php:591
3213
  msgid "The end date can't be earlier than the start date."
3214
  msgstr ""
3215
 
3216
+ #: app/controller/javascript.php:592
3217
  msgid "For week and day view, you must select an interval of at least 6 hours."
3218
  msgstr ""
3219
 
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
 
3269
  msgid "Sold out"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:554
3273
  msgid "Report"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:555
3277
  msgid "Sale dates"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:556
3281
  msgid "Limits"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:557
3285
  msgid "Actions"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:558
3289
  msgid "Sold:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:559
3293
  msgid "Left:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:560
3297
  msgid "Start:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:561
3301
  msgid "End:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3305
  msgid "Min:"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3309
  msgid "Max:"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:564
3313
  msgid "Attendees"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:565
3317
  msgid "Hide Attendees"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:566
3321
  msgid "Attendees List"
3322
  msgstr ""
3323
 
3324
+ #: app/controller/javascript.php:567
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"
3336
 
3337
+ #: app/controller/javascript.php:570
3338
  msgid "No attendees for this ticket type."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3342
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3343
  msgid "Edit"
3344
  msgstr "Επεξεργασία"
3345
 
3346
+ #: app/controller/javascript.php:572
3347
  msgid "Code"
3348
  msgstr ""
3349
 
3350
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3351
  #: public/admin/box_event_cost.php:308
3352
  msgid "Unlimited"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:579
3356
  msgid "Your message has been sent. Thank you for your feedback."
3357
  msgstr ""
3358
 
3359
+ #: app/controller/javascript.php:580
3360
  msgid "Your message has not been sent. Please try again or contact us."
3361
  msgstr ""
3362
 
3408
  msgid "Loading&hellip;"
3409
  msgstr ""
3410
 
3411
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3412
  msgid "Preview:"
3413
  msgstr "Προεπισκόπηση"
3414
 
3415
+ #: app/controller/javascript.php:543
3416
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3417
  msgstr ""
3418
 
3419
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3420
  msgid "Ticketing Details"
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:549
3424
  msgid "Hide Ticketing Details"
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:550
3428
  msgid "Loading tickets details..."
3429
  msgstr ""
3430
 
3431
+ #: app/controller/javascript.php:551
3432
  msgid "Type and price"
3433
  msgstr ""
3434
 
3435
+ #: app/controller/javascript.php:552
3436
  msgid "Info"
3437
  msgstr ""
3438
 
language/all-in-one-event-calendar-en_AU.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "last"
2825
  msgid "month(s)"
2826
  msgstr "month(s)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
 
2832
- #: app/model/settings.php:948
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 "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
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Current <strong>robots.txt</strong> on this site"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2858,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\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:981
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>Publicise, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1004
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Templates cache improves site performance"
2861
 
2862
- #: app/model/settings.php:1017
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1020
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
 
@@ -2915,63 +2922,63 @@ msgstr "Show All "
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:747
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Strict compatibility content filtering"
2921
 
2922
- #: app/model/settings.php:759
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Hide featured image</strong> from event details page"
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Select this option if your theme already displays each post's featured image."
2929
 
2930
- #: app/model/settings.php:773
2931
  msgid "Input dates in this format"
2932
  msgstr "Input dates in this format"
2933
 
2934
- #: app/model/settings.php:778
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Default (d/m/yyyy)"
2937
 
2938
- #: app/model/settings.php:782
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "US (m/d/yyyy)"
2941
 
2942
- #: app/model/settings.php:786
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (yyyy-m-d)"
2945
 
2946
- #: app/model/settings.php:790
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Dotted (m.d.yyyy)"
2949
 
2950
- #: app/model/settings.php:802
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr " Use <strong>24h time</strong> in time pickers"
2953
 
2954
- #: app/model/settings.php:813
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Disable address autocomplete</strong> function"
2957
 
2958
- #: app/model/settings.php:824
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
 
2962
- #: app/model/settings.php:840
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2965
 
2966
- #: app/model/settings.php:843
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 "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2969
 
2970
- #: app/model/settings.php:864
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Move calendar into this DOM element"
2973
 
2974
- #: app/model/settings.php:866
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,23 +2998,23 @@ msgstr ""
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:885
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2997
 
2998
- #: app/model/settings.php:888
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 "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."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Disable <strong>gzip</strong> compression."
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr "Use frontend rendering."
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Renders calendar views on the client rather than the server; can improve performance."
3013
 
@@ -3031,15 +3038,15 @@ msgstr "Week/Day view starts at"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Week/Day view ends at"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Only applies to events that span a single day."
3041
 
3042
- #: app/model/settings.php:574
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 +3060,55 @@ msgstr ""
3053
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3054
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3055
 
3056
- #: app/model/settings.php:590
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Keep all events <strong>expanded</strong> in Agenda view"
3059
 
3060
- #: app/model/settings.php:602
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Show year</strong> in calendar date labels"
3063
 
3064
- #: app/model/settings.php:614
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Show location in event titles</strong> in calendar views"
3067
 
3068
- #: app/model/settings.php:626
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Exclude</strong> events from search results"
3071
 
3072
- #: app/model/settings.php:638
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3075
 
3076
- #: app/model/settings.php:650
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr "Hide <strong>Get a Timely Calendar</strong> button"
3079
 
3080
- #: app/model/settings.php:662
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr " Hide <strong>Google Maps</strong> until clicked"
3083
 
3084
- #: app/model/settings.php:674
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "Only applies to first visible calendar found on the page."
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Offset affixed filter bar vertically by"
3095
 
3096
- #: app/model/settings.php:704
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Wide screens only (&#8805; 1200px)"
3099
 
3100
- #: app/model/settings.php:719
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Tablets only (< 980px)"
3103
 
3104
- #: app/model/settings.php:734
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Phones only (< 768px)"
3107
 
@@ -3198,15 +3205,15 @@ msgstr "Timezone"
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Preselected calendar filters"
3200
 
3201
- #: app/controller/javascript.php:581
3202
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3203
  msgstr "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3204
 
3205
- #: app/controller/javascript.php:590
3206
  msgid "The end date can't be earlier than the start date."
3207
  msgstr "The end date can't be earlier than the start date."
3208
 
3209
- #: app/controller/javascript.php:591
3210
  msgid "For week and day view, you must select an interval of at least 6 hours."
3211
  msgstr "For week and day view, you must select an interval of at least 6 hours."
3212
 
@@ -3230,11 +3237,11 @@ msgstr ""
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:162
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:153
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
@@ -3262,94 +3269,94 @@ msgstr ""
3262
  msgid "Sold out"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:553
3266
  msgid "Report"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:554
3270
  msgid "Sale dates"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:555
3274
  msgid "Limits"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:556
3278
  msgid "Actions"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:557
3282
  msgid "Sold:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:558
3286
  msgid "Left:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:559
3290
  msgid "Start:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:560
3294
  msgid "End:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3298
  msgid "Min:"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3302
  msgid "Max:"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:563
3306
  msgid "Attendees"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:564
3310
  msgid "Hide Attendees"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:565
3314
  msgid "Attendees List"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:566
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
3329
 
3330
- #: app/controller/javascript.php:569
3331
  msgid "No attendees for this ticket type."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3335
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3336
  msgid "Edit"
3337
  msgstr "Edit"
3338
 
3339
- #: app/controller/javascript.php:571
3340
  msgid "Code"
3341
  msgstr ""
3342
 
3343
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3344
  #: public/admin/box_event_cost.php:308
3345
  msgid "Unlimited"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:578
3349
  msgid "Your message has been sent. Thank you for your feedback."
3350
  msgstr ""
3351
 
3352
- #: app/controller/javascript.php:579
3353
  msgid "Your message has not been sent. Please try again or contact us."
3354
  msgstr ""
3355
 
@@ -3401,31 +3408,31 @@ msgstr "Please remember that URLs must start with either \"http://\" or \"https:
3401
  msgid "Loading&hellip;"
3402
  msgstr "Loading&hellip;"
3403
 
3404
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3405
  msgid "Preview:"
3406
  msgstr "Preview:"
3407
 
3408
- #: app/controller/javascript.php:542
3409
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3410
  msgstr "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3411
 
3412
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3413
  msgid "Ticketing Details"
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:548
3417
  msgid "Hide Ticketing Details"
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:549
3421
  msgid "Loading tickets details..."
3422
  msgstr ""
3423
 
3424
- #: app/controller/javascript.php:550
3425
  msgid "Type and price"
3426
  msgstr ""
3427
 
3428
- #: app/controller/javascript.php:551
3429
  msgid "Info"
3430
  msgstr ""
3431
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Preselected calendar filters"
3207
 
3208
+ #: app/controller/javascript.php:582
3209
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3210
  msgstr "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3211
 
3212
+ #: app/controller/javascript.php:591
3213
  msgid "The end date can't be earlier than the start date."
3214
  msgstr "The end date can't be earlier than the start date."
3215
 
3216
+ #: app/controller/javascript.php:592
3217
  msgid "For week and day view, you must select an interval of at least 6 hours."
3218
  msgstr "For week and day view, you must select an interval of at least 6 hours."
3219
 
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
 
3269
  msgid "Sold out"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:554
3273
  msgid "Report"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:555
3277
  msgid "Sale dates"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:556
3281
  msgid "Limits"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:557
3285
  msgid "Actions"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:558
3289
  msgid "Sold:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:559
3293
  msgid "Left:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:560
3297
  msgid "Start:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:561
3301
  msgid "End:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3305
  msgid "Min:"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3309
  msgid "Max:"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:564
3313
  msgid "Attendees"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:565
3317
  msgid "Hide Attendees"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:566
3321
  msgid "Attendees List"
3322
  msgstr ""
3323
 
3324
+ #: app/controller/javascript.php:567
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"
3336
 
3337
+ #: app/controller/javascript.php:570
3338
  msgid "No attendees for this ticket type."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3342
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3343
  msgid "Edit"
3344
  msgstr "Edit"
3345
 
3346
+ #: app/controller/javascript.php:572
3347
  msgid "Code"
3348
  msgstr ""
3349
 
3350
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3351
  #: public/admin/box_event_cost.php:308
3352
  msgid "Unlimited"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:579
3356
  msgid "Your message has been sent. Thank you for your feedback."
3357
  msgstr ""
3358
 
3359
+ #: app/controller/javascript.php:580
3360
  msgid "Your message has not been sent. Please try again or contact us."
3361
  msgstr ""
3362
 
3408
  msgid "Loading&hellip;"
3409
  msgstr "Loading&hellip;"
3410
 
3411
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3412
  msgid "Preview:"
3413
  msgstr "Preview:"
3414
 
3415
+ #: app/controller/javascript.php:543
3416
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3417
  msgstr "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3418
 
3419
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3420
  msgid "Ticketing Details"
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:549
3424
  msgid "Hide Ticketing Details"
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:550
3428
  msgid "Loading tickets details..."
3429
  msgstr ""
3430
 
3431
+ #: app/controller/javascript.php:551
3432
  msgid "Type and price"
3433
  msgstr ""
3434
 
3435
+ #: app/controller/javascript.php:552
3436
  msgid "Info"
3437
  msgstr ""
3438
 
language/all-in-one-event-calendar-en_GB.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "last"
2825
  msgid "month(s)"
2826
  msgstr "month(s)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
 
2832
- #: app/model/settings.php:948
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 "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
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Current <strong>robots.txt</strong> on this site"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2858,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\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:981
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>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1004
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Templates cache improves site performance"
2861
 
2862
- #: app/model/settings.php:1017
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1020
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
 
@@ -2915,63 +2922,63 @@ msgstr "Show All "
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:747
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Strict compatibility content filtering"
2921
 
2922
- #: app/model/settings.php:759
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Hide featured image</strong> from event details page"
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Select this option if your theme already displays each post's featured image."
2929
 
2930
- #: app/model/settings.php:773
2931
  msgid "Input dates in this format"
2932
  msgstr "Input dates in this format"
2933
 
2934
- #: app/model/settings.php:778
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Default (d/m/yyyy)"
2937
 
2938
- #: app/model/settings.php:782
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "US (m/d/yyyy)"
2941
 
2942
- #: app/model/settings.php:786
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (yyyy-m-d)"
2945
 
2946
- #: app/model/settings.php:790
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Dotted (m.d.yyyy)"
2949
 
2950
- #: app/model/settings.php:802
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr " Use <strong>24h time</strong> in time pickers"
2953
 
2954
- #: app/model/settings.php:813
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Disable address autocomplete</strong> function"
2957
 
2958
- #: app/model/settings.php:824
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
 
2962
- #: app/model/settings.php:840
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2965
 
2966
- #: app/model/settings.php:843
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 "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2969
 
2970
- #: app/model/settings.php:864
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Move calendar into this DOM element"
2973
 
2974
- #: app/model/settings.php:866
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,23 +2998,23 @@ msgstr ""
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:885
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2997
 
2998
- #: app/model/settings.php:888
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 "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."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Disable <strong>gzip</strong> compression."
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr ""
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr ""
3013
 
@@ -3031,15 +3038,15 @@ msgstr "Week/Day view starts at"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Week/Day view ends at"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Only applies to events that span a single day."
3041
 
3042
- #: app/model/settings.php:574
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 +3060,55 @@ msgstr ""
3053
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3054
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3055
 
3056
- #: app/model/settings.php:590
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Keep all events <strong>expanded</strong> in Agenda view"
3059
 
3060
- #: app/model/settings.php:602
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Show year</strong> in calendar date labels"
3063
 
3064
- #: app/model/settings.php:614
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Show location in event titles</strong> in calendar views"
3067
 
3068
- #: app/model/settings.php:626
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Exclude</strong> events from search results"
3071
 
3072
- #: app/model/settings.php:638
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3075
 
3076
- #: app/model/settings.php:650
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr ""
3079
 
3080
- #: app/model/settings.php:662
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr " Hide <strong>Google Maps</strong> until clicked"
3083
 
3084
- #: app/model/settings.php:674
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr ""
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Offset affixed filter bar vertically by"
3095
 
3096
- #: app/model/settings.php:704
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Wide screens only (&#8805; 1200px)"
3099
 
3100
- #: app/model/settings.php:719
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Tablets only (< 980px)"
3103
 
3104
- #: app/model/settings.php:734
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Phones only (< 768px)"
3107
 
@@ -3198,15 +3205,15 @@ msgstr "Timezone"
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Preselected calendar filters"
3200
 
3201
- #: app/controller/javascript.php:581
3202
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3203
  msgstr ""
3204
 
3205
- #: app/controller/javascript.php:590
3206
  msgid "The end date can't be earlier than the start date."
3207
  msgstr ""
3208
 
3209
- #: app/controller/javascript.php:591
3210
  msgid "For week and day view, you must select an interval of at least 6 hours."
3211
  msgstr ""
3212
 
@@ -3230,11 +3237,11 @@ msgstr ""
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:162
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:153
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
@@ -3262,94 +3269,94 @@ msgstr ""
3262
  msgid "Sold out"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:553
3266
  msgid "Report"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:554
3270
  msgid "Sale dates"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:555
3274
  msgid "Limits"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:556
3278
  msgid "Actions"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:557
3282
  msgid "Sold:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:558
3286
  msgid "Left:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:559
3290
  msgid "Start:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:560
3294
  msgid "End:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3298
  msgid "Min:"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3302
  msgid "Max:"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:563
3306
  msgid "Attendees"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:564
3310
  msgid "Hide Attendees"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:565
3314
  msgid "Attendees List"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:566
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
3329
 
3330
- #: app/controller/javascript.php:569
3331
  msgid "No attendees for this ticket type."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3335
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3336
  msgid "Edit"
3337
  msgstr "Edit"
3338
 
3339
- #: app/controller/javascript.php:571
3340
  msgid "Code"
3341
  msgstr ""
3342
 
3343
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3344
  #: public/admin/box_event_cost.php:308
3345
  msgid "Unlimited"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:578
3349
  msgid "Your message has been sent. Thank you for your feedback."
3350
  msgstr ""
3351
 
3352
- #: app/controller/javascript.php:579
3353
  msgid "Your message has not been sent. Please try again or contact us."
3354
  msgstr ""
3355
 
@@ -3401,31 +3408,31 @@ msgstr "Please remember that URLs must start with either \"http://\" or \"https:
3401
  msgid "Loading&hellip;"
3402
  msgstr ""
3403
 
3404
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3405
  msgid "Preview:"
3406
  msgstr ""
3407
 
3408
- #: app/controller/javascript.php:542
3409
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3410
  msgstr ""
3411
 
3412
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3413
  msgid "Ticketing Details"
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:548
3417
  msgid "Hide Ticketing Details"
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:549
3421
  msgid "Loading tickets details..."
3422
  msgstr ""
3423
 
3424
- #: app/controller/javascript.php:550
3425
  msgid "Type and price"
3426
  msgstr ""
3427
 
3428
- #: app/controller/javascript.php:551
3429
  msgid "Info"
3430
  msgstr ""
3431
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Preselected calendar filters"
3207
 
3208
+ #: app/controller/javascript.php:582
3209
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3210
  msgstr ""
3211
 
3212
+ #: app/controller/javascript.php:591
3213
  msgid "The end date can't be earlier than the start date."
3214
  msgstr ""
3215
 
3216
+ #: app/controller/javascript.php:592
3217
  msgid "For week and day view, you must select an interval of at least 6 hours."
3218
  msgstr ""
3219
 
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
 
3269
  msgid "Sold out"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:554
3273
  msgid "Report"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:555
3277
  msgid "Sale dates"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:556
3281
  msgid "Limits"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:557
3285
  msgid "Actions"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:558
3289
  msgid "Sold:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:559
3293
  msgid "Left:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:560
3297
  msgid "Start:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:561
3301
  msgid "End:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3305
  msgid "Min:"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3309
  msgid "Max:"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:564
3313
  msgid "Attendees"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:565
3317
  msgid "Hide Attendees"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:566
3321
  msgid "Attendees List"
3322
  msgstr ""
3323
 
3324
+ #: app/controller/javascript.php:567
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"
3336
 
3337
+ #: app/controller/javascript.php:570
3338
  msgid "No attendees for this ticket type."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3342
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3343
  msgid "Edit"
3344
  msgstr "Edit"
3345
 
3346
+ #: app/controller/javascript.php:572
3347
  msgid "Code"
3348
  msgstr ""
3349
 
3350
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3351
  #: public/admin/box_event_cost.php:308
3352
  msgid "Unlimited"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:579
3356
  msgid "Your message has been sent. Thank you for your feedback."
3357
  msgstr ""
3358
 
3359
+ #: app/controller/javascript.php:580
3360
  msgid "Your message has not been sent. Please try again or contact us."
3361
  msgstr ""
3362
 
3408
  msgid "Loading&hellip;"
3409
  msgstr ""
3410
 
3411
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3412
  msgid "Preview:"
3413
  msgstr ""
3414
 
3415
+ #: app/controller/javascript.php:543
3416
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3417
  msgstr ""
3418
 
3419
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3420
  msgid "Ticketing Details"
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:549
3424
  msgid "Hide Ticketing Details"
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:550
3428
  msgid "Loading tickets details..."
3429
  msgstr ""
3430
 
3431
+ #: app/controller/javascript.php:551
3432
  msgid "Type and price"
3433
  msgstr ""
3434
 
3435
+ #: app/controller/javascript.php:552
3436
  msgid "Info"
3437
  msgstr ""
3438
 
language/all-in-one-event-calendar-es_ES.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "último"
2825
  msgid "month(s)"
2826
  msgstr "Mes(es)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Incluye CSS</strong> en la sección <code>&lt;head&gt;</code> cuando la caché de ficheros js no esté disponible."
2831
 
2832
- #: app/model/settings.php:948
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 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."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "El <strong>robots.txt</strong> actual en este sitio"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2858,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\tsobre accesar todo o parte de un sitio web que está a la vista públicamente.\n"
2852
  "→\t→\t→\t→\t→\t→\tPuedes cambiarlo manualmente al editar <code>robots.txt</code> en el directorio raíz de WordPress."
2853
 
2854
- #: app/model/settings.php:981
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>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>)"
2857
 
2858
- #: app/model/settings.php:1004
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "El cache de plantillas mejora el desempeño del sitio"
2861
 
2862
- #: app/model/settings.php:1017
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1020
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
 
@@ -2915,63 +2922,63 @@ msgstr "Mostrar Todo"
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:747
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Filtrado de contenido en modo de compatibilidad estricta"
2921
 
2922
- #: app/model/settings.php:759
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Esconder la imagen destacada</strong> de la página de detalles del evento"
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Selecciona esta opción si tu tema ya despliega la imagen destacada de cada publicación."
2929
 
2930
- #: app/model/settings.php:773
2931
  msgid "Input dates in this format"
2932
  msgstr "Introducir fechas en este formato:"
2933
 
2934
- #: app/model/settings.php:778
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Por defecto (d/m/yyyy)"
2937
 
2938
- #: app/model/settings.php:782
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "EUA (m/d/yyyy)"
2941
 
2942
- #: app/model/settings.php:786
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (yyyy-m-d)"
2945
 
2946
- #: app/model/settings.php:790
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Punteado (m.d.yyyy)"
2949
 
2950
- #: app/model/settings.php:802
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr "Usar <strong>tiempo de 24h</strong> en los seleccionadores de tiempo"
2953
 
2954
- #: app/model/settings.php:813
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Desactivar el autocompletado de direcciones</strong>"
2957
 
2958
- #: app/model/settings.php:824
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Usar la <strong>región</strong> configurada (localidad de WordPress) para afectar la función de autocompletar direcciones"
2961
 
2962
- #: app/model/settings.php:840
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr "Mostrar el viejo botón de <strong>Publicar tu evento</strong> arriba del calendario a los usuarios privilegiados"
2965
 
2966
- #: app/model/settings.php:843
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 "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>."
2969
 
2970
- #: app/model/settings.php:864
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Mover el calendario a este elemento DOM:"
2973
 
2974
- #: app/model/settings.php:866
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,23 +2998,23 @@ msgstr ""
2991
  "→\t→\t→\t→\t→\t→\tCualquier marcado existente que se encuentre dentro del objetivo \n"
2992
  "→\t→\t→\t→\t→\t→\tserá reemplazado por el calendario."
2993
 
2994
- #: app/model/settings.php:885
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Saltar la revisión <tt>in_the_loop()</tt> </strong> que protege contra la salida múltiple de calendarios"
2997
 
2998
- #: app/model/settings.php:888
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 "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."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Desactivar la compresión <strong>gzip</strong>."
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr "Utilizar el renderizado en interfaz."
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Renderiza la vista de calendario en el navegador en lugar de hacerlo en el servidor; puede mejorar el rendimiento."
3013
 
@@ -3031,15 +3038,15 @@ msgstr "La vista de Semana/Día comienza en:"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "La vista de Semana/Día termina en:"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Ajuste de línea en texto corto de eventos</strong> en la vista de Mes"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Sólo aplica a eventos que abarcan un solo día."
3041
 
3042
- #: app/model/settings.php:574
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 +3060,55 @@ msgstr ""
3053
  "→\t→\t→\t→\t→\t→\tVista como de agenda</span>, <strong>incluír todos los eventos\n"
3054
  "→\t→\t→\t→\t→\t→\t del última día mostrado</strong>"
3055
 
3056
- #: app/model/settings.php:590
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Mantener todos los eventos <strong>expandidos</strong> en la vista de agenda."
3059
 
3060
- #: app/model/settings.php:602
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Mostrar el año</strong> en las etiquetas de fecha del calendario"
3063
 
3064
- #: app/model/settings.php:614
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Mostrar la ubicación en los títulos de los eventos</strong> en la vista de calendario"
3067
 
3068
- #: app/model/settings.php:626
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Excluir</strong> los eventos de las búsquedas"
3071
 
3072
- #: app/model/settings.php:638
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "Ocultar botones de <strong>Suscribir</strong>/<strong>Agregar a calendario</strong> en las vistas de calendario y eventos individuales"
3075
 
3076
- #: app/model/settings.php:650
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr "Oculta el botón: <strong>Obtener Timely Calendar</strong>"
3079
 
3080
- #: app/model/settings.php:662
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "Esconder <strong>Google Maps</strong> hasta hacerle clic"
3083
 
3084
- #: app/model/settings.php:674
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr " <strong>Fijar el menú de filtrado</strong> a la parte superior de la ventana cuando se desplaze fuera de vista"
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "S&oacute;lo se aplica al primer calendario visible encontrado en la p&aucute;gina."
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Compensar la barra de filtro fija verticalmente por"
3095
 
3096
- #: app/model/settings.php:704
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Solamente disponible para pantallas panorámicas (&#8805; 1200px)"
3099
 
3100
- #: app/model/settings.php:719
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Solo para tabletas (< 980px)"
3103
 
3104
- #: app/model/settings.php:734
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Sólo teléfonos (< 768px)"
3107
 
@@ -3198,15 +3205,15 @@ msgstr "Zona Horaria"
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Filtros de calendario preseleccionados"
3200
 
3201
- #: app/controller/javascript.php:581
3202
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3203
  msgstr "Se produjo alg&aucute;n error al establecer la fecha en los eventos.<br>La respuesta del estado es: %STATUS% <br>El error observado era: %ERROR%"
3204
 
3205
- #: app/controller/javascript.php:590
3206
  msgid "The end date can't be earlier than the start date."
3207
  msgstr "La fecha de finalización no puede ser anterior a la de inicio."
3208
 
3209
- #: app/controller/javascript.php:591
3210
  msgid "For week and day view, you must select an interval of at least 6 hours."
3211
  msgstr "Para la vista de día o semana debes selecciona un intervalo de al menos 6 horas."
3212
 
@@ -3230,11 +3237,11 @@ msgstr ""
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:162
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:153
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
@@ -3262,94 +3269,94 @@ msgstr ""
3262
  msgid "Sold out"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:553
3266
  msgid "Report"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:554
3270
  msgid "Sale dates"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:555
3274
  msgid "Limits"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:556
3278
  msgid "Actions"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:557
3282
  msgid "Sold:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:558
3286
  msgid "Left:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:559
3290
  msgid "Start:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:560
3294
  msgid "End:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3298
  msgid "Min:"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3302
  msgid "Max:"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:563
3306
  msgid "Attendees"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:564
3310
  msgid "Hide Attendees"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:565
3314
  msgid "Attendees List"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:566
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Correo electrónico"
3329
 
3330
- #: app/controller/javascript.php:569
3331
  msgid "No attendees for this ticket type."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3335
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3336
  msgid "Edit"
3337
  msgstr "Editar"
3338
 
3339
- #: app/controller/javascript.php:571
3340
  msgid "Code"
3341
  msgstr ""
3342
 
3343
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3344
  #: public/admin/box_event_cost.php:308
3345
  msgid "Unlimited"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:578
3349
  msgid "Your message has been sent. Thank you for your feedback."
3350
  msgstr ""
3351
 
3352
- #: app/controller/javascript.php:579
3353
  msgid "Your message has not been sent. Please try again or contact us."
3354
  msgstr ""
3355
 
@@ -3401,31 +3408,31 @@ msgstr "Recuerda que las URLs deben comenzar por \"http://\" o por \"https://\".
3401
  msgid "Loading&hellip;"
3402
  msgstr "Cargando&hellip;"
3403
 
3404
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3405
  msgid "Preview:"
3406
  msgstr "Vista previa:"
3407
 
3408
- #: app/controller/javascript.php:542
3409
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3410
  msgstr "Cargando vista previa&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3411
 
3412
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3413
  msgid "Ticketing Details"
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:548
3417
  msgid "Hide Ticketing Details"
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:549
3421
  msgid "Loading tickets details..."
3422
  msgstr ""
3423
 
3424
- #: app/controller/javascript.php:550
3425
  msgid "Type and price"
3426
  msgstr ""
3427
 
3428
- #: app/controller/javascript.php:551
3429
  msgid "Info"
3430
  msgstr ""
3431
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Filtros de calendario preseleccionados"
3207
 
3208
+ #: app/controller/javascript.php:582
3209
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3210
  msgstr "Se produjo alg&aucute;n error al establecer la fecha en los eventos.<br>La respuesta del estado es: %STATUS% <br>El error observado era: %ERROR%"
3211
 
3212
+ #: app/controller/javascript.php:591
3213
  msgid "The end date can't be earlier than the start date."
3214
  msgstr "La fecha de finalización no puede ser anterior a la de inicio."
3215
 
3216
+ #: app/controller/javascript.php:592
3217
  msgid "For week and day view, you must select an interval of at least 6 hours."
3218
  msgstr "Para la vista de día o semana debes selecciona un intervalo de al menos 6 horas."
3219
 
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
 
3269
  msgid "Sold out"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:554
3273
  msgid "Report"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:555
3277
  msgid "Sale dates"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:556
3281
  msgid "Limits"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:557
3285
  msgid "Actions"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:558
3289
  msgid "Sold:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:559
3293
  msgid "Left:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:560
3297
  msgid "Start:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:561
3301
  msgid "End:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3305
  msgid "Min:"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3309
  msgid "Max:"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:564
3313
  msgid "Attendees"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:565
3317
  msgid "Hide Attendees"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:566
3321
  msgid "Attendees List"
3322
  msgstr ""
3323
 
3324
+ #: app/controller/javascript.php:567
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"
3336
 
3337
+ #: app/controller/javascript.php:570
3338
  msgid "No attendees for this ticket type."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3342
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3343
  msgid "Edit"
3344
  msgstr "Editar"
3345
 
3346
+ #: app/controller/javascript.php:572
3347
  msgid "Code"
3348
  msgstr ""
3349
 
3350
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3351
  #: public/admin/box_event_cost.php:308
3352
  msgid "Unlimited"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:579
3356
  msgid "Your message has been sent. Thank you for your feedback."
3357
  msgstr ""
3358
 
3359
+ #: app/controller/javascript.php:580
3360
  msgid "Your message has not been sent. Please try again or contact us."
3361
  msgstr ""
3362
 
3408
  msgid "Loading&hellip;"
3409
  msgstr "Cargando&hellip;"
3410
 
3411
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3412
  msgid "Preview:"
3413
  msgstr "Vista previa:"
3414
 
3415
+ #: app/controller/javascript.php:543
3416
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3417
  msgstr "Cargando vista previa&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3418
 
3419
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3420
  msgid "Ticketing Details"
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:549
3424
  msgid "Hide Ticketing Details"
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:550
3428
  msgid "Loading tickets details..."
3429
  msgstr ""
3430
 
3431
+ #: app/controller/javascript.php:551
3432
  msgid "Type and price"
3433
  msgstr ""
3434
 
3435
+ #: app/controller/javascript.php:552
3436
  msgid "Info"
3437
  msgstr ""
3438
 
language/all-in-one-event-calendar-et.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr ""
2825
  msgid "month(s)"
2826
  msgstr ""
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr ""
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr ""
3018
  msgid "Week/Day view ends at"
3019
  msgstr ""
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr ""
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:638
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:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:674
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:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr ""
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr ""
3089
 
@@ -3180,15 +3187,15 @@ msgstr ""
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr ""
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr ""
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr ""
3383
  msgid "Loading&hellip;"
3384
  msgstr ""
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr ""
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr ""
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr ""
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr ""
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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 ""
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr ""
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr ""
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr ""
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-eu.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr ""
2825
  msgid "month(s)"
2826
  msgstr ""
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr ""
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr ""
3018
  msgid "Week/Day view ends at"
3019
  msgstr ""
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr ""
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:638
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:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:674
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:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr ""
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr ""
3089
 
@@ -3180,15 +3187,15 @@ msgstr ""
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr ""
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr ""
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr ""
3383
  msgid "Loading&hellip;"
3384
  msgstr ""
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr ""
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr ""
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr ""
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr ""
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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 ""
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr ""
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr ""
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr ""
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-fi.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "viimeinen"
2825
  msgid "month(s)"
2826
  msgstr "kuukausi(a)"
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Tämän sivuston voimassaoleva <strong>robots.txt</strong>"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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>Julkaise, markkinoi sekä jaa julkisiksi määritetyt tapahtumani</strong> Timely-verkostossa. (<a href=\"%s\" target=\"_blank\">Lue lisää &#187;</a>)"
2852
 
2853
- #: app/model/settings.php:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr "N&auml;yt&auml; kaikki"
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr "Valitse tämä, mikäli teemasi näyttää valmiiksi kunkin artikkelin artikkelikuvan."
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr "Anna päiväykset tässä muodossa"
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr "Oletus (p/k/vvv)"
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr "US (k/p/vvvv)"
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr "ISO 8601 (vvvv-k-p)"
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr "Pisteet (k.p.vvvv)"
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr "Käytä <strong>24 tunnin muotoa</strong> aikavalinnoissa"
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr "Ota <strong>osoitteiden automaattit&auml;ydennys</strong> pois p&auml;&auml;lt&auml;"
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr "Poista <strong>gzip</strong>-pakkaus käytöstä."
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr "Viikko-/Päivänäkymä alkaa"
3018
  msgid "Week/Day view ends at"
3019
  msgstr "Viikko-/Päivänäkymä loppuu"
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr "Näytä kaikki tapahtumat <strong>laajennettuina</strong> listanäkymässä"
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr "<strong>Näytä vuosi</strong> kalenterin päiväyksissä"
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr "<strong>N&auml;yt&auml; sijainti tapahtumaotsikoissa</strong> kalenterin&auml;kym&auml;ss&auml;"
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr "<strong>&Auml;l&auml; n&auml;yt&auml; tapahtumia</strong> hakutuloksissa"
3053
 
3054
- #: app/model/settings.php:638
3055
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3056
  msgstr "Piilota <strong>Tila</strong>/<strong>Lisää kalenteriin</strong> -painikkeet kalenteri- ja tapahtumanäkymissä"
3057
 
3058
- #: app/model/settings.php:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr "Piilota <strong>Google Maps</strong> -kartta, kunnes sitä klikataan"
3065
 
3066
- #: app/model/settings.php:674
3067
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3068
  msgstr "<strong>Kiinnitä suodatusvalikko</strong> ikkunan yläosaan, kun se häviäisi näytön ulkopuolelle"
3069
 
3070
- #: app/model/settings.php:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr "Vain leveät näytöt (&#8805; 1200px)"
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr "Vain tabletit (< 980px)"
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr "Vain puhelimet (< 768px)"
3089
 
@@ -3180,15 +3187,15 @@ msgstr "Aikavyöhyke"
3180
  msgid "Preselected calendar filters"
3181
  msgstr "Esivalitut kalenterisuodattimet"
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr ""
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr ""
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr "Sähköposti"
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr "Muokkaa"
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr "Huomaathan, että osoitteiden tulee alkaa joko \"http://\" tai \"https:/
3383
  msgid "Loading&hellip;"
3384
  msgstr ""
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr ""
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr ""
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr "Esivalitut kalenterisuodattimet"
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr ""
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr ""
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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"
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr "Muokkaa"
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr ""
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr ""
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr ""
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-fr_FR.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "dernier"
2825
  msgid "month(s)"
2826
  msgstr "mois"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Lier le CSS</strong> dans la section d'<code>&lt;entête (head)&gt;</code> quand le cache de fichier est indisponible."
2831
 
2832
- #: app/model/settings.php:948
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 "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."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "<strong>robots.txt</strong> actuel sur ce site"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2858,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\td'accès à tout ou partie d'un site web public.\n"
2852
  "→\t→\t→\t→\t→\t→\tVous pouvez le changer manuellement en éditant le fichier <code>robots.txt</code> à votre répertoire racine Wordpress."
2853
 
2854
- #: app/model/settings.php:981
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>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>)"
2857
 
2858
- #: app/model/settings.php:1004
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Le cache de gabarits améliore les performances du site"
2861
 
2862
- #: app/model/settings.php:1017
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr "Afficher les événements dans <strong>le fuseau horaire du calendrier</strong>"
2865
 
2866
- #: app/model/settings.php:1020
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 "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."
2869
 
@@ -2915,63 +2922,63 @@ msgstr "Afficher tous"
2915
  msgid "Show All Authors"
2916
  msgstr "Montrer tous les auteurs"
2917
 
2918
- #: app/model/settings.php:747
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Filtrage strict de la compatibilité du contenu"
2921
 
2922
- #: app/model/settings.php:759
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr " <strong>Cacher l'image à la une</strong> de la page détaillée d'événement"
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Sélectionnez cette option si votre thème affiche déjà les images à la une de chaque article."
2929
 
2930
- #: app/model/settings.php:773
2931
  msgid "Input dates in this format"
2932
  msgstr "Dates dans ce format"
2933
 
2934
- #: app/model/settings.php:778
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Défaut (d/m/yyyy)"
2937
 
2938
- #: app/model/settings.php:782
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "US (m/d/yyyy)"
2941
 
2942
- #: app/model/settings.php:786
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (yyyy-m-d)"
2945
 
2946
- #: app/model/settings.php:790
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Point (m.d.yyyy)"
2949
 
2950
- #: app/model/settings.php:802
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr "Utiliser le <strong>format 24h</strong>"
2953
 
2954
- #: app/model/settings.php:813
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Désactiver la fonction d’auto-complétion d'adresse</strong>"
2957
 
2958
- #: app/model/settings.php:824
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Utiliser la <strong>région</strong> configurée (locale Wordpress) pour influencer la fonction d’auto-complétion d'adresse"
2961
 
2962
- #: app/model/settings.php:840
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr " Afficher le bouton <strong>Postez vos événements</strong> en dessous du calendrier aux utilisateurs ayant les droits"
2965
 
2966
- #: app/model/settings.php:843
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 "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>."
2969
 
2970
- #: app/model/settings.php:864
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Bouger le calendrier dans cet élement DOM"
2973
 
2974
- #: app/model/settings.php:866
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,23 +2998,23 @@ msgstr ""
2991
  "→\t→\t→\t→\t→\t→\tToutes balises dans la cible seront remplacées\n"
2992
  "→\t→\t→\t→\t→\t→\tpar le calendrier."
2993
 
2994
- #: app/model/settings.php:885
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Passer la vérification <tt>in_the_loop()</tt></strong> qui protège contre les événements multiples de calendrier"
2997
 
2998
- #: app/model/settings.php:888
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 "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."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Désactiver la compression <strong>gzip</strong>."
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr "Visualisation frontend."
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Effectuer le rendu des vues calendrier sur le client plutôt que le serveur; cela peut améliorer les performances."
3013
 
@@ -3031,15 +3038,15 @@ msgstr "Les vues Jour et Semaine commencent à"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Les vues Jour et Semaine se terminent à"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Découper le talon d'événement</strong> dans la vue Mois"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Appliqué uniquement aux événements de journée entière."
3041
 
3042
- #: app/model/settings.php:574
3043
  msgid ""
3044
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3045
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3048,55 +3055,55 @@ msgid ""
3048
  "\t\t\t\t\t\tfrom last day shown</strong>"
3049
  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>"
3050
 
3051
- #: app/model/settings.php:590
3052
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3053
  msgstr "Garder tous les événements <strong>agrandis</strong> dans la vue Agenda"
3054
 
3055
- #: app/model/settings.php:602
3056
  msgid "<strong>Show year</strong> in calendar date labels"
3057
  msgstr "<strong>Afficher l'année</strong> dans les dates du calendrier"
3058
 
3059
- #: app/model/settings.php:614
3060
  msgid "<strong>Show location in event titles</strong> in calendar views"
3061
  msgstr "<strong>Afficher le lieu dans les titres d'évènement</strong> dans les vues calendrier"
3062
 
3063
- #: app/model/settings.php:626
3064
  msgid "<strong>Exclude</strong> events from search results"
3065
  msgstr "<strong>Exclure</strong> les évènements des résultats de recherche"
3066
 
3067
- #: app/model/settings.php:638
3068
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3069
  msgstr "Cacher les boutons <strong>Souscrire</strong>/<strong>Ajouter au Calendrier</strong> dans les vues calendrier et événement "
3070
 
3071
- #: app/model/settings.php:650
3072
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3073
  msgstr "Cacher le bouton <strong>Obtenir un calendrier Timely</strong>"
3074
 
3075
- #: app/model/settings.php:662
3076
  msgid " Hide <strong>Google Maps</strong> until clicked"
3077
  msgstr "Cacher <strong>Cartes Google</strong> jusqu'à cliqué"
3078
 
3079
- #: app/model/settings.php:674
3080
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3081
  msgstr " <strong>Figer le menu de filtres</strong> en haut la fenêtre lorsqu'il défile hors de l'écran."
3082
 
3083
- #: app/model/settings.php:677
3084
  msgid "Only applies to first visible calendar found on the page."
3085
  msgstr "Appliquer seulement le premier calendrier visible trouvé sur la page"
3086
 
3087
- #: app/model/settings.php:689
3088
  msgid "Offset affixed filter bar vertically by"
3089
  msgstr "Décaler verticalement la barre de filtre figée de"
3090
 
3091
- #: app/model/settings.php:704
3092
  msgid "Wide screens only (&#8805; 1200px)"
3093
  msgstr "Écrans larges seulement (&#8805; 1200px)"
3094
 
3095
- #: app/model/settings.php:719
3096
  msgid "Tablets only (< 980px)"
3097
  msgstr "Tablettes seulement (&lt; 980px)"
3098
 
3099
- #: app/model/settings.php:734
3100
  msgid "Phones only (< 768px)"
3101
  msgstr "Téléphones seulement (&lt; 768px)"
3102
 
@@ -3193,15 +3200,15 @@ msgstr "Fuseau horaire"
3193
  msgid "Preselected calendar filters"
3194
  msgstr "Filtres présélectionnés de calendrier"
3195
 
3196
- #: app/controller/javascript.php:581
3197
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3198
  msgstr "Une panne est survenue pendant la recherche de l'évènement. <br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3199
 
3200
- #: app/controller/javascript.php:590
3201
  msgid "The end date can't be earlier than the start date."
3202
  msgstr "La date de fin ne peut pas être avant la date de début."
3203
 
3204
- #: app/controller/javascript.php:591
3205
  msgid "For week and day view, you must select an interval of at least 6 hours."
3206
  msgstr "Pour la vue hebdomadaire et quotidienne, vous devez sélectionner un intervalle d'au moins 6 heures."
3207
 
@@ -3225,11 +3232,11 @@ msgstr "Nous n'avons pas pu mettre à jour l'événement sur la billetterie Time
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:162
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:153
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Les préférences de paiement ont été sauvegardées. "
3235
 
@@ -3257,94 +3264,94 @@ msgstr "Vente terminée"
3257
  msgid "Sold out"
3258
  msgstr "Complet"
3259
 
3260
- #: app/controller/javascript.php:553
3261
  msgid "Report"
3262
  msgstr "Rapport"
3263
 
3264
- #: app/controller/javascript.php:554
3265
  msgid "Sale dates"
3266
  msgstr "Dates de vente"
3267
 
3268
- #: app/controller/javascript.php:555
3269
  msgid "Limits"
3270
  msgstr "Limites"
3271
 
3272
- #: app/controller/javascript.php:556
3273
  msgid "Actions"
3274
  msgstr "Actions"
3275
 
3276
- #: app/controller/javascript.php:557
3277
  msgid "Sold:"
3278
  msgstr "Vendu:"
3279
 
3280
- #: app/controller/javascript.php:558
3281
  msgid "Left:"
3282
  msgstr "Restant:"
3283
 
3284
- #: app/controller/javascript.php:559
3285
  msgid "Start:"
3286
  msgstr "Début:"
3287
 
3288
- #: app/controller/javascript.php:560
3289
  msgid "End:"
3290
  msgstr "Fin:"
3291
 
3292
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3293
  msgid "Min:"
3294
  msgstr "Min:"
3295
 
3296
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3297
  msgid "Max:"
3298
  msgstr "Max:"
3299
 
3300
- #: app/controller/javascript.php:563
3301
  msgid "Attendees"
3302
  msgstr "Participants"
3303
 
3304
- #: app/controller/javascript.php:564
3305
  msgid "Hide Attendees"
3306
  msgstr "Cacher les participants"
3307
 
3308
- #: app/controller/javascript.php:565
3309
  msgid "Attendees List"
3310
  msgstr "Liste des participants"
3311
 
3312
- #: app/controller/javascript.php:566
3313
  msgid "Guest Name"
3314
  msgstr "Nom de l'invité"
3315
 
3316
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3317
  msgid "Status"
3318
  msgstr "Statut"
3319
 
3320
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3321
  #: app/view/event/ticket.php:71
3322
  msgid "Email"
3323
  msgstr "Courriel"
3324
 
3325
- #: app/controller/javascript.php:569
3326
  msgid "No attendees for this ticket type."
3327
  msgstr "Pas de participants pour ce type de ticket."
3328
 
3329
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3330
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3331
  msgid "Edit"
3332
  msgstr "Éditer"
3333
 
3334
- #: app/controller/javascript.php:571
3335
  msgid "Code"
3336
  msgstr "Code"
3337
 
3338
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3339
  #: public/admin/box_event_cost.php:308
3340
  msgid "Unlimited"
3341
  msgstr "Illimité"
3342
 
3343
- #: app/controller/javascript.php:578
3344
  msgid "Your message has been sent. Thank you for your feedback."
3345
  msgstr "Votre message a été envoyé. Merci de votre contribution."
3346
 
3347
- #: app/controller/javascript.php:579
3348
  msgid "Your message has not been sent. Please try again or contact us."
3349
  msgstr "Votre message n'a pas été envoyé. Merci de réessayer ou contactez-nous."
3350
 
@@ -3396,31 +3403,31 @@ msgstr "Souvenez-vous que les URLs doivent commencer par \"http://\" ou \"https:
3396
  msgid "Loading&hellip;"
3397
  msgstr "Chargement&hellip;"
3398
 
3399
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3400
  msgid "Preview:"
3401
  msgstr "Aperçu : "
3402
 
3403
- #: app/controller/javascript.php:542
3404
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3405
  msgstr "Charger l'aperçu&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3406
 
3407
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3408
  msgid "Ticketing Details"
3409
  msgstr "Détails de la billetterie"
3410
 
3411
- #: app/controller/javascript.php:548
3412
  msgid "Hide Ticketing Details"
3413
  msgstr "Masquer les détails de la billetterie"
3414
 
3415
- #: app/controller/javascript.php:549
3416
  msgid "Loading tickets details..."
3417
  msgstr "Chargement des détails de la billetterie..."
3418
 
3419
- #: app/controller/javascript.php:550
3420
  msgid "Type and price"
3421
  msgstr "Type et prix"
3422
 
3423
- #: app/controller/javascript.php:551
3424
  msgid "Info"
3425
  msgstr "Info"
3426
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "\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
 
3200
  msgid "Preselected calendar filters"
3201
  msgstr "Filtres présélectionnés de calendrier"
3202
 
3203
+ #: app/controller/javascript.php:582
3204
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3205
  msgstr "Une panne est survenue pendant la recherche de l'évènement. <br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3206
 
3207
+ #: app/controller/javascript.php:591
3208
  msgid "The end date can't be earlier than the start date."
3209
  msgstr "La date de fin ne peut pas être avant la date de début."
3210
 
3211
+ #: app/controller/javascript.php:592
3212
  msgid "For week and day view, you must select an interval of at least 6 hours."
3213
  msgstr "Pour la vue hebdomadaire et quotidienne, vous devez sélectionner un intervalle d'au moins 6 heures."
3214
 
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
 
3264
  msgid "Sold out"
3265
  msgstr "Complet"
3266
 
3267
+ #: app/controller/javascript.php:554
3268
  msgid "Report"
3269
  msgstr "Rapport"
3270
 
3271
+ #: app/controller/javascript.php:555
3272
  msgid "Sale dates"
3273
  msgstr "Dates de vente"
3274
 
3275
+ #: app/controller/javascript.php:556
3276
  msgid "Limits"
3277
  msgstr "Limites"
3278
 
3279
+ #: app/controller/javascript.php:557
3280
  msgid "Actions"
3281
  msgstr "Actions"
3282
 
3283
+ #: app/controller/javascript.php:558
3284
  msgid "Sold:"
3285
  msgstr "Vendu:"
3286
 
3287
+ #: app/controller/javascript.php:559
3288
  msgid "Left:"
3289
  msgstr "Restant:"
3290
 
3291
+ #: app/controller/javascript.php:560
3292
  msgid "Start:"
3293
  msgstr "Début:"
3294
 
3295
+ #: app/controller/javascript.php:561
3296
  msgid "End:"
3297
  msgstr "Fin:"
3298
 
3299
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3300
  msgid "Min:"
3301
  msgstr "Min:"
3302
 
3303
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3304
  msgid "Max:"
3305
  msgstr "Max:"
3306
 
3307
+ #: app/controller/javascript.php:564
3308
  msgid "Attendees"
3309
  msgstr "Participants"
3310
 
3311
+ #: app/controller/javascript.php:565
3312
  msgid "Hide Attendees"
3313
  msgstr "Cacher les participants"
3314
 
3315
+ #: app/controller/javascript.php:566
3316
  msgid "Attendees List"
3317
  msgstr "Liste des participants"
3318
 
3319
+ #: app/controller/javascript.php:567
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"
3331
 
3332
+ #: app/controller/javascript.php:570
3333
  msgid "No attendees for this ticket type."
3334
  msgstr "Pas de participants pour ce type de ticket."
3335
 
3336
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3337
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3338
  msgid "Edit"
3339
  msgstr "Éditer"
3340
 
3341
+ #: app/controller/javascript.php:572
3342
  msgid "Code"
3343
  msgstr "Code"
3344
 
3345
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3346
  #: public/admin/box_event_cost.php:308
3347
  msgid "Unlimited"
3348
  msgstr "Illimité"
3349
 
3350
+ #: app/controller/javascript.php:579
3351
  msgid "Your message has been sent. Thank you for your feedback."
3352
  msgstr "Votre message a été envoyé. Merci de votre contribution."
3353
 
3354
+ #: app/controller/javascript.php:580
3355
  msgid "Your message has not been sent. Please try again or contact us."
3356
  msgstr "Votre message n'a pas été envoyé. Merci de réessayer ou contactez-nous."
3357
 
3403
  msgid "Loading&hellip;"
3404
  msgstr "Chargement&hellip;"
3405
 
3406
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3407
  msgid "Preview:"
3408
  msgstr "Aperçu : "
3409
 
3410
+ #: app/controller/javascript.php:543
3411
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3412
  msgstr "Charger l'aperçu&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3413
 
3414
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3415
  msgid "Ticketing Details"
3416
  msgstr "Détails de la billetterie"
3417
 
3418
+ #: app/controller/javascript.php:549
3419
  msgid "Hide Ticketing Details"
3420
  msgstr "Masquer les détails de la billetterie"
3421
 
3422
+ #: app/controller/javascript.php:550
3423
  msgid "Loading tickets details..."
3424
  msgstr "Chargement des détails de la billetterie..."
3425
 
3426
+ #: app/controller/javascript.php:551
3427
  msgid "Type and price"
3428
  msgstr "Type et prix"
3429
 
3430
+ #: app/controller/javascript.php:552
3431
  msgid "Info"
3432
  msgstr "Info"
3433
 
language/all-in-one-event-calendar-gl_ES.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr ""
2825
  msgid "month(s)"
2826
  msgstr ""
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr ""
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr ""
3018
  msgid "Week/Day view ends at"
3019
  msgstr ""
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr ""
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:638
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:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:674
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:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr ""
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr ""
3089
 
@@ -3180,15 +3187,15 @@ msgstr ""
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr ""
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr ""
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr ""
3383
  msgid "Loading&hellip;"
3384
  msgstr ""
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr ""
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr ""
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr ""
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr ""
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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 ""
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr ""
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr ""
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr ""
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-he_IL.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2827,19 +2834,19 @@ msgstr "אחרון"
2827
  msgid "month(s)"
2828
  msgstr "חודש(ים)"
2829
 
2830
- #: app/model/settings.php:945
2831
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2832
  msgstr "<strong>הוסף קישור ל- CSS</strong> ב- <code>&lt;head&gt;</code> כאשר ה- file cache אינו זמין."
2833
 
2834
- #: app/model/settings.php:948
2835
  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."
2836
  msgstr "השתמש באפשרות זו אם ה-file cache אינו זמין ואתה מעדיף להגיש את ה CSS בתור קישור במקום output inline."
2837
 
2838
- #: app/model/settings.php:960
2839
  msgid "Current <strong>robots.txt</strong> on this site"
2840
  msgstr ""
2841
 
2842
- #: app/model/settings.php:964
2843
  msgid ""
2844
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2845
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2848,19 +2855,19 @@ msgid ""
2848
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2849
  msgstr ""
2850
 
2851
- #: app/model/settings.php:981
2852
  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>)"
2853
  msgstr "<strong>פרסם, קדם ושתף את האירועים שלי</strong> המסומנים כפומביים ברשת Timely. (<a href=\"%s\" target=\"_blank\">למד עוד &#187;</a>)"
2854
 
2855
- #: app/model/settings.php:1004
2856
  msgid "Templates cache improves site performance"
2857
  msgstr ""
2858
 
2859
- #: app/model/settings.php:1017
2860
  msgid "Display events in <strong>calendar time zone</strong>"
2861
  msgstr ""
2862
 
2863
- #: app/model/settings.php:1020
2864
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2865
  msgstr ""
2866
 
@@ -2912,63 +2919,63 @@ msgstr "הצג הכל"
2912
  msgid "Show All Authors"
2913
  msgstr ""
2914
 
2915
- #: app/model/settings.php:747
2916
  msgid "Strict compatibility content filtering"
2917
  msgstr "Strict compatibility content filtering"
2918
 
2919
- #: app/model/settings.php:759
2920
  msgid " <strong>Hide featured image</strong> from event details page"
2921
  msgstr ""
2922
 
2923
- #: app/model/settings.php:762
2924
  msgid "Select this option if your theme already displays each post's featured image."
2925
  msgstr ""
2926
 
2927
- #: app/model/settings.php:773
2928
  msgid "Input dates in this format"
2929
  msgstr ""
2930
 
2931
- #: app/model/settings.php:778
2932
  msgid "Default (d/m/yyyy)"
2933
  msgstr "ברירת מחדל (d/m/yyyy)"
2934
 
2935
- #: app/model/settings.php:782
2936
  msgid "US (m/d/yyyy)"
2937
  msgstr "US (m/d/yyyy)"
2938
 
2939
- #: app/model/settings.php:786
2940
  msgid "ISO 8601 (yyyy-m-d)"
2941
  msgstr ""
2942
 
2943
- #: app/model/settings.php:790
2944
  msgid "Dotted (m.d.yyyy)"
2945
  msgstr "מנוקד (m.d.yyyy)"
2946
 
2947
- #: app/model/settings.php:802
2948
  msgid " Use <strong>24h time</strong> in time pickers"
2949
  msgstr " השתמש ב<strong>24h זמן</strong> בבורר הזמן"
2950
 
2951
- #: app/model/settings.php:813
2952
  msgid "<strong>Disable address autocomplete</strong> function"
2953
  msgstr ""
2954
 
2955
- #: app/model/settings.php:824
2956
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2957
  msgstr ""
2958
 
2959
- #: app/model/settings.php:840
2960
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2961
  msgstr "הצג את הכפתור <strong>פרסם את האירוע שלך</strong> מעל הלוח עבור משתמשים מורשים"
2962
 
2963
- #: app/model/settings.php:843
2964
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2965
  msgstr ""
2966
 
2967
- #: app/model/settings.php:864
2968
  msgid "Move calendar into this DOM element"
2969
  msgstr "העבר את הלוח לתוך DOM element זה"
2970
 
2971
- #: app/model/settings.php:866
2972
  msgid ""
2973
  "Optional. Use this JavaScript-based shortcut to place the\n"
2974
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2980,23 +2987,23 @@ msgid ""
2980
  "\t\t\t\t\t\tby the calendar."
2981
  msgstr ""
2982
 
2983
- #: app/model/settings.php:885
2984
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2985
  msgstr ""
2986
 
2987
- #: app/model/settings.php:888
2988
  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."
2989
  msgstr ""
2990
 
2991
- #: app/model/settings.php:900
2992
  msgid "Disable <strong>gzip</strong> compression."
2993
  msgstr "בטל כיווץ <strong>gzip</strong>."
2994
 
2995
- #: app/model/settings.php:915
2996
  msgid "Use frontend rendering."
2997
  msgstr "השתמש בעיבוד צד לקוח"
2998
 
2999
- #: app/model/settings.php:918
3000
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3001
  msgstr "מעבד את תצוגת לוח השנה בצד הלקוח במקום בצד השרת; עשוי לשפר ביצועים."
3002
 
@@ -3020,15 +3027,15 @@ msgstr "תצוגת שבוע/יום מתחילה ב-"
3020
  msgid "Week/Day view ends at"
3021
  msgstr "תצוגת שבוע/יום מסתיימת ב-"
3022
 
3023
- #: app/model/settings.php:559
3024
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3025
  msgstr ""
3026
 
3027
- #: app/model/settings.php:562
3028
  msgid "Only applies to events that span a single day."
3029
  msgstr "רלוונטי רק לאירועים שהיקפם יום אחד."
3030
 
3031
- #: app/model/settings.php:574
3032
  msgid ""
3033
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3034
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3037,55 +3044,55 @@ msgid ""
3037
  "\t\t\t\t\t\tfrom last day shown</strong>"
3038
  msgstr ""
3039
 
3040
- #: app/model/settings.php:590
3041
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3042
  msgstr ""
3043
 
3044
- #: app/model/settings.php:602
3045
  msgid "<strong>Show year</strong> in calendar date labels"
3046
  msgstr ""
3047
 
3048
- #: app/model/settings.php:614
3049
  msgid "<strong>Show location in event titles</strong> in calendar views"
3050
  msgstr ""
3051
 
3052
- #: app/model/settings.php:626
3053
  msgid "<strong>Exclude</strong> events from search results"
3054
  msgstr ""
3055
 
3056
- #: app/model/settings.php:638
3057
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3058
  msgstr ""
3059
 
3060
- #: app/model/settings.php:650
3061
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3062
  msgstr "הסתר את כפתור <strong>Get a Timely Calendar</strong>"
3063
 
3064
- #: app/model/settings.php:662
3065
  msgid " Hide <strong>Google Maps</strong> until clicked"
3066
  msgstr " הסתר את <strong>Google Maps</strong> עד הלחיצה"
3067
 
3068
- #: app/model/settings.php:674
3069
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3070
  msgstr "<strong>הדבק את תפריט הסינון</strong> לחלק העליון של החלון כאשר הוא נגלל מחוץ לתצוגה."
3071
 
3072
- #: app/model/settings.php:677
3073
  msgid "Only applies to first visible calendar found on the page."
3074
  msgstr "חל רק על לוח האירועים הראשון הנמצא בעמוד זה."
3075
 
3076
- #: app/model/settings.php:689
3077
  msgid "Offset affixed filter bar vertically by"
3078
  msgstr "הסט במאונך את סרגל הסינון המודבק ב-"
3079
 
3080
- #: app/model/settings.php:704
3081
  msgid "Wide screens only (&#8805; 1200px)"
3082
  msgstr "מסכים רחבים בלבד (&#8805; 1200px)"
3083
 
3084
- #: app/model/settings.php:719
3085
  msgid "Tablets only (< 980px)"
3086
  msgstr "טאבלטים בלבד (< 980px)"
3087
 
3088
- #: app/model/settings.php:734
3089
  msgid "Phones only (< 768px)"
3090
  msgstr "טלפונים בלבד (< 768px)"
3091
 
@@ -3182,15 +3189,15 @@ msgstr "אזור זמן"
3182
  msgid "Preselected calendar filters"
3183
  msgstr ""
3184
 
3185
- #: app/controller/javascript.php:581
3186
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3187
  msgstr "משהו השתבש בזמן שליפת האירועים. <br>הrequest status הוא: %STATUS% <br>השגיאה שהתקבלה היא: %ERROR%"
3188
 
3189
- #: app/controller/javascript.php:590
3190
  msgid "The end date can't be earlier than the start date."
3191
  msgstr "תאריך הסיום לא יכול להיות מוקדם יותר מתאריך ההתחלה."
3192
 
3193
- #: app/controller/javascript.php:591
3194
  msgid "For week and day view, you must select an interval of at least 6 hours."
3195
  msgstr "עבור תצוגת שבוע ויום, עליך לבחור מרווח של לפחות 6 שעות."
3196
 
@@ -3214,11 +3221,11 @@ msgstr ""
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:162
3218
  msgid "Payment preferences were not saved."
3219
  msgstr ""
3220
 
3221
- #: app/model/api/api-registration.php:153
3222
  msgid "Payment preferences were saved."
3223
  msgstr ""
3224
 
@@ -3246,94 +3253,94 @@ msgstr ""
3246
  msgid "Sold out"
3247
  msgstr ""
3248
 
3249
- #: app/controller/javascript.php:553
3250
  msgid "Report"
3251
  msgstr ""
3252
 
3253
- #: app/controller/javascript.php:554
3254
  msgid "Sale dates"
3255
  msgstr ""
3256
 
3257
- #: app/controller/javascript.php:555
3258
  msgid "Limits"
3259
  msgstr ""
3260
 
3261
- #: app/controller/javascript.php:556
3262
  msgid "Actions"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:557
3266
  msgid "Sold:"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:558
3270
  msgid "Left:"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:559
3274
  msgid "Start:"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:560
3278
  msgid "End:"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3282
  msgid "Min:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3286
  msgid "Max:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:563
3290
  msgid "Attendees"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:564
3294
  msgid "Hide Attendees"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:565
3298
  msgid "Attendees List"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:566
3302
  msgid "Guest Name"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3306
  msgid "Status"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3310
  #: app/view/event/ticket.php:71
3311
  msgid "Email"
3312
  msgstr "דוא״ל"
3313
 
3314
- #: app/controller/javascript.php:569
3315
  msgid "No attendees for this ticket type."
3316
  msgstr ""
3317
 
3318
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3319
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3320
  msgid "Edit"
3321
  msgstr "עריכה"
3322
 
3323
- #: app/controller/javascript.php:571
3324
  msgid "Code"
3325
  msgstr ""
3326
 
3327
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3328
  #: public/admin/box_event_cost.php:308
3329
  msgid "Unlimited"
3330
  msgstr ""
3331
 
3332
- #: app/controller/javascript.php:578
3333
  msgid "Your message has been sent. Thank you for your feedback."
3334
  msgstr ""
3335
 
3336
- #: app/controller/javascript.php:579
3337
  msgid "Your message has not been sent. Please try again or contact us."
3338
  msgstr ""
3339
 
@@ -3385,31 +3392,31 @@ msgstr "זכור שכתובות URL חייבות להתחיל ב\"http://\" או
3385
  msgid "Loading&hellip;"
3386
  msgstr "טוען&hellip;"
3387
 
3388
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3389
  msgid "Preview:"
3390
  msgstr "תצוגה מקדימה:"
3391
 
3392
- #: app/controller/javascript.php:542
3393
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3394
  msgstr "טוען תצוגה מקדימה&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3395
 
3396
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3397
  msgid "Ticketing Details"
3398
  msgstr ""
3399
 
3400
- #: app/controller/javascript.php:548
3401
  msgid "Hide Ticketing Details"
3402
  msgstr ""
3403
 
3404
- #: app/controller/javascript.php:549
3405
  msgid "Loading tickets details..."
3406
  msgstr ""
3407
 
3408
- #: app/controller/javascript.php:550
3409
  msgid "Type and price"
3410
  msgstr ""
3411
 
3412
- #: app/controller/javascript.php:551
3413
  msgid "Info"
3414
  msgstr ""
3415
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3189
  msgid "Preselected calendar filters"
3190
  msgstr ""
3191
 
3192
+ #: app/controller/javascript.php:582
3193
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3194
  msgstr "משהו השתבש בזמן שליפת האירועים. <br>הrequest status הוא: %STATUS% <br>השגיאה שהתקבלה היא: %ERROR%"
3195
 
3196
+ #: app/controller/javascript.php:591
3197
  msgid "The end date can't be earlier than the start date."
3198
  msgstr "תאריך הסיום לא יכול להיות מוקדם יותר מתאריך ההתחלה."
3199
 
3200
+ #: app/controller/javascript.php:592
3201
  msgid "For week and day view, you must select an interval of at least 6 hours."
3202
  msgstr "עבור תצוגת שבוע ויום, עליך לבחור מרווח של לפחות 6 שעות."
3203
 
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
 
3253
  msgid "Sold out"
3254
  msgstr ""
3255
 
3256
+ #: app/controller/javascript.php:554
3257
  msgid "Report"
3258
  msgstr ""
3259
 
3260
+ #: app/controller/javascript.php:555
3261
  msgid "Sale dates"
3262
  msgstr ""
3263
 
3264
+ #: app/controller/javascript.php:556
3265
  msgid "Limits"
3266
  msgstr ""
3267
 
3268
+ #: app/controller/javascript.php:557
3269
  msgid "Actions"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:558
3273
  msgid "Sold:"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:559
3277
  msgid "Left:"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:560
3281
  msgid "Start:"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:561
3285
  msgid "End:"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3289
  msgid "Min:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3293
  msgid "Max:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:564
3297
  msgid "Attendees"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:565
3301
  msgid "Hide Attendees"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:566
3305
  msgid "Attendees List"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:567
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 "דוא״ל"
3320
 
3321
+ #: app/controller/javascript.php:570
3322
  msgid "No attendees for this ticket type."
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3326
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3327
  msgid "Edit"
3328
  msgstr "עריכה"
3329
 
3330
+ #: app/controller/javascript.php:572
3331
  msgid "Code"
3332
  msgstr ""
3333
 
3334
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3335
  #: public/admin/box_event_cost.php:308
3336
  msgid "Unlimited"
3337
  msgstr ""
3338
 
3339
+ #: app/controller/javascript.php:579
3340
  msgid "Your message has been sent. Thank you for your feedback."
3341
  msgstr ""
3342
 
3343
+ #: app/controller/javascript.php:580
3344
  msgid "Your message has not been sent. Please try again or contact us."
3345
  msgstr ""
3346
 
3392
  msgid "Loading&hellip;"
3393
  msgstr "טוען&hellip;"
3394
 
3395
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3396
  msgid "Preview:"
3397
  msgstr "תצוגה מקדימה:"
3398
 
3399
+ #: app/controller/javascript.php:543
3400
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3401
  msgstr "טוען תצוגה מקדימה&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3402
 
3403
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3404
  msgid "Ticketing Details"
3405
  msgstr ""
3406
 
3407
+ #: app/controller/javascript.php:549
3408
  msgid "Hide Ticketing Details"
3409
  msgstr ""
3410
 
3411
+ #: app/controller/javascript.php:550
3412
  msgid "Loading tickets details..."
3413
  msgstr ""
3414
 
3415
+ #: app/controller/javascript.php:551
3416
  msgid "Type and price"
3417
  msgstr ""
3418
 
3419
+ #: app/controller/javascript.php:552
3420
  msgid "Info"
3421
  msgstr ""
3422
 
language/all-in-one-event-calendar-hi.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr ""
2825
  msgid "month(s)"
2826
  msgstr ""
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr ""
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr ""
3018
  msgid "Week/Day view ends at"
3019
  msgstr ""
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr ""
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:638
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:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:674
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:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr ""
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr ""
3089
 
@@ -3180,15 +3187,15 @@ msgstr ""
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr ""
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr ""
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr ""
3383
  msgid "Loading&hellip;"
3384
  msgstr ""
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr ""
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr ""
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr ""
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr ""
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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 ""
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr ""
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr ""
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr ""
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-hr.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2826,19 +2833,19 @@ msgstr "posljednji"
2826
  msgid "month(s)"
2827
  msgstr "mjesec(i)"
2828
 
2829
- #: app/model/settings.php:945
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr ""
2832
 
2833
- #: app/model/settings.php:948
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 ""
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr ""
2840
 
2841
- #: app/model/settings.php:964
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,19 +2854,19 @@ msgid ""
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:981
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 ""
2853
 
2854
- #: app/model/settings.php:1004
2855
  msgid "Templates cache improves site performance"
2856
  msgstr ""
2857
 
2858
- #: app/model/settings.php:1017
2859
  msgid "Display events in <strong>calendar time zone</strong>"
2860
  msgstr ""
2861
 
2862
- #: app/model/settings.php:1020
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
 
@@ -2911,63 +2918,63 @@ msgstr "Prikaži sve"
2911
  msgid "Show All Authors"
2912
  msgstr ""
2913
 
2914
- #: app/model/settings.php:747
2915
  msgid "Strict compatibility content filtering"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:759
2919
  msgid " <strong>Hide featured image</strong> from event details page"
2920
  msgstr ""
2921
 
2922
- #: app/model/settings.php:762
2923
  msgid "Select this option if your theme already displays each post's featured image."
2924
  msgstr ""
2925
 
2926
- #: app/model/settings.php:773
2927
  msgid "Input dates in this format"
2928
  msgstr ""
2929
 
2930
- #: app/model/settings.php:778
2931
  msgid "Default (d/m/yyyy)"
2932
  msgstr ""
2933
 
2934
- #: app/model/settings.php:782
2935
  msgid "US (m/d/yyyy)"
2936
  msgstr ""
2937
 
2938
- #: app/model/settings.php:786
2939
  msgid "ISO 8601 (yyyy-m-d)"
2940
  msgstr ""
2941
 
2942
- #: app/model/settings.php:790
2943
  msgid "Dotted (m.d.yyyy)"
2944
  msgstr ""
2945
 
2946
- #: app/model/settings.php:802
2947
  msgid " Use <strong>24h time</strong> in time pickers"
2948
  msgstr ""
2949
 
2950
- #: app/model/settings.php:813
2951
  msgid "<strong>Disable address autocomplete</strong> function"
2952
  msgstr "<strong>Onemogući automatsko dovršavanje adrese</strong>"
2953
 
2954
- #: app/model/settings.php:824
2955
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2956
  msgstr ""
2957
 
2958
- #: app/model/settings.php:840
2959
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2960
  msgstr ""
2961
 
2962
- #: app/model/settings.php:843
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:864
2967
  msgid "Move calendar into this DOM element"
2968
  msgstr ""
2969
 
2970
- #: app/model/settings.php:866
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,23 +2986,23 @@ msgid ""
2979
  "\t\t\t\t\t\tby the calendar."
2980
  msgstr ""
2981
 
2982
- #: app/model/settings.php:885
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:888
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:900
2991
  msgid "Disable <strong>gzip</strong> compression."
2992
  msgstr ""
2993
 
2994
- #: app/model/settings.php:915
2995
  msgid "Use frontend rendering."
2996
  msgstr ""
2997
 
2998
- #: app/model/settings.php:918
2999
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3000
  msgstr ""
3001
 
@@ -3019,15 +3026,15 @@ msgstr ""
3019
  msgid "Week/Day view ends at"
3020
  msgstr ""
3021
 
3022
- #: app/model/settings.php:559
3023
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3024
  msgstr ""
3025
 
3026
- #: app/model/settings.php:562
3027
  msgid "Only applies to events that span a single day."
3028
  msgstr ""
3029
 
3030
- #: app/model/settings.php:574
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,55 +3043,55 @@ msgid ""
3036
  "\t\t\t\t\t\tfrom last day shown</strong>"
3037
  msgstr ""
3038
 
3039
- #: app/model/settings.php:590
3040
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3041
  msgstr ""
3042
 
3043
- #: app/model/settings.php:602
3044
  msgid "<strong>Show year</strong> in calendar date labels"
3045
  msgstr ""
3046
 
3047
- #: app/model/settings.php:614
3048
  msgid "<strong>Show location in event titles</strong> in calendar views"
3049
  msgstr ""
3050
 
3051
- #: app/model/settings.php:626
3052
  msgid "<strong>Exclude</strong> events from search results"
3053
  msgstr "<strong>Ne prikazuj događaje</strong> u rezultatima pretraživanja"
3054
 
3055
- #: app/model/settings.php:638
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:650
3060
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3061
  msgstr ""
3062
 
3063
- #: app/model/settings.php:662
3064
  msgid " Hide <strong>Google Maps</strong> until clicked"
3065
  msgstr ""
3066
 
3067
- #: app/model/settings.php:674
3068
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3069
  msgstr ""
3070
 
3071
- #: app/model/settings.php:677
3072
  msgid "Only applies to first visible calendar found on the page."
3073
  msgstr ""
3074
 
3075
- #: app/model/settings.php:689
3076
  msgid "Offset affixed filter bar vertically by"
3077
  msgstr ""
3078
 
3079
- #: app/model/settings.php:704
3080
  msgid "Wide screens only (&#8805; 1200px)"
3081
  msgstr ""
3082
 
3083
- #: app/model/settings.php:719
3084
  msgid "Tablets only (< 980px)"
3085
  msgstr ""
3086
 
3087
- #: app/model/settings.php:734
3088
  msgid "Phones only (< 768px)"
3089
  msgstr ""
3090
 
@@ -3185,15 +3192,15 @@ msgstr ""
3185
  msgid "Preselected calendar filters"
3186
  msgstr ""
3187
 
3188
- #: app/controller/javascript.php:581
3189
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3190
  msgstr ""
3191
 
3192
- #: app/controller/javascript.php:590
3193
  msgid "The end date can't be earlier than the start date."
3194
  msgstr ""
3195
 
3196
- #: app/controller/javascript.php:591
3197
  msgid "For week and day view, you must select an interval of at least 6 hours."
3198
  msgstr ""
3199
 
@@ -3217,11 +3224,11 @@ msgstr ""
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:162
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:153
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
@@ -3249,94 +3256,94 @@ msgstr ""
3249
  msgid "Sold out"
3250
  msgstr ""
3251
 
3252
- #: app/controller/javascript.php:553
3253
  msgid "Report"
3254
  msgstr ""
3255
 
3256
- #: app/controller/javascript.php:554
3257
  msgid "Sale dates"
3258
  msgstr ""
3259
 
3260
- #: app/controller/javascript.php:555
3261
  msgid "Limits"
3262
  msgstr ""
3263
 
3264
- #: app/controller/javascript.php:556
3265
  msgid "Actions"
3266
  msgstr ""
3267
 
3268
- #: app/controller/javascript.php:557
3269
  msgid "Sold:"
3270
  msgstr ""
3271
 
3272
- #: app/controller/javascript.php:558
3273
  msgid "Left:"
3274
  msgstr ""
3275
 
3276
- #: app/controller/javascript.php:559
3277
  msgid "Start:"
3278
  msgstr ""
3279
 
3280
- #: app/controller/javascript.php:560
3281
  msgid "End:"
3282
  msgstr ""
3283
 
3284
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3285
  msgid "Min:"
3286
  msgstr ""
3287
 
3288
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3289
  msgid "Max:"
3290
  msgstr ""
3291
 
3292
- #: app/controller/javascript.php:563
3293
  msgid "Attendees"
3294
  msgstr ""
3295
 
3296
- #: app/controller/javascript.php:564
3297
  msgid "Hide Attendees"
3298
  msgstr ""
3299
 
3300
- #: app/controller/javascript.php:565
3301
  msgid "Attendees List"
3302
  msgstr ""
3303
 
3304
- #: app/controller/javascript.php:566
3305
  msgid "Guest Name"
3306
  msgstr ""
3307
 
3308
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3309
  msgid "Status"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3313
  #: app/view/event/ticket.php:71
3314
  msgid "Email"
3315
  msgstr "Email"
3316
 
3317
- #: app/controller/javascript.php:569
3318
  msgid "No attendees for this ticket type."
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3322
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3323
  msgid "Edit"
3324
  msgstr ""
3325
 
3326
- #: app/controller/javascript.php:571
3327
  msgid "Code"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3331
  #: public/admin/box_event_cost.php:308
3332
  msgid "Unlimited"
3333
  msgstr ""
3334
 
3335
- #: app/controller/javascript.php:578
3336
  msgid "Your message has been sent. Thank you for your feedback."
3337
  msgstr ""
3338
 
3339
- #: app/controller/javascript.php:579
3340
  msgid "Your message has not been sent. Please try again or contact us."
3341
  msgstr ""
3342
 
@@ -3388,31 +3395,31 @@ msgstr ""
3388
  msgid "Loading&hellip;"
3389
  msgstr ""
3390
 
3391
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3392
  msgid "Preview:"
3393
  msgstr ""
3394
 
3395
- #: app/controller/javascript.php:542
3396
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3397
  msgstr ""
3398
 
3399
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3400
  msgid "Ticketing Details"
3401
  msgstr ""
3402
 
3403
- #: app/controller/javascript.php:548
3404
  msgid "Hide Ticketing Details"
3405
  msgstr ""
3406
 
3407
- #: app/controller/javascript.php:549
3408
  msgid "Loading tickets details..."
3409
  msgstr ""
3410
 
3411
- #: app/controller/javascript.php:550
3412
  msgid "Type and price"
3413
  msgstr ""
3414
 
3415
- #: app/controller/javascript.php:551
3416
  msgid "Info"
3417
  msgstr ""
3418
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3192
  msgid "Preselected calendar filters"
3193
  msgstr ""
3194
 
3195
+ #: app/controller/javascript.php:582
3196
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3197
  msgstr ""
3198
 
3199
+ #: app/controller/javascript.php:591
3200
  msgid "The end date can't be earlier than the start date."
3201
  msgstr ""
3202
 
3203
+ #: app/controller/javascript.php:592
3204
  msgid "For week and day view, you must select an interval of at least 6 hours."
3205
  msgstr ""
3206
 
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
 
3256
  msgid "Sold out"
3257
  msgstr ""
3258
 
3259
+ #: app/controller/javascript.php:554
3260
  msgid "Report"
3261
  msgstr ""
3262
 
3263
+ #: app/controller/javascript.php:555
3264
  msgid "Sale dates"
3265
  msgstr ""
3266
 
3267
+ #: app/controller/javascript.php:556
3268
  msgid "Limits"
3269
  msgstr ""
3270
 
3271
+ #: app/controller/javascript.php:557
3272
  msgid "Actions"
3273
  msgstr ""
3274
 
3275
+ #: app/controller/javascript.php:558
3276
  msgid "Sold:"
3277
  msgstr ""
3278
 
3279
+ #: app/controller/javascript.php:559
3280
  msgid "Left:"
3281
  msgstr ""
3282
 
3283
+ #: app/controller/javascript.php:560
3284
  msgid "Start:"
3285
  msgstr ""
3286
 
3287
+ #: app/controller/javascript.php:561
3288
  msgid "End:"
3289
  msgstr ""
3290
 
3291
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3292
  msgid "Min:"
3293
  msgstr ""
3294
 
3295
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3296
  msgid "Max:"
3297
  msgstr ""
3298
 
3299
+ #: app/controller/javascript.php:564
3300
  msgid "Attendees"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:565
3304
  msgid "Hide Attendees"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:566
3308
  msgid "Attendees List"
3309
  msgstr ""
3310
 
3311
+ #: app/controller/javascript.php:567
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"
3323
 
3324
+ #: app/controller/javascript.php:570
3325
  msgid "No attendees for this ticket type."
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3329
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3330
  msgid "Edit"
3331
  msgstr ""
3332
 
3333
+ #: app/controller/javascript.php:572
3334
  msgid "Code"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3338
  #: public/admin/box_event_cost.php:308
3339
  msgid "Unlimited"
3340
  msgstr ""
3341
 
3342
+ #: app/controller/javascript.php:579
3343
  msgid "Your message has been sent. Thank you for your feedback."
3344
  msgstr ""
3345
 
3346
+ #: app/controller/javascript.php:580
3347
  msgid "Your message has not been sent. Please try again or contact us."
3348
  msgstr ""
3349
 
3395
  msgid "Loading&hellip;"
3396
  msgstr ""
3397
 
3398
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3399
  msgid "Preview:"
3400
  msgstr ""
3401
 
3402
+ #: app/controller/javascript.php:543
3403
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3404
  msgstr ""
3405
 
3406
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3407
  msgid "Ticketing Details"
3408
  msgstr ""
3409
 
3410
+ #: app/controller/javascript.php:549
3411
  msgid "Hide Ticketing Details"
3412
  msgstr ""
3413
 
3414
+ #: app/controller/javascript.php:550
3415
  msgid "Loading tickets details..."
3416
  msgstr ""
3417
 
3418
+ #: app/controller/javascript.php:551
3419
  msgid "Type and price"
3420
  msgstr ""
3421
 
3422
+ #: app/controller/javascript.php:552
3423
  msgid "Info"
3424
  msgstr ""
3425
 
language/all-in-one-event-calendar-hu_HU.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "utolsó"
2825
  msgid "month(s)"
2826
  msgstr "Hónap(ok)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
 
2832
- #: app/model/settings.php:948
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 "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
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Aktuális<strong>robots.txt</strong> fájl az oldalon"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2858,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\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:981
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>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1004
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Sablonok gyorsítótára, javítja a webhely teljesítményét"
2861
 
2862
- #: app/model/settings.php:1017
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1020
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
 
@@ -2915,63 +2922,63 @@ msgstr "Mutasd mindet"
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:747
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Szigorú egyezőség tartalomszűrés"
2921
 
2922
- #: app/model/settings.php:759
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr "<strong>Kiemelt kép rejtése</strong> a rendezvény részletei oldalon"
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Válassza ezt a beállítást, ha a sablon már megjeleníti az egyes bejegyzésekhez a kiemelt képeket."
2929
 
2930
- #: app/model/settings.php:773
2931
  msgid "Input dates in this format"
2932
  msgstr "Dátum bevitele ebben a formában:"
2933
 
2934
- #: app/model/settings.php:778
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Alapértelmezett (d/m/yyyy)"
2937
 
2938
- #: app/model/settings.php:782
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "US (h/n/éééé)"
2941
 
2942
- #: app/model/settings.php:786
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (éééé-h-n)"
2945
 
2946
- #: app/model/settings.php:790
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Pontozott (h.n.éééé)"
2949
 
2950
- #: app/model/settings.php:802
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr "Használja a <strong>24 órás</strong> idő megjelenítést"
2953
 
2954
- #: app/model/settings.php:813
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Automatikus címkiegészítés</strong> funkció letiltása"
2957
 
2958
- #: app/model/settings.php:824
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
 
2962
- #: app/model/settings.php:840
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  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"
2965
 
2966
- #: app/model/settings.php:843
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 "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."
2969
 
2970
- #: app/model/settings.php:864
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Mozgasd a naptárat ebbe a DOM elembe"
2973
 
2974
- #: app/model/settings.php:866
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,23 +2998,23 @@ msgstr ""
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:885
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2997
 
2998
- #: app/model/settings.php:888
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 "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."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "<strong>gzip</strong> csomagolás tiltása"
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr ""
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr ""
3013
 
@@ -3031,15 +3038,15 @@ msgstr "A heti/napi nézet ezen a napon kezdődjön:"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "A heti/napi nézet ezen a napon végződjön:"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Word-wrap event stubs</strong> in Month view"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Csak azokra az eseményekre vonatkozik, amelyek egy napon át tartanak."
3041
 
3042
- #: app/model/settings.php:574
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 +3060,55 @@ msgstr ""
3053
  "→\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3054
  "→\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3055
 
3056
- #: app/model/settings.php:590
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Legyen minden esemény <strong>kifejtve</strong> Agenda nézetben "
3059
 
3060
- #: app/model/settings.php:602
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Mutasd az évet</strong> a naptári dátumcímkéken"
3063
 
3064
- #: app/model/settings.php:614
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Mutasd a helyszínt az események címében</strong> a naptárnézetekben"
3067
 
3068
- #: app/model/settings.php:626
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Zárja ki az eseményeket</strong> a keresési eredmények közül"
3071
 
3072
- #: app/model/settings.php:638
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "<strong>Feliratkozás</strong>/<strong>Add a naptárhoz</strong> gombok elrejtése a Calendar és a Sigle event nézetekben."
3075
 
3076
- #: app/model/settings.php:650
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr ""
3079
 
3080
- #: app/model/settings.php:662
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "<strong>Google térkép</strong> elrejtése kattintásig"
3083
 
3084
- #: app/model/settings.php:674
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "Csak az oldalon elsőként látható Calendar-ra alkalmazható."
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Offset affixed filter bar vertically by"
3095
 
3096
- #: app/model/settings.php:704
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Csak széles képernyőn (&#8805; 1200px)"
3099
 
3100
- #: app/model/settings.php:719
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Csak tableten (< 980px)"
3103
 
3104
- #: app/model/settings.php:734
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Csak mobilon (< 768px)"
3107
 
@@ -3198,15 +3205,15 @@ msgstr "Időzóna"
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Előre kiválasztott naptárszűrők"
3200
 
3201
- #: app/controller/javascript.php:581
3202
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3203
  msgstr "Hiba az események betöltésében.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3204
 
3205
- #: app/controller/javascript.php:590
3206
  msgid "The end date can't be earlier than the start date."
3207
  msgstr ""
3208
 
3209
- #: app/controller/javascript.php:591
3210
  msgid "For week and day view, you must select an interval of at least 6 hours."
3211
  msgstr ""
3212
 
@@ -3230,11 +3237,11 @@ msgstr ""
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:162
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:153
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
@@ -3262,94 +3269,94 @@ msgstr ""
3262
  msgid "Sold out"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:553
3266
  msgid "Report"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:554
3270
  msgid "Sale dates"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:555
3274
  msgid "Limits"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:556
3278
  msgid "Actions"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:557
3282
  msgid "Sold:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:558
3286
  msgid "Left:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:559
3290
  msgid "Start:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:560
3294
  msgid "End:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3298
  msgid "Min:"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3302
  msgid "Max:"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:563
3306
  msgid "Attendees"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:564
3310
  msgid "Hide Attendees"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:565
3314
  msgid "Attendees List"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:566
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
3329
 
3330
- #: app/controller/javascript.php:569
3331
  msgid "No attendees for this ticket type."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3335
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3336
  msgid "Edit"
3337
  msgstr "Szerkesztés"
3338
 
3339
- #: app/controller/javascript.php:571
3340
  msgid "Code"
3341
  msgstr ""
3342
 
3343
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3344
  #: public/admin/box_event_cost.php:308
3345
  msgid "Unlimited"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:578
3349
  msgid "Your message has been sent. Thank you for your feedback."
3350
  msgstr ""
3351
 
3352
- #: app/controller/javascript.php:579
3353
  msgid "Your message has not been sent. Please try again or contact us."
3354
  msgstr ""
3355
 
@@ -3401,31 +3408,31 @@ msgstr "Az URL-ek mindig \"http://\" vagy \"https://\" kezdettel kezdődnek."
3401
  msgid "Loading&hellip;"
3402
  msgstr ""
3403
 
3404
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3405
  msgid "Preview:"
3406
  msgstr "Előnézet:"
3407
 
3408
- #: app/controller/javascript.php:542
3409
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3410
  msgstr "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3411
 
3412
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3413
  msgid "Ticketing Details"
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:548
3417
  msgid "Hide Ticketing Details"
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:549
3421
  msgid "Loading tickets details..."
3422
  msgstr ""
3423
 
3424
- #: app/controller/javascript.php:550
3425
  msgid "Type and price"
3426
  msgstr ""
3427
 
3428
- #: app/controller/javascript.php:551
3429
  msgid "Info"
3430
  msgstr ""
3431
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Előre kiválasztott naptárszűrők"
3207
 
3208
+ #: app/controller/javascript.php:582
3209
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3210
  msgstr "Hiba az események betöltésében.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3211
 
3212
+ #: app/controller/javascript.php:591
3213
  msgid "The end date can't be earlier than the start date."
3214
  msgstr ""
3215
 
3216
+ #: app/controller/javascript.php:592
3217
  msgid "For week and day view, you must select an interval of at least 6 hours."
3218
  msgstr ""
3219
 
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
 
3269
  msgid "Sold out"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:554
3273
  msgid "Report"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:555
3277
  msgid "Sale dates"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:556
3281
  msgid "Limits"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:557
3285
  msgid "Actions"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:558
3289
  msgid "Sold:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:559
3293
  msgid "Left:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:560
3297
  msgid "Start:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:561
3301
  msgid "End:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3305
  msgid "Min:"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3309
  msgid "Max:"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:564
3313
  msgid "Attendees"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:565
3317
  msgid "Hide Attendees"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:566
3321
  msgid "Attendees List"
3322
  msgstr ""
3323
 
3324
+ #: app/controller/javascript.php:567
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"
3336
 
3337
+ #: app/controller/javascript.php:570
3338
  msgid "No attendees for this ticket type."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3342
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3343
  msgid "Edit"
3344
  msgstr "Szerkesztés"
3345
 
3346
+ #: app/controller/javascript.php:572
3347
  msgid "Code"
3348
  msgstr ""
3349
 
3350
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3351
  #: public/admin/box_event_cost.php:308
3352
  msgid "Unlimited"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:579
3356
  msgid "Your message has been sent. Thank you for your feedback."
3357
  msgstr ""
3358
 
3359
+ #: app/controller/javascript.php:580
3360
  msgid "Your message has not been sent. Please try again or contact us."
3361
  msgstr ""
3362
 
3408
  msgid "Loading&hellip;"
3409
  msgstr ""
3410
 
3411
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3412
  msgid "Preview:"
3413
  msgstr "Előnézet:"
3414
 
3415
+ #: app/controller/javascript.php:543
3416
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3417
  msgstr "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3418
 
3419
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3420
  msgid "Ticketing Details"
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:549
3424
  msgid "Hide Ticketing Details"
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:550
3428
  msgid "Loading tickets details..."
3429
  msgstr ""
3430
 
3431
+ #: app/controller/javascript.php:551
3432
  msgid "Type and price"
3433
  msgstr ""
3434
 
3435
+ #: app/controller/javascript.php:552
3436
  msgid "Info"
3437
  msgstr ""
3438
 
language/all-in-one-event-calendar-id_ID.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr ""
2825
  msgid "month(s)"
2826
  msgstr ""
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr ""
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr ""
3018
  msgid "Week/Day view ends at"
3019
  msgstr ""
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr ""
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:638
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:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:674
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:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr ""
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr ""
3089
 
@@ -3180,15 +3187,15 @@ msgstr ""
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr ""
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr ""
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr ""
3383
  msgid "Loading&hellip;"
3384
  msgstr ""
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr ""
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr ""
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr ""
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr ""
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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 ""
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr ""
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr ""
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr ""
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-is.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr ""
2825
  msgid "month(s)"
2826
  msgstr ""
2827
 
2828
- #: app/model/settings.php:945
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:948
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:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr "Sýna allt"
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr ""
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr ""
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr ""
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr ""
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr ""
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr ""
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr ""
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3018,15 +3025,15 @@ msgstr "Viku/Dags yfirlit byrjar á"
3018
  msgid "Week/Day view ends at"
3019
  msgstr "Viku/Dags yfirlit endar á"
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr ""
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr ""
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr ""
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr ""
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr ""
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr ""
3053
 
3054
- #: app/model/settings.php:638
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:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr ""
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr ""
3065
 
3066
- #: app/model/settings.php:674
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:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr ""
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr ""
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr ""
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr ""
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr "Aðeins símar"
3089
 
@@ -3180,15 +3187,15 @@ msgstr "Tímasvæði"
3180
  msgid "Preselected calendar filters"
3181
  msgstr ""
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr ""
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr ""
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr "Netfang"
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr "Breyta"
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr ""
3383
  msgid "Loading&hellip;"
3384
  msgstr ""
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr ""
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr ""
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr ""
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr ""
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr ""
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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"
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr "Breyta"
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr ""
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr ""
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr ""
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-it_IT.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2827,19 +2834,19 @@ msgstr "ultimo"
2827
  msgid "month(s)"
2828
  msgstr "mese/i"
2829
 
2830
- #: app/model/settings.php:945
2831
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2832
  msgstr "<strong>Linka CSS</strong> nella <code>&lt;head&gt;</code> sezione quando la cache dei file non è disponibile."
2833
 
2834
- #: app/model/settings.php:948
2835
  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."
2836
  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."
2837
 
2838
- #: app/model/settings.php:960
2839
  msgid "Current <strong>robots.txt</strong> on this site"
2840
  msgstr "Attuale <strong>robots.txt</strong> su questo sito"
2841
 
2842
- #: app/model/settings.php:964
2843
  msgid ""
2844
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2845
  "\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 +2861,19 @@ msgstr ""
2854
  "→\t→\t→\t→\t→\t→\tcirca l'accesso a tutto il sito o parte di esso che è pubblicamente visibile.\n"
2855
  "→\t→\t→\t→\t→\t→\tPuoi cambiarlo manualmente modificando il file <code>robots.txt</code> nella root della tua directory di WordPress."
2856
 
2857
- #: app/model/settings.php:981
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>Pubblicizza, promuovi e condividi gli eventi</strong> segnati come pubblici sulla rete Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2860
 
2861
- #: app/model/settings.php:1004
2862
  msgid "Templates cache improves site performance"
2863
  msgstr "Cache dei modelli aumenta la performance del sito"
2864
 
2865
- #: app/model/settings.php:1017
2866
  msgid "Display events in <strong>calendar time zone</strong>"
2867
  msgstr "Visualizza eventi in <strong>calendar time zone</strong>"
2868
 
2869
- #: app/model/settings.php:1020
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 "Se questo checkbox è attivo gli eventi appaiono nella time zone del calendario con informazioni di zona visualizzati nella pagine dettaglio evento."
2872
 
@@ -2918,63 +2925,63 @@ msgstr "Vedi tutto"
2918
  msgid "Show All Authors"
2919
  msgstr "Visualizza tutti gli autori"
2920
 
2921
- #: app/model/settings.php:747
2922
  msgid "Strict compatibility content filtering"
2923
  msgstr "Compatibilità strict del filtro contenuto"
2924
 
2925
- #: app/model/settings.php:759
2926
  msgid " <strong>Hide featured image</strong> from event details page"
2927
  msgstr " <strong>Nascondi immagine pertinente</strong> dalla pagina dettagli eventi"
2928
 
2929
- #: app/model/settings.php:762
2930
  msgid "Select this option if your theme already displays each post's featured image."
2931
  msgstr "Seleziona questa opzione se il tuo tema mostra già le immagini caratteristiche di ogni post."
2932
 
2933
- #: app/model/settings.php:773
2934
  msgid "Input dates in this format"
2935
  msgstr "Immetti le date in questo formato"
2936
 
2937
- #: app/model/settings.php:778
2938
  msgid "Default (d/m/yyyy)"
2939
  msgstr "Predefinito (d/m/yyyy)"
2940
 
2941
- #: app/model/settings.php:782
2942
  msgid "US (m/d/yyyy)"
2943
  msgstr "US (m/d/yyyy)"
2944
 
2945
- #: app/model/settings.php:786
2946
  msgid "ISO 8601 (yyyy-m-d)"
2947
  msgstr "ISO 8601 (yyyy-m-d)"
2948
 
2949
- #: app/model/settings.php:790
2950
  msgid "Dotted (m.d.yyyy)"
2951
  msgstr "Puntato (m.d.yyyy)"
2952
 
2953
- #: app/model/settings.php:802
2954
  msgid " Use <strong>24h time</strong> in time pickers"
2955
  msgstr "Utilizza il formato <strong>24 ore</strong> nei time picker"
2956
 
2957
- #: app/model/settings.php:813
2958
  msgid "<strong>Disable address autocomplete</strong> function"
2959
  msgstr "Non usare la funzione <strong>auto-completa</strong>"
2960
 
2961
- #: app/model/settings.php:824
2962
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2963
  msgstr "Utilizza la <strong>regione configurata</strong> (impostazione WordPress) per influenzare la funzione di autocompletamento indirizzo."
2964
 
2965
- #: app/model/settings.php:840
2966
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2967
  msgstr " Visualizza il vecchio pulsante <strong>Pubblica il tuo Evento</strong> sopra il calendario a utenti privilegiati"
2968
 
2969
- #: app/model/settings.php:843
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 "Installa l'<a target=\"_blank\" href=\"http://time.ly/\">estensione interattiva di frontend</a> per il form<strong>Pubblica il tuo Evento</strong>."
2972
 
2973
- #: app/model/settings.php:864
2974
  msgid "Move calendar into this DOM element"
2975
  msgstr "Sposta calendario in questo elemento DOM"
2976
 
2977
- #: app/model/settings.php:866
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"
@@ -2994,23 +3001,23 @@ msgstr ""
2994
  "→\t→\t→\t→\t→\t→\tQualsiasi markup esistente trovato verrà rimpiazzato dal\n"
2995
  "→\t→\t→\t→\t→\t→\tCalendario."
2996
 
2997
- #: app/model/settings.php:885
2998
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2999
  msgstr "<strong>Salta <tt>in_the_loop()</tt> controllo </strong> che protegge contro output multipli del calendario"
3000
 
3001
- #: app/model/settings.php:888
3002
  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."
3003
  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."
3004
 
3005
- #: app/model/settings.php:900
3006
  msgid "Disable <strong>gzip</strong> compression."
3007
  msgstr "Disabilita compressione <strong>gzip</strong>."
3008
 
3009
- #: app/model/settings.php:915
3010
  msgid "Use frontend rendering."
3011
  msgstr "Utilizza rendering frontend."
3012
 
3013
- #: app/model/settings.php:918
3014
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3015
  msgstr "Renderizza le visuali di calendario sulla parte client anziché lato server; può aumentare le performance."
3016
 
@@ -3034,15 +3041,15 @@ msgstr "Visuale settimana/giorno inizia"
3034
  msgid "Week/Day view ends at"
3035
  msgstr "Visuale settimana/giorno finisce"
3036
 
3037
- #: app/model/settings.php:559
3038
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3039
  msgstr "<strong>A capo automatico nei riquadri</strong> in visuale Mese"
3040
 
3041
- #: app/model/settings.php:562
3042
  msgid "Only applies to events that span a single day."
3043
  msgstr "Si applica unicamente ad eventi che si intervallano in un giorno singolo."
3044
 
3045
- #: app/model/settings.php:574
3046
  msgid ""
3047
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3048
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3056,55 +3063,55 @@ msgstr ""
3056
  "→\t→\t→\t→\t→\t→\tvisuali stile Agenda</span>, <strong>includono tutti gli\n"
3057
  "→\t→\t→\t→\t→\t→\tdell'ultimo giorno mostrato</strong>"
3058
 
3059
- #: app/model/settings.php:590
3060
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3061
  msgstr "Mantieni tutti gli eventi <strong>estesi</strong> nella visuale Agenda"
3062
 
3063
- #: app/model/settings.php:602
3064
  msgid "<strong>Show year</strong> in calendar date labels"
3065
  msgstr "<strong>Visualizza anno</strong> nelle etichette data del Calendario"
3066
 
3067
- #: app/model/settings.php:614
3068
  msgid "<strong>Show location in event titles</strong> in calendar views"
3069
  msgstr "<strong>Mostra luogo nei titoli</strong> nella vista calendario"
3070
 
3071
- #: app/model/settings.php:626
3072
  msgid "<strong>Exclude</strong> events from search results"
3073
  msgstr "<strong>Escludi</strong> gli eventi dalle ricerche"
3074
 
3075
- #: app/model/settings.php:638
3076
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3077
  msgstr "Nascondi i pulsanti <strong>Sottoscrivi</strong>/<strong>Aggiungi al Calendario</strong> nel calendario e nelle visuali eventi singoli"
3078
 
3079
- #: app/model/settings.php:650
3080
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3081
  msgstr "Nascondi il bottone <strong>Get a Timely Calendar</strong>"
3082
 
3083
- #: app/model/settings.php:662
3084
  msgid " Hide <strong>Google Maps</strong> until clicked"
3085
  msgstr "Nascondi <strong>Google Maps</strong> finché cliccati"
3086
 
3087
- #: app/model/settings.php:674
3088
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3089
  msgstr " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3090
 
3091
- #: app/model/settings.php:677
3092
  msgid "Only applies to first visible calendar found on the page."
3093
  msgstr "Si applica solo al primo calendario mostrato nella pagina."
3094
 
3095
- #: app/model/settings.php:689
3096
  msgid "Offset affixed filter bar vertically by"
3097
  msgstr "Offset affixed filter bar vertically by"
3098
 
3099
- #: app/model/settings.php:704
3100
  msgid "Wide screens only (&#8805; 1200px)"
3101
  msgstr "Solo widescreen (&#8805; 1200px)"
3102
 
3103
- #: app/model/settings.php:719
3104
  msgid "Tablets only (< 980px)"
3105
  msgstr "Solo tablets (< 980px)"
3106
 
3107
- #: app/model/settings.php:734
3108
  msgid "Phones only (< 768px)"
3109
  msgstr "Solo telefoni (< 768px)"
3110
 
@@ -3201,15 +3208,15 @@ msgstr "Fuso orario"
3201
  msgid "Preselected calendar filters"
3202
  msgstr "Filtri calendario preselezionati"
3203
 
3204
- #: app/controller/javascript.php:581
3205
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3206
  msgstr "Qualcosa è andato storto nella ricerca dell'evento. <br>Lo stato della richiesta è: %STATUS% <br>Questo è l'errore: %ERROR%"
3207
 
3208
- #: app/controller/javascript.php:590
3209
  msgid "The end date can't be earlier than the start date."
3210
  msgstr "La data finale non può essere antecedente alla data iniziale"
3211
 
3212
- #: app/controller/javascript.php:591
3213
  msgid "For week and day view, you must select an interval of at least 6 hours."
3214
  msgstr "Per la visuale settimanale e giornaliera, devi selezionare un intervallo di almeno 6 ore."
3215
 
@@ -3233,11 +3240,11 @@ msgstr "Non è stato possibile aggiornare l'Evento su Timel.ly Ticketing"
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:162
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:153
3241
  msgid "Payment preferences were saved."
3242
  msgstr "Le preferenze di pagamento sono state salvate."
3243
 
@@ -3265,94 +3272,94 @@ msgstr "Vendita chiusa"
3265
  msgid "Sold out"
3266
  msgstr "Esaurito"
3267
 
3268
- #: app/controller/javascript.php:553
3269
  msgid "Report"
3270
  msgstr "Rapporto"
3271
 
3272
- #: app/controller/javascript.php:554
3273
  msgid "Sale dates"
3274
  msgstr "Date di vendita"
3275
 
3276
- #: app/controller/javascript.php:555
3277
  msgid "Limits"
3278
  msgstr "Limiti"
3279
 
3280
- #: app/controller/javascript.php:556
3281
  msgid "Actions"
3282
  msgstr "Azioni"
3283
 
3284
- #: app/controller/javascript.php:557
3285
  msgid "Sold:"
3286
  msgstr "Venduto:"
3287
 
3288
- #: app/controller/javascript.php:558
3289
  msgid "Left:"
3290
  msgstr "Manca:"
3291
 
3292
- #: app/controller/javascript.php:559
3293
  msgid "Start:"
3294
  msgstr "Inizia:"
3295
 
3296
- #: app/controller/javascript.php:560
3297
  msgid "End:"
3298
  msgstr "Finisce:"
3299
 
3300
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3301
  msgid "Min:"
3302
  msgstr "Min:"
3303
 
3304
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3305
  msgid "Max:"
3306
  msgstr "Max:"
3307
 
3308
- #: app/controller/javascript.php:563
3309
  msgid "Attendees"
3310
  msgstr "Partecipanti"
3311
 
3312
- #: app/controller/javascript.php:564
3313
  msgid "Hide Attendees"
3314
  msgstr "Nascondi partecipanti"
3315
 
3316
- #: app/controller/javascript.php:565
3317
  msgid "Attendees List"
3318
  msgstr "Lista partecipanti"
3319
 
3320
- #: app/controller/javascript.php:566
3321
  msgid "Guest Name"
3322
  msgstr "Nome ospite"
3323
 
3324
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3325
  msgid "Status"
3326
  msgstr "Stato"
3327
 
3328
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3329
  #: app/view/event/ticket.php:71
3330
  msgid "Email"
3331
  msgstr "E-mail"
3332
 
3333
- #: app/controller/javascript.php:569
3334
  msgid "No attendees for this ticket type."
3335
  msgstr "Nessun partecipante per questo tipo di ticket"
3336
 
3337
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3338
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3339
  msgid "Edit"
3340
  msgstr "Modifica"
3341
 
3342
- #: app/controller/javascript.php:571
3343
  msgid "Code"
3344
  msgstr "Codice"
3345
 
3346
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3347
  #: public/admin/box_event_cost.php:308
3348
  msgid "Unlimited"
3349
  msgstr "Illimitato"
3350
 
3351
- #: app/controller/javascript.php:578
3352
  msgid "Your message has been sent. Thank you for your feedback."
3353
  msgstr "Il tuo messaggio è stato spedito. Grazie per il tuo feedback."
3354
 
3355
- #: app/controller/javascript.php:579
3356
  msgid "Your message has not been sent. Please try again or contact us."
3357
  msgstr "Il tuo messaggio non è stato spedito. Prova ancora più tardi o contattaci."
3358
 
@@ -3404,31 +3411,31 @@ msgstr "Ricorda che gli URL devono iniziare con \"http://\" o \"https://\"."
3404
  msgid "Loading&hellip;"
3405
  msgstr "Sto caricando&hellip;"
3406
 
3407
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3408
  msgid "Preview:"
3409
  msgstr "Anteprima:"
3410
 
3411
- #: app/controller/javascript.php:542
3412
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3413
  msgstr "Caricamento anteprima&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3414
 
3415
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3416
  msgid "Ticketing Details"
3417
  msgstr "Dettagli Ticketing"
3418
 
3419
- #: app/controller/javascript.php:548
3420
  msgid "Hide Ticketing Details"
3421
  msgstr "Nascondi dettagli Ticketing"
3422
 
3423
- #: app/controller/javascript.php:549
3424
  msgid "Loading tickets details..."
3425
  msgstr "Caricamento dettagli tickets..."
3426
 
3427
- #: app/controller/javascript.php:550
3428
  msgid "Type and price"
3429
  msgstr "Tipo e prezzo"
3430
 
3431
- #: app/controller/javascript.php:551
3432
  msgid "Info"
3433
  msgstr "Info"
3434
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3208
  msgid "Preselected calendar filters"
3209
  msgstr "Filtri calendario preselezionati"
3210
 
3211
+ #: app/controller/javascript.php:582
3212
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3213
  msgstr "Qualcosa è andato storto nella ricerca dell'evento. <br>Lo stato della richiesta è: %STATUS% <br>Questo è l'errore: %ERROR%"
3214
 
3215
+ #: app/controller/javascript.php:591
3216
  msgid "The end date can't be earlier than the start date."
3217
  msgstr "La data finale non può essere antecedente alla data iniziale"
3218
 
3219
+ #: app/controller/javascript.php:592
3220
  msgid "For week and day view, you must select an interval of at least 6 hours."
3221
  msgstr "Per la visuale settimanale e giornaliera, devi selezionare un intervallo di almeno 6 ore."
3222
 
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
 
3272
  msgid "Sold out"
3273
  msgstr "Esaurito"
3274
 
3275
+ #: app/controller/javascript.php:554
3276
  msgid "Report"
3277
  msgstr "Rapporto"
3278
 
3279
+ #: app/controller/javascript.php:555
3280
  msgid "Sale dates"
3281
  msgstr "Date di vendita"
3282
 
3283
+ #: app/controller/javascript.php:556
3284
  msgid "Limits"
3285
  msgstr "Limiti"
3286
 
3287
+ #: app/controller/javascript.php:557
3288
  msgid "Actions"
3289
  msgstr "Azioni"
3290
 
3291
+ #: app/controller/javascript.php:558
3292
  msgid "Sold:"
3293
  msgstr "Venduto:"
3294
 
3295
+ #: app/controller/javascript.php:559
3296
  msgid "Left:"
3297
  msgstr "Manca:"
3298
 
3299
+ #: app/controller/javascript.php:560
3300
  msgid "Start:"
3301
  msgstr "Inizia:"
3302
 
3303
+ #: app/controller/javascript.php:561
3304
  msgid "End:"
3305
  msgstr "Finisce:"
3306
 
3307
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3308
  msgid "Min:"
3309
  msgstr "Min:"
3310
 
3311
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3312
  msgid "Max:"
3313
  msgstr "Max:"
3314
 
3315
+ #: app/controller/javascript.php:564
3316
  msgid "Attendees"
3317
  msgstr "Partecipanti"
3318
 
3319
+ #: app/controller/javascript.php:565
3320
  msgid "Hide Attendees"
3321
  msgstr "Nascondi partecipanti"
3322
 
3323
+ #: app/controller/javascript.php:566
3324
  msgid "Attendees List"
3325
  msgstr "Lista partecipanti"
3326
 
3327
+ #: app/controller/javascript.php:567
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"
3339
 
3340
+ #: app/controller/javascript.php:570
3341
  msgid "No attendees for this ticket type."
3342
  msgstr "Nessun partecipante per questo tipo di ticket"
3343
 
3344
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3345
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3346
  msgid "Edit"
3347
  msgstr "Modifica"
3348
 
3349
+ #: app/controller/javascript.php:572
3350
  msgid "Code"
3351
  msgstr "Codice"
3352
 
3353
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3354
  #: public/admin/box_event_cost.php:308
3355
  msgid "Unlimited"
3356
  msgstr "Illimitato"
3357
 
3358
+ #: app/controller/javascript.php:579
3359
  msgid "Your message has been sent. Thank you for your feedback."
3360
  msgstr "Il tuo messaggio è stato spedito. Grazie per il tuo feedback."
3361
 
3362
+ #: app/controller/javascript.php:580
3363
  msgid "Your message has not been sent. Please try again or contact us."
3364
  msgstr "Il tuo messaggio non è stato spedito. Prova ancora più tardi o contattaci."
3365
 
3411
  msgid "Loading&hellip;"
3412
  msgstr "Sto caricando&hellip;"
3413
 
3414
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3415
  msgid "Preview:"
3416
  msgstr "Anteprima:"
3417
 
3418
+ #: app/controller/javascript.php:543
3419
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3420
  msgstr "Caricamento anteprima&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3421
 
3422
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3423
  msgid "Ticketing Details"
3424
  msgstr "Dettagli Ticketing"
3425
 
3426
+ #: app/controller/javascript.php:549
3427
  msgid "Hide Ticketing Details"
3428
  msgstr "Nascondi dettagli Ticketing"
3429
 
3430
+ #: app/controller/javascript.php:550
3431
  msgid "Loading tickets details..."
3432
  msgstr "Caricamento dettagli tickets..."
3433
 
3434
+ #: app/controller/javascript.php:551
3435
  msgid "Type and price"
3436
  msgstr "Tipo e prezzo"
3437
 
3438
+ #: app/controller/javascript.php:552
3439
  msgid "Info"
3440
  msgstr "Info"
3441
 
language/all-in-one-event-calendar-ja.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2824,19 +2831,19 @@ msgstr "最後の"
2824
  msgid "month(s)"
2825
  msgstr "月"
2826
 
2827
- #: app/model/settings.php:945
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:948
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をインラインで出力するよりもリンクとして提供した方が良い場合は、このオプションを使用してください。"
2834
 
2835
- #: app/model/settings.php:960
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "このサイトの現在の<strong>robots.txt</strong>"
2838
 
2839
- #: app/model/settings.php:964
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,19 +2857,19 @@ msgstr ""
2850
  "\\t\\t\\t\\t\\t\\t(公には見えるものだったとしても)の全部または一部にアクセスすることについての、約束事です。\n"
2851
  "\\t\\t\\t\\t\\t\\tあなたのルートWordPressディレクトリの <code>robots.txt</code>を編集することで、手作業で変更できます。"
2852
 
2853
- #: app/model/settings.php:981
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 "Timely ネットワーク上で、パブリックとマークされた<strong>イベントを周知し宣伝し共有する</strong> (<a href=\"%s\" target=\"_blank\">詳細 &#187;</a>)"
2856
 
2857
- #: app/model/settings.php:1004
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "テンプレートキャッシュはサイトのパフォーマンスを向上させます"
2860
 
2861
- #: app/model/settings.php:1017
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1020
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
 
@@ -2914,65 +2921,65 @@ msgstr "すべて表示"
2914
  msgid "Show All Authors"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:747
2918
  msgid "Strict compatibility content filtering"
2919
  msgstr "厳密な互換性の、コンテントフィルタリング"
2920
 
2921
- #: app/model/settings.php:759
2922
  msgid " <strong>Hide featured image</strong> from event details page"
2923
  msgstr "イベントの詳細ページから <strong>アイキャッチ画像を隠す</strong>"
2924
 
2925
- #: app/model/settings.php:762
2926
  msgid "Select this option if your theme already displays each post's featured image."
2927
  msgstr "もし、テーマがすでにそれぞれの投稿のアイキャッチ画像を表示しているなら、このオプションを選択してください。"
2928
 
2929
- #: app/model/settings.php:773
2930
  msgid "Input dates in this format"
2931
  msgstr "日付をこの形式で入力してください。"
2932
 
2933
- #: app/model/settings.php:778
2934
  msgid "Default (d/m/yyyy)"
2935
  msgstr "デフォルト (d/m/yyyy)"
2936
 
2937
- #: app/model/settings.php:782
2938
  msgid "US (m/d/yyyy)"
2939
  msgstr "US (m/d/yyyy)"
2940
 
2941
- #: app/model/settings.php:786
2942
  msgid "ISO 8601 (yyyy-m-d)"
2943
  msgstr "ISO 8601 (yyyy-m-d)"
2944
 
2945
- #: app/model/settings.php:790
2946
  msgid "Dotted (m.d.yyyy)"
2947
  msgstr "ドット区切り (m.d.yyyy)"
2948
 
2949
- #: app/model/settings.php:802
2950
  msgid " Use <strong>24h time</strong> in time pickers"
2951
  msgstr "時間選択で<strong>24時間制</strong>を使う"
2952
 
2953
- #: app/model/settings.php:813
2954
  msgid "<strong>Disable address autocomplete</strong> function"
2955
  msgstr "<strong>住所のオートコンプリートを無効にする</strong>"
2956
 
2957
- #: app/model/settings.php:824
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:840
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:843
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 ""
2968
  "<a target=\"_blank\" href=\"http://time.ly/\">インタラクティヴフロントエンド拡張機能</a>をインストールする\n"
2969
  "<strong>「あなたのイベントを投稿」フォーム</strong>のために"
2970
 
2971
- #: app/model/settings.php:864
2972
  msgid "Move calendar into this DOM element"
2973
  msgstr "カレンダーをこのDOMエレメント内に移動する"
2974
 
2975
- #: app/model/settings.php:866
2976
  msgid ""
2977
  "Optional. Use this JavaScript-based shortcut to place the\n"
2978
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2991,23 +2998,23 @@ msgstr ""
2991
  "\\t\\t\\t\\t\\t\\tjQueryセレクタ</a>を入力してください。対象内の、どんな既存のマークアップも、\n"
2992
  "\\t\\t\\t\\t\\t\\tカレンダーで置き換えられます。"
2993
 
2994
- #: app/model/settings.php:885
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:888
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:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "<strong>gzip</strong>圧縮を無効にする。"
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr "フロントエンドレンダリングを使う"
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "カレンダー表示を、サーバではなくクライアント側でレンダリングする;パフォーマンスが改善するかもしれません。"
3013
 
@@ -3031,15 +3038,15 @@ msgstr "週/日 表示はここから開始"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "週/日 表示はここで終了"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "月間表示の<strong>イベントスタブで単語の途中で折り返させない</strong>"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "一日のみのイベントにだけ有効"
3041
 
3042
- #: app/model/settings.php:574
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 +3060,55 @@ msgstr ""
3053
  "→\t→\t→\t→\t→\t→\t日程表系の表示</span>で、<strong>最後の日までの\n"
3054
  "→\t→\t→\t→\t→\t→\tすべてのイベントを表示</strong>"
3055
 
3056
- #: app/model/settings.php:590
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "日程表表示ですべてのイベントを<strong>開いた状態に</strong>しておく"
3059
 
3060
- #: app/model/settings.php:602
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "カレンダーの日付ラベルに<strong>年を表示する</strong>"
3063
 
3064
- #: app/model/settings.php:614
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "カレンダーの表示で、<strong>イベントのタイトルに場所を表示する</strong>"
3067
 
3068
- #: app/model/settings.php:626
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "イベントを検索結果から<strong>除外する</strong>"
3071
 
3072
- #: app/model/settings.php:638
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:650
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr "<strong>Timely Calendarを入手</strong> ボタンを隠す"
3079
 
3080
- #: app/model/settings.php:662
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "クリックされるまで<strong>Googleマップ</strong>を隠す"
3083
 
3084
- #: app/model/settings.php:674
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:677
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "ページ上で見つかった最初の表示されているカレンダーにのみ適用する。"
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "追従のフィルターバーを垂直方向に補正する"
3095
 
3096
- #: app/model/settings.php:704
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "幅の広いスクリーンのみ (&#8805; 1200px)"
3099
 
3100
- #: app/model/settings.php:719
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "タブレットのみ (< 980px)"
3103
 
3104
- #: app/model/settings.php:734
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "電話のみ (< 768px)"
3107
 
@@ -3194,15 +3201,15 @@ msgstr "タイムゾーン"
3194
  msgid "Preselected calendar filters"
3195
  msgstr "カレンダーの予め選択されたフィルター"
3196
 
3197
- #: app/controller/javascript.php:581
3198
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3199
  msgstr "イベントの取得中に何かがうまくいきませんでした。<br>リクエストステータス: %STATUS% <br>返されたエラー: %ERROR%"
3200
 
3201
- #: app/controller/javascript.php:590
3202
  msgid "The end date can't be earlier than the start date."
3203
  msgstr "終了日は開始日より早くはできません。"
3204
 
3205
- #: app/controller/javascript.php:591
3206
  msgid "For week and day view, you must select an interval of at least 6 hours."
3207
  msgstr "週表示と日表示では、最低6時間のインターバルを選ばなくてはなりません。"
3208
 
@@ -3226,11 +3233,11 @@ msgstr ""
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:162
3230
  msgid "Payment preferences were not saved."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:153
3234
  msgid "Payment preferences were saved."
3235
  msgstr ""
3236
 
@@ -3258,94 +3265,94 @@ msgstr ""
3258
  msgid "Sold out"
3259
  msgstr ""
3260
 
3261
- #: app/controller/javascript.php:553
3262
  msgid "Report"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:554
3266
  msgid "Sale dates"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:555
3270
  msgid "Limits"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:556
3274
  msgid "Actions"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:557
3278
  msgid "Sold:"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:558
3282
  msgid "Left:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:559
3286
  msgid "Start:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:560
3290
  msgid "End:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3294
  msgid "Min:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3298
  msgid "Max:"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:563
3302
  msgid "Attendees"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:564
3306
  msgid "Hide Attendees"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:565
3310
  msgid "Attendees List"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:566
3314
  msgid "Guest Name"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3318
  msgid "Status"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3322
  #: app/view/event/ticket.php:71
3323
  msgid "Email"
3324
  msgstr "Eメール"
3325
 
3326
- #: app/controller/javascript.php:569
3327
  msgid "No attendees for this ticket type."
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3331
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3332
  msgid "Edit"
3333
  msgstr "編集"
3334
 
3335
- #: app/controller/javascript.php:571
3336
  msgid "Code"
3337
  msgstr ""
3338
 
3339
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3340
  #: public/admin/box_event_cost.php:308
3341
  msgid "Unlimited"
3342
  msgstr ""
3343
 
3344
- #: app/controller/javascript.php:578
3345
  msgid "Your message has been sent. Thank you for your feedback."
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:579
3349
  msgid "Your message has not been sent. Please try again or contact us."
3350
  msgstr ""
3351
 
@@ -3397,31 +3404,31 @@ msgstr "URLは\"http://\" か \"https://\"のどちらかで始まらなくて
3397
  msgid "Loading&hellip;"
3398
  msgstr "ロード中…"
3399
 
3400
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3401
  msgid "Preview:"
3402
  msgstr "プレビュー:"
3403
 
3404
- #: app/controller/javascript.php:542
3405
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3406
  msgstr "プレビューのロード中&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3407
 
3408
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3409
  msgid "Ticketing Details"
3410
  msgstr ""
3411
 
3412
- #: app/controller/javascript.php:548
3413
  msgid "Hide Ticketing Details"
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:549
3417
  msgid "Loading tickets details..."
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:550
3421
  msgid "Type and price"
3422
  msgstr ""
3423
 
3424
- #: app/controller/javascript.php:551
3425
  msgid "Info"
3426
  msgstr ""
3427
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\\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
 
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
  "\\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
 
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
  "→\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
 
3201
  msgid "Preselected calendar filters"
3202
  msgstr "カレンダーの予め選択されたフィルター"
3203
 
3204
+ #: app/controller/javascript.php:582
3205
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3206
  msgstr "イベントの取得中に何かがうまくいきませんでした。<br>リクエストステータス: %STATUS% <br>返されたエラー: %ERROR%"
3207
 
3208
+ #: app/controller/javascript.php:591
3209
  msgid "The end date can't be earlier than the start date."
3210
  msgstr "終了日は開始日より早くはできません。"
3211
 
3212
+ #: app/controller/javascript.php:592
3213
  msgid "For week and day view, you must select an interval of at least 6 hours."
3214
  msgstr "週表示と日表示では、最低6時間のインターバルを選ばなくてはなりません。"
3215
 
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
 
3265
  msgid "Sold out"
3266
  msgstr ""
3267
 
3268
+ #: app/controller/javascript.php:554
3269
  msgid "Report"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:555
3273
  msgid "Sale dates"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:556
3277
  msgid "Limits"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:557
3281
  msgid "Actions"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:558
3285
  msgid "Sold:"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:559
3289
  msgid "Left:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:560
3293
  msgid "Start:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:561
3297
  msgid "End:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3301
  msgid "Min:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3305
  msgid "Max:"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:564
3309
  msgid "Attendees"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:565
3313
  msgid "Hide Attendees"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:566
3317
  msgid "Attendees List"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:567
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メール"
3332
 
3333
+ #: app/controller/javascript.php:570
3334
  msgid "No attendees for this ticket type."
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3338
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3339
  msgid "Edit"
3340
  msgstr "編集"
3341
 
3342
+ #: app/controller/javascript.php:572
3343
  msgid "Code"
3344
  msgstr ""
3345
 
3346
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3347
  #: public/admin/box_event_cost.php:308
3348
  msgid "Unlimited"
3349
  msgstr ""
3350
 
3351
+ #: app/controller/javascript.php:579
3352
  msgid "Your message has been sent. Thank you for your feedback."
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:580
3356
  msgid "Your message has not been sent. Please try again or contact us."
3357
  msgstr ""
3358
 
3404
  msgid "Loading&hellip;"
3405
  msgstr "ロード中…"
3406
 
3407
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3408
  msgid "Preview:"
3409
  msgstr "プレビュー:"
3410
 
3411
+ #: app/controller/javascript.php:543
3412
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3413
  msgstr "プレビューのロード中&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3414
 
3415
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3416
  msgid "Ticketing Details"
3417
  msgstr ""
3418
 
3419
+ #: app/controller/javascript.php:549
3420
  msgid "Hide Ticketing Details"
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:550
3424
  msgid "Loading tickets details..."
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:551
3428
  msgid "Type and price"
3429
  msgstr ""
3430
 
3431
+ #: app/controller/javascript.php:552
3432
  msgid "Info"
3433
  msgstr ""
3434
 
language/all-in-one-event-calendar-lv.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2826,19 +2833,19 @@ msgstr "pēdējais"
2826
  msgid "month(s)"
2827
  msgstr "mēnesis(ši)"
2828
 
2829
- #: app/model/settings.php:945
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr ""
2832
 
2833
- #: app/model/settings.php:948
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 ""
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr "Patreizējais <strong>robots.txt</strong> šajā vietnē"
2840
 
2841
- #: app/model/settings.php:964
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,19 +2854,19 @@ msgid ""
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:981
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>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>)"
2853
 
2854
- #: app/model/settings.php:1004
2855
  msgid "Templates cache improves site performance"
2856
  msgstr "Šablonu kešs uzlabo vietnes veiktspēju"
2857
 
2858
- #: app/model/settings.php:1017
2859
  msgid "Display events in <strong>calendar time zone</strong>"
2860
  msgstr ""
2861
 
2862
- #: app/model/settings.php:1020
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
 
@@ -2911,63 +2918,63 @@ msgstr "Rādīt visu"
2911
  msgid "Show All Authors"
2912
  msgstr ""
2913
 
2914
- #: app/model/settings.php:747
2915
  msgid "Strict compatibility content filtering"
2916
  msgstr "Striktas savietojamības satura filtrēšana"
2917
 
2918
- #: app/model/settings.php:759
2919
  msgid " <strong>Hide featured image</strong> from event details page"
2920
  msgstr " <strong>Slēpt raksturīgo attēlu</strong> pasākumu detaļu lapā"
2921
 
2922
- #: app/model/settings.php:762
2923
  msgid "Select this option if your theme already displays each post's featured image."
2924
  msgstr "Izvēlēties šo opciju, ja Jūsu kažociņš jau attēlo katra raksta raksturīgo attēlu."
2925
 
2926
- #: app/model/settings.php:773
2927
  msgid "Input dates in this format"
2928
  msgstr "Ievadīt datumus šādā formātā"
2929
 
2930
- #: app/model/settings.php:778
2931
  msgid "Default (d/m/yyyy)"
2932
  msgstr "Noklusētais (d/m/yyyy)"
2933
 
2934
- #: app/model/settings.php:782
2935
  msgid "US (m/d/yyyy)"
2936
  msgstr "US (m/d/yyyy)"
2937
 
2938
- #: app/model/settings.php:786
2939
  msgid "ISO 8601 (yyyy-m-d)"
2940
  msgstr "ISO 8601 (yyyy-m-d)"
2941
 
2942
- #: app/model/settings.php:790
2943
  msgid "Dotted (m.d.yyyy)"
2944
  msgstr "Ar punktiem (m.d.yyyy)"
2945
 
2946
- #: app/model/settings.php:802
2947
  msgid " Use <strong>24h time</strong> in time pickers"
2948
  msgstr "Laiku atlasītājos lietot <strong>24h laiku</strong>"
2949
 
2950
- #: app/model/settings.php:813
2951
  msgid "<strong>Disable address autocomplete</strong> function"
2952
  msgstr "<strong>Izslēgt adreses autopabeigšanas</strong> funkciju"
2953
 
2954
- #: app/model/settings.php:824
2955
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2956
  msgstr ""
2957
 
2958
- #: app/model/settings.php:840
2959
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2960
  msgstr "Rādīt veco <strong>Publicēt Jūsu pasākumu</strong> pogu virs kalendāra priviliģētiem lietotājiem"
2961
 
2962
- #: app/model/settings.php:843
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:864
2967
  msgid "Move calendar into this DOM element"
2968
  msgstr "Pārvietot kalendāru šajā DOM elementā"
2969
 
2970
- #: app/model/settings.php:866
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,23 +2986,23 @@ msgid ""
2979
  "\t\t\t\t\t\tby the calendar."
2980
  msgstr ""
2981
 
2982
- #: app/model/settings.php:885
2983
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2984
  msgstr "<strong>Izlaist <tt>in_the_loop()</tt> pārbaudi </strong>, kas aizsargās no daudzkārtējas kalendāra izvades"
2985
 
2986
- #: app/model/settings.php:888
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 "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."
2989
 
2990
- #: app/model/settings.php:900
2991
  msgid "Disable <strong>gzip</strong> compression."
2992
  msgstr "Izslēgt <strong>gzip</strong> saspiešanu."
2993
 
2994
- #: app/model/settings.php:915
2995
  msgid "Use frontend rendering."
2996
  msgstr ""
2997
 
2998
- #: app/model/settings.php:918
2999
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3000
  msgstr ""
3001
 
@@ -3019,15 +3026,15 @@ msgstr "Nedēļa/Diena sākas"
3019
  msgid "Week/Day view ends at"
3020
  msgstr "Nedēļa/Diena beidzas"
3021
 
3022
- #: app/model/settings.php:559
3023
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3024
  msgstr ""
3025
 
3026
- #: app/model/settings.php:562
3027
  msgid "Only applies to events that span a single day."
3028
  msgstr "Attiecas tikai uz notikumiem, kas ilgst vienu dienu."
3029
 
3030
- #: app/model/settings.php:574
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,55 +3043,55 @@ msgid ""
3036
  "\t\t\t\t\t\tfrom last day shown</strong>"
3037
  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>"
3038
 
3039
- #: app/model/settings.php:590
3040
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3041
  msgstr "Dienaskārtības skatā rādīt visus pasākumus <strong>izvērstus</strong>"
3042
 
3043
- #: app/model/settings.php:602
3044
  msgid "<strong>Show year</strong> in calendar date labels"
3045
  msgstr "<strong>Rādīt gadu</strong> kalendāra datumu etiķetēs"
3046
 
3047
- #: app/model/settings.php:614
3048
  msgid "<strong>Show location in event titles</strong> in calendar views"
3049
  msgstr "<strong>Pasākumu virsrakstos rādīt vietu</strong> kalendāra skatos"
3050
 
3051
- #: app/model/settings.php:626
3052
  msgid "<strong>Exclude</strong> events from search results"
3053
  msgstr "<strong>Izņemt</strong> pasākumus no meklēšanas rezultātiem"
3054
 
3055
- #: app/model/settings.php:638
3056
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3057
  msgstr "Slēpt <strong>Parakstīties</strong>/<strong>Pievienot kalendāram</strong> pogas kalendāra in viena pasākuma skatos"
3058
 
3059
- #: app/model/settings.php:650
3060
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3061
  msgstr ""
3062
 
3063
- #: app/model/settings.php:662
3064
  msgid " Hide <strong>Google Maps</strong> until clicked"
3065
  msgstr "Slēpt <strong>Google kartes</strong> līdz uzklikšķināšanai"
3066
 
3067
- #: app/model/settings.php:674
3068
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3069
  msgstr ""
3070
 
3071
- #: app/model/settings.php:677
3072
  msgid "Only applies to first visible calendar found on the page."
3073
  msgstr "Tiks piešķirts tikai lapā atrodamajam pirmajam kalendāram."
3074
 
3075
- #: app/model/settings.php:689
3076
  msgid "Offset affixed filter bar vertically by"
3077
  msgstr ""
3078
 
3079
- #: app/model/settings.php:704
3080
  msgid "Wide screens only (&#8805; 1200px)"
3081
  msgstr "Tikai platekrāniem (&#8805; 1200px)"
3082
 
3083
- #: app/model/settings.php:719
3084
  msgid "Tablets only (< 980px)"
3085
  msgstr "Tikai planšetes (< 980px)"
3086
 
3087
- #: app/model/settings.php:734
3088
  msgid "Phones only (< 768px)"
3089
  msgstr "Tikai tālruņi (< 768px)"
3090
 
@@ -3185,15 +3192,15 @@ msgstr "Laika zona"
3185
  msgid "Preselected calendar filters"
3186
  msgstr "Iepriekšizvēlētie kalendāra filtri"
3187
 
3188
- #: app/controller/javascript.php:581
3189
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3190
  msgstr ""
3191
 
3192
- #: app/controller/javascript.php:590
3193
  msgid "The end date can't be earlier than the start date."
3194
  msgstr ""
3195
 
3196
- #: app/controller/javascript.php:591
3197
  msgid "For week and day view, you must select an interval of at least 6 hours."
3198
  msgstr ""
3199
 
@@ -3217,11 +3224,11 @@ msgstr ""
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:162
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:153
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
@@ -3249,94 +3256,94 @@ msgstr ""
3249
  msgid "Sold out"
3250
  msgstr ""
3251
 
3252
- #: app/controller/javascript.php:553
3253
  msgid "Report"
3254
  msgstr ""
3255
 
3256
- #: app/controller/javascript.php:554
3257
  msgid "Sale dates"
3258
  msgstr ""
3259
 
3260
- #: app/controller/javascript.php:555
3261
  msgid "Limits"
3262
  msgstr ""
3263
 
3264
- #: app/controller/javascript.php:556
3265
  msgid "Actions"
3266
  msgstr ""
3267
 
3268
- #: app/controller/javascript.php:557
3269
  msgid "Sold:"
3270
  msgstr ""
3271
 
3272
- #: app/controller/javascript.php:558
3273
  msgid "Left:"
3274
  msgstr ""
3275
 
3276
- #: app/controller/javascript.php:559
3277
  msgid "Start:"
3278
  msgstr ""
3279
 
3280
- #: app/controller/javascript.php:560
3281
  msgid "End:"
3282
  msgstr ""
3283
 
3284
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3285
  msgid "Min:"
3286
  msgstr ""
3287
 
3288
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3289
  msgid "Max:"
3290
  msgstr ""
3291
 
3292
- #: app/controller/javascript.php:563
3293
  msgid "Attendees"
3294
  msgstr ""
3295
 
3296
- #: app/controller/javascript.php:564
3297
  msgid "Hide Attendees"
3298
  msgstr ""
3299
 
3300
- #: app/controller/javascript.php:565
3301
  msgid "Attendees List"
3302
  msgstr ""
3303
 
3304
- #: app/controller/javascript.php:566
3305
  msgid "Guest Name"
3306
  msgstr ""
3307
 
3308
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3309
  msgid "Status"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3313
  #: app/view/event/ticket.php:71
3314
  msgid "Email"
3315
  msgstr "E-pasts"
3316
 
3317
- #: app/controller/javascript.php:569
3318
  msgid "No attendees for this ticket type."
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3322
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3323
  msgid "Edit"
3324
  msgstr "Labot"
3325
 
3326
- #: app/controller/javascript.php:571
3327
  msgid "Code"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3331
  #: public/admin/box_event_cost.php:308
3332
  msgid "Unlimited"
3333
  msgstr ""
3334
 
3335
- #: app/controller/javascript.php:578
3336
  msgid "Your message has been sent. Thank you for your feedback."
3337
  msgstr ""
3338
 
3339
- #: app/controller/javascript.php:579
3340
  msgid "Your message has not been sent. Please try again or contact us."
3341
  msgstr ""
3342
 
@@ -3388,31 +3395,31 @@ msgstr "Atcerieties, ka URLs jāsākas ar vai nu \"http://\" vai \"https://\"."
3388
  msgid "Loading&hellip;"
3389
  msgstr ""
3390
 
3391
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3392
  msgid "Preview:"
3393
  msgstr "Priekšskats:"
3394
 
3395
- #: app/controller/javascript.php:542
3396
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3397
  msgstr "Ielādē priekšskatu&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3398
 
3399
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3400
  msgid "Ticketing Details"
3401
  msgstr ""
3402
 
3403
- #: app/controller/javascript.php:548
3404
  msgid "Hide Ticketing Details"
3405
  msgstr ""
3406
 
3407
- #: app/controller/javascript.php:549
3408
  msgid "Loading tickets details..."
3409
  msgstr ""
3410
 
3411
- #: app/controller/javascript.php:550
3412
  msgid "Type and price"
3413
  msgstr ""
3414
 
3415
- #: app/controller/javascript.php:551
3416
  msgid "Info"
3417
  msgstr ""
3418
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3192
  msgid "Preselected calendar filters"
3193
  msgstr "Iepriekšizvēlētie kalendāra filtri"
3194
 
3195
+ #: app/controller/javascript.php:582
3196
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3197
  msgstr ""
3198
 
3199
+ #: app/controller/javascript.php:591
3200
  msgid "The end date can't be earlier than the start date."
3201
  msgstr ""
3202
 
3203
+ #: app/controller/javascript.php:592
3204
  msgid "For week and day view, you must select an interval of at least 6 hours."
3205
  msgstr ""
3206
 
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
 
3256
  msgid "Sold out"
3257
  msgstr ""
3258
 
3259
+ #: app/controller/javascript.php:554
3260
  msgid "Report"
3261
  msgstr ""
3262
 
3263
+ #: app/controller/javascript.php:555
3264
  msgid "Sale dates"
3265
  msgstr ""
3266
 
3267
+ #: app/controller/javascript.php:556
3268
  msgid "Limits"
3269
  msgstr ""
3270
 
3271
+ #: app/controller/javascript.php:557
3272
  msgid "Actions"
3273
  msgstr ""
3274
 
3275
+ #: app/controller/javascript.php:558
3276
  msgid "Sold:"
3277
  msgstr ""
3278
 
3279
+ #: app/controller/javascript.php:559
3280
  msgid "Left:"
3281
  msgstr ""
3282
 
3283
+ #: app/controller/javascript.php:560
3284
  msgid "Start:"
3285
  msgstr ""
3286
 
3287
+ #: app/controller/javascript.php:561
3288
  msgid "End:"
3289
  msgstr ""
3290
 
3291
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3292
  msgid "Min:"
3293
  msgstr ""
3294
 
3295
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3296
  msgid "Max:"
3297
  msgstr ""
3298
 
3299
+ #: app/controller/javascript.php:564
3300
  msgid "Attendees"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:565
3304
  msgid "Hide Attendees"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:566
3308
  msgid "Attendees List"
3309
  msgstr ""
3310
 
3311
+ #: app/controller/javascript.php:567
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"
3323
 
3324
+ #: app/controller/javascript.php:570
3325
  msgid "No attendees for this ticket type."
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3329
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3330
  msgid "Edit"
3331
  msgstr "Labot"
3332
 
3333
+ #: app/controller/javascript.php:572
3334
  msgid "Code"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3338
  #: public/admin/box_event_cost.php:308
3339
  msgid "Unlimited"
3340
  msgstr ""
3341
 
3342
+ #: app/controller/javascript.php:579
3343
  msgid "Your message has been sent. Thank you for your feedback."
3344
  msgstr ""
3345
 
3346
+ #: app/controller/javascript.php:580
3347
  msgid "Your message has not been sent. Please try again or contact us."
3348
  msgstr ""
3349
 
3395
  msgid "Loading&hellip;"
3396
  msgstr ""
3397
 
3398
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3399
  msgid "Preview:"
3400
  msgstr "Priekšskats:"
3401
 
3402
+ #: app/controller/javascript.php:543
3403
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3404
  msgstr "Ielādē priekšskatu&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3405
 
3406
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3407
  msgid "Ticketing Details"
3408
  msgstr ""
3409
 
3410
+ #: app/controller/javascript.php:549
3411
  msgid "Hide Ticketing Details"
3412
  msgstr ""
3413
 
3414
+ #: app/controller/javascript.php:550
3415
  msgid "Loading tickets details..."
3416
  msgstr ""
3417
 
3418
+ #: app/controller/javascript.php:551
3419
  msgid "Type and price"
3420
  msgstr ""
3421
 
3422
+ #: app/controller/javascript.php:552
3423
  msgid "Info"
3424
  msgstr ""
3425
 
language/all-in-one-event-calendar-nb_NO.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "siste"
2825
  msgid "month(s)"
2826
  msgstr "måned(er)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Lenke til CSS</strong> i <code>&lt;head&gt;</code> avsnittet når filcachen ikke er tilgjengelig."
2831
 
2832
- #: app/model/settings.php:948
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 "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."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
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:981
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:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr "Cache av tema forbedrer nettstedets ytelse"
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr "Vis alle "
2910
  msgid "Show All Authors"
2911
  msgstr "Vis alle forfattere"
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr ""
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr " <strong>Skjul fremhevet bilde</strong> fra hendelsens detaljside"
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr "Bruk dette valget hvis ditt tema allerede viser fremhevet bilde for hver post."
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr "Legg inn datoer i dette formatet"
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr "Standard (d/m/åååå)"
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr ""
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr ""
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr "Med punktum (m.d.yyyy)"
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr "Bruk <strong>24t klokke</strong> i tidsvelger"
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr "<strong>Deaktiver autofullf&oslash;r for adresser</strong>"
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:840
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:843
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:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:885
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:888
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:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr "Bruk frontend rendering."
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr "Rendre kalendervisning på klienten snarere enn serveren; kan forbedre ytelsen."
3000
 
@@ -3018,15 +3025,15 @@ msgstr "Uke/Dag visning starter på"
3018
  msgid "Week/Day view ends at"
3019
  msgstr "Uke/Dag visning ender på"
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr "<strong>Ord-wrap hendelsesstubber</strong> i månedsvisning"
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr "Gjelder kun for hendelser som går over en enkelt dag."
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  msgstr ""
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr "Behold alle hendelser <strong>utvidet</strong> i listevisning"
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr "<strong>Vis år</strong> i kalenderens dato etiketter"
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr "<strong>Vis stedsangivelse i hendelsesoverskrifter</strong> i kalendervisning"
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr "<strong>Utelat</strong> hendelse fra søkeresultater"
3053
 
3054
- #: app/model/settings.php:638
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:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr "Skjul <strong>Hent en Timely Kalender</strong> -knappen"
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr "Skjul <strong>Google Maps</strong> inntil klikket"
3065
 
3066
- #: app/model/settings.php:674
3067
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3068
  msgstr "<strong>Fest filtermenyen</strong> til vinduets overkant når siden rulles ned."
3069
 
3070
- #: app/model/settings.php:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr "Gjelder kun første viste kalender på denne siden."
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr "Forskyv filtermenyen vertikalt med"
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr "Kun for brede skjermer (&#8805; 1200px)"
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr "Kun for nettbrett (< 980px)"
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr "Kun for mobiltelefoner (< 768px)"
3089
 
@@ -3180,15 +3187,15 @@ msgstr "Tidssone"
3180
  msgid "Preselected calendar filters"
3181
  msgstr "Forvalgte kalenderfiltre"
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr ""
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr "Sluttdatoen kan ikke være tidligere enn startdatoen."
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr "For uke og dag visning, må du velge et intervall på minst seks timer."
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr "Salget stengt"
3244
  msgid "Sold out"
3245
  msgstr "Utsolgt"
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr "Rapport"
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr "Salgsdatoer"
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr "Begrensninger"
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr "Handlinger"
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr "Solgt:"
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr "Igjen:"
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr "Start:"
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr "Slutt:"
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr "Min:"
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr "Maks:"
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr "Deltakere"
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr "Skjul deltakere"
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr "Deltakerliste"
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr "Gjest navn"
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr "Status"
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr "E-post"
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr "Ingen deltakere innen denne billett typen."
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr "Rediger"
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr "Kode"
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr "Ubegrenset"
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr "Din melding er sendt. Takk for din tilbakemelding."
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr "Din melding er ikke sendt. Vennligst forsøk igjen, eller kontakt oss."
3337
 
@@ -3383,31 +3390,31 @@ msgstr "Husk at lenker skal begynne med enten \"http://\" eller \"https://\"."
3383
  msgid "Loading&hellip;"
3384
  msgstr "Laster inn&hellip;"
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr "Forhåndsvisning"
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr "Laster forhåndsvining&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr "Billett detaljer"
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr "Skjul billett detaljer"
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr "Laster billett detaljer ..."
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr "Type og pris"
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr "Info"
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr "Forvalgte kalenderfiltre"
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr ""
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr "Sluttdatoen kan ikke være tidligere enn startdatoen."
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr "For uke og dag visning, må du velge et intervall på minst seks timer."
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr "Utsolgt"
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr "Rapport"
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr "Salgsdatoer"
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr "Begrensninger"
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr "Handlinger"
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr "Solgt:"
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr "Igjen:"
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr "Start:"
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr "Slutt:"
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr "Min:"
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr "Maks:"
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr "Deltakere"
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr "Skjul deltakere"
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr "Deltakerliste"
3305
 
3306
+ #: app/controller/javascript.php:567
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"
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr "Ingen deltakere innen denne billett typen."
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr "Rediger"
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr "Kode"
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr "Ubegrenset"
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr "Din melding er sendt. Takk for din tilbakemelding."
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr "Din melding er ikke sendt. Vennligst forsøk igjen, eller kontakt oss."
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr "Laster inn&hellip;"
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr "Forhåndsvisning"
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr "Laster forhåndsvining&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr "Billett detaljer"
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr "Skjul billett detaljer"
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr "Laster billett detaljer ..."
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr "Type og pris"
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr "Info"
3420
 
language/all-in-one-event-calendar-nl_NL.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "laatste"
2825
  msgid "month(s)"
2826
  msgstr "maand(en)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> sectie indien bestands-cache niet beschikbaar is."
2831
 
2832
- #: app/model/settings.php:948
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 "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."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Huidige <strong>robots.txt</strong> op deze site"
2839
 
2840
- #: app/model/settings.php:964
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"
@@ -2852,19 +2859,19 @@ msgstr ""
2852
  "→\t→\t→\t→\t→\t→\tJe kunt deze handmatig veranderen door <code>robots.txt</code> in de WordPress folder\n"
2853
  "→\t→\t→\t→\t→\t→\taan te passen."
2854
 
2855
- #: app/model/settings.php:981
2856
  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>)"
2857
  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>)"
2858
 
2859
- #: app/model/settings.php:1004
2860
  msgid "Templates cache improves site performance"
2861
  msgstr "Template cache verbetert de snelheid van de site"
2862
 
2863
- #: app/model/settings.php:1017
2864
  msgid "Display events in <strong>calendar time zone</strong>"
2865
  msgstr ""
2866
 
2867
- #: app/model/settings.php:1020
2868
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2869
  msgstr ""
2870
 
@@ -2916,63 +2923,63 @@ msgstr "Toon alle "
2916
  msgid "Show All Authors"
2917
  msgstr ""
2918
 
2919
- #: app/model/settings.php:747
2920
  msgid "Strict compatibility content filtering"
2921
  msgstr "Strikte compatibiliteits inhoudsfiltering"
2922
 
2923
- #: app/model/settings.php:759
2924
  msgid " <strong>Hide featured image</strong> from event details page"
2925
  msgstr " <strong>Verberg uitgelichte afbeelding</strong> van de detailpagina van de activiteit"
2926
 
2927
- #: app/model/settings.php:762
2928
  msgid "Select this option if your theme already displays each post's featured image."
2929
  msgstr "Kies deze optie als je thema al de hoofdafbeelding van elk bericht toont."
2930
 
2931
- #: app/model/settings.php:773
2932
  msgid "Input dates in this format"
2933
  msgstr "Voeg data toe in dit formaat"
2934
 
2935
- #: app/model/settings.php:778
2936
  msgid "Default (d/m/yyyy)"
2937
  msgstr "Standaard (d/m/jjjj)"
2938
 
2939
- #: app/model/settings.php:782
2940
  msgid "US (m/d/yyyy)"
2941
  msgstr "VS (m/d/jjjj)"
2942
 
2943
- #: app/model/settings.php:786
2944
  msgid "ISO 8601 (yyyy-m-d)"
2945
  msgstr "ISO 8601 (jjjj-m-d)"
2946
 
2947
- #: app/model/settings.php:790
2948
  msgid "Dotted (m.d.yyyy)"
2949
  msgstr "Met punten (m.d.jjjj)"
2950
 
2951
- #: app/model/settings.php:802
2952
  msgid " Use <strong>24h time</strong> in time pickers"
2953
  msgstr "Gebruik <strong>24 uurs notatie</strong> bij tijdkeuze"
2954
 
2955
- #: app/model/settings.php:813
2956
  msgid "<strong>Disable address autocomplete</strong> function"
2957
  msgstr "<strong>Schakel automatisch aanvullen adres uit</strong>"
2958
 
2959
- #: app/model/settings.php:824
2960
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
  msgstr "Gebruik de ingestelde <strong>regio</strong> (WordPress locale) om te bepalen hoe de automatische aanvulling van adressen zich gedraagt "
2962
 
2963
- #: app/model/settings.php:840
2964
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2965
  msgstr "Toon de oude <strong>Publiceer je activiteit</strong> knop boven de agenda aan geautoriseerde gebruikers"
2966
 
2967
- #: app/model/settings.php:843
2968
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2969
  msgstr "Installeer de <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> voor het <strong>formulier om je activiteit te publiceren</strong>."
2970
 
2971
- #: app/model/settings.php:864
2972
  msgid "Move calendar into this DOM element"
2973
  msgstr "Plaats agenda in dit DOM element"
2974
 
2975
- #: app/model/settings.php:866
2976
  msgid ""
2977
  "Optional. Use this JavaScript-based shortcut to place the\n"
2978
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2991,23 +2998,23 @@ msgstr ""
2991
  "→\t→\t→\t→\t→\t→\tjQuery selector</a> in die een enkel DOM element zoekt.\n"
2992
  "→\t→\t→\t→\t→\t→\tAlle code in dit doel element wordt vervangen door de kalender."
2993
 
2994
- #: app/model/settings.php:885
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Sla <tt>in_the_loop()</tt> controle over </strong>. Deze beveiligt tegen meervoudige uitvoer van kalenders"
2997
 
2998
- #: app/model/settings.php:888
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 "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."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Schakel <strong>gzip</strong> compressie uit."
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr "Gebruik front end renderen"
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Rendert kalender weergaven bij de client in plaats van de server; dit kan prestaties verbeteren."
3013
 
@@ -3031,15 +3038,15 @@ msgstr "Week/Dag overzicht start op"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Week/Dag overzicht eindigt op"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Pas activiteit intro tekst aan breedte aan</strong> in maandoverzicht"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Alleen van toepassing op activiteiten van één dag."
3041
 
3042
- #: app/model/settings.php:574
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 +3060,55 @@ msgstr ""
3053
  "→\t→\t→\t→\t→\tAgenda weergaven</span>, <strong>bevatten alle activiteiten\n"
3054
  "→\t→\t→\t→\t→\tvan de laatst getoonde dag</strong>"
3055
 
3056
- #: app/model/settings.php:590
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Houd alle activiteiten <strong>uitgeklapt</strong> in Agenda weergave"
3059
 
3060
- #: app/model/settings.php:602
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Toon jaar</strong> in kalender datumlabels"
3063
 
3064
- #: app/model/settings.php:614
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Toon locatie in titel van activiteit</strong> in kalender weergaven"
3067
 
3068
- #: app/model/settings.php:626
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "Toon activiteiten <strong>niet</strong> in de zoekresultaten"
3071
 
3072
- #: app/model/settings.php:638
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "Verberg <strong>Abonneer</strong>/<strong>Voeg aan agenda toe</strong> knoppen in agenda en activiteit weergaven "
3075
 
3076
- #: app/model/settings.php:650
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr "Verberg de <strong>Neem een Timely Kalender</strong> knop"
3079
 
3080
- #: app/model/settings.php:662
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "Verberg <strong>Google Maps</strong> tot deze wordt aangeklikt."
3083
 
3084
- #: app/model/settings.php:674
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr "<strong>Hecht het filter-menu</strong> altijd vast aan de bovenkant van het venster, wanneer het anders uit het zicht zou scrollen"
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "Geldt alleen voor de eerst zichtbare kalender op de pagina."
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Verplaats de vastgehechte filter-balk met"
3095
 
3096
- #: app/model/settings.php:704
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Alleen brede schermen (&#8805; 1200px)"
3099
 
3100
- #: app/model/settings.php:719
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Alleen tablets (< 980px)"
3103
 
3104
- #: app/model/settings.php:734
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Alleen telefoons (< 768px)"
3107
 
@@ -3198,15 +3205,15 @@ msgstr "Tijdzone"
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Vooraf geselecteerde kalender filters"
3200
 
3201
- #: app/controller/javascript.php:581
3202
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3203
  msgstr "Er is iets misgegaan bij het ophalen van gebeurtenissen <br> De aanvraag status is: %STATUS% <br> De aangegeven fout is: %FOUT%"
3204
 
3205
- #: app/controller/javascript.php:590
3206
  msgid "The end date can't be earlier than the start date."
3207
  msgstr "De einddatum kan niet eerder zijn dan de startdatum"
3208
 
3209
- #: app/controller/javascript.php:591
3210
  msgid "For week and day view, you must select an interval of at least 6 hours."
3211
  msgstr "Voor week en dag weergave moet een interval van minimaal 6 uur worden gekozen."
3212
 
@@ -3230,11 +3237,11 @@ msgstr ""
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:162
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:153
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
@@ -3262,94 +3269,94 @@ msgstr ""
3262
  msgid "Sold out"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:553
3266
  msgid "Report"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:554
3270
  msgid "Sale dates"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:555
3274
  msgid "Limits"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:556
3278
  msgid "Actions"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:557
3282
  msgid "Sold:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:558
3286
  msgid "Left:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:559
3290
  msgid "Start:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:560
3294
  msgid "End:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3298
  msgid "Min:"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3302
  msgid "Max:"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:563
3306
  msgid "Attendees"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:564
3310
  msgid "Hide Attendees"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:565
3314
  msgid "Attendees List"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:566
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
3329
 
3330
- #: app/controller/javascript.php:569
3331
  msgid "No attendees for this ticket type."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3335
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3336
  msgid "Edit"
3337
  msgstr "Pas aan"
3338
 
3339
- #: app/controller/javascript.php:571
3340
  msgid "Code"
3341
  msgstr ""
3342
 
3343
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3344
  #: public/admin/box_event_cost.php:308
3345
  msgid "Unlimited"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:578
3349
  msgid "Your message has been sent. Thank you for your feedback."
3350
  msgstr ""
3351
 
3352
- #: app/controller/javascript.php:579
3353
  msgid "Your message has not been sent. Please try again or contact us."
3354
  msgstr ""
3355
 
@@ -3401,31 +3408,31 @@ msgstr "Niet vergeten dat URL's moeten beginnen met \"http: //\" of \"https: //\
3401
  msgid "Loading&hellip;"
3402
  msgstr "Laden&hellip;"
3403
 
3404
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3405
  msgid "Preview:"
3406
  msgstr "Voorbeeld"
3407
 
3408
- #: app/controller/javascript.php:542
3409
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3410
  msgstr "Voorvertoning laden&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3411
 
3412
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3413
  msgid "Ticketing Details"
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:548
3417
  msgid "Hide Ticketing Details"
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:549
3421
  msgid "Loading tickets details..."
3422
  msgstr ""
3423
 
3424
- #: app/controller/javascript.php:550
3425
  msgid "Type and price"
3426
  msgstr ""
3427
 
3428
- #: app/controller/javascript.php:551
3429
  msgid "Info"
3430
  msgstr ""
3431
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Vooraf geselecteerde kalender filters"
3207
 
3208
+ #: app/controller/javascript.php:582
3209
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3210
  msgstr "Er is iets misgegaan bij het ophalen van gebeurtenissen <br> De aanvraag status is: %STATUS% <br> De aangegeven fout is: %FOUT%"
3211
 
3212
+ #: app/controller/javascript.php:591
3213
  msgid "The end date can't be earlier than the start date."
3214
  msgstr "De einddatum kan niet eerder zijn dan de startdatum"
3215
 
3216
+ #: app/controller/javascript.php:592
3217
  msgid "For week and day view, you must select an interval of at least 6 hours."
3218
  msgstr "Voor week en dag weergave moet een interval van minimaal 6 uur worden gekozen."
3219
 
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
 
3269
  msgid "Sold out"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:554
3273
  msgid "Report"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:555
3277
  msgid "Sale dates"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:556
3281
  msgid "Limits"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:557
3285
  msgid "Actions"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:558
3289
  msgid "Sold:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:559
3293
  msgid "Left:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:560
3297
  msgid "Start:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:561
3301
  msgid "End:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3305
  msgid "Min:"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3309
  msgid "Max:"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:564
3313
  msgid "Attendees"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:565
3317
  msgid "Hide Attendees"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:566
3321
  msgid "Attendees List"
3322
  msgstr ""
3323
 
3324
+ #: app/controller/javascript.php:567
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"
3336
 
3337
+ #: app/controller/javascript.php:570
3338
  msgid "No attendees for this ticket type."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3342
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3343
  msgid "Edit"
3344
  msgstr "Pas aan"
3345
 
3346
+ #: app/controller/javascript.php:572
3347
  msgid "Code"
3348
  msgstr ""
3349
 
3350
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3351
  #: public/admin/box_event_cost.php:308
3352
  msgid "Unlimited"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:579
3356
  msgid "Your message has been sent. Thank you for your feedback."
3357
  msgstr ""
3358
 
3359
+ #: app/controller/javascript.php:580
3360
  msgid "Your message has not been sent. Please try again or contact us."
3361
  msgstr ""
3362
 
3408
  msgid "Loading&hellip;"
3409
  msgstr "Laden&hellip;"
3410
 
3411
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3412
  msgid "Preview:"
3413
  msgstr "Voorbeeld"
3414
 
3415
+ #: app/controller/javascript.php:543
3416
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3417
  msgstr "Voorvertoning laden&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3418
 
3419
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3420
  msgid "Ticketing Details"
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:549
3424
  msgid "Hide Ticketing Details"
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:550
3428
  msgid "Loading tickets details..."
3429
  msgstr ""
3430
 
3431
+ #: app/controller/javascript.php:551
3432
  msgid "Type and price"
3433
  msgstr ""
3434
 
3435
+ #: app/controller/javascript.php:552
3436
  msgid "Info"
3437
  msgstr ""
3438
 
language/all-in-one-event-calendar-pl_PL.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2826,19 +2833,19 @@ msgstr "ostatni"
2826
  msgid "month(s)"
2827
  msgstr "miesiąc(e)"
2828
 
2829
- #: app/model/settings.php:945
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr "<strong>Link CSS</strong> w <code>&lt;head&gt;</code> tej sekcji, jeśli bufor nie jest dostępny."
2832
 
2833
- #: app/model/settings.php:948
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 "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."
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr "Obecność <strong>robots.txt</strong> na tej stronie"
2840
 
2841
- #: app/model/settings.php:964
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"
@@ -2852,19 +2859,19 @@ msgstr ""
2852
  "→\t→\t→\t→\t→\t→\ti mających dostęp do widocznych dla wszystkich elementami strony.\n"
2853
  "→\t→\t→\t→\t→\t→\tMożna to zmienić przez edycję <code>robots.txt</code>w głównym katalogu WordPress."
2854
 
2855
- #: app/model/settings.php:981
2856
  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>)"
2857
  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>)"
2858
 
2859
- #: app/model/settings.php:1004
2860
  msgid "Templates cache improves site performance"
2861
  msgstr "Katalog tymczasowy (cache) poprawia szybkość kalendarza"
2862
 
2863
- #: app/model/settings.php:1017
2864
  msgid "Display events in <strong>calendar time zone</strong>"
2865
  msgstr ""
2866
 
2867
- #: app/model/settings.php:1020
2868
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2869
  msgstr ""
2870
 
@@ -2916,63 +2923,63 @@ msgstr "Pokaż wszystkie"
2916
  msgid "Show All Authors"
2917
  msgstr ""
2918
 
2919
- #: app/model/settings.php:747
2920
  msgid "Strict compatibility content filtering"
2921
  msgstr "Filtrowanie treści w w ścisłym trybie zgodności."
2922
 
2923
- #: app/model/settings.php:759
2924
  msgid " <strong>Hide featured image</strong> from event details page"
2925
  msgstr " <strong>Ukryj ikonę wpisu</strong> na stronie szczegółów wydarzenia"
2926
 
2927
- #: app/model/settings.php:762
2928
  msgid "Select this option if your theme already displays each post's featured image."
2929
  msgstr "Wybierz tę opcję jeśli skórka już wyświetla obrazki do postów."
2930
 
2931
- #: app/model/settings.php:773
2932
  msgid "Input dates in this format"
2933
  msgstr "Wprowadzaj daty w tym formacie"
2934
 
2935
- #: app/model/settings.php:778
2936
  msgid "Default (d/m/yyyy)"
2937
  msgstr "Domyślny (d/m/yyyy)"
2938
 
2939
- #: app/model/settings.php:782
2940
  msgid "US (m/d/yyyy)"
2941
  msgstr "US (m/d/rrrr)"
2942
 
2943
- #: app/model/settings.php:786
2944
  msgid "ISO 8601 (yyyy-m-d)"
2945
  msgstr "ISO 8601 (rrrr-m-d)"
2946
 
2947
- #: app/model/settings.php:790
2948
  msgid "Dotted (m.d.yyyy)"
2949
  msgstr "Kropkowana (m.d.yyyy)"
2950
 
2951
- #: app/model/settings.php:802
2952
  msgid " Use <strong>24h time</strong> in time pickers"
2953
  msgstr " Użyj <strong>formatu 24h</strong> w wybieraku czasu."
2954
 
2955
- #: app/model/settings.php:813
2956
  msgid "<strong>Disable address autocomplete</strong> function"
2957
  msgstr "<strong>Wyłącz funkcję autouzupełniania adresu</strong>"
2958
 
2959
- #: app/model/settings.php:824
2960
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
  msgstr "Użyj zdefiniowany <strong>region</strong> (WordPress locale) do ustawień funkcji autokompletowania adresu"
2962
 
2963
- #: app/model/settings.php:840
2964
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2965
  msgstr " Pokaż stary przycisk <strong>Wyślij swoje wydarzenia</strong> powyżej kalendarza dla uprzywilejowanych użytkowników."
2966
 
2967
- #: app/model/settings.php:843
2968
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2969
  msgstr "Instaluj <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a>dla <strong>frontend Post Your Event form</strong>."
2970
 
2971
- #: app/model/settings.php:864
2972
  msgid "Move calendar into this DOM element"
2973
  msgstr "Osadź kalendarz w tym elemencie DOM"
2974
 
2975
- #: app/model/settings.php:866
2976
  msgid ""
2977
  "Optional. Use this JavaScript-based shortcut to place the\n"
2978
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2992,23 +2999,23 @@ msgstr ""
2992
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2993
  "→\t→\t→\t→\t→\t→\tby the calendar."
2994
 
2995
- #: app/model/settings.php:885
2996
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2997
  msgstr "<strong>Opuść <tt>in_the_loop()</tt> zaznaczanie </strong>, które chroni przeciwko wielu wyjściom kalendarza"
2998
 
2999
- #: app/model/settings.php:888
3000
  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."
3001
  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."
3002
 
3003
- #: app/model/settings.php:900
3004
  msgid "Disable <strong>gzip</strong> compression."
3005
  msgstr "Wyłącz kompresję <strong>gzip</strong>"
3006
 
3007
- #: app/model/settings.php:915
3008
  msgid "Use frontend rendering."
3009
  msgstr "Użyj renderowania frontendowego"
3010
 
3011
- #: app/model/settings.php:918
3012
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3013
  msgstr "Renderuj widoki kalendarza po stronie klienta zamiast na serwerze; powinno poprawić wydajność"
3014
 
@@ -3032,15 +3039,15 @@ msgstr "Widok Tygodnia/Dnia rozpoczyna się o"
3032
  msgid "Week/Day view ends at"
3033
  msgstr "Widok Tygodnia/Dnia kończy się o"
3034
 
3035
- #: app/model/settings.php:559
3036
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3037
  msgstr "<strong>Kolor otoczenia tekstu wydarzenia</strong> w widoku Miesiąca"
3038
 
3039
- #: app/model/settings.php:562
3040
  msgid "Only applies to events that span a single day."
3041
  msgstr "Stosuje się jedynie do wydarzeń trwających jeden dzień."
3042
 
3043
- #: app/model/settings.php:574
3044
  msgid ""
3045
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3046
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3054,55 +3061,55 @@ msgstr ""
3054
  "→\t→\t→\t→\t→\t→\tWidok agendy</span>, <strong>zawiera wszystkie wydarzenia\n"
3055
  "→\t→\t→\t→\t→\t→\t ostatniego pokazanego wydzrzenia</strong>"
3056
 
3057
- #: app/model/settings.php:590
3058
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3059
  msgstr "Pokaż wszystkie wydarzenia <strong>w trybie rozszerzonym</strong> w widoku Agendy"
3060
 
3061
- #: app/model/settings.php:602
3062
  msgid "<strong>Show year</strong> in calendar date labels"
3063
  msgstr "<strong>Pokaż rok</strong> w opisie dat kalendarza"
3064
 
3065
- #: app/model/settings.php:614
3066
  msgid "<strong>Show location in event titles</strong> in calendar views"
3067
  msgstr "<strong>Pokażd miejsce w tytule wydarzenia</strong> w widoku kalendarza"
3068
 
3069
- #: app/model/settings.php:626
3070
  msgid "<strong>Exclude</strong> events from search results"
3071
  msgstr "<strong>Wyklucz</strong> wydarzenia z wyników wyszukiwania"
3072
 
3073
- #: app/model/settings.php:638
3074
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3075
  msgstr "Ukryj przyciski <strong>Subskrzbuj</strong>/<strong>Dodaj do Kalendarya</strong> w widoku kalendarza i jednego wydarzenia"
3076
 
3077
- #: app/model/settings.php:650
3078
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3079
  msgstr "Ukryj przycisk <strong>Get a Timely Calendar</strong>"
3080
 
3081
- #: app/model/settings.php:662
3082
  msgid " Hide <strong>Google Maps</strong> until clicked"
3083
  msgstr "Pokaż <strong>Mapę Google</strong> po kliknięciu"
3084
 
3085
- #: app/model/settings.php:674
3086
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3087
  msgstr " <strong>Przytwierdź menu filtra</strong> do górnej krawędzi okna, kiedy przewija się poza widoczny obszar"
3088
 
3089
- #: app/model/settings.php:677
3090
  msgid "Only applies to first visible calendar found on the page."
3091
  msgstr "Dotyczy pierwszego, widocznego kalendarza na stronie"
3092
 
3093
- #: app/model/settings.php:689
3094
  msgid "Offset affixed filter bar vertically by"
3095
  msgstr "Przesunięcie paska filtru w pionie o"
3096
 
3097
- #: app/model/settings.php:704
3098
  msgid "Wide screens only (&#8805; 1200px)"
3099
  msgstr "Tylko szerokie ekrany (&#8805; 1200px)"
3100
 
3101
- #: app/model/settings.php:719
3102
  msgid "Tablets only (< 980px)"
3103
  msgstr "Tylko tablety (< 980px)"
3104
 
3105
- #: app/model/settings.php:734
3106
  msgid "Phones only (< 768px)"
3107
  msgstr "Tylko smartfony (< 768px)"
3108
 
@@ -3203,15 +3210,15 @@ msgstr "Strefa czasowa"
3203
  msgid "Preselected calendar filters"
3204
  msgstr "Uprzednio zdefiniowane filtry kalendarza"
3205
 
3206
- #: app/controller/javascript.php:581
3207
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3208
  msgstr "Podczas pobierania wydarzeń wystąpił błąd.<br>Status wywołania to: %STATUS% <br>Komunikat błędu: %ERROR%"
3209
 
3210
- #: app/controller/javascript.php:590
3211
  msgid "The end date can't be earlier than the start date."
3212
  msgstr "Data końcowa nie może być przed datą rozpoczęcia"
3213
 
3214
- #: app/controller/javascript.php:591
3215
  msgid "For week and day view, you must select an interval of at least 6 hours."
3216
  msgstr "Dla widoków: dzienny i tygodniowy, musisz wybrać zakres minimum 6 godzin."
3217
 
@@ -3235,11 +3242,11 @@ msgstr ""
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:162
3239
  msgid "Payment preferences were not saved."
3240
  msgstr ""
3241
 
3242
- #: app/model/api/api-registration.php:153
3243
  msgid "Payment preferences were saved."
3244
  msgstr ""
3245
 
@@ -3267,94 +3274,94 @@ msgstr ""
3267
  msgid "Sold out"
3268
  msgstr ""
3269
 
3270
- #: app/controller/javascript.php:553
3271
  msgid "Report"
3272
  msgstr ""
3273
 
3274
- #: app/controller/javascript.php:554
3275
  msgid "Sale dates"
3276
  msgstr ""
3277
 
3278
- #: app/controller/javascript.php:555
3279
  msgid "Limits"
3280
  msgstr ""
3281
 
3282
- #: app/controller/javascript.php:556
3283
  msgid "Actions"
3284
  msgstr ""
3285
 
3286
- #: app/controller/javascript.php:557
3287
  msgid "Sold:"
3288
  msgstr ""
3289
 
3290
- #: app/controller/javascript.php:558
3291
  msgid "Left:"
3292
  msgstr ""
3293
 
3294
- #: app/controller/javascript.php:559
3295
  msgid "Start:"
3296
  msgstr ""
3297
 
3298
- #: app/controller/javascript.php:560
3299
  msgid "End:"
3300
  msgstr ""
3301
 
3302
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3303
  msgid "Min:"
3304
  msgstr ""
3305
 
3306
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3307
  msgid "Max:"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:563
3311
  msgid "Attendees"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:564
3315
  msgid "Hide Attendees"
3316
  msgstr ""
3317
 
3318
- #: app/controller/javascript.php:565
3319
  msgid "Attendees List"
3320
  msgstr ""
3321
 
3322
- #: app/controller/javascript.php:566
3323
  msgid "Guest Name"
3324
  msgstr ""
3325
 
3326
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3327
  msgid "Status"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3331
  #: app/view/event/ticket.php:71
3332
  msgid "Email"
3333
  msgstr "Email"
3334
 
3335
- #: app/controller/javascript.php:569
3336
  msgid "No attendees for this ticket type."
3337
  msgstr ""
3338
 
3339
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3340
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3341
  msgid "Edit"
3342
  msgstr "Edycja"
3343
 
3344
- #: app/controller/javascript.php:571
3345
  msgid "Code"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3349
  #: public/admin/box_event_cost.php:308
3350
  msgid "Unlimited"
3351
  msgstr ""
3352
 
3353
- #: app/controller/javascript.php:578
3354
  msgid "Your message has been sent. Thank you for your feedback."
3355
  msgstr ""
3356
 
3357
- #: app/controller/javascript.php:579
3358
  msgid "Your message has not been sent. Please try again or contact us."
3359
  msgstr ""
3360
 
@@ -3406,31 +3413,31 @@ msgstr "Proszę pamiętać, że wprowadzone adresy URL muszą zawierać przedros
3406
  msgid "Loading&hellip;"
3407
  msgstr "Wczytuję&hellip;"
3408
 
3409
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3410
  msgid "Preview:"
3411
  msgstr "Podgląd:"
3412
 
3413
- #: app/controller/javascript.php:542
3414
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3415
  msgstr "Wczytywanie podglądu&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3416
 
3417
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3418
  msgid "Ticketing Details"
3419
  msgstr ""
3420
 
3421
- #: app/controller/javascript.php:548
3422
  msgid "Hide Ticketing Details"
3423
  msgstr ""
3424
 
3425
- #: app/controller/javascript.php:549
3426
  msgid "Loading tickets details..."
3427
  msgstr ""
3428
 
3429
- #: app/controller/javascript.php:550
3430
  msgid "Type and price"
3431
  msgstr ""
3432
 
3433
- #: app/controller/javascript.php:551
3434
  msgid "Info"
3435
  msgstr ""
3436
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3210
  msgid "Preselected calendar filters"
3211
  msgstr "Uprzednio zdefiniowane filtry kalendarza"
3212
 
3213
+ #: app/controller/javascript.php:582
3214
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3215
  msgstr "Podczas pobierania wydarzeń wystąpił błąd.<br>Status wywołania to: %STATUS% <br>Komunikat błędu: %ERROR%"
3216
 
3217
+ #: app/controller/javascript.php:591
3218
  msgid "The end date can't be earlier than the start date."
3219
  msgstr "Data końcowa nie może być przed datą rozpoczęcia"
3220
 
3221
+ #: app/controller/javascript.php:592
3222
  msgid "For week and day view, you must select an interval of at least 6 hours."
3223
  msgstr "Dla widoków: dzienny i tygodniowy, musisz wybrać zakres minimum 6 godzin."
3224
 
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
 
3274
  msgid "Sold out"
3275
  msgstr ""
3276
 
3277
+ #: app/controller/javascript.php:554
3278
  msgid "Report"
3279
  msgstr ""
3280
 
3281
+ #: app/controller/javascript.php:555
3282
  msgid "Sale dates"
3283
  msgstr ""
3284
 
3285
+ #: app/controller/javascript.php:556
3286
  msgid "Limits"
3287
  msgstr ""
3288
 
3289
+ #: app/controller/javascript.php:557
3290
  msgid "Actions"
3291
  msgstr ""
3292
 
3293
+ #: app/controller/javascript.php:558
3294
  msgid "Sold:"
3295
  msgstr ""
3296
 
3297
+ #: app/controller/javascript.php:559
3298
  msgid "Left:"
3299
  msgstr ""
3300
 
3301
+ #: app/controller/javascript.php:560
3302
  msgid "Start:"
3303
  msgstr ""
3304
 
3305
+ #: app/controller/javascript.php:561
3306
  msgid "End:"
3307
  msgstr ""
3308
 
3309
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3310
  msgid "Min:"
3311
  msgstr ""
3312
 
3313
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3314
  msgid "Max:"
3315
  msgstr ""
3316
 
3317
+ #: app/controller/javascript.php:564
3318
  msgid "Attendees"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:565
3322
  msgid "Hide Attendees"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:566
3326
  msgid "Attendees List"
3327
  msgstr ""
3328
 
3329
+ #: app/controller/javascript.php:567
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"
3341
 
3342
+ #: app/controller/javascript.php:570
3343
  msgid "No attendees for this ticket type."
3344
  msgstr ""
3345
 
3346
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3347
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3348
  msgid "Edit"
3349
  msgstr "Edycja"
3350
 
3351
+ #: app/controller/javascript.php:572
3352
  msgid "Code"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3356
  #: public/admin/box_event_cost.php:308
3357
  msgid "Unlimited"
3358
  msgstr ""
3359
 
3360
+ #: app/controller/javascript.php:579
3361
  msgid "Your message has been sent. Thank you for your feedback."
3362
  msgstr ""
3363
 
3364
+ #: app/controller/javascript.php:580
3365
  msgid "Your message has not been sent. Please try again or contact us."
3366
  msgstr ""
3367
 
3413
  msgid "Loading&hellip;"
3414
  msgstr "Wczytuję&hellip;"
3415
 
3416
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3417
  msgid "Preview:"
3418
  msgstr "Podgląd:"
3419
 
3420
+ #: app/controller/javascript.php:543
3421
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3422
  msgstr "Wczytywanie podglądu&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3423
 
3424
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3425
  msgid "Ticketing Details"
3426
  msgstr ""
3427
 
3428
+ #: app/controller/javascript.php:549
3429
  msgid "Hide Ticketing Details"
3430
  msgstr ""
3431
 
3432
+ #: app/controller/javascript.php:550
3433
  msgid "Loading tickets details..."
3434
  msgstr ""
3435
 
3436
+ #: app/controller/javascript.php:551
3437
  msgid "Type and price"
3438
  msgstr ""
3439
 
3440
+ #: app/controller/javascript.php:552
3441
  msgid "Info"
3442
  msgstr ""
3443
 
language/all-in-one-event-calendar-pt_BR.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "último"
2825
  msgid "month(s)"
2826
  msgstr "mês(meses)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  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."
2831
 
2832
- #: app/model/settings.php:948
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 "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."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Corrente <strong>robots.txt</strong> neste site"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2853,19 @@ msgid ""
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  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."
2848
 
2849
- #: app/model/settings.php:981
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>Divulgue, promova e compartilhe meus eventos</strong> marcado como público na rede Timely. (<a href=\"%s\" target=\"_blank\">Saiba mais &#187;</a>)"
2852
 
2853
- #: app/model/settings.php:1004
2854
  msgid "Templates cache improves site performance"
2855
  msgstr "Armazenamento de modelos melhora o desempenho do site"
2856
 
2857
- #: app/model/settings.php:1017
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1020
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
 
@@ -2910,63 +2917,63 @@ msgstr "Mostrar todos"
2910
  msgid "Show All Authors"
2911
  msgstr ""
2912
 
2913
- #: app/model/settings.php:747
2914
  msgid "Strict compatibility content filtering"
2915
  msgstr "Filtragem de conteúdo de compatibilidade estrita"
2916
 
2917
- #: app/model/settings.php:759
2918
  msgid " <strong>Hide featured image</strong> from event details page"
2919
  msgstr "<strong>Esconder imagem destacada</strong> na página de detalhes do evento"
2920
 
2921
- #: app/model/settings.php:762
2922
  msgid "Select this option if your theme already displays each post's featured image."
2923
  msgstr "Marque esta opção se o seu tema já exibe a imagem destacada de cada post."
2924
 
2925
- #: app/model/settings.php:773
2926
  msgid "Input dates in this format"
2927
  msgstr "Entrar datas neste formato"
2928
 
2929
- #: app/model/settings.php:778
2930
  msgid "Default (d/m/yyyy)"
2931
  msgstr "Padrão(d/m/aaaa)"
2932
 
2933
- #: app/model/settings.php:782
2934
  msgid "US (m/d/yyyy)"
2935
  msgstr "EUA(m/d/aaaa)"
2936
 
2937
- #: app/model/settings.php:786
2938
  msgid "ISO 8601 (yyyy-m-d)"
2939
  msgstr "ISO 8601(aaaa-m-d)"
2940
 
2941
- #: app/model/settings.php:790
2942
  msgid "Dotted (m.d.yyyy)"
2943
  msgstr "Pontilhado(m.d.aaaa)"
2944
 
2945
- #: app/model/settings.php:802
2946
  msgid " Use <strong>24h time</strong> in time pickers"
2947
  msgstr "Use <strong>formato 24h</strong> no selecionador de horas"
2948
 
2949
- #: app/model/settings.php:813
2950
  msgid "<strong>Disable address autocomplete</strong> function"
2951
  msgstr "Função<strong>preenchimento automático de endereços desabilitada</strong>"
2952
 
2953
- #: app/model/settings.php:824
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr "Use a <strong>região </strong> (WordPress locale) configurada, para possibilitar a função de preenchimento automático de endereço"
2956
 
2957
- #: app/model/settings.php:840
2958
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
  msgstr "Mostra antigo botão<strong>Publique seu evento</strong>, acima do calendário, para usuários privilegiados"
2960
 
2961
- #: app/model/settings.php:843
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 "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."
2964
 
2965
- #: app/model/settings.php:864
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr "Move calendário para dentro deste elemento DOM"
2968
 
2969
- #: app/model/settings.php:866
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,23 +2985,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  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."
2980
 
2981
- #: app/model/settings.php:885
2982
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2983
  msgstr "<strong>Pular a verificação <tt>in_the_loop()</tt></strong>, que protege contra múltiplas saídas do calendário"
2984
 
2985
- #: app/model/settings.php:888
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 "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."
2988
 
2989
- #: app/model/settings.php:900
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr "Compressão<strong>gzip</strong>desabilitada."
2992
 
2993
- #: app/model/settings.php:915
2994
  msgid "Use frontend rendering."
2995
  msgstr "Usar renderização de frontend"
2996
 
2997
- #: app/model/settings.php:918
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr "Renderizar a visualização do calendário no cliente em vez do servidor; pode melhorar a performance."
3000
 
@@ -3018,15 +3025,15 @@ msgstr "Visualização de Semana/Dia começa em"
3018
  msgid "Week/Day view ends at"
3019
  msgstr "Visuaização de Semana/Dia termina em"
3020
 
3021
- #: app/model/settings.php:559
3022
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3023
  msgstr "<strong>Quebrar linha nas chamadas de eventos</strong> na visualização de Mês"
3024
 
3025
- #: app/model/settings.php:562
3026
  msgid "Only applies to events that span a single day."
3027
  msgstr "Somente aplicável a eventos que duram um único dia."
3028
 
3029
- #: app/model/settings.php:574
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,55 +3042,55 @@ msgid ""
3035
  "\t\t\t\t\t\tfrom last day shown</strong>"
3036
  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>"
3037
 
3038
- #: app/model/settings.php:590
3039
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3040
  msgstr "Manter todos os eventos<strong>expandidos</strong>na visualização da Agenda"
3041
 
3042
- #: app/model/settings.php:602
3043
  msgid "<strong>Show year</strong> in calendar date labels"
3044
  msgstr "<strong>Mostre ano </strong>na legenda de data do Calendário"
3045
 
3046
- #: app/model/settings.php:614
3047
  msgid "<strong>Show location in event titles</strong> in calendar views"
3048
  msgstr "<strong>Mostrar local no título dos eventos</strong> na visualização de calendário"
3049
 
3050
- #: app/model/settings.php:626
3051
  msgid "<strong>Exclude</strong> events from search results"
3052
  msgstr "<strong>Excluir</strong> eventos dos resultados de busca"
3053
 
3054
- #: app/model/settings.php:638
3055
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3056
  msgstr "Esconder os botões <strong>Inscrever</strong>/<strong>Adicionar ao Calendário</strong> na visualização de calendário e de eventos."
3057
 
3058
- #: app/model/settings.php:650
3059
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3060
  msgstr "Esconder o botão <strong>Obter um Calendário Timely</strong>"
3061
 
3062
- #: app/model/settings.php:662
3063
  msgid " Hide <strong>Google Maps</strong> until clicked"
3064
  msgstr "Esconde <strong>Google Mapas</strong> até que seja clicado."
3065
 
3066
- #: app/model/settings.php:674
3067
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3068
  msgstr "<strong>Fixar o menu de filtro</strong> no topo da janela quando ele rolar para fora."
3069
 
3070
- #: app/model/settings.php:677
3071
  msgid "Only applies to first visible calendar found on the page."
3072
  msgstr "Somente se aplica ao primeiro calendário visível encontrado na página."
3073
 
3074
- #: app/model/settings.php:689
3075
  msgid "Offset affixed filter bar vertically by"
3076
  msgstr "Deslocar a barra de filtro fixa verticalmente por"
3077
 
3078
- #: app/model/settings.php:704
3079
  msgid "Wide screens only (&#8805; 1200px)"
3080
  msgstr "Apenas wide screens (&#8805; 1200px)"
3081
 
3082
- #: app/model/settings.php:719
3083
  msgid "Tablets only (< 980px)"
3084
  msgstr "Somente Tablets (<980px)"
3085
 
3086
- #: app/model/settings.php:734
3087
  msgid "Phones only (< 768px)"
3088
  msgstr "Somente telefones (< 768px)"
3089
 
@@ -3180,15 +3187,15 @@ msgstr "Fuso horário"
3180
  msgid "Preselected calendar filters"
3181
  msgstr "Filtros de calendário pré-selecionados"
3182
 
3183
- #: app/controller/javascript.php:581
3184
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3185
  msgstr "Algo deu errado durante a busca de eventos.<br>O status do pedido é: %STATUS%<br>O erro ocorrido foi: %ERROR%"
3186
 
3187
- #: app/controller/javascript.php:590
3188
  msgid "The end date can't be earlier than the start date."
3189
  msgstr "A data final não pode ser anterior à data inicial."
3190
 
3191
- #: app/controller/javascript.php:591
3192
  msgid "For week and day view, you must select an interval of at least 6 hours."
3193
  msgstr "Para a visualização de semana e dia, você deve selecionar um intervalo de pelo menos 6 horas."
3194
 
@@ -3212,11 +3219,11 @@ msgstr ""
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:162
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:153
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
@@ -3244,94 +3251,94 @@ msgstr ""
3244
  msgid "Sold out"
3245
  msgstr ""
3246
 
3247
- #: app/controller/javascript.php:553
3248
  msgid "Report"
3249
  msgstr ""
3250
 
3251
- #: app/controller/javascript.php:554
3252
  msgid "Sale dates"
3253
  msgstr ""
3254
 
3255
- #: app/controller/javascript.php:555
3256
  msgid "Limits"
3257
  msgstr ""
3258
 
3259
- #: app/controller/javascript.php:556
3260
  msgid "Actions"
3261
  msgstr ""
3262
 
3263
- #: app/controller/javascript.php:557
3264
  msgid "Sold:"
3265
  msgstr ""
3266
 
3267
- #: app/controller/javascript.php:558
3268
  msgid "Left:"
3269
  msgstr ""
3270
 
3271
- #: app/controller/javascript.php:559
3272
  msgid "Start:"
3273
  msgstr ""
3274
 
3275
- #: app/controller/javascript.php:560
3276
  msgid "End:"
3277
  msgstr ""
3278
 
3279
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3280
  msgid "Min:"
3281
  msgstr ""
3282
 
3283
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3284
  msgid "Max:"
3285
  msgstr ""
3286
 
3287
- #: app/controller/javascript.php:563
3288
  msgid "Attendees"
3289
  msgstr ""
3290
 
3291
- #: app/controller/javascript.php:564
3292
  msgid "Hide Attendees"
3293
  msgstr ""
3294
 
3295
- #: app/controller/javascript.php:565
3296
  msgid "Attendees List"
3297
  msgstr ""
3298
 
3299
- #: app/controller/javascript.php:566
3300
  msgid "Guest Name"
3301
  msgstr ""
3302
 
3303
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3304
  msgid "Status"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3308
  #: app/view/event/ticket.php:71
3309
  msgid "Email"
3310
  msgstr "Email"
3311
 
3312
- #: app/controller/javascript.php:569
3313
  msgid "No attendees for this ticket type."
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3317
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3318
  msgid "Edit"
3319
  msgstr "Editar"
3320
 
3321
- #: app/controller/javascript.php:571
3322
  msgid "Code"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3326
  #: public/admin/box_event_cost.php:308
3327
  msgid "Unlimited"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:578
3331
  msgid "Your message has been sent. Thank you for your feedback."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:579
3335
  msgid "Your message has not been sent. Please try again or contact us."
3336
  msgstr ""
3337
 
@@ -3383,31 +3390,31 @@ msgstr "Por favor, lembre-se que URLs devem começar com \"http://\" ou \"https:
3383
  msgid "Loading&hellip;"
3384
  msgstr "Carregando&hellip;"
3385
 
3386
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3387
  msgid "Preview:"
3388
  msgstr "Visualização:"
3389
 
3390
- #: app/controller/javascript.php:542
3391
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3392
  msgstr "Carregando visualização&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3393
 
3394
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3395
  msgid "Ticketing Details"
3396
  msgstr ""
3397
 
3398
- #: app/controller/javascript.php:548
3399
  msgid "Hide Ticketing Details"
3400
  msgstr ""
3401
 
3402
- #: app/controller/javascript.php:549
3403
  msgid "Loading tickets details..."
3404
  msgstr ""
3405
 
3406
- #: app/controller/javascript.php:550
3407
  msgid "Type and price"
3408
  msgstr ""
3409
 
3410
- #: app/controller/javascript.php:551
3411
  msgid "Info"
3412
  msgstr ""
3413
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "\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
 
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
  "\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
 
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
  "\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
 
3187
  msgid "Preselected calendar filters"
3188
  msgstr "Filtros de calendário pré-selecionados"
3189
 
3190
+ #: app/controller/javascript.php:582
3191
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3192
  msgstr "Algo deu errado durante a busca de eventos.<br>O status do pedido é: %STATUS%<br>O erro ocorrido foi: %ERROR%"
3193
 
3194
+ #: app/controller/javascript.php:591
3195
  msgid "The end date can't be earlier than the start date."
3196
  msgstr "A data final não pode ser anterior à data inicial."
3197
 
3198
+ #: app/controller/javascript.php:592
3199
  msgid "For week and day view, you must select an interval of at least 6 hours."
3200
  msgstr "Para a visualização de semana e dia, você deve selecionar um intervalo de pelo menos 6 horas."
3201
 
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
 
3251
  msgid "Sold out"
3252
  msgstr ""
3253
 
3254
+ #: app/controller/javascript.php:554
3255
  msgid "Report"
3256
  msgstr ""
3257
 
3258
+ #: app/controller/javascript.php:555
3259
  msgid "Sale dates"
3260
  msgstr ""
3261
 
3262
+ #: app/controller/javascript.php:556
3263
  msgid "Limits"
3264
  msgstr ""
3265
 
3266
+ #: app/controller/javascript.php:557
3267
  msgid "Actions"
3268
  msgstr ""
3269
 
3270
+ #: app/controller/javascript.php:558
3271
  msgid "Sold:"
3272
  msgstr ""
3273
 
3274
+ #: app/controller/javascript.php:559
3275
  msgid "Left:"
3276
  msgstr ""
3277
 
3278
+ #: app/controller/javascript.php:560
3279
  msgid "Start:"
3280
  msgstr ""
3281
 
3282
+ #: app/controller/javascript.php:561
3283
  msgid "End:"
3284
  msgstr ""
3285
 
3286
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3287
  msgid "Min:"
3288
  msgstr ""
3289
 
3290
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3291
  msgid "Max:"
3292
  msgstr ""
3293
 
3294
+ #: app/controller/javascript.php:564
3295
  msgid "Attendees"
3296
  msgstr ""
3297
 
3298
+ #: app/controller/javascript.php:565
3299
  msgid "Hide Attendees"
3300
  msgstr ""
3301
 
3302
+ #: app/controller/javascript.php:566
3303
  msgid "Attendees List"
3304
  msgstr ""
3305
 
3306
+ #: app/controller/javascript.php:567
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"
3318
 
3319
+ #: app/controller/javascript.php:570
3320
  msgid "No attendees for this ticket type."
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3324
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3325
  msgid "Edit"
3326
  msgstr "Editar"
3327
 
3328
+ #: app/controller/javascript.php:572
3329
  msgid "Code"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3333
  #: public/admin/box_event_cost.php:308
3334
  msgid "Unlimited"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:579
3338
  msgid "Your message has been sent. Thank you for your feedback."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:580
3342
  msgid "Your message has not been sent. Please try again or contact us."
3343
  msgstr ""
3344
 
3390
  msgid "Loading&hellip;"
3391
  msgstr "Carregando&hellip;"
3392
 
3393
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3394
  msgid "Preview:"
3395
  msgstr "Visualização:"
3396
 
3397
+ #: app/controller/javascript.php:543
3398
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3399
  msgstr "Carregando visualização&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3400
 
3401
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3402
  msgid "Ticketing Details"
3403
  msgstr ""
3404
 
3405
+ #: app/controller/javascript.php:549
3406
  msgid "Hide Ticketing Details"
3407
  msgstr ""
3408
 
3409
+ #: app/controller/javascript.php:550
3410
  msgid "Loading tickets details..."
3411
  msgstr ""
3412
 
3413
+ #: app/controller/javascript.php:551
3414
  msgid "Type and price"
3415
  msgstr ""
3416
 
3417
+ #: app/controller/javascript.php:552
3418
  msgid "Info"
3419
  msgstr ""
3420
 
language/all-in-one-event-calendar-pt_PT.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "ultimo"
2825
  msgid "month(s)"
2826
  msgstr "mês(es)"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Link CSS</strong> na secção <code>&lt;head&gt;</code> quando cache do ficheiro não está disponivel."
2831
 
2832
- #: app/model/settings.php:948
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 "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."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Actual<strong>robots.txt</strong> neste site"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2858,19 @@ msgstr ""
2851
  " →\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\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:981
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>Publique, promova e partilhe meus eventos</strong> marcada como Publico na rede da Timely . (<a href=\"%s\" target=\"_blank\">Saiba Mais &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1004
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Cache do modelo melhora o desempenho do site"
2861
 
2862
- #: app/model/settings.php:1017
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1020
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
 
@@ -2915,63 +2922,63 @@ msgstr "Mostrar Tudo"
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:747
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Rigorosa compatibilidade na filtragem de conteúdos"
2921
 
2922
- #: app/model/settings.php:759
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr "<strong>Ocultar imagem de destaque</strong> da páginas de detalhes do evento"
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Seleccione este opção se o seu tema já mostra a imagem de destaque de cada post."
2929
 
2930
- #: app/model/settings.php:773
2931
  msgid "Input dates in this format"
2932
  msgstr "Introduzir datas neste formato"
2933
 
2934
- #: app/model/settings.php:778
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Padrão (d/m/yyyy)"
2937
 
2938
- #: app/model/settings.php:782
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "US (m/d/yyyy)"
2941
 
2942
- #: app/model/settings.php:786
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (yyyy-m-d)"
2945
 
2946
- #: app/model/settings.php:790
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Pontuado (m.d.yyyy)"
2949
 
2950
- #: app/model/settings.php:802
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr "Utilize <strong>tempo no formato 24</strong> nos seleccionadores de tempo"
2953
 
2954
- #: app/model/settings.php:813
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Desactivar função autocompletar endereço</strong> "
2957
 
2958
- #: app/model/settings.php:824
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Utilize a <strong>região</strong> configurada (WordPress locale) para ignorar a função de autocompletar endereço."
2961
 
2962
- #: app/model/settings.php:840
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr " Mostrar o antigo botão<strong>Publique Seu Evento</strong> por cima do calendário para utilizadores previligiados"
2965
 
2966
- #: app/model/settings.php:843
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 "Instale a <a target=\"_blank\" href=\"http://time.ly/\">Extensão Frontend Interactive</a> para <strong> o formulário Post Your Event frontend </strong>."
2969
 
2970
- #: app/model/settings.php:864
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Mover calendário para este elemento DOM"
2973
 
2974
- #: app/model/settings.php:866
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,23 +2998,23 @@ msgstr ""
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:885
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Salte <tt>in_the_loop()</tt> verificar </strong> que proteje contra multiplos calendários output"
2997
 
2998
- #: app/model/settings.php:888
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 "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."
3001
 
3002
- #: app/model/settings.php:900
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Desactivar compressão <strong>gzip</strong>"
3005
 
3006
- #: app/model/settings.php:915
3007
  msgid "Use frontend rendering."
3008
  msgstr "Utilize a renderização do frontend"
3009
 
3010
- #: app/model/settings.php:918
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Renderizar a vista do calendário no cliente em vez de no servidor; pode melhorar a performance."
3013
 
@@ -3031,15 +3038,15 @@ msgstr "Vista de Semana/Dia começa em"
3031
  msgid "Week/Day view ends at"
3032
  msgstr "Vista de Semana/Dia termina em"
3033
 
3034
- #: app/model/settings.php:559
3035
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3036
  msgstr "<strong>Word-wrap topo de eventos</strong> em vista de Mês"
3037
 
3038
- #: app/model/settings.php:562
3039
  msgid "Only applies to events that span a single day."
3040
  msgstr "Só se aplica a eventos que se estendem por um único dia."
3041
 
3042
- #: app/model/settings.php:574
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 +3060,55 @@ msgstr ""
3053
  " →\t→\t→\t→\t→\t→\tAgenda-like views</span>, <strong>include all events\n"
3054
  " →\t→\t→\t→\t→\t→\tfrom last day shown</strong>"
3055
 
3056
- #: app/model/settings.php:590
3057
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3058
  msgstr "Manter todos os eventos <strong>expandidos</strong> na vista de agenda"
3059
 
3060
- #: app/model/settings.php:602
3061
  msgid "<strong>Show year</strong> in calendar date labels"
3062
  msgstr "<strong>Mostrar ano</strong> nos rótulos de data do calendário"
3063
 
3064
- #: app/model/settings.php:614
3065
  msgid "<strong>Show location in event titles</strong> in calendar views"
3066
  msgstr "<strong>Mostrar localização nos títulos dos eventos</strong> nas vistas de calendário"
3067
 
3068
- #: app/model/settings.php:626
3069
  msgid "<strong>Exclude</strong> events from search results"
3070
  msgstr "<strong>Excluir</strong> eventos dos resultados de pesquisa"
3071
 
3072
- #: app/model/settings.php:638
3073
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3074
  msgstr "Ocultar botões <strong>Inscrever</strong>/<strong>Adicionar a calendário</strong> em calendário e vistas de eventos únicos "
3075
 
3076
- #: app/model/settings.php:650
3077
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3078
  msgstr "Oculta o botão <strong>Obtém um calendário Timely</strong> "
3079
 
3080
- #: app/model/settings.php:662
3081
  msgid " Hide <strong>Google Maps</strong> until clicked"
3082
  msgstr "Ocultar <strong>Google Maps</strong> até ser clicado"
3083
 
3084
- #: app/model/settings.php:674
3085
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3086
  msgstr "<strong>Fixar filtro do menu</strong> no topo da janela quando rolar para fora de vista"
3087
 
3088
- #: app/model/settings.php:677
3089
  msgid "Only applies to first visible calendar found on the page."
3090
  msgstr "Apenas aplicável quando visualizar o calendário pela primeira vez encontrado nesta página."
3091
 
3092
- #: app/model/settings.php:689
3093
  msgid "Offset affixed filter bar vertically by"
3094
  msgstr "Fixar deslocamento da barra de filtros na vertical por"
3095
 
3096
- #: app/model/settings.php:704
3097
  msgid "Wide screens only (&#8805; 1200px)"
3098
  msgstr "Telas amplas apenas (&#8805; 1200px)"
3099
 
3100
- #: app/model/settings.php:719
3101
  msgid "Tablets only (< 980px)"
3102
  msgstr "Tablets apenas (< 980px)"
3103
 
3104
- #: app/model/settings.php:734
3105
  msgid "Phones only (< 768px)"
3106
  msgstr "Telefones Apenas (< 768px)"
3107
 
@@ -3198,15 +3205,15 @@ msgstr "FusoHorário"
3198
  msgid "Preselected calendar filters"
3199
  msgstr "Filtros pré-selecionados de calendário"
3200
 
3201
- #: app/controller/javascript.php:581
3202
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3203
  msgstr "Algumas coisa de errado aconteceu quando enquanto procurava eventos,<br>O estado do pedido é: %STATUS% <br>O error apresentado foi: %ERROR%"
3204
 
3205
- #: app/controller/javascript.php:590
3206
  msgid "The end date can't be earlier than the start date."
3207
  msgstr "A data final não pode ser anterior à data de inicio"
3208
 
3209
- #: app/controller/javascript.php:591
3210
  msgid "For week and day view, you must select an interval of at least 6 hours."
3211
  msgstr "Para vista de semana ou dia, tem de selecionar um intervalo de, pelo menos, 6 horas"
3212
 
@@ -3230,11 +3237,11 @@ msgstr ""
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:162
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:153
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
@@ -3262,94 +3269,94 @@ msgstr ""
3262
  msgid "Sold out"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:553
3266
  msgid "Report"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:554
3270
  msgid "Sale dates"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:555
3274
  msgid "Limits"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:556
3278
  msgid "Actions"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:557
3282
  msgid "Sold:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:558
3286
  msgid "Left:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:559
3290
  msgid "Start:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:560
3294
  msgid "End:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3298
  msgid "Min:"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3302
  msgid "Max:"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:563
3306
  msgid "Attendees"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:564
3310
  msgid "Hide Attendees"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:565
3314
  msgid "Attendees List"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:566
3318
  msgid "Guest Name"
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3322
  msgid "Status"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3326
  #: app/view/event/ticket.php:71
3327
  msgid "Email"
3328
  msgstr "Email"
3329
 
3330
- #: app/controller/javascript.php:569
3331
  msgid "No attendees for this ticket type."
3332
  msgstr ""
3333
 
3334
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3335
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3336
  msgid "Edit"
3337
  msgstr "Editar"
3338
 
3339
- #: app/controller/javascript.php:571
3340
  msgid "Code"
3341
  msgstr ""
3342
 
3343
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3344
  #: public/admin/box_event_cost.php:308
3345
  msgid "Unlimited"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:578
3349
  msgid "Your message has been sent. Thank you for your feedback."
3350
  msgstr ""
3351
 
3352
- #: app/controller/javascript.php:579
3353
  msgid "Your message has not been sent. Please try again or contact us."
3354
  msgstr ""
3355
 
@@ -3401,31 +3408,31 @@ msgstr "Por favor tenha em atenção que os URLs devem começar com \"http://\"
3401
  msgid "Loading&hellip;"
3402
  msgstr "Carregando&hellip;"
3403
 
3404
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3405
  msgid "Preview:"
3406
  msgstr "Visualizar"
3407
 
3408
- #: app/controller/javascript.php:542
3409
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3410
  msgstr "Carregando a visualização&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3411
 
3412
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3413
  msgid "Ticketing Details"
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:548
3417
  msgid "Hide Ticketing Details"
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:549
3421
  msgid "Loading tickets details..."
3422
  msgstr ""
3423
 
3424
- #: app/controller/javascript.php:550
3425
  msgid "Type and price"
3426
  msgstr ""
3427
 
3428
- #: app/controller/javascript.php:551
3429
  msgid "Info"
3430
  msgstr ""
3431
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  " →\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
 
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
  " →\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
 
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
  " →\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
 
3205
  msgid "Preselected calendar filters"
3206
  msgstr "Filtros pré-selecionados de calendário"
3207
 
3208
+ #: app/controller/javascript.php:582
3209
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3210
  msgstr "Algumas coisa de errado aconteceu quando enquanto procurava eventos,<br>O estado do pedido é: %STATUS% <br>O error apresentado foi: %ERROR%"
3211
 
3212
+ #: app/controller/javascript.php:591
3213
  msgid "The end date can't be earlier than the start date."
3214
  msgstr "A data final não pode ser anterior à data de inicio"
3215
 
3216
+ #: app/controller/javascript.php:592
3217
  msgid "For week and day view, you must select an interval of at least 6 hours."
3218
  msgstr "Para vista de semana ou dia, tem de selecionar um intervalo de, pelo menos, 6 horas"
3219
 
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
 
3269
  msgid "Sold out"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:554
3273
  msgid "Report"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:555
3277
  msgid "Sale dates"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:556
3281
  msgid "Limits"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:557
3285
  msgid "Actions"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:558
3289
  msgid "Sold:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:559
3293
  msgid "Left:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:560
3297
  msgid "Start:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:561
3301
  msgid "End:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3305
  msgid "Min:"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3309
  msgid "Max:"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:564
3313
  msgid "Attendees"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:565
3317
  msgid "Hide Attendees"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:566
3321
  msgid "Attendees List"
3322
  msgstr ""
3323
 
3324
+ #: app/controller/javascript.php:567
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"
3336
 
3337
+ #: app/controller/javascript.php:570
3338
  msgid "No attendees for this ticket type."
3339
  msgstr ""
3340
 
3341
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3342
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3343
  msgid "Edit"
3344
  msgstr "Editar"
3345
 
3346
+ #: app/controller/javascript.php:572
3347
  msgid "Code"
3348
  msgstr ""
3349
 
3350
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3351
  #: public/admin/box_event_cost.php:308
3352
  msgid "Unlimited"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:579
3356
  msgid "Your message has been sent. Thank you for your feedback."
3357
  msgstr ""
3358
 
3359
+ #: app/controller/javascript.php:580
3360
  msgid "Your message has not been sent. Please try again or contact us."
3361
  msgstr ""
3362
 
3408
  msgid "Loading&hellip;"
3409
  msgstr "Carregando&hellip;"
3410
 
3411
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3412
  msgid "Preview:"
3413
  msgstr "Visualizar"
3414
 
3415
+ #: app/controller/javascript.php:543
3416
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3417
  msgstr "Carregando a visualização&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3418
 
3419
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3420
  msgid "Ticketing Details"
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:549
3424
  msgid "Hide Ticketing Details"
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:550
3428
  msgid "Loading tickets details..."
3429
  msgstr ""
3430
 
3431
+ #: app/controller/javascript.php:551
3432
  msgid "Type and price"
3433
  msgstr ""
3434
 
3435
+ #: app/controller/javascript.php:552
3436
  msgid "Info"
3437
  msgstr ""
3438
 
language/all-in-one-event-calendar-ro_RO.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2826,19 +2833,19 @@ msgstr "ultimul"
2826
  msgid "month(s)"
2827
  msgstr "lună(luni)"
2828
 
2829
- #: app/model/settings.php:945
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  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."
2832
 
2833
- #: app/model/settings.php:948
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 "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)."
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr "Fișierul actual <strong>robots.txt</strong> de pe acest site"
2840
 
2841
- #: app/model/settings.php:964
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"
@@ -2852,19 +2859,19 @@ msgstr ""
2852
  "→\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"
2853
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2854
 
2855
- #: app/model/settings.php:981
2856
  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>)"
2857
  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>)"
2858
 
2859
- #: app/model/settings.php:1004
2860
  msgid "Templates cache improves site performance"
2861
  msgstr "Cache-ul șabloanelor îmbunătățește performanța site-ului"
2862
 
2863
- #: app/model/settings.php:1017
2864
  msgid "Display events in <strong>calendar time zone</strong>"
2865
  msgstr ""
2866
 
2867
- #: app/model/settings.php:1020
2868
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2869
  msgstr ""
2870
 
@@ -2916,63 +2923,63 @@ msgstr "Arată tot"
2916
  msgid "Show All Authors"
2917
  msgstr ""
2918
 
2919
- #: app/model/settings.php:747
2920
  msgid "Strict compatibility content filtering"
2921
  msgstr "Compatibilitate strictă la filtrarea conținutului "
2922
 
2923
- #: app/model/settings.php:759
2924
  msgid " <strong>Hide featured image</strong> from event details page"
2925
  msgstr " <strong>Ascunde imaginea recomandată</strong> de la detaliile paginii de evenimente"
2926
 
2927
- #: app/model/settings.php:762
2928
  msgid "Select this option if your theme already displays each post's featured image."
2929
  msgstr "Selectați această opțiune dacă tema dvoastră deja afișează imaginea reprezentativă (featured) a fiecărei postări."
2930
 
2931
- #: app/model/settings.php:773
2932
  msgid "Input dates in this format"
2933
  msgstr "Introduceţi datele în acest format"
2934
 
2935
- #: app/model/settings.php:778
2936
  msgid "Default (d/m/yyyy)"
2937
  msgstr "Standard (d/m/yyyy)"
2938
 
2939
- #: app/model/settings.php:782
2940
  msgid "US (m/d/yyyy)"
2941
  msgstr "Statele Unite (m/d/yyyy)"
2942
 
2943
- #: app/model/settings.php:786
2944
  msgid "ISO 8601 (yyyy-m-d)"
2945
  msgstr "ISO 8601 (yyyy-m-d)"
2946
 
2947
- #: app/model/settings.php:790
2948
  msgid "Dotted (m.d.yyyy)"
2949
  msgstr "Punctat (m.d.yyyy)"
2950
 
2951
- #: app/model/settings.php:802
2952
  msgid " Use <strong>24h time</strong> in time pickers"
2953
  msgstr "Folosiți <strong>ora în format de 24 ore</strong> la alegerea orei"
2954
 
2955
- #: app/model/settings.php:813
2956
  msgid "<strong>Disable address autocomplete</strong> function"
2957
  msgstr "<strong>Dezactivați funcția de autocompletare a adresei</strong>"
2958
 
2959
- #: app/model/settings.php:824
2960
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
  msgstr "Folosiți <strong>regiunea</strong> configurată (localizarea WordPress) pentru a influența funcția de autocompletare a adresei"
2962
 
2963
- #: app/model/settings.php:840
2964
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2965
  msgstr "Afișați vechiul buton <strong>Postați Evenimentele Dvoastră</strong> deasupra calendarului pentru utilizatorii privilegiați"
2966
 
2967
- #: app/model/settings.php:843
2968
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2969
  msgstr ""
2970
 
2971
- #: app/model/settings.php:864
2972
  msgid "Move calendar into this DOM element"
2973
  msgstr "Mută calendarul în acest element DOM"
2974
 
2975
- #: app/model/settings.php:866
2976
  msgid ""
2977
  "Optional. Use this JavaScript-based shortcut to place the\n"
2978
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2984,23 +2991,23 @@ msgid ""
2984
  "\t\t\t\t\t\tby the calendar."
2985
  msgstr ""
2986
 
2987
- #: app/model/settings.php:885
2988
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2989
  msgstr "<strong>Omiteți verificarea <tt>in_the_loop()</tt></strong> care protejează de afișarea multiplă a calendarului"
2990
 
2991
- #: app/model/settings.php:888
2992
  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."
2993
  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ă."
2994
 
2995
- #: app/model/settings.php:900
2996
  msgid "Disable <strong>gzip</strong> compression."
2997
  msgstr "Dezactivaţi compresia <strong>gzip</strong>."
2998
 
2999
- #: app/model/settings.php:915
3000
  msgid "Use frontend rendering."
3001
  msgstr "Folosește redarea la nivel de client („frontend”)."
3002
 
3003
- #: app/model/settings.php:918
3004
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3005
  msgstr "Creează vizualizările calendarului la nivel de client, nu pe server; aceasta poate îmbunătăți performanța."
3006
 
@@ -3024,15 +3031,15 @@ msgstr "Vizualizarea săptămânală/zilnică începe cu"
3024
  msgid "Week/Day view ends at"
3025
  msgstr "Vizualizarea săptămânală/zilnică se termină cu "
3026
 
3027
- #: app/model/settings.php:559
3028
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3029
  msgstr ""
3030
 
3031
- #: app/model/settings.php:562
3032
  msgid "Only applies to events that span a single day."
3033
  msgstr "Se aplică doar la evenimentele care se întind pe o singură zi."
3034
 
3035
- #: app/model/settings.php:574
3036
  msgid ""
3037
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3038
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3046,55 +3053,55 @@ msgstr ""
3046
  "→\t→\t→\t→\t→\t→\tVederile asemănătoare cu Agenda</span>, <strong>includ toate evenimentele\n"
3047
  "→\t→\t→\t→\t→\t→\tîncepând cu ultima zi afișată</strong>"
3048
 
3049
- #: app/model/settings.php:590
3050
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:602
3054
  msgid "<strong>Show year</strong> in calendar date labels"
3055
  msgstr ""
3056
 
3057
- #: app/model/settings.php:614
3058
  msgid "<strong>Show location in event titles</strong> in calendar views"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:626
3062
  msgid "<strong>Exclude</strong> events from search results"
3063
  msgstr "<strong>Excludeţi</strong> evenimentele din rezultatele căutării"
3064
 
3065
- #: app/model/settings.php:638
3066
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3067
  msgstr "Ascundeţi butoanele <strong>Abonare</strong>/<strong>Adăugaţi la Calendar</strong> din calendar şi din vizualizarea evenimentului singular"
3068
 
3069
- #: app/model/settings.php:650
3070
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3071
  msgstr "Ascunde butonul <strong>Obține un Calendar Timely</strong>"
3072
 
3073
- #: app/model/settings.php:662
3074
  msgid " Hide <strong>Google Maps</strong> until clicked"
3075
  msgstr "Ascunde <strong>Harta Google</strong> până este dat click"
3076
 
3077
- #: app/model/settings.php:674
3078
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3079
  msgstr "<strong>Atașați meniul de filtrare</strong> la partea de sus a ferestrei atunci când pagina se derulează"
3080
 
3081
- #: app/model/settings.php:677
3082
  msgid "Only applies to first visible calendar found on the page."
3083
  msgstr "Se aplică doar primului calendar vizibil găsit pe pagină."
3084
 
3085
- #: app/model/settings.php:689
3086
  msgid "Offset affixed filter bar vertically by"
3087
  msgstr "Decalează vertical bara de filtrare atașată cu"
3088
 
3089
- #: app/model/settings.php:704
3090
  msgid "Wide screens only (&#8805; 1200px)"
3091
  msgstr "Numai ecrane late (&#8805; 1200px)"
3092
 
3093
- #: app/model/settings.php:719
3094
  msgid "Tablets only (< 980px)"
3095
  msgstr "Doar pentru Tablete (< 980px)"
3096
 
3097
- #: app/model/settings.php:734
3098
  msgid "Phones only (< 768px)"
3099
  msgstr "Doar telefoane (<768px)"
3100
 
@@ -3195,15 +3202,15 @@ msgstr "Fus orar"
3195
  msgid "Preselected calendar filters"
3196
  msgstr "Filtrele preselectate ale calendarului"
3197
 
3198
- #: app/controller/javascript.php:581
3199
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3200
  msgstr "Ceva nu a mers bine în timp ce se preluat evenimente<br>Starea solicitată este: %STATUS% <br>Eroarea returnată a fost: %ERROR%"
3201
 
3202
- #: app/controller/javascript.php:590
3203
  msgid "The end date can't be earlier than the start date."
3204
  msgstr "Data de sfârșit nu poate fi înaintea datei de început."
3205
 
3206
- #: app/controller/javascript.php:591
3207
  msgid "For week and day view, you must select an interval of at least 6 hours."
3208
  msgstr "Pentru vizualizarea pe săptămână și pe zi, trebuie să selectați un interval de cel puțin 6 ore."
3209
 
@@ -3227,11 +3234,11 @@ msgstr ""
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:162
3231
  msgid "Payment preferences were not saved."
3232
  msgstr ""
3233
 
3234
- #: app/model/api/api-registration.php:153
3235
  msgid "Payment preferences were saved."
3236
  msgstr ""
3237
 
@@ -3259,94 +3266,94 @@ msgstr ""
3259
  msgid "Sold out"
3260
  msgstr ""
3261
 
3262
- #: app/controller/javascript.php:553
3263
  msgid "Report"
3264
  msgstr ""
3265
 
3266
- #: app/controller/javascript.php:554
3267
  msgid "Sale dates"
3268
  msgstr ""
3269
 
3270
- #: app/controller/javascript.php:555
3271
  msgid "Limits"
3272
  msgstr ""
3273
 
3274
- #: app/controller/javascript.php:556
3275
  msgid "Actions"
3276
  msgstr ""
3277
 
3278
- #: app/controller/javascript.php:557
3279
  msgid "Sold:"
3280
  msgstr ""
3281
 
3282
- #: app/controller/javascript.php:558
3283
  msgid "Left:"
3284
  msgstr ""
3285
 
3286
- #: app/controller/javascript.php:559
3287
  msgid "Start:"
3288
  msgstr ""
3289
 
3290
- #: app/controller/javascript.php:560
3291
  msgid "End:"
3292
  msgstr ""
3293
 
3294
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3295
  msgid "Min:"
3296
  msgstr ""
3297
 
3298
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3299
  msgid "Max:"
3300
  msgstr ""
3301
 
3302
- #: app/controller/javascript.php:563
3303
  msgid "Attendees"
3304
  msgstr ""
3305
 
3306
- #: app/controller/javascript.php:564
3307
  msgid "Hide Attendees"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:565
3311
  msgid "Attendees List"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:566
3315
  msgid "Guest Name"
3316
  msgstr ""
3317
 
3318
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3319
  msgid "Status"
3320
  msgstr ""
3321
 
3322
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3323
  #: app/view/event/ticket.php:71
3324
  msgid "Email"
3325
  msgstr "Email"
3326
 
3327
- #: app/controller/javascript.php:569
3328
  msgid "No attendees for this ticket type."
3329
  msgstr ""
3330
 
3331
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3332
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3333
  msgid "Edit"
3334
  msgstr "Editează"
3335
 
3336
- #: app/controller/javascript.php:571
3337
  msgid "Code"
3338
  msgstr ""
3339
 
3340
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3341
  #: public/admin/box_event_cost.php:308
3342
  msgid "Unlimited"
3343
  msgstr ""
3344
 
3345
- #: app/controller/javascript.php:578
3346
  msgid "Your message has been sent. Thank you for your feedback."
3347
  msgstr ""
3348
 
3349
- #: app/controller/javascript.php:579
3350
  msgid "Your message has not been sent. Please try again or contact us."
3351
  msgstr ""
3352
 
@@ -3398,31 +3405,31 @@ msgstr "Vă rugăm să rețineți că URL-urile trebuie să înceapă fie cu „
3398
  msgid "Loading&hellip;"
3399
  msgstr "Se încarcă&hellip;"
3400
 
3401
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3402
  msgid "Preview:"
3403
  msgstr "Previzualizare:"
3404
 
3405
- #: app/controller/javascript.php:542
3406
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3407
  msgstr "Se încarcă previzualizarea&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3408
 
3409
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3410
  msgid "Ticketing Details"
3411
  msgstr ""
3412
 
3413
- #: app/controller/javascript.php:548
3414
  msgid "Hide Ticketing Details"
3415
  msgstr ""
3416
 
3417
- #: app/controller/javascript.php:549
3418
  msgid "Loading tickets details..."
3419
  msgstr ""
3420
 
3421
- #: app/controller/javascript.php:550
3422
  msgid "Type and price"
3423
  msgstr ""
3424
 
3425
- #: app/controller/javascript.php:551
3426
  msgid "Info"
3427
  msgstr ""
3428
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "\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
 
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
  "→\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
 
3202
  msgid "Preselected calendar filters"
3203
  msgstr "Filtrele preselectate ale calendarului"
3204
 
3205
+ #: app/controller/javascript.php:582
3206
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3207
  msgstr "Ceva nu a mers bine în timp ce se preluat evenimente<br>Starea solicitată este: %STATUS% <br>Eroarea returnată a fost: %ERROR%"
3208
 
3209
+ #: app/controller/javascript.php:591
3210
  msgid "The end date can't be earlier than the start date."
3211
  msgstr "Data de sfârșit nu poate fi înaintea datei de început."
3212
 
3213
+ #: app/controller/javascript.php:592
3214
  msgid "For week and day view, you must select an interval of at least 6 hours."
3215
  msgstr "Pentru vizualizarea pe săptămână și pe zi, trebuie să selectați un interval de cel puțin 6 ore."
3216
 
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
 
3266
  msgid "Sold out"
3267
  msgstr ""
3268
 
3269
+ #: app/controller/javascript.php:554
3270
  msgid "Report"
3271
  msgstr ""
3272
 
3273
+ #: app/controller/javascript.php:555
3274
  msgid "Sale dates"
3275
  msgstr ""
3276
 
3277
+ #: app/controller/javascript.php:556
3278
  msgid "Limits"
3279
  msgstr ""
3280
 
3281
+ #: app/controller/javascript.php:557
3282
  msgid "Actions"
3283
  msgstr ""
3284
 
3285
+ #: app/controller/javascript.php:558
3286
  msgid "Sold:"
3287
  msgstr ""
3288
 
3289
+ #: app/controller/javascript.php:559
3290
  msgid "Left:"
3291
  msgstr ""
3292
 
3293
+ #: app/controller/javascript.php:560
3294
  msgid "Start:"
3295
  msgstr ""
3296
 
3297
+ #: app/controller/javascript.php:561
3298
  msgid "End:"
3299
  msgstr ""
3300
 
3301
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3302
  msgid "Min:"
3303
  msgstr ""
3304
 
3305
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3306
  msgid "Max:"
3307
  msgstr ""
3308
 
3309
+ #: app/controller/javascript.php:564
3310
  msgid "Attendees"
3311
  msgstr ""
3312
 
3313
+ #: app/controller/javascript.php:565
3314
  msgid "Hide Attendees"
3315
  msgstr ""
3316
 
3317
+ #: app/controller/javascript.php:566
3318
  msgid "Attendees List"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:567
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"
3333
 
3334
+ #: app/controller/javascript.php:570
3335
  msgid "No attendees for this ticket type."
3336
  msgstr ""
3337
 
3338
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3339
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3340
  msgid "Edit"
3341
  msgstr "Editează"
3342
 
3343
+ #: app/controller/javascript.php:572
3344
  msgid "Code"
3345
  msgstr ""
3346
 
3347
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3348
  #: public/admin/box_event_cost.php:308
3349
  msgid "Unlimited"
3350
  msgstr ""
3351
 
3352
+ #: app/controller/javascript.php:579
3353
  msgid "Your message has been sent. Thank you for your feedback."
3354
  msgstr ""
3355
 
3356
+ #: app/controller/javascript.php:580
3357
  msgid "Your message has not been sent. Please try again or contact us."
3358
  msgstr ""
3359
 
3405
  msgid "Loading&hellip;"
3406
  msgstr "Se încarcă&hellip;"
3407
 
3408
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3409
  msgid "Preview:"
3410
  msgstr "Previzualizare:"
3411
 
3412
+ #: app/controller/javascript.php:543
3413
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3414
  msgstr "Se încarcă previzualizarea&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3415
 
3416
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3417
  msgid "Ticketing Details"
3418
  msgstr ""
3419
 
3420
+ #: app/controller/javascript.php:549
3421
  msgid "Hide Ticketing Details"
3422
  msgstr ""
3423
 
3424
+ #: app/controller/javascript.php:550
3425
  msgid "Loading tickets details..."
3426
  msgstr ""
3427
 
3428
+ #: app/controller/javascript.php:551
3429
  msgid "Type and price"
3430
  msgstr ""
3431
 
3432
+ #: app/controller/javascript.php:552
3433
  msgid "Info"
3434
  msgstr ""
3435
 
language/all-in-one-event-calendar-ru_RU.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2826,19 +2833,19 @@ msgstr "последний"
2826
  msgid "month(s)"
2827
  msgstr "месяц (месяцы)"
2828
 
2829
- #: app/model/settings.php:945
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> секции, когда кэш-файл недоступен."
2832
 
2833
- #: app/model/settings.php:948
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 "Используйте эту опцию если кэш-файл недоступен и вы хотите сделать CSS в виде ссылки, а не выходить в линию."
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr "Текущий файл <strong>robots.txt</strong> на этой сайте"
2840
 
2841
- #: app/model/settings.php:964
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"
@@ -2852,19 +2859,19 @@ msgstr ""
2852
  "→\t→\t→\t→\t→\t→\tо доступе ко всей или к части веб-сайта, который в противном случае будет в открытом доступе.\n"
2853
  "→\t→\t→\t→\t→\t→\tВы можете изменить его вручную путем редактирования <code>robots.txt</code> в корневом каталоге WordPress."
2854
 
2855
- #: app/model/settings.php:981
2856
  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>)"
2857
  msgstr "<strong>Рекламировать, продвигать и делиться моими событиями</strong>, отмеченными как публичные во Временной сети. (<a href=\"%s\" target=\"_blank\">Узнать больше &#187;</a>)"
2858
 
2859
- #: app/model/settings.php:1004
2860
  msgid "Templates cache improves site performance"
2861
  msgstr "Кэш шаблонов исправит производительность сайта"
2862
 
2863
- #: app/model/settings.php:1017
2864
  msgid "Display events in <strong>calendar time zone</strong>"
2865
  msgstr ""
2866
 
2867
- #: app/model/settings.php:1020
2868
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2869
  msgstr ""
2870
 
@@ -2916,63 +2923,63 @@ msgstr "Показать все"
2916
  msgid "Show All Authors"
2917
  msgstr ""
2918
 
2919
- #: app/model/settings.php:747
2920
  msgid "Strict compatibility content filtering"
2921
  msgstr "Строгое соответствие контента фильтрам"
2922
 
2923
- #: app/model/settings.php:759
2924
  msgid " <strong>Hide featured image</strong> from event details page"
2925
  msgstr " <strong>Скрыть изображение</strong> со страницы описания события"
2926
 
2927
- #: app/model/settings.php:762
2928
  msgid "Select this option if your theme already displays each post's featured image."
2929
  msgstr "Выберите эту опцию, если ваша тема уже показывает изображения каждого сообщения."
2930
 
2931
- #: app/model/settings.php:773
2932
  msgid "Input dates in this format"
2933
  msgstr "Введите дату в этом формате"
2934
 
2935
- #: app/model/settings.php:778
2936
  msgid "Default (d/m/yyyy)"
2937
  msgstr "по-умолчанию (дд/мм/год)"
2938
 
2939
- #: app/model/settings.php:782
2940
  msgid "US (m/d/yyyy)"
2941
  msgstr "США (мм/дд/год)"
2942
 
2943
- #: app/model/settings.php:786
2944
  msgid "ISO 8601 (yyyy-m-d)"
2945
  msgstr "ISO 8601 (год-мм-дд)"
2946
 
2947
- #: app/model/settings.php:790
2948
  msgid "Dotted (m.d.yyyy)"
2949
  msgstr "Разделение точками (мес.день.год)"
2950
 
2951
- #: app/model/settings.php:802
2952
  msgid " Use <strong>24h time</strong> in time pickers"
2953
  msgstr "Использовать <strong>24-х часовой</strong> во времени выборки "
2954
 
2955
- #: app/model/settings.php:813
2956
  msgid "<strong>Disable address autocomplete</strong> function"
2957
  msgstr "Отключить функцию <strong>автозаполнения адреса</strong>"
2958
 
2959
- #: app/model/settings.php:824
2960
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
  msgstr "Использовать установки <strong>регион</strong> (локально WordPress) для смещения функции автозаполнения адреса"
2962
 
2963
- #: app/model/settings.php:840
2964
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2965
  msgstr "Показывать старую кнопку <strong>Опубликовать ваше событие</strong> над календарём, для привелегированных пользователей"
2966
 
2967
- #: app/model/settings.php:843
2968
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2969
  msgstr "Установить <a target=\"_blank\" href=\"http://time.ly/\">интерактивный расширения во внешнем интерфейсе </a> для <strong>внешней формы Опубликовать ваше событие</strong>."
2970
 
2971
- #: app/model/settings.php:864
2972
  msgid "Move calendar into this DOM element"
2973
  msgstr "Переместить календарь в этот элемент DOM"
2974
 
2975
- #: app/model/settings.php:866
2976
  msgid ""
2977
  "Optional. Use this JavaScript-based shortcut to place the\n"
2978
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2992,23 +2999,23 @@ msgstr ""
2992
  "→\t→\t→\t→\t→\t→\tЛюбая имеющаяся разметка, найденная внутри целевой, \n"
2993
  "→\t→\t→\t→\t→\t→\tбудет заменена календарём."
2994
 
2995
- #: app/model/settings.php:885
2996
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2997
  msgstr "<strong>Пропустить <tt>in_the_loop()</tt> проверку </strong>, которая защищает от многократного выхода из календаря"
2998
 
2999
- #: app/model/settings.php:888
3000
  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."
3001
  msgstr "Попробуйте включить эту опцию, если ваш календарь не появляется на странице календаря. Это необходимо для совместимости с небольшим числом тем, которым нужна <tt>the_content()</tt> извне. Иначе, оставьте отключенным."
3002
 
3003
- #: app/model/settings.php:900
3004
  msgid "Disable <strong>gzip</strong> compression."
3005
  msgstr "Запретить <strong>gzip</strong> компрессию."
3006
 
3007
- #: app/model/settings.php:915
3008
  msgid "Use frontend rendering."
3009
  msgstr "Используйте визуализацию фронтэнда."
3010
 
3011
- #: app/model/settings.php:918
3012
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3013
  msgstr "Прорисовывать календарь на стороне клиента; может увеличить быстродействие."
3014
 
@@ -3032,15 +3039,15 @@ msgstr "Вид неделя/день начинается с"
3032
  msgid "Week/Day view ends at"
3033
  msgstr "Вид неделя/день заканчивается на"
3034
 
3035
- #: app/model/settings.php:559
3036
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3037
  msgstr "<strong>Заглушки переноса слов событий </strong> в виде Месяц"
3038
 
3039
- #: app/model/settings.php:562
3040
  msgid "Only applies to events that span a single day."
3041
  msgstr "Относится только к событиям, которые охватывают один день."
3042
 
3043
- #: app/model/settings.php:574
3044
  msgid ""
3045
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3046
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3054,55 +3061,55 @@ msgstr ""
3054
  "→\t→\t→\t→\t→\t→\tПросмотр как Повестка дня</span>, <strong>включая все события\n"
3055
  "→\t→\t→\t→\t→\t→\tначиная с последнего дня</strong>"
3056
 
3057
- #: app/model/settings.php:590
3058
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3059
  msgstr "Оставить все события <strong>развернутыми</strong> в виде Повестка дня"
3060
 
3061
- #: app/model/settings.php:602
3062
  msgid "<strong>Show year</strong> in calendar date labels"
3063
  msgstr "<strong>Показывать год</strong> в этикетках календарной даты"
3064
 
3065
- #: app/model/settings.php:614
3066
  msgid "<strong>Show location in event titles</strong> in calendar views"
3067
  msgstr "<strong>Показывать местоположение в заголовках событий</strong> при просмотре календаря"
3068
 
3069
- #: app/model/settings.php:626
3070
  msgid "<strong>Exclude</strong> events from search results"
3071
  msgstr "<strong>Исключить</strong> события из результатов поиска"
3072
 
3073
- #: app/model/settings.php:638
3074
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3075
  msgstr "Скрыть кнопки <strong>Подписаться</strong>/<strong>Добавить в календарь</strong> в календаре и едином просмотре события "
3076
 
3077
- #: app/model/settings.php:650
3078
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3079
  msgstr "Скрыть кнопку <strong>Получить Timely Calendar</strong>"
3080
 
3081
- #: app/model/settings.php:662
3082
  msgid " Hide <strong>Google Maps</strong> until clicked"
3083
  msgstr "Скрыть <strong>Карту Google</strong> до нажатия мышкой по ней"
3084
 
3085
- #: app/model/settings.php:674
3086
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3087
  msgstr " <strong>Прикрепить меню фильтр</strong> к верху окна, когда он уходит из поля зрения"
3088
 
3089
- #: app/model/settings.php:677
3090
  msgid "Only applies to first visible calendar found on the page."
3091
  msgstr "Применять только к первому видимому календарю на странице."
3092
 
3093
- #: app/model/settings.php:689
3094
  msgid "Offset affixed filter bar vertically by"
3095
  msgstr "Смещение прикрепленной панели фильтра вертикально"
3096
 
3097
- #: app/model/settings.php:704
3098
  msgid "Wide screens only (&#8805; 1200px)"
3099
  msgstr "Стандартные экраны (<1200px)"
3100
 
3101
- #: app/model/settings.php:719
3102
  msgid "Tablets only (< 980px)"
3103
  msgstr "Для планшетов (<980px)"
3104
 
3105
- #: app/model/settings.php:734
3106
  msgid "Phones only (< 768px)"
3107
  msgstr "Только телефоны (< 768px)"
3108
 
@@ -3203,15 +3210,15 @@ msgstr "Часовой пояс"
3203
  msgid "Preselected calendar filters"
3204
  msgstr "Предустановленные фильтры календаря"
3205
 
3206
- #: app/controller/javascript.php:581
3207
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3208
  msgstr "Что-то создало ошибку при выборе события.<br>Статус запроса: %STATUS% <br>Возникшая ошибка: %ERROR%"
3209
 
3210
- #: app/controller/javascript.php:590
3211
  msgid "The end date can't be earlier than the start date."
3212
  msgstr "Конечная дата не может быть ранее начальной."
3213
 
3214
- #: app/controller/javascript.php:591
3215
  msgid "For week and day view, you must select an interval of at least 6 hours."
3216
  msgstr "Для недельного и суточного вида, Ты должен выбрать интервал минимум 6 часов."
3217
 
@@ -3235,11 +3242,11 @@ msgstr ""
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:162
3239
  msgid "Payment preferences were not saved."
3240
  msgstr ""
3241
 
3242
- #: app/model/api/api-registration.php:153
3243
  msgid "Payment preferences were saved."
3244
  msgstr ""
3245
 
@@ -3267,94 +3274,94 @@ msgstr ""
3267
  msgid "Sold out"
3268
  msgstr ""
3269
 
3270
- #: app/controller/javascript.php:553
3271
  msgid "Report"
3272
  msgstr ""
3273
 
3274
- #: app/controller/javascript.php:554
3275
  msgid "Sale dates"
3276
  msgstr ""
3277
 
3278
- #: app/controller/javascript.php:555
3279
  msgid "Limits"
3280
  msgstr ""
3281
 
3282
- #: app/controller/javascript.php:556
3283
  msgid "Actions"
3284
  msgstr ""
3285
 
3286
- #: app/controller/javascript.php:557
3287
  msgid "Sold:"
3288
  msgstr ""
3289
 
3290
- #: app/controller/javascript.php:558
3291
  msgid "Left:"
3292
  msgstr ""
3293
 
3294
- #: app/controller/javascript.php:559
3295
  msgid "Start:"
3296
  msgstr ""
3297
 
3298
- #: app/controller/javascript.php:560
3299
  msgid "End:"
3300
  msgstr ""
3301
 
3302
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3303
  msgid "Min:"
3304
  msgstr ""
3305
 
3306
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3307
  msgid "Max:"
3308
  msgstr ""
3309
 
3310
- #: app/controller/javascript.php:563
3311
  msgid "Attendees"
3312
  msgstr ""
3313
 
3314
- #: app/controller/javascript.php:564
3315
  msgid "Hide Attendees"
3316
  msgstr ""
3317
 
3318
- #: app/controller/javascript.php:565
3319
  msgid "Attendees List"
3320
  msgstr ""
3321
 
3322
- #: app/controller/javascript.php:566
3323
  msgid "Guest Name"
3324
  msgstr ""
3325
 
3326
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3327
  msgid "Status"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3331
  #: app/view/event/ticket.php:71
3332
  msgid "Email"
3333
  msgstr "e-mail"
3334
 
3335
- #: app/controller/javascript.php:569
3336
  msgid "No attendees for this ticket type."
3337
  msgstr ""
3338
 
3339
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3340
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3341
  msgid "Edit"
3342
  msgstr "Редактировать"
3343
 
3344
- #: app/controller/javascript.php:571
3345
  msgid "Code"
3346
  msgstr ""
3347
 
3348
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3349
  #: public/admin/box_event_cost.php:308
3350
  msgid "Unlimited"
3351
  msgstr ""
3352
 
3353
- #: app/controller/javascript.php:578
3354
  msgid "Your message has been sent. Thank you for your feedback."
3355
  msgstr ""
3356
 
3357
- #: app/controller/javascript.php:579
3358
  msgid "Your message has not been sent. Please try again or contact us."
3359
  msgstr ""
3360
 
@@ -3406,31 +3413,31 @@ msgstr "Не забывайте, пожалуйста, что адрес дол
3406
  msgid "Loading&hellip;"
3407
  msgstr "Загрузка&hellip;"
3408
 
3409
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3410
  msgid "Preview:"
3411
  msgstr "Предпросмотр:"
3412
 
3413
- #: app/controller/javascript.php:542
3414
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3415
  msgstr "Загрузить предпросмотр&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3416
 
3417
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3418
  msgid "Ticketing Details"
3419
  msgstr ""
3420
 
3421
- #: app/controller/javascript.php:548
3422
  msgid "Hide Ticketing Details"
3423
  msgstr ""
3424
 
3425
- #: app/controller/javascript.php:549
3426
  msgid "Loading tickets details..."
3427
  msgstr ""
3428
 
3429
- #: app/controller/javascript.php:550
3430
  msgid "Type and price"
3431
  msgstr ""
3432
 
3433
- #: app/controller/javascript.php:551
3434
  msgid "Info"
3435
  msgstr ""
3436
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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
  "→\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
 
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
  "→\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
 
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
  "→\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
 
3210
  msgid "Preselected calendar filters"
3211
  msgstr "Предустановленные фильтры календаря"
3212
 
3213
+ #: app/controller/javascript.php:582
3214
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3215
  msgstr "Что-то создало ошибку при выборе события.<br>Статус запроса: %STATUS% <br>Возникшая ошибка: %ERROR%"
3216
 
3217
+ #: app/controller/javascript.php:591
3218
  msgid "The end date can't be earlier than the start date."
3219
  msgstr "Конечная дата не может быть ранее начальной."
3220
 
3221
+ #: app/controller/javascript.php:592
3222
  msgid "For week and day view, you must select an interval of at least 6 hours."
3223
  msgstr "Для недельного и суточного вида, Ты должен выбрать интервал минимум 6 часов."
3224
 
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
 
3274
  msgid "Sold out"
3275
  msgstr ""
3276
 
3277
+ #: app/controller/javascript.php:554
3278
  msgid "Report"
3279
  msgstr ""
3280
 
3281
+ #: app/controller/javascript.php:555
3282
  msgid "Sale dates"
3283
  msgstr ""
3284
 
3285
+ #: app/controller/javascript.php:556
3286
  msgid "Limits"
3287
  msgstr ""
3288
 
3289
+ #: app/controller/javascript.php:557
3290
  msgid "Actions"
3291
  msgstr ""
3292
 
3293
+ #: app/controller/javascript.php:558
3294
  msgid "Sold:"
3295
  msgstr ""
3296
 
3297
+ #: app/controller/javascript.php:559
3298
  msgid "Left:"
3299
  msgstr ""
3300
 
3301
+ #: app/controller/javascript.php:560
3302
  msgid "Start:"
3303
  msgstr ""
3304
 
3305
+ #: app/controller/javascript.php:561
3306
  msgid "End:"
3307
  msgstr ""
3308
 
3309
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3310
  msgid "Min:"
3311
  msgstr ""
3312
 
3313
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3314
  msgid "Max:"
3315
  msgstr ""
3316
 
3317
+ #: app/controller/javascript.php:564
3318
  msgid "Attendees"
3319
  msgstr ""
3320
 
3321
+ #: app/controller/javascript.php:565
3322
  msgid "Hide Attendees"
3323
  msgstr ""
3324
 
3325
+ #: app/controller/javascript.php:566
3326
  msgid "Attendees List"
3327
  msgstr ""
3328
 
3329
+ #: app/controller/javascript.php:567
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"
3341
 
3342
+ #: app/controller/javascript.php:570
3343
  msgid "No attendees for this ticket type."
3344
  msgstr ""
3345
 
3346
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3347
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3348
  msgid "Edit"
3349
  msgstr "Редактировать"
3350
 
3351
+ #: app/controller/javascript.php:572
3352
  msgid "Code"
3353
  msgstr ""
3354
 
3355
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3356
  #: public/admin/box_event_cost.php:308
3357
  msgid "Unlimited"
3358
  msgstr ""
3359
 
3360
+ #: app/controller/javascript.php:579
3361
  msgid "Your message has been sent. Thank you for your feedback."
3362
  msgstr ""
3363
 
3364
+ #: app/controller/javascript.php:580
3365
  msgid "Your message has not been sent. Please try again or contact us."
3366
  msgstr ""
3367
 
3413
  msgid "Loading&hellip;"
3414
  msgstr "Загрузка&hellip;"
3415
 
3416
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3417
  msgid "Preview:"
3418
  msgstr "Предпросмотр:"
3419
 
3420
+ #: app/controller/javascript.php:543
3421
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3422
  msgstr "Загрузить предпросмотр&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3423
 
3424
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3425
  msgid "Ticketing Details"
3426
  msgstr ""
3427
 
3428
+ #: app/controller/javascript.php:549
3429
  msgid "Hide Ticketing Details"
3430
  msgstr ""
3431
 
3432
+ #: app/controller/javascript.php:550
3433
  msgid "Loading tickets details..."
3434
  msgstr ""
3435
 
3436
+ #: app/controller/javascript.php:551
3437
  msgid "Type and price"
3438
  msgstr ""
3439
 
3440
+ #: app/controller/javascript.php:552
3441
  msgid "Info"
3442
  msgstr ""
3443
 
language/all-in-one-event-calendar-sk_SK.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2826,19 +2833,19 @@ msgstr "posledný"
2826
  msgid "month(s)"
2827
  msgstr "mesiac(-e)"
2828
 
2829
- #: app/model/settings.php:945
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr ""
2832
 
2833
- #: app/model/settings.php:948
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 ""
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr ""
2840
 
2841
- #: app/model/settings.php:964
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,19 +2854,19 @@ msgid ""
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:981
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 ""
2853
 
2854
- #: app/model/settings.php:1004
2855
  msgid "Templates cache improves site performance"
2856
  msgstr ""
2857
 
2858
- #: app/model/settings.php:1017
2859
  msgid "Display events in <strong>calendar time zone</strong>"
2860
  msgstr ""
2861
 
2862
- #: app/model/settings.php:1020
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
 
@@ -2911,63 +2918,63 @@ msgstr ""
2911
  msgid "Show All Authors"
2912
  msgstr ""
2913
 
2914
- #: app/model/settings.php:747
2915
  msgid "Strict compatibility content filtering"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:759
2919
  msgid " <strong>Hide featured image</strong> from event details page"
2920
  msgstr ""
2921
 
2922
- #: app/model/settings.php:762
2923
  msgid "Select this option if your theme already displays each post's featured image."
2924
  msgstr ""
2925
 
2926
- #: app/model/settings.php:773
2927
  msgid "Input dates in this format"
2928
  msgstr ""
2929
 
2930
- #: app/model/settings.php:778
2931
  msgid "Default (d/m/yyyy)"
2932
  msgstr "Východzie (d/m/yyyy)"
2933
 
2934
- #: app/model/settings.php:782
2935
  msgid "US (m/d/yyyy)"
2936
  msgstr ""
2937
 
2938
- #: app/model/settings.php:786
2939
  msgid "ISO 8601 (yyyy-m-d)"
2940
  msgstr ""
2941
 
2942
- #: app/model/settings.php:790
2943
  msgid "Dotted (m.d.yyyy)"
2944
  msgstr ""
2945
 
2946
- #: app/model/settings.php:802
2947
  msgid " Use <strong>24h time</strong> in time pickers"
2948
  msgstr ""
2949
 
2950
- #: app/model/settings.php:813
2951
  msgid "<strong>Disable address autocomplete</strong> function"
2952
  msgstr ""
2953
 
2954
- #: app/model/settings.php:824
2955
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2956
  msgstr ""
2957
 
2958
- #: app/model/settings.php:840
2959
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2960
  msgstr ""
2961
 
2962
- #: app/model/settings.php:843
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:864
2967
  msgid "Move calendar into this DOM element"
2968
  msgstr ""
2969
 
2970
- #: app/model/settings.php:866
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,23 +2986,23 @@ msgid ""
2979
  "\t\t\t\t\t\tby the calendar."
2980
  msgstr ""
2981
 
2982
- #: app/model/settings.php:885
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:888
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:900
2991
  msgid "Disable <strong>gzip</strong> compression."
2992
  msgstr ""
2993
 
2994
- #: app/model/settings.php:915
2995
  msgid "Use frontend rendering."
2996
  msgstr "Použiť pred-rendering."
2997
 
2998
- #: app/model/settings.php:918
2999
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3000
  msgstr "Rendrovanie zobrazenia kalendára na strane klienta; môže zlepšiť výkon"
3001
 
@@ -3019,15 +3026,15 @@ msgstr ""
3019
  msgid "Week/Day view ends at"
3020
  msgstr ""
3021
 
3022
- #: app/model/settings.php:559
3023
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3024
  msgstr ""
3025
 
3026
- #: app/model/settings.php:562
3027
  msgid "Only applies to events that span a single day."
3028
  msgstr ""
3029
 
3030
- #: app/model/settings.php:574
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,55 +3043,55 @@ msgid ""
3036
  "\t\t\t\t\t\tfrom last day shown</strong>"
3037
  msgstr ""
3038
 
3039
- #: app/model/settings.php:590
3040
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3041
  msgstr ""
3042
 
3043
- #: app/model/settings.php:602
3044
  msgid "<strong>Show year</strong> in calendar date labels"
3045
  msgstr ""
3046
 
3047
- #: app/model/settings.php:614
3048
  msgid "<strong>Show location in event titles</strong> in calendar views"
3049
  msgstr ""
3050
 
3051
- #: app/model/settings.php:626
3052
  msgid "<strong>Exclude</strong> events from search results"
3053
  msgstr ""
3054
 
3055
- #: app/model/settings.php:638
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:650
3060
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3061
  msgstr "Skryť tlačidlo <strong>Získať kalendár Timely</strong>"
3062
 
3063
- #: app/model/settings.php:662
3064
  msgid " Hide <strong>Google Maps</strong> until clicked"
3065
  msgstr ""
3066
 
3067
- #: app/model/settings.php:674
3068
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3069
  msgstr ""
3070
 
3071
- #: app/model/settings.php:677
3072
  msgid "Only applies to first visible calendar found on the page."
3073
  msgstr ""
3074
 
3075
- #: app/model/settings.php:689
3076
  msgid "Offset affixed filter bar vertically by"
3077
  msgstr ""
3078
 
3079
- #: app/model/settings.php:704
3080
  msgid "Wide screens only (&#8805; 1200px)"
3081
  msgstr ""
3082
 
3083
- #: app/model/settings.php:719
3084
  msgid "Tablets only (< 980px)"
3085
  msgstr "Iba pre tablety (< 980px)"
3086
 
3087
- #: app/model/settings.php:734
3088
  msgid "Phones only (< 768px)"
3089
  msgstr "Iba pre mobily (< 768px) "
3090
 
@@ -3185,15 +3192,15 @@ msgstr "Časová zóna"
3185
  msgid "Preselected calendar filters"
3186
  msgstr ""
3187
 
3188
- #: app/controller/javascript.php:581
3189
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3190
  msgstr ""
3191
 
3192
- #: app/controller/javascript.php:590
3193
  msgid "The end date can't be earlier than the start date."
3194
  msgstr "Udalosť nemôže skončiť skôr, ako začne"
3195
 
3196
- #: app/controller/javascript.php:591
3197
  msgid "For week and day view, you must select an interval of at least 6 hours."
3198
  msgstr "Pre denné a týždenné zobrazenie musíte zvoliť aspoň 6-hodinový interval."
3199
 
@@ -3217,11 +3224,11 @@ msgstr ""
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:162
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:153
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
@@ -3249,94 +3256,94 @@ msgstr ""
3249
  msgid "Sold out"
3250
  msgstr ""
3251
 
3252
- #: app/controller/javascript.php:553
3253
  msgid "Report"
3254
  msgstr ""
3255
 
3256
- #: app/controller/javascript.php:554
3257
  msgid "Sale dates"
3258
  msgstr ""
3259
 
3260
- #: app/controller/javascript.php:555
3261
  msgid "Limits"
3262
  msgstr ""
3263
 
3264
- #: app/controller/javascript.php:556
3265
  msgid "Actions"
3266
  msgstr ""
3267
 
3268
- #: app/controller/javascript.php:557
3269
  msgid "Sold:"
3270
  msgstr ""
3271
 
3272
- #: app/controller/javascript.php:558
3273
  msgid "Left:"
3274
  msgstr ""
3275
 
3276
- #: app/controller/javascript.php:559
3277
  msgid "Start:"
3278
  msgstr ""
3279
 
3280
- #: app/controller/javascript.php:560
3281
  msgid "End:"
3282
  msgstr ""
3283
 
3284
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3285
  msgid "Min:"
3286
  msgstr ""
3287
 
3288
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3289
  msgid "Max:"
3290
  msgstr ""
3291
 
3292
- #: app/controller/javascript.php:563
3293
  msgid "Attendees"
3294
  msgstr ""
3295
 
3296
- #: app/controller/javascript.php:564
3297
  msgid "Hide Attendees"
3298
  msgstr ""
3299
 
3300
- #: app/controller/javascript.php:565
3301
  msgid "Attendees List"
3302
  msgstr ""
3303
 
3304
- #: app/controller/javascript.php:566
3305
  msgid "Guest Name"
3306
  msgstr ""
3307
 
3308
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3309
  msgid "Status"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3313
  #: app/view/event/ticket.php:71
3314
  msgid "Email"
3315
  msgstr "Email"
3316
 
3317
- #: app/controller/javascript.php:569
3318
  msgid "No attendees for this ticket type."
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3322
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3323
  msgid "Edit"
3324
  msgstr "Upraviť"
3325
 
3326
- #: app/controller/javascript.php:571
3327
  msgid "Code"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3331
  #: public/admin/box_event_cost.php:308
3332
  msgid "Unlimited"
3333
  msgstr ""
3334
 
3335
- #: app/controller/javascript.php:578
3336
  msgid "Your message has been sent. Thank you for your feedback."
3337
  msgstr ""
3338
 
3339
- #: app/controller/javascript.php:579
3340
  msgid "Your message has not been sent. Please try again or contact us."
3341
  msgstr ""
3342
 
@@ -3388,31 +3395,31 @@ msgstr ""
3388
  msgid "Loading&hellip;"
3389
  msgstr ""
3390
 
3391
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3392
  msgid "Preview:"
3393
  msgstr "Náhľad:"
3394
 
3395
- #: app/controller/javascript.php:542
3396
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3397
  msgstr "Načítava sa náhľad&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3398
 
3399
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3400
  msgid "Ticketing Details"
3401
  msgstr ""
3402
 
3403
- #: app/controller/javascript.php:548
3404
  msgid "Hide Ticketing Details"
3405
  msgstr ""
3406
 
3407
- #: app/controller/javascript.php:549
3408
  msgid "Loading tickets details..."
3409
  msgstr ""
3410
 
3411
- #: app/controller/javascript.php:550
3412
  msgid "Type and price"
3413
  msgstr ""
3414
 
3415
- #: app/controller/javascript.php:551
3416
  msgid "Info"
3417
  msgstr ""
3418
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
2833
  msgid "month(s)"
2834
  msgstr "mesiac(-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 ""
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
  "\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
 
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 "Východzie (d/m/yyyy)"
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 ""
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
  "\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 "Použiť pred-rendering."
3004
 
3005
+ #: app/model/settings.php:933
3006
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3007
  msgstr "Rendrovanie zobrazenia kalendára na strane klienta; môže zlepšiť výkon"
3008
 
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
  "\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 ""
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 "Skryť tlačidlo <strong>Získať kalendár Timely</strong>"
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 "Iba pre tablety (< 980px)"
3093
 
3094
+ #: app/model/settings.php:749
3095
  msgid "Phones only (< 768px)"
3096
  msgstr "Iba pre mobily (< 768px) "
3097
 
3192
  msgid "Preselected calendar filters"
3193
  msgstr ""
3194
 
3195
+ #: app/controller/javascript.php:582
3196
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3197
  msgstr ""
3198
 
3199
+ #: app/controller/javascript.php:591
3200
  msgid "The end date can't be earlier than the start date."
3201
  msgstr "Udalosť nemôže skončiť skôr, ako začne"
3202
 
3203
+ #: app/controller/javascript.php:592
3204
  msgid "For week and day view, you must select an interval of at least 6 hours."
3205
  msgstr "Pre denné a týždenné zobrazenie musíte zvoliť aspoň 6-hodinový interval."
3206
 
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
 
3256
  msgid "Sold out"
3257
  msgstr ""
3258
 
3259
+ #: app/controller/javascript.php:554
3260
  msgid "Report"
3261
  msgstr ""
3262
 
3263
+ #: app/controller/javascript.php:555
3264
  msgid "Sale dates"
3265
  msgstr ""
3266
 
3267
+ #: app/controller/javascript.php:556
3268
  msgid "Limits"
3269
  msgstr ""
3270
 
3271
+ #: app/controller/javascript.php:557
3272
  msgid "Actions"
3273
  msgstr ""
3274
 
3275
+ #: app/controller/javascript.php:558
3276
  msgid "Sold:"
3277
  msgstr ""
3278
 
3279
+ #: app/controller/javascript.php:559
3280
  msgid "Left:"
3281
  msgstr ""
3282
 
3283
+ #: app/controller/javascript.php:560
3284
  msgid "Start:"
3285
  msgstr ""
3286
 
3287
+ #: app/controller/javascript.php:561
3288
  msgid "End:"
3289
  msgstr ""
3290
 
3291
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3292
  msgid "Min:"
3293
  msgstr ""
3294
 
3295
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3296
  msgid "Max:"
3297
  msgstr ""
3298
 
3299
+ #: app/controller/javascript.php:564
3300
  msgid "Attendees"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:565
3304
  msgid "Hide Attendees"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:566
3308
  msgid "Attendees List"
3309
  msgstr ""
3310
 
3311
+ #: app/controller/javascript.php:567
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"
3323
 
3324
+ #: app/controller/javascript.php:570
3325
  msgid "No attendees for this ticket type."
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3329
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3330
  msgid "Edit"
3331
  msgstr "Upraviť"
3332
 
3333
+ #: app/controller/javascript.php:572
3334
  msgid "Code"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3338
  #: public/admin/box_event_cost.php:308
3339
  msgid "Unlimited"
3340
  msgstr ""
3341
 
3342
+ #: app/controller/javascript.php:579
3343
  msgid "Your message has been sent. Thank you for your feedback."
3344
  msgstr ""
3345
 
3346
+ #: app/controller/javascript.php:580
3347
  msgid "Your message has not been sent. Please try again or contact us."
3348
  msgstr ""
3349
 
3395
  msgid "Loading&hellip;"
3396
  msgstr ""
3397
 
3398
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3399
  msgid "Preview:"
3400
  msgstr "Náhľad:"
3401
 
3402
+ #: app/controller/javascript.php:543
3403
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3404
  msgstr "Načítava sa náhľad&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3405
 
3406
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3407
  msgid "Ticketing Details"
3408
  msgstr ""
3409
 
3410
+ #: app/controller/javascript.php:549
3411
  msgid "Hide Ticketing Details"
3412
  msgstr ""
3413
 
3414
+ #: app/controller/javascript.php:550
3415
  msgid "Loading tickets details..."
3416
  msgstr ""
3417
 
3418
+ #: app/controller/javascript.php:551
3419
  msgid "Type and price"
3420
  msgstr ""
3421
 
3422
+ #: app/controller/javascript.php:552
3423
  msgid "Info"
3424
  msgstr ""
3425
 
language/all-in-one-event-calendar-sl_SI.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2827,19 +2834,19 @@ msgstr "zadnji"
2827
  msgid "month(s)"
2828
  msgstr "mesec(ev)"
2829
 
2830
- #: app/model/settings.php:945
2831
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2832
  msgstr ""
2833
 
2834
- #: app/model/settings.php:948
2835
  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."
2836
  msgstr ""
2837
 
2838
- #: app/model/settings.php:960
2839
  msgid "Current <strong>robots.txt</strong> on this site"
2840
  msgstr ""
2841
 
2842
- #: app/model/settings.php:964
2843
  msgid ""
2844
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2845
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2848,19 +2855,19 @@ msgid ""
2848
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2849
  msgstr ""
2850
 
2851
- #: app/model/settings.php:981
2852
  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>)"
2853
  msgstr ""
2854
 
2855
- #: app/model/settings.php:1004
2856
  msgid "Templates cache improves site performance"
2857
  msgstr ""
2858
 
2859
- #: app/model/settings.php:1017
2860
  msgid "Display events in <strong>calendar time zone</strong>"
2861
  msgstr ""
2862
 
2863
- #: app/model/settings.php:1020
2864
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2865
  msgstr ""
2866
 
@@ -2912,63 +2919,63 @@ msgstr "Prikaži vse"
2912
  msgid "Show All Authors"
2913
  msgstr ""
2914
 
2915
- #: app/model/settings.php:747
2916
  msgid "Strict compatibility content filtering"
2917
  msgstr ""
2918
 
2919
- #: app/model/settings.php:759
2920
  msgid " <strong>Hide featured image</strong> from event details page"
2921
  msgstr ""
2922
 
2923
- #: app/model/settings.php:762
2924
  msgid "Select this option if your theme already displays each post's featured image."
2925
  msgstr ""
2926
 
2927
- #: app/model/settings.php:773
2928
  msgid "Input dates in this format"
2929
  msgstr "Oblika zapisa datuma"
2930
 
2931
- #: app/model/settings.php:778
2932
  msgid "Default (d/m/yyyy)"
2933
  msgstr "privzeto (d/m/l)"
2934
 
2935
- #: app/model/settings.php:782
2936
  msgid "US (m/d/yyyy)"
2937
  msgstr "US (m/d/l)"
2938
 
2939
- #: app/model/settings.php:786
2940
  msgid "ISO 8601 (yyyy-m-d)"
2941
  msgstr "ISO 8601 (l-m-d)"
2942
 
2943
- #: app/model/settings.php:790
2944
  msgid "Dotted (m.d.yyyy)"
2945
  msgstr "s pikami (m.d.l)"
2946
 
2947
- #: app/model/settings.php:802
2948
  msgid " Use <strong>24h time</strong> in time pickers"
2949
  msgstr "Uporabi<strong>24 urni </strong> izbor"
2950
 
2951
- #: app/model/settings.php:813
2952
  msgid "<strong>Disable address autocomplete</strong> function"
2953
  msgstr "<strong>Onemogoči samodejno dokončanje naslova</strong>"
2954
 
2955
- #: app/model/settings.php:824
2956
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2957
  msgstr "Uporabi nastavljeno<strong>\"region\"</strong> (WordPress locale) za obhod funkcije samodokončanja naslova"
2958
 
2959
- #: app/model/settings.php:840
2960
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2961
  msgstr "Prikaži gumb <strong>objavi vaš dogodek</strong> nad koledarjem za priviligirane uporabnike"
2962
 
2963
- #: app/model/settings.php:843
2964
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2965
  msgstr ""
2966
 
2967
- #: app/model/settings.php:864
2968
  msgid "Move calendar into this DOM element"
2969
  msgstr "Contain calendar in this DOM element"
2970
 
2971
- #: app/model/settings.php:866
2972
  msgid ""
2973
  "Optional. Use this JavaScript-based shortcut to place the\n"
2974
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2980,23 +2987,23 @@ msgid ""
2980
  "\t\t\t\t\t\tby the calendar."
2981
  msgstr ""
2982
 
2983
- #: app/model/settings.php:885
2984
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2985
  msgstr ""
2986
 
2987
- #: app/model/settings.php:888
2988
  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."
2989
  msgstr ""
2990
 
2991
- #: app/model/settings.php:900
2992
  msgid "Disable <strong>gzip</strong> compression."
2993
  msgstr "Onemogoči kompresijo <strong>gzip</strong>."
2994
 
2995
- #: app/model/settings.php:915
2996
  msgid "Use frontend rendering."
2997
  msgstr ""
2998
 
2999
- #: app/model/settings.php:918
3000
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3001
  msgstr ""
3002
 
@@ -3020,15 +3027,15 @@ msgstr "Teden/Dan se začne ob"
3020
  msgid "Week/Day view ends at"
3021
  msgstr "Teden/dan se konča ob"
3022
 
3023
- #: app/model/settings.php:559
3024
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3025
  msgstr ""
3026
 
3027
- #: app/model/settings.php:562
3028
  msgid "Only applies to events that span a single day."
3029
  msgstr ""
3030
 
3031
- #: app/model/settings.php:574
3032
  msgid ""
3033
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3034
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
@@ -3037,55 +3044,55 @@ msgid ""
3037
  "\t\t\t\t\t\tfrom last day shown</strong>"
3038
  msgstr ""
3039
 
3040
- #: app/model/settings.php:590
3041
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3042
  msgstr ""
3043
 
3044
- #: app/model/settings.php:602
3045
  msgid "<strong>Show year</strong> in calendar date labels"
3046
  msgstr ""
3047
 
3048
- #: app/model/settings.php:614
3049
  msgid "<strong>Show location in event titles</strong> in calendar views"
3050
  msgstr "V pogledu koledarja <strong>prikaži lokacijo v naslovu dogodka</strong>"
3051
 
3052
- #: app/model/settings.php:626
3053
  msgid "<strong>Exclude</strong> events from search results"
3054
  msgstr "<strong>Izključi</strong> dogodke zadetkov iskanja"
3055
 
3056
- #: app/model/settings.php:638
3057
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3058
  msgstr ""
3059
 
3060
- #: app/model/settings.php:650
3061
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3062
  msgstr ""
3063
 
3064
- #: app/model/settings.php:662
3065
  msgid " Hide <strong>Google Maps</strong> until clicked"
3066
  msgstr "Skrij <strong>Google zemljevide</strong> do klika"
3067
 
3068
- #: app/model/settings.php:674
3069
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3070
  msgstr ""
3071
 
3072
- #: app/model/settings.php:677
3073
  msgid "Only applies to first visible calendar found on the page."
3074
  msgstr ""
3075
 
3076
- #: app/model/settings.php:689
3077
  msgid "Offset affixed filter bar vertically by"
3078
  msgstr ""
3079
 
3080
- #: app/model/settings.php:704
3081
  msgid "Wide screens only (&#8805; 1200px)"
3082
  msgstr ""
3083
 
3084
- #: app/model/settings.php:719
3085
  msgid "Tablets only (< 980px)"
3086
  msgstr ""
3087
 
3088
- #: app/model/settings.php:734
3089
  msgid "Phones only (< 768px)"
3090
  msgstr ""
3091
 
@@ -3190,15 +3197,15 @@ msgstr "Časovni pas"
3190
  msgid "Preselected calendar filters"
3191
  msgstr "Predizbrani filtri koledarja"
3192
 
3193
- #: app/controller/javascript.php:581
3194
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3195
  msgstr ""
3196
 
3197
- #: app/controller/javascript.php:590
3198
  msgid "The end date can't be earlier than the start date."
3199
  msgstr ""
3200
 
3201
- #: app/controller/javascript.php:591
3202
  msgid "For week and day view, you must select an interval of at least 6 hours."
3203
  msgstr ""
3204
 
@@ -3222,11 +3229,11 @@ msgstr ""
3222
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3223
  msgstr ""
3224
 
3225
- #: app/model/api/api-registration.php:162
3226
  msgid "Payment preferences were not saved."
3227
  msgstr ""
3228
 
3229
- #: app/model/api/api-registration.php:153
3230
  msgid "Payment preferences were saved."
3231
  msgstr ""
3232
 
@@ -3254,94 +3261,94 @@ msgstr ""
3254
  msgid "Sold out"
3255
  msgstr ""
3256
 
3257
- #: app/controller/javascript.php:553
3258
  msgid "Report"
3259
  msgstr ""
3260
 
3261
- #: app/controller/javascript.php:554
3262
  msgid "Sale dates"
3263
  msgstr ""
3264
 
3265
- #: app/controller/javascript.php:555
3266
  msgid "Limits"
3267
  msgstr ""
3268
 
3269
- #: app/controller/javascript.php:556
3270
  msgid "Actions"
3271
  msgstr ""
3272
 
3273
- #: app/controller/javascript.php:557
3274
  msgid "Sold:"
3275
  msgstr ""
3276
 
3277
- #: app/controller/javascript.php:558
3278
  msgid "Left:"
3279
  msgstr ""
3280
 
3281
- #: app/controller/javascript.php:559
3282
  msgid "Start:"
3283
  msgstr ""
3284
 
3285
- #: app/controller/javascript.php:560
3286
  msgid "End:"
3287
  msgstr ""
3288
 
3289
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3290
  msgid "Min:"
3291
  msgstr ""
3292
 
3293
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3294
  msgid "Max:"
3295
  msgstr ""
3296
 
3297
- #: app/controller/javascript.php:563
3298
  msgid "Attendees"
3299
  msgstr ""
3300
 
3301
- #: app/controller/javascript.php:564
3302
  msgid "Hide Attendees"
3303
  msgstr ""
3304
 
3305
- #: app/controller/javascript.php:565
3306
  msgid "Attendees List"
3307
  msgstr ""
3308
 
3309
- #: app/controller/javascript.php:566
3310
  msgid "Guest Name"
3311
  msgstr ""
3312
 
3313
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3314
  msgid "Status"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3318
  #: app/view/event/ticket.php:71
3319
  msgid "Email"
3320
  msgstr "E-naslov"
3321
 
3322
- #: app/controller/javascript.php:569
3323
  msgid "No attendees for this ticket type."
3324
  msgstr ""
3325
 
3326
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3327
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3328
  msgid "Edit"
3329
  msgstr "(Uredi)"
3330
 
3331
- #: app/controller/javascript.php:571
3332
  msgid "Code"
3333
  msgstr ""
3334
 
3335
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3336
  #: public/admin/box_event_cost.php:308
3337
  msgid "Unlimited"
3338
  msgstr ""
3339
 
3340
- #: app/controller/javascript.php:578
3341
  msgid "Your message has been sent. Thank you for your feedback."
3342
  msgstr ""
3343
 
3344
- #: app/controller/javascript.php:579
3345
  msgid "Your message has not been sent. Please try again or contact us."
3346
  msgstr ""
3347
 
@@ -3393,31 +3400,31 @@ msgstr ""
3393
  msgid "Loading&hellip;"
3394
  msgstr ""
3395
 
3396
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3397
  msgid "Preview:"
3398
  msgstr ""
3399
 
3400
- #: app/controller/javascript.php:542
3401
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3402
  msgstr ""
3403
 
3404
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3405
  msgid "Ticketing Details"
3406
  msgstr ""
3407
 
3408
- #: app/controller/javascript.php:548
3409
  msgid "Hide Ticketing Details"
3410
  msgstr ""
3411
 
3412
- #: app/controller/javascript.php:549
3413
  msgid "Loading tickets details..."
3414
  msgstr ""
3415
 
3416
- #: app/controller/javascript.php:550
3417
  msgid "Type and price"
3418
  msgstr ""
3419
 
3420
- #: app/controller/javascript.php:551
3421
  msgid "Info"
3422
  msgstr ""
3423
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
2834
  msgid "month(s)"
2835
  msgstr "mesec(ev)"
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 ""
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 ""
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
  "\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 ""
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
 
2919
  msgid "Show All Authors"
2920
  msgstr ""
2921
 
2922
+ #: app/model/settings.php:762
2923
  msgid "Strict compatibility content filtering"
2924
  msgstr ""
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 "Oblika zapisa datuma"
2937
 
2938
+ #: app/model/settings.php:793
2939
  msgid "Default (d/m/yyyy)"
2940
  msgstr "privzeto (d/m/l)"
2941
 
2942
+ #: app/model/settings.php:797
2943
  msgid "US (m/d/yyyy)"
2944
  msgstr "US (m/d/l)"
2945
 
2946
+ #: app/model/settings.php:801
2947
  msgid "ISO 8601 (yyyy-m-d)"
2948
  msgstr "ISO 8601 (l-m-d)"
2949
 
2950
+ #: app/model/settings.php:805
2951
  msgid "Dotted (m.d.yyyy)"
2952
  msgstr "s pikami (m.d.l)"
2953
 
2954
+ #: app/model/settings.php:817
2955
  msgid " Use <strong>24h time</strong> in time pickers"
2956
  msgstr "Uporabi<strong>24 urni </strong> izbor"
2957
 
2958
+ #: app/model/settings.php:828
2959
  msgid "<strong>Disable address autocomplete</strong> function"
2960
  msgstr "<strong>Onemogoči samodejno dokončanje naslova</strong>"
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 "Uporabi nastavljeno<strong>\"region\"</strong> (WordPress locale) za obhod funkcije samodokončanja naslova"
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 "Prikaži gumb <strong>objavi vaš dogodek</strong> nad koledarjem za priviligirane uporabnike"
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 "Contain calendar in this 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
  "\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 "Onemogoči kompresijo <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
 
3027
  msgid "Week/Day view ends at"
3028
  msgstr "Teden/dan se konča ob"
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
  "\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 "V pogledu koledarja <strong>prikaži lokacijo v naslovu dogodka</strong>"
3058
 
3059
+ #: app/model/settings.php:641
3060
  msgid "<strong>Exclude</strong> events from search results"
3061
  msgstr "<strong>Izključi</strong> dogodke zadetkov iskanja"
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 ""
3070
 
3071
+ #: app/model/settings.php:677
3072
  msgid " Hide <strong>Google Maps</strong> until clicked"
3073
  msgstr "Skrij <strong>Google zemljevide</strong> do klika"
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 ""
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 ""
3090
 
3091
+ #: app/model/settings.php:734
3092
  msgid "Tablets only (< 980px)"
3093
  msgstr ""
3094
 
3095
+ #: app/model/settings.php:749
3096
  msgid "Phones only (< 768px)"
3097
  msgstr ""
3098
 
3197
  msgid "Preselected calendar filters"
3198
  msgstr "Predizbrani filtri koledarja"
3199
 
3200
+ #: app/controller/javascript.php:582
3201
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3202
  msgstr ""
3203
 
3204
+ #: app/controller/javascript.php:591
3205
  msgid "The end date can't be earlier than the start date."
3206
  msgstr ""
3207
 
3208
+ #: app/controller/javascript.php:592
3209
  msgid "For week and day view, you must select an interval of at least 6 hours."
3210
  msgstr ""
3211
 
3229
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3230
  msgstr ""
3231
 
3232
+ #: app/model/api/api-registration.php:186
3233
  msgid "Payment preferences were not saved."
3234
  msgstr ""
3235
 
3236
+ #: app/model/api/api-registration.php:177
3237
  msgid "Payment preferences were saved."
3238
  msgstr ""
3239
 
3261
  msgid "Sold out"
3262
  msgstr ""
3263
 
3264
+ #: app/controller/javascript.php:554
3265
  msgid "Report"
3266
  msgstr ""
3267
 
3268
+ #: app/controller/javascript.php:555
3269
  msgid "Sale dates"
3270
  msgstr ""
3271
 
3272
+ #: app/controller/javascript.php:556
3273
  msgid "Limits"
3274
  msgstr ""
3275
 
3276
+ #: app/controller/javascript.php:557
3277
  msgid "Actions"
3278
  msgstr ""
3279
 
3280
+ #: app/controller/javascript.php:558
3281
  msgid "Sold:"
3282
  msgstr ""
3283
 
3284
+ #: app/controller/javascript.php:559
3285
  msgid "Left:"
3286
  msgstr ""
3287
 
3288
+ #: app/controller/javascript.php:560
3289
  msgid "Start:"
3290
  msgstr ""
3291
 
3292
+ #: app/controller/javascript.php:561
3293
  msgid "End:"
3294
  msgstr ""
3295
 
3296
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3297
  msgid "Min:"
3298
  msgstr ""
3299
 
3300
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3301
  msgid "Max:"
3302
  msgstr ""
3303
 
3304
+ #: app/controller/javascript.php:564
3305
  msgid "Attendees"
3306
  msgstr ""
3307
 
3308
+ #: app/controller/javascript.php:565
3309
  msgid "Hide Attendees"
3310
  msgstr ""
3311
 
3312
+ #: app/controller/javascript.php:566
3313
  msgid "Attendees List"
3314
  msgstr ""
3315
 
3316
+ #: app/controller/javascript.php:567
3317
  msgid "Guest Name"
3318
  msgstr ""
3319
 
3320
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3321
  msgid "Status"
3322
  msgstr ""
3323
 
3324
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3325
  #: app/view/event/ticket.php:71
3326
  msgid "Email"
3327
  msgstr "E-naslov"
3328
 
3329
+ #: app/controller/javascript.php:570
3330
  msgid "No attendees for this ticket type."
3331
  msgstr ""
3332
 
3333
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3334
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3335
  msgid "Edit"
3336
  msgstr "(Uredi)"
3337
 
3338
+ #: app/controller/javascript.php:572
3339
  msgid "Code"
3340
  msgstr ""
3341
 
3342
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3343
  #: public/admin/box_event_cost.php:308
3344
  msgid "Unlimited"
3345
  msgstr ""
3346
 
3347
+ #: app/controller/javascript.php:579
3348
  msgid "Your message has been sent. Thank you for your feedback."
3349
  msgstr ""
3350
 
3351
+ #: app/controller/javascript.php:580
3352
  msgid "Your message has not been sent. Please try again or contact us."
3353
  msgstr ""
3354
 
3400
  msgid "Loading&hellip;"
3401
  msgstr ""
3402
 
3403
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3404
  msgid "Preview:"
3405
  msgstr ""
3406
 
3407
+ #: app/controller/javascript.php:543
3408
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3409
  msgstr ""
3410
 
3411
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3412
  msgid "Ticketing Details"
3413
  msgstr ""
3414
 
3415
+ #: app/controller/javascript.php:549
3416
  msgid "Hide Ticketing Details"
3417
  msgstr ""
3418
 
3419
+ #: app/controller/javascript.php:550
3420
  msgid "Loading tickets details..."
3421
  msgstr ""
3422
 
3423
+ #: app/controller/javascript.php:551
3424
  msgid "Type and price"
3425
  msgstr ""
3426
 
3427
+ #: app/controller/javascript.php:552
3428
  msgid "Info"
3429
  msgstr ""
3430
 
language/all-in-one-event-calendar-sv_SE.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2825,19 +2832,19 @@ msgstr "sista"
2825
  msgid "month(s)"
2826
  msgstr "månader"
2827
 
2828
- #: app/model/settings.php:945
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Länka till CSS</strong> i <code>&lt;head&gt;</code> avsnittet när filcachen inte är tillgänglig."
2831
 
2832
- #: app/model/settings.php:948
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 "Använd det här alternativet om filcachen inte är tillgänglig och du föredrar att använda en länk till din CSS i stället för att få den inskriven direkt i koden."
2835
 
2836
- #: app/model/settings.php:960
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Nuvarande <strong>robots.txt</strong> på denna sajt"
2839
 
2840
- #: app/model/settings.php:964
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,19 +2858,19 @@ msgstr ""
2851
  "\t\t\t\t\t\tom tillgång till hela eller delar av en publik webbsida.\n"
2852
  "\t\t\t\t\t\tDu kan ändra filen manuallt genom att redigera <code>robots.txt</code> i roten på din WordPress katalog."
2853
 
2854
- #: app/model/settings.php:981
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>Publicera, marknadsför, och dela mina aktiviteter</strong> märkta som offentliga på Timelys nätverk. (<a href=\"%s\" target=\"_blank\">Läs mer &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1004
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Cache för mallar förbättrar sajtens snabbhet"
2861
 
2862
- #: app/model/settings.php:1017
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1020
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
 
@@ -2915,63 +2922,63 @@ msgstr "Visa alla"
2915
  msgid "Show All Authors"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:747
2919
  msgid "Strict compatibility content filtering"
2920
  msgstr "Strikt innehållsfiltrering"
2921
 
2922
- #: app/model/settings.php:759
2923
  msgid " <strong>Hide featured image</strong> from event details page"
2924
  msgstr "<strong>Göm utvald bild</strong> på sidan med aktivitetsdetaljer"
2925
 
2926
- #: app/model/settings.php:762
2927
  msgid "Select this option if your theme already displays each post's featured image."
2928
  msgstr "Aktivera detta val om ditt tema redan visar varje inläggs utvalda bild."
2929
 
2930
- #: app/model/settings.php:773
2931
  msgid "Input dates in this format"
2932
  msgstr "Mata in datum i detta format"
2933
 
2934
- #: app/model/settings.php:778
2935
  msgid "Default (d/m/yyyy)"
2936
  msgstr "Grundinställning (d/m/åååå)"
2937
 
2938
- #: app/model/settings.php:782
2939
  msgid "US (m/d/yyyy)"
2940
  msgstr "USA (m/d/åååå)"
2941
 
2942
- #: app/model/settings.php:786
2943
  msgid "ISO 8601 (yyyy-m-d)"
2944
  msgstr "ISO 8601 (åååå-mm-dd)"
2945
 
2946
- #: app/model/settings.php:790
2947
  msgid "Dotted (m.d.yyyy)"
2948
  msgstr "Prickad (m.d.åååå)"
2949
 
2950
- #: app/model/settings.php:802
2951
  msgid " Use <strong>24h time</strong> in time pickers"
2952
  msgstr "Använd <strong>24-timmarsformat</strong> i tidväljare"
2953
 
2954
- #: app/model/settings.php:813
2955
  msgid "<strong>Disable address autocomplete</strong> function"
2956
  msgstr "<strong>Avaktivera autofyllfunktion</strong> för adresser"
2957
 
2958
- #: app/model/settings.php:824
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Använd inställningarna för region (WordPress locale) för att rikta sökningarna efter adress"
2961
 
2962
- #: app/model/settings.php:840
2963
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
  msgstr "Visa den gamla knappen <strong>Publicera aktivitet</strong> ovanför kalendern för utvalda användare"
2965
 
2966
- #: app/model/settings.php:843
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 "Installera <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> för <strong>besöksidans Post Your Event formulär</strong>."
2969
 
2970
- #: app/model/settings.php:864
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Flytta in kalendern till detta DOM-element"
2973
 
2974
- #: app/model/settings.php:866
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,23 +2997,23 @@ msgstr ""
2990
  "\t\t\t\t\t\tExisterande kod inom målet kommer att ersättas av kalendern.\n"
2991
  "\t\t\t\t\t\t"
2992
 
2993
- #: app/model/settings.php:885
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Hoppa över valet <tt>in_the_loop()</tt></strong> som skyddar mot att multipla kalendrar genereras"
2996
 
2997
- #: app/model/settings.php:888
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 "Försök att aktivera det här alternativet om din kalender inte visas på kalendersidan. Det kan behövas för kompatibilitet med ett litet antal teman som anropar <tt>the_content()</tt> från utsidan av The Loop. Låt vara inaktiverat för övrigt."
3000
 
3001
- #: app/model/settings.php:900
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Inaktivera <strong>gzip-kompression</strong>."
3004
 
3005
- #: app/model/settings.php:915
3006
  msgid "Use frontend rendering."
3007
  msgstr "Använd frontend-rendering."
3008
 
3009
- #: app/model/settings.php:918
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Renderar kalendervyer hos klient istället för servern; kan förbättra prestanda."
3012
 
@@ -3030,15 +3037,15 @@ msgstr "Vecko-/dagvy börjar på"
3030
  msgid "Week/Day view ends at"
3031
  msgstr "Vecko-/dagvy slutar på"
3032
 
3033
- #: app/model/settings.php:559
3034
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3035
  msgstr "<strong>Bryt ord</strong> i månadsvyn"
3036
 
3037
- #: app/model/settings.php:562
3038
  msgid "Only applies to events that span a single day."
3039
  msgstr "Gäller endast för aktiviteter inom en enskild dag."
3040
 
3041
- #: app/model/settings.php:574
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,55 +3059,55 @@ msgstr ""
3052
  "\t\t\t\t\t\tDagordningsliknande vyer</span>, <strong>inkludera alla aktiviteter\n"
3053
  "\t\t\t\t\t\tfrån senaste visade dag</strong>"
3054
 
3055
- #: app/model/settings.php:590
3056
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3057
  msgstr "Behåll alla aktiviteter <strong>utfällda</strong> i vyn Dagordning"
3058
 
3059
- #: app/model/settings.php:602
3060
  msgid "<strong>Show year</strong> in calendar date labels"
3061
  msgstr "<strong>Visa år</strong> i kalenderns datumetiketter"
3062
 
3063
- #: app/model/settings.php:614
3064
  msgid "<strong>Show location in event titles</strong> in calendar views"
3065
  msgstr "<strong>Visa plats i aktivitetsrubriken</strong> i kalendenervyn"
3066
 
3067
- #: app/model/settings.php:626
3068
  msgid "<strong>Exclude</strong> events from search results"
3069
  msgstr "<strong>Utelämna</strong> aktiviteter från sökresultaten"
3070
 
3071
- #: app/model/settings.php:638
3072
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3073
  msgstr "Dölj knapparna <strong>Prenumerera</strong>/<strong>Lägg till i kalender</strong> i kalendernvyn och vyn för en enskild aktivitet"
3074
 
3075
- #: app/model/settings.php:650
3076
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3077
  msgstr "Dölj knappen <strong>Skaffa en Timely-kalender</strong>"
3078
 
3079
- #: app/model/settings.php:662
3080
  msgid " Hide <strong>Google Maps</strong> until clicked"
3081
  msgstr "Dölj <strong>Google-karta</strong> tills man klickar på den"
3082
 
3083
- #: app/model/settings.php:674
3084
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3085
  msgstr " <strong>Fäst filtermenyn</strong> till fönstrets överkant när sidan rullas ner."
3086
 
3087
- #: app/model/settings.php:677
3088
  msgid "Only applies to first visible calendar found on the page."
3089
  msgstr "Gäller endast för den första synliga kalendern på sidan."
3090
 
3091
- #: app/model/settings.php:689
3092
  msgid "Offset affixed filter bar vertically by"
3093
  msgstr "Förskjut filtermenyn vertikalt med"
3094
 
3095
- #: app/model/settings.php:704
3096
  msgid "Wide screens only (&#8805; 1200px)"
3097
  msgstr "Endast för breda bildskärmar (&#8805; 1200px)"
3098
 
3099
- #: app/model/settings.php:719
3100
  msgid "Tablets only (< 980px)"
3101
  msgstr "Endast för surfplattor (< 980px)"
3102
 
3103
- #: app/model/settings.php:734
3104
  msgid "Phones only (< 768px)"
3105
  msgstr "Endast för mobiltelefoner (< 768px)"
3106
 
@@ -3197,15 +3204,15 @@ msgstr "Tidszon"
3197
  msgid "Preselected calendar filters"
3198
  msgstr "Förvalda kalenderfilter"
3199
 
3200
- #: app/controller/javascript.php:581
3201
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3202
  msgstr "Något blev fel när aktiviteter lästes in.<br>Förfrågan: %STATUS% <br>Felmeddelande: %ERROR%"
3203
 
3204
- #: app/controller/javascript.php:590
3205
  msgid "The end date can't be earlier than the start date."
3206
  msgstr "Slutdatum kan inte vara tidigare än startdatum."
3207
 
3208
- #: app/controller/javascript.php:591
3209
  msgid "For week and day view, you must select an interval of at least 6 hours."
3210
  msgstr "För vecko- och dagsvy måste du välja ett intervall på minst 6 timmar."
3211
 
@@ -3229,11 +3236,11 @@ msgstr ""
3229
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3230
  msgstr ""
3231
 
3232
- #: app/model/api/api-registration.php:162
3233
  msgid "Payment preferences were not saved."
3234
  msgstr ""
3235
 
3236
- #: app/model/api/api-registration.php:153
3237
  msgid "Payment preferences were saved."
3238
  msgstr ""
3239
 
@@ -3261,94 +3268,94 @@ msgstr ""
3261
  msgid "Sold out"
3262
  msgstr ""
3263
 
3264
- #: app/controller/javascript.php:553
3265
  msgid "Report"
3266
  msgstr ""
3267
 
3268
- #: app/controller/javascript.php:554
3269
  msgid "Sale dates"
3270
  msgstr ""
3271
 
3272
- #: app/controller/javascript.php:555
3273
  msgid "Limits"
3274
  msgstr ""
3275
 
3276
- #: app/controller/javascript.php:556
3277
  msgid "Actions"
3278
  msgstr ""
3279
 
3280
- #: app/controller/javascript.php:557
3281
  msgid "Sold:"
3282
  msgstr ""
3283
 
3284
- #: app/controller/javascript.php:558
3285
  msgid "Left:"
3286
  msgstr ""
3287
 
3288
- #: app/controller/javascript.php:559
3289
  msgid "Start:"
3290
  msgstr ""
3291
 
3292
- #: app/controller/javascript.php:560
3293
  msgid "End:"
3294
  msgstr ""
3295
 
3296
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3297
  msgid "Min:"
3298
  msgstr ""
3299
 
3300
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3301
  msgid "Max:"
3302
  msgstr ""
3303
 
3304
- #: app/controller/javascript.php:563
3305
  msgid "Attendees"
3306
  msgstr ""
3307
 
3308
- #: app/controller/javascript.php:564
3309
  msgid "Hide Attendees"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:565
3313
  msgid "Attendees List"
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:566
3317
  msgid "Guest Name"
3318
  msgstr ""
3319
 
3320
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3321
  msgid "Status"
3322
  msgstr ""
3323
 
3324
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3325
  #: app/view/event/ticket.php:71
3326
  msgid "Email"
3327
  msgstr "E-post"
3328
 
3329
- #: app/controller/javascript.php:569
3330
  msgid "No attendees for this ticket type."
3331
  msgstr ""
3332
 
3333
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3334
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3335
  msgid "Edit"
3336
  msgstr "Redigera"
3337
 
3338
- #: app/controller/javascript.php:571
3339
  msgid "Code"
3340
  msgstr ""
3341
 
3342
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3343
  #: public/admin/box_event_cost.php:308
3344
  msgid "Unlimited"
3345
  msgstr ""
3346
 
3347
- #: app/controller/javascript.php:578
3348
  msgid "Your message has been sent. Thank you for your feedback."
3349
  msgstr ""
3350
 
3351
- #: app/controller/javascript.php:579
3352
  msgid "Your message has not been sent. Please try again or contact us."
3353
  msgstr ""
3354
 
@@ -3400,31 +3407,31 @@ msgstr "Kom ihåg att länkar ska börja med antingen \"http://\" eller \"https:
3400
  msgid "Loading&hellip;"
3401
  msgstr "Laddar&hellip;"
3402
 
3403
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3404
  msgid "Preview:"
3405
  msgstr "Förhandsgranska:"
3406
 
3407
- #: app/controller/javascript.php:542
3408
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3409
  msgstr "Läser in förhandsgranskning&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3410
 
3411
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3412
  msgid "Ticketing Details"
3413
  msgstr ""
3414
 
3415
- #: app/controller/javascript.php:548
3416
  msgid "Hide Ticketing Details"
3417
  msgstr ""
3418
 
3419
- #: app/controller/javascript.php:549
3420
  msgid "Loading tickets details..."
3421
  msgstr ""
3422
 
3423
- #: app/controller/javascript.php:550
3424
  msgid "Type and price"
3425
  msgstr ""
3426
 
3427
- #: app/controller/javascript.php:551
3428
  msgid "Info"
3429
  msgstr ""
3430
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
2832
  msgid "month(s)"
2833
  msgstr "månader"
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>Länka till CSS</strong> i <code>&lt;head&gt;</code> avsnittet när filcachen inte är tillgänglig."
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 "Använd det här alternativet om filcachen inte är tillgänglig och du föredrar att använda en länk till din CSS i stället för att få den inskriven direkt i koden."
2842
 
2843
+ #: app/model/settings.php:975
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Nuvarande <strong>robots.txt</strong> på denna sajt"
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
  "\t\t\t\t\t\tom tillgång till hela eller delar av en publik webbsida.\n"
2859
  "\t\t\t\t\t\tDu kan ändra filen manuallt genom att redigera <code>robots.txt</code> i roten på din WordPress katalog."
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>Publicera, marknadsför, och dela mina aktiviteter</strong> märkta som offentliga på Timelys nätverk. (<a href=\"%s\" target=\"_blank\">Läs mer &#187;</a>)"
2864
 
2865
+ #: app/model/settings.php:1019
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "Cache för mallar förbättrar sajtens snabbhet"
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
 
2922
  msgid "Show All Authors"
2923
  msgstr ""
2924
 
2925
+ #: app/model/settings.php:762
2926
  msgid "Strict compatibility content filtering"
2927
  msgstr "Strikt innehållsfiltrering"
2928
 
2929
+ #: app/model/settings.php:774
2930
  msgid " <strong>Hide featured image</strong> from event details page"
2931
  msgstr "<strong>Göm utvald bild</strong> på sidan med aktivitetsdetaljer"
2932
 
2933
+ #: app/model/settings.php:777
2934
  msgid "Select this option if your theme already displays each post's featured image."
2935
  msgstr "Aktivera detta val om ditt tema redan visar varje inläggs utvalda bild."
2936
 
2937
+ #: app/model/settings.php:788
2938
  msgid "Input dates in this format"
2939
  msgstr "Mata in datum i detta format"
2940
 
2941
+ #: app/model/settings.php:793
2942
  msgid "Default (d/m/yyyy)"
2943
  msgstr "Grundinställning (d/m/åååå)"
2944
 
2945
+ #: app/model/settings.php:797
2946
  msgid "US (m/d/yyyy)"
2947
  msgstr "USA (m/d/åååå)"
2948
 
2949
+ #: app/model/settings.php:801
2950
  msgid "ISO 8601 (yyyy-m-d)"
2951
  msgstr "ISO 8601 (åååå-mm-dd)"
2952
 
2953
+ #: app/model/settings.php:805
2954
  msgid "Dotted (m.d.yyyy)"
2955
  msgstr "Prickad (m.d.åååå)"
2956
 
2957
+ #: app/model/settings.php:817
2958
  msgid " Use <strong>24h time</strong> in time pickers"
2959
  msgstr "Använd <strong>24-timmarsformat</strong> i tidväljare"
2960
 
2961
+ #: app/model/settings.php:828
2962
  msgid "<strong>Disable address autocomplete</strong> function"
2963
  msgstr "<strong>Avaktivera autofyllfunktion</strong> för adresser"
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 "Använd inställningarna för region (WordPress locale) för att rikta sökningarna efter adress"
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 "Visa den gamla knappen <strong>Publicera aktivitet</strong> ovanför kalendern för utvalda användare"
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 "Installera <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> för <strong>besöksidans Post Your Event formulär</strong>."
2976
 
2977
+ #: app/model/settings.php:879
2978
  msgid "Move calendar into this DOM element"
2979
  msgstr "Flytta in kalendern till detta 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"
2997
  "\t\t\t\t\t\tExisterande kod inom målet kommer att ersättas av kalendern.\n"
2998
  "\t\t\t\t\t\t"
2999
 
3000
+ #: app/model/settings.php:900
3001
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3002
  msgstr "<strong>Hoppa över valet <tt>in_the_loop()</tt></strong> som skyddar mot att multipla kalendrar genereras"
3003
 
3004
+ #: app/model/settings.php:903
3005
  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."
3006
  msgstr "Försök att aktivera det här alternativet om din kalender inte visas på kalendersidan. Det kan behövas för kompatibilitet med ett litet antal teman som anropar <tt>the_content()</tt> från utsidan av The Loop. Låt vara inaktiverat för övrigt."
3007
 
3008
+ #: app/model/settings.php:915
3009
  msgid "Disable <strong>gzip</strong> compression."
3010
  msgstr "Inaktivera <strong>gzip-kompression</strong>."
3011
 
3012
+ #: app/model/settings.php:930
3013
  msgid "Use frontend rendering."
3014
  msgstr "Använd frontend-rendering."
3015
 
3016
+ #: app/model/settings.php:933
3017
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3018
  msgstr "Renderar kalendervyer hos klient istället för servern; kan förbättra prestanda."
3019
 
3037
  msgid "Week/Day view ends at"
3038
  msgstr "Vecko-/dagvy slutar på"
3039
 
3040
+ #: app/model/settings.php:574
3041
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3042
  msgstr "<strong>Bryt ord</strong> i månadsvyn"
3043
 
3044
+ #: app/model/settings.php:577
3045
  msgid "Only applies to events that span a single day."
3046
  msgstr "Gäller endast för aktiviteter inom en enskild dag."
3047
 
3048
+ #: app/model/settings.php:589
3049
  msgid ""
3050
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3051
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3059
  "\t\t\t\t\t\tDagordningsliknande vyer</span>, <strong>inkludera alla aktiviteter\n"
3060
  "\t\t\t\t\t\tfrån senaste visade dag</strong>"
3061
 
3062
+ #: app/model/settings.php:605
3063
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3064
  msgstr "Behåll alla aktiviteter <strong>utfällda</strong> i vyn Dagordning"
3065
 
3066
+ #: app/model/settings.php:617
3067
  msgid "<strong>Show year</strong> in calendar date labels"
3068
  msgstr "<strong>Visa år</strong> i kalenderns datumetiketter"
3069
 
3070
+ #: app/model/settings.php:629
3071
  msgid "<strong>Show location in event titles</strong> in calendar views"
3072
  msgstr "<strong>Visa plats i aktivitetsrubriken</strong> i kalendenervyn"
3073
 
3074
+ #: app/model/settings.php:641
3075
  msgid "<strong>Exclude</strong> events from search results"
3076
  msgstr "<strong>Utelämna</strong> aktiviteter från sökresultaten"
3077
 
3078
+ #: app/model/settings.php:653
3079
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3080
  msgstr "Dölj knapparna <strong>Prenumerera</strong>/<strong>Lägg till i kalender</strong> i kalendernvyn och vyn för en enskild aktivitet"
3081
 
3082
+ #: app/model/settings.php:665
3083
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3084
  msgstr "Dölj knappen <strong>Skaffa en Timely-kalender</strong>"
3085
 
3086
+ #: app/model/settings.php:677
3087
  msgid " Hide <strong>Google Maps</strong> until clicked"
3088
  msgstr "Dölj <strong>Google-karta</strong> tills man klickar på den"
3089
 
3090
+ #: app/model/settings.php:689
3091
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3092
  msgstr " <strong>Fäst filtermenyn</strong> till fönstrets överkant när sidan rullas ner."
3093
 
3094
+ #: app/model/settings.php:692
3095
  msgid "Only applies to first visible calendar found on the page."
3096
  msgstr "Gäller endast för den första synliga kalendern på sidan."
3097
 
3098
+ #: app/model/settings.php:704
3099
  msgid "Offset affixed filter bar vertically by"
3100
  msgstr "Förskjut filtermenyn vertikalt med"
3101
 
3102
+ #: app/model/settings.php:719
3103
  msgid "Wide screens only (&#8805; 1200px)"
3104
  msgstr "Endast för breda bildskärmar (&#8805; 1200px)"
3105
 
3106
+ #: app/model/settings.php:734
3107
  msgid "Tablets only (< 980px)"
3108
  msgstr "Endast för surfplattor (< 980px)"
3109
 
3110
+ #: app/model/settings.php:749
3111
  msgid "Phones only (< 768px)"
3112
  msgstr "Endast för mobiltelefoner (< 768px)"
3113
 
3204
  msgid "Preselected calendar filters"
3205
  msgstr "Förvalda kalenderfilter"
3206
 
3207
+ #: app/controller/javascript.php:582
3208
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3209
  msgstr "Något blev fel när aktiviteter lästes in.<br>Förfrågan: %STATUS% <br>Felmeddelande: %ERROR%"
3210
 
3211
+ #: app/controller/javascript.php:591
3212
  msgid "The end date can't be earlier than the start date."
3213
  msgstr "Slutdatum kan inte vara tidigare än startdatum."
3214
 
3215
+ #: app/controller/javascript.php:592
3216
  msgid "For week and day view, you must select an interval of at least 6 hours."
3217
  msgstr "För vecko- och dagsvy måste du välja ett intervall på minst 6 timmar."
3218
 
3236
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3237
  msgstr ""
3238
 
3239
+ #: app/model/api/api-registration.php:186
3240
  msgid "Payment preferences were not saved."
3241
  msgstr ""
3242
 
3243
+ #: app/model/api/api-registration.php:177
3244
  msgid "Payment preferences were saved."
3245
  msgstr ""
3246
 
3268
  msgid "Sold out"
3269
  msgstr ""
3270
 
3271
+ #: app/controller/javascript.php:554
3272
  msgid "Report"
3273
  msgstr ""
3274
 
3275
+ #: app/controller/javascript.php:555
3276
  msgid "Sale dates"
3277
  msgstr ""
3278
 
3279
+ #: app/controller/javascript.php:556
3280
  msgid "Limits"
3281
  msgstr ""
3282
 
3283
+ #: app/controller/javascript.php:557
3284
  msgid "Actions"
3285
  msgstr ""
3286
 
3287
+ #: app/controller/javascript.php:558
3288
  msgid "Sold:"
3289
  msgstr ""
3290
 
3291
+ #: app/controller/javascript.php:559
3292
  msgid "Left:"
3293
  msgstr ""
3294
 
3295
+ #: app/controller/javascript.php:560
3296
  msgid "Start:"
3297
  msgstr ""
3298
 
3299
+ #: app/controller/javascript.php:561
3300
  msgid "End:"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3304
  msgid "Min:"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3308
  msgid "Max:"
3309
  msgstr ""
3310
 
3311
+ #: app/controller/javascript.php:564
3312
  msgid "Attendees"
3313
  msgstr ""
3314
 
3315
+ #: app/controller/javascript.php:565
3316
  msgid "Hide Attendees"
3317
  msgstr ""
3318
 
3319
+ #: app/controller/javascript.php:566
3320
  msgid "Attendees List"
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:567
3324
  msgid "Guest Name"
3325
  msgstr ""
3326
 
3327
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3328
  msgid "Status"
3329
  msgstr ""
3330
 
3331
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3332
  #: app/view/event/ticket.php:71
3333
  msgid "Email"
3334
  msgstr "E-post"
3335
 
3336
+ #: app/controller/javascript.php:570
3337
  msgid "No attendees for this ticket type."
3338
  msgstr ""
3339
 
3340
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3341
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3342
  msgid "Edit"
3343
  msgstr "Redigera"
3344
 
3345
+ #: app/controller/javascript.php:572
3346
  msgid "Code"
3347
  msgstr ""
3348
 
3349
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3350
  #: public/admin/box_event_cost.php:308
3351
  msgid "Unlimited"
3352
  msgstr ""
3353
 
3354
+ #: app/controller/javascript.php:579
3355
  msgid "Your message has been sent. Thank you for your feedback."
3356
  msgstr ""
3357
 
3358
+ #: app/controller/javascript.php:580
3359
  msgid "Your message has not been sent. Please try again or contact us."
3360
  msgstr ""
3361
 
3407
  msgid "Loading&hellip;"
3408
  msgstr "Laddar&hellip;"
3409
 
3410
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3411
  msgid "Preview:"
3412
  msgstr "Förhandsgranska:"
3413
 
3414
+ #: app/controller/javascript.php:543
3415
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3416
  msgstr "Läser in förhandsgranskning&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3417
 
3418
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3419
  msgid "Ticketing Details"
3420
  msgstr ""
3421
 
3422
+ #: app/controller/javascript.php:549
3423
  msgid "Hide Ticketing Details"
3424
  msgstr ""
3425
 
3426
+ #: app/controller/javascript.php:550
3427
  msgid "Loading tickets details..."
3428
  msgstr ""
3429
 
3430
+ #: app/controller/javascript.php:551
3431
  msgid "Type and price"
3432
  msgstr ""
3433
 
3434
+ #: app/controller/javascript.php:552
3435
  msgid "Info"
3436
  msgstr ""
3437
 
language/all-in-one-event-calendar-th.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2824,19 +2831,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:945
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:948
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:960
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:964
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,19 +2852,19 @@ msgid ""
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:981
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:1004
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1017
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1020
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
 
@@ -2909,63 +2916,63 @@ msgstr ""
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
- #: app/model/settings.php:747
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
- #: app/model/settings.php:759
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:773
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:778
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:782
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:786
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:790
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:802
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:813
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:824
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:840
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:843
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:864
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:866
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,23 +2984,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:885
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:888
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:900
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:915
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:918
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3017,15 +3024,15 @@ msgstr ""
3017
  msgid "Week/Day view ends at"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:559
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
- #: app/model/settings.php:562
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
- #: app/model/settings.php:574
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,55 +3041,55 @@ msgid ""
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
- #: app/model/settings.php:590
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
- #: app/model/settings.php:602
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:614
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:626
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:638
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:650
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:662
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:674
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:677
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:704
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:719
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:734
3086
  msgid "Phones only (< 768px)"
3087
  msgstr ""
3088
 
@@ -3175,15 +3182,15 @@ msgstr ""
3175
  msgid "Preselected calendar filters"
3176
  msgstr ""
3177
 
3178
- #: app/controller/javascript.php:581
3179
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3180
  msgstr ""
3181
 
3182
- #: app/controller/javascript.php:590
3183
  msgid "The end date can't be earlier than the start date."
3184
  msgstr ""
3185
 
3186
- #: app/controller/javascript.php:591
3187
  msgid "For week and day view, you must select an interval of at least 6 hours."
3188
  msgstr ""
3189
 
@@ -3207,11 +3214,11 @@ msgstr ""
3207
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3208
  msgstr ""
3209
 
3210
- #: app/model/api/api-registration.php:162
3211
  msgid "Payment preferences were not saved."
3212
  msgstr ""
3213
 
3214
- #: app/model/api/api-registration.php:153
3215
  msgid "Payment preferences were saved."
3216
  msgstr ""
3217
 
@@ -3239,94 +3246,94 @@ msgstr ""
3239
  msgid "Sold out"
3240
  msgstr ""
3241
 
3242
- #: app/controller/javascript.php:553
3243
  msgid "Report"
3244
  msgstr ""
3245
 
3246
- #: app/controller/javascript.php:554
3247
  msgid "Sale dates"
3248
  msgstr ""
3249
 
3250
- #: app/controller/javascript.php:555
3251
  msgid "Limits"
3252
  msgstr ""
3253
 
3254
- #: app/controller/javascript.php:556
3255
  msgid "Actions"
3256
  msgstr ""
3257
 
3258
- #: app/controller/javascript.php:557
3259
  msgid "Sold:"
3260
  msgstr ""
3261
 
3262
- #: app/controller/javascript.php:558
3263
  msgid "Left:"
3264
  msgstr ""
3265
 
3266
- #: app/controller/javascript.php:559
3267
  msgid "Start:"
3268
  msgstr ""
3269
 
3270
- #: app/controller/javascript.php:560
3271
  msgid "End:"
3272
  msgstr ""
3273
 
3274
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3275
  msgid "Min:"
3276
  msgstr ""
3277
 
3278
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3279
  msgid "Max:"
3280
  msgstr ""
3281
 
3282
- #: app/controller/javascript.php:563
3283
  msgid "Attendees"
3284
  msgstr ""
3285
 
3286
- #: app/controller/javascript.php:564
3287
  msgid "Hide Attendees"
3288
  msgstr ""
3289
 
3290
- #: app/controller/javascript.php:565
3291
  msgid "Attendees List"
3292
  msgstr ""
3293
 
3294
- #: app/controller/javascript.php:566
3295
  msgid "Guest Name"
3296
  msgstr ""
3297
 
3298
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3299
  msgid "Status"
3300
  msgstr ""
3301
 
3302
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3303
  #: app/view/event/ticket.php:71
3304
  msgid "Email"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:569
3308
  msgid "No attendees for this ticket type."
3309
  msgstr ""
3310
 
3311
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3312
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3313
  msgid "Edit"
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:571
3317
  msgid "Code"
3318
  msgstr ""
3319
 
3320
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3321
  #: public/admin/box_event_cost.php:308
3322
  msgid "Unlimited"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:578
3326
  msgid "Your message has been sent. Thank you for your feedback."
3327
  msgstr ""
3328
 
3329
- #: app/controller/javascript.php:579
3330
  msgid "Your message has not been sent. Please try again or contact us."
3331
  msgstr ""
3332
 
@@ -3378,31 +3385,31 @@ msgstr ""
3378
  msgid "Loading&hellip;"
3379
  msgstr ""
3380
 
3381
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3382
  msgid "Preview:"
3383
  msgstr ""
3384
 
3385
- #: app/controller/javascript.php:542
3386
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3387
  msgstr ""
3388
 
3389
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3390
  msgid "Ticketing Details"
3391
  msgstr ""
3392
 
3393
- #: app/controller/javascript.php:548
3394
  msgid "Hide Ticketing Details"
3395
  msgstr ""
3396
 
3397
- #: app/controller/javascript.php:549
3398
  msgid "Loading tickets details..."
3399
  msgstr ""
3400
 
3401
- #: app/controller/javascript.php:550
3402
  msgid "Type and price"
3403
  msgstr ""
3404
 
3405
- #: app/controller/javascript.php:551
3406
  msgid "Info"
3407
  msgstr ""
3408
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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 ""
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 ""
2841
 
2842
+ #: app/model/settings.php:975
2843
  msgid "Current <strong>robots.txt</strong> on this site"
2844
  msgstr ""
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"
2852
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:996
2856
  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>)"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1019
2860
  msgid "Templates cache improves site performance"
2861
  msgstr ""
2862
 
2863
+ #: app/model/settings.php:1032
2864
  msgid "Display events in <strong>calendar time zone</strong>"
2865
  msgstr ""
2866
 
2867
+ #: app/model/settings.php:1035
2868
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2869
  msgstr ""
2870
 
2916
  msgid "Show All Authors"
2917
  msgstr ""
2918
 
2919
+ #: app/model/settings.php:762
2920
  msgid "Strict compatibility content filtering"
2921
  msgstr ""
2922
 
2923
+ #: app/model/settings.php:774
2924
  msgid " <strong>Hide featured image</strong> from event details page"
2925
  msgstr ""
2926
 
2927
+ #: app/model/settings.php:777
2928
  msgid "Select this option if your theme already displays each post's featured image."
2929
  msgstr ""
2930
 
2931
+ #: app/model/settings.php:788
2932
  msgid "Input dates in this format"
2933
  msgstr ""
2934
 
2935
+ #: app/model/settings.php:793
2936
  msgid "Default (d/m/yyyy)"
2937
  msgstr ""
2938
 
2939
+ #: app/model/settings.php:797
2940
  msgid "US (m/d/yyyy)"
2941
  msgstr ""
2942
 
2943
+ #: app/model/settings.php:801
2944
  msgid "ISO 8601 (yyyy-m-d)"
2945
  msgstr ""
2946
 
2947
+ #: app/model/settings.php:805
2948
  msgid "Dotted (m.d.yyyy)"
2949
  msgstr ""
2950
 
2951
+ #: app/model/settings.php:817
2952
  msgid " Use <strong>24h time</strong> in time pickers"
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:828
2956
  msgid "<strong>Disable address autocomplete</strong> function"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:839
2960
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
  msgstr ""
2962
 
2963
+ #: app/model/settings.php:855
2964
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2965
  msgstr ""
2966
 
2967
+ #: app/model/settings.php:858
2968
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:879
2972
  msgid "Move calendar into this DOM element"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:881
2976
  msgid ""
2977
  "Optional. Use this JavaScript-based shortcut to place the\n"
2978
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2984
  "\t\t\t\t\t\tby the calendar."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:900
2988
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2989
  msgstr ""
2990
 
2991
+ #: app/model/settings.php:903
2992
  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."
2993
  msgstr ""
2994
 
2995
+ #: app/model/settings.php:915
2996
  msgid "Disable <strong>gzip</strong> compression."
2997
  msgstr ""
2998
 
2999
+ #: app/model/settings.php:930
3000
  msgid "Use frontend rendering."
3001
  msgstr ""
3002
 
3003
+ #: app/model/settings.php:933
3004
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3005
  msgstr ""
3006
 
3024
  msgid "Week/Day view ends at"
3025
  msgstr ""
3026
 
3027
+ #: app/model/settings.php:574
3028
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3029
  msgstr ""
3030
 
3031
+ #: app/model/settings.php:577
3032
  msgid "Only applies to events that span a single day."
3033
  msgstr ""
3034
 
3035
+ #: app/model/settings.php:589
3036
  msgid ""
3037
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3038
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3041
  "\t\t\t\t\t\tfrom last day shown</strong>"
3042
  msgstr ""
3043
 
3044
+ #: app/model/settings.php:605
3045
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3046
  msgstr ""
3047
 
3048
+ #: app/model/settings.php:617
3049
  msgid "<strong>Show year</strong> in calendar date labels"
3050
  msgstr ""
3051
 
3052
+ #: app/model/settings.php:629
3053
  msgid "<strong>Show location in event titles</strong> in calendar views"
3054
  msgstr ""
3055
 
3056
+ #: app/model/settings.php:641
3057
  msgid "<strong>Exclude</strong> events from search results"
3058
  msgstr ""
3059
 
3060
+ #: app/model/settings.php:653
3061
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3062
  msgstr ""
3063
 
3064
+ #: app/model/settings.php:665
3065
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3066
  msgstr ""
3067
 
3068
+ #: app/model/settings.php:677
3069
  msgid " Hide <strong>Google Maps</strong> until clicked"
3070
  msgstr ""
3071
 
3072
+ #: app/model/settings.php:689
3073
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3074
  msgstr ""
3075
 
3076
+ #: app/model/settings.php:692
3077
  msgid "Only applies to first visible calendar found on the page."
3078
  msgstr ""
3079
 
3080
+ #: app/model/settings.php:704
3081
  msgid "Offset affixed filter bar vertically by"
3082
  msgstr ""
3083
 
3084
+ #: app/model/settings.php:719
3085
  msgid "Wide screens only (&#8805; 1200px)"
3086
  msgstr ""
3087
 
3088
+ #: app/model/settings.php:734
3089
  msgid "Tablets only (< 980px)"
3090
  msgstr ""
3091
 
3092
+ #: app/model/settings.php:749
3093
  msgid "Phones only (< 768px)"
3094
  msgstr ""
3095
 
3182
  msgid "Preselected calendar filters"
3183
  msgstr ""
3184
 
3185
+ #: app/controller/javascript.php:582
3186
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3187
  msgstr ""
3188
 
3189
+ #: app/controller/javascript.php:591
3190
  msgid "The end date can't be earlier than the start date."
3191
  msgstr ""
3192
 
3193
+ #: app/controller/javascript.php:592
3194
  msgid "For week and day view, you must select an interval of at least 6 hours."
3195
  msgstr ""
3196
 
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:186
3218
  msgid "Payment preferences were not saved."
3219
  msgstr ""
3220
 
3221
+ #: app/model/api/api-registration.php:177
3222
  msgid "Payment preferences were saved."
3223
  msgstr ""
3224
 
3246
  msgid "Sold out"
3247
  msgstr ""
3248
 
3249
+ #: app/controller/javascript.php:554
3250
  msgid "Report"
3251
  msgstr ""
3252
 
3253
+ #: app/controller/javascript.php:555
3254
  msgid "Sale dates"
3255
  msgstr ""
3256
 
3257
+ #: app/controller/javascript.php:556
3258
  msgid "Limits"
3259
  msgstr ""
3260
 
3261
+ #: app/controller/javascript.php:557
3262
  msgid "Actions"
3263
  msgstr ""
3264
 
3265
+ #: app/controller/javascript.php:558
3266
  msgid "Sold:"
3267
  msgstr ""
3268
 
3269
+ #: app/controller/javascript.php:559
3270
  msgid "Left:"
3271
  msgstr ""
3272
 
3273
+ #: app/controller/javascript.php:560
3274
  msgid "Start:"
3275
  msgstr ""
3276
 
3277
+ #: app/controller/javascript.php:561
3278
  msgid "End:"
3279
  msgstr ""
3280
 
3281
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3282
  msgid "Min:"
3283
  msgstr ""
3284
 
3285
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3286
  msgid "Max:"
3287
  msgstr ""
3288
 
3289
+ #: app/controller/javascript.php:564
3290
  msgid "Attendees"
3291
  msgstr ""
3292
 
3293
+ #: app/controller/javascript.php:565
3294
  msgid "Hide Attendees"
3295
  msgstr ""
3296
 
3297
+ #: app/controller/javascript.php:566
3298
  msgid "Attendees List"
3299
  msgstr ""
3300
 
3301
+ #: app/controller/javascript.php:567
3302
  msgid "Guest Name"
3303
  msgstr ""
3304
 
3305
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3306
  msgid "Status"
3307
  msgstr ""
3308
 
3309
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3310
  #: app/view/event/ticket.php:71
3311
  msgid "Email"
3312
  msgstr ""
3313
 
3314
+ #: app/controller/javascript.php:570
3315
  msgid "No attendees for this ticket type."
3316
  msgstr ""
3317
 
3318
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3319
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3320
  msgid "Edit"
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:572
3324
  msgid "Code"
3325
  msgstr ""
3326
 
3327
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3328
  #: public/admin/box_event_cost.php:308
3329
  msgid "Unlimited"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:579
3333
  msgid "Your message has been sent. Thank you for your feedback."
3334
  msgstr ""
3335
 
3336
+ #: app/controller/javascript.php:580
3337
  msgid "Your message has not been sent. Please try again or contact us."
3338
  msgstr ""
3339
 
3385
  msgid "Loading&hellip;"
3386
  msgstr ""
3387
 
3388
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3389
  msgid "Preview:"
3390
  msgstr ""
3391
 
3392
+ #: app/controller/javascript.php:543
3393
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3394
  msgstr ""
3395
 
3396
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3397
  msgid "Ticketing Details"
3398
  msgstr ""
3399
 
3400
+ #: app/controller/javascript.php:549
3401
  msgid "Hide Ticketing Details"
3402
  msgstr ""
3403
 
3404
+ #: app/controller/javascript.php:550
3405
  msgid "Loading tickets details..."
3406
  msgstr ""
3407
 
3408
+ #: app/controller/javascript.php:551
3409
  msgid "Type and price"
3410
  msgstr ""
3411
 
3412
+ #: app/controller/javascript.php:552
3413
  msgid "Info"
3414
  msgstr ""
3415
 
language/all-in-one-event-calendar-uk.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2826,19 +2833,19 @@ msgstr ""
2826
  msgid "month(s)"
2827
  msgstr ""
2828
 
2829
- #: app/model/settings.php:945
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr ""
2832
 
2833
- #: app/model/settings.php:948
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 ""
2836
 
2837
- #: app/model/settings.php:960
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr ""
2840
 
2841
- #: app/model/settings.php:964
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,19 +2854,19 @@ msgid ""
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:981
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 ""
2853
 
2854
- #: app/model/settings.php:1004
2855
  msgid "Templates cache improves site performance"
2856
  msgstr ""
2857
 
2858
- #: app/model/settings.php:1017
2859
  msgid "Display events in <strong>calendar time zone</strong>"
2860
  msgstr ""
2861
 
2862
- #: app/model/settings.php:1020
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
 
@@ -2911,63 +2918,63 @@ msgstr ""
2911
  msgid "Show All Authors"
2912
  msgstr ""
2913
 
2914
- #: app/model/settings.php:747
2915
  msgid "Strict compatibility content filtering"
2916
  msgstr ""
2917
 
2918
- #: app/model/settings.php:759
2919
  msgid " <strong>Hide featured image</strong> from event details page"
2920
  msgstr ""
2921
 
2922
- #: app/model/settings.php:762
2923
  msgid "Select this option if your theme already displays each post's featured image."
2924
  msgstr ""
2925
 
2926
- #: app/model/settings.php:773
2927
  msgid "Input dates in this format"
2928
  msgstr ""
2929
 
2930
- #: app/model/settings.php:778
2931
  msgid "Default (d/m/yyyy)"
2932
  msgstr ""
2933
 
2934
- #: app/model/settings.php:782
2935
  msgid "US (m/d/yyyy)"
2936
  msgstr ""
2937
 
2938
- #: app/model/settings.php:786
2939
  msgid "ISO 8601 (yyyy-m-d)"
2940
  msgstr ""
2941
 
2942
- #: app/model/settings.php:790
2943
  msgid "Dotted (m.d.yyyy)"
2944
  msgstr ""
2945
 
2946
- #: app/model/settings.php:802
2947
  msgid " Use <strong>24h time</strong> in time pickers"
2948
  msgstr ""
2949
 
2950
- #: app/model/settings.php:813
2951
  msgid "<strong>Disable address autocomplete</strong> function"
2952
  msgstr ""
2953
 
2954
- #: app/model/settings.php:824
2955
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2956
  msgstr ""
2957
 
2958
- #: app/model/settings.php:840
2959
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2960
  msgstr ""
2961
 
2962
- #: app/model/settings.php:843
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:864
2967
  msgid "Move calendar into this DOM element"
2968
  msgstr ""
2969
 
2970
- #: app/model/settings.php:866
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,23 +2986,23 @@ msgid ""
2979
  "\t\t\t\t\t\tby the calendar."
2980
  msgstr ""
2981
 
2982
- #: app/model/settings.php:885
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:888
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:900
2991
  msgid "Disable <strong>gzip</strong> compression."
2992
  msgstr ""
2993
 
2994
- #: app/model/settings.php:915
2995
  msgid "Use frontend rendering."
2996
  msgstr ""
2997
 
2998
- #: app/model/settings.php:918
2999
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3000
  msgstr ""
3001
 
@@ -3019,15 +3026,15 @@ msgstr ""
3019
  msgid "Week/Day view ends at"
3020
  msgstr ""
3021
 
3022
- #: app/model/settings.php:559
3023
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3024
  msgstr ""
3025
 
3026
- #: app/model/settings.php:562
3027
  msgid "Only applies to events that span a single day."
3028
  msgstr ""
3029
 
3030
- #: app/model/settings.php:574
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,55 +3043,55 @@ msgid ""
3036
  "\t\t\t\t\t\tfrom last day shown</strong>"
3037
  msgstr ""
3038
 
3039
- #: app/model/settings.php:590
3040
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3041
  msgstr ""
3042
 
3043
- #: app/model/settings.php:602
3044
  msgid "<strong>Show year</strong> in calendar date labels"
3045
  msgstr ""
3046
 
3047
- #: app/model/settings.php:614
3048
  msgid "<strong>Show location in event titles</strong> in calendar views"
3049
  msgstr ""
3050
 
3051
- #: app/model/settings.php:626
3052
  msgid "<strong>Exclude</strong> events from search results"
3053
  msgstr ""
3054
 
3055
- #: app/model/settings.php:638
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:650
3060
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3061
  msgstr ""
3062
 
3063
- #: app/model/settings.php:662
3064
  msgid " Hide <strong>Google Maps</strong> until clicked"
3065
  msgstr ""
3066
 
3067
- #: app/model/settings.php:674
3068
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3069
  msgstr ""
3070
 
3071
- #: app/model/settings.php:677
3072
  msgid "Only applies to first visible calendar found on the page."
3073
  msgstr ""
3074
 
3075
- #: app/model/settings.php:689
3076
  msgid "Offset affixed filter bar vertically by"
3077
  msgstr ""
3078
 
3079
- #: app/model/settings.php:704
3080
  msgid "Wide screens only (&#8805; 1200px)"
3081
  msgstr ""
3082
 
3083
- #: app/model/settings.php:719
3084
  msgid "Tablets only (< 980px)"
3085
  msgstr ""
3086
 
3087
- #: app/model/settings.php:734
3088
  msgid "Phones only (< 768px)"
3089
  msgstr ""
3090
 
@@ -3185,15 +3192,15 @@ msgstr ""
3185
  msgid "Preselected calendar filters"
3186
  msgstr ""
3187
 
3188
- #: app/controller/javascript.php:581
3189
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3190
  msgstr ""
3191
 
3192
- #: app/controller/javascript.php:590
3193
  msgid "The end date can't be earlier than the start date."
3194
  msgstr ""
3195
 
3196
- #: app/controller/javascript.php:591
3197
  msgid "For week and day view, you must select an interval of at least 6 hours."
3198
  msgstr ""
3199
 
@@ -3217,11 +3224,11 @@ msgstr ""
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:162
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:153
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
@@ -3249,94 +3256,94 @@ msgstr ""
3249
  msgid "Sold out"
3250
  msgstr ""
3251
 
3252
- #: app/controller/javascript.php:553
3253
  msgid "Report"
3254
  msgstr ""
3255
 
3256
- #: app/controller/javascript.php:554
3257
  msgid "Sale dates"
3258
  msgstr ""
3259
 
3260
- #: app/controller/javascript.php:555
3261
  msgid "Limits"
3262
  msgstr ""
3263
 
3264
- #: app/controller/javascript.php:556
3265
  msgid "Actions"
3266
  msgstr ""
3267
 
3268
- #: app/controller/javascript.php:557
3269
  msgid "Sold:"
3270
  msgstr ""
3271
 
3272
- #: app/controller/javascript.php:558
3273
  msgid "Left:"
3274
  msgstr ""
3275
 
3276
- #: app/controller/javascript.php:559
3277
  msgid "Start:"
3278
  msgstr ""
3279
 
3280
- #: app/controller/javascript.php:560
3281
  msgid "End:"
3282
  msgstr ""
3283
 
3284
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3285
  msgid "Min:"
3286
  msgstr ""
3287
 
3288
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3289
  msgid "Max:"
3290
  msgstr ""
3291
 
3292
- #: app/controller/javascript.php:563
3293
  msgid "Attendees"
3294
  msgstr ""
3295
 
3296
- #: app/controller/javascript.php:564
3297
  msgid "Hide Attendees"
3298
  msgstr ""
3299
 
3300
- #: app/controller/javascript.php:565
3301
  msgid "Attendees List"
3302
  msgstr ""
3303
 
3304
- #: app/controller/javascript.php:566
3305
  msgid "Guest Name"
3306
  msgstr ""
3307
 
3308
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3309
  msgid "Status"
3310
  msgstr ""
3311
 
3312
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3313
  #: app/view/event/ticket.php:71
3314
  msgid "Email"
3315
  msgstr ""
3316
 
3317
- #: app/controller/javascript.php:569
3318
  msgid "No attendees for this ticket type."
3319
  msgstr ""
3320
 
3321
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3322
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3323
  msgid "Edit"
3324
  msgstr ""
3325
 
3326
- #: app/controller/javascript.php:571
3327
  msgid "Code"
3328
  msgstr ""
3329
 
3330
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3331
  #: public/admin/box_event_cost.php:308
3332
  msgid "Unlimited"
3333
  msgstr ""
3334
 
3335
- #: app/controller/javascript.php:578
3336
  msgid "Your message has been sent. Thank you for your feedback."
3337
  msgstr ""
3338
 
3339
- #: app/controller/javascript.php:579
3340
  msgid "Your message has not been sent. Please try again or contact us."
3341
  msgstr ""
3342
 
@@ -3388,31 +3395,31 @@ msgstr ""
3388
  msgid "Loading&hellip;"
3389
  msgstr ""
3390
 
3391
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3392
  msgid "Preview:"
3393
  msgstr ""
3394
 
3395
- #: app/controller/javascript.php:542
3396
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3397
  msgstr ""
3398
 
3399
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3400
  msgid "Ticketing Details"
3401
  msgstr ""
3402
 
3403
- #: app/controller/javascript.php:548
3404
  msgid "Hide Ticketing Details"
3405
  msgstr ""
3406
 
3407
- #: app/controller/javascript.php:549
3408
  msgid "Loading tickets details..."
3409
  msgstr ""
3410
 
3411
- #: app/controller/javascript.php:550
3412
  msgid "Type and price"
3413
  msgstr ""
3414
 
3415
- #: app/controller/javascript.php:551
3416
  msgid "Info"
3417
  msgstr ""
3418
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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 ""
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
  "\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
 
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 ""
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
  "\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
 
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
  "\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 ""
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
 
3192
  msgid "Preselected calendar filters"
3193
  msgstr ""
3194
 
3195
+ #: app/controller/javascript.php:582
3196
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3197
  msgstr ""
3198
 
3199
+ #: app/controller/javascript.php:591
3200
  msgid "The end date can't be earlier than the start date."
3201
  msgstr ""
3202
 
3203
+ #: app/controller/javascript.php:592
3204
  msgid "For week and day view, you must select an interval of at least 6 hours."
3205
  msgstr ""
3206
 
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
 
3256
  msgid "Sold out"
3257
  msgstr ""
3258
 
3259
+ #: app/controller/javascript.php:554
3260
  msgid "Report"
3261
  msgstr ""
3262
 
3263
+ #: app/controller/javascript.php:555
3264
  msgid "Sale dates"
3265
  msgstr ""
3266
 
3267
+ #: app/controller/javascript.php:556
3268
  msgid "Limits"
3269
  msgstr ""
3270
 
3271
+ #: app/controller/javascript.php:557
3272
  msgid "Actions"
3273
  msgstr ""
3274
 
3275
+ #: app/controller/javascript.php:558
3276
  msgid "Sold:"
3277
  msgstr ""
3278
 
3279
+ #: app/controller/javascript.php:559
3280
  msgid "Left:"
3281
  msgstr ""
3282
 
3283
+ #: app/controller/javascript.php:560
3284
  msgid "Start:"
3285
  msgstr ""
3286
 
3287
+ #: app/controller/javascript.php:561
3288
  msgid "End:"
3289
  msgstr ""
3290
 
3291
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3292
  msgid "Min:"
3293
  msgstr ""
3294
 
3295
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3296
  msgid "Max:"
3297
  msgstr ""
3298
 
3299
+ #: app/controller/javascript.php:564
3300
  msgid "Attendees"
3301
  msgstr ""
3302
 
3303
+ #: app/controller/javascript.php:565
3304
  msgid "Hide Attendees"
3305
  msgstr ""
3306
 
3307
+ #: app/controller/javascript.php:566
3308
  msgid "Attendees List"
3309
  msgstr ""
3310
 
3311
+ #: app/controller/javascript.php:567
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 ""
3323
 
3324
+ #: app/controller/javascript.php:570
3325
  msgid "No attendees for this ticket type."
3326
  msgstr ""
3327
 
3328
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3329
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3330
  msgid "Edit"
3331
  msgstr ""
3332
 
3333
+ #: app/controller/javascript.php:572
3334
  msgid "Code"
3335
  msgstr ""
3336
 
3337
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3338
  #: public/admin/box_event_cost.php:308
3339
  msgid "Unlimited"
3340
  msgstr ""
3341
 
3342
+ #: app/controller/javascript.php:579
3343
  msgid "Your message has been sent. Thank you for your feedback."
3344
  msgstr ""
3345
 
3346
+ #: app/controller/javascript.php:580
3347
  msgid "Your message has not been sent. Please try again or contact us."
3348
  msgstr ""
3349
 
3395
  msgid "Loading&hellip;"
3396
  msgstr ""
3397
 
3398
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3399
  msgid "Preview:"
3400
  msgstr ""
3401
 
3402
+ #: app/controller/javascript.php:543
3403
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3404
  msgstr ""
3405
 
3406
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3407
  msgid "Ticketing Details"
3408
  msgstr ""
3409
 
3410
+ #: app/controller/javascript.php:549
3411
  msgid "Hide Ticketing Details"
3412
  msgstr ""
3413
 
3414
+ #: app/controller/javascript.php:550
3415
  msgid "Loading tickets details..."
3416
  msgstr ""
3417
 
3418
+ #: app/controller/javascript.php:551
3419
  msgid "Type and price"
3420
  msgstr ""
3421
 
3422
+ #: app/controller/javascript.php:552
3423
  msgid "Info"
3424
  msgstr ""
3425
 
language/all-in-one-event-calendar-zh_CN.po CHANGED
@@ -10,6 +10,13 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: 2.3\n"
12
 
 
 
 
 
 
 
 
13
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
14
  msgid "Convert event's date/time to calendar's timezone"
15
  msgstr ""
@@ -213,20 +220,20 @@ msgstr ""
213
  msgid "An error occurred when importing event. Please, try later."
214
  msgstr ""
215
 
216
- #: app/controller/javascript.php:552
217
  msgid "Information"
218
  msgstr ""
219
 
220
- #: app/controller/javascript.php:573 app/model/api/api-ticketing.php:401
221
  #: public/admin/box_event_cost.php:280
222
  msgid "Open for sale"
223
  msgstr ""
224
 
225
- #: app/controller/javascript.php:574
226
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
227
  msgstr ""
228
 
229
- #: app/controller/javascript.php:575
230
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
231
  msgstr ""
232
 
@@ -258,15 +265,15 @@ msgstr ""
258
  msgid "Canceled"
259
  msgstr ""
260
 
261
- #: app/model/settings.php:903
262
  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.)"
263
  msgstr ""
264
 
265
- #: app/model/settings.php:930
266
  msgid "Use advanced JS cache."
267
  msgstr ""
268
 
269
- #: app/model/settings.php:933
270
  msgid "Cache dynamically generated JS files. Improves performance."
271
  msgstr ""
272
 
@@ -533,11 +540,11 @@ msgid ""
533
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
534
  msgstr ""
535
 
536
- #: app/controller/javascript.php:584
537
  msgid "Response text received from server"
538
  msgstr ""
539
 
540
- #: app/controller/javascript.php:585
541
  msgid "Click here for technical details"
542
  msgstr ""
543
 
@@ -561,11 +568,11 @@ msgstr ""
561
  msgid "We were unable to Sign you Up for Time.ly Network"
562
  msgstr ""
563
 
564
- #: app/model/api/api-registration.php:123
565
  msgid "We were unable to Sign you Out of Time.ly Network"
566
  msgstr ""
567
 
568
- #: app/model/api/api-registration.php:190
569
  msgid "We were unable to get the Sales information from Time.ly Network"
570
  msgstr ""
571
 
@@ -2824,19 +2831,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:945
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:948
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:960
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:964
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,19 +2852,19 @@ msgid ""
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:981
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:1004
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1017
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1020
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
 
@@ -2909,63 +2916,63 @@ msgstr ""
2909
  msgid "Show All Authors"
2910
  msgstr ""
2911
 
2912
- #: app/model/settings.php:747
2913
  msgid "Strict compatibility content filtering"
2914
  msgstr ""
2915
 
2916
- #: app/model/settings.php:759
2917
  msgid " <strong>Hide featured image</strong> from event details page"
2918
  msgstr ""
2919
 
2920
- #: app/model/settings.php:762
2921
  msgid "Select this option if your theme already displays each post's featured image."
2922
  msgstr ""
2923
 
2924
- #: app/model/settings.php:773
2925
  msgid "Input dates in this format"
2926
  msgstr ""
2927
 
2928
- #: app/model/settings.php:778
2929
  msgid "Default (d/m/yyyy)"
2930
  msgstr ""
2931
 
2932
- #: app/model/settings.php:782
2933
  msgid "US (m/d/yyyy)"
2934
  msgstr ""
2935
 
2936
- #: app/model/settings.php:786
2937
  msgid "ISO 8601 (yyyy-m-d)"
2938
  msgstr ""
2939
 
2940
- #: app/model/settings.php:790
2941
  msgid "Dotted (m.d.yyyy)"
2942
  msgstr ""
2943
 
2944
- #: app/model/settings.php:802
2945
  msgid " Use <strong>24h time</strong> in time pickers"
2946
  msgstr ""
2947
 
2948
- #: app/model/settings.php:813
2949
  msgid "<strong>Disable address autocomplete</strong> function"
2950
  msgstr ""
2951
 
2952
- #: app/model/settings.php:824
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:840
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:843
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:864
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:866
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,23 +2984,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:885
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:888
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:900
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:915
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:918
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3017,15 +3024,15 @@ msgstr ""
3017
  msgid "Week/Day view ends at"
3018
  msgstr ""
3019
 
3020
- #: app/model/settings.php:559
3021
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3022
  msgstr ""
3023
 
3024
- #: app/model/settings.php:562
3025
  msgid "Only applies to events that span a single day."
3026
  msgstr ""
3027
 
3028
- #: app/model/settings.php:574
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,55 +3041,55 @@ msgid ""
3034
  "\t\t\t\t\t\tfrom last day shown</strong>"
3035
  msgstr ""
3036
 
3037
- #: app/model/settings.php:590
3038
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3039
  msgstr ""
3040
 
3041
- #: app/model/settings.php:602
3042
  msgid "<strong>Show year</strong> in calendar date labels"
3043
  msgstr ""
3044
 
3045
- #: app/model/settings.php:614
3046
  msgid "<strong>Show location in event titles</strong> in calendar views"
3047
  msgstr ""
3048
 
3049
- #: app/model/settings.php:626
3050
  msgid "<strong>Exclude</strong> events from search results"
3051
  msgstr ""
3052
 
3053
- #: app/model/settings.php:638
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:650
3058
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3059
  msgstr ""
3060
 
3061
- #: app/model/settings.php:662
3062
  msgid " Hide <strong>Google Maps</strong> until clicked"
3063
  msgstr ""
3064
 
3065
- #: app/model/settings.php:674
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:677
3070
  msgid "Only applies to first visible calendar found on the page."
3071
  msgstr ""
3072
 
3073
- #: app/model/settings.php:689
3074
  msgid "Offset affixed filter bar vertically by"
3075
  msgstr ""
3076
 
3077
- #: app/model/settings.php:704
3078
  msgid "Wide screens only (&#8805; 1200px)"
3079
  msgstr ""
3080
 
3081
- #: app/model/settings.php:719
3082
  msgid "Tablets only (< 980px)"
3083
  msgstr ""
3084
 
3085
- #: app/model/settings.php:734
3086
  msgid "Phones only (< 768px)"
3087
  msgstr ""
3088
 
@@ -3175,15 +3182,15 @@ msgstr ""
3175
  msgid "Preselected calendar filters"
3176
  msgstr ""
3177
 
3178
- #: app/controller/javascript.php:581
3179
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3180
  msgstr ""
3181
 
3182
- #: app/controller/javascript.php:590
3183
  msgid "The end date can't be earlier than the start date."
3184
  msgstr ""
3185
 
3186
- #: app/controller/javascript.php:591
3187
  msgid "For week and day view, you must select an interval of at least 6 hours."
3188
  msgstr ""
3189
 
@@ -3207,11 +3214,11 @@ msgstr ""
3207
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3208
  msgstr ""
3209
 
3210
- #: app/model/api/api-registration.php:162
3211
  msgid "Payment preferences were not saved."
3212
  msgstr ""
3213
 
3214
- #: app/model/api/api-registration.php:153
3215
  msgid "Payment preferences were saved."
3216
  msgstr ""
3217
 
@@ -3239,94 +3246,94 @@ msgstr ""
3239
  msgid "Sold out"
3240
  msgstr ""
3241
 
3242
- #: app/controller/javascript.php:553
3243
  msgid "Report"
3244
  msgstr ""
3245
 
3246
- #: app/controller/javascript.php:554
3247
  msgid "Sale dates"
3248
  msgstr ""
3249
 
3250
- #: app/controller/javascript.php:555
3251
  msgid "Limits"
3252
  msgstr ""
3253
 
3254
- #: app/controller/javascript.php:556
3255
  msgid "Actions"
3256
  msgstr ""
3257
 
3258
- #: app/controller/javascript.php:557
3259
  msgid "Sold:"
3260
  msgstr ""
3261
 
3262
- #: app/controller/javascript.php:558
3263
  msgid "Left:"
3264
  msgstr ""
3265
 
3266
- #: app/controller/javascript.php:559
3267
  msgid "Start:"
3268
  msgstr ""
3269
 
3270
- #: app/controller/javascript.php:560
3271
  msgid "End:"
3272
  msgstr ""
3273
 
3274
- #: app/controller/javascript.php:561 public/admin/box_event_cost.php:158
3275
  msgid "Min:"
3276
  msgstr ""
3277
 
3278
- #: app/controller/javascript.php:562 public/admin/box_event_cost.php:168
3279
  msgid "Max:"
3280
  msgstr ""
3281
 
3282
- #: app/controller/javascript.php:563
3283
  msgid "Attendees"
3284
  msgstr ""
3285
 
3286
- #: app/controller/javascript.php:564
3287
  msgid "Hide Attendees"
3288
  msgstr ""
3289
 
3290
- #: app/controller/javascript.php:565
3291
  msgid "Attendees List"
3292
  msgstr ""
3293
 
3294
- #: app/controller/javascript.php:566
3295
  msgid "Guest Name"
3296
  msgstr ""
3297
 
3298
- #: app/controller/javascript.php:567 app/view/admin/tickets.php:116
3299
  msgid "Status"
3300
  msgstr ""
3301
 
3302
- #: app/controller/javascript.php:568 app/view/admin/tickets.php:115
3303
  #: app/view/event/ticket.php:71
3304
  msgid "Email"
3305
  msgstr ""
3306
 
3307
- #: app/controller/javascript.php:569
3308
  msgid "No attendees for this ticket type."
3309
  msgstr ""
3310
 
3311
- #: app/controller/javascript.php:570 app/view/calendar/view/agenda.php:205
3312
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3313
  msgid "Edit"
3314
  msgstr ""
3315
 
3316
- #: app/controller/javascript.php:571
3317
  msgid "Code"
3318
  msgstr ""
3319
 
3320
- #: app/controller/javascript.php:572 public/admin/box_event_cost.php:189
3321
  #: public/admin/box_event_cost.php:308
3322
  msgid "Unlimited"
3323
  msgstr ""
3324
 
3325
- #: app/controller/javascript.php:578
3326
  msgid "Your message has been sent. Thank you for your feedback."
3327
  msgstr ""
3328
 
3329
- #: app/controller/javascript.php:579
3330
  msgid "Your message has not been sent. Please try again or contact us."
3331
  msgstr ""
3332
 
@@ -3378,31 +3385,31 @@ msgstr ""
3378
  msgid "Loading&hellip;"
3379
  msgstr ""
3380
 
3381
- #: app/controller/javascript.php:541 app/view/admin/widget-creator.php:139
3382
  msgid "Preview:"
3383
  msgstr ""
3384
 
3385
- #: app/controller/javascript.php:542
3386
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3387
  msgstr ""
3388
 
3389
- #: app/controller/javascript.php:547 app/view/admin/all-events.php:83
3390
  msgid "Ticketing Details"
3391
  msgstr ""
3392
 
3393
- #: app/controller/javascript.php:548
3394
  msgid "Hide Ticketing Details"
3395
  msgstr ""
3396
 
3397
- #: app/controller/javascript.php:549
3398
  msgid "Loading tickets details..."
3399
  msgstr ""
3400
 
3401
- #: app/controller/javascript.php:550
3402
  msgid "Type and price"
3403
  msgstr ""
3404
 
3405
- #: app/controller/javascript.php:551
3406
  msgid "Info"
3407
  msgstr ""
3408
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\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"
17
+ "\t\t\t\t\t\t\t\t\tGoogle Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)"
18
+ msgstr ""
19
+
20
  #: public/admin/feed_row.php:93 public/admin/plugins/ics/import_feed.php:92
21
  msgid "Convert event's date/time to calendar's timezone"
22
  msgstr ""
220
  msgid "An error occurred when importing event. Please, try later."
221
  msgstr ""
222
 
223
+ #: app/controller/javascript.php:553
224
  msgid "Information"
225
  msgstr ""
226
 
227
+ #: app/controller/javascript.php:574 app/model/api/api-ticketing.php:401
228
  #: public/admin/box_event_cost.php:280
229
  msgid "Open for sale"
230
  msgstr ""
231
 
232
+ #: app/controller/javascript.php:575
233
  msgid "You have sold tickets for this ticket type. Please change it's status to \"Canceled\" and make refunds to all users that purchased tickets."
234
  msgstr ""
235
 
236
+ #: app/controller/javascript.php:576
237
  msgid "You have sold tickets for this ticket type. Please make refunds to all users that purchased tickets"
238
  msgstr ""
239
 
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
 
540
  "\t\t\t\tThe Event has the cost option Tickets selected but no ticket was included.</b>"
541
  msgstr ""
542
 
543
+ #: app/controller/javascript.php:585
544
  msgid "Response text received from server"
545
  msgstr ""
546
 
547
+ #: app/controller/javascript.php:586
548
  msgid "Click here for technical details"
549
  msgstr ""
550
 
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
 
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 ""
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 ""
2841
 
2842
+ #: app/model/settings.php:975
2843
  msgid "Current <strong>robots.txt</strong> on this site"
2844
  msgstr ""
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"
2852
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:996
2856
  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>)"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1019
2860
  msgid "Templates cache improves site performance"
2861
  msgstr ""
2862
 
2863
+ #: app/model/settings.php:1032
2864
  msgid "Display events in <strong>calendar time zone</strong>"
2865
  msgstr ""
2866
 
2867
+ #: app/model/settings.php:1035
2868
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2869
  msgstr ""
2870
 
2916
  msgid "Show All Authors"
2917
  msgstr ""
2918
 
2919
+ #: app/model/settings.php:762
2920
  msgid "Strict compatibility content filtering"
2921
  msgstr ""
2922
 
2923
+ #: app/model/settings.php:774
2924
  msgid " <strong>Hide featured image</strong> from event details page"
2925
  msgstr ""
2926
 
2927
+ #: app/model/settings.php:777
2928
  msgid "Select this option if your theme already displays each post's featured image."
2929
  msgstr ""
2930
 
2931
+ #: app/model/settings.php:788
2932
  msgid "Input dates in this format"
2933
  msgstr ""
2934
 
2935
+ #: app/model/settings.php:793
2936
  msgid "Default (d/m/yyyy)"
2937
  msgstr ""
2938
 
2939
+ #: app/model/settings.php:797
2940
  msgid "US (m/d/yyyy)"
2941
  msgstr ""
2942
 
2943
+ #: app/model/settings.php:801
2944
  msgid "ISO 8601 (yyyy-m-d)"
2945
  msgstr ""
2946
 
2947
+ #: app/model/settings.php:805
2948
  msgid "Dotted (m.d.yyyy)"
2949
  msgstr ""
2950
 
2951
+ #: app/model/settings.php:817
2952
  msgid " Use <strong>24h time</strong> in time pickers"
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:828
2956
  msgid "<strong>Disable address autocomplete</strong> function"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:839
2960
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
  msgstr ""
2962
 
2963
+ #: app/model/settings.php:855
2964
  msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2965
  msgstr ""
2966
 
2967
+ #: app/model/settings.php:858
2968
  msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:879
2972
  msgid "Move calendar into this DOM element"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:881
2976
  msgid ""
2977
  "Optional. Use this JavaScript-based shortcut to place the\n"
2978
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2984
  "\t\t\t\t\t\tby the calendar."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:900
2988
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2989
  msgstr ""
2990
 
2991
+ #: app/model/settings.php:903
2992
  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."
2993
  msgstr ""
2994
 
2995
+ #: app/model/settings.php:915
2996
  msgid "Disable <strong>gzip</strong> compression."
2997
  msgstr ""
2998
 
2999
+ #: app/model/settings.php:930
3000
  msgid "Use frontend rendering."
3001
  msgstr ""
3002
 
3003
+ #: app/model/settings.php:933
3004
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3005
  msgstr ""
3006
 
3024
  msgid "Week/Day view ends at"
3025
  msgstr ""
3026
 
3027
+ #: app/model/settings.php:574
3028
  msgid "<strong>Word-wrap event stubs</strong> in Month view"
3029
  msgstr ""
3030
 
3031
+ #: app/model/settings.php:577
3032
  msgid "Only applies to events that span a single day."
3033
  msgstr ""
3034
 
3035
+ #: app/model/settings.php:589
3036
  msgid ""
3037
  "In <span class=\"ai1ec-tooltip-toggle\"\n"
3038
  "\t\t\t\t\t\tdata-original-title=\"These include Agenda view,\n"
3041
  "\t\t\t\t\t\tfrom last day shown</strong>"
3042
  msgstr ""
3043
 
3044
+ #: app/model/settings.php:605
3045
  msgid "Keep all events <strong>expanded</strong> in Agenda view"
3046
  msgstr ""
3047
 
3048
+ #: app/model/settings.php:617
3049
  msgid "<strong>Show year</strong> in calendar date labels"
3050
  msgstr ""
3051
 
3052
+ #: app/model/settings.php:629
3053
  msgid "<strong>Show location in event titles</strong> in calendar views"
3054
  msgstr ""
3055
 
3056
+ #: app/model/settings.php:641
3057
  msgid "<strong>Exclude</strong> events from search results"
3058
  msgstr ""
3059
 
3060
+ #: app/model/settings.php:653
3061
  msgid "Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views "
3062
  msgstr ""
3063
 
3064
+ #: app/model/settings.php:665
3065
  msgid "Hide <strong>Get a Timely Calendar</strong> button"
3066
  msgstr ""
3067
 
3068
+ #: app/model/settings.php:677
3069
  msgid " Hide <strong>Google Maps</strong> until clicked"
3070
  msgstr ""
3071
 
3072
+ #: app/model/settings.php:689
3073
  msgid " <strong>Affix filter menu</strong> to top of window when it scrolls out of view"
3074
  msgstr ""
3075
 
3076
+ #: app/model/settings.php:692
3077
  msgid "Only applies to first visible calendar found on the page."
3078
  msgstr ""
3079
 
3080
+ #: app/model/settings.php:704
3081
  msgid "Offset affixed filter bar vertically by"
3082
  msgstr ""
3083
 
3084
+ #: app/model/settings.php:719
3085
  msgid "Wide screens only (&#8805; 1200px)"
3086
  msgstr ""
3087
 
3088
+ #: app/model/settings.php:734
3089
  msgid "Tablets only (< 980px)"
3090
  msgstr ""
3091
 
3092
+ #: app/model/settings.php:749
3093
  msgid "Phones only (< 768px)"
3094
  msgstr ""
3095
 
3182
  msgid "Preselected calendar filters"
3183
  msgstr ""
3184
 
3185
+ #: app/controller/javascript.php:582
3186
  msgid "Something went wrong while fetching events.<br>The request status is: %STATUS% <br>The error thrown was: %ERROR%"
3187
  msgstr ""
3188
 
3189
+ #: app/controller/javascript.php:591
3190
  msgid "The end date can't be earlier than the start date."
3191
  msgstr ""
3192
 
3193
+ #: app/controller/javascript.php:592
3194
  msgid "For week and day view, you must select an interval of at least 6 hours."
3195
  msgstr ""
3196
 
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:186
3218
  msgid "Payment preferences were not saved."
3219
  msgstr ""
3220
 
3221
+ #: app/model/api/api-registration.php:177
3222
  msgid "Payment preferences were saved."
3223
  msgstr ""
3224
 
3246
  msgid "Sold out"
3247
  msgstr ""
3248
 
3249
+ #: app/controller/javascript.php:554
3250
  msgid "Report"
3251
  msgstr ""
3252
 
3253
+ #: app/controller/javascript.php:555
3254
  msgid "Sale dates"
3255
  msgstr ""
3256
 
3257
+ #: app/controller/javascript.php:556
3258
  msgid "Limits"
3259
  msgstr ""
3260
 
3261
+ #: app/controller/javascript.php:557
3262
  msgid "Actions"
3263
  msgstr ""
3264
 
3265
+ #: app/controller/javascript.php:558
3266
  msgid "Sold:"
3267
  msgstr ""
3268
 
3269
+ #: app/controller/javascript.php:559
3270
  msgid "Left:"
3271
  msgstr ""
3272
 
3273
+ #: app/controller/javascript.php:560
3274
  msgid "Start:"
3275
  msgstr ""
3276
 
3277
+ #: app/controller/javascript.php:561
3278
  msgid "End:"
3279
  msgstr ""
3280
 
3281
+ #: app/controller/javascript.php:562 public/admin/box_event_cost.php:158
3282
  msgid "Min:"
3283
  msgstr ""
3284
 
3285
+ #: app/controller/javascript.php:563 public/admin/box_event_cost.php:168
3286
  msgid "Max:"
3287
  msgstr ""
3288
 
3289
+ #: app/controller/javascript.php:564
3290
  msgid "Attendees"
3291
  msgstr ""
3292
 
3293
+ #: app/controller/javascript.php:565
3294
  msgid "Hide Attendees"
3295
  msgstr ""
3296
 
3297
+ #: app/controller/javascript.php:566
3298
  msgid "Attendees List"
3299
  msgstr ""
3300
 
3301
+ #: app/controller/javascript.php:567
3302
  msgid "Guest Name"
3303
  msgstr ""
3304
 
3305
+ #: app/controller/javascript.php:568 app/view/admin/tickets.php:116
3306
  msgid "Status"
3307
  msgstr ""
3308
 
3309
+ #: app/controller/javascript.php:569 app/view/admin/tickets.php:115
3310
  #: app/view/event/ticket.php:71
3311
  msgid "Email"
3312
  msgstr ""
3313
 
3314
+ #: app/controller/javascript.php:570
3315
  msgid "No attendees for this ticket type."
3316
  msgstr ""
3317
 
3318
+ #: app/controller/javascript.php:571 app/view/calendar/view/agenda.php:205
3319
  #: app/view/calendar/widget.php:373 public/admin/feed_row.php:148
3320
  msgid "Edit"
3321
  msgstr ""
3322
 
3323
+ #: app/controller/javascript.php:572
3324
  msgid "Code"
3325
  msgstr ""
3326
 
3327
+ #: app/controller/javascript.php:573 public/admin/box_event_cost.php:189
3328
  #: public/admin/box_event_cost.php:308
3329
  msgid "Unlimited"
3330
  msgstr ""
3331
 
3332
+ #: app/controller/javascript.php:579
3333
  msgid "Your message has been sent. Thank you for your feedback."
3334
  msgstr ""
3335
 
3336
+ #: app/controller/javascript.php:580
3337
  msgid "Your message has not been sent. Please try again or contact us."
3338
  msgstr ""
3339
 
3385
  msgid "Loading&hellip;"
3386
  msgstr ""
3387
 
3388
+ #: app/controller/javascript.php:542 app/view/admin/widget-creator.php:139
3389
  msgid "Preview:"
3390
  msgstr ""
3391
 
3392
+ #: app/controller/javascript.php:543
3393
  msgid "Loading preview&nbsp;<i class=\"ai1ec-fa ai1ec-fa-spin ai1ec-fa-spinner\"></i>"
3394
  msgstr ""
3395
 
3396
+ #: app/controller/javascript.php:548 app/view/admin/all-events.php:83
3397
  msgid "Ticketing Details"
3398
  msgstr ""
3399
 
3400
+ #: app/controller/javascript.php:549
3401
  msgid "Hide Ticketing Details"
3402
  msgstr ""
3403
 
3404
+ #: app/controller/javascript.php:550
3405
  msgid "Loading tickets details..."
3406
  msgstr ""
3407
 
3408
+ #: app/controller/javascript.php:551
3409
  msgid "Type and price"
3410
  msgstr ""
3411
 
3412
+ #: app/controller/javascript.php:552
3413
  msgid "Info"
3414
  msgstr ""
3415
 
language/all-in-one-event-calendar.mo CHANGED
Binary file
language/all-in-one-event-calendar.po CHANGED
@@ -2,13 +2,13 @@
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
- "POT-Creation-Date: 2016-06-28 16:02:27+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2016-06-28 16:02+0000\n"
12
  "Last-Translator: Timely <support@time.ly>\n"
13
  "Language-Team:\n"
14
 
@@ -407,19 +407,19 @@ msgstr "We were unable to Sign you In for Time.ly Network"
407
  msgid "We were unable to Sign you Up for Time.ly Network"
408
  msgstr "We were unable to Sign you Up for Time.ly Network"
409
 
410
- #: app/model/api/api-registration.php:123
411
  msgid "We were unable to Sign you Out of Time.ly Network"
412
  msgstr "We were unable to Sign you Out of Time.ly Network"
413
 
414
- #: app/model/api/api-registration.php:153
415
  msgid "Payment preferences were saved."
416
  msgstr "Payment preferences were saved."
417
 
418
- #: app/model/api/api-registration.php:162
419
  msgid "Payment preferences were not saved."
420
  msgstr "Payment preferences were not saved."
421
 
422
- #: app/model/api/api-registration.php:190
423
  msgid "We were unable to get the Sales information from Time.ly Network"
424
  msgstr "We were unable to get the Sales information from Time.ly Network"
425
 
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.7\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
+ "POT-Creation-Date: 2016-07-13 21:41:31+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2016-07-13 21:41+0000\n"
12
  "Last-Translator: Timely <support@time.ly>\n"
13
  "Language-Team:\n"
14
 
407
  msgid "We were unable to Sign you Up for Time.ly Network"
408
  msgstr "We were unable to Sign you Up for Time.ly Network"
409
 
410
+ #: app/model/api/api-registration.php:147
411
  msgid "We were unable to Sign you Out of Time.ly Network"
412
  msgstr "We were unable to Sign you Out of Time.ly Network"
413
 
414
+ #: app/model/api/api-registration.php:177
415
  msgid "Payment preferences were saved."
416
  msgstr "Payment preferences were saved."
417
 
418
+ #: app/model/api/api-registration.php:186
419
  msgid "Payment preferences were not saved."
420
  msgstr "Payment preferences were not saved."
421
 
422
+ #: app/model/api/api-registration.php:214
423
  msgid "We were unable to get the Sales information from Time.ly Network"
424
  msgstr "We were unable to get the Sales information from Time.ly Network"
425
 
language/all-in-one-event-calendar.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
- "POT-Creation-Date: 2016-06-28 16:02:27+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -366,19 +366,19 @@ msgstr ""
366
  msgid "We were unable to Sign you Up for Time.ly Network"
367
  msgstr ""
368
 
369
- #: app/model/api/api-registration.php:123
370
  msgid "We were unable to Sign you Out of Time.ly Network"
371
  msgstr ""
372
 
373
- #: app/model/api/api-registration.php:153
374
  msgid "Payment preferences were saved."
375
  msgstr ""
376
 
377
- #: app/model/api/api-registration.php:162
378
  msgid "Payment preferences were not saved."
379
  msgstr ""
380
 
381
- #: app/model/api/api-registration.php:190
382
  msgid "We were unable to get the Sales information from Time.ly Network"
383
  msgstr ""
384
 
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.7\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
+ "POT-Creation-Date: 2016-07-13 21:41:31+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
366
  msgid "We were unable to Sign you Up for Time.ly Network"
367
  msgstr ""
368
 
369
+ #: app/model/api/api-registration.php:147
370
  msgid "We were unable to Sign you Out of Time.ly Network"
371
  msgstr ""
372
 
373
+ #: app/model/api/api-registration.php:177
374
  msgid "Payment preferences were saved."
375
  msgstr ""
376
 
377
+ #: app/model/api/api-registration.php:186
378
  msgid "Payment preferences were not saved."
379
  msgstr ""
380
 
381
+ #: app/model/api/api-registration.php:214
382
  msgid "We were unable to get the Sales information from Time.ly Network"
383
  msgstr ""
384
 
lib/bootstrap/loader-map.php CHANGED
@@ -85,6 +85,12 @@
85
  'i' => 'g',
86
  'r' => 'y',
87
  ),
 
 
 
 
 
 
88
  'Ai1ec_Api_Ticketing' =>
89
  array (
90
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'model' . DIRECTORY_SEPARATOR . 'api' . DIRECTORY_SEPARATOR . 'api-ticketing.php',
@@ -2814,12 +2820,6 @@
2814
  'c' => '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550',
2815
  'i' => 'g',
2816
  ),
2817
- '__TwigTemplate_1e5432b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569' =>
2818
- array (
2819
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1e' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '32b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569.php',
2820
- 'c' => '__TwigTemplate_1e5432b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569',
2821
- 'i' => 'g',
2822
- ),
2823
  '__TwigTemplate_1f25bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d' =>
2824
  array (
2825
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1f' . DIRECTORY_SEPARATOR . '25' . DIRECTORY_SEPARATOR . 'bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d.php',
@@ -2886,18 +2886,6 @@
2886
  'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
2887
  'i' => 'g',
2888
  ),
2889
- '__TwigTemplate_39991dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921' =>
2890
- array (
2891
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '39' . DIRECTORY_SEPARATOR . '99' . DIRECTORY_SEPARATOR . '1dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921.php',
2892
- 'c' => '__TwigTemplate_39991dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921',
2893
- 'i' => 'g',
2894
- ),
2895
- '__TwigTemplate_3edf0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d' =>
2896
- array (
2897
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . 'df' . DIRECTORY_SEPARATOR . '0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d.php',
2898
- 'c' => '__TwigTemplate_3edf0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d',
2899
- 'i' => 'g',
2900
- ),
2901
  '__TwigTemplate_43d9a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
2902
  array (
2903
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
@@ -2970,12 +2958,6 @@
2970
  'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
2971
  'i' => 'g',
2972
  ),
2973
- '__TwigTemplate_6bc213692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255' =>
2974
- array (
2975
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6b' . DIRECTORY_SEPARATOR . 'c2' . DIRECTORY_SEPARATOR . '13692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255.php',
2976
- 'c' => '__TwigTemplate_6bc213692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255',
2977
- 'i' => 'g',
2978
- ),
2979
  '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
2980
  array (
2981
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
@@ -3078,6 +3060,12 @@
3078
  'c' => '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a',
3079
  'i' => 'g',
3080
  ),
 
 
 
 
 
 
3081
  '__TwigTemplate_a845b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629' =>
3082
  array (
3083
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a8' . DIRECTORY_SEPARATOR . '45' . DIRECTORY_SEPARATOR . 'b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629.php',
@@ -3132,6 +3120,12 @@
3132
  'c' => '__TwigTemplate_c7b4ce46e9ae5c124b3dbcfdc4840954da6e06763de6bef42553c2fec4a6f949',
3133
  'i' => 'g',
3134
  ),
 
 
 
 
 
 
3135
  '__TwigTemplate_dc78b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
3136
  array (
3137
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'dc' . DIRECTORY_SEPARATOR . '78' . DIRECTORY_SEPARATOR . 'b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php',
@@ -4351,6 +4345,12 @@
4351
  'i' => 'g',
4352
  'r' => 'y',
4353
  ),
 
 
 
 
 
 
4354
  'model.api.api-ticketing' =>
4355
  array (
4356
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'model' . DIRECTORY_SEPARATOR . 'api' . DIRECTORY_SEPARATOR . 'api-ticketing.php',
@@ -4829,12 +4829,6 @@
4829
  'c' => '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550',
4830
  'i' => 'g',
4831
  ),
4832
- 'twig.1e.54.32b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569' =>
4833
- array (
4834
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1e' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '32b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569.php',
4835
- 'c' => '__TwigTemplate_1e5432b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569',
4836
- 'i' => 'g',
4837
- ),
4838
  'twig.1f.25.bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d' =>
4839
  array (
4840
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1f' . DIRECTORY_SEPARATOR . '25' . DIRECTORY_SEPARATOR . 'bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d.php',
@@ -4901,18 +4895,6 @@
4901
  'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
4902
  'i' => 'g',
4903
  ),
4904
- 'twig.39.99.1dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921' =>
4905
- array (
4906
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '39' . DIRECTORY_SEPARATOR . '99' . DIRECTORY_SEPARATOR . '1dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921.php',
4907
- 'c' => '__TwigTemplate_39991dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921',
4908
- 'i' => 'g',
4909
- ),
4910
- 'twig.3e.df.0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d' =>
4911
- array (
4912
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . 'df' . DIRECTORY_SEPARATOR . '0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d.php',
4913
- 'c' => '__TwigTemplate_3edf0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d',
4914
- 'i' => 'g',
4915
- ),
4916
  'twig.43.d9.a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
4917
  array (
4918
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
@@ -4985,12 +4967,6 @@
4985
  'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
4986
  'i' => 'g',
4987
  ),
4988
- 'twig.6b.c2.13692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255' =>
4989
- array (
4990
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6b' . DIRECTORY_SEPARATOR . 'c2' . DIRECTORY_SEPARATOR . '13692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255.php',
4991
- 'c' => '__TwigTemplate_6bc213692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255',
4992
- 'i' => 'g',
4993
- ),
4994
  'twig.6e.01.f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
4995
  array (
4996
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
@@ -6029,6 +6005,12 @@
6029
  'c' => '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a',
6030
  'i' => 'g',
6031
  ),
 
 
 
 
 
 
6032
  'twig.a8.45.b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629' =>
6033
  array (
6034
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a8' . DIRECTORY_SEPARATOR . '45' . DIRECTORY_SEPARATOR . 'b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629.php',
@@ -6096,6 +6078,12 @@
6096
  'i' => 'g',
6097
  'r' => 'y',
6098
  ),
 
 
 
 
 
 
6099
  'twig.dc.78.b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
6100
  array (
6101
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'dc' . DIRECTORY_SEPARATOR . '78' . DIRECTORY_SEPARATOR . 'b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php',
85
  'i' => 'g',
86
  'r' => 'y',
87
  ),
88
+ 'Ai1ec_Api_Settings' =>
89
+ array (
90
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'model' . DIRECTORY_SEPARATOR . 'api' . DIRECTORY_SEPARATOR . 'api-settings.php',
91
+ 'c' => 'Ai1ec_Api_Settings',
92
+ 'i' => 'g',
93
+ ),
94
  'Ai1ec_Api_Ticketing' =>
95
  array (
96
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'model' . DIRECTORY_SEPARATOR . 'api' . DIRECTORY_SEPARATOR . 'api-ticketing.php',
2820
  'c' => '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550',
2821
  'i' => 'g',
2822
  ),
 
 
 
 
 
 
2823
  '__TwigTemplate_1f25bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d' =>
2824
  array (
2825
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1f' . DIRECTORY_SEPARATOR . '25' . DIRECTORY_SEPARATOR . 'bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d.php',
2886
  'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
2887
  'i' => 'g',
2888
  ),
 
 
 
 
 
 
 
 
 
 
 
 
2889
  '__TwigTemplate_43d9a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
2890
  array (
2891
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
2958
  'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
2959
  'i' => 'g',
2960
  ),
 
 
 
 
 
 
2961
  '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
2962
  array (
2963
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
3060
  'c' => '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a',
3061
  'i' => 'g',
3062
  ),
3063
+ '__TwigTemplate_a658c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13' =>
3064
+ array (
3065
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a6' . DIRECTORY_SEPARATOR . '58' . DIRECTORY_SEPARATOR . 'c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13.php',
3066
+ 'c' => '__TwigTemplate_a658c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13',
3067
+ 'i' => 'g',
3068
+ ),
3069
  '__TwigTemplate_a845b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629' =>
3070
  array (
3071
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a8' . DIRECTORY_SEPARATOR . '45' . DIRECTORY_SEPARATOR . 'b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629.php',
3120
  'c' => '__TwigTemplate_c7b4ce46e9ae5c124b3dbcfdc4840954da6e06763de6bef42553c2fec4a6f949',
3121
  'i' => 'g',
3122
  ),
3123
+ '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed' =>
3124
+ array (
3125
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd0' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . '53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed.php',
3126
+ 'c' => '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed',
3127
+ 'i' => 'g',
3128
+ ),
3129
  '__TwigTemplate_dc78b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
3130
  array (
3131
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'dc' . DIRECTORY_SEPARATOR . '78' . DIRECTORY_SEPARATOR . 'b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php',
4345
  'i' => 'g',
4346
  'r' => 'y',
4347
  ),
4348
+ 'model.api.api-settings' =>
4349
+ array (
4350
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'model' . DIRECTORY_SEPARATOR . 'api' . DIRECTORY_SEPARATOR . 'api-settings.php',
4351
+ 'c' => 'Ai1ec_Api_Settings',
4352
+ 'i' => 'g',
4353
+ ),
4354
  'model.api.api-ticketing' =>
4355
  array (
4356
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'model' . DIRECTORY_SEPARATOR . 'api' . DIRECTORY_SEPARATOR . 'api-ticketing.php',
4829
  'c' => '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550',
4830
  'i' => 'g',
4831
  ),
 
 
 
 
 
 
4832
  'twig.1f.25.bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d' =>
4833
  array (
4834
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1f' . DIRECTORY_SEPARATOR . '25' . DIRECTORY_SEPARATOR . 'bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d.php',
4895
  'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
4896
  'i' => 'g',
4897
  ),
 
 
 
 
 
 
 
 
 
 
 
 
4898
  'twig.43.d9.a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
4899
  array (
4900
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
4967
  'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
4968
  'i' => 'g',
4969
  ),
 
 
 
 
 
 
4970
  'twig.6e.01.f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
4971
  array (
4972
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
6005
  'c' => '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a',
6006
  'i' => 'g',
6007
  ),
6008
+ 'twig.a6.58.c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13' =>
6009
+ array (
6010
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a6' . DIRECTORY_SEPARATOR . '58' . DIRECTORY_SEPARATOR . 'c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13.php',
6011
+ 'c' => '__TwigTemplate_a658c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13',
6012
+ 'i' => 'g',
6013
+ ),
6014
  'twig.a8.45.b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629' =>
6015
  array (
6016
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a8' . DIRECTORY_SEPARATOR . '45' . DIRECTORY_SEPARATOR . 'b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629.php',
6078
  'i' => 'g',
6079
  'r' => 'y',
6080
  ),
6081
+ 'twig.d0.fd.53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed' =>
6082
+ array (
6083
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd0' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . '53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed.php',
6084
+ 'c' => '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed',
6085
+ 'i' => 'g',
6086
+ ),
6087
  'twig.dc.78.b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
6088
  array (
6089
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'dc' . DIRECTORY_SEPARATOR . '78' . DIRECTORY_SEPARATOR . 'b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php',
lib/import-export/api-ics.php CHANGED
@@ -176,6 +176,9 @@ class Ai1ec_Api_Ics_Import_Export_Engine
176
  $allday = true;
177
  }
178
  $event_timezone = $e->timezone;
 
 
 
179
  $start = $this->_time_array_to_datetime(
180
  (array)$start['date'],
181
  (array)$start['time'],
@@ -221,7 +224,7 @@ class Ai1ec_Api_Ics_Import_Export_Engine
221
  // Add custom exclusions if there any
222
  $recurrence_id = $e->recurrence_id;
223
  if (
224
- false === $recurrence_id &&
225
  ! empty( $exclusions[$e->uid] )
226
  ) {
227
  if ( isset( $exdate{0} ) ) {
@@ -423,7 +426,7 @@ class Ai1ec_Api_Ics_Import_Export_Engine
423
  // =================================================
424
  $event->save();
425
  $count++;
426
- } else {
427
  // ======================================================
428
  // = Event was found, let's store the new event details =
429
  // ======================================================
@@ -493,19 +496,17 @@ class Ai1ec_Api_Ics_Import_Export_Engine
493
  } else {
494
  $checkout_url = null;
495
  }
496
-
497
  $currency = $e->x_api_event_currency;
498
- if ( $currency && false === ai1ec_is_blank( $currency ) ) {
499
- $currency = $currency;
500
- } else {
501
  $currency = null;
502
  }
503
  if ( $api_event_id || $api_url || $checkout_url || $currency ) {
504
  if ( ! isset( $api ) ) {
505
  $api = $this->_registry->get( 'model.api.api-ticketing' );
506
- }
507
  $api->save_api_event_data( $event->get( 'post_id' ), $api_event_id, $api_url, $checkout_url, $currency );
508
- }
509
 
510
  $wp_images_url = $e->x_wp_image_url;
511
  if ( $wp_images_url && false === ai1ec_is_blank( $wp_images_url ) ) {
@@ -514,8 +515,8 @@ class Ai1ec_Api_Ics_Import_Export_Engine
514
  $images_arr[ $key ] = explode( ';', $value );
515
  }
516
  if ( count( $images_arr ) > 0 ) {
517
- update_post_meta( $event->get( 'post_id' ), '_featured_image', $images_arr );
518
- }
519
  }
520
 
521
  unset( $events_in_db[$event->get( 'post_id' )] );
@@ -541,7 +542,7 @@ class Ai1ec_Api_Ics_Import_Export_Engine
541
  $ical_uid = $e->uid;
542
  $recurrence_id = $e->recurrence_id;
543
  if ( '' !== $recurrence_id ) {
544
- $ical_uid = implode( '', array_values( $recurrence_id ) ) . '-' . $ical_uid;
545
  }
546
 
547
  return $ical_uid;
@@ -742,27 +743,14 @@ class Ai1ec_Api_Ics_Import_Export_Engine
742
  */
743
  protected function _add_recurring_events_exclusions( $e, $exclusions, $start ) {
744
  $recurrence_id = $e->recurrence_id;
745
- if ( '' === $recurrence_id ||
746
- ! isset( $recurrence_id['year'] ) ||
747
- ! isset( $recurrence_id['month'] ) ||
748
- ! isset( $recurrence_id['day'] ) ) {
749
  return $exclusions;
750
  }
751
- $year = $month = $day = $hour = $min = $sec = null;
752
- extract( $recurrence_id, EXTR_IF_EXISTS );
753
- $timezone = '';
754
- $exdate = sprintf( '%04d%02d%02d', $year, $month, $day );
755
- if ( null === $hour ||
756
- null === $min ||
757
- null === $sec
758
- ) {
759
- $hour = $min = $sec = '00';
760
- $timezone = 'Z';
761
- }
762
- $exdate .= sprintf( 'T%02d%02d%02d%s', $hour, $min, $sec, $timezone );
763
- $exclusions[$e->uid][] = $exdate;
764
  return $exclusions;
765
  }
766
-
767
-
768
  }
176
  $allday = true;
177
  }
178
  $event_timezone = $e->timezone;
179
+ if ( $allday ) {
180
+ $event_timezone = $local_timezone;
181
+ }
182
  $start = $this->_time_array_to_datetime(
183
  (array)$start['date'],
184
  (array)$start['time'],
224
  // Add custom exclusions if there any
225
  $recurrence_id = $e->recurrence_id;
226
  if (
227
+ '' === $recurrence_id &&
228
  ! empty( $exclusions[$e->uid] )
229
  ) {
230
  if ( isset( $exdate{0} ) ) {
426
  // =================================================
427
  $event->save();
428
  $count++;
429
+ } else {
430
  // ======================================================
431
  // = Event was found, let's store the new event details =
432
  // ======================================================
496
  } else {
497
  $checkout_url = null;
498
  }
499
+
500
  $currency = $e->x_api_event_currency;
501
+ if ( ! $currency || ai1ec_is_blank( $currency ) ) {
 
 
502
  $currency = null;
503
  }
504
  if ( $api_event_id || $api_url || $checkout_url || $currency ) {
505
  if ( ! isset( $api ) ) {
506
  $api = $this->_registry->get( 'model.api.api-ticketing' );
507
+ }
508
  $api->save_api_event_data( $event->get( 'post_id' ), $api_event_id, $api_url, $checkout_url, $currency );
509
+ }
510
 
511
  $wp_images_url = $e->x_wp_image_url;
512
  if ( $wp_images_url && false === ai1ec_is_blank( $wp_images_url ) ) {
515
  $images_arr[ $key ] = explode( ';', $value );
516
  }
517
  if ( count( $images_arr ) > 0 ) {
518
+ update_post_meta( $event->get( 'post_id' ), '_featured_image', $images_arr );
519
+ }
520
  }
521
 
522
  unset( $events_in_db[$event->get( 'post_id' )] );
542
  $ical_uid = $e->uid;
543
  $recurrence_id = $e->recurrence_id;
544
  if ( '' !== $recurrence_id ) {
545
+ $ical_uid = $recurrence_id . '-' . $ical_uid;
546
  }
547
 
548
  return $ical_uid;
743
  */
744
  protected function _add_recurring_events_exclusions( $e, $exclusions, $start ) {
745
  $recurrence_id = $e->recurrence_id;
746
+
747
+ if ( '' === $recurrence_id ||
748
+ ! preg_match('/^[0-9]{4}[0-1][0-9][0-3][0-9]/', $recurrence_id)) {
 
749
  return $exclusions;
750
  }
751
+
752
+ $exclusions[$e->uid][] = $recurrence_id;
 
 
 
 
 
 
 
 
 
 
 
753
  return $exclusions;
754
  }
755
+
 
756
  }
public/js/pages/add_new_event.js CHANGED
@@ -161,4 +161,4 @@ CONDITIONS OF ANY KIND, either express or implied. See the Apache License and th
161
  the specific language governing permissions and limitations under the Apache License and the GPL License.
162
  */
163
 
164
- timely.define("domReady",[],function(){function u(e){var t;for(t=0;t<e.length;t++)e[t](n)}function a(){var e=r;t&&e.length&&(r=[],u(e))}function f(){t||(t=!0,o&&clearInterval(o),a())}function c(e){return t?e(n):r.push(e),c}var e=typeof window!="undefined"&&window.document,t=!e,n=e?document:null,r=[],i,s,o;if(e){if(document.addEventListener)document.addEventListener("DOMContentLoaded",f,!1),window.addEventListener("load",f,!1);else if(window.attachEvent){window.attachEvent("onload",f),s=document.createElement("div");try{i=window.frameElement===null}catch(l){}s.doScroll&&i&&window.external&&(o=setInterval(function(){try{s.doScroll(),f()}catch(e){}},30))}(document.readyState==="complete"||document.readyState==="interactive")&&f()}return c.version="2.0.0",c.load=function(e,t,n,r){r.isBuild?n(null):c(n)},c}),timely.define("external_libs/bootstrap/tab",["jquery_timely"],function(e){var t=function(t){this.element=e(t)};t.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.ai1ec-dropdown-menu)"),r=t.data("target");r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("ai1ec-active"))return;var i=n.find(".ai1ec-active:last a")[0],s=e.Event("show.bs.tab",{relatedTarget:i});t.trigger(s);if(s.isDefaultPrevented())return;var o=e(r);this.activate(t.parent("li"),n),this.activate(o,o.parent(),function(){t.trigger({type:"shown.bs.tab",relatedTarget:i})})},t.prototype.activate=function(t,n,r){function o(){i.removeClass("ai1ec-active").find("> .ai1ec-dropdown-menu > .ai1ec-active").removeClass("ai1ec-active"),t.addClass("ai1ec-active"),s?(t[0].offsetWidth,t.addClass("ai1ec-in")):t.removeClass("ai1ec-fade"),t.parent(".ai1ec-dropdown-menu")&&t.closest("li.ai1ec-dropdown").addClass("ai1ec-active"),r&&r()}var i=n.find("> .ai1ec-active"),s=r&&e.support.transition&&i.hasClass("ai1ec-fade");s?i.one(e.support.transition.end,o).emulateTransitionEnd(150):o(),i.removeClass("ai1ec-in")};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.bs.tab.data-api",'[data-toggle="ai1ec-tab"], [data-toggle="ai1ec-pill"]',function(t){t.preventDefault(),e(this).tab("show")})}),timely.define("libs/utils",["jquery_timely","external_libs/bootstrap/tab"],function(e){var t=function(){return{is_float:function(e){return!isNaN(parseFloat(e))},is_valid_coordinate:function(e,t){var n=t?90:180;return this.is_float(e)&&Math.abs(e)<n},convert_comma_to_dot:function(e){return e.replace(",",".")},field_has_value:function(t){var n="#"+t,r=e(n),i=!1;return r.length===1&&(i=e.trim(r.val())!==""),i},make_alert:function(t,n,r){var i="";switch(n){case"error":i="ai1ec-alert ai1ec-alert-danger";break;case"success":i="ai1ec-alert ai1ec-alert-success";break;default:i="ai1ec-alert ai1ec-alert-info"}var s=e("<div />",{"class":i,html:t});if(!r){var o=e("<button>",{type:"button","class":"ai1ec-close","data-dismiss":"ai1ec-alert",text:"×"});s.prepend(o)}return s},alert:function(t,n){$document=e(document.body),$one_shot_popup=e("#ai1ec-show-popup-alert",$document),0===$one_shot_popup.length&&($div=e('<div class="timely"/>'),$div.html('<div id="ai1ec-show-popup-alert" class="timely ai1ec-modal ai1ec-fade"role="dialog" aria-hidden="true" style="display: none;"><div class="ai1ec-modal-dialog"><div class="ai1ec-modal-content"><div class="ai1ec-modal-header"><button type="button" class="ai1ec-close"data-dismiss="ai1ec-modal" aria-hidden="true">×</button><h4 class="ai1ec-modal-title" id="ai1ec-one-shot-popup-title"></h4></div><div class="ai1ec-modal-body"><p id="ai1ec-one-shot-popup-text"></p></div></div></div></div>').appendTo($document),$one_shot_popup=e("#ai1ec-show-popup-alert",$document));var r=e(this).closest("a");e("#ai1ec-one-shot-popup-title",$one_shot_popup).text(t),e("#ai1ec-one-shot-popup-text",$one_shot_popup).text(n),$one_shot_popup.modal("show")},make_popup_content_link:function(t,n,r){return'<div class="timely"><a href="#" class="timely ai1ec-link"data-toggle="ai1ec-modal" data-target="#popupMoreInfoInline">'+e("<div />").text(t).html()+"</a>"+'<div id="popupMoreInfoInline" class="timely ai1ec-modal ai1ec-fade"'+'role="dialog" aria-hidden="true" style="display: none;">'+'<div class="ai1ec-modal-dialog">'+'<div class="ai1ec-modal-content">'+'<div class="ai1ec-modal-header">'+'<button type="button" class="ai1ec-close"'+'data-dismiss="ai1ec-modal" aria-hidden="true">×</button>'+"<strong>"+e("<div />").text(n).html()+"</strong>"+"</div>"+'<div class="ai1ec-modal-body ai1ec-clearfix">'+'<textarea class="ai1ec-form-control code" rows="8" cols="40">'+e("<div />").text(r).html()+"</textarea>"+"</div>"+"</div>"+"</div>"+"</div>"+"</div>"},get_ajax_url:function(){return typeof window.ajaxurl=="undefined"?"http://localhost/wordpress/wp-admin/admin-ajax.php":window.ajaxurl},isUrl:function(e){var t=/(http|https|webcal):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/;return t.test(e)},isValidUrl:function(e,t){if(!0===t){var n=/^(http|https):\/\//;return n.test(e)}return!0},isValidEmail:function(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)},activate_saved_tab_on_page_load:function(t){null===t||undefined===t?e("ul.ai1ec-nav a:first").tab("show"):e("ul.ai1ec-nav a[href="+t+"]").tab("show")},add_query_arg:function(e,t){if("string"!=typeof e)return!1;var n=e.indexOf("?")===-1?"?":"&";return-1!==e.indexOf(n+t[0]+"=")?e:e+n+t[0]+"="+t[1]},create_ai1ec_to_send:function(t){var n=e(t),r=[],i=["action","cat_ids","auth_ids","tag_ids","exact_date","display_filters","no_navigation","events_limit"];return n.each(function(){e.each(this.attributes,function(){this.specified&&this.value&&this.name.match(/^data-/)&&(-1<e.inArray(this.name.replace(/^data\-/,""),i)||this.name.match(/_ids$/))&&r.push(this.name.replace(/^data\-/,"")+"~"+this.value)})}),r.join("|")},init_autoselect:function(){e(document).on("click",".ai1ec-autoselect",function(t){if(e(this).data("clicked")&&t.originalEvent.detail<2)return;e(this).data("clicked",!0);var n;document.body.createTextRange?(n=document.body.createTextRange(),n.moveToElementText(this),n.select()):window.getSelection&&(selection=window.getSelection(),n=document.createRange(),n.selectNodeContents(this),selection.removeAllRanges(),selection.addRange(n))})}}}();return t}),timely.define("scripts/add_new_event/event_location/input_coordinates_utility_functions",["jquery_timely","ai1ec_config","libs/utils"],function(e,t,n){var r=function(){e("#ai1ec_input_coordinates:checked").length>0&&e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){this.value=n.convert_comma_to_dot(this.value)})},i=function(t,n){var r=e("<div />",{text:n,"class":"ai1ec-error"});e(t).after(r)},s=function(t,n){t.target.id==="post"&&(t.stopImmediatePropagation(),t.preventDefault(),e("#publish").removeClass("button-primary-disabled"),e("#publish").siblings(".spinner").css("visibility","hidden")),e(n).focus()},o=function(){var t=n.field_has_value("ai1ec_address"),r=!0;return e("input.ai1ec-coordinates").each(function(){var e=n.field_has_value(this.id);e||(r=!1)}),t||r},u=function(n){var r=!0,o=!1;return e("#ai1ec_input_coordinates:checked").length>0&&(e("div.ai1ec-error").remove(),e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){var n=e(this).hasClass("latitude"),s=n?t.error_message_not_entered_lat:t.error_message_not_entered_long;this.value===""&&(r=!1,o===!1&&(o=this),i(this,s))})),r===!1&&s(n,o),r},a=function(r){if(e("#ai1ec_input_coordinates:checked").length===1){e("div.ai1ec-error").remove();var o=!0,u=!1,a=!1;return e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){if(this.value===""){a=!0;return}var r=e(this).hasClass("latitude"),s=r?t.error_message_not_valid_lat:t.error_message_not_valid_long;n.is_valid_coordinate(this.value,r)||(o=!1,u===!1&&(u=this),i(this,s))}),o===!1&&s(r,u),a===!0&&(o=!1),o}};return{ai1ec_convert_commas_to_dots_for_coordinates:r,ai1ec_show_error_message_after_element:i,check_if_address_or_coordinates_are_set:o,ai1ec_check_lat_long_fields_filled_when_publishing_event:u,ai1ec_check_lat_long_ok_for_search:a}}),timely.define("external_libs/jquery.autocomplete_geomod",["jquery_timely"],function(e){e.fn.extend({autocomplete:function(t,n){var r=typeof t=="string";return n=e.extend({},e.Autocompleter.defaults,{url:r?t:null,data:r?null:t,delay:r?e.Autocompleter.defaults.delay:10,max:n&&!n.scroll?10:150},n),n.highlight=n.highlight||function(e){return e},n.formatMatch=n.formatMatch||n.formatItem,this.each(function(){new e.Autocompleter(this,n)})},result:function(e){return this.bind("result",e)},search:function(e){return this.trigger("search",[e])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(e){return this.trigger("setOptions",[e])},unautocomplete:function(){return this.trigger("unautocomplete")}}),e.Autocompleter=function(t,n){function d(){var r=h.selected();if(!r)return!1;var s=r.result;o=s;if(n.multiple){var u=m(i.val());if(u.length>1){var a=n.multipleSeparator.length,f=e(t).selection().start,l,c=0;e.each(u,function(e,t){c+=t.length;if(f<=c)return l=e,!1;c+=a}),u[l]=s,s=u.join(n.multipleSeparator)}s+=n.multipleSeparator}return i.val(s),w(),i.trigger("result",[r.data,r.value]),!0}function v(e,t){if(f==r.DEL){h.hide();return}var s=i.val();if(!t&&s==o)return;o=s,s=g(s),s.length>=n.minChars?(i.addClass(n.loadingClass),n.matchCase||(s=s.toLowerCase()),S(s,E,w)):(T(),h.hide())}function m(t){return t?n.multiple?e.map(t.split(n.multipleSeparator),function(n){return e.trim(t).length?e.trim(n):null}):[e.trim(t)]:[""]}function g(r){if(!n.multiple)return r;var i=m(r);if(i.length==1)return i[0];var s=e(t).selection().start;return s==r.length?i=m(r):i=m(r.replace(r.substring(s),"")),i[i.length-1]}function y(s,u){n.autoFill&&g(i.val()).toLowerCase()==s.toLowerCase()&&f!=r.BACKSPACE&&(i.val(i.val()+u.substring(g(o).length)),e(t).selection(o.length,o.length+u.length))}function b(){clearTimeout(s),s=setTimeout(w,200)}function w(){var e=h.visible();h.hide(),clearTimeout(s),T(),n.mustMatch&&i.search(function(e){if(!e)if(n.multiple){var t=m(i.val()).slice(0,-1);i.val(t.join(n.multipleSeparator)+(t.length?n.multipleSeparator:""))}else i.val(""),i.trigger("result",null)})}function E(e,t){t&&t.length&&a?(T(),h.display(t,e),y(e,t[0].value),h.show()):w()}function S(r,i,s){n.matchCase||(r=r.toLowerCase());var o=u.load(r);if(o&&o.length)i(r,o);else if(n.geocoder){var a=g(r),f={address:a};n.region&&(f.region=n.region),n.geocoder.geocode(f,function(e,t){var s=n.parse(e,t,a);u.add(r,s),i(r,s)})}else if(typeof n.url=="string"&&n.url.length>0){var l={timestamp:+(new Date)};e.each(n.extraParams,function(e,t){l[e]=typeof t=="function"?t():t}),e.ajax({mode:"abort",port:"autocomplete"+t.name,dataType:n.dataType,url:n.url,data:e.extend({q:g(r),limit:n.max},l),success:function(e){var t=n.parse&&n.parse(e)||x(e);u.add(r,t),i(r,t)}})}else h.emptyList(),s(r)}function x(t){var r=[],i=t.split("\n");for(var s=0;s<i.length;s++){var o=e.trim(i[s]);o&&(o=o.split("|"),r[r.length]={data:o,value:o[0],result:n.formatResult&&n.formatResult(o,o[0])||o[0]})}return r}function T(){i.removeClass(n.loadingClass)}var r={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8},i=e(t).attr("autocomplete","off").addClass(n.inputClass),s,o="",u=e.Autocompleter.Cache(n),a=0,f,l=navigator.userAgent.match(/opera/i),c={mouseDownOnSelect:!1},h=e.Autocompleter.Select(n,t,d,c),p;l&&e(t.form).bind("submit.autocomplete",function(){if(p)return p=!1,!1}),i.bind((l?"keypress":"keydown")+".autocomplete",function(t){a=1,f=t.keyCode;switch(t.keyCode){case r.UP:t.preventDefault(),h.visible()?h.prev():v(0,!0);break;case r.DOWN:t.preventDefault(),h.visible()?h.next():v(0,!0);break;case r.PAGEUP:t.preventDefault(),h.visible()?h.pageUp():v(0,!0);break;case r.PAGEDOWN:t.preventDefault(),h.visible()?h.pageDown():v(0,!0);break;case n.multiple&&e.trim(n.multipleSeparator)==","&&r.COMMA:case r.TAB:case r.RETURN:if(d())return t.preventDefault(),p=!0,!1;break;case r.ESC:h.hide();break;default:clearTimeout(s),s=setTimeout(v,n.delay)}}).focus(function(){a++}).blur(function(){a=0,c.mouseDownOnSelect||b()}).click(function(){a++>1&&!h.visible()&&v(0,!0)}).bind("search",function(){function n(e,n){var r;if(n&&n.length)for(var s=0;s<n.length;s++)if(n[s].result.toLowerCase()==e.toLowerCase()){r=n[s];break}typeof t=="function"?t(r):i.trigger("result",r&&[r.data,r.value])}var t=arguments.length>1?arguments[1]:null;e.each(m(i.val()),function(e,t){S(t,n,n)})}).bind("flushCache",function(){u.flush()}).bind("setOptions",function(){e.extend(n,arguments[1]),"data"in arguments[1]&&u.populate()}).bind("unautocomplete",function(){h.unbind(),i.unbind(),e(t.form).unbind(".autocomplete")})},e.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:!1,matchSubset:!0,matchContains:!1,cacheLength:10,max:100,mustMatch:!1,extraParams:{},selectFirst:!0,formatItem:function(e){return e[0]},formatMatch:null,autoFill:!1,width:0,multiple:!1,multipleSeparator:", ",highlight:function(e,t){return e.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+t.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:!0,scrollHeight:180},e.Autocompleter.Cache=function(t){function i(e,n){t.matchCase||(e=e.toLowerCase());var r=e.indexOf(n);return t.matchContains=="word"&&(r=e.toLowerCase().search("\\b"+n.toLowerCase())),r==-1?!1:r==0||t.matchContains}function s(e,i){r>t.cacheLength&&u(),n[e]||r++,n[e]=i}function o(){if(!t.data)return!1;var n={},r=0;t.url||(t.cacheLength=1),n[""]=[];for(var i=0,o=t.data.length;i<o;i++){var u=t.data[i];u=typeof u=="string"?[u]:u;var a=t.formatMatch(u,i+1,t.data.length);if(a===!1)continue;var f=a.charAt(0).toLowerCase();n[f]||(n[f]=[]);var l={value:a,data:u,result:t.formatResult&&t.formatResult(u)||a};n[f].push(l),r++<t.max&&n[""].push(l)}e.each(n,function(e,n){t.cacheLength++,s(e,n)})}function u(){n={},r=0}var n={},r=0;return setTimeout(o,25),{flush:u,add:s,populate:o,load:function(s){if(!t.cacheLength||!r)return null;if(!t.url&&t.matchContains){var o=[];for(var u in n)if(u.length>0){var a=n[u];e.each(a,function(e,t){i(t.value,s)&&o.push(t)})}return o}if(n[s])return n[s];if(t.matchSubset)for(var f=s.length-1;f>=t.minChars;f--){var a=n[s.substr(0,f)];if(a){var o=[];return e.each(a,function(e,t){i(t.value,s)&&(o[o.length]=t)}),o}}return null}}},e.Autocompleter.Select=function(t,n,r,i){function p(){if(!l)return;c=e("<div/>").hide().addClass(t.resultsClass).css("position","absolute").appendTo(document.body),h=e("<ul/>").appendTo(c).mouseover(function(t){d(t).nodeName&&d(t).nodeName.toUpperCase()=="LI"&&(u=e("li",h).removeClass(s.ACTIVE).index(d(t)),e(d(t)).addClass(s.ACTIVE))}).click(function(t){return e(d(t)).addClass(s.ACTIVE),r(),n.focus(),!1}).mousedown(function(){i.mouseDownOnSelect=!0}).mouseup(function(){i.mouseDownOnSelect=!1}),t.width>0&&c.css("width",t.width),l=!1}function d(e){var t=e.target;while(t&&t.tagName!="LI")t=t.parentNode;return t?t:[]}function v(e){o.slice(u,u+1).removeClass(s.ACTIVE),m(e);var n=o.slice(u,u+1).addClass(s.ACTIVE);if(t.scroll){var r=0;o.slice(0,u).each(function(){r+=this.offsetHeight}),r+n[0].offsetHeight-h.scrollTop()>h[0].clientHeight?h.scrollTop(r+n[0].offsetHeight-h.innerHeight()):r<h.scrollTop()&&h.scrollTop(r)}}function m(e){u+=e,u<0?u=o.size()-1:u>=o.size()&&(u=0)}function g(e){return t.max&&t.max<e?t.max:e}function y(){h.empty();var n=g(a.length);for(var r=0;r<n;r++){if(!a[r])continue;var i=t.formatItem(a[r].data,r+1,n,a[r].value,f);if(i===!1)continue;var l=e("<li/>").html(t.highlight(i,f)).addClass(r%2==0?"ac_even":"ac_odd").appendTo(h)[0];e.data(l,"ac_data",a[r])}o=h.find("li"),t.selectFirst&&(o.slice(0,1).addClass(s.ACTIVE),u=0),e.fn.bgiframe&&h.bgiframe()}var s={ACTIVE:"ac_over"},o,u=-1,a,f="",l=!0,c,h;return{display:function(e,t){p(),a=e,f=t,y()},next:function(){v(1)},prev:function(){v(-1)},pageUp:function(){u!=0&&u-8<0?v(-u):v(-8)},pageDown:function(){u!=o.size()-1&&u+8>o.size()?v(o.size()-1-u):v(8)},hide:function(){c&&c.hide(),o&&o.removeClass(s.ACTIVE),u=-1},visible:function(){return c&&c.is(":visible")},current:function(){return this.visible()&&(o.filter("."+s.ACTIVE)[0]||t.selectFirst&&o[0])},show:function(){var r=e(n).offset();c.css({width:typeof t.width=="string"||t.width>0?t.width:e(n).width(),top:r.top+n.offsetHeight,left:r.left}).show();if(t.scroll){h.scrollTop(0),h.css({maxHeight:t.scrollHeight,overflow:"auto"});if(navigator.userAgent.match(/msie/i)&&typeof document.body.style.maxHeight=="undefined"){var i=0;o.each(function(){i+=this.offsetHeight});var s=i>t.scrollHeight;h.css("height",s?t.scrollHeight:i),s||o.width(h.width()-parseInt(o.css("padding-left"))-parseInt(o.css("padding-right")))}}},selected:function(){var t=o&&o.filter("."+s.ACTIVE).removeClass(s.ACTIVE);return t&&t.length&&e.data(t[0],"ac_data")},emptyList:function(){h&&h.empty()},unbind:function(){c&&c.remove()}}},e.fn.selection=function(e,t){if(e!==undefined)return this.each(function(){if(this.createTextRange){var n=this.createTextRange();t===undefined||e==t?(n.move("character",e),n.select()):(n.collapse(!0),n.moveStart("character",e),n.moveEnd("character",t),n.select())}else this.setSelectionRange?this.setSelectionRange(e,t):this.selectionStart&&(this.selectionStart=e,this.selectionEnd=t)});var n=this[0];if(n.createTextRange){var r=document.selection.createRange(),i=n.value,s="<->",o=r.text.length;r.text=s;var u=n.value.indexOf(s);return n.value=i,this.selection(u,u+o),{start:u,end:u+o}}if(n.selectionStart!==undefined)return{start:n.selectionStart,end:n.selectionEnd}}}),timely.define("external_libs/geo_autocomplete",["jquery_timely","external_libs/jquery.autocomplete_geomod"],function(e){e.fn.extend({geo_autocomplete:function(t,n){return options=e.extend({},e.Autocompleter.defaults,{geocoder:t,mapwidth:100,mapheight:100,maptype:"terrain",mapkey:"ABQIAAAAbnvDoAoYOSW2iqoXiGTpYBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQNumU68AwGqjbSNF9YO8NokKst8w",mapsensor:!1,parse:function(t,n,r){var i=[];return t&&n&&n=="OK"&&e.each(t,function(t,n){if(n.geometry&&n.geometry.viewport){var s=n.formatted_address.split(","),o=s[0];e.each(s,function(t,n){if(n.toLowerCase().indexOf(r.toLowerCase())!=-1)return o=e.trim(n),!1}),i.push({data:n,value:o,result:o})}}),i},formatItem:function(e,t,n,r){var i="https://maps.google.com/maps/api/staticmap?visible="+e.geometry.viewport.getSouthWest().toUrlValue()+"|"+e.geometry.viewport.getNorthEast().toUrlValue()+"&size="+options.mapwidth+"x"+options.mapheight+"&maptype="+options.maptype+"&key="+options.mapkey+"&sensor="+(options.mapsensor?"true":"false"),s=e.formatted_address.replace(/,/gi,",<br/>");return'<img src="'+i+'" width="'+options.mapwidth+'" height="'+options.mapheight+'" /> '+s+'<br clear="both"/>'}},n),options.highlight=options.highlight||function(e){return e},options.formatMatch=options.formatMatch||options.formatItem,options.resultsClass="ai1ec-geo-ac-results-not-ready",this.each(function(){e(this).one("focus",function(){var t=setInterval(function(){var n=e(".ai1ec-geo-ac-results-not-ready");n.length&&(n.removeClass("ai1ec-geo-ac-results-not-ready").addClass("ai1ec-geo-ac-results").children("ul").addClass("ai1ec-dropdown-menu"),clearInterval(t))},500)}),new e.Autocompleter(this,options)})}})}),timely.define("scripts/add_new_event/event_location/gmaps_helper",["jquery_timely","domReady","ai1ec_config","scripts/add_new_event/event_location/input_coordinates_utility_functions","external_libs/jquery.autocomplete_geomod","external_libs/geo_autocomplete"],function(e,t,n,r){var i,s,o,u,a,f,l=function(t){e("#ai1ec_latitude").val(t.latLng.lat()),e("#ai1ec_longitude").val(t.latLng.lng()),e("#ai1ec_input_coordinates:checked").length===0&&e("#ai1ec_input_coordinates").trigger("click")},c=function(){n.disable_autocompletion||e("#ai1ec_address").geo_autocomplete(new google.maps.Geocoder,{selectFirst:!1,minChars:3,cacheLength:50,width:300,scroll:!0,scrollHeight:330,region:n.region}).result(function(e,t){t&&p(t)}).change(function(){if(e(this).val().length>0){var t=e(this).val();i.geocode({address:t,region:n.region},function(e,t){t===google.maps.GeocoderStatus.OK&&p(e[0])})}})},h=function(){i=new google.maps.Geocoder,s=new google.maps.LatLng(9.965,-83.327),o={zoom:0,mapTypeId:google.maps.MapTypeId.ROADMAP,center:s},t(function(){e("#ai1ec_map_canvas").length>0&&(u=new google.maps.Map(e("#ai1ec_map_canvas").get(0),o),a=new google.maps.Marker({map:u,draggable:!0}),google.maps.event.addListener(a,"dragend",l),a.setPosition(s),c(),v(),e('a[href="#ai1ec-event-location-box"]').on("click",function(){window.setTimeout(function(){google.maps.event.trigger(u,"resize"),u.setCenter(a.getPosition())},150)}))})},p=function(t){u.setCenter(t.geometry.location),u.setZoom(15),a.setPosition(t.geometry.location),e("#ai1ec_address").val(t.formatted_address),e("#ai1ec_latitude").val(t.geometry.location.lat()),e("#ai1ec_longitude").val(t.geometry.location.lng()),e("#ai1ec_input_coordinates").is(":checked")||e("#ai1ec_input_coordinates").click();var n="",r="",i="",s=0,o=0,f="",l;for(var c=0;c<t.address_components.length;c++)switch(t.address_components[c].types[0]){case"street_number":n=t.address_components[c].long_name;break;case"route":r=t.address_components[c].long_name;break;case"locality":i=t.address_components[c].long_name;break;case"administrative_area_level_1":f=t.address_components[c].long_name;break;case"postal_code":s=t.address_components[c].long_name;break;case"country":l=t.address_components[c].short_name,o=t.address_components[c].long_name}var h=n.length>0?n+" ":"";h+=r.length>0?r:"",s=s!==0?s:"",e("#ai1ec_city").val(i),e("#ai1ec_province").val(f),e("#ai1ec_postal_code").val(s),e("#ai1ec_country").val(o),e("#ai1ec_country_short").val(l)},d=function(){var t=parseFloat(e("#ai1ec_latitude").val()),n=parseFloat(e("#ai1ec_longitude").val()),r=new google.maps.LatLng(t,n);u.setCenter(r),u.setZoom(15),a.setPosition(r)},v=function(){e("#ai1ec_input_coordinates:checked").length===0?(e("#ai1ec_table_coordinates").hide(),e("#ai1ec_address").change()):d()},m=function(){return a},g=function(){return f};return{init_gmaps:h,ai1ec_update_map_from_coordinates:d,get_marker:m,get_position:g}}),timely.define("scripts/add_new_event/event_location/input_coordinates_event_handlers",["jquery_timely","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_location/gmaps_helper","ai1ec_config"],function(e,t,n,r){var i=function(t){this.checked?e(".ai1ec-map-preview").addClass("ai1ec-map-visible"):e(".ai1ec-map-preview").removeClass("ai1ec-map-visible")},s=function(t){this.checked?e("#ai1ec_table_coordinates").fadeIn("fast"):e("#ai1ec_table_coordinates").fadeOut("fast")},o=function(e){t.ai1ec_convert_commas_to_dots_for_coordinates();var r=t.ai1ec_check_lat_long_ok_for_search(e);r===!0&&n.ai1ec_update_map_from_coordinates()};return{toggle_visibility_of_google_map_on_click:i,toggle_visibility_of_coordinate_fields_on_click:s,update_map_from_coordinates_on_blur:o}}),timely.define("external_libs/jquery.calendrical_timespan",["jquery_timely"],function(e){function l(){var e=new Date;return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function c(e,t){return typeof e=="string"&&(e=new Date(e)),typeof t=="string"&&(t=new Date(t)),e.getUTCDate()===t.getUTCDate()&&e.getUTCMonth()===t.getUTCMonth()&&e.getUTCFullYear()===t.getUTCFullYear()?!0:!1}function h(e,t){if(e instanceof Date)return h(e.getUTCFullYear(),e.getUTCMonth());if(t==1){var n=e%4==0&&(e%100!=0||e%400==0);return n?29:28}return t==3||t==5||t==8||t==10?30:31}function p(e){return new Date(e.getTime()+864e5)}function d(e){return new Date(e.getTime()-864e5)}function v(e,t){return t==11?new Date(e+1,0,1):new Date(e,t+1,1)}function m(t,n,r,i){var s=i.monthNames.split(","),o=e("<thead />"),u=e("<tr />").appendTo(o);e("<th />").addClass("monthCell").append(e('<a href="javascript:;">&laquo;</a>').addClass("prevMonth").mousedown(function(e){g(t,r==0?n-1:n,r==0?11:r-1,i),e.preventDefault()})).appendTo(u),e("<th />").addClass("monthCell").attr("colSpan",5).append(e('<a href="javascript:;">'+s[r]+" "+n+"</a>").addClass("monthName")).appendTo(u),e("<th />").addClass("monthCell").append(e('<a href="javascript:;">&raquo;</a>').addClass("nextMonth").mousedown(function(){g(t,r==11?n+1:n,r==11?0:r+1,i)})).appendTo(u);var a=i.dayNames.split(","),f=parseInt(i.weekStartDay),l=[];for(var c=0,h=a.length;c<h;c++)l[c]=a[(c+f)%h];var p=e("<tr />").appendTo(o);return e.each(l,function(t,n){e("<td />").addClass("dayName").append(n).appendTo(p)}),o}function g(t,n,r,i){i=i||{};var s=parseInt(i.weekStartDay),o=i.today?i.today:l();o.setHours(0),o.setMinutes(0);var u=new Date(n,r,1),a=v(n,r),f=Math.abs(o.getTimezoneOffset());f!=0&&(o.setHours(o.getHours()+f/60),o.setMinutes(o.getMinutes()+f%60),u.setHours(u.getHours()+f/60),u.setMinutes(u.getMinutes()+f%60),a.setHours(a.getHours()+f/60),a.setMinutes(a.getMinutes()+f%60));var h=a.getUTCDay()-s;h<0?h=Math.abs(h)-1:h=6-h;for(var g=0;g<h;g++)a=p(a);var y=e("<table />");m(t,n,r,i).appendTo(y);var b=e("<tbody />").appendTo(y),w=e("<tr />"),E=u.getUTCDay()-s;E<0&&(E=7+E);for(var g=0;g<E;g++)u=d(u);while(u<=a){var S=e("<td />").addClass("day").append(e('<a href="javascript:;">'+u.getUTCDate()+"</a>").click(function(){var e=u;return function(){i&&i.selectDate&&i.selectDate(e)}}())).appendTo(w),x=c(u,o),T=i.selected&&c(i.selected,u);x&&S.addClass("today"),T&&S.addClass("selected"),x&&T&&S.addClass("today_selected"),u.getUTCMonth()!=r&&S.addClass("nonMonth");var N=u.getUTCDay();(N+1)%7==s&&(b.append(w),w=e("<tr />")),u=p(u)}w.children().length?b.append(w):w.remove(),t.empty().append(y)}function y(t,n){var r=n.selection&&f(n.selection);r&&(r.minute=Math.floor(r.minute/15)*15);var i=n.startTime&&n.startTime.hour*60+n.startTime.minute,s,o=e("<ul />");for(var a=0;a<24;a++)for(var l=0;l<60;l+=15){if(i&&i>a*60+l)continue;(function(){var t=u(a,l,n.isoTime),f=t;if(i!=null){var c=a*60+l-i;c<60?f+=" ("+c+" min)":c==60?f+=" (1 hr)":f+=" ("+Math.floor(c/60)+" hr "+c%60+" min)"}var h=e("<li />").append(e('<a href="javascript:;">'+f+"</a>").click(function(){n&&n.selectTime&&n.selectTime(t)}).mousemove(function(){e("li.selected",o).removeClass("selected")})).appendTo(o);!s&&a==n.defaultHour&&(s=h),r&&r.hour==a&&r.minute==l&&(h.addClass("selected"),s=h)})()}s&&setTimeout(function(){t[0].scrollTop=s[0].offsetTop-s.height()*2},0),t.empty().append(o)}function b(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function w(){e(this).data("timespan.stored",this.value)}function E(t,n,r,i,a,f,l,c,h,p){r.val(r.data("timespan.initial_value")),f.val(f.data("timespan.initial_value")),l.get(0).checked=l.data("timespan.initial_value");var d=s(r,p,0,15);n.val(u(d.getUTCHours(),d.getUTCMinutes(),c)),t.val(o(d,h));var v=s(f,d.getTime(),1,15);a.val(u(v.getUTCHours(),v.getUTCMinutes(),c)),l.get(0).checked&&v.setUTCDate(v.getUTCDate()-1),i.val(o(v,h)),t.each(w),n.each(w),i.each(w),a.each(w),l.trigger("change.timespan"),e("#ai1ec_instant_event").trigger("change.timespan")}var t={us:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"m/d/y",order:"middleEndian",zeroPad:!1},iso:{pattern:/([\d]{4}|[\d]{2})-([\d]{1,2})-([\d]{1,2})/,format:"y-m-d",order:"bigEndian",zeroPad:!0},dot:{pattern:/([\d]{1,2}).([\d]{1,2}).([\d]{4}|[\d]{2})/,format:"d.m.y",order:"littleEndian",zeroPad:!1},def:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"d/m/y",order:"littleEndian",zeroPad:!1}},n=function(e){return e<10?"0"+e:e},r=function(e,t){typeof t=="undefined"&&(t=!1);var r=e.getUTCFullYear()+"-"+n(e.getUTCMonth()+1)+"-"+n(e.getUTCDate());return t&&(r+="T"+n(e.getUTCHours())+":"+n(e.getUTCMinutes())+":00"),r},i=function(e,t){var n=e.val(),r=null;if(n.length<4)r=new Date(t);else{r=new Date(n);var i=n.split("T"),s=i[0].split("-"),o=i[1].split(":");r.setUTCFullYear(s[0],s[1]-1,s[2]),r.setUTCHours(o[0],o[1],o[2],0)}return r},s=function(e,t,n,r){return t+=n*36e5,t-=t%(r*6e4),i(e,t)},o=function(e,n,r){var i,s,o;typeof t[n]=="undefined"&&(n="def"),typeof r=="undefined"&&(r=!1),!0===r?(i=e.getFullYear().toString(),s=(e.getMonth()+1).toString(),o=e.getDate().toString()):(i=e.getUTCFullYear().toString(),s=(e.getUTCMonth()+1).toString(),o=e.getUTCDate().toString()),t[n].zeroPad&&(s.length==1&&(s="0"+s),o.length==1&&(o="0"+o));var u=t[n].format;return u=u.replace("d",o),u=u.replace("m",s),u=u.replace("y",i),u},u=function(e,t,n){var r=t;t<10&&(r="0"+t);if(n){var i=e;return i<10&&(i="0"+e),i+":"+r}var i=e%12;i==0&&(i=12);var s=e<12?"am":"pm";return i+":"+r+s},a=function(e,n){typeof t[n]=="undefined"&&(n="def");var r=e.match(t[n].pattern);if(!r||r.length!=4)return Date("invalid");switch(t[n].order){case"bigEndian":var i=r[3],s=r[2],o=r[1];break;case"littleEndian":var i=r[1],s=r[2],o=r[3];break;case"middleEndian":var i=r[2],s=r[1],o=r[3];break;default:var i=r[1],s=r[2],o=r[3]}return o.length==2&&(o=(new Date).getUTCFullYear().toString().substr(0,2)+o),new Date(s+"/"+i+"/"+o+" GMT")},f=function(e){var t=t=/(\d+)\s*[:\-\.,]\s*(\d+)\s*(am|pm)?/i.exec(e);if(t&&t.length>=3){var n=Number(t[1]),r=Number(t[2]);return n==12&&t[3]&&(n-=12),t[3]&&t[3].toLowerCase()=="pm"&&(n+=12),{hour:n,minute:r}}return null};e.fn.calendricalDate=function(t){return t=t||{},t.padding=t.padding||4,t.monthNames=t.monthNames||"January,February,March,April,May,June,July,August,September,October,November,December",t.dayNames=t.dayNames||"S,M,T,W,T,F,S",t.weekStartDay=t.weekStartDay||0,this.each(function(){var n=e(this),r,i=!1;n.bind("focus",function(){if(r)return;var s=n.position(),u=n.css("padding-left");r=e("<div />").addClass("calendricalDatePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:s.left,top:s.top+n.height()+t.padding*2}),n.after(r);var f=a(n.val(),t.dateFormat);f.getUTCFullYear()||(f=t.today?t.today:l()),g(r,f.getUTCFullYear(),f.getUTCMonth(),{today:t.today,selected:f,monthNames:t.monthNames,dayNames:t.dayNames,weekStartDay:t.weekStartDay,selectDate:function(e){i=!1,n.val(o(e,t.dateFormat)),r.remove(),r=null;if(t.endDate){var s=a(t.endDate.val(),t.dateFormat);s>=f&&t.endDate.val(o(new Date(e.getTime()+s.getTime()-f.getTime()),t.dateFormat))}}})}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalDateRange=function(t){return this.length>=2&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[1])},t)),e(this[1]).calendricalDate(t)),this},e.fn.calendricalDateRangeSingle=function(t){return this.length==1&&e(this).calendricalDate(t),this},e.fn.calendricalTime=function(t){return t=t||{},t.padding=t.padding||4,this.each(function(){var n=e(this),r,i=!1;n.bind("focus click",function(){if(r)return;var s=t.startTime;s&&t.startDate&&t.endDate&&!c(a(t.startDate.val()),a(t.endDate.val()))&&(s=!1);var o=n.position();r=e("<div />").addClass("calendricalTimePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:o.left,top:o.top+n.height()+t.padding*2}),s&&r.addClass("calendricalEndTimePopup"),n.after(r);var u={selection:n.val(),selectTime:function(e){i=!1,n.val(e),r.remove(),r=null},isoTime:t.isoTime||!1,defaultHour:t.defaultHour!=null?t.defaultHour:8};s&&(u.startTime=f(t.startTime.val())),y(r,u)}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalTimeRange=function(t){return this.length>=2&&(e(this[0]).calendricalTime(t),e(this[1]).calendricalTime(e.extend({startTime:e(this[0])},t))),this},e.fn.calendricalDateTimeRange=function(t){return this.length>=4&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[2])},t)),e(this[1]).calendricalTime(t),e(this[2]).calendricalDate(t),e(this[3]).calendricalTime(e.extend({startTime:e(this[1]),startDate:e(this[0]),endDate:e(this[2])},t))),this};var S={allday:"#allday",start_date_input:"#start-date-input",start_time_input:"#start-time-input",start_time:"#start-time",end_date_input:"#end-date-input",end_time_input:"#end-time-input",end_time:"#end-time",twentyfour_hour:!1,date_format:"def",now:new Date},x={init:function(t){function C(){var e=a(s.val(),n.date_format).getTime()/1e3,t=f(l.val());e+=t.hour*3600+t.minute*60;var r=a(h.val(),n.date_format).getTime()/1e3,i=f(p.val());return r+=i.hour*3600+i.minute*60,r-e}function k(){var e=a(s.data("timespan.stored"),n.date_format),t=f(l.data("timespan.stored")),r=e.getTime()/1e3+t.hour*3600+t.minute*60+s.data("time_diff");return r=new Date(r*1e3),h.val(o(r,n.date_format)),p.val(u(r.getUTCHours(),r.getUTCMinutes(),n.twentyfour_hour)),!0}var n=e.extend({},S,t),i=e(n.allday),s=e(n.start_date_input),l=e(n.start_time_input),c=e(n.start_time),h=e(n.end_date_input),p=e(n.end_time_input),d=e(n.end_time),v=e("#ai1ec_instant_event"),m=h.add(p),g=s.add(n.end_date_input),y=l.add(n.end_time_input),x=s.add(n.start_time_input).add(n.end_date_input).add(n.end_time_input);x.bind("focus.timespan",w),v.bind("change.timespan",function(){this.checked?(m.closest("tr").fadeOut(),i.attr("disabled",!0)):(i.removeAttr("disabled"),m.closest("tr").fadeIn())});var T=new Date(n.now.getFullYear(),n.now.getMonth(),n.now.getDate()),N=!1;return i.bind("change.timespan",function(){this.checked?(y.fadeOut(),v.attr("disabled",!0)):(v.removeAttr("disabled"),y.fadeIn()),N||(N=!0,x.calendricalDateTimeRange({today:T,dateFormat:n.date_format,isoTime:n.twentyfour_hour,monthNames:n.month_names,dayNames:n.day_names,weekStartDay:n.week_start_day}))}).get().checked=!1,g.bind("blur.timespan",function(){var t=a(this.value,n.date_format);isNaN(t)?b(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(o(t,n.date_format)))}),y.bind("blur.timespan",function(){var t=f(this.value);t?(e(this).data("timespan.stored",this.value),e(this).val(u(t.hour,t.minute,n.twentyfour_hour))):b(e(this))}),s.add(n.start_time_input).bind("focus.timespan",function(){s.data("time_diff",C())}).bind("blur.timespan",function(){s.data("time_diff")<0&&s.data("time_diff",900);var e=k()}),h.add(n.start_time_input).bind("blur.timespan",function(){if(C()<0){s.data("time_diff",900);var e=k()}}),s.closest("form").bind("submit.timespan",function(){var e=a(s.val(),n.date_format).getTime()/1e3;if(!isNaN(e)){if(!i.get(0).checked){var t=f(l.val());t?e+=t.hour*3600+t.minute*60:e=""}}else e="";e>0&&c.val(r(new Date(e*1e3),!0));var o=a(h.val(),n.date_format).getTime()/1e3;if(!isNaN(o))if(i.get(0).checked)o+=86400;else{var t=f(p.val());t?o+=t.hour*3600+t.minute*60:o=""}else o="";o>0&&d.val(r(new Date(o*1e3),!0))}),c.data("timespan.initial_value",c.val()),d.data("timespan.initial_value",d.val()),i.data("timespan.initial_value",i.get(0).checked),E(s,l,c,h,p,d,i,n.twentyfour_hour,n.date_format,n.now),this},reset:function(t){var n=e.extend({},S,t);return E(e(n.start_date_input),e(n.start_time_input),e(n.start_time),e(n.end_date_input),e(n.end_time_input),e(n.end_time),e(n.allday),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},S,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};return e.timespan=function(t){if(x[t])return x[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return x.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")},{formatDate:o,parseDate:a}}),timely.define("scripts/add_new_event/event_date_time/date_time_utility_functions",["jquery_timely","ai1ec_config","libs/utils","external_libs/jquery.calendrical_timespan"],function(e,t,n,r){var i=n.get_ajax_url(),s=function(t,n,r,i,s,o){e(t).val(i),e("#ai1ec_repeat_box").modal("hide");var u=e.trim(e(n).text());u.lastIndexOf(":")===-1&&(u=u.substring(0,u.length-3),e(n).text(u+":")),e(s).attr("disabled",!1),e(r).fadeOut("fast",function(){e(this).text(o.message),e(this).fadeIn("fast")})},o=function(t,n,r,i){e("#ai1ec_repeat_box .ai1ec-alert-danger").text(r.message).removeClass("ai1ec-hide"),e(i).attr("disabled",!1),e(t).val("");var s=e.trim(e(n).text());s.lastIndexOf("...")===-1&&(s=s.substring(0,s.length-1),e(n).text(s+"...")),e(this).closest("tr").find(".ai1ec_rule_text").text()===""&&e(t).siblings("input:checkbox").removeAttr("checked")},u=function(t,n,r,i,s){e(document).on("click",t,function(){if(!e(n).is(":checked")){e(n).attr("checked",!0);var t=e.trim(e(r).text());t=t.substring(0,t.length-3),e(r).text(t+":")}return c(i,s),!1})},a=function(t,n,r,i,s){e(t).click(function(){if(e(this).is(":checked"))this.id==="ai1ec_repeat"&&e("#ai1ec_exclude").removeAttr("disabled"),c(i,s);else{this.id==="ai1ec_repeat"&&(e("#ai1ec_exclude").removeAttr("checked").attr("disabled",!0),e("#ai1ec_exclude_text > a").text("")),e(n).text("");var t=e.trim(e(r).text());t=t.substring(0,t.length-1),e(r).text(t+"...")}})},f=function(t,n,r){if(e.trim(e(t).text())===""){e(n).removeAttr("checked"),e("#ai1ec_repeat").is(":checked")||e("#ai1ec_exclude").attr("disabled",!0);var i=e.trim(e(r).text());i.lastIndexOf("...")===-1&&(i=i.substring(0,i.length-1),e(r).text(i+"..."))}},l=function(){e("#ai1ec_count, #ai1ec_daily_count, #ai1ec_weekly_count, #ai1ec_monthly_count, #ai1ec_yearly_count").rangeinput({css:{input:"ai1ec-range",slider:"ai1ec-slider",progress:"ai1ec-progress",handle:"ai1ec-handle"}});var n=e("#ai1ec_recurrence_calendar");n.datepicker({multidate:!0,weekStart:t.week_start_day}),n.on("changeDate",function(n){var i=[],s=[];for(var o=0;o<n.dates.length;o++){var u=new Date(n.dates[o]),a=""+u.getFullYear()+("0"+(u.getMonth()+1)).slice(-2)+("0"+u.getDate()).slice(-2)+"T000000Z",f='<span class="ai1ec-label ai1ec-label-default">'+r.formatDate(u,t.date_format,!0)+"</span>";i.push(a),s.push(f)}e("#ai1ec_rec_dates_list").html(s.join(" ")),e("#ai1ec_rec_custom_dates").val(i.join(","))});var i={start_date_input:"#ai1ec_until-date-input",start_time:"#ai1ec_until-time",date_format:t.date_format,month_names:t.month_names,day_names:t.day_names,week_start_day:t.week_start_day,twentyfour_hour:t.twentyfour_hour,now:new Date(t.now*1e3)};e.inputdate(i),e(document).trigger("ai1ec.recurrence-modal.inited")},c=function(t,n){var r=e("#ai1ec_repeat_box"),s=e(".ai1ec-loading",r);r.modal({backdrop:"static"}),e.post(i,t,function(e){e.error?(window.alert(e.message),r.modal("hide")):(s.addClass("ai1ec-hide").after(e.message),typeof n=="function"&&n())},"json")};return{show_repeat_tabs:c,init_modal_widgets:l,click_on_modal_cancel:f,click_on_checkbox:a,click_on_ics_rule_text:u,repeat_form_error:o,repeat_form_success:s}}),timely.define("external_libs/bootstrap/button",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r)};t.DEFAULTS={loadingText:"loading..."},t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.is("input")?"val":"html",i=n.data();e+="Text",i.resetText||n.data("resetText",n[r]()),n[r](i[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass("ai1ec-"+t).attr(t,t):n.removeClass("ai1ec-"+t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="ai1ec-buttons"]'),t=!0;if(e.length){var n=this.$element.find("input");n.prop("type")==="radio"&&(n.prop("checked")&&this.$element.hasClass("ai1ec-active")?t=!1:e.find(".ai1ec-active").removeClass("ai1ec-active")),t&&n.prop("checked",!this.$element.hasClass("ai1ec-active")).trigger("change")}t&&this.$element.toggleClass("ai1ec-active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("bs.button"),s=typeof n=="object"&&n;i||r.data("bs.button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.bs.button.data-api","[data-toggle^=ai1ec-button]",function(t){var n=e(t.target);n.hasClass("ai1ec-btn")||(n=n.closest(".ai1ec-btn")),n.button("toggle"),t.preventDefault()})}),timely.define("scripts/add_new_event/event_date_time/date_time_event_handlers",["jquery_timely","ai1ec_config","scripts/add_new_event/event_date_time/date_time_utility_functions","external_libs/jquery.calendrical_timespan","libs/utils","external_libs/bootstrap/button"],function(e,t,n,r,i){var s=i.get_ajax_url(),o=function(){var t=e("#ai1ec_end option:selected").val();switch(t){case"0":e("#ai1ec_until_holder, #ai1ec_count_holder").collapse("hide");break;case"1":e("#ai1ec_until_holder").collapse("hide"),e("#ai1ec_count_holder").collapse("show");break;case"2":e("#ai1ec_count_holder").collapse("hide"),e("#ai1ec_until_holder").collapse("show")}},u=function(){e("#publish").trigger("click")},a=function(){var i=e(this),o="",u=e("#ai1ec_repeat_box .ai1ec-tab-pane.ai1ec-active"),a=u.data("freq"),f=!0;switch(a){case"daily":o+="FREQ=DAILY;";var l=e("#ai1ec_daily_count").val();l>1&&(o+="INTERVAL="+l+";");break;case"weekly":o+="FREQ=WEEKLY;";var c=e("#ai1ec_weekly_count").val();c>1&&(o+="INTERVAL="+c+";");var h=e('input[name="ai1ec_weekly_date_select"]:first').val(),p=e('#ai1ec_weekly_date_select > div:first > input[type="hidden"]:first').val();h.length>0&&(o+="WKST="+p+";BYday="+h+";");break;case"monthly":o+="FREQ=MONTHLY;";var d=e("#ai1ec_monthly_count").val(),v=e('input[name="ai1ec_monthly_type"]:checked').val();d>1&&(o+="INTERVAL="+d+";");var m=e('input[name="ai1ec_montly_date_select"]:first').val();if(m.length>0&&v==="bymonthday")o+="BYMONTHDAY="+m+";";else if(v==="byday"){var g=e("#ai1ec_monthly_byday_num").val(),y=e("#ai1ec_monthly_byday_weekday").val();o+="BYday="+g+y+";"}break;case"yearly":o+="FREQ=YEARLY;";var b=e("#ai1ec_yearly_count").val();b>1&&(o+="INTERVAL="+b+";");var w=e('input[name="ai1ec_yearly_date_select"]:first').val();w.length>0&&(o+="BYMONTH="+w+";");break;case"custom":"1"===e("#ai1ec_is_box_repeat").val()?o+="RDATE=":o+="EXDATE=",o+=e("#ai1ec_rec_custom_dates").val(),f=!1}var E=e("#ai1ec_end").val();if("1"===E&&f)o+="COUNT="+e("#ai1ec_count").val()+";";else if("2"===E&&f){var S=e("#ai1ec_until-date-input").val();S=r.parseDate(S,t.date_format);var x=e("#ai1ec_start-time").val();x=r.parseDate(x,t.date_format),x=new Date(x);var T=S.getUTCDate(),N=S.getUTCMonth()+1,C=x.getUTCHours(),k=x.getUTCMinutes();N=N<10?"0"+N:N,T=T<10?"0"+T:T,C=C<10?"0"+C:C,k=k<10?"0"+k:k,S=S.getUTCFullYear()+""+N+T+"T235959Z",o+="UNTIL="+S+";"}var L={action:"ai1ec_rrule_to_text",rrule:o};i.button("loading").next().addClass("ai1ec-disabled"),e.post(s,L,function(t){t.error?(i.button("reset").next().removeClass("ai1ec-disabled"),"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_error("#ai1ec_rrule","#ai1ec_repeat_label",t,i):n.repeat_form_error("#ai1ec_exrule","#ai1ec_exclude_label",t,i)):"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_success("#ai1ec_rrule","#ai1ec_repeat_label","#ai1ec_repeat_text > a",o,i,t):n.repeat_form_success("#ai1ec_exrule","#ai1ec_exclude_label","#ai1ec_exclude_text > a",o,i,t)},"json")},f=function(){return e("#ai1ec_is_box_repeat").val()==="1"?n.click_on_modal_cancel("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label"):n.click_on_modal_cancel("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label"),e("#ai1ec_repeat_box").modal("hide"),!1},l=function(){e(this).is("#ai1ec_monthly_type_bymonthday")?(e("#ai1ec_repeat_monthly_byday").collapse("hide"),e("#ai1ec_repeat_monthly_bymonthday").collapse("show")):(e("#ai1ec_repeat_monthly_bymonthday").collapse("hide"),e("#ai1ec_repeat_monthly_byday").collapse("show"))},c=function(){var t=e(this),n=[],r=t.closest(".ai1ec-btn-group-grid"),i;t.toggleClass("ai1ec-active"),e("a",r).each(function(){var t=e(this);t.is(".ai1ec-active")&&(i=t.next().val(),n.push(i))}),r.next().val(n.join())},h=function(){n.click_on_ics_rule_text("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_ics_rule_text("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_repeat","#ai1ec_repeat_text > a","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_exclude","#ai1ec_exclude_text > a","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets)},p=function(t){return e("#ai1ec_widget_calendar").toggle(),!1},d=function(){e(".ai1ec-modal-content",this).not(".ai1ec-loading ").remove().end().removeClass("ai1ec-hide")},v=function(){var t=e("#ai1ec_repeat_box").find("ul.ai1ec-nav").find("li.ai1ec-active"),n=e("#ai1ec_repeat_box").find(".ai1ec-end-field");t.hasClass("ai1ec-freq-custom")?n.addClass("ai1ec-hidden"):n.removeClass("ai1ec-hidden"),t.hasClass("ai1ec-freq-monthly")&&l()},m=function(){var t=e("#ai1ec-tab-content").data("activeFreq"),n=e("#ai1ec_recurrence_calendar");e(".ai1ec-freq").removeClass("ai1ec-active"),e(".ai1ec-freq-"+t).addClass("ai1ec-active"),e(document).on("shown.bs.tab",v),o(),v()};return e(document).on("ai1ec.recurrence-modal.inited",m),{show_end_fields:o,trigger_publish:u,handle_click_on_apply_button:a,handle_click_on_cancel_modal:f,handle_checkbox_monthly_tab_modal:l,execute_pseudo_handlers:h,handle_animation_of_calendar_widget:p,handle_click_on_toggle_buttons:c,handle_modal_hide:d}}),timely.define("scripts/add_new_event/event_cost_helper",["jquery_timely","ai1ec_config"],function(e,t){var n=e(".ai1ec-tickets-cost"),r=e(".ai1ec-tickets-url-text"),i=e(".ai1ec-register-url-text");e('input[name="ai1ec_cost_type"]').on("click change",function(){var t=e(".ai1ec-no-tickets"),n=e(".ai1ec-tickets-form, .ai1ec-tickets-list-container"),r=e(".ai1ec-tickets-external");"free"===this.value?(n.hide(),r.hide(),t.show()):"tickets"===this.value?(n.show(),r.hide(),t.hide()):(n.hide(),r.show(),t.show())}),e('input[name="ai1ec_cost_type"]:checked').click(),e("#ai1ec_is_free").on("click",function(){this.checked?(n.addClass("ai1ec-hidden"),r.addClass("ai1ec-hidden"),i.removeClass("ai1ec-hidden")):(n.removeClass("ai1ec-hidden"),r.removeClass("ai1ec-hidden"),i.addClass("ai1ec-hidden"))})}),timely.define("external_libs/jquery.inputdate",["jquery_timely","external_libs/jquery.calendrical_timespan"],function(e,t){function n(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function r(){e(this).data("timespan.stored",this.value)}function i(e,n,i,s,o){n.val(n.data("timespan.initial_value"));var u=parseInt(n.val());isNaN(parseInt(u))?u=new Date(o):u=new Date(parseInt(u)*1e3),e.val(t.formatDate(u,s)),e.each(r)}var s={start_date_input:"date-input",start_time:"time",twentyfour_hour:!1,date_format:"def",now:new Date},o={init:function(o){var u=e.extend({},s,o),a=e(u.start_date_input),f=e(u.start_time),l=a,c=a;return c.bind("focus.timespan",r),l.calendricalDate({today:new Date(u.now.getFullYear(),u.now.getMonth(),u.now.getDate()),dateFormat:u.date_format,monthNames:u.month_names,dayNames:u.day_names,weekStartDay:u.week_start_day}),l.bind("blur.timespan",function(){var r=t.parseDate(this.value,u.date_format);isNaN(r)?n(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(t.formatDate(r,u.date_format)))}),a.bind("focus.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3}).bind("blur.timespan",function(){var e=t.parseDate(a.data("timespan.stored"),u.date_format)}),a.closest("form").bind("submit.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3;isNaN(e)&&(e=""),f.val(e)}),f.data("timespan.initial_value",f.val()),i(a,f,u.twentyfour_hour,u.date_format,u.now),this},reset:function(t){var n=e.extend({},s,t);return i(e(n.start_date_input),e(n.start_time),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},s,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};e.inputdate=function(t){if(o[t])return o[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return o.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")}}),timely.define("external_libs/jquery.tools",["jquery_timely"],function(e){function i(e,t){var n=Math.pow(10,t);return Math.round(e*n)/n}function s(e,t){var n=parseInt(e.css(t),10);if(n)return n;var r=e[0].currentStyle;return r&&r.width&&parseInt(r.width,10)}function o(e){var t=e.data("events");return t&&t.onSlide}function u(t,n){function x(e,s,o,u){o===undefined?o=s/h*m:u&&(o-=n.min),g&&(o=Math.round(o/g)*g);if(s===undefined||g)s=o*h/m;if(isNaN(o))return r;s=Math.max(0,Math.min(s,h)),o=s/h*m;if(u||!f)o+=n.min;f&&(u?s=h-s:o=n.max-o),o=i(o,y);var a=e.type=="click";if(S&&l!==undefined&&!a){e.type="onSlide",E.trigger(e,[o,s]);if(e.isDefaultPrevented())return r}var c=a?n.speed:0,b=a?function(){e.type="change",E.trigger(e,[o])}:null;return f?(d.animate({top:s},c,b),n.progress&&v.animate({height:h-s+d.height()/2},c)):(d.animate({left:s},c,b),n.progress&&v.animate({width:s+d.width()/2},c)),l=o,p=s,t.val(o),r}function T(){f=n.vertical||s(a,"height")>s(a,"width"),f?(h=s(a,"height")-s(d,"height"),c=a.offset().top+h):(h=s(a,"width")-s(d,"width"),c=a.offset().left)}function N(){T(),r.setValue(n.value!==undefined?n.value:n.min)}var r=this,u=n.css,a=e("<div><div/><a href='#'/></div>").data("rangeinput",r),f,l,c,h,p;t.before(a);var d=a.addClass(u.slider).find("a").addClass(u.handle),v=a.find("div").addClass(u.progress);e.each("min,max,step,value".split(","),function(e,r){var i=t.attr(r);parseFloat(i)&&(n[r]=parseFloat(i,10))});var m=n.max-n.min,g=n.step=="any"?0:n.step,y=n.precision;y===undefined&&(y=g.toString().split("."),y=y.length===2?y[1].length:0);if(t.attr("type")=="range"){var b=t.clone().wrap("<div/>").parent().html(),w=e(b.replace(/type/i,"type=text data-orig-type"));w.val(n.value),t.replaceWith(w),t=w}t.addClass(u.input);var E=e(r).add(t),S=!0;e.extend(r,{getValue:function(){return l},setValue:function(t,n){return T(),x(n||e.Event("api"),undefined,t,!0)},getConf:function(){return n},getProgress:function(){return v},getHandle:function(){return d},getInput:function(){return t},step:function(t,i){i=i||e.Event();var s=n.step=="any"?1:n.step;r.setValue(l+s*(t||1),i)},stepUp:function(e){return r.step(e||1)},stepDown:function(e){return r.step(-e||-1)}}),e.each("onSlide,change".split(","),function(t,i){e.isFunction(n[i])&&e(r).on(i,n[i]),r[i]=function(t){return t&&e(r).on(i,t),r}}),d.drag({drag:!1}).on("dragStart",function(){T(),S=o(e(r))||o(t)}).on("drag",function(e,n,r){if(t.is(":disabled"))return!1;x(e,f?n:r)}).on("dragEnd",function(e){e.isDefaultPrevented()||(e.type="change",E.trigger(e,[l]))}).click(function(e){return e.preventDefault()}),a.click(function(e){if(t.is(":disabled")||e.target==d[0])return e.preventDefault();T();var n=f?d.height()/2:d.width()/2;x(e,f?h-c-n+e.pageY:e.pageX-c-n)}),n.keyboard&&t.keydown(function(n){if(t.attr("readonly"))return;var i=n.keyCode,s=e([75,76,38,33,39]).index(i)!=-1,o=e([74,72,40,34,37]).index(i)!=-1;if((s||o)&&!(n.shiftKey||n.altKey||n.ctrlKey))return s?r.step(i==33?10:1,n):o&&r.step(i==34?-10:-1,n),n.preventDefault()}),t.blur(function(t){var n=e(this).val();n!==l&&r.setValue(n,t)}),e.extend(t[0],{stepUp:r.stepUp,stepDown:r.stepDown}),N(),h||e(window).load(N)}e.tools=e.tools||{version:"1.2.7"};var t;t=e.tools.rangeinput={conf:{min:0,max:100,step:"any",steps:0,value:0,precision:undefined,vertical:0,keyboard:!0,progress:!1,speed:100,css:{input:"range",slider:"slider",progress:"progress",handle:"handle"}}};var n,r;e.fn.drag=function(t){return document.ondragstart=function(){return!1},t=e.extend({x:!0,y:!0,drag:!0},t),n=n||e(document).on("mousedown mouseup",function(i){var s=e(i.target);if(i.type=="mousedown"&&s.data("drag")){var o=s.position(),u=i.pageX-o.left,a=i.pageY-o.top,f=!0;n.on("mousemove.drag",function(e){var n=e.pageX-u,i=e.pageY-a,o={};t.x&&(o.left=n),t.y&&(o.top=i),f&&(s.trigger("dragStart"),f=!1),t.drag&&s.css(o),s.trigger("drag",[i,n]),r=s}),i.preventDefault()}else try{r&&r.trigger("dragEnd")}finally{n.off("mousemove.drag"),r=null}}),this.data("drag",!0)},e.expr[":"].range=function(t){var n=t.getAttribute("type");return n&&n=="range"||!!e(t).filter("input").data("rangeinput")},e.fn.rangeinput=function(n){if(this.data("rangeinput"))return this;n=e.extend(!0,{},t.conf,n);var r;return this.each(function(){var t=new u(e(this),e.extend(!0,{},n)),i=t.getInput().data("rangeinput",t);r=r?r.add(i):i}),r?r:this}}),timely.define("external_libs/locales/bootstrap-datepicker.bg",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.bg={days:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота","Неделя"],daysShort:["Нед","Пон","Вто","Сря","Чет","Пет","Съб","Нед"],daysMin:["Н","П","В","С","Ч","П","С","Н"],months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],monthsShort:["Ян","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Ное","Дек"],today:"днес"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.br",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.br={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.cs",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.cs={days:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota","Neděle"],daysShort:["Ned","Pon","Úte","Stř","Čtv","Pát","Sob","Ned"],daysMin:["Ne","Po","Út","St","Čt","Pá","So","Ne"],months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],monthsShort:["Led","Úno","Bře","Dub","Kvě","Čer","Čnc","Srp","Zář","Říj","Lis","Pro"],today:"Dnes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.da",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.da={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",clear:"Nulstil"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.de",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.de={days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag"],daysShort:["Son","Mon","Die","Mit","Don","Fre","Sam","Son"],daysMin:["So","Mo","Di","Mi","Do","Fr","Sa","So"],months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],today:"Heute",clear:"Löschen",weekStart:1,format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.es",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.es={days:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado","Domingo"],daysShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb","Dom"],daysMin:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Do"],months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthsShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],today:"Hoy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fi",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fi={days:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai","sunnuntai"],daysShort:["sun","maa","tii","kes","tor","per","lau","sun"],daysMin:["su","ma","ti","ke","to","pe","la","su"],months:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],monthsShort:["tam","hel","maa","huh","tou","kes","hei","elo","syy","lok","mar","jou"],today:"tänään",weekStart:1,format:"d.m.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dim"],daysMin:["D","L","Ma","Me","J","V","S","D"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],today:"Aujourd'hui",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.id",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.id={days:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu"],daysShort:["Mgu","Sen","Sel","Rab","Kam","Jum","Sab","Mgu"],daysMin:["Mg","Sn","Sl","Ra","Ka","Ju","Sa","Mg"],months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nov","Des"],today:"Hari Ini",clear:"Kosongkan"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.is",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.is={days:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur","Sunnudagur"],daysShort:["Sun","Mán","Þri","Mið","Fim","Fös","Lau","Sun"],daysMin:["Su","Má","Þr","Mi","Fi","Fö","La","Su"],months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],today:"Í Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.it",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Domenica"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Dom"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa","Do"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",clear:"Cancella",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ja",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ja={days:["日曜","月曜","火曜","水曜","木曜","金曜","土曜","日曜"],daysShort:["日","月","火","水","木","金","土","日"],daysMin:["日","月","火","水","木","金","土","日"],months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今日",format:"yyyy/mm/dd"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.kr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.kr={days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일","일요일"],daysShort:["일","월","화","수","목","금","토","일"],daysMin:["일","월","화","수","목","금","토","일"],months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lt={days:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis","Sekmadienis"],daysShort:["S","Pr","A","T","K","Pn","Š","S"],daysMin:["Sk","Pr","An","Tr","Ke","Pn","Št","Sk"],months:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],monthsShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gru"],today:"Šiandien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lv={days:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena","Svētdiena"],daysShort:["Sv","P","O","T","C","Pk","S","Sv"],daysMin:["Sv","Pr","Ot","Tr","Ce","Pk","Se","Sv"],months:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],today:"Šodien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ms",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ms={days:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu","Ahad"],daysShort:["Aha","Isn","Sel","Rab","Kha","Jum","Sab","Aha"],daysMin:["Ah","Is","Se","Ra","Kh","Ju","Sa","Ah"],months:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],today:"Hari Ini"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nb",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nb={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"I Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nl={days:["Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag"],daysShort:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],daysMin:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],months:["Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"Vandaag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pl={days:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota","Niedziela"],daysShort:["Nie","Pn","Wt","Śr","Czw","Pt","So","Nie"],daysMin:["N","Pn","Wt","Śr","Cz","Pt","So","N"],months:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthsShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],today:"Dzisiaj",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt-BR",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["pt-BR"]={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pt={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ru",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ru={days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота","Воскресенье"],daysShort:["Вск","Пнд","Втр","Срд","Чтв","Птн","Суб","Вск"],daysMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Вс"],months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],today:"Сегодня",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sl={days:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota","Nedelja"],daysShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob","Ned"],daysMin:["Ne","Po","To","Sr","Če","Pe","So","Ne"],months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sv={days:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag","Söndag"],daysShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör","Sön"],daysMin:["Sö","Må","Ti","On","To","Fr","Lö","Sö"],months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",format:"yyyy-mm-dd",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.th",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.th={days:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"],daysShort:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],daysMin:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthsShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],today:"วันนี้"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.tr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.tr={days:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"],daysShort:["Pz","Pzt","Sal","Çrş","Prş","Cu","Cts","Pz"],daysMin:["Pz","Pzt","Sa","Çr","Pr","Cu","Ct","Pz"],months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthsShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],today:"Bugün",format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-CN",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["周日","周一","周二","周三","周四","周五","周六","周日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今日",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-TW",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-TW"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["週日","週一","週二","週三","週四","週五","週六","週日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今天",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/bootstrap_datepicker",["jquery_timely","ai1ec_config","external_libs/locales/bootstrap-datepicker.bg","external_libs/locales/bootstrap-datepicker.br","external_libs/locales/bootstrap-datepicker.cs","external_libs/locales/bootstrap-datepicker.da","external_libs/locales/bootstrap-datepicker.de","external_libs/locales/bootstrap-datepicker.es","external_libs/locales/bootstrap-datepicker.fi","external_libs/locales/bootstrap-datepicker.fr","external_libs/locales/bootstrap-datepicker.id","external_libs/locales/bootstrap-datepicker.is","external_libs/locales/bootstrap-datepicker.it","external_libs/locales/bootstrap-datepicker.ja","external_libs/locales/bootstrap-datepicker.kr","external_libs/locales/bootstrap-datepicker.lt","external_libs/locales/bootstrap-datepicker.lv","external_libs/locales/bootstrap-datepicker.ms","external_libs/locales/bootstrap-datepicker.nb","external_libs/locales/bootstrap-datepicker.nl","external_libs/locales/bootstrap-datepicker.pl","external_libs/locales/bootstrap-datepicker.pt-BR","external_libs/locales/bootstrap-datepicker.pt","external_libs/locales/bootstrap-datepicker.ru","external_libs/locales/bootstrap-datepicker.sl","external_libs/locales/bootstrap-datepicker.sv","external_libs/locales/bootstrap-datepicker.th","external_libs/locales/bootstrap-datepicker.tr","external_libs/locales/bootstrap-datepicker.zh-CN","external_libs/locales/bootstrap-datepicker.zh-TW"],function(e,t){function r(){return new Date(Date.UTC.apply(Date,arguments))}function i(){var e=new Date;return r(e.getFullYear(),e.getMonth(),e.getDate())}function s(e){return function(){return this[e].apply(this,arguments)}}function f(t,n){var r=e(t).data(),i={},s,o=new RegExp("^"+n.toLowerCase()+"([A-Z])"),n=new RegExp("^"+n.toLowerCase());for(var u in r)n.test(u)&&(s=u.replace(o,function(e,t){return t.toLowerCase()}),i[s]=r[u]);return i}function l(t){var n={};if(!d[t]){t=t.split("-")[0];if(!d[t])return}var r=d[t];return e.each(p,function(e,t){t in r&&(n[t]=r[t])}),n}var n=e(window),o=function(){var t={get:function(e){return this.slice(e)[0]},contains:function(e){var t=e&&e.valueOf();for(var n=0,r=this.length;n<r;n++)if(this[n].valueOf()===t)return n;return-1},remove:function(e){this.splice(e,1)},replace:function(t){if(!t)return;e.isArray(t)||(t=[t]),this.clear(),this.push.apply(this,t)},clear:function(){this.splice(0)},copy:function(){var e=new o;return e.replace(this),e}};return function(){var n=[];return n.push.apply(n,arguments),e.extend(n,t),n}}(),u=function(t,n){this.dates=new o,this.viewDate=i(),this.focusDate=null,this._process_options(n),this.element=e(t),this.isInline=!1,this.isInput=this.element.is("input"),this.component=this.element.is(".ai1ec-date")?this.element.find(".ai1ec-input-group, .ai1ec-input-group-addon, .ai1ec-btn"):!1,this.hasInput=this.component&&this.element.find("input").length,this.component&&this.component.length===0&&(this.component=!1),this.picker=e(v.template),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("ai1ec-datepicker-inline").appendTo(this.element):this.picker.addClass("ai1ec-datepicker-dropdown ai1ec-dropdown-menu"),this.o.rtl&&this.picker.addClass("ai1ec-datepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("tfoot th.ai1ec-today").attr("colspan",function(e,t){return parseInt(t)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};u.prototype={constructor:u,_process_options:function(n){this._o=e.extend({},this._o,n);var r=this.o=e.extend({},this._o),i=r.language;d[i]||(i=i.split("-")[0],d[i]||(i=t.language,d[i]||(i=h.language))),r.language=i;switch(r.startView){case 2:case"decade":r.startView=2;break;case 1:case"year":r.startView=1;break;default:r.startView=0}switch(r.minViewMode){case 1:case"months":r.minViewMode=1;break;case 2:case"years":r.minViewMode=2;break;default:r.minViewMode=0}r.startView=Math.max(r.startView,r.minViewMode),r.multidate!==!0&&(r.multidate=Number(r.multidate)||!1,r.multidate!==!1?r.multidate=Math.max(0,r.multidate):r.multidate=1),r.multidateSeparator=String(r.multidateSeparator),r.weekStart%=7,r.weekEnd=(r.weekStart+6)%7;var s=v.parseFormat(r.format);r.startDate!==-Infinity&&(r.startDate?r.startDate instanceof Date?r.startDate=this._local_to_utc(this._zero_time(r.startDate)):r.startDate=v.parseDate(r.startDate,s,r.language):r.startDate=-Infinity),r.endDate!==Infinity&&(r.endDate?r.endDate instanceof Date?r.endDate=this._local_to_utc(this._zero_time(r.endDate)):r.endDate=v.parseDate(r.endDate,s,r.language):r.endDate=Infinity),r.daysOfWeekDisabled=r.daysOfWeekDisabled||[],e.isArray(r.daysOfWeekDisabled)||(r.daysOfWeekDisabled=r.daysOfWeekDisabled.split(/[,\s]*/)),r.daysOfWeekDisabled=e.map(r.daysOfWeekDisabled,function(e){return parseInt(e,10)});var o=String(r.orientation).toLowerCase().split(/\s+/g),u=r.orientation.toLowerCase();o=e.grep(o,function(e){return/^auto|left|right|top|bottom$/.test(e)}),r.orientation={x:"auto",y:"auto"};if(!!u&&u!=="auto")if(o.length===1)switch(o[0]){case"top":case"bottom":r.orientation.y=o[0];break;case"left":case"right":r.orientation.x=o[0]}else u=e.grep(o,function(e){return/^left|right$/.test(e)}),r.orientation.x=u[0]||"auto",u=e.grep(o,function(e){return/^top|bottom$/.test(e)}),r.orientation.y=u[0]||"auto"},_events:[],_secondaryEvents:[],_applyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(r=undefined,i=e[t][1]):e[t].length==3&&(r=e[t][1],i=e[t][2]),n.on(i,r)},_unapplyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(i=undefined,r=e[t][1]):e[t].length==3&&(i=e[t][1],r=e[t][2]),n.off(r,i)},_buildEvents:function(){this.isInput?this._events=[[this.element,{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}]]:this.component&&this.hasInput?this._events=[[this.element.find("input"),{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}],[this.component,{click:e.proxy(this.show,this)}]]:this.element.is("div")?this.isInline=!0:this._events=[[this.element,{click:e.proxy(this.show,this)}]],this._events.push([this.element,"*",{blur:e.proxy(function(e){this._focused_from=e.target},this)}],[this.element,{blur:e.proxy(function(e){this._focused_from=e.target},this)}]),this._secondaryEvents=[[this.picker,{click:e.proxy(this.click,this)}],[e(window),{resize:e.proxy(this.place,this)}],[e(document),{"mousedown touchstart":e.proxy(function(e){this.element.is(e.target)||this.element.find(e.target).length||this.picker.is(e.target)||this.picker.find(e.target).length||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(t,n){var r=n||this.dates.get(-1),i=this._utc_to_local(r);this.element.trigger({type:t,date:i,dates:e.map(this.dates,this._utc_to_local),format:e.proxy(function(e,t){arguments.length===0?(e=this.dates.length-1,t=this.o.format):typeof e=="string"&&(t=e,e=this.dates.length-1),t=t||this.o.format;var n=this.dates.get(e);return v.formatDate(n,t,this.o.language)},this)})},show:function(e){this.isInline||this.picker.appendTo("body"),this.picker.show(),this.height=this.component?this.component.outerHeight():this.element.outerHeight(),this.place(),this._attachSecondaryEvents(),this._trigger("show")},hide:function(){if(this.isInline)return;if(!this.picker.is(":visible"))return;this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.viewMode=this.o.startView,this.showMode(),this.o.forceParse&&(this.isInput&&this.element.val()||this.hasInput&&this.element.find("input").val())&&this.setValue(),this._trigger("hide")},remove:function(){this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().datepicker,this.isInput||delete this.element.data().date},_utc_to_local:function(e){return e&&new Date(e.getTime()+e.getTimezoneOffset()*6e4)},_local_to_utc:function(e){return e&&new Date(e.getTime()-e.getTimezoneOffset()*6e4)},_zero_time:function(e){return e&&new Date(e.getFullYear(),e.getMonth(),e.getDate())},_zero_utc_time:function(e){return e&&new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()))},getDates:function(){return e.map(this.dates,this._utc_to_local)},getUTCDates:function(){return e.map(this.dates,function(e){return new Date(e)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){return new Date(this.dates.get(-1))},setDates:function(){this.update.apply(this,arguments),this._trigger("changeDate"),this.setValue()},setUTCDates:function(){this.update.apply(this,e.map(arguments,this._utc_to_local)),this._trigger("changeDate"),this.setValue()},setDate:s("setDates"),setUTCDate:s("setUTCDates"),setValue:function(){var e=this.getFormattedDate();this.isInput?this.element.val(e).change():this.component&&this.element.find("input").val(e).change()},getFormattedDate:function(t){t===undefined&&(t=this.o.format);var n=this.o.language;return e.map(this.dates,function(e){return v.formatDate(e,t,n)}).join(this.o.multidateSeparator)},setStartDate:function(e){this._process_options({startDate:e}),this.update(),this.updateNavArrows()},setEndDate:function(e){this._process_options({endDate:e}),this.update(),this.updateNavArrows()},setDaysOfWeekDisabled:function(e){this._process_options({daysOfWeekDisabled:e}),this.update(),this.updateNavArrows()},place:function(){if(this.isInline)return;var t=this.picker.outerWidth(),r=this.picker.outerHeight(),i=10,s=n.width(),o=n.height(),u=n.scrollTop(),a=parseInt(this.element.parents().filter(function(){return e(this).css("z-index")!="auto"}).first().css("z-index"))+10,f=this.component?this.component.parent().offset():this.element.offset(),l=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),c=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),h=f.left,p=f.top;this.picker.removeClass("ai1ec-datepicker-orient-top ai1ec-datepicker-orient-bottom ai1ec-datepicker-orient-right ai1ec-datepicker-orient-left"),this.o.orientation.x!=="auto"?(this.picker.addClass("ai1ec-datepicker-orient-"+this.o.orientation.x),this.o.orientation.x==="right"&&(h-=t-c)):(this.picker.addClass("ai1ec-datepicker-orient-left"),f.left<0?h-=f.left-i:f.left+t>s&&(h=s-t-i));var d=this.o.orientation.y,v,m;d==="auto"&&(v=-u+f.top-r,m=u+o-(f.top+l+r),Math.max(v,m)===m?d="top":d="bottom"),this.picker.addClass("ai1ec-datepicker-orient-"+d),d==="top"?p+=l:p-=r+parseInt(this.picker.css("padding-top")),this.picker.css({top:p,left:h,zIndex:a})},_allow_update:!0,update:function(){if(!this._allow_update)return;var t=this.dates.copy(),n=[],r=!1;arguments.length?(e.each(arguments,e.proxy(function(e,t){t instanceof Date&&(t=this._local_to_utc(t)),n.push(t)},this)),r=!0):(n=this.isInput?this.element.val():this.element.data("date")||this.element.find("input").val(),n&&this.o.multidate?n=n.split(this.o.multidateSeparator):n=[n],delete this.element.data().date),n=e.map(n,e.proxy(function(e){return v.parseDate(e,this.o.format,this.o.language)},this)),n=e.grep(n,e.proxy(function(e){return e<this.o.startDate||e>this.o.endDate||!e},this),!0),this.dates.replace(n),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate&&(this.viewDate=new Date(this.o.endDate)),r?this.setValue():n.length&&String(t)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&t.length&&this._trigger("clearDate"),this.fill()},fillDow:function(){var e=this.o.weekStart,t="<tr>";if(this.o.calendarWeeks){var n='<th class="ai1ec-cw">&nbsp;</th>';t+=n,this.picker.find(".ai1ec-datepicker-days thead tr:first-child").prepend(n)}while(e<this.o.weekStart+7)t+='<th class="ai1ec-dow">'+d[this.o.language].daysMin[e++%7]+"</th>";t+="</tr>",this.picker.find(".ai1ec-datepicker-days thead").append(t)},fillMonths:function(){var e="",t=0;while(t<12)e+='<span class="ai1ec-month">'+d[this.o.language].monthsShort[t++]+"</span>";this.picker.find(".ai1ec-datepicker-months td").html(e)},setRange:function(t){!t||!t.length?delete this.range:this.range=e.map(t,function(e){return e.valueOf()}),this.fill()},getClassNames:function(t){var n=[],r=this.viewDate.getUTCFullYear(),i=this.viewDate.getUTCMonth(),s=new Date;return t.getUTCFullYear()<r||t.getUTCFullYear()==r&&t.getUTCMonth()<i?n.push("ai1ec-old"):(t.getUTCFullYear()>r||t.getUTCFullYear()==r&&t.getUTCMonth()>i)&&n.push("ai1ec-new"),this.focusDate&&t.valueOf()===this.focusDate.valueOf()&&n.push("ai1ec-focused"),this.o.todayHighlight&&t.getUTCFullYear()==s.getFullYear()&&t.getUTCMonth()==s.getMonth()&&t.getUTCDate()==s.getDate()&&n.push("ai1ec-today"),this.dates.contains(t)!==-1&&n.push("ai1ec-active"),(t.valueOf()<this.o.startDate||t.valueOf()>this.o.endDate||e.inArray(t.getUTCDay(),this.o.daysOfWeekDisabled)!==-1)&&n.push("ai1ec-disabled"),this.range&&(t>this.range[0]&&t<this.range[this.range.length-1]&&n.push("ai1ec-range"),e.inArray(t.valueOf(),this.range)!=-1&&n.push("ai1ec-selected")),n},fill:function(){var t=new Date(this.viewDate),n=t.getUTCFullYear(),i=t.getUTCMonth(),s=this.o.startDate!==-Infinity?this.o.startDate.getUTCFullYear():-Infinity,o=this.o.startDate!==-Infinity?this.o.startDate.getUTCMonth():-Infinity,u=this.o.endDate!==Infinity?this.o.endDate.getUTCFullYear():Infinity,a=this.o.endDate!==Infinity?this.o.endDate.getUTCMonth():Infinity,f,l;this.picker.find(".ai1ec-datepicker-days thead th.ai1ec-datepicker-switch").text(d[this.o.language].months[i]+" "+n),this.picker.find("tfoot th.ai1ec-today").text(d[this.o.language].today).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot th.ai1ec-clear").text(d[this.o.language].clear).toggle(this.o.clearBtn!==!1),this.updateNavArrows(),this.fillMonths();var c=r(n,i-1,28),h=v.getDaysInMonth(c.getUTCFullYear(),c.getUTCMonth());c.setUTCDate(h),c.setUTCDate(h-(c.getUTCDay()-this.o.weekStart+7)%7);var p=new Date(c);p.setUTCDate(p.getUTCDate()+42),p=p.valueOf();var m=[],g;while(c.valueOf()<p){if(c.getUTCDay()==this.o.weekStart){m.push("<tr>");if(this.o.calendarWeeks){var y=new Date(+c+(this.o.weekStart-c.getUTCDay()-7)%7*864e5),b=new Date(+y+(11-y.getUTCDay())%7*864e5),w=new Date(+(w=r(b.getUTCFullYear(),0,1))+(11-w.getUTCDay())%7*864e5),E=(b-w)/864e5/7+1;m.push('<td class="ai1ec-cw">'+E+"</td>")}}g=this.getClassNames(c),g.push("ai1ec-day");if(this.o.beforeShowDay!==e.noop){var S=this.o.beforeShowDay(this._utc_to_local(c));S===undefined?S={}:typeof S=="boolean"?S={enabled:S}:typeof S=="string"&&(S={classes:S}),S.enabled===!1&&g.push("ai1ec-disabled"),S.classes&&(g=g.concat(S.classes.split(/\s+/))),S.tooltip&&(f=S.tooltip)}g=e.unique(g),m.push('<td class="'+g.join(" ")+'"'+(f?' title="'+f+'"':"")+">"+c.getUTCDate()+"</td>"),c.getUTCDay()==this.o.weekEnd&&m.push("</tr>"),c.setUTCDate(c.getUTCDate()+1)}this.picker.find(".ai1ec-datepicker-days tbody").empty().append(m.join(""));var x=this.picker.find(".ai1ec-datepicker-months").find("th:eq(1)").text(n).end().find("span").removeClass("ai1ec-active");e.each(this.dates,function(e,t){t.getUTCFullYear()==n&&x.eq(t.getUTCMonth()).addClass("ai1ec-active")}),(n<s||n>u)&&x.addClass("ai1ec-disabled"),n==s&&x.slice(0,o).addClass("ai1ec-disabled"),n==u&&x.slice(a+1).addClass("ai1ec-disabled"),m="",n=parseInt(n/10,10)*10;var T=this.picker.find(".ai1ec-datepicker-years").find("th:eq(1)").text(n+"-"+(n+9)).end().find("td");n-=1;var N=e.map(this.dates,function(e){return e.getUTCFullYear()}),C;for(var k=-1;k<11;k++)C=["ai1ec-year"],k===-1?C.push("ai1ec-old"):k===10&&C.push("ai1ec-new"),e.inArray(n,N)!==-1&&C.push("ai1ec-active"),(n<s||n>u)&&C.push("ai1ec-disabled"),m+='<span class="'+C.join(" ")+'">'+n+"</span>",n+=1;T.html(m)},updateNavArrows:function(){if(!this._allow_update)return;var e=new Date(this.viewDate),t=e.getUTCFullYear(),n=e.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()&&n<=this.o.startDate.getUTCMonth()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()&&n>=this.o.endDate.getUTCMonth()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"});break;case 1:case 2:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"})}},click:function(t){t.preventDefault();var n=e(t.target).closest("span, td, th"),i,s,o;if(n.length==1)switch(n[0].nodeName.toLowerCase()){case"th":switch(n[0].className){case"ai1ec-datepicker-switch":this.showMode(1);break;case"ai1ec-prev":case"ai1ec-next":var u=v.modes[this.viewMode].navStep*(n[0].className=="ai1ec-prev"?-1:1);switch(this.viewMode){case 0:this.viewDate=this.moveMonth(this.viewDate,u),this._trigger("changeMonth",this.viewDate);break;case 1:case 2:this.viewDate=this.moveYear(this.viewDate,u),this.viewMode===1&&this._trigger("changeYear",this.viewDate)}this.fill();break;case"ai1ec-today":var a=new Date;a=r(a.getFullYear(),a.getMonth(),a.getDate(),0,0,0),this.showMode(-2);var f=this.o.todayBtn=="linked"?null:"view";this._setDate(a,f);break;case"ai1ec-clear":var l;this.isInput?l=this.element:this.component&&(l=this.element.find("input")),l&&l.val("").change(),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()}break;case"span":n.is(".ai1ec-disabled")||(this.viewDate.setUTCDate(1),n.is(".ai1ec-month")?(o=1,s=n.parent().find("span").index(n),i=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(s),this._trigger("changeMonth",this.viewDate),this.o.minViewMode===1&&this._setDate(r(i,s,o))):(o=1,s=0,i=parseInt(n.text(),10)||0,this.viewDate.setUTCFullYear(i),this._trigger("changeYear",this.viewDate),this.o.minViewMode===2&&this._setDate(r(i,s,o))),this.showMode(-1),this.fill());break;case"td":n.is(".ai1ec-day")&&!n.is(".ai1ec-disabled")&&(o=parseInt(n.text(),10)||1,i=this.viewDate.getUTCFullYear(),s=this.viewDate.getUTCMonth(),n.is(".ai1ec-old")?s===0?(s=11,i-=1):s-=1:n.is(".ai1ec-new")&&(s==11?(s=0,i+=1):s+=1),this._setDate(r(i,s,o)))}this.picker.is(":visible")&&this._focused_from&&e(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(e){var t=this.dates.contains(e);e?t!==-1?this.dates.remove(t):this.dates.push(e):this.dates.clear();if(typeof this.o.multidate=="number")while(this.dates.length>this.o.multidate)this.dates.remove(0)},_setDate:function(e,t){(!t||t=="date")&&this._toggle_multidate(e&&new Date(e));if(!t||t=="view")this.viewDate=e&&new Date(e);this.fill(),this.setValue(),this._trigger("changeDate");var n;this.isInput?n=this.element:this.component&&(n=this.element.find("input")),n&&n.change(),this.o.autoclose&&(!t||t=="date")&&this.hide()},moveMonth:function(e,t){if(!e)return undefined;if(!t)return e;var n=new Date(e.valueOf()),r=n.getUTCDate(),i=n.getUTCMonth(),s=Math.abs(t),o,u;t=t>0?1:-1;if(s==1){u=t==-1?function(){return n.getUTCMonth()==i}:function(){return n.getUTCMonth()!=o},o=i+t,n.setUTCMonth(o);if(o<0||o>11)o=(o+12)%12}else{for(var a=0;a<s;a++)n=this.moveMonth(n,t);o=n.getUTCMonth(),n.setUTCDate(r),u=function(){return o!=n.getUTCMonth()}}while(u())n.setUTCDate(--r),n.setUTCMonth(o);return n},moveYear:function(e,t){return this.moveMonth(e,t*12)},dateWithinRange:function(e){return e>=this.o.startDate&&e<=this.o.endDate},keydown:function(e){if(this.picker.is(":not(:visible)")){e.keyCode==27&&this.show();return}var t=!1,n,r,s,o=this.focusDate||this.viewDate;switch(e.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),e.preventDefault();break;case 37:case 39:if(!this.o.keyboardNavigation)break;n=e.keyCode==37?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n),s=new Date(o),s.setUTCDate(o.getUTCDate()+n)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 38:case 40:if(!this.o.keyboardNavigation)break;n=e.keyCode==38?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n*7),s=new Date(o),s.setUTCDate(o.getUTCDate()+n*7)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 32:break;case 13:o=this.focusDate||this.dates.get(-1)||this.viewDate,this._toggle_multidate(o),t=!0,this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(e.preventDefault(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}if(t){this.dates.length?this._trigger("changeDate"):this._trigger("clearDate");var u;this.isInput?u=this.element:this.component&&(u=this.element.find("input")),u&&u.change()}},showMode:function(e){e&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(2,this.viewMode+e))),this.picker.find(">div").hide().filter(".ai1ec-datepicker-"+v.modes[this.viewMode].clsName).css("display","block"),this.updateNavArrows()}};var a=function(t,n){this.element=e(t),this.inputs=e.map(n.inputs,function(e){return e.jquery?e[0]:e}),delete n.inputs,e(this.inputs).datepicker(n).bind("changeDate",e.proxy(this.dateUpdated,this)),this.pickers=e.map(this.inputs,function(t){return e(t).data("datepicker")}),this.updateDates()};a.prototype={updateDates:function(){this.dates=e.map(this.pickers,function(e){return e.getUTCDate()}),this.updateRanges()},updateRanges:function(){var t=e.map(this.dates,function(e){return e.valueOf()});e.each(this.pickers,function(e,n){n.setRange(t)})},dateUpdated:function(t){if(this.updating)return;this.updating=!0;var n=e(t.target).data("datepicker"),r=n.getUTCDate(),i=e.inArray(t.target,this.inputs),s=this.inputs.length;if(i==-1)return;e.each(this.pickers,function(e,t){t.getUTCDate()||t.setUTCDate(r)});if(r<this.dates[i])while(i>=0&&r<this.dates[i])this.pickers[i--].setUTCDate(r);else if(r>this.dates[i])while(i<s&&r>this.dates[i])this.pickers[i++].setUTCDate(r);this.updateDates(),delete this.updating},remove:function(){e.map(this.pickers,function(e){e.remove()}),delete this.element.data().datepicker}};var c=e.fn.datepicker;e.fn.datepicker=function(t){var n=Array.apply(null,arguments);n.shift();var r;return this.each(function(){var i=e(this),s=i.data("datepicker"),o=typeof t=="object"&&t;if(!s){var c=f(this,"date"),p=e.extend({},h,c,o),d=l(p.language),v=e.extend({},h,d,c,o);if(i.is(".ai1ec-input-daterange")||v.inputs){var m={inputs:v.inputs||i.find("input").toArray()};i.data("datepicker",s=new a(this,e.extend(v,m)))}else i.data("datepicker",s=new u(this,v))}if(typeof t=="string"&&typeof s[t]=="function"){r=s[t].apply(s,n);if(r!==undefined)return!1}}),r!==undefined?r:this};var h=e.fn.datepicker.defaults={autoclose:!1,beforeShowDay:e.noop,calendarWeeks:!1,clearBtn:!1,daysOfWeekDisabled:[],endDate:Infinity,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-Infinity,startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0},p=e.fn.datepicker.locale_opts=["format","rtl","weekStart"];e.fn.datepicker.Constructor=u;var d=e.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear"}},v={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],isLeapYear:function(e){return e%4===0&&e%100!==0||e%400===0},getDaysInMonth:function(e,t){return[31,v.isLeapYear(e)?29:28,31,30,31,30,31,31,30,31,30,31][t]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\[\u3400-\u9fff-`{-~\t\n\r]+/g,parseFormat:function(e){var t=e.replace(this.validParts,"\0").split("\0"),n=e.match(this.validParts);if(!t||!t.length||!n||n.length===0)throw new Error("Invalid date format.");return{separators:t,parts:n}},parseDate:function(t,n,i){if(!t)return undefined;if(t instanceof Date)return t;typeof n=="string"&&(n=v.parseFormat(n));if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(t)){var s=/([\-+]\d+)([dmwy])/,o=t.match(/([\-+]\d+)([dmwy])/g),a,f;t=new Date;for(var l=0;l<o.length;l++){a=s.exec(o[l]),f=parseInt(a[1]);switch(a[2]){case"d":t.setUTCDate(t.getUTCDate()+f);break;case"m":t=u.prototype.moveMonth.call(u.prototype,t,f);break;case"w":t.setUTCDate(t.getUTCDate()+f*7);break;case"y":t=u.prototype.moveYear.call(u.prototype,t,f)}}return r(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),0,0,0)}var o=t&&t.match(this.nonpunctuation)||[],t=new Date,c={},h=["yyyy","yy","M","MM","m","mm","d","dd"],p={yyyy:function(e,t){return e.setUTCFullYear(t)},yy:function(e,t){return e.setUTCFullYear(2e3+t)},m:function(e,t){if(isNaN(e))return e;t-=1;while(t<0)t+=12;t%=12,e.setUTCMonth(t);while(e.getUTCMonth()!=t)e.setUTCDate(e.getUTCDate()-1);return e},d:function(e,t){return e.setUTCDate(t)}},m,g,a;p.M=p.MM=p.mm=p.m,p.dd=p.d,t=r(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0);var y=n.parts.slice();o.length!=y.length&&(y=e(y).filter(function(t,n){return e.inArray(n,h)!==-1}).toArray());if(o.length==y.length){for(var l=0,b=y.length;l<b;l++){m=parseInt(o[l],10),a=y[l];if(isNaN(m))switch(a){case"MM":g=e(d[i].months).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].months)+1;break;case"M":g=e(d[i].monthsShort).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].monthsShort)+1}c[a]=m}for(var l=0,w,E;l<h.length;l++)E=h[l],E in c&&!isNaN(c[E])&&(w=new Date(t),p[E](w,c[E]),isNaN(w)||(t=w))}return t},formatDate:function(t,n,r){if(!t)return"";typeof n=="string"&&(n=v.parseFormat(n));var i={d:t.getUTCDate(),D:d[r].daysShort[t.getUTCDay()],DD:d[r].days[t.getUTCDay()],m:t.getUTCMonth()+1,M:d[r].monthsShort[t.getUTCMonth()],MM:d[r].months[t.getUTCMonth()],yy:t.getUTCFullYear().toString().substring(2),yyyy:t.getUTCFullYear()};i.dd=(i.d<10?"0":"")+i.d,i.mm=(i.m<10?"0":"")+i.m;var t=[],s=e.extend([],n.separators);for(var o=0,u=n.parts.length;o<=u;o++)s.length&&t.push(s.shift()),t.push(i[n.parts[o]]);return t.join("")},headTemplate:'<thead><tr><th class="ai1ec-prev"><i class="ai1ec-fa ai1ec-fa-arrow-left"></i></th><th colspan="5" class="ai1ec-datepicker-switch"></th><th class="ai1ec-next"><i class="ai1ec-fa ai1ec-fa-arrow-right"></i></th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="ai1ec-today"></th></tr><tr><th colspan="7" class="ai1ec-clear"></th></tr></tfoot>'};v.template='<div class="timely ai1ec-datepicker"><div class="ai1ec-datepicker-days"><table class=" ai1ec-table-condensed">'+v.headTemplate+"<tbody></tbody>"+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-months">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-years">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+"</div>",e.fn.datepicker.DPGlobal=v,e.fn.datepicker.noConflict=function(){return e.fn.datepicker=c,this},e(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(t){var n=e(this);if(n.data("datepicker"))return;t.preventDefault(),n.datepicker("show")}),e(function(){e('[data-provide="datepicker-inline"]').datepicker()});for(var m=2,g=arguments.length;m<g;m++)arguments[m].localize()}),timely.define("external_libs/bootstrap/transition",["jquery_timely"],function(e){function t(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in t)if(e.style[n]!==undefined)return{end:t[n]}}e.fn.emulateTransitionEnd=function(t){var n=!1,r=this;e(this).one(e.support.transition.end,function(){n=!0});var i=function(){n||e(r).trigger(e.support.transition.end)};return setTimeout(i,t),this},e(function(){e.support.transition=t()})}),timely.define("external_libs/bootstrap/collapse",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r),this.transitioning=null,this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.DEFAULTS={toggle:!0},t.prototype.dimension=function(){var e=this.$element.hasClass("ai1ec-width");return e?"width":"height"},t.prototype.show=function(){if(this.transitioning||this.$element.hasClass("ai1ec-in"))return;var t=e.Event("show.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.$parent&&this.$parent.find("> .ai1ec-panel > .ai1ec-in");if(n&&n.length){var r=n.data("bs.collapse");if(r&&r.transitioning)return;n.collapse("hide"),r||n.data("bs.collapse",null)}var i=this.dimension();this.$element.removeClass("ai1ec-collapse").addClass("ai1ec-collapsing")[i](0),this.transitioning=1;var s=function(){this.$element.removeClass("ai1ec-collapsing").addClass("ai1ec-in")[i]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);var o=e.camelCase(["scroll",i].join("-"));this.$element.one(e.support.transition.end,e.proxy(s,this)).emulateTransitionEnd(350)[i](this.$element[0][o])},t.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass("ai1ec-in"))return;var t=e.Event("hide.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("ai1ec-collapsing").removeClass("ai1ec-collapse").removeClass("ai1ec-in"),this.transitioning=1;var r=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("ai1ec-collapsing").addClass("ai1ec-collapse")};if(!e.support.transition)return r.call(this);this.$element[n](0).one(e.support.transition.end,e.proxy(r,this)).emulateTransitionEnd(350)},t.prototype.toggle=function(){this[this.$element.hasClass("ai1ec-in")?"hide":"show"]()};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("bs.collapse"),s=e.extend({},t.DEFAULTS,r.data(),typeof n=="object"&&n);i||r.data("bs.collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.bs.collapse.data-api","[data-toggle=ai1ec-collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i),o=s.data("bs.collapse"),u=o?"toggle":n.data(),a=n.attr("data-parent"),f=a&&e(a);if(!o||!o.transitioning)f&&f.find('[data-toggle=ai1ec-collapse][data-parent="'+a+'"]').not(n).addClass("ai1ec-collapsed"),n[s.hasClass("ai1ec-in")?"addClass":"removeClass"]("ai1ec-collapsed");s.collapse(u)})}),timely.define("external_libs/bootstrap/modal",["jquery_timely"],function(e){var t=function(t,n){this.options=n,this.$element=e(t),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};t.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},t.prototype.toggle=function(e){return this[this.isShown?"hide":"show"](e)},t.prototype.show=function(t){var n=this,r=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(r);if(this.isShown||r.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="ai1ec-modal"]',e.proxy(this.hide,this)),this.backdrop(function(){var r=e.support.transition&&n.$element.hasClass("ai1ec-fade");n.$element.parent().length||n.$element.appendTo(document.body),n.$element.show(),r&&n.$element[0].offsetWidth,n.$element.addClass("ai1ec-in").attr("aria-hidden",!1),n.enforceFocus();var i=e.Event("shown.bs.modal",{relatedTarget:t});r?n.$element.find(".ai1ec-modal-dialog").one(e.support.transition.end,function(){n.$element.focus().trigger(i)}).emulateTransitionEnd(300):n.$element.focus().trigger(i)})},t.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,this.escape(),e(document).off("focusin.bs.modal"),this.$element.removeClass("ai1ec-in").attr("aria-hidden",!0).off("click.dismiss.modal"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$element.one(e.support.transition.end,e.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal()},t.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){this.$element[0]!==e.target&&!this.$element.has(e.target).length&&this.$element.focus()},this))},t.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",e.proxy(function(e){e.which==27&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},t.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.removeBackdrop(),e.$element.trigger("hidden.bs.modal")})},t.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},t.prototype.backdrop=function(t){var n=this,r=this.$element.hasClass("ai1ec-fade")?"ai1ec-fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="ai1ec-modal-backdrop '+r+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",e.proxy(function(e){if(e.target!==e.currentTarget)return;this.options.backdrop=="static"?this.$element[0].focus.call(this.$element[0]):this.hide.call(this)},this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("ai1ec-in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("ai1ec-in"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()):t&&t()};var n=e.fn.modal;e.fn.modal=function(n,r){return this.each(function(){var i=e(this),s=i.data("bs.modal"),o=e.extend({},t.DEFAULTS,i.data(),typeof n=="object"&&n);s||i.data("bs.modal",s=new t(this,o)),typeof n=="string"?s[n](r):o.show&&s.show(r)})},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.bs.modal.data-api",'[data-toggle="ai1ec-modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s,this).one("hide",function(){n.is(":visible")&&n.focus()})}),e(document).on("show.bs.modal",".ai1ec-modal",function(){e(document.body).addClass("ai1ec-modal-open")}).on("hidden.bs.modal",".ai1ec-modal",function(){e(document.body).removeClass("ai1ec-modal-open")})}),timely.define("external_libs/bootstrap/alert",["jquery_timely"],function(e){var t='[data-dismiss="ai1ec-alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed.bs.alert").remove()}var n=e(this),r=n.attr("data-target");r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));var i=e(r);t&&t.preventDefault(),i.length||(i=n.hasClass("ai1ec-alert")?n:n.parent()),i.trigger(t=e.Event("close.bs.alert"));if(t.isDefaultPrevented())return;i.removeClass("ai1ec-in"),e.support.transition&&i.hasClass("ai1ec-fade")?i.one(e.support.transition.end,s).emulateTransitionEnd(150):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("bs.alert");i||r.data("bs.alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.bs.alert.data-api",t,n.prototype.close)}),timely.define("external_libs/select2",["jquery_timely"],function(e){(function(e){typeof e.fn.each2=="undefined"&&e.fn.extend({each2:function(t){var n=e([0]),r=-1,i=this.length;while(++r<i&&(n.context=n[0]=this[r])&&t.call(n[0],r,n)!==!1);return this}})})(e),function(e,t){function l(e,t){var n=0,r=t.length;for(;n<r;n+=1)if(c(e,t[n]))return n;return-1}function c(e,n){return e===n?!0:e===t||n===t?!1:e===null||n===null?!1:e.constructor===String?e===n+"":n.constructor===String?n===e+"":!1}function h(t,n){var r,i,s;if(t===null||t.length<1)return[];r=t.split(n);for(i=0,s=r.length;i<s;i+=1)r[i]=e.trim(r[i]);return r}function p(e){return e.outerWidth(!1)-e.width()}function d(n){var r="keyup-change-value";n.bind("keydown",function(){e.data(n,r)===t&&e.data(n,r,n.val())}),n.bind("keyup",function(){var i=e.data(n,r);i!==t&&n.val()!==i&&(e.removeData(n,r),n.trigger("keyup-change"))})}function v(n){n.bind("mousemove",function(n){var r=a;(r===t||r.x!==n.pageX||r.y!==n.pageY)&&e(n.target).trigger("mousemove-filtered",n)})}function m(e,n,r){r=r||t;var i;return function(){var t=arguments;window.clearTimeout(i),i=window.setTimeout(function(){n.apply(r,t)},e)}}function g(e){var t=!1,n;return function(){return t===!1&&(n=e(),t=!0),n}}function y(e,t){var n=m(e,function(e){t.trigger("scroll-debounced",e)});t.bind("scroll",function(e){l(e.target,t.get())>=0&&n(e)})}function b(e){if(e[0]===document.activeElement)return;window.setTimeout(function(){var t=e[0],n=e.val().length,r;e.focus(),t.setSelectionRange?t.setSelectionRange(n,n):t.createTextRange&&(r=t.createTextRange(),r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",n),r.select())},0)}function w(e){e.preventDefault(),e.stopPropagation()}function E(e){e.preventDefault(),e.stopImmediatePropagation()}function S(t){if(!u){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);u=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"}),u.attr("class","select2-sizer"),e("body").append(u)}return u.text(t.val()),u.width()}function x(t,n,r){var i,s=[],o;i=t.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")===0&&s.push(this)}),i=n.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")!==0&&(o=r(this),typeof o=="string"&&o.length>0&&s.push(this))}),t.attr("class",s.join(" "))}function T(e,t,n,r){var i=e.toUpperCase().indexOf(t.toUpperCase()),s=t.length;if(i<0){n.push(r(e));return}n.push(r(e.substring(0,i))),n.push("<span class='select2-match'>"),n.push(r(e.substring(i,i+s))),n.push("</span>"),n.push(r(e.substring(i+s,e.length)))}function N(t){var n,r=0,i=null,s=t.quietMillis||100,o=t.url,u=this;return function(a){window.clearTimeout(n),n=window.setTimeout(function(){r+=1;var n=r,s=t.data,f=o,l=t.transport||e.ajax,c=t.type||"GET",h={};s=s?s.call(u,a.term,a.page,a.context):null,f=typeof f=="function"?f.call(u,a.term,a.page,a.context):f,null!==i&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(h,t.params.call(u)):e.extend(h,t.params)),e.extend(h,{url:f,dataType:t.dataType,data:s,type:c,cache:!1,success:function(e){if(n<r)return;var i=t.results(e,a.page);a.callback(i)}}),i=l.call(u,h)},s)}}function C(t){var n=t,r,i,s=function(e){return""+e.text};e.isArray(n)&&(i=n,n={results:i}),e.isFunction(n)===!1&&(i=n,n=function(){return i});var o=n();return o.text&&(s=o.text,e.isFunction(s)||(r=n.text,s=function(e){return e[r]})),function(t){var r=t.term,i={results:[]},o;if(r===""){t.callback(n());return}o=function(n,i){var u,a;n=n[0];if(n.children){u={};for(a in n)n.hasOwnProperty(a)&&(u[a]=n[a]);u.children=[],e(n.children).each2(function(e,t){o(t,u.children)}),(u.children.length||t.matcher(r,s(u),n))&&i.push(u)}else t.matcher(r,s(n),n)&&i.push(n)},e(n().results).each2(function(e,t){o(t,i.results)}),t.callback(i)}}function k(n){var r=e.isFunction(n);return function(i){var s=i.term,o={results:[]};e(r?n():n).each(function(){var e=this.text!==t,n=e?this.text:this;(s===""||i.matcher(s,n))&&o.results.push(e?this:{id:this,text:this})}),i.callback(o)}}function L(t,n){if(e.isFunction(t))return!0;if(!t)return!1;throw new Error("formatterName must be a function or a falsy value")}function A(t){return e.isFunction(t)?t():t}function O(t){var n=0;return e.each(t,function(e,t){t.children?n+=O(t.children):n++}),n}function M(e,n,r,i){var s=e,o=!1,u,a,f,l,h;if(!i.createSearchChoice||!i.tokenSeparators||i.tokenSeparators.length<1)return t;for(;;){a=-1;for(f=0,l=i.tokenSeparators.length;f<l;f++){h=i.tokenSeparators[f],a=e.indexOf(h);if(a>=0)break}if(a<0)break;u=e.substring(0,a),e=e.substring(a+h.length);if(u.length>0){u=i.createSearchChoice(u,n);if(u!==t&&u!==null&&i.id(u)!==t&&i.id(u)!==null){o=!1;for(f=0,l=n.length;f<l;f++)if(c(i.id(u),i.id(n[f]))){o=!0;break}o||r(u)}}}if(s!==e)return e}function _(t,n){var r=function(){};return r.prototype=new t,r.prototype.constructor=r,r.prototype.parent=t.prototype,r.prototype=e.extend(r.prototype,n),r}var n,r,i,s,o,u,a,f;n={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){e=e.which?e.which:e;switch(e){case n.LEFT:case n.RIGHT:case n.UP:case n.DOWN:return!0}return!1},isControl:function(e){var t=e.which;switch(t){case n.SHIFT:case n.CTRL:case n.ALT:return!0}return e.metaKey?!0:!1},isFunctionKey:function(e){return e=e.which?e.which:e,e>=112&&e<=123}},f=e(document),o=function(){var e=1;return function(){return e++}}(),f.bind("mousemove",function(e){a={x:e.pageX,y:e.pageY}}),r=_(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(n){var r,i,s=".select2-results",u;this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==t&&n.element.data("select2")!==null&&this.destroy(),this.enabled=!0,this.container=this.createContainer(),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+o()),this.containerSelector="#"+this.containerId.replace(/([;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.body=g(function(){return n.element.closest("body")}),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.css(A(n.containerCss)),this.container.addClass(A(n.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabIndex"),this.opts.element.data("select2",this).addClass("select2-offscreen").bind("focus.select2",function(){e(this).select2("focus")}).attr("tabIndex","-1").before(this.container),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),this.dropdown.addClass(A(n.dropdownCssClass)),this.dropdown.data("select2",this),this.results=r=this.container.find(s),this.search=i=this.container.find("input.select2-input"),i.attr("tabIndex",this.elementTabIndex),this.resultsPage=0,this.context=null,this.initContainer(),v(this.results),this.dropdown.delegate(s,"mousemove-filtered touchstart touchmove touchend",this.bind(this.highlightUnderEvent)),y(80,this.results),this.dropdown.delegate(s,"scroll-debounced",this.bind(this.loadMoreIfNeeded)),e.fn.mousewheel&&r.mousewheel(function(e,t,n,i){var s=r.scrollTop(),o;i>0&&s-i<=0?(r.scrollTop(0),w(e)):i<0&&r.get(0).scrollHeight-r.scrollTop()+i<=r.height()&&(r.scrollTop(r.get(0).scrollHeight-r.height()),w(e))}),d(i),i.bind("keyup-change input paste",this.bind(this.updateResults)),i.bind("focus",function(){i.addClass("select2-focused")}),i.bind("blur",function(){i.removeClass("select2-focused")}),this.dropdown.delegate(s,"mouseup",this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.bind("click mouseup mousedown",function(e){e.stopPropagation()}),e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),(n.element.is(":disabled")||n.element.is("[readonly='readonly']"))&&this.disable()},destroy:function(){var e=this.opts.element.data("select2");this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),e!==t&&(e.container.remove(),e.dropdown.remove(),e.opts.element.removeClass("select2-offscreen").removeData("select2").unbind(".select2").attr({tabIndex:this.elementTabIndex}).show())},prepareOpts:function(n){var r,i,s,o;r=n.element,r.get(0).tagName.toLowerCase()==="select"&&(this.select=i=n.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),n=e.extend({},{populateResults:function(r,i,s){var o,u,a,f,l=this.opts.id,c=this;o=function(r,i,u){var a,f,h,p,d,v,m,g,y,b;r=n.sortResults(r,i,s);for(a=0,f=r.length;a<f;a+=1)h=r[a],d=h.disabled===!0,p=!d&&l(h)!==t,v=h.children&&h.children.length>0,m=e("<li></li>"),m.addClass("select2-results-dept-"+u),m.addClass("select2-result"),m.addClass(p?"select2-result-selectable":"select2-result-unselectable"),d&&m.addClass("select2-disabled"),v&&m.addClass("select2-result-with-children"),m.addClass(c.opts.formatResultCssClass(h)),g=e(document.createElement("div")),g.addClass("select2-result-label"),b=n.formatResult(h,g,s,c.opts.escapeMarkup),b!==t&&g.html(b),m.append(g),v&&(y=e("<ul></ul>"),y.addClass("select2-result-sub"),o(h.children,y,u+1),m.append(y)),m.data("select2-data",h),i.append(m)},o(i,r,0)}},e.fn.select2.defaults,n),typeof n.id!="function"&&(s=n.id,n.id=function(e){return e[s]});if(e.isArray(n.element.data("select2Tags"))){if("tags"in n)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+n.element.attr("id");n.tags=n.element.attr("data-select2-tags")}i?(n.query=this.bind(function(n){var i={results:[],more:!1},s=n.term,o,u,a;a=function(e,t){var r;e.is("option")?n.matcher(s,e.text(),e)&&t.push({id:e.attr("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:c(e.attr("disabled"),"disabled")}):e.is("optgroup")&&(r={text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")},e.children().each2(function(e,t){a(t,r.children)}),r.children.length>0&&t.push(r))},o=r.children(),this.getPlaceholder()!==t&&o.length>0&&(u=o[0],e(u).text()===""&&(o=o.not(u))),o.each2(function(e,t){a(t,i.results)}),n.callback(i)}),n.id=function(e){return e.id},n.formatResultCssClass=function(e){return e.css}):"query"in n||("ajax"in n?(o=n.element.data("ajax-url"),o&&o.length>0&&(n.ajax.url=o),n.query=N.call(n.element,n.ajax)):"data"in n?n.query=C(n.data):"tags"in n&&(n.query=k(n.tags),n.createSearchChoice===t&&(n.createSearchChoice=function(e){return{id:e,text:e}}),n.initSelection===t&&(n.initSelection=function(t,r){var i=[];e(h(t.val(),n.separator)).each(function(){var t=this,r=this,s=n.tags;e.isFunction(s)&&(s=s()),e(s).each(function(){if(c(this.id,t))return r=this.text,!1}),i.push({id:t,text:r})}),r(i)})));if(typeof n.query!="function")throw"query function not defined for Select2 "+n.element.attr("id");return n},monitorSource:function(){var e=this.opts.element,t;e.bind("change.select2",this.bind(function(e){this.opts.element.data("select2-change-triggered")!==!0&&this.initSelection()})),t=this.bind(function(){var e,t,n=this;e=this.opts.element.attr("disabled")!=="disabled",t=this.opts.element.attr("readonly")==="readonly",e=e&&!t,this.enabled!==e&&(e?this.enable():this.disable()),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(A(this.opts.containerCssClass)),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(A(this.opts.dropdownCssClass))}),e.bind("propertychange.select2 DOMAttrModified.select2",t),typeof WebKitMutationObserver!="undefined"&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new WebKitMutationObserver(function(e){e.forEach(t)}),this.propertyObserver.observe(e.get(0),{attributes:!0,subtree:!1}))},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},enable:function(){if(this.enabled)return;this.enabled=!0,this.container.removeClass("select2-container-disabled"),this.opts.element.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.close(),this.enabled=!1,this.container.addClass("select2-container-disabled"),this.opts.element.attr("disabled","disabled")},opened:function(){return this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t=this.container.offset(),n=this.container.outerHeight(!1),r=this.container.outerWidth(!1),i=this.dropdown.outerHeight(!1),s=e(window).scrollLeft()+e(window).width(),o=e(window).scrollTop()+e(window).height(),u=t.top+n,a=t.left,f=u+i<=o,l=t.top-i>=this.body().scrollTop(),c=this.dropdown.outerWidth(!1),h=a+c<=s,p=this.dropdown.hasClass("select2-drop-above"),d,v,m;this.body().css("position")!=="static"&&(d=this.body().offset(),u-=d.top,a-=d.left),p?(v=!0,!l&&f&&(v=!1)):(v=!1,!f&&l&&(v=!0)),h||(a=t.left+r-c),v?(u=t.top-i,this.container.addClass("select2-drop-above"),this.dropdown.addClass("select2-drop-above")):(this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")),m=e.extend({top:u,left:a,width:r},A(this.opts.dropdownCss)),this.dropdown.css(m)},shouldOpen:function(){var t;return this.opened()?!1:(t=e.Event("opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return this.shouldOpen()?(window.setTimeout(this.bind(this.opening),1),!0):!1},opening:function(){var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t,s;this.clearDropdownAlignmentPreference(),this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.dropdown[0]!==this.body().children().last()[0]&&this.dropdown.detach().appendTo(this.body()),this.updateResults(!0),s=e("#select2-drop-mask"),s.length==0&&(s=e(document.createElement("div")),s.attr("id","select2-drop-mask").attr("class","select2-drop-mask"),s.hide(),s.appendTo(this.body()),s.bind("mousedown touchstart",function(t){var n=e("#select2-drop"),r;n.length>0&&(r=n.data("select2"),r.opts.selectOnBlur&&r.selectHighlighted({noFocus:!0}),r.close())})),this.dropdown.prev()[0]!==s[0]&&this.dropdown.before(s),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),s.css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),s.show(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active"),this.ensureHighlightVisible();var o=this;this.container.parents().add(window).each(function(){e(this).bind(r+" "+n+" "+i,function(t){e("#select2-drop-mask").css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),o.positionDropdown()})}),this.focusSearch()},close:function(){if(!this.opened())return;var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).unbind(n).unbind(r).unbind(i)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open"),this.results.empty(),this.clearSearch(),this.opts.element.trigger(e.Event("close"))},clearSearch:function(){},getMaximumSelectionSize:function(){return A(this.opts.maximumSelectionSize)},ensureHighlightVisible:function(){var t=this.results,n,r,i,s,o,u,a;r=this.highlight();if(r<0)return;if(r==0){t.scrollTop(0);return}n=this.findHighlightableChoices(),i=e(n[r]),s=i.offset().top+i.outerHeight(!0),r===n.length-1&&(a=t.find("li.select2-more-results"),a.length>0&&(s=a.offset().top+a.outerHeight(!0))),o=t.offset().top+t.outerHeight(!0),s>o&&t.scrollTop(t.scrollTop()+(s-o)),u=i.offset().top-t.offset().top,u<0&&i.css("display")!="none"&&t.scrollTop(t.scrollTop()+u)},findHighlightableChoices:function(){var e=this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)");return this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)")},moveHighlight:function(t){var n=this.findHighlightableChoices(),r=this.highlight();while(r>-1&&r<n.length){r+=t;var i=e(n[r]);if(i.hasClass("select2-result-selectable")&&!i.hasClass("select2-disabled")&&!i.hasClass("select2-selected")){this.highlight(r);break}}},highlight:function(t){var n=this.findHighlightableChoices(),r,i;if(arguments.length===0)return l(n.filter(".select2-highlighted")[0],n.get());t>=n.length&&(t=n.length-1),t<0&&(t=0),this.results.find(".select2-highlighted").removeClass("select2-highlighted"),r=e(n[t]),r.addClass("select2-highlighted"),this.ensureHighlightVisible(),i=r.data("select2-data"),i&&this.opts.element.trigger({type:"highlight",val:this.id(i),choice:i})},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var r=this.findHighlightableChoices();this.highlight(r.index(n))}else n.length==0&&this.results.find(".select2-highlighted").removeClass("select2-highlighted")},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n,r=-1,i=this.resultsPage+1,s=this,o=this.search.val(),u=this.context;if(t.length===0)return;n=t.offset().top-e.offset().top-e.height(),n<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:o,page:i,context:u,matcher:this.opts.matcher,callback:this.bind(function(n){if(!s.opened())return;s.opts.populateResults.call(this,e,n.results,{term:o,page:i,context:u}),n.more===!0?(t.detach().appendTo(e).text(s.opts.formatLoadMore(i+1)),window.setTimeout(function(){s.loadMoreIfNeeded()},10)):t.remove(),s.positionDropdown(),s.resultsPage=i,s.context=n.context})}))},tokenize:function(){},updateResults:function(n){function f(){i.scrollTop(0),r.removeClass("select2-active"),u.positionDropdown()}function l(e){i.html(e),f()}var r=this.search,i=this.results,s=this.opts,o,u=this,a;if(n!==!0&&(this.showSearchInput===!1||!this.opened()))return;r.addClass("select2-active");var h=this.getMaximumSelectionSize();if(h>=1){o=this.data();if(e.isArray(o)&&o.length>=h&&L(s.formatSelectionTooBig,"formatSelectionTooBig")){l("<li class='select2-selection-limit'>"+s.formatSelectionTooBig(h)+"</li>");return}}if(r.val().length<s.minimumInputLength){L(s.formatInputTooShort,"formatInputTooShort")?l("<li class='select2-no-results'>"+s.formatInputTooShort(r.val(),s.minimumInputLength)+"</li>"):l("");return}s.formatSearching()&&n===!0&&l("<li class='select2-searching'>"+s.formatSearching()+"</li>");if(s.maximumInputLength&&r.val().length>s.maximumInputLength){L(s.formatInputTooLong,"formatInputTooLong")?l("<li class='select2-no-results'>"+s.formatInputTooLong(r.val(),s.maximumInputLength)+"</li>"):l("");return}a=this.tokenize(),a!=t&&a!=null&&r.val(a),this.resultsPage=1,s.query({element:s.element,term:r.val(),page:this.resultsPage,context:null,matcher:s.matcher,callback:this.bind(function(o){var a;if(!this.opened())return;this.context=o.context===t?null:o.context,this.opts.createSearchChoice&&r.val()!==""&&(a=this.opts.createSearchChoice.call(null,r.val(),o.results),a!==t&&a!==null&&u.id(a)!==t&&u.id(a)!==null&&e(o.results).filter(function(){return c(u.id(this),u.id(a))}).length===0&&o.results.unshift(a));if(o.results.length===0&&L(s.formatNoMatches,"formatNoMatches")){l("<li class='select2-no-results'>"+s.formatNoMatches(r.val())+"</li>");return}i.empty(),u.opts.populateResults.call(this,i,o.results,{term:r.val(),page:this.resultsPage,context:null}),o.more===!0&&L(s.formatLoadMore,"formatLoadMore")&&(i.append("<li class='select2-more-results'>"+u.opts.escapeMarkup(s.formatLoadMore(this.resultsPage))+"</li>"),window.setTimeout(function(){u.loadMoreIfNeeded()},10)),this.postprocessResults(o,n),f()})})},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){b(this.search)},selectHighlighted:function(e){var t=this.highlight(),n=this.results.find(".select2-highlighted"),r=n.closest(".select2-result").data("select2-data");r&&(this.highlight(t),this.onSelect(r,e))},getPlaceholder:function(){return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder},initContainerWidth:function(){function n(){var n,r,i,s,o;if(this.opts.width==="off")return null;if(this.opts.width==="element")return this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px";if(this.opts.width==="copy"||this.opts.width==="resolve"){n=this.opts.element.attr("style");if(n!==t){r=n.split(";");for(s=0,o=r.length;s<o;s+=1){i=r[s].replace(/\s/g,"").match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);if(i!==null&&i.length>=1)return i[1]}}return this.opts.width==="resolve"?(n=this.opts.element.css("width"),n.indexOf("%")>0?n:this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px"):null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}var r=n.call(this);r!==null&&this.container.css("width",r)}}),i=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container"}).html(["<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>"," <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>"," <div><b></b></div>","</a>","<input class='select2-focusser select2-offscreen' type='text'/>","<div class='select2-drop' style='display:none'>"," <div class='select2-search'>"," <input type='text' autocomplete='off' class='select2-input'/>"," </div>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.focusser.attr("disabled","disabled")},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.focusser.removeAttr("disabled")},opening:function(){this.parent.opening.apply(this,arguments),this.focusser.attr("disabled","disabled"),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments),this.focusser.removeAttr("disabled"),b(this.focusser)},focus:function(){this.opened()?this.close():(this.focusser.removeAttr("disabled"),this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.removeAttr("disabled"),this.focusser.focus()},initContainer:function(){var e,t=this.container,r=this.dropdown,i=!1;this.showSearch(this.opts.minimumResultsForSearch>=0),this.selection=e=t.find(".select2-choice"),this.focusser=t.find(".select2-focusser"),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN){w(e);return}switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.TAB:case n.ENTER:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}})),this.focusser.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.ESC)return;if(this.opts.openOnEnter===!1&&e.which===n.ENTER){w(e);return}if(e.which==n.DOWN||e.which==n.UP||e.which==n.ENTER&&this.opts.openOnEnter){this.open(),w(e);return}if(e.which==n.DELETE||e.which==n.BACKSPACE){this.opts.allowClear&&this.clear(),w(e);return}})),d(this.focusser),this.focusser.bind("keyup-change input",this.bind(function(e){if(this.opened())return;this.open(),this.showSearchInput!==!1&&this.search.val(this.focusser.val()),this.focusser.val(""),w(e)})),e.delegate("abbr","mousedown",this.bind(function(e){if(!this.enabled)return;this.clear(),E(e),this.close(),this.selection.focus()})),e.bind("mousedown",this.bind(function(e){i=!0,this.opened()?this.close():this.enabled&&this.open(),w(e),i=!1})),r.bind("mousedown",this.bind(function(){this.search.focus()})),e.bind("focus",this.bind(function(e){w(e)})),this.focusser.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})).bind("blur",this.bind(function(){this.opened()||this.container.removeClass("select2-container-active")})),this.search.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.setPlaceholder()},clear:function(){var e=this.selection.data("select2-data");this.opts.element.val(""),this.selection.find("span").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),this.opts.element.trigger({type:"removed",val:this.id(e),choice:e}),this.triggerChange({removed:e})},initSelection:function(){var e;if(this.opts.element.val()===""&&this.opts.element.text()==="")this.close(),this.setPlaceholder();else{var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.setPlaceholder())})}},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(t,n){var r=t.find(":selected");e.isFunction(n)&&n({id:r.attr("value"),text:r.text(),element:r})}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=n.val();t.query({matcher:function(e,n,r){return c(i,t.id(r))},callback:e.isFunction(r)?function(e){r(e.results.length?e.results[0]:null)}:e.noop})}),t},getPlaceholder:function(){return this.select&&this.select.find("option").first().text()!==""?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.opts.element.val()===""&&e!==t){if(this.select&&this.select.find("option:first").text()!=="")return;this.selection.find("span").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.selection.find("abbr").hide()}},postprocessResults:function(e,t){var n=0,r=this,i=!0;this.findHighlightableChoices().each2(function(e,t){if(c(r.id(t.data("select2-data")),r.opts.element.val()))return n=e,!1}),this.highlight(n);if(t===!0){var s=this.opts.minimumResultsForSearch;i=s<0?!1:O(e.results)>=s,this.showSearch(i)}},showSearch:function(t){this.showSearchInput=t,this.dropdown.find(".select2-search")[t?"removeClass":"addClass"]("select2-search-hidden"),e(this.dropdown,this.container)[t?"addClass":"removeClass"]("select2-with-searchbox")},onSelect:function(e,t){var n=this.opts.element.val();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.close(),(!t||!t.noFocus)&&this.selection.focus(),c(n,this.id(e))||this.triggerChange()},updateSelection:function(e){var n=this.selection.find("span"),r;this.selection.data("select2-data",e),n.empty(),r=this.opts.formatSelection(e,n),r!==t&&n.append(this.opts.escapeMarkup(r)),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.selection.find("abbr").show()},val:function(){var e,n=!1,r=null,i=this;if(arguments.length===0)return this.opts.element.val();e=arguments[0],arguments.length>1&&(n=arguments[1]);if(this.select)this.select.val(e).find(":selected").each2(function(e,t){return r={id:t.attr("value"),text:t.text()},!1}),this.updateSelection(r),this.setPlaceholder(),n&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("cannot call val() if initSelection() is not defined");if(!e&&e!==0){this.clear(),n&&this.triggerChange();return}this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),n&&i.triggerChange()})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var n;if(arguments.length===0)return n=this.selection.data("select2-data"),n==t&&(n=null),n;!e||e===""?this.clear():(this.opts.element.val(e?this.id(e):""),this.updateSelection(e))}}),s=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container select2-container-multi"}).html([" <ul class='select2-choices'>"," <li class='select2-search-field'>"," <input type='text' autocomplete='off' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi' style='display:none;'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(e,t){var n=[];e.find(":selected").each2(function(e,t){n.push({id:t.attr("value"),text:t.text(),element:t[0]})}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=h(n.val(),t.separator);t.query({matcher:function(n,r,s){return e.grep(i,function(e){return c(e,t.id(s))}).length},callback:e.isFunction(r)?function(e){r(e.results)}:e.noop})}),t},initContainer:function(){var t=".select2-choices",r;this.searchContainer=this.container.find(".select2-search-field"),this.selection=r=this.container.find(t),this.search.bind("input paste",this.bind(function(){if(!this.enabled)return;this.opened()||this.open()})),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.BACKSPACE&&this.search.val()===""){this.close();var t,i=r.find(".select2-search-choice-focus");if(i.length>0){this.unselect(i.first()),this.search.width(10),w(e);return}t=r.find(".select2-search-choice:not(.select2-locked)"),t.length>0&&t.last().addClass("select2-search-choice-focus")}else r.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");if(this.opened())switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.ENTER:case n.TAB:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.BACKSPACE||e.which===n.ESC)return;if(e.which===n.ENTER){if(this.opts.openOnEnter===!1)return;if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return}this.open(),(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN)&&w(e)})),this.search.bind("keyup",this.bind(this.resizeSearch)),this.search.bind("blur",this.bind(function(e){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.opened()||this.clearSearch(),e.stopImmediatePropagation()})),this.container.delegate(t,"mousedown",this.bind(function(t){if(!this.enabled)return;if(e(t.target).closest(".select2-search-choice").length>0)return;this.clearPlaceholder(),this.open(),this.focusSearch(),t.preventDefault()})),this.container.delegate(t,"focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder()})),this.initContainerWidth(),this.clearSearch()},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.search.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.search.attr("disabled",!0)},initSelection:function(){var e;this.opts.element.val()===""&&this.opts.element.text()===""&&(this.updateSelection([]),this.close(),this.clearSearch());if(this.select||this.opts.element.val()!==""){var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder();e!==t&&this.getVal().length===0&&this.search.hasClass("select2-focused")===!1?(this.search.val(e).addClass("select2-default"),this.resizeSearch()):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.parent.opening.apply(this,arguments),this.clearPlaceholder(),this.resizeSearch(),this.focusSearch(),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus(),this.opts.element.triggerHandler("focus")},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],r=[],i=this;e(t).each(function(){l(i.id(this),n)<0&&(n.push(i.id(this)),r.push(this))}),t=r,this.selection.find(".select2-search-choice").remove(),e(t).each(function(){i.addSelectedChoice(this)}),i.postprocessResults()},tokenize:function(){var e=this.search.val();e=this.opts.tokenizer(e,this.data(),this.bind(this.onSelect),this.opts),e!=null&&e!=t&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.val().length>=this.getMaximumSelectionSize()&&this.updateResults(!0),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),(!t||!t.noFocus)&&this.focusSearch()},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var r=!n.locked,i=e("<li class='select2-search-choice'> <div></div> <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a></li>"),s=e("<li class='select2-search-choice select2-locked'><div></div></li>"),o=r?i:s,u=this.id(n),a=this.getVal(),f;f=this.opts.formatSelection(n,o.find("div")),f!=t&&o.find("div").replaceWith("<div>"+this.opts.escapeMarkup(f)+"</div>"),r&&o.find(".select2-search-choice-close").bind("mousedown",w).bind("click dblclick",this.bind(function(t){if(!this.enabled)return;e(t.target).closest(".select2-search-choice").fadeOut("fast",this.bind(function(){this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),this.close(),this.focusSearch()})).dequeue(),w(t)})).bind("focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active")})),o.data("select2-data",n),o.insertBefore(this.searchContainer),a.push(u),this.setVal(a)},unselect:function(e){var t=this.getVal(),n,r;e=e.closest(".select2-search-choice");if(e.length===0)throw"Invalid argument: "+e+". Must be .select2-search-choice";n=e.data("select2-data");if(!n)return;r=l(this.id(n).toString(),t),r>=0&&(t.splice(r,1),this.setVal(t),this.select&&this.postprocessResults()),e.remove(),this.opts.element.trigger({type:"removed",val:this.id(n),choice:n}),this.triggerChange({removed:n})},postprocessResults:function(){var e=this.getVal(),t=this.results.find(".select2-result"),n=this.results.find(".select2-result-with-children"),r=this;t.each2(function(t,n){var i=r.id(n.data("select2-data"));l(i,e)>=0&&(n.addClass("select2-selected"),n.find(".select2-result-selectable").addClass("select2-selected"))}),n.each2(function(e,t){!t.is(".select2-result-selectable")&&t.find(".select2-result-selectable:not(.select2-selected)").length===0&&t.addClass("select2-selected")}),this.highlight()==-1&&r.highlight(0)},resizeSearch:function(){var e,t,n,r,i,s=p(this.search);e=S(this.search)+10,t=this.search.offset().left,n=this.selection.width(),r=this.selection.offset().left,i=n-(t-r)-s,i<e&&(i=n-s),i<40&&(i=n-s),i<=0&&(i=e),this.search.width(i)},getVal:function(){var e;return this.select?(e=this.select.val(),e===null?[]:e):(e=this.opts.element.val(),h(e,this.opts.separator))},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each(function(){l(this,n)<0&&n.push(this)}),this.opts.element.val(n.length===0?"":n.join(this.opts.separator)))},val:function(){var n,r=!1,i=[],s=this;if(arguments.length===0)return this.getVal();n=arguments[0],arguments.length>1&&(r=arguments[1]);if(!n&&n!==0){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),r&&this.triggerChange();return}this.setVal(n);if(this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),r&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var n=e(t).map(s.id);s.setVal(n),s.updateSelection(t),s.clearSearch(),r&&s.triggerChange()})}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(n.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t){var n=this,r;if(arguments.length===0)return this.selection.find(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();t||(t=[]),r=e.map(t,function(e){return n.opts.id(e)}),this.setVal(r),this.updateSelection(t),this.clearSearch()}}),e.fn.select2=function(){var n=Array.prototype.slice.call(arguments,0),r,o,u,a,f=["val","destroy","opened","open","close","focus","isFocused","container","onSortStart","onSortEnd","enable","disable","positionDropdown","data"];return this.each(function(){if(n.length===0||typeof n[0]=="object")r=n.length===0?{}:e.extend({},n[0]),r.element=e(this),r.element.get(0).tagName.toLowerCase()==="select"?a=r.element.attr("multiple"):(a=r.multiple||!1,"tags"in r&&(r.multiple=a=!0)),o=a?new s:new i,o.init(r);else{if(typeof n[0]!="string")throw"Invalid arguments to select2 plugin: "+n;if(l(n[0],f)<0)throw"Unknown method: "+n[0];u=t,o=e(this).data("select2");if(o===t)return;n[0]==="container"?u=o.container:u=o[n[0]].apply(o,n.slice(1));if(u!==t)return!1}}),u===t?this:u},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,r){var i=[];return T(e.text,n.term,i,r),i.join("")},formatSelection:function(e,n){return e?e.text:t},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return t},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" more character"+(n==1?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please enter "+n+" less character"+(n==1?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(e==1?"":"s")},formatLoadMore:function(e){return"Loading more results..."},formatSearching:function(){return"Searching..."},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e.id},matcher:function(e,t){return t.toUpperCase().indexOf(e.toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:M,escapeMarkup:function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&apos;","/":"&#47;"};return String(e).replace(/[&<>"'/\\]/g,function(e){return t[e[0]]})},blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null}}}(e)}),timely.define("scripts/add_new_event",["jquery_timely","domReady","libs/utils","ai1ec_config","scripts/add_new_event/event_location/gmaps_helper","scripts/add_new_event/event_location/input_coordinates_event_handlers","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_date_time/date_time_event_handlers","scripts/add_new_event/event_cost_helper","external_libs/jquery.calendrical_timespan","external_libs/jquery.inputdate","external_libs/jquery.tools","external_libs/bootstrap_datepicker","external_libs/bootstrap/transition","external_libs/bootstrap/collapse","external_libs/bootstrap/modal","external_libs/bootstrap/alert","external_libs/bootstrap/tab","external_libs/select2"],function(e,t,n,r,i,s,o,u,a,f){var l=function(){var t=new Date(r.now*1e3),n={allday:"#ai1ec_all_day_event",start_date_input:"#ai1ec_start-date-input",start_time_input:"#ai1ec_start-time-input",start_time:"#ai1ec_start-time",end_date_input:"#ai1ec_end-date-input",end_time_input:"#ai1ec_end-time-input",end_time:"#ai1ec_end-time",date_format:r.date_format,month_names:r.month_names,day_names:r.day_names,week_start_day:r.week_start_day,twentyfour_hour:r.twentyfour_hour,now:t};e.timespan(n)},c=function(){e(".ai1ec-panel-collapse").on("hide",function(){e(this).parent().removeClass("ai1ec-overflow-visible")}),e(".ai1ec-panel-collapse").on("shown",function(){var t=e(this);window.setTimeout(function(){t.parent().addClass("ai1ec-overflow-visible")},350)})},h=function(){l(),timely.require(["libs/gmaps"],function(e){e(i.init_gmaps)})},p=function(t,n){var r=null;"[object Array]"===Object.prototype.toString.call(n)?r=n.join("<br>"):r=n,e("#ai1ec_event_inline_alert").html(r),e("#ai1ec_event_inline_alert").removeClass("ai1ec-hidden"),t.preventDefault(),e("#publish, #ai1ec_bottom_publish").removeClass("button-primary-disabled"),e("#publish, #ai1ec_bottom_publish").removeClass("disabled"),e("#publish, #ai1ec_bottom_publish").siblings("#ajax-loading, .spinner").css("visibility","hidden")},d=function(t){o.ai1ec_check_lat_long_fields_filled_when_publishing_event(t)===!0&&(o.ai1ec_convert_commas_to_dots_for_coordinates(),o.ai1ec_check_lat_long_ok_for_search(t));var i=!1,s=[];e("#ai1ec_ticket_ext_url, #ai1ec_contact_url").each(function(){var t=this.value;e(this).removeClass("ai1ec-input-warn");var o=e(this).closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");i||o.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var u=e(this).attr("id"),a="ai1ec_ticket_ext_url"===u;if(""!==t&&!1===n.isValidUrl(t,a)){o.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||e(this).closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var f=u+"_not_valid";s.push(r[f]),e(this).addClass("ai1ec-input-warn")}});var u=e("#ai1ec_contact_email"),a=u.closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");u.removeClass("ai1ec-input-warn"),i||a.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var f=e.trim(u.val());if(""!==f&&!1===n.isValidEmail(f)){a.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||u.closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var l=u.attr("id")+"_not_valid";s.push(r[l]),u.addClass("ai1ec-input-warn")}var c=e("#title, #ai1ec_contact_name, #ai1ec_contact_email, #ai1ec_contact_phone, #content");if(e("#ai1ec_has_tickets").prop("checked")){c.addClass("ai1ec-required"),E(),e("#content").hasClass("ai1ec-error")?T(!0):T(!1);if(e(".ai1ec-error").not(".ai1ec-hidden .ai1ec-error").length||e(".ai1ec-tax-options-button").hasClass("ai1ec-required-error"))i=!0,e("#ai1ec-add-new-event-accordion > .ai1ec-panel-default > .ai1ec-panel-collapse").removeClass("ai1ec-collapse").css("height","auto"),s.push(r.ticketing_required_fields);e("#ai1ec_repeat").prop("checked")===!0&&(i=!0,s.push(r.ticketing_repeat_not_supported));if(!1===i){var h=0,d=0;e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").each(function(){var t=e(this),n=!1;t.find(".ai1ec-tickets-fields").remove(),t.find("select, input").each(function(){if(!this.name)return;"remove"===this.name&&(n=!0);var r=this.value;"checkbox"==this.type&&(1==this.checked?r="on":r="off"),e("<input />",{type:"hidden",name:"ai1ec_tickets["+h+"]["+this.name+"]","class":"ai1ec-tickets-fields",value:r}).appendTo(t)}),n||d++,h++}),0===d&&(i=!0,s.push(r.ticketing_no_tickets_included))}}else c.removeClass("ai1ec-required");i?p(t,s):(e(".ai1ec-tickets-form-template").remove(),e(".ai1ec-tickets-edit-form").find("input, select").not(".ai1ec-tickets-fields").prop("disabled",!0))},v=function(){e("#ai1ec_google_map").click(s.toggle_visibility_of_google_map_on_click),e("#ai1ec_input_coordinates").change(s.toggle_visibility_of_coordinate_fields_on_click),e("#post").submit(d),e("input.ai1ec-coordinates").blur(s.update_map_from_coordinates_on_blur),e("#ai1ec_bottom_publish").on("click",u.trigger_publish),e(document).on("change","#ai1ec_end",u.show_end_fields).on("click","#ai1ec_repeat_apply",u.handle_click_on_apply_button).on("click","#ai1ec_repeat_cancel",u.handle_click_on_cancel_modal).on("click","#ai1ec_monthly_type_bymonthday, #ai1ec_monthly_type_byday",u.handle_checkbox_monthly_tab_modal).on("click",".ai1ec-btn-group-grid a",u.handle_click_on_toggle_buttons),e("#ai1ec_repeat_box").on("hidden.bs.modal",u.handle_modal_hide),u.execute_pseudo_handlers(),e("#widgetField > a").on("click",u.handle_animation_of_calendar_widget),e(document).on("click",".ai1ec-set-banner-image",m),e(document).on("click",".ai1ec-remove-banner",g),e(document).on("click","#ai1ec_tax_options, #ai1ec_update_tax_options",k)},m=function(){var t={};return t._frame=wp.media({state:"featured-image",states:[new wp.media.controller.FeaturedImage,new wp.media.controller.EditImage]}),t._frame.open(),e(".media-frame:last ").addClass("ai1ec-banner-image-frame"),e(".media-frame-title:last h1").text(e(".ai1ec-set-banner-block .ai1ec-set-banner-image").text()),e(".media-frame-toolbar:last").append(e(".ai1ec-media-toolbar").clone().removeClass("ai1ec-media-toolbar ai1ec-hidden")),e(".ai1ec-save-banner-image").off().on("click",function(){var n=e(".attachments:visible li.selected img").attr("src"),r=e(".attachment-details:visible input[type=text]").val();return n&&r&&e("#ai1ec_event_banner .inside").find(".ai1ec-banner-image-block").removeClass("ai1ec-hidden").find("img").attr("src",n).end().find("input").val(r).end().end().find(".ai1ec-set-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-remove-banner-block").removeClass("ai1ec-hidden"),t._frame.close(),!1}),!1},g=function(){return e("#ai1ec_event_banner .inside").find(".ai1ec-remove-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-banner-image-block").addClass("ai1ec-hidden").find("input").val("").end().find("img").attr("src","").end().end().find(".ai1ec-set-banner-block").removeClass("ai1ec-hidden"),!1},y=function(){e("#ai1ec_event").insertAfter("#ai1ec_event_inline_alert"),e("#post").addClass("ai1ec-visible")},b=function(){e("#timezone-select").select2()},w=function(){e(".ai1ec-tickets-datepicker").not(".ai1ec-tickets-datepicker-inited").not(".ai1ec-tickets-form-template .ai1ec-tickets-datepicker").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block"),r=e(".ai1ec-tickets-time",n),i=e("input.ai1ec-tickets-full-date",n),s=i.val();t.val(s.substr(0,10)),r.val(s.substr(11,5)),r.on("change",function(){s=i.val(),i.val(s.substr(0,10)+" "+this.value+":00")}),t.addClass("ai1ec-tickets-datepicker-inited").datepicker({autoclose:!0}).on("changeDate",function(e){i.val(this.value+" "+r.val()+":00")})})},E=function(){e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_unlimited"]').each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-edit-form"),r=e('input[id="ai1ec_ticket_quantity"]',n);!1===t.prop("checked")?(r.val()==0&&r.val(""),r.addClass("ai1ec-required")):r.removeClass("ai1ec-required")}),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_avail"]').each(function(){var t=e(this);t.closest(".ai1ec-tickets-edit-form").find('input[id="ai1ec_ticket_sale_start_date"],input[id="ai1ec_ticket_sale_end_date"]').each(function(){!1===t.prop("checked")?e(this).addClass("ai1ec-required"):e(this).removeClass("ai1ec-required")})}),e(".ai1ec-ticket-field-error").hide(),e(".ai1ec-required").not(".ai1ec-tickets-form-template .ai1ec-required").each(function(){var t=e(this);t.removeClass("ai1ec-error");if(!e.trim(t.val())||"checkbox"===t.attr("type")&&!t.prop("checked"))t.addClass("ai1ec-error"),t.parent().find(".ai1ec-ticket-field-error").show()}),e('[name="ticket_sale_start_date"], [name="ticket_sale_end_date"]').not(".ai1ec-tickets-form-template input").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block").find('input[type="text"]');n.removeClass("ai1ec-error"),!t.closest(".ai1ec-avail-block").find('input[name="availibility"]:checked').length&&null===this.value.match(/^(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})$/)&&n.addClass("ai1ec-error")});var t=e("#ai1ec_editing_ticket").val();return 0==t&&!e("#ai1ec_tax_inputs input").length?e(".ai1ec-tax-options-button").addClass("ai1ec-required-error").show():e(".ai1ec-tax-options-button").removeClass("ai1ec-required-error").hide(),e(".ai1ec-ticket-field-error:visible").length?!1:!0},S=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e("#ai1ec_ticket_quantity",n);1==t.prop("checked")?r.hide():r.show()},x=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e(".ai1ec-tickets-dates",n);1==t.prop("checked")?r.hide():r.show()},T=function(t){e("#ai1ec-event-description-field-error").remove(),t&&e("#postdivrich").before('<div id="ai1ec-event-description-field-error"><strong style="color: red;">* The Event description is required.</strong></div>')},N=function(){e(document).on("click change",'[id="ai1ec_ticket_unlimited"]',function(){S(e(this))}),e(document).on("click change",'[id="ai1ec_ticket_avail"]',function(){x(e(this))}),e(document).on("click change",'[id="ai1ec_new_ticket_status"]',function(){var t=e(this),n=t.closest(".ai1ec-tickets-panel"),i=t.find(":selected");if("canceled"===i.val()){var s=e("#ai1ec-ticket-taken",n);if(0<s.val()){e("#ai1ec-ticket-status-message",n).text(r.ticketing.cancel_message);return}}n.find("#ai1ec-ticket-status-message").text("")}),e(document).on("click",".ai1ec-remove-ticket",function(){var t=e(this).closest(".ai1ec-tickets-panel"),i=e("#ai1ec-ticket-taken",t);return 0<i.val()?n.alert(r.ticketing.information,r.ticketing.no_delete_text):t.addClass("ai1ec-hidden").append('<input type="hidden" name="remove" value="1">'),!1});var t=function(){var t=e(".ai1ec-tickets-form-template").clone();return t.removeClass("ai1ec-tickets-form-template").appendTo("#ai1ec-ticket-forms"),$checkbox=e("#ai1ec_ticket_unlimited",t),$checkbox.prop("checked",!0),S($checkbox),$checkbox=e("#ai1ec_ticket_avail",t),$checkbox.prop("checked",!0),x($checkbox),w(),!1};e("#ai1ec_add_new_ticket").on("click",t),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").length||t()},C=function(){var t=function(){e(".ai1ec_review_modal").modal("hide"),e(".ai1ec_review_modal").hide()},n=function(){var n=e(".ai1ec_review_negative_feedback, .ai1ec_review_contact_name, .ai1ec_review_contact_email, .ai1ec_review_site_url");n.each(function(){var t=e(this);t.removeClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").hide(),t.closest("td").find(".ai1ec-invalid-email-message").hide(),t.closest("td").find(".ai1ec-invalid-site-message").hide();if(!e.trim(t.val()))t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").show();else if(t.hasClass("ai1ec_review_contact_email")){var n=/^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;!1===n.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-email-message").show())}else if(t.hasClass("ai1ec_review_site_url")){var r=/[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/gi;!1===r.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-site-message").show())}}),!1===n.hasClass("ai1ec-error")&&(e(".ai1ec_review_send_feedback").button("loading"),n.prop("disabled",!0),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_send_feedback_message",message:e(".ai1ec_review_negative_feedback").val(),name:e(".ai1ec_review_contact_name").val(),email:e(".ai1ec_review_contact_email").val(),site:e(".ai1ec_review_site_url").val()},success:function(n){e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-success ai1ec_review_messages"><strong>'+r.review.message_sent+"</strong></div>"),setTimeout(function(){e(".ai1ec_review_send_feedback").button("reset"),e(".ai1ec_not_enjoying_popup").prop("disabled",!0),t()},3e3)},error:function(t){n.prop("disabled",!1),e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-danger ai1ec_review_messages"><strong>Error!</strong> '+r.review.message_error+"</div>")}}))},i=function(){o("y")},s=function(){o("n")},o=function(n){t(),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_save_feedback_review",feedback:n}})};e(".ai1ec_review_enjoying_no_rating, .ai1ec_review_enjoying_go_wordpress").on("click",i),e(".ai1ec_review_send_feedback").on("click",n),e(".ai1ec_review_not_enjoying_no_rating").on("click",s)},k=function(){var t=e("#ai1ec_tax_box"),n=e(".ai1ec-modal-content",t),r=e(".ai1ec-loading",t);if(t.hasClass("ai1ec-active")){t.modal("show");return}t.addClass("ai1ec-active").modal({backdrop:"static"}),e.post(ajaxurl,{action:"ai1ec_get_tax_box",ai1ec_event_id:e("#post_ID").val()},function(t){var n=ai1ec_tax_frame.contentWindow.document;r.remove(),e(ai1ec_tax_frame).removeClass("ai1ec-hidden"),n.open(),n.write(t.message.body),n.close();var i=0,s=0,o=e("#ai1ec_tax_frame");setInterval(function(){s=o.contents().find("body").height(),s!=i&&o.css("height",(i=s)+"px")},500)},"json")};window.addEventListener("message",function(t){var n=t.data.toString(),r="timely_tax_options_",i="timely_tax_cancel",s=e("#ai1ec_tax_inputs");if(n===i){e("#ai1ec_tax_box").modal("hide");return}if(0!==n.indexOf(r))return;n=JSON.parse(n.substr(r.length)),e("#ai1ec_tax_box").modal("hide"),e("#ai1ec_tax_options").addClass("ai1ec-hidden"),e("#ai1ec_update_tax_options").removeClass("ai1ec-hidden"),s.html("");for(var o in n)s.append(e("<input />",{type:"hidden",name:"tax_options["+o+"]",value:n[o]}))},!1);var L=function(){h(),t(function(){c(),y(),v(),b(),N(),w(),C()})};return{start:L}}),timely.require(["scripts/add_new_event"],function(e){e.start()}),timely.define("pages/add_new_event",function(){});
161
  the specific language governing permissions and limitations under the Apache License and the GPL License.
162
  */
163
 
164
+ timely.define("domReady",[],function(){function u(e){var t;for(t=0;t<e.length;t++)e[t](n)}function a(){var e=r;t&&e.length&&(r=[],u(e))}function f(){t||(t=!0,o&&clearInterval(o),a())}function c(e){return t?e(n):r.push(e),c}var e=typeof window!="undefined"&&window.document,t=!e,n=e?document:null,r=[],i,s,o;if(e){if(document.addEventListener)document.addEventListener("DOMContentLoaded",f,!1),window.addEventListener("load",f,!1);else if(window.attachEvent){window.attachEvent("onload",f),s=document.createElement("div");try{i=window.frameElement===null}catch(l){}s.doScroll&&i&&window.external&&(o=setInterval(function(){try{s.doScroll(),f()}catch(e){}},30))}(document.readyState==="complete"||document.readyState==="interactive")&&f()}return c.version="2.0.0",c.load=function(e,t,n,r){r.isBuild?n(null):c(n)},c}),timely.define("external_libs/bootstrap/tab",["jquery_timely"],function(e){var t=function(t){this.element=e(t)};t.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.ai1ec-dropdown-menu)"),r=t.data("target");r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("ai1ec-active"))return;var i=n.find(".ai1ec-active:last a")[0],s=e.Event("show.bs.tab",{relatedTarget:i});t.trigger(s);if(s.isDefaultPrevented())return;var o=e(r);this.activate(t.parent("li"),n),this.activate(o,o.parent(),function(){t.trigger({type:"shown.bs.tab",relatedTarget:i})})},t.prototype.activate=function(t,n,r){function o(){i.removeClass("ai1ec-active").find("> .ai1ec-dropdown-menu > .ai1ec-active").removeClass("ai1ec-active"),t.addClass("ai1ec-active"),s?(t[0].offsetWidth,t.addClass("ai1ec-in")):t.removeClass("ai1ec-fade"),t.parent(".ai1ec-dropdown-menu")&&t.closest("li.ai1ec-dropdown").addClass("ai1ec-active"),r&&r()}var i=n.find("> .ai1ec-active"),s=r&&e.support.transition&&i.hasClass("ai1ec-fade");s?i.one(e.support.transition.end,o).emulateTransitionEnd(150):o(),i.removeClass("ai1ec-in")};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.bs.tab.data-api",'[data-toggle="ai1ec-tab"], [data-toggle="ai1ec-pill"]',function(t){t.preventDefault(),e(this).tab("show")})}),timely.define("libs/utils",["jquery_timely","external_libs/bootstrap/tab"],function(e){var t=function(){return{is_float:function(e){return!isNaN(parseFloat(e))},is_valid_coordinate:function(e,t){var n=t?90:180;return this.is_float(e)&&Math.abs(e)<n},convert_comma_to_dot:function(e){return e.replace(",",".")},field_has_value:function(t){var n="#"+t,r=e(n),i=!1;return r.length===1&&(i=e.trim(r.val())!==""),i},make_alert:function(t,n,r){var i="";switch(n){case"error":i="ai1ec-alert ai1ec-alert-danger";break;case"success":i="ai1ec-alert ai1ec-alert-success";break;default:i="ai1ec-alert ai1ec-alert-info"}var s=e("<div />",{"class":i,html:t});if(!r){var o=e("<button>",{type:"button","class":"ai1ec-close","data-dismiss":"ai1ec-alert",text:"×"});s.prepend(o)}return s},alert:function(t,n){$document=e(document.body),$one_shot_popup=e("#ai1ec-show-popup-alert",$document),0===$one_shot_popup.length&&($div=e('<div class="timely"/>'),$div.html('<div id="ai1ec-show-popup-alert" class="timely ai1ec-modal ai1ec-fade"role="dialog" aria-hidden="true" style="display: none;"><div class="ai1ec-modal-dialog"><div class="ai1ec-modal-content"><div class="ai1ec-modal-header"><button type="button" class="ai1ec-close"data-dismiss="ai1ec-modal" aria-hidden="true">×</button><h4 class="ai1ec-modal-title" id="ai1ec-one-shot-popup-title"></h4></div><div class="ai1ec-modal-body"><p id="ai1ec-one-shot-popup-text"></p></div></div></div></div>').appendTo($document),$one_shot_popup=e("#ai1ec-show-popup-alert",$document));var r=e(this).closest("a");e("#ai1ec-one-shot-popup-title",$one_shot_popup).text(t),e("#ai1ec-one-shot-popup-text",$one_shot_popup).text(n),$one_shot_popup.modal("show")},make_popup_content_link:function(t,n,r){return'<div class="timely"><a href="#" class="timely ai1ec-link"data-toggle="ai1ec-modal" data-target="#popupMoreInfoInline">'+e("<div />").text(t).html()+"</a>"+'<div id="popupMoreInfoInline" class="timely ai1ec-modal ai1ec-fade"'+'role="dialog" aria-hidden="true" style="display: none;">'+'<div class="ai1ec-modal-dialog">'+'<div class="ai1ec-modal-content">'+'<div class="ai1ec-modal-header">'+'<button type="button" class="ai1ec-close"'+'data-dismiss="ai1ec-modal" aria-hidden="true">×</button>'+"<strong>"+e("<div />").text(n).html()+"</strong>"+"</div>"+'<div class="ai1ec-modal-body ai1ec-clearfix">'+'<textarea class="ai1ec-form-control code" rows="8" cols="40">'+e("<div />").text(r).html()+"</textarea>"+"</div>"+"</div>"+"</div>"+"</div>"+"</div>"},get_ajax_url:function(){return typeof window.ajaxurl=="undefined"?"http://localhost/wordpress/wp-admin/admin-ajax.php":window.ajaxurl},isUrl:function(e){var t=/(http|https|webcal):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/;return t.test(e)},isValidUrl:function(e,t){if(!0===t){var n=/^(http|https):\/\//;return n.test(e)}return!0},isValidEmail:function(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)},activate_saved_tab_on_page_load:function(t){null===t||undefined===t?e("ul.ai1ec-nav a:first").tab("show"):e("ul.ai1ec-nav a[href="+t+"]").tab("show")},add_query_arg:function(e,t){if("string"!=typeof e)return!1;var n=e.indexOf("?")===-1?"?":"&";return-1!==e.indexOf(n+t[0]+"=")?e:e+n+t[0]+"="+t[1]},create_ai1ec_to_send:function(t){var n=e(t),r=[],i=["action","cat_ids","auth_ids","tag_ids","exact_date","display_filters","no_navigation","events_limit"];return n.each(function(){e.each(this.attributes,function(){this.specified&&this.value&&this.name.match(/^data-/)&&(-1<e.inArray(this.name.replace(/^data\-/,""),i)||this.name.match(/_ids$/))&&r.push(this.name.replace(/^data\-/,"")+"~"+this.value)})}),r.join("|")},init_autoselect:function(){e(document).on("click",".ai1ec-autoselect",function(t){if(e(this).data("clicked")&&t.originalEvent.detail<2)return;e(this).data("clicked",!0);var n;document.body.createTextRange?(n=document.body.createTextRange(),n.moveToElementText(this),n.select()):window.getSelection&&(selection=window.getSelection(),n=document.createRange(),n.selectNodeContents(this),selection.removeAllRanges(),selection.addRange(n))})}}}();return t}),timely.define("scripts/add_new_event/event_location/input_coordinates_utility_functions",["jquery_timely","ai1ec_config","libs/utils"],function(e,t,n){var r=function(){e("#ai1ec_input_coordinates:checked").length>0&&e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){this.value=n.convert_comma_to_dot(this.value)})},i=function(t,n){var r=e("<div />",{text:n,"class":"ai1ec-error"});e(t).after(r)},s=function(t,n){t.target.id==="post"&&(t.stopImmediatePropagation(),t.preventDefault(),e("#publish").removeClass("button-primary-disabled"),e("#publish").siblings(".spinner").css("visibility","hidden")),e(n).focus()},o=function(){var t=n.field_has_value("ai1ec_address"),r=!0;return e("input.ai1ec-coordinates").each(function(){var e=n.field_has_value(this.id);e||(r=!1)}),t||r},u=function(n){var r=!0,o=!1;return e("#ai1ec_input_coordinates:checked").length>0&&(e("div.ai1ec-error").remove(),e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){var n=e(this).hasClass("latitude"),s=n?t.error_message_not_entered_lat:t.error_message_not_entered_long;this.value===""&&(r=!1,o===!1&&(o=this),i(this,s))})),r===!1&&s(n,o),r},a=function(r){if(e("#ai1ec_input_coordinates:checked").length===1){e("div.ai1ec-error").remove();var o=!0,u=!1,a=!1;return e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){if(this.value===""){a=!0;return}var r=e(this).hasClass("latitude"),s=r?t.error_message_not_valid_lat:t.error_message_not_valid_long;n.is_valid_coordinate(this.value,r)||(o=!1,u===!1&&(u=this),i(this,s))}),o===!1&&s(r,u),a===!0&&(o=!1),o}};return{ai1ec_convert_commas_to_dots_for_coordinates:r,ai1ec_show_error_message_after_element:i,check_if_address_or_coordinates_are_set:o,ai1ec_check_lat_long_fields_filled_when_publishing_event:u,ai1ec_check_lat_long_ok_for_search:a}}),timely.define("external_libs/jquery.autocomplete_geomod",["jquery_timely"],function(e){e.fn.extend({autocomplete:function(t,n){var r=typeof t=="string";return n=e.extend({},e.Autocompleter.defaults,{url:r?t:null,data:r?null:t,delay:r?e.Autocompleter.defaults.delay:10,max:n&&!n.scroll?10:150},n),n.highlight=n.highlight||function(e){return e},n.formatMatch=n.formatMatch||n.formatItem,this.each(function(){new e.Autocompleter(this,n)})},result:function(e){return this.bind("result",e)},search:function(e){return this.trigger("search",[e])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(e){return this.trigger("setOptions",[e])},unautocomplete:function(){return this.trigger("unautocomplete")}}),e.Autocompleter=function(t,n){function d(){var r=h.selected();if(!r)return!1;var s=r.result;o=s;if(n.multiple){var u=m(i.val());if(u.length>1){var a=n.multipleSeparator.length,f=e(t).selection().start,l,c=0;e.each(u,function(e,t){c+=t.length;if(f<=c)return l=e,!1;c+=a}),u[l]=s,s=u.join(n.multipleSeparator)}s+=n.multipleSeparator}return i.val(s),w(),i.trigger("result",[r.data,r.value]),!0}function v(e,t){if(f==r.DEL){h.hide();return}var s=i.val();if(!t&&s==o)return;o=s,s=g(s),s.length>=n.minChars?(i.addClass(n.loadingClass),n.matchCase||(s=s.toLowerCase()),S(s,E,w)):(T(),h.hide())}function m(t){return t?n.multiple?e.map(t.split(n.multipleSeparator),function(n){return e.trim(t).length?e.trim(n):null}):[e.trim(t)]:[""]}function g(r){if(!n.multiple)return r;var i=m(r);if(i.length==1)return i[0];var s=e(t).selection().start;return s==r.length?i=m(r):i=m(r.replace(r.substring(s),"")),i[i.length-1]}function y(s,u){n.autoFill&&g(i.val()).toLowerCase()==s.toLowerCase()&&f!=r.BACKSPACE&&(i.val(i.val()+u.substring(g(o).length)),e(t).selection(o.length,o.length+u.length))}function b(){clearTimeout(s),s=setTimeout(w,200)}function w(){var e=h.visible();h.hide(),clearTimeout(s),T(),n.mustMatch&&i.search(function(e){if(!e)if(n.multiple){var t=m(i.val()).slice(0,-1);i.val(t.join(n.multipleSeparator)+(t.length?n.multipleSeparator:""))}else i.val(""),i.trigger("result",null)})}function E(e,t){t&&t.length&&a?(T(),h.display(t,e),y(e,t[0].value),h.show()):w()}function S(r,i,s){n.matchCase||(r=r.toLowerCase());var o=u.load(r);if(o&&o.length)i(r,o);else if(n.geocoder){var a=g(r),f={address:a};n.region&&(f.region=n.region),n.geocoder.geocode(f,function(e,t){var s=n.parse(e,t,a);u.add(r,s),i(r,s)})}else if(typeof n.url=="string"&&n.url.length>0){var l={timestamp:+(new Date)};e.each(n.extraParams,function(e,t){l[e]=typeof t=="function"?t():t}),e.ajax({mode:"abort",port:"autocomplete"+t.name,dataType:n.dataType,url:n.url,data:e.extend({q:g(r),limit:n.max},l),success:function(e){var t=n.parse&&n.parse(e)||x(e);u.add(r,t),i(r,t)}})}else h.emptyList(),s(r)}function x(t){var r=[],i=t.split("\n");for(var s=0;s<i.length;s++){var o=e.trim(i[s]);o&&(o=o.split("|"),r[r.length]={data:o,value:o[0],result:n.formatResult&&n.formatResult(o,o[0])||o[0]})}return r}function T(){i.removeClass(n.loadingClass)}var r={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8},i=e(t).attr("autocomplete","off").addClass(n.inputClass),s,o="",u=e.Autocompleter.Cache(n),a=0,f,l=navigator.userAgent.match(/opera/i),c={mouseDownOnSelect:!1},h=e.Autocompleter.Select(n,t,d,c),p;l&&e(t.form).bind("submit.autocomplete",function(){if(p)return p=!1,!1}),i.bind((l?"keypress":"keydown")+".autocomplete",function(t){a=1,f=t.keyCode;switch(t.keyCode){case r.UP:t.preventDefault(),h.visible()?h.prev():v(0,!0);break;case r.DOWN:t.preventDefault(),h.visible()?h.next():v(0,!0);break;case r.PAGEUP:t.preventDefault(),h.visible()?h.pageUp():v(0,!0);break;case r.PAGEDOWN:t.preventDefault(),h.visible()?h.pageDown():v(0,!0);break;case n.multiple&&e.trim(n.multipleSeparator)==","&&r.COMMA:case r.TAB:case r.RETURN:if(d())return t.preventDefault(),p=!0,!1;break;case r.ESC:h.hide();break;default:clearTimeout(s),s=setTimeout(v,n.delay)}}).focus(function(){a++}).blur(function(){a=0,c.mouseDownOnSelect||b()}).click(function(){a++>1&&!h.visible()&&v(0,!0)}).bind("search",function(){function n(e,n){var r;if(n&&n.length)for(var s=0;s<n.length;s++)if(n[s].result.toLowerCase()==e.toLowerCase()){r=n[s];break}typeof t=="function"?t(r):i.trigger("result",r&&[r.data,r.value])}var t=arguments.length>1?arguments[1]:null;e.each(m(i.val()),function(e,t){S(t,n,n)})}).bind("flushCache",function(){u.flush()}).bind("setOptions",function(){e.extend(n,arguments[1]),"data"in arguments[1]&&u.populate()}).bind("unautocomplete",function(){h.unbind(),i.unbind(),e(t.form).unbind(".autocomplete")})},e.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:!1,matchSubset:!0,matchContains:!1,cacheLength:10,max:100,mustMatch:!1,extraParams:{},selectFirst:!0,formatItem:function(e){return e[0]},formatMatch:null,autoFill:!1,width:0,multiple:!1,multipleSeparator:", ",highlight:function(e,t){return e.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+t.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:!0,scrollHeight:180},e.Autocompleter.Cache=function(t){function i(e,n){t.matchCase||(e=e.toLowerCase());var r=e.indexOf(n);return t.matchContains=="word"&&(r=e.toLowerCase().search("\\b"+n.toLowerCase())),r==-1?!1:r==0||t.matchContains}function s(e,i){r>t.cacheLength&&u(),n[e]||r++,n[e]=i}function o(){if(!t.data)return!1;var n={},r=0;t.url||(t.cacheLength=1),n[""]=[];for(var i=0,o=t.data.length;i<o;i++){var u=t.data[i];u=typeof u=="string"?[u]:u;var a=t.formatMatch(u,i+1,t.data.length);if(a===!1)continue;var f=a.charAt(0).toLowerCase();n[f]||(n[f]=[]);var l={value:a,data:u,result:t.formatResult&&t.formatResult(u)||a};n[f].push(l),r++<t.max&&n[""].push(l)}e.each(n,function(e,n){t.cacheLength++,s(e,n)})}function u(){n={},r=0}var n={},r=0;return setTimeout(o,25),{flush:u,add:s,populate:o,load:function(s){if(!t.cacheLength||!r)return null;if(!t.url&&t.matchContains){var o=[];for(var u in n)if(u.length>0){var a=n[u];e.each(a,function(e,t){i(t.value,s)&&o.push(t)})}return o}if(n[s])return n[s];if(t.matchSubset)for(var f=s.length-1;f>=t.minChars;f--){var a=n[s.substr(0,f)];if(a){var o=[];return e.each(a,function(e,t){i(t.value,s)&&(o[o.length]=t)}),o}}return null}}},e.Autocompleter.Select=function(t,n,r,i){function p(){if(!l)return;c=e("<div/>").hide().addClass(t.resultsClass).css("position","absolute").appendTo(document.body),h=e("<ul/>").appendTo(c).mouseover(function(t){d(t).nodeName&&d(t).nodeName.toUpperCase()=="LI"&&(u=e("li",h).removeClass(s.ACTIVE).index(d(t)),e(d(t)).addClass(s.ACTIVE))}).click(function(t){return e(d(t)).addClass(s.ACTIVE),r(),n.focus(),!1}).mousedown(function(){i.mouseDownOnSelect=!0}).mouseup(function(){i.mouseDownOnSelect=!1}),t.width>0&&c.css("width",t.width),l=!1}function d(e){var t=e.target;while(t&&t.tagName!="LI")t=t.parentNode;return t?t:[]}function v(e){o.slice(u,u+1).removeClass(s.ACTIVE),m(e);var n=o.slice(u,u+1).addClass(s.ACTIVE);if(t.scroll){var r=0;o.slice(0,u).each(function(){r+=this.offsetHeight}),r+n[0].offsetHeight-h.scrollTop()>h[0].clientHeight?h.scrollTop(r+n[0].offsetHeight-h.innerHeight()):r<h.scrollTop()&&h.scrollTop(r)}}function m(e){u+=e,u<0?u=o.size()-1:u>=o.size()&&(u=0)}function g(e){return t.max&&t.max<e?t.max:e}function y(){h.empty();var n=g(a.length);for(var r=0;r<n;r++){if(!a[r])continue;var i=t.formatItem(a[r].data,r+1,n,a[r].value,f);if(i===!1)continue;var l=e("<li/>").html(t.highlight(i,f)).addClass(r%2==0?"ac_even":"ac_odd").appendTo(h)[0];e.data(l,"ac_data",a[r])}o=h.find("li"),t.selectFirst&&(o.slice(0,1).addClass(s.ACTIVE),u=0),e.fn.bgiframe&&h.bgiframe()}var s={ACTIVE:"ac_over"},o,u=-1,a,f="",l=!0,c,h;return{display:function(e,t){p(),a=e,f=t,y()},next:function(){v(1)},prev:function(){v(-1)},pageUp:function(){u!=0&&u-8<0?v(-u):v(-8)},pageDown:function(){u!=o.size()-1&&u+8>o.size()?v(o.size()-1-u):v(8)},hide:function(){c&&c.hide(),o&&o.removeClass(s.ACTIVE),u=-1},visible:function(){return c&&c.is(":visible")},current:function(){return this.visible()&&(o.filter("."+s.ACTIVE)[0]||t.selectFirst&&o[0])},show:function(){var r=e(n).offset();c.css({width:typeof t.width=="string"||t.width>0?t.width:e(n).width(),top:r.top+n.offsetHeight,left:r.left}).show();if(t.scroll){h.scrollTop(0),h.css({maxHeight:t.scrollHeight,overflow:"auto"});if(navigator.userAgent.match(/msie/i)&&typeof document.body.style.maxHeight=="undefined"){var i=0;o.each(function(){i+=this.offsetHeight});var s=i>t.scrollHeight;h.css("height",s?t.scrollHeight:i),s||o.width(h.width()-parseInt(o.css("padding-left"))-parseInt(o.css("padding-right")))}}},selected:function(){var t=o&&o.filter("."+s.ACTIVE).removeClass(s.ACTIVE);return t&&t.length&&e.data(t[0],"ac_data")},emptyList:function(){h&&h.empty()},unbind:function(){c&&c.remove()}}},e.fn.selection=function(e,t){if(e!==undefined)return this.each(function(){if(this.createTextRange){var n=this.createTextRange();t===undefined||e==t?(n.move("character",e),n.select()):(n.collapse(!0),n.moveStart("character",e),n.moveEnd("character",t),n.select())}else this.setSelectionRange?this.setSelectionRange(e,t):this.selectionStart&&(this.selectionStart=e,this.selectionEnd=t)});var n=this[0];if(n.createTextRange){var r=document.selection.createRange(),i=n.value,s="<->",o=r.text.length;r.text=s;var u=n.value.indexOf(s);return n.value=i,this.selection(u,u+o),{start:u,end:u+o}}if(n.selectionStart!==undefined)return{start:n.selectionStart,end:n.selectionEnd}}}),timely.define("external_libs/geo_autocomplete",["jquery_timely","external_libs/jquery.autocomplete_geomod"],function(e){e.fn.extend({geo_autocomplete:function(t,n){return options=e.extend({},e.Autocompleter.defaults,{geocoder:t,mapwidth:100,mapheight:100,maptype:"terrain",mapkey:"ABQIAAAAbnvDoAoYOSW2iqoXiGTpYBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQNumU68AwGqjbSNF9YO8NokKst8w",mapsensor:!1,parse:function(t,n,r){var i=[];return t&&n&&n=="OK"&&e.each(t,function(t,n){if(n.geometry&&n.geometry.viewport){var s=n.formatted_address.split(","),o=s[0];e.each(s,function(t,n){if(n.toLowerCase().indexOf(r.toLowerCase())!=-1)return o=e.trim(n),!1}),i.push({data:n,value:o,result:o})}}),i},formatItem:function(e,t,n,r){var i="https://maps.google.com/maps/api/staticmap?visible="+e.geometry.viewport.getSouthWest().toUrlValue()+"|"+e.geometry.viewport.getNorthEast().toUrlValue()+"&size="+options.mapwidth+"x"+options.mapheight+"&maptype="+options.maptype+"&key="+options.mapkey+"&sensor="+(options.mapsensor?"true":"false"),s=e.formatted_address.replace(/,/gi,",<br/>");return'<img src="'+i+'" width="'+options.mapwidth+'" height="'+options.mapheight+'" /> '+s+'<br clear="both"/>'}},n),options.highlight=options.highlight||function(e){return e},options.formatMatch=options.formatMatch||options.formatItem,options.resultsClass="ai1ec-geo-ac-results-not-ready",this.each(function(){e(this).one("focus",function(){var t=setInterval(function(){var n=e(".ai1ec-geo-ac-results-not-ready");n.length&&(n.removeClass("ai1ec-geo-ac-results-not-ready").addClass("ai1ec-geo-ac-results").children("ul").addClass("ai1ec-dropdown-menu"),clearInterval(t))},500)}),new e.Autocompleter(this,options)})}})}),timely.define("scripts/add_new_event/event_location/gmaps_helper",["jquery_timely","domReady","ai1ec_config","scripts/add_new_event/event_location/input_coordinates_utility_functions","external_libs/jquery.autocomplete_geomod","external_libs/geo_autocomplete"],function(e,t,n,r){var i,s,o,u,a,f,l=function(t){e("#ai1ec_latitude").val(t.latLng.lat()),e("#ai1ec_longitude").val(t.latLng.lng()),e("#ai1ec_input_coordinates:checked").length===0&&e("#ai1ec_input_coordinates").trigger("click")},c=function(){n.disable_autocompletion||e("#ai1ec_address").geo_autocomplete(new google.maps.Geocoder,{selectFirst:!1,minChars:3,cacheLength:50,width:300,scroll:!0,scrollHeight:330,region:n.region}).result(function(e,t){t&&p(t)}).change(function(){if(e(this).val().length>0){var t=e(this).val();i.geocode({address:t,region:n.region},function(e,t){t===google.maps.GeocoderStatus.OK&&p(e[0])})}})},h=function(){i=new google.maps.Geocoder,s=new google.maps.LatLng(9.965,-83.327),o={zoom:0,mapTypeId:google.maps.MapTypeId.ROADMAP,center:s},t(function(){e("#ai1ec_map_canvas").length>0&&(u=new google.maps.Map(e("#ai1ec_map_canvas").get(0),o),a=new google.maps.Marker({map:u,draggable:!0}),google.maps.event.addListener(a,"dragend",l),a.setPosition(s),c(),v(),e('a[href="#ai1ec-event-location-box"]').on("click",function(){window.setTimeout(function(){google.maps.event.trigger(u,"resize"),u.setCenter(a.getPosition())},150)}))})},p=function(t){u.setCenter(t.geometry.location),u.setZoom(15),a.setPosition(t.geometry.location),e("#ai1ec_address").val(t.formatted_address),e("#ai1ec_latitude").val(t.geometry.location.lat()),e("#ai1ec_longitude").val(t.geometry.location.lng()),e("#ai1ec_input_coordinates").is(":checked")||e("#ai1ec_input_coordinates").click();var n="",r="",i="",s=0,o=0,f="",l;for(var c=0;c<t.address_components.length;c++)switch(t.address_components[c].types[0]){case"street_number":n=t.address_components[c].long_name;break;case"route":r=t.address_components[c].long_name;break;case"locality":i=t.address_components[c].long_name;break;case"administrative_area_level_1":f=t.address_components[c].long_name;break;case"postal_code":s=t.address_components[c].long_name;break;case"country":l=t.address_components[c].short_name,o=t.address_components[c].long_name}var h=n.length>0?n+" ":"";h+=r.length>0?r:"",s=s!==0?s:"",e("#ai1ec_city").val(i),e("#ai1ec_province").val(f),e("#ai1ec_postal_code").val(s),e("#ai1ec_country").val(o),e("#ai1ec_country_short").val(l)},d=function(){var t=parseFloat(e("#ai1ec_latitude").val()),n=parseFloat(e("#ai1ec_longitude").val()),r=new google.maps.LatLng(t,n);u.setCenter(r),u.setZoom(15),a.setPosition(r)},v=function(){e("#ai1ec_input_coordinates:checked").length===0?(e("#ai1ec_table_coordinates").hide(),e("#ai1ec_address").change()):d()},m=function(){return a},g=function(){return f};return{init_gmaps:h,ai1ec_update_map_from_coordinates:d,get_marker:m,get_position:g}}),timely.define("scripts/add_new_event/event_location/input_coordinates_event_handlers",["jquery_timely","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_location/gmaps_helper","ai1ec_config"],function(e,t,n,r){var i=function(t){this.checked?e(".ai1ec-map-preview").addClass("ai1ec-map-visible"):e(".ai1ec-map-preview").removeClass("ai1ec-map-visible")},s=function(t){this.checked?e("#ai1ec_table_coordinates").fadeIn("fast"):e("#ai1ec_table_coordinates").fadeOut("fast")},o=function(e){t.ai1ec_convert_commas_to_dots_for_coordinates();var r=t.ai1ec_check_lat_long_ok_for_search(e);r===!0&&n.ai1ec_update_map_from_coordinates()};return{toggle_visibility_of_google_map_on_click:i,toggle_visibility_of_coordinate_fields_on_click:s,update_map_from_coordinates_on_blur:o}}),timely.define("external_libs/jquery.calendrical_timespan",["jquery_timely"],function(e){function l(){var e=new Date;return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function c(e,t){return typeof e=="string"&&(e=new Date(e)),typeof t=="string"&&(t=new Date(t)),e.getUTCDate()===t.getUTCDate()&&e.getUTCMonth()===t.getUTCMonth()&&e.getUTCFullYear()===t.getUTCFullYear()?!0:!1}function h(e,t){if(e instanceof Date)return h(e.getUTCFullYear(),e.getUTCMonth());if(t==1){var n=e%4==0&&(e%100!=0||e%400==0);return n?29:28}return t==3||t==5||t==8||t==10?30:31}function p(e){return new Date(e.getTime()+864e5)}function d(e){return new Date(e.getTime()-864e5)}function v(e,t){return t==11?new Date(e+1,0,1):new Date(e,t+1,1)}function m(t,n,r,i){var s=i.monthNames.split(","),o=e("<thead />"),u=e("<tr />").appendTo(o);e("<th />").addClass("monthCell").append(e('<a href="javascript:;">&laquo;</a>').addClass("prevMonth").mousedown(function(e){g(t,r==0?n-1:n,r==0?11:r-1,i),e.preventDefault()})).appendTo(u),e("<th />").addClass("monthCell").attr("colSpan",5).append(e('<a href="javascript:;">'+s[r]+" "+n+"</a>").addClass("monthName")).appendTo(u),e("<th />").addClass("monthCell").append(e('<a href="javascript:;">&raquo;</a>').addClass("nextMonth").mousedown(function(){g(t,r==11?n+1:n,r==11?0:r+1,i)})).appendTo(u);var a=i.dayNames.split(","),f=parseInt(i.weekStartDay),l=[];for(var c=0,h=a.length;c<h;c++)l[c]=a[(c+f)%h];var p=e("<tr />").appendTo(o);return e.each(l,function(t,n){e("<td />").addClass("dayName").append(n).appendTo(p)}),o}function g(t,n,r,i){i=i||{};var s=parseInt(i.weekStartDay),o=i.today?i.today:l();o.setHours(0),o.setMinutes(0);var u=new Date(n,r,1),a=v(n,r),f=Math.abs(o.getTimezoneOffset());f!=0&&(o.setHours(o.getHours()+f/60),o.setMinutes(o.getMinutes()+f%60),u.setHours(u.getHours()+f/60),u.setMinutes(u.getMinutes()+f%60),a.setHours(a.getHours()+f/60),a.setMinutes(a.getMinutes()+f%60));var h=a.getUTCDay()-s;h<0?h=Math.abs(h)-1:h=6-h;for(var g=0;g<h;g++)a=p(a);var y=e("<table />");m(t,n,r,i).appendTo(y);var b=e("<tbody />").appendTo(y),w=e("<tr />"),E=u.getUTCDay()-s;E<0&&(E=7+E);for(var g=0;g<E;g++)u=d(u);while(u<=a){var S=e("<td />").addClass("day").append(e('<a href="javascript:;">'+u.getUTCDate()+"</a>").click(function(){var e=u;return function(){i&&i.selectDate&&i.selectDate(e)}}())).appendTo(w),x=c(u,o),T=i.selected&&c(i.selected,u);x&&S.addClass("today"),T&&S.addClass("selected"),x&&T&&S.addClass("today_selected"),u.getUTCMonth()!=r&&S.addClass("nonMonth");var N=u.getUTCDay();(N+1)%7==s&&(b.append(w),w=e("<tr />")),u=p(u)}w.children().length?b.append(w):w.remove(),t.empty().append(y)}function y(t,n){var r=n.selection&&f(n.selection);r&&(r.minute=Math.floor(r.minute/15)*15);var i=n.startTime&&n.startTime.hour*60+n.startTime.minute,s,o=e("<ul />");for(var a=0;a<24;a++)for(var l=0;l<60;l+=15){if(i&&i>a*60+l)continue;(function(){var t=u(a,l,n.isoTime),f=t;if(i!=null){var c=a*60+l-i;c<60?f+=" ("+c+" min)":c==60?f+=" (1 hr)":f+=" ("+Math.floor(c/60)+" hr "+c%60+" min)"}var h=e("<li />").append(e('<a href="javascript:;">'+f+"</a>").click(function(){n&&n.selectTime&&n.selectTime(t)}).mousemove(function(){e("li.selected",o).removeClass("selected")})).appendTo(o);!s&&a==n.defaultHour&&(s=h),r&&r.hour==a&&r.minute==l&&(h.addClass("selected"),s=h)})()}s&&setTimeout(function(){t[0].scrollTop=s[0].offsetTop-s.height()*2},0),t.empty().append(o)}function b(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function w(){e(this).data("timespan.stored",this.value)}function E(t,n,r,i,a,f,l,c,h,p){r.val(r.data("timespan.initial_value")),f.val(f.data("timespan.initial_value")),l.get(0).checked=l.data("timespan.initial_value");var d=s(r,p,0,15);n.val(u(d.getUTCHours(),d.getUTCMinutes(),c)),t.val(o(d,h));var v=s(f,d.getTime(),1,15);a.val(u(v.getUTCHours(),v.getUTCMinutes(),c)),l.get(0).checked&&v.setUTCDate(v.getUTCDate()-1),i.val(o(v,h)),t.each(w),n.each(w),i.each(w),a.each(w),l.trigger("change.timespan"),e("#ai1ec_instant_event").trigger("change.timespan")}var t={us:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"m/d/y",order:"middleEndian",zeroPad:!1},iso:{pattern:/([\d]{4}|[\d]{2})-([\d]{1,2})-([\d]{1,2})/,format:"y-m-d",order:"bigEndian",zeroPad:!0},dot:{pattern:/([\d]{1,2}).([\d]{1,2}).([\d]{4}|[\d]{2})/,format:"d.m.y",order:"littleEndian",zeroPad:!1},def:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"d/m/y",order:"littleEndian",zeroPad:!1}},n=function(e){return e<10?"0"+e:e},r=function(e,t){typeof t=="undefined"&&(t=!1);var r=e.getUTCFullYear()+"-"+n(e.getUTCMonth()+1)+"-"+n(e.getUTCDate());return t&&(r+="T"+n(e.getUTCHours())+":"+n(e.getUTCMinutes())+":00"),r},i=function(e,t){var n=e.val(),r=null;if(n.length<4)r=new Date(t);else{r=new Date(n);var i=n.split("T"),s=i[0].split("-"),o=i[1].split(":");r.setUTCFullYear(s[0],s[1]-1,s[2]),r.setUTCHours(o[0],o[1],o[2],0)}return r},s=function(e,t,n,r){return t+=n*36e5,t-=t%(r*6e4),i(e,t)},o=function(e,n,r){var i,s,o;typeof t[n]=="undefined"&&(n="def"),typeof r=="undefined"&&(r=!1),!0===r?(i=e.getFullYear().toString(),s=(e.getMonth()+1).toString(),o=e.getDate().toString()):(i=e.getUTCFullYear().toString(),s=(e.getUTCMonth()+1).toString(),o=e.getUTCDate().toString()),t[n].zeroPad&&(s.length==1&&(s="0"+s),o.length==1&&(o="0"+o));var u=t[n].format;return u=u.replace("d",o),u=u.replace("m",s),u=u.replace("y",i),u},u=function(e,t,n){var r=t;t<10&&(r="0"+t);if(n){var i=e;return i<10&&(i="0"+e),i+":"+r}var i=e%12;i==0&&(i=12);var s=e<12?"am":"pm";return i+":"+r+s},a=function(e,n){typeof t[n]=="undefined"&&(n="def");var r=e.match(t[n].pattern);if(!r||r.length!=4)return Date("invalid");switch(t[n].order){case"bigEndian":var i=r[3],s=r[2],o=r[1];break;case"littleEndian":var i=r[1],s=r[2],o=r[3];break;case"middleEndian":var i=r[2],s=r[1],o=r[3];break;default:var i=r[1],s=r[2],o=r[3]}return o.length==2&&(o=(new Date).getUTCFullYear().toString().substr(0,2)+o),new Date(s+"/"+i+"/"+o+" GMT")},f=function(e){var t=t=/(\d+)\s*[:\-\.,]\s*(\d+)\s*(am|pm)?/i.exec(e);if(t&&t.length>=3){var n=Number(t[1]),r=Number(t[2]);return n==12&&t[3]&&(n-=12),t[3]&&t[3].toLowerCase()=="pm"&&(n+=12),{hour:n,minute:r}}return null};e.fn.calendricalDate=function(t){return t=t||{},t.padding=t.padding||4,t.monthNames=t.monthNames||"January,February,March,April,May,June,July,August,September,October,November,December",t.dayNames=t.dayNames||"S,M,T,W,T,F,S",t.weekStartDay=t.weekStartDay||0,this.each(function(){var n=e(this),r,i=!1;n.bind("focus",function(){if(r)return;var s=n.position(),u=n.css("padding-left");r=e("<div />").addClass("calendricalDatePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:s.left,top:s.top+n.height()+t.padding*2}),n.after(r);var f=a(n.val(),t.dateFormat);f.getUTCFullYear()||(f=t.today?t.today:l()),g(r,f.getUTCFullYear(),f.getUTCMonth(),{today:t.today,selected:f,monthNames:t.monthNames,dayNames:t.dayNames,weekStartDay:t.weekStartDay,selectDate:function(e){i=!1,n.val(o(e,t.dateFormat)),r.remove(),r=null;if(t.endDate){var s=a(t.endDate.val(),t.dateFormat);s>=f&&t.endDate.val(o(new Date(e.getTime()+s.getTime()-f.getTime()),t.dateFormat))}}})}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalDateRange=function(t){return this.length>=2&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[1])},t)),e(this[1]).calendricalDate(t)),this},e.fn.calendricalDateRangeSingle=function(t){return this.length==1&&e(this).calendricalDate(t),this},e.fn.calendricalTime=function(t){return t=t||{},t.padding=t.padding||4,this.each(function(){var n=e(this),r,i=!1;n.bind("focus click",function(){if(r)return;var s=t.startTime;s&&t.startDate&&t.endDate&&!c(a(t.startDate.val()),a(t.endDate.val()))&&(s=!1);var o=n.position();r=e("<div />").addClass("calendricalTimePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:o.left,top:o.top+n.height()+t.padding*2}),s&&r.addClass("calendricalEndTimePopup"),n.after(r);var u={selection:n.val(),selectTime:function(e){i=!1,n.val(e),r.remove(),r=null},isoTime:t.isoTime||!1,defaultHour:t.defaultHour!=null?t.defaultHour:8};s&&(u.startTime=f(t.startTime.val())),y(r,u)}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalTimeRange=function(t){return this.length>=2&&(e(this[0]).calendricalTime(t),e(this[1]).calendricalTime(e.extend({startTime:e(this[0])},t))),this},e.fn.calendricalDateTimeRange=function(t){return this.length>=4&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[2])},t)),e(this[1]).calendricalTime(t),e(this[2]).calendricalDate(t),e(this[3]).calendricalTime(e.extend({startTime:e(this[1]),startDate:e(this[0]),endDate:e(this[2])},t))),this};var S={allday:"#allday",start_date_input:"#start-date-input",start_time_input:"#start-time-input",start_time:"#start-time",end_date_input:"#end-date-input",end_time_input:"#end-time-input",end_time:"#end-time",twentyfour_hour:!1,date_format:"def",now:new Date},x={init:function(t){function C(){var e=a(s.val(),n.date_format).getTime()/1e3,t=f(l.val());e+=t.hour*3600+t.minute*60;var r=a(h.val(),n.date_format).getTime()/1e3,i=f(p.val());return r+=i.hour*3600+i.minute*60,r-e}function k(){var e=a(s.data("timespan.stored"),n.date_format),t=f(l.data("timespan.stored")),r=e.getTime()/1e3+t.hour*3600+t.minute*60+s.data("time_diff");return r=new Date(r*1e3),h.val(o(r,n.date_format)),p.val(u(r.getUTCHours(),r.getUTCMinutes(),n.twentyfour_hour)),!0}var n=e.extend({},S,t),i=e(n.allday),s=e(n.start_date_input),l=e(n.start_time_input),c=e(n.start_time),h=e(n.end_date_input),p=e(n.end_time_input),d=e(n.end_time),v=e("#ai1ec_instant_event"),m=h.add(p),g=s.add(n.end_date_input),y=l.add(n.end_time_input),x=s.add(n.start_time_input).add(n.end_date_input).add(n.end_time_input);x.bind("focus.timespan",w),v.bind("change.timespan",function(){this.checked?(m.closest("tr").fadeOut(),i.attr("disabled",!0)):(i.removeAttr("disabled"),m.closest("tr").fadeIn())});var T=new Date(n.now.getFullYear(),n.now.getMonth(),n.now.getDate()),N=!1;return i.bind("change.timespan",function(){this.checked?(y.fadeOut(),v.attr("disabled",!0)):(v.removeAttr("disabled"),y.fadeIn()),N||(N=!0,x.calendricalDateTimeRange({today:T,dateFormat:n.date_format,isoTime:n.twentyfour_hour,monthNames:n.month_names,dayNames:n.day_names,weekStartDay:n.week_start_day}))}).get().checked=!1,g.bind("blur.timespan",function(){var t=a(this.value,n.date_format);isNaN(t)?b(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(o(t,n.date_format)))}),y.bind("blur.timespan",function(){var t=f(this.value);t?(e(this).data("timespan.stored",this.value),e(this).val(u(t.hour,t.minute,n.twentyfour_hour))):b(e(this))}),s.add(n.start_time_input).bind("focus.timespan",function(){s.data("time_diff",C())}).bind("blur.timespan",function(){s.data("time_diff")<0&&s.data("time_diff",900);var e=k()}),h.add(n.start_time_input).bind("blur.timespan",function(){if(C()<0){s.data("time_diff",900);var e=k()}}),s.closest("form").bind("submit.timespan",function(){var e=a(s.val(),n.date_format).getTime()/1e3;if(!isNaN(e)){if(!i.get(0).checked){var t=f(l.val());t?e+=t.hour*3600+t.minute*60:e=""}}else e="";e>0&&c.val(r(new Date(e*1e3),!0));var o=a(h.val(),n.date_format).getTime()/1e3;if(!isNaN(o))if(i.get(0).checked)o+=86400;else{var t=f(p.val());t?o+=t.hour*3600+t.minute*60:o=""}else o="";o>0&&d.val(r(new Date(o*1e3),!0))}),c.data("timespan.initial_value",c.val()),d.data("timespan.initial_value",d.val()),i.data("timespan.initial_value",i.get(0).checked),E(s,l,c,h,p,d,i,n.twentyfour_hour,n.date_format,n.now),this},reset:function(t){var n=e.extend({},S,t);return E(e(n.start_date_input),e(n.start_time_input),e(n.start_time),e(n.end_date_input),e(n.end_time_input),e(n.end_time),e(n.allday),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},S,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};return e.timespan=function(t){if(x[t])return x[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return x.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")},{formatDate:o,parseDate:a}}),timely.define("scripts/add_new_event/event_date_time/date_time_utility_functions",["jquery_timely","ai1ec_config","libs/utils","external_libs/jquery.calendrical_timespan"],function(e,t,n,r){var i=n.get_ajax_url(),s=function(t,n,r,i,s,o){e(t).val(i),e("#ai1ec_repeat_box").modal("hide");var u=e.trim(e(n).text());u.lastIndexOf(":")===-1&&(u=u.substring(0,u.length-3),e(n).text(u+":")),e(s).attr("disabled",!1),e(r).fadeOut("fast",function(){e(this).text(o.message),e(this).fadeIn("fast")})},o=function(t,n,r,i){e("#ai1ec_repeat_box .ai1ec-alert-danger").text(r.message).removeClass("ai1ec-hide"),e(i).attr("disabled",!1),e(t).val("");var s=e.trim(e(n).text());s.lastIndexOf("...")===-1&&(s=s.substring(0,s.length-1),e(n).text(s+"...")),e(this).closest("tr").find(".ai1ec_rule_text").text()===""&&e(t).siblings("input:checkbox").removeAttr("checked")},u=function(t,n,r,i,s){e(document).on("click",t,function(){if(!e(n).is(":checked")){e(n).attr("checked",!0);var t=e.trim(e(r).text());t=t.substring(0,t.length-3),e(r).text(t+":")}return c(i,s),!1})},a=function(t,n,r,i,s){e(t).click(function(){if(e(this).is(":checked"))this.id==="ai1ec_repeat"&&e("#ai1ec_exclude").removeAttr("disabled"),c(i,s);else{this.id==="ai1ec_repeat"&&(e("#ai1ec_exclude").removeAttr("checked").attr("disabled",!0),e("#ai1ec_exclude_text > a").text("")),e(n).text("");var t=e.trim(e(r).text());t=t.substring(0,t.length-1),e(r).text(t+"...")}})},f=function(t,n,r){if(e.trim(e(t).text())===""){e(n).removeAttr("checked"),e("#ai1ec_repeat").is(":checked")||e("#ai1ec_exclude").attr("disabled",!0);var i=e.trim(e(r).text());i.lastIndexOf("...")===-1&&(i=i.substring(0,i.length-1),e(r).text(i+"..."))}},l=function(){e("#ai1ec_count, #ai1ec_daily_count, #ai1ec_weekly_count, #ai1ec_monthly_count, #ai1ec_yearly_count").rangeinput({css:{input:"ai1ec-range",slider:"ai1ec-slider",progress:"ai1ec-progress",handle:"ai1ec-handle"}});var n=e("#ai1ec_recurrence_calendar");n.datepicker({multidate:!0,weekStart:t.week_start_day}),n.on("changeDate",function(n){var i=[],s=[];for(var o=0;o<n.dates.length;o++){var u=new Date(n.dates[o]),a=""+u.getFullYear()+("0"+(u.getMonth()+1)).slice(-2)+("0"+u.getDate()).slice(-2)+"T000000Z",f='<span class="ai1ec-label ai1ec-label-default">'+r.formatDate(u,t.date_format,!0)+"</span>";i.push(a),s.push(f)}e("#ai1ec_rec_dates_list").html(s.join(" ")),e("#ai1ec_rec_custom_dates").val(i.join(","))});var i={start_date_input:"#ai1ec_until-date-input",start_time:"#ai1ec_until-time",date_format:t.date_format,month_names:t.month_names,day_names:t.day_names,week_start_day:t.week_start_day,twentyfour_hour:t.twentyfour_hour,now:new Date(t.now*1e3)};e.inputdate(i),e(document).trigger("ai1ec.recurrence-modal.inited")},c=function(t,n){var r=e("#ai1ec_repeat_box"),s=e(".ai1ec-loading",r);r.modal({backdrop:"static"}),e.post(i,t,function(e){e.error?(window.alert(e.message),r.modal("hide")):(s.addClass("ai1ec-hide").after(e.message),typeof n=="function"&&n())},"json")};return{show_repeat_tabs:c,init_modal_widgets:l,click_on_modal_cancel:f,click_on_checkbox:a,click_on_ics_rule_text:u,repeat_form_error:o,repeat_form_success:s}}),timely.define("external_libs/bootstrap/button",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r)};t.DEFAULTS={loadingText:"loading..."},t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.is("input")?"val":"html",i=n.data();e+="Text",i.resetText||n.data("resetText",n[r]()),n[r](i[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass("ai1ec-"+t).attr(t,t):n.removeClass("ai1ec-"+t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="ai1ec-buttons"]'),t=!0;if(e.length){var n=this.$element.find("input");n.prop("type")==="radio"&&(n.prop("checked")&&this.$element.hasClass("ai1ec-active")?t=!1:e.find(".ai1ec-active").removeClass("ai1ec-active")),t&&n.prop("checked",!this.$element.hasClass("ai1ec-active")).trigger("change")}t&&this.$element.toggleClass("ai1ec-active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("bs.button"),s=typeof n=="object"&&n;i||r.data("bs.button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.bs.button.data-api","[data-toggle^=ai1ec-button]",function(t){var n=e(t.target);n.hasClass("ai1ec-btn")||(n=n.closest(".ai1ec-btn")),n.button("toggle"),t.preventDefault()})}),timely.define("scripts/add_new_event/event_date_time/date_time_event_handlers",["jquery_timely","ai1ec_config","scripts/add_new_event/event_date_time/date_time_utility_functions","external_libs/jquery.calendrical_timespan","libs/utils","external_libs/bootstrap/button"],function(e,t,n,r,i){var s=i.get_ajax_url(),o=function(){var t=e("#ai1ec_end option:selected").val();switch(t){case"0":e("#ai1ec_until_holder, #ai1ec_count_holder").collapse("hide");break;case"1":e("#ai1ec_until_holder").collapse("hide"),e("#ai1ec_count_holder").collapse("show");break;case"2":e("#ai1ec_count_holder").collapse("hide"),e("#ai1ec_until_holder").collapse("show")}},u=function(){e("#publish").trigger("click")},a=function(){var i=e(this),o="",u=e("#ai1ec_repeat_box .ai1ec-tab-pane.ai1ec-active"),a=u.data("freq"),f=!0;switch(a){case"daily":o+="FREQ=DAILY;";var l=e("#ai1ec_daily_count").val();l>1&&(o+="INTERVAL="+l+";");break;case"weekly":o+="FREQ=WEEKLY;";var c=e("#ai1ec_weekly_count").val();c>1&&(o+="INTERVAL="+c+";");var h=e('input[name="ai1ec_weekly_date_select"]:first').val(),p=e('#ai1ec_weekly_date_select > div:first > input[type="hidden"]:first').val();h.length>0&&(o+="WKST="+p+";BYday="+h+";");break;case"monthly":o+="FREQ=MONTHLY;";var d=e("#ai1ec_monthly_count").val(),v=e('input[name="ai1ec_monthly_type"]:checked').val();d>1&&(o+="INTERVAL="+d+";");var m=e('input[name="ai1ec_montly_date_select"]:first').val();if(m.length>0&&v==="bymonthday")o+="BYMONTHDAY="+m+";";else if(v==="byday"){var g=e("#ai1ec_monthly_byday_num").val(),y=e("#ai1ec_monthly_byday_weekday").val();o+="BYday="+g+y+";"}break;case"yearly":o+="FREQ=YEARLY;";var b=e("#ai1ec_yearly_count").val();b>1&&(o+="INTERVAL="+b+";");var w=e('input[name="ai1ec_yearly_date_select"]:first').val();w.length>0&&(o+="BYMONTH="+w+";");break;case"custom":"1"===e("#ai1ec_is_box_repeat").val()?o+="RDATE=":o+="EXDATE=",o+=e("#ai1ec_rec_custom_dates").val(),f=!1}var E=e("#ai1ec_end").val();if("1"===E&&f)o+="COUNT="+e("#ai1ec_count").val()+";";else if("2"===E&&f){var S=e("#ai1ec_until-date-input").val();S=r.parseDate(S,t.date_format);var x=e("#ai1ec_start-time").val();x=r.parseDate(x,t.date_format),x=new Date(x);var T=S.getUTCDate(),N=S.getUTCMonth()+1,C=x.getUTCHours(),k=x.getUTCMinutes();N=N<10?"0"+N:N,T=T<10?"0"+T:T,C=C<10?"0"+C:C,k=k<10?"0"+k:k,S=S.getUTCFullYear()+""+N+T+"T235959Z",o+="UNTIL="+S+";"}var L={action:"ai1ec_rrule_to_text",rrule:o};i.button("loading").next().addClass("ai1ec-disabled"),e.post(s,L,function(t){t.error?(i.button("reset").next().removeClass("ai1ec-disabled"),"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_error("#ai1ec_rrule","#ai1ec_repeat_label",t,i):n.repeat_form_error("#ai1ec_exrule","#ai1ec_exclude_label",t,i)):"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_success("#ai1ec_rrule","#ai1ec_repeat_label","#ai1ec_repeat_text > a",o,i,t):n.repeat_form_success("#ai1ec_exrule","#ai1ec_exclude_label","#ai1ec_exclude_text > a",o,i,t)},"json")},f=function(){return e("#ai1ec_is_box_repeat").val()==="1"?n.click_on_modal_cancel("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label"):n.click_on_modal_cancel("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label"),e("#ai1ec_repeat_box").modal("hide"),!1},l=function(){e(this).is("#ai1ec_monthly_type_bymonthday")?(e("#ai1ec_repeat_monthly_byday").collapse("hide"),e("#ai1ec_repeat_monthly_bymonthday").collapse("show")):(e("#ai1ec_repeat_monthly_bymonthday").collapse("hide"),e("#ai1ec_repeat_monthly_byday").collapse("show"))},c=function(){var t=e(this),n=[],r=t.closest(".ai1ec-btn-group-grid"),i;t.toggleClass("ai1ec-active"),e("a",r).each(function(){var t=e(this);t.is(".ai1ec-active")&&(i=t.next().val(),n.push(i))}),r.next().val(n.join())},h=function(){n.click_on_ics_rule_text("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_ics_rule_text("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_repeat","#ai1ec_repeat_text > a","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_exclude","#ai1ec_exclude_text > a","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets)},p=function(t){return e("#ai1ec_widget_calendar").toggle(),!1},d=function(){e(".ai1ec-modal-content",this).not(".ai1ec-loading ").remove().end().removeClass("ai1ec-hide")},v=function(){var t=e("#ai1ec_repeat_box").find("ul.ai1ec-nav").find("li.ai1ec-active"),n=e("#ai1ec_repeat_box").find(".ai1ec-end-field");t.hasClass("ai1ec-freq-custom")?n.addClass("ai1ec-hidden"):n.removeClass("ai1ec-hidden"),t.hasClass("ai1ec-freq-monthly")&&l()},m=function(){var t=e("#ai1ec-tab-content").data("activeFreq"),n=e("#ai1ec_recurrence_calendar");e(".ai1ec-freq").removeClass("ai1ec-active"),e(".ai1ec-freq-"+t).addClass("ai1ec-active"),e(document).on("shown.bs.tab",v),o(),v()};return e(document).on("ai1ec.recurrence-modal.inited",m),{show_end_fields:o,trigger_publish:u,handle_click_on_apply_button:a,handle_click_on_cancel_modal:f,handle_checkbox_monthly_tab_modal:l,execute_pseudo_handlers:h,handle_animation_of_calendar_widget:p,handle_click_on_toggle_buttons:c,handle_modal_hide:d}}),timely.define("scripts/add_new_event/event_cost_helper",["jquery_timely","ai1ec_config"],function(e,t){var n=e(".ai1ec-tickets-cost"),r=e(".ai1ec-tickets-url-text"),i=e(".ai1ec-register-url-text");e('input[name="ai1ec_cost_type"]').on("click change",function(){var t=e(".ai1ec-no-tickets"),n=e(".ai1ec-tickets-form, .ai1ec-tickets-list-container"),r=e(".ai1ec-tickets-external");"free"===this.value?(n.hide(),r.hide(),t.show()):"tickets"===this.value?(n.show(),r.hide(),t.hide()):(n.hide(),r.show(),t.show())}),e('input[name="ai1ec_cost_type"]:checked').click(),e("#ai1ec_is_free").on("click",function(){this.checked?(n.addClass("ai1ec-hidden"),r.addClass("ai1ec-hidden"),i.removeClass("ai1ec-hidden")):(n.removeClass("ai1ec-hidden"),r.removeClass("ai1ec-hidden"),i.addClass("ai1ec-hidden"))})}),timely.define("external_libs/jquery.inputdate",["jquery_timely","external_libs/jquery.calendrical_timespan"],function(e,t){function n(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function r(){e(this).data("timespan.stored",this.value)}function i(e,n,i,s,o){n.val(n.data("timespan.initial_value"));var u=parseInt(n.val());isNaN(parseInt(u))?u=new Date(o):u=new Date(parseInt(u)*1e3),e.val(t.formatDate(u,s)),e.each(r)}var s={start_date_input:"date-input",start_time:"time",twentyfour_hour:!1,date_format:"def",now:new Date},o={init:function(o){var u=e.extend({},s,o),a=e(u.start_date_input),f=e(u.start_time),l=a,c=a;return c.bind("focus.timespan",r),l.calendricalDate({today:new Date(u.now.getFullYear(),u.now.getMonth(),u.now.getDate()),dateFormat:u.date_format,monthNames:u.month_names,dayNames:u.day_names,weekStartDay:u.week_start_day}),l.bind("blur.timespan",function(){var r=t.parseDate(this.value,u.date_format);isNaN(r)?n(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(t.formatDate(r,u.date_format)))}),a.bind("focus.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3}).bind("blur.timespan",function(){var e=t.parseDate(a.data("timespan.stored"),u.date_format)}),a.closest("form").bind("submit.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3;isNaN(e)&&(e=""),f.val(e)}),f.data("timespan.initial_value",f.val()),i(a,f,u.twentyfour_hour,u.date_format,u.now),this},reset:function(t){var n=e.extend({},s,t);return i(e(n.start_date_input),e(n.start_time),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},s,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};e.inputdate=function(t){if(o[t])return o[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return o.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")}}),timely.define("external_libs/jquery.tools",["jquery_timely"],function(e){function i(e,t){var n=Math.pow(10,t);return Math.round(e*n)/n}function s(e,t){var n=parseInt(e.css(t),10);if(n)return n;var r=e[0].currentStyle;return r&&r.width&&parseInt(r.width,10)}function o(e){var t=e.data("events");return t&&t.onSlide}function u(t,n){function x(e,s,o,u){o===undefined?o=s/h*m:u&&(o-=n.min),g&&(o=Math.round(o/g)*g);if(s===undefined||g)s=o*h/m;if(isNaN(o))return r;s=Math.max(0,Math.min(s,h)),o=s/h*m;if(u||!f)o+=n.min;f&&(u?s=h-s:o=n.max-o),o=i(o,y);var a=e.type=="click";if(S&&l!==undefined&&!a){e.type="onSlide",E.trigger(e,[o,s]);if(e.isDefaultPrevented())return r}var c=a?n.speed:0,b=a?function(){e.type="change",E.trigger(e,[o])}:null;return f?(d.animate({top:s},c,b),n.progress&&v.animate({height:h-s+d.height()/2},c)):(d.animate({left:s},c,b),n.progress&&v.animate({width:s+d.width()/2},c)),l=o,p=s,t.val(o),r}function T(){f=n.vertical||s(a,"height")>s(a,"width"),f?(h=s(a,"height")-s(d,"height"),c=a.offset().top+h):(h=s(a,"width")-s(d,"width"),c=a.offset().left)}function N(){T(),r.setValue(n.value!==undefined?n.value:n.min)}var r=this,u=n.css,a=e("<div><div/><a href='#'/></div>").data("rangeinput",r),f,l,c,h,p;t.before(a);var d=a.addClass(u.slider).find("a").addClass(u.handle),v=a.find("div").addClass(u.progress);e.each("min,max,step,value".split(","),function(e,r){var i=t.attr(r);parseFloat(i)&&(n[r]=parseFloat(i,10))});var m=n.max-n.min,g=n.step=="any"?0:n.step,y=n.precision;y===undefined&&(y=g.toString().split("."),y=y.length===2?y[1].length:0);if(t.attr("type")=="range"){var b=t.clone().wrap("<div/>").parent().html(),w=e(b.replace(/type/i,"type=text data-orig-type"));w.val(n.value),t.replaceWith(w),t=w}t.addClass(u.input);var E=e(r).add(t),S=!0;e.extend(r,{getValue:function(){return l},setValue:function(t,n){return T(),x(n||e.Event("api"),undefined,t,!0)},getConf:function(){return n},getProgress:function(){return v},getHandle:function(){return d},getInput:function(){return t},step:function(t,i){i=i||e.Event();var s=n.step=="any"?1:n.step;r.setValue(l+s*(t||1),i)},stepUp:function(e){return r.step(e||1)},stepDown:function(e){return r.step(-e||-1)}}),e.each("onSlide,change".split(","),function(t,i){e.isFunction(n[i])&&e(r).on(i,n[i]),r[i]=function(t){return t&&e(r).on(i,t),r}}),d.drag({drag:!1}).on("dragStart",function(){T(),S=o(e(r))||o(t)}).on("drag",function(e,n,r){if(t.is(":disabled"))return!1;x(e,f?n:r)}).on("dragEnd",function(e){e.isDefaultPrevented()||(e.type="change",E.trigger(e,[l]))}).click(function(e){return e.preventDefault()}),a.click(function(e){if(t.is(":disabled")||e.target==d[0])return e.preventDefault();T();var n=f?d.height()/2:d.width()/2;x(e,f?h-c-n+e.pageY:e.pageX-c-n)}),n.keyboard&&t.keydown(function(n){if(t.attr("readonly"))return;var i=n.keyCode,s=e([75,76,38,33,39]).index(i)!=-1,o=e([74,72,40,34,37]).index(i)!=-1;if((s||o)&&!(n.shiftKey||n.altKey||n.ctrlKey))return s?r.step(i==33?10:1,n):o&&r.step(i==34?-10:-1,n),n.preventDefault()}),t.blur(function(t){var n=e(this).val();n!==l&&r.setValue(n,t)}),e.extend(t[0],{stepUp:r.stepUp,stepDown:r.stepDown}),N(),h||e(window).load(N)}e.tools=e.tools||{version:"1.2.7"};var t;t=e.tools.rangeinput={conf:{min:0,max:100,step:"any",steps:0,value:0,precision:undefined,vertical:0,keyboard:!0,progress:!1,speed:100,css:{input:"range",slider:"slider",progress:"progress",handle:"handle"}}};var n,r;e.fn.drag=function(t){return document.ondragstart=function(){return!1},t=e.extend({x:!0,y:!0,drag:!0},t),n=n||e(document).on("mousedown mouseup",function(i){var s=e(i.target);if(i.type=="mousedown"&&s.data("drag")){var o=s.position(),u=i.pageX-o.left,a=i.pageY-o.top,f=!0;n.on("mousemove.drag",function(e){var n=e.pageX-u,i=e.pageY-a,o={};t.x&&(o.left=n),t.y&&(o.top=i),f&&(s.trigger("dragStart"),f=!1),t.drag&&s.css(o),s.trigger("drag",[i,n]),r=s}),i.preventDefault()}else try{r&&r.trigger("dragEnd")}finally{n.off("mousemove.drag"),r=null}}),this.data("drag",!0)},e.expr[":"].range=function(t){var n=t.getAttribute("type");return n&&n=="range"||!!e(t).filter("input").data("rangeinput")},e.fn.rangeinput=function(n){if(this.data("rangeinput"))return this;n=e.extend(!0,{},t.conf,n);var r;return this.each(function(){var t=new u(e(this),e.extend(!0,{},n)),i=t.getInput().data("rangeinput",t);r=r?r.add(i):i}),r?r:this}}),timely.define("external_libs/locales/bootstrap-datepicker.bg",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.bg={days:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота","Неделя"],daysShort:["Нед","Пон","Вто","Сря","Чет","Пет","Съб","Нед"],daysMin:["Н","П","В","С","Ч","П","С","Н"],months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],monthsShort:["Ян","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Ное","Дек"],today:"днес"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.br",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.br={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.cs",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.cs={days:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota","Neděle"],daysShort:["Ned","Pon","Úte","Stř","Čtv","Pát","Sob","Ned"],daysMin:["Ne","Po","Út","St","Čt","Pá","So","Ne"],months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],monthsShort:["Led","Úno","Bře","Dub","Kvě","Čer","Čnc","Srp","Zář","Říj","Lis","Pro"],today:"Dnes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.da",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.da={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",clear:"Nulstil"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.de",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.de={days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag"],daysShort:["Son","Mon","Die","Mit","Don","Fre","Sam","Son"],daysMin:["So","Mo","Di","Mi","Do","Fr","Sa","So"],months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],today:"Heute",clear:"Löschen",weekStart:1,format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.es",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.es={days:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado","Domingo"],daysShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb","Dom"],daysMin:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Do"],months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthsShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],today:"Hoy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fi",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fi={days:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai","sunnuntai"],daysShort:["sun","maa","tii","kes","tor","per","lau","sun"],daysMin:["su","ma","ti","ke","to","pe","la","su"],months:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],monthsShort:["tam","hel","maa","huh","tou","kes","hei","elo","syy","lok","mar","jou"],today:"tänään",weekStart:1,format:"d.m.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dim"],daysMin:["D","L","Ma","Me","J","V","S","D"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],today:"Aujourd'hui",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.id",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.id={days:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu"],daysShort:["Mgu","Sen","Sel","Rab","Kam","Jum","Sab","Mgu"],daysMin:["Mg","Sn","Sl","Ra","Ka","Ju","Sa","Mg"],months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nov","Des"],today:"Hari Ini",clear:"Kosongkan"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.is",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.is={days:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur","Sunnudagur"],daysShort:["Sun","Mán","Þri","Mið","Fim","Fös","Lau","Sun"],daysMin:["Su","Má","Þr","Mi","Fi","Fö","La","Su"],months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],today:"Í Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.it",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Domenica"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Dom"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa","Do"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",clear:"Cancella",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ja",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ja={days:["日曜","月曜","火曜","水曜","木曜","金曜","土曜","日曜"],daysShort:["日","月","火","水","木","金","土","日"],daysMin:["日","月","火","水","木","金","土","日"],months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今日",format:"yyyy/mm/dd"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.kr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.kr={days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일","일요일"],daysShort:["일","월","화","수","목","금","토","일"],daysMin:["일","월","화","수","목","금","토","일"],months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lt={days:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis","Sekmadienis"],daysShort:["S","Pr","A","T","K","Pn","Š","S"],daysMin:["Sk","Pr","An","Tr","Ke","Pn","Št","Sk"],months:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],monthsShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gru"],today:"Šiandien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lv={days:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena","Svētdiena"],daysShort:["Sv","P","O","T","C","Pk","S","Sv"],daysMin:["Sv","Pr","Ot","Tr","Ce","Pk","Se","Sv"],months:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],today:"Šodien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ms",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ms={days:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu","Ahad"],daysShort:["Aha","Isn","Sel","Rab","Kha","Jum","Sab","Aha"],daysMin:["Ah","Is","Se","Ra","Kh","Ju","Sa","Ah"],months:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],today:"Hari Ini"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nb",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nb={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"I Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nl={days:["Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag"],daysShort:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],daysMin:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],months:["Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"Vandaag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pl={days:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota","Niedziela"],daysShort:["Nie","Pn","Wt","Śr","Czw","Pt","So","Nie"],daysMin:["N","Pn","Wt","Śr","Cz","Pt","So","N"],months:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthsShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],today:"Dzisiaj",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt-BR",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["pt-BR"]={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pt={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ru",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ru={days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота","Воскресенье"],daysShort:["Вск","Пнд","Втр","Срд","Чтв","Птн","Суб","Вск"],daysMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Вс"],months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],today:"Сегодня",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sl={days:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota","Nedelja"],daysShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob","Ned"],daysMin:["Ne","Po","To","Sr","Če","Pe","So","Ne"],months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sv={days:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag","Söndag"],daysShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör","Sön"],daysMin:["Sö","Må","Ti","On","To","Fr","Lö","Sö"],months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",format:"yyyy-mm-dd",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.th",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.th={days:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"],daysShort:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],daysMin:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthsShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],today:"วันนี้"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.tr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.tr={days:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"],daysShort:["Pz","Pzt","Sal","Çrş","Prş","Cu","Cts","Pz"],daysMin:["Pz","Pzt","Sa","Çr","Pr","Cu","Ct","Pz"],months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthsShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],today:"Bugün",format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-CN",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["周日","周一","周二","周三","周四","周五","周六","周日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今日",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-TW",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-TW"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["週日","週一","週二","週三","週四","週五","週六","週日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今天",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/bootstrap_datepicker",["jquery_timely","ai1ec_config","external_libs/locales/bootstrap-datepicker.bg","external_libs/locales/bootstrap-datepicker.br","external_libs/locales/bootstrap-datepicker.cs","external_libs/locales/bootstrap-datepicker.da","external_libs/locales/bootstrap-datepicker.de","external_libs/locales/bootstrap-datepicker.es","external_libs/locales/bootstrap-datepicker.fi","external_libs/locales/bootstrap-datepicker.fr","external_libs/locales/bootstrap-datepicker.id","external_libs/locales/bootstrap-datepicker.is","external_libs/locales/bootstrap-datepicker.it","external_libs/locales/bootstrap-datepicker.ja","external_libs/locales/bootstrap-datepicker.kr","external_libs/locales/bootstrap-datepicker.lt","external_libs/locales/bootstrap-datepicker.lv","external_libs/locales/bootstrap-datepicker.ms","external_libs/locales/bootstrap-datepicker.nb","external_libs/locales/bootstrap-datepicker.nl","external_libs/locales/bootstrap-datepicker.pl","external_libs/locales/bootstrap-datepicker.pt-BR","external_libs/locales/bootstrap-datepicker.pt","external_libs/locales/bootstrap-datepicker.ru","external_libs/locales/bootstrap-datepicker.sl","external_libs/locales/bootstrap-datepicker.sv","external_libs/locales/bootstrap-datepicker.th","external_libs/locales/bootstrap-datepicker.tr","external_libs/locales/bootstrap-datepicker.zh-CN","external_libs/locales/bootstrap-datepicker.zh-TW"],function(e,t){function r(){return new Date(Date.UTC.apply(Date,arguments))}function i(){var e=new Date;return r(e.getFullYear(),e.getMonth(),e.getDate())}function s(e){return function(){return this[e].apply(this,arguments)}}function f(t,n){var r=e(t).data(),i={},s,o=new RegExp("^"+n.toLowerCase()+"([A-Z])"),n=new RegExp("^"+n.toLowerCase());for(var u in r)n.test(u)&&(s=u.replace(o,function(e,t){return t.toLowerCase()}),i[s]=r[u]);return i}function l(t){var n={};if(!d[t]){t=t.split("-")[0];if(!d[t])return}var r=d[t];return e.each(p,function(e,t){t in r&&(n[t]=r[t])}),n}var n=e(window),o=function(){var t={get:function(e){return this.slice(e)[0]},contains:function(e){var t=e&&e.valueOf();for(var n=0,r=this.length;n<r;n++)if(this[n].valueOf()===t)return n;return-1},remove:function(e){this.splice(e,1)},replace:function(t){if(!t)return;e.isArray(t)||(t=[t]),this.clear(),this.push.apply(this,t)},clear:function(){this.splice(0)},copy:function(){var e=new o;return e.replace(this),e}};return function(){var n=[];return n.push.apply(n,arguments),e.extend(n,t),n}}(),u=function(t,n){this.dates=new o,this.viewDate=i(),this.focusDate=null,this._process_options(n),this.element=e(t),this.isInline=!1,this.isInput=this.element.is("input"),this.component=this.element.is(".ai1ec-date")?this.element.find(".ai1ec-input-group, .ai1ec-input-group-addon, .ai1ec-btn"):!1,this.hasInput=this.component&&this.element.find("input").length,this.component&&this.component.length===0&&(this.component=!1),this.picker=e(v.template),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("ai1ec-datepicker-inline").appendTo(this.element):this.picker.addClass("ai1ec-datepicker-dropdown ai1ec-dropdown-menu"),this.o.rtl&&this.picker.addClass("ai1ec-datepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("tfoot th.ai1ec-today").attr("colspan",function(e,t){return parseInt(t)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};u.prototype={constructor:u,_process_options:function(n){this._o=e.extend({},this._o,n);var r=this.o=e.extend({},this._o),i=r.language;d[i]||(i=i.split("-")[0],d[i]||(i=t.language,d[i]||(i=h.language))),r.language=i;switch(r.startView){case 2:case"decade":r.startView=2;break;case 1:case"year":r.startView=1;break;default:r.startView=0}switch(r.minViewMode){case 1:case"months":r.minViewMode=1;break;case 2:case"years":r.minViewMode=2;break;default:r.minViewMode=0}r.startView=Math.max(r.startView,r.minViewMode),r.multidate!==!0&&(r.multidate=Number(r.multidate)||!1,r.multidate!==!1?r.multidate=Math.max(0,r.multidate):r.multidate=1),r.multidateSeparator=String(r.multidateSeparator),r.weekStart%=7,r.weekEnd=(r.weekStart+6)%7;var s=v.parseFormat(r.format);r.startDate!==-Infinity&&(r.startDate?r.startDate instanceof Date?r.startDate=this._local_to_utc(this._zero_time(r.startDate)):r.startDate=v.parseDate(r.startDate,s,r.language):r.startDate=-Infinity),r.endDate!==Infinity&&(r.endDate?r.endDate instanceof Date?r.endDate=this._local_to_utc(this._zero_time(r.endDate)):r.endDate=v.parseDate(r.endDate,s,r.language):r.endDate=Infinity),r.daysOfWeekDisabled=r.daysOfWeekDisabled||[],e.isArray(r.daysOfWeekDisabled)||(r.daysOfWeekDisabled=r.daysOfWeekDisabled.split(/[,\s]*/)),r.daysOfWeekDisabled=e.map(r.daysOfWeekDisabled,function(e){return parseInt(e,10)});var o=String(r.orientation).toLowerCase().split(/\s+/g),u=r.orientation.toLowerCase();o=e.grep(o,function(e){return/^auto|left|right|top|bottom$/.test(e)}),r.orientation={x:"auto",y:"auto"};if(!!u&&u!=="auto")if(o.length===1)switch(o[0]){case"top":case"bottom":r.orientation.y=o[0];break;case"left":case"right":r.orientation.x=o[0]}else u=e.grep(o,function(e){return/^left|right$/.test(e)}),r.orientation.x=u[0]||"auto",u=e.grep(o,function(e){return/^top|bottom$/.test(e)}),r.orientation.y=u[0]||"auto"},_events:[],_secondaryEvents:[],_applyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(r=undefined,i=e[t][1]):e[t].length==3&&(r=e[t][1],i=e[t][2]),n.on(i,r)},_unapplyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(i=undefined,r=e[t][1]):e[t].length==3&&(i=e[t][1],r=e[t][2]),n.off(r,i)},_buildEvents:function(){this.isInput?this._events=[[this.element,{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}]]:this.component&&this.hasInput?this._events=[[this.element.find("input"),{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}],[this.component,{click:e.proxy(this.show,this)}]]:this.element.is("div")?this.isInline=!0:this._events=[[this.element,{click:e.proxy(this.show,this)}]],this._events.push([this.element,"*",{blur:e.proxy(function(e){this._focused_from=e.target},this)}],[this.element,{blur:e.proxy(function(e){this._focused_from=e.target},this)}]),this._secondaryEvents=[[this.picker,{click:e.proxy(this.click,this)}],[e(window),{resize:e.proxy(this.place,this)}],[e(document),{"mousedown touchstart":e.proxy(function(e){this.element.is(e.target)||this.element.find(e.target).length||this.picker.is(e.target)||this.picker.find(e.target).length||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(t,n){var r=n||this.dates.get(-1),i=this._utc_to_local(r);this.element.trigger({type:t,date:i,dates:e.map(this.dates,this._utc_to_local),format:e.proxy(function(e,t){arguments.length===0?(e=this.dates.length-1,t=this.o.format):typeof e=="string"&&(t=e,e=this.dates.length-1),t=t||this.o.format;var n=this.dates.get(e);return v.formatDate(n,t,this.o.language)},this)})},show:function(e){this.isInline||this.picker.appendTo("body"),this.picker.show(),this.height=this.component?this.component.outerHeight():this.element.outerHeight(),this.place(),this._attachSecondaryEvents(),this._trigger("show")},hide:function(){if(this.isInline)return;if(!this.picker.is(":visible"))return;this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.viewMode=this.o.startView,this.showMode(),this.o.forceParse&&(this.isInput&&this.element.val()||this.hasInput&&this.element.find("input").val())&&this.setValue(),this._trigger("hide")},remove:function(){this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().datepicker,this.isInput||delete this.element.data().date},_utc_to_local:function(e){return e&&new Date(e.getTime()+e.getTimezoneOffset()*6e4)},_local_to_utc:function(e){return e&&new Date(e.getTime()-e.getTimezoneOffset()*6e4)},_zero_time:function(e){return e&&new Date(e.getFullYear(),e.getMonth(),e.getDate())},_zero_utc_time:function(e){return e&&new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()))},getDates:function(){return e.map(this.dates,this._utc_to_local)},getUTCDates:function(){return e.map(this.dates,function(e){return new Date(e)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){return new Date(this.dates.get(-1))},setDates:function(){this.update.apply(this,arguments),this._trigger("changeDate"),this.setValue()},setUTCDates:function(){this.update.apply(this,e.map(arguments,this._utc_to_local)),this._trigger("changeDate"),this.setValue()},setDate:s("setDates"),setUTCDate:s("setUTCDates"),setValue:function(){var e=this.getFormattedDate();this.isInput?this.element.val(e).change():this.component&&this.element.find("input").val(e).change()},getFormattedDate:function(t){t===undefined&&(t=this.o.format);var n=this.o.language;return e.map(this.dates,function(e){return v.formatDate(e,t,n)}).join(this.o.multidateSeparator)},setStartDate:function(e){this._process_options({startDate:e}),this.update(),this.updateNavArrows()},setEndDate:function(e){this._process_options({endDate:e}),this.update(),this.updateNavArrows()},setDaysOfWeekDisabled:function(e){this._process_options({daysOfWeekDisabled:e}),this.update(),this.updateNavArrows()},place:function(){if(this.isInline)return;var t=this.picker.outerWidth(),r=this.picker.outerHeight(),i=10,s=n.width(),o=n.height(),u=n.scrollTop(),a=parseInt(this.element.parents().filter(function(){return e(this).css("z-index")!="auto"}).first().css("z-index"))+10,f=this.component?this.component.parent().offset():this.element.offset(),l=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),c=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),h=f.left,p=f.top;this.picker.removeClass("ai1ec-datepicker-orient-top ai1ec-datepicker-orient-bottom ai1ec-datepicker-orient-right ai1ec-datepicker-orient-left"),this.o.orientation.x!=="auto"?(this.picker.addClass("ai1ec-datepicker-orient-"+this.o.orientation.x),this.o.orientation.x==="right"&&(h-=t-c)):(this.picker.addClass("ai1ec-datepicker-orient-left"),f.left<0?h-=f.left-i:f.left+t>s&&(h=s-t-i));var d=this.o.orientation.y,v,m;d==="auto"&&(v=-u+f.top-r,m=u+o-(f.top+l+r),Math.max(v,m)===m?d="top":d="bottom"),this.picker.addClass("ai1ec-datepicker-orient-"+d),d==="top"?p+=l:p-=r+parseInt(this.picker.css("padding-top")),this.picker.css({top:p,left:h,zIndex:a})},_allow_update:!0,update:function(){if(!this._allow_update)return;var t=this.dates.copy(),n=[],r=!1;arguments.length?(e.each(arguments,e.proxy(function(e,t){t instanceof Date&&(t=this._local_to_utc(t)),n.push(t)},this)),r=!0):(n=this.isInput?this.element.val():this.element.data("date")||this.element.find("input").val(),n&&this.o.multidate?n=n.split(this.o.multidateSeparator):n=[n],delete this.element.data().date),n=e.map(n,e.proxy(function(e){return v.parseDate(e,this.o.format,this.o.language)},this)),n=e.grep(n,e.proxy(function(e){return e<this.o.startDate||e>this.o.endDate||!e},this),!0),this.dates.replace(n),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate&&(this.viewDate=new Date(this.o.endDate)),r?this.setValue():n.length&&String(t)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&t.length&&this._trigger("clearDate"),this.fill()},fillDow:function(){var e=this.o.weekStart,t="<tr>";if(this.o.calendarWeeks){var n='<th class="ai1ec-cw">&nbsp;</th>';t+=n,this.picker.find(".ai1ec-datepicker-days thead tr:first-child").prepend(n)}while(e<this.o.weekStart+7)t+='<th class="ai1ec-dow">'+d[this.o.language].daysMin[e++%7]+"</th>";t+="</tr>",this.picker.find(".ai1ec-datepicker-days thead").append(t)},fillMonths:function(){var e="",t=0;while(t<12)e+='<span class="ai1ec-month">'+d[this.o.language].monthsShort[t++]+"</span>";this.picker.find(".ai1ec-datepicker-months td").html(e)},setRange:function(t){!t||!t.length?delete this.range:this.range=e.map(t,function(e){return e.valueOf()}),this.fill()},getClassNames:function(t){var n=[],r=this.viewDate.getUTCFullYear(),i=this.viewDate.getUTCMonth(),s=new Date;return t.getUTCFullYear()<r||t.getUTCFullYear()==r&&t.getUTCMonth()<i?n.push("ai1ec-old"):(t.getUTCFullYear()>r||t.getUTCFullYear()==r&&t.getUTCMonth()>i)&&n.push("ai1ec-new"),this.focusDate&&t.valueOf()===this.focusDate.valueOf()&&n.push("ai1ec-focused"),this.o.todayHighlight&&t.getUTCFullYear()==s.getFullYear()&&t.getUTCMonth()==s.getMonth()&&t.getUTCDate()==s.getDate()&&n.push("ai1ec-today"),this.dates.contains(t)!==-1&&n.push("ai1ec-active"),(t.valueOf()<this.o.startDate||t.valueOf()>this.o.endDate||e.inArray(t.getUTCDay(),this.o.daysOfWeekDisabled)!==-1)&&n.push("ai1ec-disabled"),this.range&&(t>this.range[0]&&t<this.range[this.range.length-1]&&n.push("ai1ec-range"),e.inArray(t.valueOf(),this.range)!=-1&&n.push("ai1ec-selected")),n},fill:function(){var t=new Date(this.viewDate),n=t.getUTCFullYear(),i=t.getUTCMonth(),s=this.o.startDate!==-Infinity?this.o.startDate.getUTCFullYear():-Infinity,o=this.o.startDate!==-Infinity?this.o.startDate.getUTCMonth():-Infinity,u=this.o.endDate!==Infinity?this.o.endDate.getUTCFullYear():Infinity,a=this.o.endDate!==Infinity?this.o.endDate.getUTCMonth():Infinity,f,l;this.picker.find(".ai1ec-datepicker-days thead th.ai1ec-datepicker-switch").text(d[this.o.language].months[i]+" "+n),this.picker.find("tfoot th.ai1ec-today").text(d[this.o.language].today).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot th.ai1ec-clear").text(d[this.o.language].clear).toggle(this.o.clearBtn!==!1),this.updateNavArrows(),this.fillMonths();var c=r(n,i-1,28),h=v.getDaysInMonth(c.getUTCFullYear(),c.getUTCMonth());c.setUTCDate(h),c.setUTCDate(h-(c.getUTCDay()-this.o.weekStart+7)%7);var p=new Date(c);p.setUTCDate(p.getUTCDate()+42),p=p.valueOf();var m=[],g;while(c.valueOf()<p){if(c.getUTCDay()==this.o.weekStart){m.push("<tr>");if(this.o.calendarWeeks){var y=new Date(+c+(this.o.weekStart-c.getUTCDay()-7)%7*864e5),b=new Date(+y+(11-y.getUTCDay())%7*864e5),w=new Date(+(w=r(b.getUTCFullYear(),0,1))+(11-w.getUTCDay())%7*864e5),E=(b-w)/864e5/7+1;m.push('<td class="ai1ec-cw">'+E+"</td>")}}g=this.getClassNames(c),g.push("ai1ec-day");if(this.o.beforeShowDay!==e.noop){var S=this.o.beforeShowDay(this._utc_to_local(c));S===undefined?S={}:typeof S=="boolean"?S={enabled:S}:typeof S=="string"&&(S={classes:S}),S.enabled===!1&&g.push("ai1ec-disabled"),S.classes&&(g=g.concat(S.classes.split(/\s+/))),S.tooltip&&(f=S.tooltip)}g=e.unique(g),m.push('<td class="'+g.join(" ")+'"'+(f?' title="'+f+'"':"")+">"+c.getUTCDate()+"</td>"),c.getUTCDay()==this.o.weekEnd&&m.push("</tr>"),c.setUTCDate(c.getUTCDate()+1)}this.picker.find(".ai1ec-datepicker-days tbody").empty().append(m.join(""));var x=this.picker.find(".ai1ec-datepicker-months").find("th:eq(1)").text(n).end().find("span").removeClass("ai1ec-active");e.each(this.dates,function(e,t){t.getUTCFullYear()==n&&x.eq(t.getUTCMonth()).addClass("ai1ec-active")}),(n<s||n>u)&&x.addClass("ai1ec-disabled"),n==s&&x.slice(0,o).addClass("ai1ec-disabled"),n==u&&x.slice(a+1).addClass("ai1ec-disabled"),m="",n=parseInt(n/10,10)*10;var T=this.picker.find(".ai1ec-datepicker-years").find("th:eq(1)").text(n+"-"+(n+9)).end().find("td");n-=1;var N=e.map(this.dates,function(e){return e.getUTCFullYear()}),C;for(var k=-1;k<11;k++)C=["ai1ec-year"],k===-1?C.push("ai1ec-old"):k===10&&C.push("ai1ec-new"),e.inArray(n,N)!==-1&&C.push("ai1ec-active"),(n<s||n>u)&&C.push("ai1ec-disabled"),m+='<span class="'+C.join(" ")+'">'+n+"</span>",n+=1;T.html(m)},updateNavArrows:function(){if(!this._allow_update)return;var e=new Date(this.viewDate),t=e.getUTCFullYear(),n=e.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()&&n<=this.o.startDate.getUTCMonth()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()&&n>=this.o.endDate.getUTCMonth()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"});break;case 1:case 2:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"})}},click:function(t){t.preventDefault();var n=e(t.target).closest("span, td, th"),i,s,o;if(n.length==1)switch(n[0].nodeName.toLowerCase()){case"th":switch(n[0].className){case"ai1ec-datepicker-switch":this.showMode(1);break;case"ai1ec-prev":case"ai1ec-next":var u=v.modes[this.viewMode].navStep*(n[0].className=="ai1ec-prev"?-1:1);switch(this.viewMode){case 0:this.viewDate=this.moveMonth(this.viewDate,u),this._trigger("changeMonth",this.viewDate);break;case 1:case 2:this.viewDate=this.moveYear(this.viewDate,u),this.viewMode===1&&this._trigger("changeYear",this.viewDate)}this.fill();break;case"ai1ec-today":var a=new Date;a=r(a.getFullYear(),a.getMonth(),a.getDate(),0,0,0),this.showMode(-2);var f=this.o.todayBtn=="linked"?null:"view";this._setDate(a,f);break;case"ai1ec-clear":var l;this.isInput?l=this.element:this.component&&(l=this.element.find("input")),l&&l.val("").change(),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()}break;case"span":n.is(".ai1ec-disabled")||(this.viewDate.setUTCDate(1),n.is(".ai1ec-month")?(o=1,s=n.parent().find("span").index(n),i=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(s),this._trigger("changeMonth",this.viewDate),this.o.minViewMode===1&&this._setDate(r(i,s,o))):(o=1,s=0,i=parseInt(n.text(),10)||0,this.viewDate.setUTCFullYear(i),this._trigger("changeYear",this.viewDate),this.o.minViewMode===2&&this._setDate(r(i,s,o))),this.showMode(-1),this.fill());break;case"td":n.is(".ai1ec-day")&&!n.is(".ai1ec-disabled")&&(o=parseInt(n.text(),10)||1,i=this.viewDate.getUTCFullYear(),s=this.viewDate.getUTCMonth(),n.is(".ai1ec-old")?s===0?(s=11,i-=1):s-=1:n.is(".ai1ec-new")&&(s==11?(s=0,i+=1):s+=1),this._setDate(r(i,s,o)))}this.picker.is(":visible")&&this._focused_from&&e(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(e){var t=this.dates.contains(e);e?t!==-1?this.dates.remove(t):this.dates.push(e):this.dates.clear();if(typeof this.o.multidate=="number")while(this.dates.length>this.o.multidate)this.dates.remove(0)},_setDate:function(e,t){(!t||t=="date")&&this._toggle_multidate(e&&new Date(e));if(!t||t=="view")this.viewDate=e&&new Date(e);this.fill(),this.setValue(),this._trigger("changeDate");var n;this.isInput?n=this.element:this.component&&(n=this.element.find("input")),n&&n.change(),this.o.autoclose&&(!t||t=="date")&&this.hide()},moveMonth:function(e,t){if(!e)return undefined;if(!t)return e;var n=new Date(e.valueOf()),r=n.getUTCDate(),i=n.getUTCMonth(),s=Math.abs(t),o,u;t=t>0?1:-1;if(s==1){u=t==-1?function(){return n.getUTCMonth()==i}:function(){return n.getUTCMonth()!=o},o=i+t,n.setUTCMonth(o);if(o<0||o>11)o=(o+12)%12}else{for(var a=0;a<s;a++)n=this.moveMonth(n,t);o=n.getUTCMonth(),n.setUTCDate(r),u=function(){return o!=n.getUTCMonth()}}while(u())n.setUTCDate(--r),n.setUTCMonth(o);return n},moveYear:function(e,t){return this.moveMonth(e,t*12)},dateWithinRange:function(e){return e>=this.o.startDate&&e<=this.o.endDate},keydown:function(e){if(this.picker.is(":not(:visible)")){e.keyCode==27&&this.show();return}var t=!1,n,r,s,o=this.focusDate||this.viewDate;switch(e.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),e.preventDefault();break;case 37:case 39:if(!this.o.keyboardNavigation)break;n=e.keyCode==37?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n),s=new Date(o),s.setUTCDate(o.getUTCDate()+n)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 38:case 40:if(!this.o.keyboardNavigation)break;n=e.keyCode==38?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n*7),s=new Date(o),s.setUTCDate(o.getUTCDate()+n*7)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 32:break;case 13:o=this.focusDate||this.dates.get(-1)||this.viewDate,this._toggle_multidate(o),t=!0,this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(e.preventDefault(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}if(t){this.dates.length?this._trigger("changeDate"):this._trigger("clearDate");var u;this.isInput?u=this.element:this.component&&(u=this.element.find("input")),u&&u.change()}},showMode:function(e){e&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(2,this.viewMode+e))),this.picker.find(">div").hide().filter(".ai1ec-datepicker-"+v.modes[this.viewMode].clsName).css("display","block"),this.updateNavArrows()}};var a=function(t,n){this.element=e(t),this.inputs=e.map(n.inputs,function(e){return e.jquery?e[0]:e}),delete n.inputs,e(this.inputs).datepicker(n).bind("changeDate",e.proxy(this.dateUpdated,this)),this.pickers=e.map(this.inputs,function(t){return e(t).data("datepicker")}),this.updateDates()};a.prototype={updateDates:function(){this.dates=e.map(this.pickers,function(e){return e.getUTCDate()}),this.updateRanges()},updateRanges:function(){var t=e.map(this.dates,function(e){return e.valueOf()});e.each(this.pickers,function(e,n){n.setRange(t)})},dateUpdated:function(t){if(this.updating)return;this.updating=!0;var n=e(t.target).data("datepicker"),r=n.getUTCDate(),i=e.inArray(t.target,this.inputs),s=this.inputs.length;if(i==-1)return;e.each(this.pickers,function(e,t){t.getUTCDate()||t.setUTCDate(r)});if(r<this.dates[i])while(i>=0&&r<this.dates[i])this.pickers[i--].setUTCDate(r);else if(r>this.dates[i])while(i<s&&r>this.dates[i])this.pickers[i++].setUTCDate(r);this.updateDates(),delete this.updating},remove:function(){e.map(this.pickers,function(e){e.remove()}),delete this.element.data().datepicker}};var c=e.fn.datepicker;e.fn.datepicker=function(t){var n=Array.apply(null,arguments);n.shift();var r;return this.each(function(){var i=e(this),s=i.data("datepicker"),o=typeof t=="object"&&t;if(!s){var c=f(this,"date"),p=e.extend({},h,c,o),d=l(p.language),v=e.extend({},h,d,c,o);if(i.is(".ai1ec-input-daterange")||v.inputs){var m={inputs:v.inputs||i.find("input").toArray()};i.data("datepicker",s=new a(this,e.extend(v,m)))}else i.data("datepicker",s=new u(this,v))}if(typeof t=="string"&&typeof s[t]=="function"){r=s[t].apply(s,n);if(r!==undefined)return!1}}),r!==undefined?r:this};var h=e.fn.datepicker.defaults={autoclose:!1,beforeShowDay:e.noop,calendarWeeks:!1,clearBtn:!1,daysOfWeekDisabled:[],endDate:Infinity,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-Infinity,startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0},p=e.fn.datepicker.locale_opts=["format","rtl","weekStart"];e.fn.datepicker.Constructor=u;var d=e.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear"}},v={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],isLeapYear:function(e){return e%4===0&&e%100!==0||e%400===0},getDaysInMonth:function(e,t){return[31,v.isLeapYear(e)?29:28,31,30,31,30,31,31,30,31,30,31][t]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\[\u3400-\u9fff-`{-~\t\n\r]+/g,parseFormat:function(e){var t=e.replace(this.validParts,"\0").split("\0"),n=e.match(this.validParts);if(!t||!t.length||!n||n.length===0)throw new Error("Invalid date format.");return{separators:t,parts:n}},parseDate:function(t,n,i){if(!t)return undefined;if(t instanceof Date)return t;typeof n=="string"&&(n=v.parseFormat(n));if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(t)){var s=/([\-+]\d+)([dmwy])/,o=t.match(/([\-+]\d+)([dmwy])/g),a,f;t=new Date;for(var l=0;l<o.length;l++){a=s.exec(o[l]),f=parseInt(a[1]);switch(a[2]){case"d":t.setUTCDate(t.getUTCDate()+f);break;case"m":t=u.prototype.moveMonth.call(u.prototype,t,f);break;case"w":t.setUTCDate(t.getUTCDate()+f*7);break;case"y":t=u.prototype.moveYear.call(u.prototype,t,f)}}return r(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),0,0,0)}var o=t&&t.match(this.nonpunctuation)||[],t=new Date,c={},h=["yyyy","yy","M","MM","m","mm","d","dd"],p={yyyy:function(e,t){return e.setUTCFullYear(t)},yy:function(e,t){return e.setUTCFullYear(2e3+t)},m:function(e,t){if(isNaN(e))return e;t-=1;while(t<0)t+=12;t%=12,e.setUTCMonth(t);while(e.getUTCMonth()!=t)e.setUTCDate(e.getUTCDate()-1);return e},d:function(e,t){return e.setUTCDate(t)}},m,g,a;p.M=p.MM=p.mm=p.m,p.dd=p.d,t=r(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0);var y=n.parts.slice();o.length!=y.length&&(y=e(y).filter(function(t,n){return e.inArray(n,h)!==-1}).toArray());if(o.length==y.length){for(var l=0,b=y.length;l<b;l++){m=parseInt(o[l],10),a=y[l];if(isNaN(m))switch(a){case"MM":g=e(d[i].months).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].months)+1;break;case"M":g=e(d[i].monthsShort).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].monthsShort)+1}c[a]=m}for(var l=0,w,E;l<h.length;l++)E=h[l],E in c&&!isNaN(c[E])&&(w=new Date(t),p[E](w,c[E]),isNaN(w)||(t=w))}return t},formatDate:function(t,n,r){if(!t)return"";typeof n=="string"&&(n=v.parseFormat(n));var i={d:t.getUTCDate(),D:d[r].daysShort[t.getUTCDay()],DD:d[r].days[t.getUTCDay()],m:t.getUTCMonth()+1,M:d[r].monthsShort[t.getUTCMonth()],MM:d[r].months[t.getUTCMonth()],yy:t.getUTCFullYear().toString().substring(2),yyyy:t.getUTCFullYear()};i.dd=(i.d<10?"0":"")+i.d,i.mm=(i.m<10?"0":"")+i.m;var t=[],s=e.extend([],n.separators);for(var o=0,u=n.parts.length;o<=u;o++)s.length&&t.push(s.shift()),t.push(i[n.parts[o]]);return t.join("")},headTemplate:'<thead><tr><th class="ai1ec-prev"><i class="ai1ec-fa ai1ec-fa-arrow-left"></i></th><th colspan="5" class="ai1ec-datepicker-switch"></th><th class="ai1ec-next"><i class="ai1ec-fa ai1ec-fa-arrow-right"></i></th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="ai1ec-today"></th></tr><tr><th colspan="7" class="ai1ec-clear"></th></tr></tfoot>'};v.template='<div class="timely ai1ec-datepicker"><div class="ai1ec-datepicker-days"><table class=" ai1ec-table-condensed">'+v.headTemplate+"<tbody></tbody>"+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-months">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-years">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+"</div>",e.fn.datepicker.DPGlobal=v,e.fn.datepicker.noConflict=function(){return e.fn.datepicker=c,this},e(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(t){var n=e(this);if(n.data("datepicker"))return;t.preventDefault(),n.datepicker("show")}),e(function(){e('[data-provide="datepicker-inline"]').datepicker()});for(var m=2,g=arguments.length;m<g;m++)arguments[m].localize()}),timely.define("external_libs/bootstrap/transition",["jquery_timely"],function(e){function t(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in t)if(e.style[n]!==undefined)return{end:t[n]}}e.fn.emulateTransitionEnd=function(t){var n=!1,r=this;e(this).one(e.support.transition.end,function(){n=!0});var i=function(){n||e(r).trigger(e.support.transition.end)};return setTimeout(i,t),this},e(function(){e.support.transition=t()})}),timely.define("external_libs/bootstrap/collapse",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r),this.transitioning=null,this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.DEFAULTS={toggle:!0},t.prototype.dimension=function(){var e=this.$element.hasClass("ai1ec-width");return e?"width":"height"},t.prototype.show=function(){if(this.transitioning||this.$element.hasClass("ai1ec-in"))return;var t=e.Event("show.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.$parent&&this.$parent.find("> .ai1ec-panel > .ai1ec-in");if(n&&n.length){var r=n.data("bs.collapse");if(r&&r.transitioning)return;n.collapse("hide"),r||n.data("bs.collapse",null)}var i=this.dimension();this.$element.removeClass("ai1ec-collapse").addClass("ai1ec-collapsing")[i](0),this.transitioning=1;var s=function(){this.$element.removeClass("ai1ec-collapsing").addClass("ai1ec-in")[i]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);var o=e.camelCase(["scroll",i].join("-"));this.$element.one(e.support.transition.end,e.proxy(s,this)).emulateTransitionEnd(350)[i](this.$element[0][o])},t.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass("ai1ec-in"))return;var t=e.Event("hide.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("ai1ec-collapsing").removeClass("ai1ec-collapse").removeClass("ai1ec-in"),this.transitioning=1;var r=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("ai1ec-collapsing").addClass("ai1ec-collapse")};if(!e.support.transition)return r.call(this);this.$element[n](0).one(e.support.transition.end,e.proxy(r,this)).emulateTransitionEnd(350)},t.prototype.toggle=function(){this[this.$element.hasClass("ai1ec-in")?"hide":"show"]()};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("bs.collapse"),s=e.extend({},t.DEFAULTS,r.data(),typeof n=="object"&&n);i||r.data("bs.collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.bs.collapse.data-api","[data-toggle=ai1ec-collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i),o=s.data("bs.collapse"),u=o?"toggle":n.data(),a=n.attr("data-parent"),f=a&&e(a);if(!o||!o.transitioning)f&&f.find('[data-toggle=ai1ec-collapse][data-parent="'+a+'"]').not(n).addClass("ai1ec-collapsed"),n[s.hasClass("ai1ec-in")?"addClass":"removeClass"]("ai1ec-collapsed");s.collapse(u)})}),timely.define("external_libs/bootstrap/modal",["jquery_timely"],function(e){var t=function(t,n){this.options=n,this.$element=e(t),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};t.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},t.prototype.toggle=function(e){return this[this.isShown?"hide":"show"](e)},t.prototype.show=function(t){var n=this,r=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(r);if(this.isShown||r.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="ai1ec-modal"]',e.proxy(this.hide,this)),this.backdrop(function(){var r=e.support.transition&&n.$element.hasClass("ai1ec-fade");n.$element.parent().length||n.$element.appendTo(document.body),n.$element.show(),r&&n.$element[0].offsetWidth,n.$element.addClass("ai1ec-in").attr("aria-hidden",!1),n.enforceFocus();var i=e.Event("shown.bs.modal",{relatedTarget:t});r?n.$element.find(".ai1ec-modal-dialog").one(e.support.transition.end,function(){n.$element.focus().trigger(i)}).emulateTransitionEnd(300):n.$element.focus().trigger(i)})},t.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,this.escape(),e(document).off("focusin.bs.modal"),this.$element.removeClass("ai1ec-in").attr("aria-hidden",!0).off("click.dismiss.modal"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$element.one(e.support.transition.end,e.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal()},t.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){this.$element[0]!==e.target&&!this.$element.has(e.target).length&&this.$element.focus()},this))},t.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",e.proxy(function(e){e.which==27&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},t.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.removeBackdrop(),e.$element.trigger("hidden.bs.modal")})},t.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},t.prototype.backdrop=function(t){var n=this,r=this.$element.hasClass("ai1ec-fade")?"ai1ec-fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="ai1ec-modal-backdrop '+r+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",e.proxy(function(e){if(e.target!==e.currentTarget)return;this.options.backdrop=="static"?this.$element[0].focus.call(this.$element[0]):this.hide.call(this)},this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("ai1ec-in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("ai1ec-in"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()):t&&t()};var n=e.fn.modal;e.fn.modal=function(n,r){return this.each(function(){var i=e(this),s=i.data("bs.modal"),o=e.extend({},t.DEFAULTS,i.data(),typeof n=="object"&&n);s||i.data("bs.modal",s=new t(this,o)),typeof n=="string"?s[n](r):o.show&&s.show(r)})},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.bs.modal.data-api",'[data-toggle="ai1ec-modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s,this).one("hide",function(){n.is(":visible")&&n.focus()})}),e(document).on("show.bs.modal",".ai1ec-modal",function(){e(document.body).addClass("ai1ec-modal-open")}).on("hidden.bs.modal",".ai1ec-modal",function(){e(document.body).removeClass("ai1ec-modal-open")})}),timely.define("external_libs/bootstrap/alert",["jquery_timely"],function(e){var t='[data-dismiss="ai1ec-alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed.bs.alert").remove()}var n=e(this),r=n.attr("data-target");r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));var i=e(r);t&&t.preventDefault(),i.length||(i=n.hasClass("ai1ec-alert")?n:n.parent()),i.trigger(t=e.Event("close.bs.alert"));if(t.isDefaultPrevented())return;i.removeClass("ai1ec-in"),e.support.transition&&i.hasClass("ai1ec-fade")?i.one(e.support.transition.end,s).emulateTransitionEnd(150):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("bs.alert");i||r.data("bs.alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.bs.alert.data-api",t,n.prototype.close)}),timely.define("external_libs/select2",["jquery_timely"],function(e){(function(e){typeof e.fn.each2=="undefined"&&e.fn.extend({each2:function(t){var n=e([0]),r=-1,i=this.length;while(++r<i&&(n.context=n[0]=this[r])&&t.call(n[0],r,n)!==!1);return this}})})(e),function(e,t){function l(e,t){var n=0,r=t.length;for(;n<r;n+=1)if(c(e,t[n]))return n;return-1}function c(e,n){return e===n?!0:e===t||n===t?!1:e===null||n===null?!1:e.constructor===String?e===n+"":n.constructor===String?n===e+"":!1}function h(t,n){var r,i,s;if(t===null||t.length<1)return[];r=t.split(n);for(i=0,s=r.length;i<s;i+=1)r[i]=e.trim(r[i]);return r}function p(e){return e.outerWidth(!1)-e.width()}function d(n){var r="keyup-change-value";n.bind("keydown",function(){e.data(n,r)===t&&e.data(n,r,n.val())}),n.bind("keyup",function(){var i=e.data(n,r);i!==t&&n.val()!==i&&(e.removeData(n,r),n.trigger("keyup-change"))})}function v(n){n.bind("mousemove",function(n){var r=a;(r===t||r.x!==n.pageX||r.y!==n.pageY)&&e(n.target).trigger("mousemove-filtered",n)})}function m(e,n,r){r=r||t;var i;return function(){var t=arguments;window.clearTimeout(i),i=window.setTimeout(function(){n.apply(r,t)},e)}}function g(e){var t=!1,n;return function(){return t===!1&&(n=e(),t=!0),n}}function y(e,t){var n=m(e,function(e){t.trigger("scroll-debounced",e)});t.bind("scroll",function(e){l(e.target,t.get())>=0&&n(e)})}function b(e){if(e[0]===document.activeElement)return;window.setTimeout(function(){var t=e[0],n=e.val().length,r;e.focus(),t.setSelectionRange?t.setSelectionRange(n,n):t.createTextRange&&(r=t.createTextRange(),r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",n),r.select())},0)}function w(e){e.preventDefault(),e.stopPropagation()}function E(e){e.preventDefault(),e.stopImmediatePropagation()}function S(t){if(!u){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);u=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"}),u.attr("class","select2-sizer"),e("body").append(u)}return u.text(t.val()),u.width()}function x(t,n,r){var i,s=[],o;i=t.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")===0&&s.push(this)}),i=n.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")!==0&&(o=r(this),typeof o=="string"&&o.length>0&&s.push(this))}),t.attr("class",s.join(" "))}function T(e,t,n,r){var i=e.toUpperCase().indexOf(t.toUpperCase()),s=t.length;if(i<0){n.push(r(e));return}n.push(r(e.substring(0,i))),n.push("<span class='select2-match'>"),n.push(r(e.substring(i,i+s))),n.push("</span>"),n.push(r(e.substring(i+s,e.length)))}function N(t){var n,r=0,i=null,s=t.quietMillis||100,o=t.url,u=this;return function(a){window.clearTimeout(n),n=window.setTimeout(function(){r+=1;var n=r,s=t.data,f=o,l=t.transport||e.ajax,c=t.type||"GET",h={};s=s?s.call(u,a.term,a.page,a.context):null,f=typeof f=="function"?f.call(u,a.term,a.page,a.context):f,null!==i&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(h,t.params.call(u)):e.extend(h,t.params)),e.extend(h,{url:f,dataType:t.dataType,data:s,type:c,cache:!1,success:function(e){if(n<r)return;var i=t.results(e,a.page);a.callback(i)}}),i=l.call(u,h)},s)}}function C(t){var n=t,r,i,s=function(e){return""+e.text};e.isArray(n)&&(i=n,n={results:i}),e.isFunction(n)===!1&&(i=n,n=function(){return i});var o=n();return o.text&&(s=o.text,e.isFunction(s)||(r=n.text,s=function(e){return e[r]})),function(t){var r=t.term,i={results:[]},o;if(r===""){t.callback(n());return}o=function(n,i){var u,a;n=n[0];if(n.children){u={};for(a in n)n.hasOwnProperty(a)&&(u[a]=n[a]);u.children=[],e(n.children).each2(function(e,t){o(t,u.children)}),(u.children.length||t.matcher(r,s(u),n))&&i.push(u)}else t.matcher(r,s(n),n)&&i.push(n)},e(n().results).each2(function(e,t){o(t,i.results)}),t.callback(i)}}function k(n){var r=e.isFunction(n);return function(i){var s=i.term,o={results:[]};e(r?n():n).each(function(){var e=this.text!==t,n=e?this.text:this;(s===""||i.matcher(s,n))&&o.results.push(e?this:{id:this,text:this})}),i.callback(o)}}function L(t,n){if(e.isFunction(t))return!0;if(!t)return!1;throw new Error("formatterName must be a function or a falsy value")}function A(t){return e.isFunction(t)?t():t}function O(t){var n=0;return e.each(t,function(e,t){t.children?n+=O(t.children):n++}),n}function M(e,n,r,i){var s=e,o=!1,u,a,f,l,h;if(!i.createSearchChoice||!i.tokenSeparators||i.tokenSeparators.length<1)return t;for(;;){a=-1;for(f=0,l=i.tokenSeparators.length;f<l;f++){h=i.tokenSeparators[f],a=e.indexOf(h);if(a>=0)break}if(a<0)break;u=e.substring(0,a),e=e.substring(a+h.length);if(u.length>0){u=i.createSearchChoice(u,n);if(u!==t&&u!==null&&i.id(u)!==t&&i.id(u)!==null){o=!1;for(f=0,l=n.length;f<l;f++)if(c(i.id(u),i.id(n[f]))){o=!0;break}o||r(u)}}}if(s!==e)return e}function _(t,n){var r=function(){};return r.prototype=new t,r.prototype.constructor=r,r.prototype.parent=t.prototype,r.prototype=e.extend(r.prototype,n),r}var n,r,i,s,o,u,a,f;n={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){e=e.which?e.which:e;switch(e){case n.LEFT:case n.RIGHT:case n.UP:case n.DOWN:return!0}return!1},isControl:function(e){var t=e.which;switch(t){case n.SHIFT:case n.CTRL:case n.ALT:return!0}return e.metaKey?!0:!1},isFunctionKey:function(e){return e=e.which?e.which:e,e>=112&&e<=123}},f=e(document),o=function(){var e=1;return function(){return e++}}(),f.bind("mousemove",function(e){a={x:e.pageX,y:e.pageY}}),r=_(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(n){var r,i,s=".select2-results",u;this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==t&&n.element.data("select2")!==null&&this.destroy(),this.enabled=!0,this.container=this.createContainer(),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+o()),this.containerSelector="#"+this.containerId.replace(/([;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.body=g(function(){return n.element.closest("body")}),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.css(A(n.containerCss)),this.container.addClass(A(n.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabIndex"),this.opts.element.data("select2",this).addClass("select2-offscreen").bind("focus.select2",function(){e(this).select2("focus")}).attr("tabIndex","-1").before(this.container),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),this.dropdown.addClass(A(n.dropdownCssClass)),this.dropdown.data("select2",this),this.results=r=this.container.find(s),this.search=i=this.container.find("input.select2-input"),i.attr("tabIndex",this.elementTabIndex),this.resultsPage=0,this.context=null,this.initContainer(),v(this.results),this.dropdown.delegate(s,"mousemove-filtered touchstart touchmove touchend",this.bind(this.highlightUnderEvent)),y(80,this.results),this.dropdown.delegate(s,"scroll-debounced",this.bind(this.loadMoreIfNeeded)),e.fn.mousewheel&&r.mousewheel(function(e,t,n,i){var s=r.scrollTop(),o;i>0&&s-i<=0?(r.scrollTop(0),w(e)):i<0&&r.get(0).scrollHeight-r.scrollTop()+i<=r.height()&&(r.scrollTop(r.get(0).scrollHeight-r.height()),w(e))}),d(i),i.bind("keyup-change input paste",this.bind(this.updateResults)),i.bind("focus",function(){i.addClass("select2-focused")}),i.bind("blur",function(){i.removeClass("select2-focused")}),this.dropdown.delegate(s,"mouseup",this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.bind("click mouseup mousedown",function(e){e.stopPropagation()}),e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),(n.element.is(":disabled")||n.element.is("[readonly='readonly']"))&&this.disable()},destroy:function(){var e=this.opts.element.data("select2");this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),e!==t&&(e.container.remove(),e.dropdown.remove(),e.opts.element.removeClass("select2-offscreen").removeData("select2").unbind(".select2").attr({tabIndex:this.elementTabIndex}).show())},prepareOpts:function(n){var r,i,s,o;r=n.element,r.get(0).tagName.toLowerCase()==="select"&&(this.select=i=n.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),n=e.extend({},{populateResults:function(r,i,s){var o,u,a,f,l=this.opts.id,c=this;o=function(r,i,u){var a,f,h,p,d,v,m,g,y,b;r=n.sortResults(r,i,s);for(a=0,f=r.length;a<f;a+=1)h=r[a],d=h.disabled===!0,p=!d&&l(h)!==t,v=h.children&&h.children.length>0,m=e("<li></li>"),m.addClass("select2-results-dept-"+u),m.addClass("select2-result"),m.addClass(p?"select2-result-selectable":"select2-result-unselectable"),d&&m.addClass("select2-disabled"),v&&m.addClass("select2-result-with-children"),m.addClass(c.opts.formatResultCssClass(h)),g=e(document.createElement("div")),g.addClass("select2-result-label"),b=n.formatResult(h,g,s,c.opts.escapeMarkup),b!==t&&g.html(b),m.append(g),v&&(y=e("<ul></ul>"),y.addClass("select2-result-sub"),o(h.children,y,u+1),m.append(y)),m.data("select2-data",h),i.append(m)},o(i,r,0)}},e.fn.select2.defaults,n),typeof n.id!="function"&&(s=n.id,n.id=function(e){return e[s]});if(e.isArray(n.element.data("select2Tags"))){if("tags"in n)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+n.element.attr("id");n.tags=n.element.attr("data-select2-tags")}i?(n.query=this.bind(function(n){var i={results:[],more:!1},s=n.term,o,u,a;a=function(e,t){var r;e.is("option")?n.matcher(s,e.text(),e)&&t.push({id:e.attr("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:c(e.attr("disabled"),"disabled")}):e.is("optgroup")&&(r={text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")},e.children().each2(function(e,t){a(t,r.children)}),r.children.length>0&&t.push(r))},o=r.children(),this.getPlaceholder()!==t&&o.length>0&&(u=o[0],e(u).text()===""&&(o=o.not(u))),o.each2(function(e,t){a(t,i.results)}),n.callback(i)}),n.id=function(e){return e.id},n.formatResultCssClass=function(e){return e.css}):"query"in n||("ajax"in n?(o=n.element.data("ajax-url"),o&&o.length>0&&(n.ajax.url=o),n.query=N.call(n.element,n.ajax)):"data"in n?n.query=C(n.data):"tags"in n&&(n.query=k(n.tags),n.createSearchChoice===t&&(n.createSearchChoice=function(e){return{id:e,text:e}}),n.initSelection===t&&(n.initSelection=function(t,r){var i=[];e(h(t.val(),n.separator)).each(function(){var t=this,r=this,s=n.tags;e.isFunction(s)&&(s=s()),e(s).each(function(){if(c(this.id,t))return r=this.text,!1}),i.push({id:t,text:r})}),r(i)})));if(typeof n.query!="function")throw"query function not defined for Select2 "+n.element.attr("id");return n},monitorSource:function(){var e=this.opts.element,t;e.bind("change.select2",this.bind(function(e){this.opts.element.data("select2-change-triggered")!==!0&&this.initSelection()})),t=this.bind(function(){var e,t,n=this;e=this.opts.element.attr("disabled")!=="disabled",t=this.opts.element.attr("readonly")==="readonly",e=e&&!t,this.enabled!==e&&(e?this.enable():this.disable()),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(A(this.opts.containerCssClass)),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(A(this.opts.dropdownCssClass))}),e.bind("propertychange.select2 DOMAttrModified.select2",t),typeof WebKitMutationObserver!="undefined"&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new WebKitMutationObserver(function(e){e.forEach(t)}),this.propertyObserver.observe(e.get(0),{attributes:!0,subtree:!1}))},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},enable:function(){if(this.enabled)return;this.enabled=!0,this.container.removeClass("select2-container-disabled"),this.opts.element.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.close(),this.enabled=!1,this.container.addClass("select2-container-disabled"),this.opts.element.attr("disabled","disabled")},opened:function(){return this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t=this.container.offset(),n=this.container.outerHeight(!1),r=this.container.outerWidth(!1),i=this.dropdown.outerHeight(!1),s=e(window).scrollLeft()+e(window).width(),o=e(window).scrollTop()+e(window).height(),u=t.top+n,a=t.left,f=u+i<=o,l=t.top-i>=this.body().scrollTop(),c=this.dropdown.outerWidth(!1),h=a+c<=s,p=this.dropdown.hasClass("select2-drop-above"),d,v,m;this.body().css("position")!=="static"&&(d=this.body().offset(),u-=d.top,a-=d.left),p?(v=!0,!l&&f&&(v=!1)):(v=!1,!f&&l&&(v=!0)),h||(a=t.left+r-c),v?(u=t.top-i,this.container.addClass("select2-drop-above"),this.dropdown.addClass("select2-drop-above")):(this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")),m=e.extend({top:u,left:a,width:r},A(this.opts.dropdownCss)),this.dropdown.css(m)},shouldOpen:function(){var t;return this.opened()?!1:(t=e.Event("opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return this.shouldOpen()?(window.setTimeout(this.bind(this.opening),1),!0):!1},opening:function(){var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t,s;this.clearDropdownAlignmentPreference(),this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.dropdown[0]!==this.body().children().last()[0]&&this.dropdown.detach().appendTo(this.body()),this.updateResults(!0),s=e("#select2-drop-mask"),s.length==0&&(s=e(document.createElement("div")),s.attr("id","select2-drop-mask").attr("class","select2-drop-mask"),s.hide(),s.appendTo(this.body()),s.bind("mousedown touchstart",function(t){var n=e("#select2-drop"),r;n.length>0&&(r=n.data("select2"),r.opts.selectOnBlur&&r.selectHighlighted({noFocus:!0}),r.close())})),this.dropdown.prev()[0]!==s[0]&&this.dropdown.before(s),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),s.css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),s.show(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active"),this.ensureHighlightVisible();var o=this;this.container.parents().add(window).each(function(){e(this).bind(r+" "+n+" "+i,function(t){e("#select2-drop-mask").css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),o.positionDropdown()})}),this.focusSearch()},close:function(){if(!this.opened())return;var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).unbind(n).unbind(r).unbind(i)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open"),this.results.empty(),this.clearSearch(),this.opts.element.trigger(e.Event("close"))},clearSearch:function(){},getMaximumSelectionSize:function(){return A(this.opts.maximumSelectionSize)},ensureHighlightVisible:function(){var t=this.results,n,r,i,s,o,u,a;r=this.highlight();if(r<0)return;if(r==0){t.scrollTop(0);return}n=this.findHighlightableChoices(),i=e(n[r]),s=i.offset().top+i.outerHeight(!0),r===n.length-1&&(a=t.find("li.select2-more-results"),a.length>0&&(s=a.offset().top+a.outerHeight(!0))),o=t.offset().top+t.outerHeight(!0),s>o&&t.scrollTop(t.scrollTop()+(s-o)),u=i.offset().top-t.offset().top,u<0&&i.css("display")!="none"&&t.scrollTop(t.scrollTop()+u)},findHighlightableChoices:function(){var e=this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)");return this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)")},moveHighlight:function(t){var n=this.findHighlightableChoices(),r=this.highlight();while(r>-1&&r<n.length){r+=t;var i=e(n[r]);if(i.hasClass("select2-result-selectable")&&!i.hasClass("select2-disabled")&&!i.hasClass("select2-selected")){this.highlight(r);break}}},highlight:function(t){var n=this.findHighlightableChoices(),r,i;if(arguments.length===0)return l(n.filter(".select2-highlighted")[0],n.get());t>=n.length&&(t=n.length-1),t<0&&(t=0),this.results.find(".select2-highlighted").removeClass("select2-highlighted"),r=e(n[t]),r.addClass("select2-highlighted"),this.ensureHighlightVisible(),i=r.data("select2-data"),i&&this.opts.element.trigger({type:"highlight",val:this.id(i),choice:i})},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var r=this.findHighlightableChoices();this.highlight(r.index(n))}else n.length==0&&this.results.find(".select2-highlighted").removeClass("select2-highlighted")},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n,r=-1,i=this.resultsPage+1,s=this,o=this.search.val(),u=this.context;if(t.length===0)return;n=t.offset().top-e.offset().top-e.height(),n<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:o,page:i,context:u,matcher:this.opts.matcher,callback:this.bind(function(n){if(!s.opened())return;s.opts.populateResults.call(this,e,n.results,{term:o,page:i,context:u}),n.more===!0?(t.detach().appendTo(e).text(s.opts.formatLoadMore(i+1)),window.setTimeout(function(){s.loadMoreIfNeeded()},10)):t.remove(),s.positionDropdown(),s.resultsPage=i,s.context=n.context})}))},tokenize:function(){},updateResults:function(n){function f(){i.scrollTop(0),r.removeClass("select2-active"),u.positionDropdown()}function l(e){i.html(e),f()}var r=this.search,i=this.results,s=this.opts,o,u=this,a;if(n!==!0&&(this.showSearchInput===!1||!this.opened()))return;r.addClass("select2-active");var h=this.getMaximumSelectionSize();if(h>=1){o=this.data();if(e.isArray(o)&&o.length>=h&&L(s.formatSelectionTooBig,"formatSelectionTooBig")){l("<li class='select2-selection-limit'>"+s.formatSelectionTooBig(h)+"</li>");return}}if(r.val().length<s.minimumInputLength){L(s.formatInputTooShort,"formatInputTooShort")?l("<li class='select2-no-results'>"+s.formatInputTooShort(r.val(),s.minimumInputLength)+"</li>"):l("");return}s.formatSearching()&&n===!0&&l("<li class='select2-searching'>"+s.formatSearching()+"</li>");if(s.maximumInputLength&&r.val().length>s.maximumInputLength){L(s.formatInputTooLong,"formatInputTooLong")?l("<li class='select2-no-results'>"+s.formatInputTooLong(r.val(),s.maximumInputLength)+"</li>"):l("");return}a=this.tokenize(),a!=t&&a!=null&&r.val(a),this.resultsPage=1,s.query({element:s.element,term:r.val(),page:this.resultsPage,context:null,matcher:s.matcher,callback:this.bind(function(o){var a;if(!this.opened())return;this.context=o.context===t?null:o.context,this.opts.createSearchChoice&&r.val()!==""&&(a=this.opts.createSearchChoice.call(null,r.val(),o.results),a!==t&&a!==null&&u.id(a)!==t&&u.id(a)!==null&&e(o.results).filter(function(){return c(u.id(this),u.id(a))}).length===0&&o.results.unshift(a));if(o.results.length===0&&L(s.formatNoMatches,"formatNoMatches")){l("<li class='select2-no-results'>"+s.formatNoMatches(r.val())+"</li>");return}i.empty(),u.opts.populateResults.call(this,i,o.results,{term:r.val(),page:this.resultsPage,context:null}),o.more===!0&&L(s.formatLoadMore,"formatLoadMore")&&(i.append("<li class='select2-more-results'>"+u.opts.escapeMarkup(s.formatLoadMore(this.resultsPage))+"</li>"),window.setTimeout(function(){u.loadMoreIfNeeded()},10)),this.postprocessResults(o,n),f()})})},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){b(this.search)},selectHighlighted:function(e){var t=this.highlight(),n=this.results.find(".select2-highlighted"),r=n.closest(".select2-result").data("select2-data");r&&(this.highlight(t),this.onSelect(r,e))},getPlaceholder:function(){return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder},initContainerWidth:function(){function n(){var n,r,i,s,o;if(this.opts.width==="off")return null;if(this.opts.width==="element")return this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px";if(this.opts.width==="copy"||this.opts.width==="resolve"){n=this.opts.element.attr("style");if(n!==t){r=n.split(";");for(s=0,o=r.length;s<o;s+=1){i=r[s].replace(/\s/g,"").match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);if(i!==null&&i.length>=1)return i[1]}}return this.opts.width==="resolve"?(n=this.opts.element.css("width"),n.indexOf("%")>0?n:this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px"):null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}var r=n.call(this);r!==null&&this.container.css("width",r)}}),i=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container"}).html(["<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>"," <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>"," <div><b></b></div>","</a>","<input class='select2-focusser select2-offscreen' type='text'/>","<div class='select2-drop' style='display:none'>"," <div class='select2-search'>"," <input type='text' autocomplete='off' class='select2-input'/>"," </div>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.focusser.attr("disabled","disabled")},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.focusser.removeAttr("disabled")},opening:function(){this.parent.opening.apply(this,arguments),this.focusser.attr("disabled","disabled"),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments),this.focusser.removeAttr("disabled"),b(this.focusser)},focus:function(){this.opened()?this.close():(this.focusser.removeAttr("disabled"),this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.removeAttr("disabled"),this.focusser.focus()},initContainer:function(){var e,t=this.container,r=this.dropdown,i=!1;this.showSearch(this.opts.minimumResultsForSearch>=0),this.selection=e=t.find(".select2-choice"),this.focusser=t.find(".select2-focusser"),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN){w(e);return}switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.TAB:case n.ENTER:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}})),this.focusser.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.ESC)return;if(this.opts.openOnEnter===!1&&e.which===n.ENTER){w(e);return}if(e.which==n.DOWN||e.which==n.UP||e.which==n.ENTER&&this.opts.openOnEnter){this.open(),w(e);return}if(e.which==n.DELETE||e.which==n.BACKSPACE){this.opts.allowClear&&this.clear(),w(e);return}})),d(this.focusser),this.focusser.bind("keyup-change input",this.bind(function(e){if(this.opened())return;this.open(),this.showSearchInput!==!1&&this.search.val(this.focusser.val()),this.focusser.val(""),w(e)})),e.delegate("abbr","mousedown",this.bind(function(e){if(!this.enabled)return;this.clear(),E(e),this.close(),this.selection.focus()})),e.bind("mousedown",this.bind(function(e){i=!0,this.opened()?this.close():this.enabled&&this.open(),w(e),i=!1})),r.bind("mousedown",this.bind(function(){this.search.focus()})),e.bind("focus",this.bind(function(e){w(e)})),this.focusser.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})).bind("blur",this.bind(function(){this.opened()||this.container.removeClass("select2-container-active")})),this.search.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.setPlaceholder()},clear:function(){var e=this.selection.data("select2-data");this.opts.element.val(""),this.selection.find("span").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),this.opts.element.trigger({type:"removed",val:this.id(e),choice:e}),this.triggerChange({removed:e})},initSelection:function(){var e;if(this.opts.element.val()===""&&this.opts.element.text()==="")this.close(),this.setPlaceholder();else{var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.setPlaceholder())})}},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(t,n){var r=t.find(":selected");e.isFunction(n)&&n({id:r.attr("value"),text:r.text(),element:r})}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=n.val();t.query({matcher:function(e,n,r){return c(i,t.id(r))},callback:e.isFunction(r)?function(e){r(e.results.length?e.results[0]:null)}:e.noop})}),t},getPlaceholder:function(){return this.select&&this.select.find("option").first().text()!==""?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.opts.element.val()===""&&e!==t){if(this.select&&this.select.find("option:first").text()!=="")return;this.selection.find("span").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.selection.find("abbr").hide()}},postprocessResults:function(e,t){var n=0,r=this,i=!0;this.findHighlightableChoices().each2(function(e,t){if(c(r.id(t.data("select2-data")),r.opts.element.val()))return n=e,!1}),this.highlight(n);if(t===!0){var s=this.opts.minimumResultsForSearch;i=s<0?!1:O(e.results)>=s,this.showSearch(i)}},showSearch:function(t){this.showSearchInput=t,this.dropdown.find(".select2-search")[t?"removeClass":"addClass"]("select2-search-hidden"),e(this.dropdown,this.container)[t?"addClass":"removeClass"]("select2-with-searchbox")},onSelect:function(e,t){var n=this.opts.element.val();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.close(),(!t||!t.noFocus)&&this.selection.focus(),c(n,this.id(e))||this.triggerChange()},updateSelection:function(e){var n=this.selection.find("span"),r;this.selection.data("select2-data",e),n.empty(),r=this.opts.formatSelection(e,n),r!==t&&n.append(this.opts.escapeMarkup(r)),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.selection.find("abbr").show()},val:function(){var e,n=!1,r=null,i=this;if(arguments.length===0)return this.opts.element.val();e=arguments[0],arguments.length>1&&(n=arguments[1]);if(this.select)this.select.val(e).find(":selected").each2(function(e,t){return r={id:t.attr("value"),text:t.text()},!1}),this.updateSelection(r),this.setPlaceholder(),n&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("cannot call val() if initSelection() is not defined");if(!e&&e!==0){this.clear(),n&&this.triggerChange();return}this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),n&&i.triggerChange()})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var n;if(arguments.length===0)return n=this.selection.data("select2-data"),n==t&&(n=null),n;!e||e===""?this.clear():(this.opts.element.val(e?this.id(e):""),this.updateSelection(e))}}),s=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container select2-container-multi"}).html([" <ul class='select2-choices'>"," <li class='select2-search-field'>"," <input type='text' autocomplete='off' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi' style='display:none;'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(e,t){var n=[];e.find(":selected").each2(function(e,t){n.push({id:t.attr("value"),text:t.text(),element:t[0]})}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=h(n.val(),t.separator);t.query({matcher:function(n,r,s){return e.grep(i,function(e){return c(e,t.id(s))}).length},callback:e.isFunction(r)?function(e){r(e.results)}:e.noop})}),t},initContainer:function(){var t=".select2-choices",r;this.searchContainer=this.container.find(".select2-search-field"),this.selection=r=this.container.find(t),this.search.bind("input paste",this.bind(function(){if(!this.enabled)return;this.opened()||this.open()})),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.BACKSPACE&&this.search.val()===""){this.close();var t,i=r.find(".select2-search-choice-focus");if(i.length>0){this.unselect(i.first()),this.search.width(10),w(e);return}t=r.find(".select2-search-choice:not(.select2-locked)"),t.length>0&&t.last().addClass("select2-search-choice-focus")}else r.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");if(this.opened())switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.ENTER:case n.TAB:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.BACKSPACE||e.which===n.ESC)return;if(e.which===n.ENTER){if(this.opts.openOnEnter===!1)return;if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return}this.open(),(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN)&&w(e)})),this.search.bind("keyup",this.bind(this.resizeSearch)),this.search.bind("blur",this.bind(function(e){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.opened()||this.clearSearch(),e.stopImmediatePropagation()})),this.container.delegate(t,"mousedown",this.bind(function(t){if(!this.enabled)return;if(e(t.target).closest(".select2-search-choice").length>0)return;this.clearPlaceholder(),this.open(),this.focusSearch(),t.preventDefault()})),this.container.delegate(t,"focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder()})),this.initContainerWidth(),this.clearSearch()},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.search.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.search.attr("disabled",!0)},initSelection:function(){var e;this.opts.element.val()===""&&this.opts.element.text()===""&&(this.updateSelection([]),this.close(),this.clearSearch());if(this.select||this.opts.element.val()!==""){var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder();e!==t&&this.getVal().length===0&&this.search.hasClass("select2-focused")===!1?(this.search.val(e).addClass("select2-default"),this.resizeSearch()):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.parent.opening.apply(this,arguments),this.clearPlaceholder(),this.resizeSearch(),this.focusSearch(),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus(),this.opts.element.triggerHandler("focus")},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],r=[],i=this;e(t).each(function(){l(i.id(this),n)<0&&(n.push(i.id(this)),r.push(this))}),t=r,this.selection.find(".select2-search-choice").remove(),e(t).each(function(){i.addSelectedChoice(this)}),i.postprocessResults()},tokenize:function(){var e=this.search.val();e=this.opts.tokenizer(e,this.data(),this.bind(this.onSelect),this.opts),e!=null&&e!=t&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.val().length>=this.getMaximumSelectionSize()&&this.updateResults(!0),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),(!t||!t.noFocus)&&this.focusSearch()},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var r=!n.locked,i=e("<li class='select2-search-choice'> <div></div> <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a></li>"),s=e("<li class='select2-search-choice select2-locked'><div></div></li>"),o=r?i:s,u=this.id(n),a=this.getVal(),f;f=this.opts.formatSelection(n,o.find("div")),f!=t&&o.find("div").replaceWith("<div>"+this.opts.escapeMarkup(f)+"</div>"),r&&o.find(".select2-search-choice-close").bind("mousedown",w).bind("click dblclick",this.bind(function(t){if(!this.enabled)return;e(t.target).closest(".select2-search-choice").fadeOut("fast",this.bind(function(){this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),this.close(),this.focusSearch()})).dequeue(),w(t)})).bind("focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active")})),o.data("select2-data",n),o.insertBefore(this.searchContainer),a.push(u),this.setVal(a)},unselect:function(e){var t=this.getVal(),n,r;e=e.closest(".select2-search-choice");if(e.length===0)throw"Invalid argument: "+e+". Must be .select2-search-choice";n=e.data("select2-data");if(!n)return;r=l(this.id(n).toString(),t),r>=0&&(t.splice(r,1),this.setVal(t),this.select&&this.postprocessResults()),e.remove(),this.opts.element.trigger({type:"removed",val:this.id(n),choice:n}),this.triggerChange({removed:n})},postprocessResults:function(){var e=this.getVal(),t=this.results.find(".select2-result"),n=this.results.find(".select2-result-with-children"),r=this;t.each2(function(t,n){var i=r.id(n.data("select2-data"));l(i,e)>=0&&(n.addClass("select2-selected"),n.find(".select2-result-selectable").addClass("select2-selected"))}),n.each2(function(e,t){!t.is(".select2-result-selectable")&&t.find(".select2-result-selectable:not(.select2-selected)").length===0&&t.addClass("select2-selected")}),this.highlight()==-1&&r.highlight(0)},resizeSearch:function(){var e,t,n,r,i,s=p(this.search);e=S(this.search)+10,t=this.search.offset().left,n=this.selection.width(),r=this.selection.offset().left,i=n-(t-r)-s,i<e&&(i=n-s),i<40&&(i=n-s),i<=0&&(i=e),this.search.width(i)},getVal:function(){var e;return this.select?(e=this.select.val(),e===null?[]:e):(e=this.opts.element.val(),h(e,this.opts.separator))},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each(function(){l(this,n)<0&&n.push(this)}),this.opts.element.val(n.length===0?"":n.join(this.opts.separator)))},val:function(){var n,r=!1,i=[],s=this;if(arguments.length===0)return this.getVal();n=arguments[0],arguments.length>1&&(r=arguments[1]);if(!n&&n!==0){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),r&&this.triggerChange();return}this.setVal(n);if(this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),r&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var n=e(t).map(s.id);s.setVal(n),s.updateSelection(t),s.clearSearch(),r&&s.triggerChange()})}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(n.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t){var n=this,r;if(arguments.length===0)return this.selection.find(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();t||(t=[]),r=e.map(t,function(e){return n.opts.id(e)}),this.setVal(r),this.updateSelection(t),this.clearSearch()}}),e.fn.select2=function(){var n=Array.prototype.slice.call(arguments,0),r,o,u,a,f=["val","destroy","opened","open","close","focus","isFocused","container","onSortStart","onSortEnd","enable","disable","positionDropdown","data"];return this.each(function(){if(n.length===0||typeof n[0]=="object")r=n.length===0?{}:e.extend({},n[0]),r.element=e(this),r.element.get(0).tagName.toLowerCase()==="select"?a=r.element.attr("multiple"):(a=r.multiple||!1,"tags"in r&&(r.multiple=a=!0)),o=a?new s:new i,o.init(r);else{if(typeof n[0]!="string")throw"Invalid arguments to select2 plugin: "+n;if(l(n[0],f)<0)throw"Unknown method: "+n[0];u=t,o=e(this).data("select2");if(o===t)return;n[0]==="container"?u=o.container:u=o[n[0]].apply(o,n.slice(1));if(u!==t)return!1}}),u===t?this:u},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,r){var i=[];return T(e.text,n.term,i,r),i.join("")},formatSelection:function(e,n){return e?e.text:t},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return t},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" more character"+(n==1?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please enter "+n+" less character"+(n==1?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(e==1?"":"s")},formatLoadMore:function(e){return"Loading more results..."},formatSearching:function(){return"Searching..."},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e.id},matcher:function(e,t){return t.toUpperCase().indexOf(e.toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:M,escapeMarkup:function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&apos;","/":"&#47;"};return String(e).replace(/[&<>"'/\\]/g,function(e){return t[e[0]]})},blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null}}}(e)}),timely.define("scripts/add_new_event",["jquery_timely","domReady","libs/utils","ai1ec_config","scripts/add_new_event/event_location/gmaps_helper","scripts/add_new_event/event_location/input_coordinates_event_handlers","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_date_time/date_time_event_handlers","scripts/add_new_event/event_cost_helper","external_libs/jquery.calendrical_timespan","external_libs/jquery.inputdate","external_libs/jquery.tools","external_libs/bootstrap_datepicker","external_libs/bootstrap/transition","external_libs/bootstrap/collapse","external_libs/bootstrap/modal","external_libs/bootstrap/alert","external_libs/bootstrap/tab","external_libs/select2"],function(e,t,n,r,i,s,o,u,a,f){var l=function(){var t=new Date(r.now*1e3),n={allday:"#ai1ec_all_day_event",start_date_input:"#ai1ec_start-date-input",start_time_input:"#ai1ec_start-time-input",start_time:"#ai1ec_start-time",end_date_input:"#ai1ec_end-date-input",end_time_input:"#ai1ec_end-time-input",end_time:"#ai1ec_end-time",date_format:r.date_format,month_names:r.month_names,day_names:r.day_names,week_start_day:r.week_start_day,twentyfour_hour:r.twentyfour_hour,now:t};e.timespan(n)},c=function(){e(".ai1ec-panel-collapse").on("hide",function(){e(this).parent().removeClass("ai1ec-overflow-visible")}),e(".ai1ec-panel-collapse").on("shown",function(){var t=e(this);window.setTimeout(function(){t.parent().addClass("ai1ec-overflow-visible")},350)})},h=function(){l(),timely.require(["libs/gmaps"],function(e){e(i.init_gmaps)})},p=function(t,n){var r=null;"[object Array]"===Object.prototype.toString.call(n)?r=n.join("<br>"):r=n,e("#ai1ec_event_inline_alert").html(r),e("#ai1ec_event_inline_alert").removeClass("ai1ec-hidden"),t.preventDefault(),e("#publish, #ai1ec_bottom_publish").removeClass("button-primary-disabled"),e("#publish, #ai1ec_bottom_publish").removeClass("disabled"),e("#publish, #ai1ec_bottom_publish").siblings("#ajax-loading, .spinner").css("visibility","hidden")},d=function(t){o.ai1ec_check_lat_long_fields_filled_when_publishing_event(t)===!0&&(o.ai1ec_convert_commas_to_dots_for_coordinates(),o.ai1ec_check_lat_long_ok_for_search(t));var i=!1,s=[];e("#ai1ec_ticket_ext_url, #ai1ec_contact_url").each(function(){var t=this.value;e(this).removeClass("ai1ec-input-warn");var o=e(this).closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");i||o.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var u=e(this).attr("id"),a="ai1ec_ticket_ext_url"===u;if(""!==t&&!1===n.isValidUrl(t,a)){o.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||e(this).closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var f=u+"_not_valid";s.push(r[f]),e(this).addClass("ai1ec-input-warn")}});var u=e("#ai1ec_contact_email"),a=u.closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");u.removeClass("ai1ec-input-warn"),i||a.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var f=e.trim(u.val());if(""!==f&&!1===n.isValidEmail(f)){a.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||u.closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var l=u.attr("id")+"_not_valid";s.push(r[l]),u.addClass("ai1ec-input-warn")}var c=e("#title, #ai1ec_contact_name, #ai1ec_contact_email, #ai1ec_contact_phone, #content");if(e("#ai1ec_has_tickets").prop("checked")){c.addClass("ai1ec-required"),E(),e("#content").hasClass("ai1ec-error")?T(!0):T(!1);if(e(".ai1ec-error").not(".ai1ec-hidden .ai1ec-error").length||e(".ai1ec-tax-options-button").hasClass("ai1ec-required-error"))i=!0,e("#ai1ec-add-new-event-accordion > .ai1ec-panel-default > .ai1ec-panel-collapse").removeClass("ai1ec-collapse").css("height","auto"),s.push(r.ticketing_required_fields);e("#ai1ec_repeat").prop("checked")===!0&&(i=!0,s.push(r.ticketing_repeat_not_supported));if(!1===i){var h=0,d=0;e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").each(function(){var t=e(this),n=!1;t.find(".ai1ec-tickets-fields").remove(),t.find("select, input").each(function(){if(!this.name)return;"remove"===this.name&&(n=!0);var r=this.value;"checkbox"==this.type&&(1==this.checked?r="on":r="off"),e("<input />",{type:"hidden",name:"ai1ec_tickets["+h+"]["+this.name+"]","class":"ai1ec-tickets-fields",value:r}).appendTo(t)}),n||d++,h++}),0===d&&(i=!0,s.push(r.ticketing_no_tickets_included))}}else c.removeClass("ai1ec-required");i?p(t,s):(e(".ai1ec-tickets-form-template").remove(),e(".ai1ec-tickets-edit-form").find("input, select").not(".ai1ec-tickets-fields").prop("disabled",!0))},v=function(){e("#ai1ec_google_map").click(s.toggle_visibility_of_google_map_on_click),e("#ai1ec_input_coordinates").change(s.toggle_visibility_of_coordinate_fields_on_click),e("#post").submit(d),e("input.ai1ec-coordinates").blur(s.update_map_from_coordinates_on_blur),e("#ai1ec_bottom_publish").on("click",u.trigger_publish),e(document).on("change","#ai1ec_end",u.show_end_fields).on("click","#ai1ec_repeat_apply",u.handle_click_on_apply_button).on("click","#ai1ec_repeat_cancel",u.handle_click_on_cancel_modal).on("click","#ai1ec_monthly_type_bymonthday, #ai1ec_monthly_type_byday",u.handle_checkbox_monthly_tab_modal).on("click",".ai1ec-btn-group-grid a",u.handle_click_on_toggle_buttons),e("#ai1ec_repeat_box").on("hidden.bs.modal",u.handle_modal_hide),u.execute_pseudo_handlers(),e("#widgetField > a").on("click",u.handle_animation_of_calendar_widget),e(document).on("click",".ai1ec-set-banner-image",m),e(document).on("click",".ai1ec-remove-banner",g),e(document).on("click","#ai1ec_tax_options, #ai1ec_update_tax_options",k)},m=function(){var t={};return t._frame=wp.media({state:"featured-image",states:[new wp.media.controller.FeaturedImage,new wp.media.controller.EditImage]}),t._frame.open(),e(".media-frame:last ").addClass("ai1ec-banner-image-frame"),e(".media-frame-title:last h1").text(e(".ai1ec-set-banner-block .ai1ec-set-banner-image").text()),e(".media-frame-toolbar:last").append(e(".ai1ec-media-toolbar").clone().removeClass("ai1ec-media-toolbar ai1ec-hidden")),e(".ai1ec-save-banner-image").off().on("click",function(){var n=e(".attachments:visible li.selected img").attr("src"),r=e(".attachment-details:visible input[type=text]").val();return n&&r&&e("#ai1ec_event_banner .inside").find(".ai1ec-banner-image-block").removeClass("ai1ec-hidden").find("img").attr("src",n).end().find("input").val(r).end().end().find(".ai1ec-set-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-remove-banner-block").removeClass("ai1ec-hidden"),t._frame.close(),!1}),!1},g=function(){return e("#ai1ec_event_banner .inside").find(".ai1ec-remove-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-banner-image-block").addClass("ai1ec-hidden").find("input").val("").end().find("img").attr("src","").end().end().find(".ai1ec-set-banner-block").removeClass("ai1ec-hidden"),!1},y=function(){e("#ai1ec_event").insertAfter("#ai1ec_event_inline_alert"),e("#post").addClass("ai1ec-visible")},b=function(){e("#timezone-select").select2()},w=function(){e(".ai1ec-tickets-datepicker").not(".ai1ec-tickets-datepicker-inited").not(".ai1ec-tickets-form-template .ai1ec-tickets-datepicker").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block"),r=e(".ai1ec-tickets-time",n),i=e("input.ai1ec-tickets-full-date",n),s=i.val();t.val(s.substr(0,10)),r.val(s.substr(11,5)),r.on("change",function(){s=i.val(),i.val(s.substr(0,10)+" "+this.value+":00")}),t.addClass("ai1ec-tickets-datepicker-inited").datepicker({autoclose:!0}).on("changeDate",function(e){i.val(this.value+" "+r.val()+":00")})})},E=function(){e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_unlimited"]').each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-edit-form"),r=e('input[id="ai1ec_ticket_quantity"]',n);!1===t.prop("checked")?(r.val()==0&&r.val(""),r.addClass("ai1ec-required")):r.removeClass("ai1ec-required")}),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_avail"]').each(function(){var t=e(this);t.closest(".ai1ec-tickets-edit-form").find('input[id="ai1ec_ticket_sale_start_date"],input[id="ai1ec_ticket_sale_end_date"]').each(function(){!1===t.prop("checked")?e(this).addClass("ai1ec-required"):e(this).removeClass("ai1ec-required")})}),e(".ai1ec-ticket-field-error").hide(),e(".ai1ec-required").not(".ai1ec-tickets-form-template .ai1ec-required").each(function(){var t=e(this);t.removeClass("ai1ec-error");if(!e.trim(t.val())||"checkbox"===t.attr("type")&&!t.prop("checked"))t.addClass("ai1ec-error"),t.parent().find(".ai1ec-ticket-field-error").show()}),e('[name="ticket_sale_start_date"], [name="ticket_sale_end_date"]').not(".ai1ec-tickets-form-template input").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block").find('input[type="text"]');n.removeClass("ai1ec-error"),!t.closest(".ai1ec-avail-block").find('input[name="availibility"]:checked').length&&null===this.value.match(/^(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})$/)&&n.addClass("ai1ec-error")});var t=e("#ai1ec_editing_ticket").val();return 0==t&&!e("#ai1ec_tax_inputs input").length?e(".ai1ec-tax-options-button").addClass("ai1ec-required-error").show():e(".ai1ec-tax-options-button").removeClass("ai1ec-required-error").hide(),e(".ai1ec-ticket-field-error:visible").length?!1:!0},S=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e("#ai1ec_ticket_quantity",n);1==t.prop("checked")?r.hide():r.show()},x=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e(".ai1ec-tickets-dates",n);1==t.prop("checked")?r.hide():r.show()},T=function(t){e("#ai1ec-event-description-field-error").remove(),t&&e("#postdivrich").before('<div id="ai1ec-event-description-field-error"><strong style="color: red;">* The Event description is required.</strong></div>')},N=function(){e(document).on("click change",'[id="ai1ec_ticket_unlimited"]',function(){S(e(this))}),e(document).on("click change",'[id="ai1ec_ticket_avail"]',function(){x(e(this))}),e(document).on("click change",'[id="ai1ec_new_ticket_status"]',function(){var t=e(this),n=t.closest(".ai1ec-tickets-panel"),i=t.find(":selected");if("canceled"===i.val()){var s=e("#ai1ec-ticket-taken",n);if(0<s.val()){e("#ai1ec-ticket-status-message",n).text(r.ticketing.cancel_message);return}}n.find("#ai1ec-ticket-status-message").text("")}),e(document).on("click",".ai1ec-remove-ticket",function(){var t=e(this).closest(".ai1ec-tickets-panel"),i=e("#ai1ec-ticket-taken",t);return 0<i.val()?n.alert(r.ticketing.information,r.ticketing.no_delete_text):t.addClass("ai1ec-hidden").append('<input type="hidden" name="remove" value="1">'),!1});var t=func