Version Description
Download this release
Release Info
Developer | calvinyeh |
Plugin | All-in-One Event Calendar |
Version | 2.5.43 |
Comparing to | |
See all releases |
Code changes from version 2.5.42 to 2.5.43
- all-in-one-event-calendar.php +1 -1
- app/config/constants.php +1 -1
- app/model/settings.php +0 -13
- app/view/admin/settings.php +1 -11
- language/all-in-one-event-calendar.mo +0 -0
- language/all-in-one-event-calendar.po +52 -74
- language/all-in-one-event-calendar.pot +51 -66
- lib/bootstrap/loader-map.php +228 -0
- public/admin/css/settings.css +0 -7
- readme.txt +4 -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: https://time.ly/
|
8 |
-
* Version: 2.5.
|
9 |
* Text Domain: all-in-one-event-calendar
|
10 |
* Domain Path: /language
|
11 |
*/
|
5 |
* Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
6 |
* Author: Time.ly Network Inc.
|
7 |
* Author URI: https://time.ly/
|
8 |
+
* Version: 2.5.43
|
9 |
* Text Domain: all-in-one-event-calendar
|
10 |
* Domain Path: /language
|
11 |
*/
|
app/config/constants.php
CHANGED
@@ -50,7 +50,7 @@ function ai1ec_initiate_constants( $ai1ec_base_dir, $ai1ec_base_url ) {
|
|
50 |
// = Plugin Version =
|
51 |
// ==================
|
52 |
if ( ! defined( 'AI1EC_VERSION' ) ) {
|
53 |
-
define( 'AI1EC_VERSION', '2.5.
|
54 |
}
|
55 |
|
56 |
// ================
|
50 |
// = Plugin Version =
|
51 |
// ==================
|
52 |
if ( ! defined( 'AI1EC_VERSION' ) ) {
|
53 |
+
define( 'AI1EC_VERSION', '2.5.43' );
|
54 |
}
|
55 |
|
56 |
// ================
|
app/model/settings.php
CHANGED
@@ -859,20 +859,7 @@ class Ai1ec_Settings extends Ai1ec_App {
|
|
859 |
),
|
860 |
),
|
861 |
'default' => true,
|
862 |
-
),
|
863 |
-
'twitterinfo' => array(
|
864 |
-
'type' => 'bool',
|
865 |
-
'renderer' => array(
|
866 |
-
'class' => 'checkbox',
|
867 |
-
'tab' => 'extensions',
|
868 |
-
'item' => 'twittertab',
|
869 |
-
'label' => '',
|
870 |
-
'help' => Ai1ec_I18n::__(
|
871 |
-
'<div class="ai1ec-twitterinfo-wrap"><b>Twitter</b><br>This feature allows your events to be automatically tweeted before they happen. Great way to add regular content to your twitter roll and keep your audience informed of all your great events. This feature is not yet enabled in your product. Please purchase it as a standalone for a low annual subscription or inside the Core+ bundle. <a target="_blank" href="https://time.ly/wordpress-calendar-plugin/addons/">Click here.</a></div>'
|
872 |
-
),
|
873 |
),
|
874 |
-
'default' => true,
|
875 |
-
),
|
876 |
'embedding' => array(
|
877 |
'type' => 'html',
|
878 |
'renderer' => array(
|
859 |
),
|
860 |
),
|
861 |
'default' => true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
862 |
),
|
|
|
|
|
863 |
'embedding' => array(
|
864 |
'type' => 'html',
|
865 |
'renderer' => array(
|
app/view/admin/settings.php
CHANGED
@@ -151,19 +151,9 @@ class Ai1ec_View_Admin_Settings extends Ai1ec_View_Admin_Abstract {
|
|
151 |
'apis' => Ai1ec_I18n::__( 'External Services' ),
|
152 |
'cache' => Ai1ec_I18n::__( 'Cache Report' ),
|
153 |
)
|
154 |
-
)
|
155 |
-
'extensions' => array()
|
156 |
);
|
157 |
|
158 |
-
if ( is_plugin_active( 'all-in-one-event-calendar-twitter-integration/all-in-one-event-calendar-twitter-integration.php' ) ) {
|
159 |
-
$tabs['extensions'] = array(
|
160 |
-
'name' => Ai1ec_I18n::__( 'Add-ons' ),
|
161 |
-
'items' => array(
|
162 |
-
'twittertab' => Ai1ec_I18n::__( 'Twitter' ),
|
163 |
-
)
|
164 |
-
);
|
165 |
-
}
|
166 |
-
|
167 |
// let other extensions add tabs.
|
168 |
$tabs = apply_filters( 'ai1ec_add_setting_tabs', $tabs );
|
169 |
$settings = $this->_registry->get( 'model.settings' );
|
151 |
'apis' => Ai1ec_I18n::__( 'External Services' ),
|
152 |
'cache' => Ai1ec_I18n::__( 'Cache Report' ),
|
153 |
)
|
154 |
+
)
|
|
|
155 |
);
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
// let other extensions add tabs.
|
158 |
$tabs = apply_filters( 'ai1ec_add_setting_tabs', $tabs );
|
159 |
$settings = $this->_registry->get( 'model.settings' );
|
language/all-in-one-event-calendar.mo
CHANGED
Binary file
|
language/all-in-one-event-calendar.po
CHANGED
@@ -2,18 +2,18 @@
|
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
-
"POT-Creation-Date: 2019-08-
|
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: 2019-08-
|
12 |
"Last-Translator: Timely <support@time.ly>\n"
|
13 |
"Language-Team:\n"
|
14 |
|
15 |
#: app/controller/extension-license.php:53 app/view/admin/add-ons.php:26
|
16 |
-
#: app/view/admin/add-ons.php:27
|
17 |
msgid "Add-ons"
|
18 |
msgstr "Add-ons"
|
19 |
|
@@ -802,29 +802,11 @@ msgstr ""
|
|
802 |
"Frontend Extension</a> for the <strong>frontend Post Your Event form</"
|
803 |
"strong>."
|
804 |
|
805 |
-
#: app/model/settings.php:
|
806 |
-
msgid ""
|
807 |
-
"<div class=\"ai1ec-twitterinfo-wrap\"><b>Twitter</b><br>This feature allows "
|
808 |
-
"your events to be automatically tweeted before they happen. Great way to add "
|
809 |
-
"regular content to your twitter roll and keep your audience informed of all "
|
810 |
-
"your great events. This feature is not yet enabled in your product. Please "
|
811 |
-
"purchase it as a standalone for a low annual subscription or inside the Core"
|
812 |
-
"+ bundle. <a target=\"_blank\" href=\"https://time.ly/wordpress-calendar-"
|
813 |
-
"plugin/addons/\">Click here.</a></div>"
|
814 |
-
msgstr ""
|
815 |
-
"<div class=\"ai1ec-twitterinfo-wrap\"><b>Twitter</b><br>This feature allows "
|
816 |
-
"your events to be automatically tweeted before they happen. Great way to add "
|
817 |
-
"regular content to your twitter roll and keep your audience informed of all "
|
818 |
-
"your great events. This feature is not yet enabled in your product. Please "
|
819 |
-
"purchase it as a standalone for a low annual subscription or inside the Core"
|
820 |
-
"+ bundle. <a target=\"_blank\" href=\"https://time.ly/wordpress-calendar-"
|
821 |
-
"plugin/addons/\">Click here.</a></div>"
|
822 |
-
|
823 |
-
#: app/model/settings.php:891
|
824 |
msgid "Move calendar into this DOM element"
|
825 |
msgstr "Move calendar into this DOM element"
|
826 |
|
827 |
-
#: app/model/settings.php:
|
828 |
msgid ""
|
829 |
"Optional. Use this JavaScript-based shortcut to place the\n"
|
830 |
" calendar a DOM element other than the usual page "
|
@@ -854,7 +836,7 @@ msgstr ""
|
|
854 |
"replaced\n"
|
855 |
" by the calendar."
|
856 |
|
857 |
-
#: app/model/settings.php:
|
858 |
msgid ""
|
859 |
"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
|
860 |
"multiple calendar output"
|
@@ -862,7 +844,7 @@ msgstr ""
|
|
862 |
"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
|
863 |
"multiple calendar output"
|
864 |
|
865 |
-
#: app/model/settings.php:
|
866 |
msgid ""
|
867 |
"Try enabling this option if your calendar does not appear on the calendar "
|
868 |
"page. It is needed for compatibility with a small number of themes that call "
|
@@ -872,11 +854,11 @@ msgstr ""
|
|
872 |
"page. It is needed for compatibility with a small number of themes that call "
|
873 |
"<tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
|
874 |
|
875 |
-
#: app/model/settings.php:
|
876 |
msgid "Disable <strong>gzip</strong> compression."
|
877 |
msgstr "Disable <strong>gzip</strong> compression."
|
878 |
|
879 |
-
#: app/model/settings.php:
|
880 |
msgid ""
|
881 |
"Use this option if calendar is unresponsive. <a target=\"_blank\" href="
|
882 |
"\"https://time.ly/document/user-guide/troubleshooting/disable-gzip-"
|
@@ -888,11 +870,11 @@ msgstr ""
|
|
888 |
"compression/\">Read more</a> about the issue. (From version 2.1 onwards, "
|
889 |
"gzip is disabled by default for maximum compatibility.)"
|
890 |
|
891 |
-
#: app/model/settings.php:
|
892 |
msgid "Use frontend rendering."
|
893 |
msgstr "Use frontend rendering."
|
894 |
|
895 |
-
#: app/model/settings.php:
|
896 |
msgid ""
|
897 |
"Renders calendar views on the client rather than the server; can improve "
|
898 |
"performance."
|
@@ -900,15 +882,15 @@ msgstr ""
|
|
900 |
"Renders calendar views on the client rather than the server; can improve "
|
901 |
"performance."
|
902 |
|
903 |
-
#: app/model/settings.php:
|
904 |
msgid "Use advanced JS cache."
|
905 |
msgstr "Use advanced JS cache."
|
906 |
|
907 |
-
#: app/model/settings.php:
|
908 |
msgid "Cache dynamically generated JS files. Improves performance."
|
909 |
msgstr "Cache dynamically generated JS files. Improves performance."
|
910 |
|
911 |
-
#: app/model/settings.php:
|
912 |
msgid ""
|
913 |
"<strong>Link CSS</strong> in <code><head></code> section when file "
|
914 |
"cache is unavailable."
|
@@ -916,7 +898,7 @@ msgstr ""
|
|
916 |
"<strong>Link CSS</strong> in <code><head></code> section when file "
|
917 |
"cache is unavailable."
|
918 |
|
919 |
-
#: app/model/settings.php:
|
920 |
msgid ""
|
921 |
"Use this option if file cache is unavailable and you would prefer to serve "
|
922 |
"CSS as a link rather than have it output inline."
|
@@ -924,11 +906,11 @@ msgstr ""
|
|
924 |
"Use this option if file cache is unavailable and you would prefer to serve "
|
925 |
"CSS as a link rather than have it output inline."
|
926 |
|
927 |
-
#: app/model/settings.php:
|
928 |
msgid "Current <strong>robots.txt</strong> on this site"
|
929 |
msgstr "Current <strong>robots.txt</strong> on this site"
|
930 |
|
931 |
-
#: app/model/settings.php:
|
932 |
msgid ""
|
933 |
"The Robot Exclusion Standard, also known as the Robots Exclusion Protocol "
|
934 |
"or\n"
|
@@ -952,7 +934,7 @@ msgstr ""
|
|
952 |
" You can change it manually by editing <code>robots."
|
953 |
"txt</code> in your root WordPress directory."
|
954 |
|
955 |
-
#: app/model/settings.php:
|
956 |
msgid ""
|
957 |
"<strong>Publicize, promote, and share my events</strong> marked as public on "
|
958 |
"the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more »</a>)"
|
@@ -960,15 +942,15 @@ msgstr ""
|
|
960 |
"<strong>Publicize, promote, and share my events</strong> marked as public on "
|
961 |
"the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more »</a>)"
|
962 |
|
963 |
-
#: app/model/settings.php:
|
964 |
msgid "Templates cache improves site performance"
|
965 |
msgstr "Templates cache improves site performance"
|
966 |
|
967 |
-
#: app/model/settings.php:
|
968 |
msgid "Display events in <strong>calendar time zone</strong>"
|
969 |
msgstr "Display events in <strong>calendar time zone</strong>"
|
970 |
|
971 |
-
#: app/model/settings.php:
|
972 |
msgid ""
|
973 |
"If this box is checked events will appear in the calendar time zone with "
|
974 |
"time zone information displayed on the event details page."
|
@@ -1314,15 +1296,11 @@ msgstr "External Services"
|
|
1314 |
msgid "Cache Report"
|
1315 |
msgstr "Cache Report"
|
1316 |
|
1317 |
-
#: app/view/admin/settings.php:
|
1318 |
-
msgid "Twitter"
|
1319 |
-
msgstr "Twitter"
|
1320 |
-
|
1321 |
-
#: app/view/admin/settings.php:182
|
1322 |
msgid "Please, Sign In to Timely Network."
|
1323 |
msgstr "Please, Sign In to Timely Network."
|
1324 |
|
1325 |
-
#: app/view/admin/settings.php:
|
1326 |
#: public/admin/box_ask_customer_review.php:113
|
1327 |
#: public/admin/box_ask_customer_review.php:127
|
1328 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -1332,47 +1310,47 @@ msgstr "Please, Sign In to Timely Network."
|
|
1332 |
msgid "This field is required."
|
1333 |
msgstr "This field is required."
|
1334 |
|
1335 |
-
#: app/view/admin/settings.php:
|
1336 |
msgid "Register"
|
1337 |
msgstr "Register"
|
1338 |
|
1339 |
-
#: app/view/admin/settings.php:
|
1340 |
msgid "Sign in"
|
1341 |
msgstr "Sign in"
|
1342 |
|
1343 |
-
#: app/view/admin/settings.php:
|
1344 |
msgid "Sign out"
|
1345 |
msgstr "Sign out"
|
1346 |
|
1347 |
-
#: app/view/admin/settings.php:
|
1348 |
msgid "Full Name:"
|
1349 |
msgstr "Full Name:"
|
1350 |
|
1351 |
-
#: app/view/admin/settings.php:
|
1352 |
msgid "Hide form"
|
1353 |
msgstr "Hide form"
|
1354 |
|
1355 |
-
#: app/view/admin/settings.php:
|
1356 |
msgid "Show form"
|
1357 |
msgstr "Show form"
|
1358 |
|
1359 |
-
#: app/view/admin/settings.php:
|
1360 |
msgid "Email:"
|
1361 |
msgstr "Email:"
|
1362 |
|
1363 |
-
#: app/view/admin/settings.php:
|
1364 |
msgid "Password:"
|
1365 |
msgstr "Password:"
|
1366 |
|
1367 |
-
#: app/view/admin/settings.php:
|
1368 |
msgid "Confirm Password:"
|
1369 |
msgstr "Confirm Password:"
|
1370 |
|
1371 |
-
#: app/view/admin/settings.php:
|
1372 |
msgid "Phone Number:"
|
1373 |
msgstr "Phone Number:"
|
1374 |
|
1375 |
-
#: app/view/admin/settings.php:
|
1376 |
msgid ""
|
1377 |
"I confirm that I have read, understand and agree with the <a href=\"https://"
|
1378 |
"time.ly/tos\">terms of service</a>."
|
@@ -1380,7 +1358,7 @@ msgstr ""
|
|
1380 |
"I confirm that I have read, understand and agree with the <a href=\"https://"
|
1381 |
"time.ly/tos\">terms of service</a>."
|
1382 |
|
1383 |
-
#: app/view/admin/settings.php:
|
1384 |
msgid ""
|
1385 |
"<h4>Attention Required:</h4>If you choose to sign-out of the API Timely "
|
1386 |
"Network this will close all the created tickets and remove user access to "
|
@@ -1392,68 +1370,68 @@ msgstr ""
|
|
1392 |
"them. In this case, on the event page, users will see the status “Event "
|
1393 |
"closed”."
|
1394 |
|
1395 |
-
#: app/view/admin/settings.php:
|
1396 |
#: public/admin/plugins/ics/import_feed.php:127
|
1397 |
msgid "Cancel"
|
1398 |
msgstr "Cancel"
|
1399 |
|
1400 |
-
#: app/view/admin/settings.php:
|
1401 |
msgid "Sign Out"
|
1402 |
msgstr "Sign Out"
|
1403 |
|
1404 |
-
#: app/view/admin/settings.php:
|
1405 |
msgid "Sign Up"
|
1406 |
msgstr "Sign Up"
|
1407 |
|
1408 |
-
#: app/view/admin/settings.php:
|
1409 |
msgid "Sign In"
|
1410 |
msgstr "Sign In"
|
1411 |
|
1412 |
-
#: app/view/admin/settings.php:
|
1413 |
msgid "Calendar Type:"
|
1414 |
msgstr "Calendar Type:"
|
1415 |
|
1416 |
-
#: app/view/admin/settings.php:
|
1417 |
msgid "Tourism"
|
1418 |
msgstr "Tourism"
|
1419 |
|
1420 |
-
#: app/view/admin/settings.php:
|
1421 |
msgid "Media"
|
1422 |
msgstr "Media"
|
1423 |
|
1424 |
-
#: app/view/admin/settings.php:
|
1425 |
msgid "Community Hubs"
|
1426 |
msgstr "Community Hubs"
|
1427 |
|
1428 |
-
#: app/view/admin/settings.php:
|
1429 |
msgid "Education"
|
1430 |
msgstr "Education"
|
1431 |
|
1432 |
-
#: app/view/admin/settings.php:
|
1433 |
msgid "Venue/Business"
|
1434 |
msgstr "Venue/Business"
|
1435 |
|
1436 |
-
#: app/view/admin/settings.php:
|
1437 |
msgid "Artist/Performer"
|
1438 |
msgstr "Artist/Performer"
|
1439 |
|
1440 |
-
#: app/view/admin/settings.php:
|
1441 |
msgid "Church/Spiritual"
|
1442 |
msgstr "Church/Spiritual"
|
1443 |
|
1444 |
-
#: app/view/admin/settings.php:
|
1445 |
msgid "Association/Group"
|
1446 |
msgstr "Association/Group"
|
1447 |
|
1448 |
-
#: app/view/admin/settings.php:
|
1449 |
msgid "Other"
|
1450 |
msgstr "Other"
|
1451 |
|
1452 |
-
#: app/view/admin/settings.php:
|
1453 |
msgid "Save Settings"
|
1454 |
msgstr "Save Settings"
|
1455 |
|
1456 |
-
#: app/view/admin/settings.php:
|
1457 |
msgid ""
|
1458 |
"If the form below is not working please follow <a href=\"%s\">this link</a>."
|
1459 |
msgstr ""
|
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.43\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
+
"POT-Creation-Date: 2019-08-14 14:31:15+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: 2019-08-14 14:31+0000\n"
|
12 |
"Last-Translator: Timely <support@time.ly>\n"
|
13 |
"Language-Team:\n"
|
14 |
|
15 |
#: app/controller/extension-license.php:53 app/view/admin/add-ons.php:26
|
16 |
+
#: app/view/admin/add-ons.php:27
|
17 |
msgid "Add-ons"
|
18 |
msgstr "Add-ons"
|
19 |
|
802 |
"Frontend Extension</a> for the <strong>frontend Post Your Event form</"
|
803 |
"strong>."
|
804 |
|
805 |
+
#: app/model/settings.php:878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
806 |
msgid "Move calendar into this DOM element"
|
807 |
msgstr "Move calendar into this DOM element"
|
808 |
|
809 |
+
#: app/model/settings.php:880
|
810 |
msgid ""
|
811 |
"Optional. Use this JavaScript-based shortcut to place the\n"
|
812 |
" calendar a DOM element other than the usual page "
|
836 |
"replaced\n"
|
837 |
" by the calendar."
|
838 |
|
839 |
+
#: app/model/settings.php:899
|
840 |
msgid ""
|
841 |
"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
|
842 |
"multiple calendar output"
|
844 |
"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
|
845 |
"multiple calendar output"
|
846 |
|
847 |
+
#: app/model/settings.php:902
|
848 |
msgid ""
|
849 |
"Try enabling this option if your calendar does not appear on the calendar "
|
850 |
"page. It is needed for compatibility with a small number of themes that call "
|
854 |
"page. It is needed for compatibility with a small number of themes that call "
|
855 |
"<tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
|
856 |
|
857 |
+
#: app/model/settings.php:914
|
858 |
msgid "Disable <strong>gzip</strong> compression."
|
859 |
msgstr "Disable <strong>gzip</strong> compression."
|
860 |
|
861 |
+
#: app/model/settings.php:917
|
862 |
msgid ""
|
863 |
"Use this option if calendar is unresponsive. <a target=\"_blank\" href="
|
864 |
"\"https://time.ly/document/user-guide/troubleshooting/disable-gzip-"
|
870 |
"compression/\">Read more</a> about the issue. (From version 2.1 onwards, "
|
871 |
"gzip is disabled by default for maximum compatibility.)"
|
872 |
|
873 |
+
#: app/model/settings.php:929
|
874 |
msgid "Use frontend rendering."
|
875 |
msgstr "Use frontend rendering."
|
876 |
|
877 |
+
#: app/model/settings.php:932
|
878 |
msgid ""
|
879 |
"Renders calendar views on the client rather than the server; can improve "
|
880 |
"performance."
|
882 |
"Renders calendar views on the client rather than the server; can improve "
|
883 |
"performance."
|
884 |
|
885 |
+
#: app/model/settings.php:944
|
886 |
msgid "Use advanced JS cache."
|
887 |
msgstr "Use advanced JS cache."
|
888 |
|
889 |
+
#: app/model/settings.php:947
|
890 |
msgid "Cache dynamically generated JS files. Improves performance."
|
891 |
msgstr "Cache dynamically generated JS files. Improves performance."
|
892 |
|
893 |
+
#: app/model/settings.php:959
|
894 |
msgid ""
|
895 |
"<strong>Link CSS</strong> in <code><head></code> section when file "
|
896 |
"cache is unavailable."
|
898 |
"<strong>Link CSS</strong> in <code><head></code> section when file "
|
899 |
"cache is unavailable."
|
900 |
|
901 |
+
#: app/model/settings.php:962
|
902 |
msgid ""
|
903 |
"Use this option if file cache is unavailable and you would prefer to serve "
|
904 |
"CSS as a link rather than have it output inline."
|
906 |
"Use this option if file cache is unavailable and you would prefer to serve "
|
907 |
"CSS as a link rather than have it output inline."
|
908 |
|
909 |
+
#: app/model/settings.php:974
|
910 |
msgid "Current <strong>robots.txt</strong> on this site"
|
911 |
msgstr "Current <strong>robots.txt</strong> on this site"
|
912 |
|
913 |
+
#: app/model/settings.php:978
|
914 |
msgid ""
|
915 |
"The Robot Exclusion Standard, also known as the Robots Exclusion Protocol "
|
916 |
"or\n"
|
934 |
" You can change it manually by editing <code>robots."
|
935 |
"txt</code> in your root WordPress directory."
|
936 |
|
937 |
+
#: app/model/settings.php:995
|
938 |
msgid ""
|
939 |
"<strong>Publicize, promote, and share my events</strong> marked as public on "
|
940 |
"the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more »</a>)"
|
942 |
"<strong>Publicize, promote, and share my events</strong> marked as public on "
|
943 |
"the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more »</a>)"
|
944 |
|
945 |
+
#: app/model/settings.php:1018
|
946 |
msgid "Templates cache improves site performance"
|
947 |
msgstr "Templates cache improves site performance"
|
948 |
|
949 |
+
#: app/model/settings.php:1031
|
950 |
msgid "Display events in <strong>calendar time zone</strong>"
|
951 |
msgstr "Display events in <strong>calendar time zone</strong>"
|
952 |
|
953 |
+
#: app/model/settings.php:1034
|
954 |
msgid ""
|
955 |
"If this box is checked events will appear in the calendar time zone with "
|
956 |
"time zone information displayed on the event details page."
|
1296 |
msgid "Cache Report"
|
1297 |
msgstr "Cache Report"
|
1298 |
|
1299 |
+
#: app/view/admin/settings.php:172
|
|
|
|
|
|
|
|
|
1300 |
msgid "Please, Sign In to Timely Network."
|
1301 |
msgstr "Please, Sign In to Timely Network."
|
1302 |
|
1303 |
+
#: app/view/admin/settings.php:183 app/view/admin/tickets.php:125
|
1304 |
#: public/admin/box_ask_customer_review.php:113
|
1305 |
#: public/admin/box_ask_customer_review.php:127
|
1306 |
#: public/admin/box_ask_customer_review.php:141
|
1310 |
msgid "This field is required."
|
1311 |
msgstr "This field is required."
|
1312 |
|
1313 |
+
#: app/view/admin/settings.php:184 app/view/event/ticket.php:25
|
1314 |
msgid "Register"
|
1315 |
msgstr "Register"
|
1316 |
|
1317 |
+
#: app/view/admin/settings.php:185
|
1318 |
msgid "Sign in"
|
1319 |
msgstr "Sign in"
|
1320 |
|
1321 |
+
#: app/view/admin/settings.php:189
|
1322 |
msgid "Sign out"
|
1323 |
msgstr "Sign out"
|
1324 |
|
1325 |
+
#: app/view/admin/settings.php:191
|
1326 |
msgid "Full Name:"
|
1327 |
msgstr "Full Name:"
|
1328 |
|
1329 |
+
#: app/view/admin/settings.php:192
|
1330 |
msgid "Hide form"
|
1331 |
msgstr "Hide form"
|
1332 |
|
1333 |
+
#: app/view/admin/settings.php:193
|
1334 |
msgid "Show form"
|
1335 |
msgstr "Show form"
|
1336 |
|
1337 |
+
#: app/view/admin/settings.php:194
|
1338 |
msgid "Email:"
|
1339 |
msgstr "Email:"
|
1340 |
|
1341 |
+
#: app/view/admin/settings.php:195
|
1342 |
msgid "Password:"
|
1343 |
msgstr "Password:"
|
1344 |
|
1345 |
+
#: app/view/admin/settings.php:196
|
1346 |
msgid "Confirm Password:"
|
1347 |
msgstr "Confirm Password:"
|
1348 |
|
1349 |
+
#: app/view/admin/settings.php:197
|
1350 |
msgid "Phone Number:"
|
1351 |
msgstr "Phone Number:"
|
1352 |
|
1353 |
+
#: app/view/admin/settings.php:198
|
1354 |
msgid ""
|
1355 |
"I confirm that I have read, understand and agree with the <a href=\"https://"
|
1356 |
"time.ly/tos\">terms of service</a>."
|
1358 |
"I confirm that I have read, understand and agree with the <a href=\"https://"
|
1359 |
"time.ly/tos\">terms of service</a>."
|
1360 |
|
1361 |
+
#: app/view/admin/settings.php:201
|
1362 |
msgid ""
|
1363 |
"<h4>Attention Required:</h4>If you choose to sign-out of the API Timely "
|
1364 |
"Network this will close all the created tickets and remove user access to "
|
1370 |
"them. In this case, on the event page, users will see the status “Event "
|
1371 |
"closed”."
|
1372 |
|
1373 |
+
#: app/view/admin/settings.php:204 public/admin/box_repeat.php:116
|
1374 |
#: public/admin/plugins/ics/import_feed.php:127
|
1375 |
msgid "Cancel"
|
1376 |
msgstr "Cancel"
|
1377 |
|
1378 |
+
#: app/view/admin/settings.php:205 app/view/admin/tickets.php:134
|
1379 |
msgid "Sign Out"
|
1380 |
msgstr "Sign Out"
|
1381 |
|
1382 |
+
#: app/view/admin/settings.php:206
|
1383 |
msgid "Sign Up"
|
1384 |
msgstr "Sign Up"
|
1385 |
|
1386 |
+
#: app/view/admin/settings.php:207
|
1387 |
msgid "Sign In"
|
1388 |
msgstr "Sign In"
|
1389 |
|
1390 |
+
#: app/view/admin/settings.php:208
|
1391 |
msgid "Calendar Type:"
|
1392 |
msgstr "Calendar Type:"
|
1393 |
|
1394 |
+
#: app/view/admin/settings.php:210
|
1395 |
msgid "Tourism"
|
1396 |
msgstr "Tourism"
|
1397 |
|
1398 |
+
#: app/view/admin/settings.php:211
|
1399 |
msgid "Media"
|
1400 |
msgstr "Media"
|
1401 |
|
1402 |
+
#: app/view/admin/settings.php:212
|
1403 |
msgid "Community Hubs"
|
1404 |
msgstr "Community Hubs"
|
1405 |
|
1406 |
+
#: app/view/admin/settings.php:213
|
1407 |
msgid "Education"
|
1408 |
msgstr "Education"
|
1409 |
|
1410 |
+
#: app/view/admin/settings.php:214
|
1411 |
msgid "Venue/Business"
|
1412 |
msgstr "Venue/Business"
|
1413 |
|
1414 |
+
#: app/view/admin/settings.php:215
|
1415 |
msgid "Artist/Performer"
|
1416 |
msgstr "Artist/Performer"
|
1417 |
|
1418 |
+
#: app/view/admin/settings.php:216
|
1419 |
msgid "Church/Spiritual"
|
1420 |
msgstr "Church/Spiritual"
|
1421 |
|
1422 |
+
#: app/view/admin/settings.php:217
|
1423 |
msgid "Association/Group"
|
1424 |
msgstr "Association/Group"
|
1425 |
|
1426 |
+
#: app/view/admin/settings.php:218
|
1427 |
msgid "Other"
|
1428 |
msgstr "Other"
|
1429 |
|
1430 |
+
#: app/view/admin/settings.php:230
|
1431 |
msgid "Save Settings"
|
1432 |
msgstr "Save Settings"
|
1433 |
|
1434 |
+
#: app/view/admin/settings.php:237
|
1435 |
msgid ""
|
1436 |
"If the form below is not working please follow <a href=\"%s\">this link</a>."
|
1437 |
msgstr ""
|
language/all-in-one-event-calendar.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
-
"POT-Creation-Date: 2019-08-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
#: app/controller/extension-license.php:53 app/view/admin/add-ons.php:26
|
16 |
-
#: app/view/admin/add-ons.php:27
|
17 |
msgid "Add-ons"
|
18 |
msgstr ""
|
19 |
|
@@ -727,22 +727,11 @@ msgid ""
|
|
727 |
"strong>."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: app/model/settings.php:
|
731 |
-
msgid ""
|
732 |
-
"<div class=\"ai1ec-twitterinfo-wrap\"><b>Twitter</b><br>This feature allows "
|
733 |
-
"your events to be automatically tweeted before they happen. Great way to add "
|
734 |
-
"regular content to your twitter roll and keep your audience informed of all "
|
735 |
-
"your great events. This feature is not yet enabled in your product. Please "
|
736 |
-
"purchase it as a standalone for a low annual subscription or inside the Core"
|
737 |
-
"+ bundle. <a target=\"_blank\" href=\"https://time.ly/wordpress-calendar-"
|
738 |
-
"plugin/addons/\">Click here.</a></div>"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: app/model/settings.php:891
|
742 |
msgid "Move calendar into this DOM element"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: app/model/settings.php:
|
746 |
msgid ""
|
747 |
"Optional. Use this JavaScript-based shortcut to place the\n"
|
748 |
" calendar a DOM element other than the usual page "
|
@@ -759,24 +748,24 @@ msgid ""
|
|
759 |
" by the calendar."
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: app/model/settings.php:
|
763 |
msgid ""
|
764 |
"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
|
765 |
"multiple calendar output"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: app/model/settings.php:
|
769 |
msgid ""
|
770 |
"Try enabling this option if your calendar does not appear on the calendar "
|
771 |
"page. It is needed for compatibility with a small number of themes that call "
|
772 |
"<tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: app/model/settings.php:
|
776 |
msgid "Disable <strong>gzip</strong> compression."
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: app/model/settings.php:
|
780 |
msgid ""
|
781 |
"Use this option if calendar is unresponsive. <a target=\"_blank\" href="
|
782 |
"\"https://time.ly/document/user-guide/troubleshooting/disable-gzip-"
|
@@ -784,41 +773,41 @@ msgid ""
|
|
784 |
"gzip is disabled by default for maximum compatibility.)"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: app/model/settings.php:
|
788 |
msgid "Use frontend rendering."
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: app/model/settings.php:
|
792 |
msgid ""
|
793 |
"Renders calendar views on the client rather than the server; can improve "
|
794 |
"performance."
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: app/model/settings.php:
|
798 |
msgid "Use advanced JS cache."
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: app/model/settings.php:
|
802 |
msgid "Cache dynamically generated JS files. Improves performance."
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: app/model/settings.php:
|
806 |
msgid ""
|
807 |
"<strong>Link CSS</strong> in <code><head></code> section when file "
|
808 |
"cache is unavailable."
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: app/model/settings.php:
|
812 |
msgid ""
|
813 |
"Use this option if file cache is unavailable and you would prefer to serve "
|
814 |
"CSS as a link rather than have it output inline."
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: app/model/settings.php:
|
818 |
msgid "Current <strong>robots.txt</strong> on this site"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: app/model/settings.php:
|
822 |
msgid ""
|
823 |
"The Robot Exclusion Standard, also known as the Robots Exclusion Protocol "
|
824 |
"or\n"
|
@@ -832,21 +821,21 @@ msgid ""
|
|
832 |
"txt</code> in your root WordPress directory."
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: app/model/settings.php:
|
836 |
msgid ""
|
837 |
"<strong>Publicize, promote, and share my events</strong> marked as public on "
|
838 |
"the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more »</a>)"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: app/model/settings.php:
|
842 |
msgid "Templates cache improves site performance"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: app/model/settings.php:
|
846 |
msgid "Display events in <strong>calendar time zone</strong>"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: app/model/settings.php:
|
850 |
msgid ""
|
851 |
"If this box is checked events will appear in the calendar time zone with "
|
852 |
"time zone information displayed on the event details page."
|
@@ -1166,15 +1155,11 @@ msgstr ""
|
|
1166 |
msgid "Cache Report"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: app/view/admin/settings.php:
|
1170 |
-
msgid "Twitter"
|
1171 |
-
msgstr ""
|
1172 |
-
|
1173 |
-
#: app/view/admin/settings.php:182
|
1174 |
msgid "Please, Sign In to Timely Network."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: app/view/admin/settings.php:
|
1178 |
#: public/admin/box_ask_customer_review.php:113
|
1179 |
#: public/admin/box_ask_customer_review.php:127
|
1180 |
#: public/admin/box_ask_customer_review.php:141
|
@@ -1184,53 +1169,53 @@ msgstr ""
|
|
1184 |
msgid "This field is required."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: app/view/admin/settings.php:
|
1188 |
msgid "Register"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: app/view/admin/settings.php:
|
1192 |
msgid "Sign in"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: app/view/admin/settings.php:
|
1196 |
msgid "Sign out"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: app/view/admin/settings.php:
|
1200 |
msgid "Full Name:"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: app/view/admin/settings.php:
|
1204 |
msgid "Hide form"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: app/view/admin/settings.php:
|
1208 |
msgid "Show form"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: app/view/admin/settings.php:
|
1212 |
msgid "Email:"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: app/view/admin/settings.php:
|
1216 |
msgid "Password:"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: app/view/admin/settings.php:
|
1220 |
msgid "Confirm Password:"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: app/view/admin/settings.php:
|
1224 |
msgid "Phone Number:"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: app/view/admin/settings.php:
|
1228 |
msgid ""
|
1229 |
"I confirm that I have read, understand and agree with the <a href=\"https://"
|
1230 |
"time.ly/tos\">terms of service</a>."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: app/view/admin/settings.php:
|
1234 |
msgid ""
|
1235 |
"<h4>Attention Required:</h4>If you choose to sign-out of the API Timely "
|
1236 |
"Network this will close all the created tickets and remove user access to "
|
@@ -1238,68 +1223,68 @@ msgid ""
|
|
1238 |
"closed”."
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: app/view/admin/settings.php:
|
1242 |
#: public/admin/plugins/ics/import_feed.php:127
|
1243 |
msgid "Cancel"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: app/view/admin/settings.php:
|
1247 |
msgid "Sign Out"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: app/view/admin/settings.php:
|
1251 |
msgid "Sign Up"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: app/view/admin/settings.php:
|
1255 |
msgid "Sign In"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: app/view/admin/settings.php:
|
1259 |
msgid "Calendar Type:"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: app/view/admin/settings.php:
|
1263 |
msgid "Tourism"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: app/view/admin/settings.php:
|
1267 |
msgid "Media"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: app/view/admin/settings.php:
|
1271 |
msgid "Community Hubs"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: app/view/admin/settings.php:
|
1275 |
msgid "Education"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
#: app/view/admin/settings.php:
|
1279 |
msgid "Venue/Business"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: app/view/admin/settings.php:
|
1283 |
msgid "Artist/Performer"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: app/view/admin/settings.php:
|
1287 |
msgid "Church/Spiritual"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: app/view/admin/settings.php:
|
1291 |
msgid "Association/Group"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: app/view/admin/settings.php:
|
1295 |
msgid "Other"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: app/view/admin/settings.php:
|
1299 |
msgid "Save Settings"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: app/view/admin/settings.php:
|
1303 |
msgid ""
|
1304 |
"If the form below is not working please follow <a href=\"%s\">this link</a>."
|
1305 |
msgstr ""
|
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.43\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
+
"POT-Creation-Date: 2019-08-14 14:31:15+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
#: app/controller/extension-license.php:53 app/view/admin/add-ons.php:26
|
16 |
+
#: app/view/admin/add-ons.php:27
|
17 |
msgid "Add-ons"
|
18 |
msgstr ""
|
19 |
|
727 |
"strong>."
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: app/model/settings.php:878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
731 |
msgid "Move calendar into this DOM element"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: app/model/settings.php:880
|
735 |
msgid ""
|
736 |
"Optional. Use this JavaScript-based shortcut to place the\n"
|
737 |
" calendar a DOM element other than the usual page "
|
748 |
" by the calendar."
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: app/model/settings.php:899
|
752 |
msgid ""
|
753 |
"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
|
754 |
"multiple calendar output"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: app/model/settings.php:902
|
758 |
msgid ""
|
759 |
"Try enabling this option if your calendar does not appear on the calendar "
|
760 |
"page. It is needed for compatibility with a small number of themes that call "
|
761 |
"<tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: app/model/settings.php:914
|
765 |
msgid "Disable <strong>gzip</strong> compression."
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: app/model/settings.php:917
|
769 |
msgid ""
|
770 |
"Use this option if calendar is unresponsive. <a target=\"_blank\" href="
|
771 |
"\"https://time.ly/document/user-guide/troubleshooting/disable-gzip-"
|
773 |
"gzip is disabled by default for maximum compatibility.)"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: app/model/settings.php:929
|
777 |
msgid "Use frontend rendering."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: app/model/settings.php:932
|
781 |
msgid ""
|
782 |
"Renders calendar views on the client rather than the server; can improve "
|
783 |
"performance."
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: app/model/settings.php:944
|
787 |
msgid "Use advanced JS cache."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: app/model/settings.php:947
|
791 |
msgid "Cache dynamically generated JS files. Improves performance."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: app/model/settings.php:959
|
795 |
msgid ""
|
796 |
"<strong>Link CSS</strong> in <code><head></code> section when file "
|
797 |
"cache is unavailable."
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: app/model/settings.php:962
|
801 |
msgid ""
|
802 |
"Use this option if file cache is unavailable and you would prefer to serve "
|
803 |
"CSS as a link rather than have it output inline."
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: app/model/settings.php:974
|
807 |
msgid "Current <strong>robots.txt</strong> on this site"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: app/model/settings.php:978
|
811 |
msgid ""
|
812 |
"The Robot Exclusion Standard, also known as the Robots Exclusion Protocol "
|
813 |
"or\n"
|
821 |
"txt</code> in your root WordPress directory."
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: app/model/settings.php:995
|
825 |
msgid ""
|
826 |
"<strong>Publicize, promote, and share my events</strong> marked as public on "
|
827 |
"the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more »</a>)"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: app/model/settings.php:1018
|
831 |
msgid "Templates cache improves site performance"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: app/model/settings.php:1031
|
835 |
msgid "Display events in <strong>calendar time zone</strong>"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: app/model/settings.php:1034
|
839 |
msgid ""
|
840 |
"If this box is checked events will appear in the calendar time zone with "
|
841 |
"time zone information displayed on the event details page."
|
1155 |
msgid "Cache Report"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: app/view/admin/settings.php:172
|
|
|
|
|
|
|
|
|
1159 |
msgid "Please, Sign In to Timely Network."
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: app/view/admin/settings.php:183 app/view/admin/tickets.php:125
|
1163 |
#: public/admin/box_ask_customer_review.php:113
|
1164 |
#: public/admin/box_ask_customer_review.php:127
|
1165 |
#: public/admin/box_ask_customer_review.php:141
|
1169 |
msgid "This field is required."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: app/view/admin/settings.php:184 app/view/event/ticket.php:25
|
1173 |
msgid "Register"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: app/view/admin/settings.php:185
|
1177 |
msgid "Sign in"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
+
#: app/view/admin/settings.php:189
|
1181 |
msgid "Sign out"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: app/view/admin/settings.php:191
|
1185 |
msgid "Full Name:"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: app/view/admin/settings.php:192
|
1189 |
msgid "Hide form"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
+
#: app/view/admin/settings.php:193
|
1193 |
msgid "Show form"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: app/view/admin/settings.php:194
|
1197 |
msgid "Email:"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: app/view/admin/settings.php:195
|
1201 |
msgid "Password:"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: app/view/admin/settings.php:196
|
1205 |
msgid "Confirm Password:"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: app/view/admin/settings.php:197
|
1209 |
msgid "Phone Number:"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: app/view/admin/settings.php:198
|
1213 |
msgid ""
|
1214 |
"I confirm that I have read, understand and agree with the <a href=\"https://"
|
1215 |
"time.ly/tos\">terms of service</a>."
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: app/view/admin/settings.php:201
|
1219 |
msgid ""
|
1220 |
"<h4>Attention Required:</h4>If you choose to sign-out of the API Timely "
|
1221 |
"Network this will close all the created tickets and remove user access to "
|
1223 |
"closed”."
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: app/view/admin/settings.php:204 public/admin/box_repeat.php:116
|
1227 |
#: public/admin/plugins/ics/import_feed.php:127
|
1228 |
msgid "Cancel"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: app/view/admin/settings.php:205 app/view/admin/tickets.php:134
|
1232 |
msgid "Sign Out"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: app/view/admin/settings.php:206
|
1236 |
msgid "Sign Up"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: app/view/admin/settings.php:207
|
1240 |
msgid "Sign In"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: app/view/admin/settings.php:208
|
1244 |
msgid "Calendar Type:"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: app/view/admin/settings.php:210
|
1248 |
msgid "Tourism"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: app/view/admin/settings.php:211
|
1252 |
msgid "Media"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: app/view/admin/settings.php:212
|
1256 |
msgid "Community Hubs"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: app/view/admin/settings.php:213
|
1260 |
msgid "Education"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: app/view/admin/settings.php:214
|
1264 |
msgid "Venue/Business"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: app/view/admin/settings.php:215
|
1268 |
msgid "Artist/Performer"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: app/view/admin/settings.php:216
|
1272 |
msgid "Church/Spiritual"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: app/view/admin/settings.php:217
|
1276 |
msgid "Association/Group"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: app/view/admin/settings.php:218
|
1280 |
msgid "Other"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: app/view/admin/settings.php:230
|
1284 |
msgid "Save Settings"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: app/view/admin/settings.php:237
|
1288 |
msgid ""
|
1289 |
"If the form below is not working please follow <a href=\"%s\">this link</a>."
|
1290 |
msgstr ""
|
lib/bootstrap/loader-map.php
CHANGED
@@ -2827,6 +2827,18 @@
|
|
2827 |
'c' => '__TwigTemplate_0aaa4ba5781b15aad143ead2d0ddb31cf05f6ab74784b9253fe937041083cb46',
|
2828 |
'i' => 'g',
|
2829 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2830 |
'__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550' =>
|
2831 |
array (
|
2832 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1d' . DIRECTORY_SEPARATOR . 'b4' . DIRECTORY_SEPARATOR . '41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550.php',
|
@@ -2851,6 +2863,12 @@
|
|
2851 |
'c' => '__TwigTemplate_1fc7b71ee92dc515fa667ee7831c98ab6c28baf9d40bd7616eb6cebd71888ce5',
|
2852 |
'i' => 'g',
|
2853 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
2854 |
'__TwigTemplate_21cfb7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099' =>
|
2855 |
array (
|
2856 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . 'b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099.php',
|
@@ -2899,6 +2917,18 @@
|
|
2899 |
'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
|
2900 |
'i' => 'g',
|
2901 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2902 |
'__TwigTemplate_43d9a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
|
2903 |
array (
|
2904 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
|
@@ -2911,6 +2941,18 @@
|
|
2911 |
'c' => '__TwigTemplate_44e780d28fcb39e51f58b8da586efcf36a11fa245f32a8e34b91a5cf80c9f32c',
|
2912 |
'i' => 'g',
|
2913 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2914 |
'__TwigTemplate_4932ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a' =>
|
2915 |
array (
|
2916 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . 'ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a.php',
|
@@ -2971,12 +3013,24 @@
|
|
2971 |
'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
|
2972 |
'i' => 'g',
|
2973 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
2974 |
'__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
|
2975 |
array (
|
2976 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
|
2977 |
'c' => '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1',
|
2978 |
'i' => 'g',
|
2979 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
2980 |
'__TwigTemplate_70fdf46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854' =>
|
2981 |
array (
|
2982 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . 'f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854.php',
|
@@ -3007,6 +3061,12 @@
|
|
3007 |
'c' => '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740',
|
3008 |
'i' => 'g',
|
3009 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
3010 |
'__TwigTemplate_8738aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4' =>
|
3011 |
array (
|
3012 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '87' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . 'aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4.php',
|
@@ -3037,6 +3097,18 @@
|
|
3037 |
'c' => '__TwigTemplate_93258ffeefdb7cc88b2ceebeb99c01d6127558f2032d79cdd2c8f438717cc6a9',
|
3038 |
'i' => 'g',
|
3039 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3040 |
'__TwigTemplate_943e432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71' =>
|
3041 |
array (
|
3042 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . '432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71.php',
|
@@ -3061,6 +3133,12 @@
|
|
3061 |
'c' => '__TwigTemplate_9c3c1820db174d7efba416743bbb9bf744e8454155f8129f69296092b49c45d3',
|
3062 |
'i' => 'g',
|
3063 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
3064 |
'__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd' =>
|
3065 |
array (
|
3066 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a2' . DIRECTORY_SEPARATOR . 'd6' . DIRECTORY_SEPARATOR . '3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd.php',
|
@@ -3103,6 +3181,12 @@
|
|
3103 |
'c' => '__TwigTemplate_aa616d3f918f480e4f6f0dabdeee1324d87d759ec18352a21a1cfcee8802f528',
|
3104 |
'i' => 'g',
|
3105 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
3106 |
'__TwigTemplate_b1af5b1cfc01f62c430dd9a064f9459384693440bf30e05d6a34dcdfa47540e4' =>
|
3107 |
array (
|
3108 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'b1' . DIRECTORY_SEPARATOR . 'af' . DIRECTORY_SEPARATOR . '5b1cfc01f62c430dd9a064f9459384693440bf30e05d6a34dcdfa47540e4.php',
|
@@ -3133,12 +3217,42 @@
|
|
3133 |
'c' => '__TwigTemplate_c7b4ce46e9ae5c124b3dbcfdc4840954da6e06763de6bef42553c2fec4a6f949',
|
3134 |
'i' => 'g',
|
3135 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3136 |
'__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed' =>
|
3137 |
array (
|
3138 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd0' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . '53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed.php',
|
3139 |
'c' => '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed',
|
3140 |
'i' => 'g',
|
3141 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3142 |
'__TwigTemplate_dc78b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
|
3143 |
array (
|
3144 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'dc' . DIRECTORY_SEPARATOR . '78' . DIRECTORY_SEPARATOR . 'b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php',
|
@@ -4824,6 +4938,18 @@
|
|
4824 |
'c' => '__TwigTemplate_0aaa4ba5781b15aad143ead2d0ddb31cf05f6ab74784b9253fe937041083cb46',
|
4825 |
'i' => 'g',
|
4826 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4827 |
'twig.1d.b4.41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550' =>
|
4828 |
array (
|
4829 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1d' . DIRECTORY_SEPARATOR . 'b4' . DIRECTORY_SEPARATOR . '41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550.php',
|
@@ -4848,6 +4974,12 @@
|
|
4848 |
'c' => '__TwigTemplate_1fc7b71ee92dc515fa667ee7831c98ab6c28baf9d40bd7616eb6cebd71888ce5',
|
4849 |
'i' => 'g',
|
4850 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
4851 |
'twig.21.cf.b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099' =>
|
4852 |
array (
|
4853 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . 'b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099.php',
|
@@ -4896,6 +5028,18 @@
|
|
4896 |
'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
|
4897 |
'i' => 'g',
|
4898 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4899 |
'twig.43.d9.a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
|
4900 |
array (
|
4901 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
|
@@ -4908,6 +5052,18 @@
|
|
4908 |
'c' => '__TwigTemplate_44e780d28fcb39e51f58b8da586efcf36a11fa245f32a8e34b91a5cf80c9f32c',
|
4909 |
'i' => 'g',
|
4910 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4911 |
'twig.49.32.ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a' =>
|
4912 |
array (
|
4913 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . 'ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a.php',
|
@@ -4968,12 +5124,24 @@
|
|
4968 |
'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
|
4969 |
'i' => 'g',
|
4970 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
4971 |
'twig.6e.01.f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
|
4972 |
array (
|
4973 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
|
4974 |
'c' => '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1',
|
4975 |
'i' => 'g',
|
4976 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
4977 |
'twig.70.fd.f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854' =>
|
4978 |
array (
|
4979 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . 'f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854.php',
|
@@ -5004,6 +5172,12 @@
|
|
5004 |
'c' => '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740',
|
5005 |
'i' => 'g',
|
5006 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
5007 |
'twig.87.38.aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4' =>
|
5008 |
array (
|
5009 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '87' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . 'aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4.php',
|
@@ -5034,6 +5208,18 @@
|
|
5034 |
'c' => '__TwigTemplate_93258ffeefdb7cc88b2ceebeb99c01d6127558f2032d79cdd2c8f438717cc6a9',
|
5035 |
'i' => 'g',
|
5036 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5037 |
'twig.94.3e.432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71' =>
|
5038 |
array (
|
5039 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . '432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71.php',
|
@@ -5994,6 +6180,12 @@
|
|
5994 |
'c' => 'Twig_TokenStream',
|
5995 |
'i' => 'g',
|
5996 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
5997 |
'twig.a2.d6.3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd' =>
|
5998 |
array (
|
5999 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a2' . DIRECTORY_SEPARATOR . 'd6' . DIRECTORY_SEPARATOR . '3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd.php',
|
@@ -6036,6 +6228,12 @@
|
|
6036 |
'c' => '__TwigTemplate_aa616d3f918f480e4f6f0dabdeee1324d87d759ec18352a21a1cfcee8802f528',
|
6037 |
'i' => 'g',
|
6038 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
6039 |
'twig.ai1ec-extension' =>
|
6040 |
array (
|
6041 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'ai1ec-extension.php',
|
@@ -6079,12 +6277,42 @@
|
|
6079 |
'i' => 'g',
|
6080 |
'r' => 'y',
|
6081 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6082 |
'twig.d0.fd.53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed' =>
|
6083 |
array (
|
6084 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd0' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . '53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed.php',
|
6085 |
'c' => '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed',
|
6086 |
'i' => 'g',
|
6087 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6088 |
'twig.dc.78.b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
|
6089 |
array (
|
6090 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'dc' . DIRECTORY_SEPARATOR . '78' . DIRECTORY_SEPARATOR . 'b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php',
|
2827 |
'c' => '__TwigTemplate_0aaa4ba5781b15aad143ead2d0ddb31cf05f6ab74784b9253fe937041083cb46',
|
2828 |
'i' => 'g',
|
2829 |
),
|
2830 |
+
'__TwigTemplate_0cc64b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402' =>
|
2831 |
+
array (
|
2832 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '0c' . DIRECTORY_SEPARATOR . 'c6' . DIRECTORY_SEPARATOR . '4b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402.php',
|
2833 |
+
'c' => '__TwigTemplate_0cc64b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402',
|
2834 |
+
'i' => 'g',
|
2835 |
+
),
|
2836 |
+
'__TwigTemplate_15c540b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d' =>
|
2837 |
+
array (
|
2838 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '15' . DIRECTORY_SEPARATOR . 'c5' . DIRECTORY_SEPARATOR . '40b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d.php',
|
2839 |
+
'c' => '__TwigTemplate_15c540b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d',
|
2840 |
+
'i' => 'g',
|
2841 |
+
),
|
2842 |
'__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550' =>
|
2843 |
array (
|
2844 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1d' . DIRECTORY_SEPARATOR . 'b4' . DIRECTORY_SEPARATOR . '41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550.php',
|
2863 |
'c' => '__TwigTemplate_1fc7b71ee92dc515fa667ee7831c98ab6c28baf9d40bd7616eb6cebd71888ce5',
|
2864 |
'i' => 'g',
|
2865 |
),
|
2866 |
+
'__TwigTemplate_21549c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b' =>
|
2867 |
+
array (
|
2868 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '9c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b.php',
|
2869 |
+
'c' => '__TwigTemplate_21549c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b',
|
2870 |
+
'i' => 'g',
|
2871 |
+
),
|
2872 |
'__TwigTemplate_21cfb7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099' =>
|
2873 |
array (
|
2874 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . 'b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099.php',
|
2917 |
'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
|
2918 |
'i' => 'g',
|
2919 |
),
|
2920 |
+
'__TwigTemplate_35f5b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958' =>
|
2921 |
+
array (
|
2922 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '35' . DIRECTORY_SEPARATOR . 'f5' . DIRECTORY_SEPARATOR . 'b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958.php',
|
2923 |
+
'c' => '__TwigTemplate_35f5b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958',
|
2924 |
+
'i' => 'g',
|
2925 |
+
),
|
2926 |
+
'__TwigTemplate_3bab47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d' =>
|
2927 |
+
array (
|
2928 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3b' . DIRECTORY_SEPARATOR . 'ab' . DIRECTORY_SEPARATOR . '47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d.php',
|
2929 |
+
'c' => '__TwigTemplate_3bab47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d',
|
2930 |
+
'i' => 'g',
|
2931 |
+
),
|
2932 |
'__TwigTemplate_43d9a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
|
2933 |
array (
|
2934 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
|
2941 |
'c' => '__TwigTemplate_44e780d28fcb39e51f58b8da586efcf36a11fa245f32a8e34b91a5cf80c9f32c',
|
2942 |
'i' => 'g',
|
2943 |
),
|
2944 |
+
'__TwigTemplate_46ed759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f' =>
|
2945 |
+
array (
|
2946 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '46' . DIRECTORY_SEPARATOR . 'ed' . DIRECTORY_SEPARATOR . '759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f.php',
|
2947 |
+
'c' => '__TwigTemplate_46ed759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f',
|
2948 |
+
'i' => 'g',
|
2949 |
+
),
|
2950 |
+
'__TwigTemplate_49294ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55' =>
|
2951 |
+
array (
|
2952 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '29' . DIRECTORY_SEPARATOR . '4ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55.php',
|
2953 |
+
'c' => '__TwigTemplate_49294ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55',
|
2954 |
+
'i' => 'g',
|
2955 |
+
),
|
2956 |
'__TwigTemplate_4932ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a' =>
|
2957 |
array (
|
2958 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . 'ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a.php',
|
3013 |
'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
|
3014 |
'i' => 'g',
|
3015 |
),
|
3016 |
+
'__TwigTemplate_6cb171aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2' =>
|
3017 |
+
array (
|
3018 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6c' . DIRECTORY_SEPARATOR . 'b1' . DIRECTORY_SEPARATOR . '71aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2.php',
|
3019 |
+
'c' => '__TwigTemplate_6cb171aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2',
|
3020 |
+
'i' => 'g',
|
3021 |
+
),
|
3022 |
'__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
|
3023 |
array (
|
3024 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
|
3025 |
'c' => '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1',
|
3026 |
'i' => 'g',
|
3027 |
),
|
3028 |
+
'__TwigTemplate_6ed17afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0' =>
|
3029 |
+
array (
|
3030 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . 'd1' . DIRECTORY_SEPARATOR . '7afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0.php',
|
3031 |
+
'c' => '__TwigTemplate_6ed17afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0',
|
3032 |
+
'i' => 'g',
|
3033 |
+
),
|
3034 |
'__TwigTemplate_70fdf46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854' =>
|
3035 |
array (
|
3036 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . 'f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854.php',
|
3061 |
'c' => '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740',
|
3062 |
'i' => 'g',
|
3063 |
),
|
3064 |
+
'__TwigTemplate_869ac7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44' =>
|
3065 |
+
array (
|
3066 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '86' . DIRECTORY_SEPARATOR . '9a' . DIRECTORY_SEPARATOR . 'c7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44.php',
|
3067 |
+
'c' => '__TwigTemplate_869ac7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44',
|
3068 |
+
'i' => 'g',
|
3069 |
+
),
|
3070 |
'__TwigTemplate_8738aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4' =>
|
3071 |
array (
|
3072 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '87' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . 'aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4.php',
|
3097 |
'c' => '__TwigTemplate_93258ffeefdb7cc88b2ceebeb99c01d6127558f2032d79cdd2c8f438717cc6a9',
|
3098 |
'i' => 'g',
|
3099 |
),
|
3100 |
+
'__TwigTemplate_93a570aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b' =>
|
3101 |
+
array (
|
3102 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '93' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '70aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b.php',
|
3103 |
+
'c' => '__TwigTemplate_93a570aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b',
|
3104 |
+
'i' => 'g',
|
3105 |
+
),
|
3106 |
+
'__TwigTemplate_93f23cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e' =>
|
3107 |
+
array (
|
3108 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '93' . DIRECTORY_SEPARATOR . 'f2' . DIRECTORY_SEPARATOR . '3cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e.php',
|
3109 |
+
'c' => '__TwigTemplate_93f23cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e',
|
3110 |
+
'i' => 'g',
|
3111 |
+
),
|
3112 |
'__TwigTemplate_943e432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71' =>
|
3113 |
array (
|
3114 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . '432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71.php',
|
3133 |
'c' => '__TwigTemplate_9c3c1820db174d7efba416743bbb9bf744e8454155f8129f69296092b49c45d3',
|
3134 |
'i' => 'g',
|
3135 |
),
|
3136 |
+
'__TwigTemplate_a0b5c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12' =>
|
3137 |
+
array (
|
3138 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a0' . DIRECTORY_SEPARATOR . 'b5' . DIRECTORY_SEPARATOR . 'c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12.php',
|
3139 |
+
'c' => '__TwigTemplate_a0b5c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12',
|
3140 |
+
'i' => 'g',
|
3141 |
+
),
|
3142 |
'__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd' =>
|
3143 |
array (
|
3144 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a2' . DIRECTORY_SEPARATOR . 'd6' . DIRECTORY_SEPARATOR . '3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd.php',
|
3181 |
'c' => '__TwigTemplate_aa616d3f918f480e4f6f0dabdeee1324d87d759ec18352a21a1cfcee8802f528',
|
3182 |
'i' => 'g',
|
3183 |
),
|
3184 |
+
'__TwigTemplate_af91c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83' =>
|
3185 |
+
array (
|
3186 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'af' . DIRECTORY_SEPARATOR . '91' . DIRECTORY_SEPARATOR . 'c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83.php',
|
3187 |
+
'c' => '__TwigTemplate_af91c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83',
|
3188 |
+
'i' => 'g',
|
3189 |
+
),
|
3190 |
'__TwigTemplate_b1af5b1cfc01f62c430dd9a064f9459384693440bf30e05d6a34dcdfa47540e4' =>
|
3191 |
array (
|
3192 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'b1' . DIRECTORY_SEPARATOR . 'af' . DIRECTORY_SEPARATOR . '5b1cfc01f62c430dd9a064f9459384693440bf30e05d6a34dcdfa47540e4.php',
|
3217 |
'c' => '__TwigTemplate_c7b4ce46e9ae5c124b3dbcfdc4840954da6e06763de6bef42553c2fec4a6f949',
|
3218 |
'i' => 'g',
|
3219 |
),
|
3220 |
+
'__TwigTemplate_cb6d407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990' =>
|
3221 |
+
array (
|
3222 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'cb' . DIRECTORY_SEPARATOR . '6d' . DIRECTORY_SEPARATOR . '407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990.php',
|
3223 |
+
'c' => '__TwigTemplate_cb6d407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990',
|
3224 |
+
'i' => 'g',
|
3225 |
+
),
|
3226 |
+
'__TwigTemplate_cf9e797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7' =>
|
3227 |
+
array (
|
3228 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . '9e' . DIRECTORY_SEPARATOR . '797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7.php',
|
3229 |
+
'c' => '__TwigTemplate_cf9e797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7',
|
3230 |
+
'i' => 'g',
|
3231 |
+
),
|
3232 |
'__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed' =>
|
3233 |
array (
|
3234 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd0' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . '53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed.php',
|
3235 |
'c' => '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed',
|
3236 |
'i' => 'g',
|
3237 |
),
|
3238 |
+
'__TwigTemplate_d17e18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68' =>
|
3239 |
+
array (
|
3240 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd1' . DIRECTORY_SEPARATOR . '7e' . DIRECTORY_SEPARATOR . '18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68.php',
|
3241 |
+
'c' => '__TwigTemplate_d17e18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68',
|
3242 |
+
'i' => 'g',
|
3243 |
+
),
|
3244 |
+
'__TwigTemplate_d3f3335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2' =>
|
3245 |
+
array (
|
3246 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd3' . DIRECTORY_SEPARATOR . 'f3' . DIRECTORY_SEPARATOR . '335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2.php',
|
3247 |
+
'c' => '__TwigTemplate_d3f3335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2',
|
3248 |
+
'i' => 'g',
|
3249 |
+
),
|
3250 |
+
'__TwigTemplate_d5d752a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482' =>
|
3251 |
+
array (
|
3252 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd5' . DIRECTORY_SEPARATOR . 'd7' . DIRECTORY_SEPARATOR . '52a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482.php',
|
3253 |
+
'c' => '__TwigTemplate_d5d752a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482',
|
3254 |
+
'i' => 'g',
|
3255 |
+
),
|
3256 |
'__TwigTemplate_dc78b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
|
3257 |
array (
|
3258 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'dc' . DIRECTORY_SEPARATOR . '78' . DIRECTORY_SEPARATOR . 'b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php',
|
4938 |
'c' => '__TwigTemplate_0aaa4ba5781b15aad143ead2d0ddb31cf05f6ab74784b9253fe937041083cb46',
|
4939 |
'i' => 'g',
|
4940 |
),
|
4941 |
+
'twig.0c.c6.4b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402' =>
|
4942 |
+
array (
|
4943 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '0c' . DIRECTORY_SEPARATOR . 'c6' . DIRECTORY_SEPARATOR . '4b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402.php',
|
4944 |
+
'c' => '__TwigTemplate_0cc64b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402',
|
4945 |
+
'i' => 'g',
|
4946 |
+
),
|
4947 |
+
'twig.15.c5.40b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d' =>
|
4948 |
+
array (
|
4949 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '15' . DIRECTORY_SEPARATOR . 'c5' . DIRECTORY_SEPARATOR . '40b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d.php',
|
4950 |
+
'c' => '__TwigTemplate_15c540b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d',
|
4951 |
+
'i' => 'g',
|
4952 |
+
),
|
4953 |
'twig.1d.b4.41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550' =>
|
4954 |
array (
|
4955 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1d' . DIRECTORY_SEPARATOR . 'b4' . DIRECTORY_SEPARATOR . '41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550.php',
|
4974 |
'c' => '__TwigTemplate_1fc7b71ee92dc515fa667ee7831c98ab6c28baf9d40bd7616eb6cebd71888ce5',
|
4975 |
'i' => 'g',
|
4976 |
),
|
4977 |
+
'twig.21.54.9c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b' =>
|
4978 |
+
array (
|
4979 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '9c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b.php',
|
4980 |
+
'c' => '__TwigTemplate_21549c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b',
|
4981 |
+
'i' => 'g',
|
4982 |
+
),
|
4983 |
'twig.21.cf.b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099' =>
|
4984 |
array (
|
4985 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . 'b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099.php',
|
5028 |
'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
|
5029 |
'i' => 'g',
|
5030 |
),
|
5031 |
+
'twig.35.f5.b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958' =>
|
5032 |
+
array (
|
5033 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '35' . DIRECTORY_SEPARATOR . 'f5' . DIRECTORY_SEPARATOR . 'b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958.php',
|
5034 |
+
'c' => '__TwigTemplate_35f5b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958',
|
5035 |
+
'i' => 'g',
|
5036 |
+
),
|
5037 |
+
'twig.3b.ab.47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d' =>
|
5038 |
+
array (
|
5039 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3b' . DIRECTORY_SEPARATOR . 'ab' . DIRECTORY_SEPARATOR . '47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d.php',
|
5040 |
+
'c' => '__TwigTemplate_3bab47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d',
|
5041 |
+
'i' => 'g',
|
5042 |
+
),
|
5043 |
'twig.43.d9.a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
|
5044 |
array (
|
5045 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
|
5052 |
'c' => '__TwigTemplate_44e780d28fcb39e51f58b8da586efcf36a11fa245f32a8e34b91a5cf80c9f32c',
|
5053 |
'i' => 'g',
|
5054 |
),
|
5055 |
+
'twig.46.ed.759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f' =>
|
5056 |
+
array (
|
5057 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '46' . DIRECTORY_SEPARATOR . 'ed' . DIRECTORY_SEPARATOR . '759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f.php',
|
5058 |
+
'c' => '__TwigTemplate_46ed759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f',
|
5059 |
+
'i' => 'g',
|
5060 |
+
),
|
5061 |
+
'twig.49.29.4ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55' =>
|
5062 |
+
array (
|
5063 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '29' . DIRECTORY_SEPARATOR . '4ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55.php',
|
5064 |
+
'c' => '__TwigTemplate_49294ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55',
|
5065 |
+
'i' => 'g',
|
5066 |
+
),
|
5067 |
'twig.49.32.ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a' =>
|
5068 |
array (
|
5069 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . 'ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a.php',
|
5124 |
'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
|
5125 |
'i' => 'g',
|
5126 |
),
|
5127 |
+
'twig.6c.b1.71aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2' =>
|
5128 |
+
array (
|
5129 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6c' . DIRECTORY_SEPARATOR . 'b1' . DIRECTORY_SEPARATOR . '71aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2.php',
|
5130 |
+
'c' => '__TwigTemplate_6cb171aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2',
|
5131 |
+
'i' => 'g',
|
5132 |
+
),
|
5133 |
'twig.6e.01.f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
|
5134 |
array (
|
5135 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
|
5136 |
'c' => '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1',
|
5137 |
'i' => 'g',
|
5138 |
),
|
5139 |
+
'twig.6e.d1.7afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0' =>
|
5140 |
+
array (
|
5141 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . 'd1' . DIRECTORY_SEPARATOR . '7afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0.php',
|
5142 |
+
'c' => '__TwigTemplate_6ed17afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0',
|
5143 |
+
'i' => 'g',
|
5144 |
+
),
|
5145 |
'twig.70.fd.f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854' =>
|
5146 |
array (
|
5147 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . 'f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854.php',
|
5172 |
'c' => '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740',
|
5173 |
'i' => 'g',
|
5174 |
),
|
5175 |
+
'twig.86.9a.c7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44' =>
|
5176 |
+
array (
|
5177 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '86' . DIRECTORY_SEPARATOR . '9a' . DIRECTORY_SEPARATOR . 'c7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44.php',
|
5178 |
+
'c' => '__TwigTemplate_869ac7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44',
|
5179 |
+
'i' => 'g',
|
5180 |
+
),
|
5181 |
'twig.87.38.aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4' =>
|
5182 |
array (
|
5183 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '87' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . 'aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4.php',
|
5208 |
'c' => '__TwigTemplate_93258ffeefdb7cc88b2ceebeb99c01d6127558f2032d79cdd2c8f438717cc6a9',
|
5209 |
'i' => 'g',
|
5210 |
),
|
5211 |
+
'twig.93.a5.70aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b' =>
|
5212 |
+
array (
|
5213 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '93' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '70aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b.php',
|
5214 |
+
'c' => '__TwigTemplate_93a570aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b',
|
5215 |
+
'i' => 'g',
|
5216 |
+
),
|
5217 |
+
'twig.93.f2.3cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e' =>
|
5218 |
+
array (
|
5219 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '93' . DIRECTORY_SEPARATOR . 'f2' . DIRECTORY_SEPARATOR . '3cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e.php',
|
5220 |
+
'c' => '__TwigTemplate_93f23cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e',
|
5221 |
+
'i' => 'g',
|
5222 |
+
),
|
5223 |
'twig.94.3e.432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71' =>
|
5224 |
array (
|
5225 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . '432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71.php',
|
6180 |
'c' => 'Twig_TokenStream',
|
6181 |
'i' => 'g',
|
6182 |
),
|
6183 |
+
'twig.a0.b5.c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12' =>
|
6184 |
+
array (
|
6185 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a0' . DIRECTORY_SEPARATOR . 'b5' . DIRECTORY_SEPARATOR . 'c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12.php',
|
6186 |
+
'c' => '__TwigTemplate_a0b5c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12',
|
6187 |
+
'i' => 'g',
|
6188 |
+
),
|
6189 |
'twig.a2.d6.3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd' =>
|
6190 |
array (
|
6191 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a2' . DIRECTORY_SEPARATOR . 'd6' . DIRECTORY_SEPARATOR . '3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd.php',
|
6228 |
'c' => '__TwigTemplate_aa616d3f918f480e4f6f0dabdeee1324d87d759ec18352a21a1cfcee8802f528',
|
6229 |
'i' => 'g',
|
6230 |
),
|
6231 |
+
'twig.af.91.c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83' =>
|
6232 |
+
array (
|
6233 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'af' . DIRECTORY_SEPARATOR . '91' . DIRECTORY_SEPARATOR . 'c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83.php',
|
6234 |
+
'c' => '__TwigTemplate_af91c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83',
|
6235 |
+
'i' => 'g',
|
6236 |
+
),
|
6237 |
'twig.ai1ec-extension' =>
|
6238 |
array (
|
6239 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'ai1ec-extension.php',
|
6277 |
'i' => 'g',
|
6278 |
'r' => 'y',
|
6279 |
),
|
6280 |
+
'twig.cb.6d.407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990' =>
|
6281 |
+
array (
|
6282 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'cb' . DIRECTORY_SEPARATOR . '6d' . DIRECTORY_SEPARATOR . '407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990.php',
|
6283 |
+
'c' => '__TwigTemplate_cb6d407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990',
|
6284 |
+
'i' => 'g',
|
6285 |
+
),
|
6286 |
+
'twig.cf.9e.797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7' =>
|
6287 |
+
array (
|
6288 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . '9e' . DIRECTORY_SEPARATOR . '797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7.php',
|
6289 |
+
'c' => '__TwigTemplate_cf9e797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7',
|
6290 |
+
'i' => 'g',
|
6291 |
+
),
|
6292 |
'twig.d0.fd.53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed' =>
|
6293 |
array (
|
6294 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd0' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . '53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed.php',
|
6295 |
'c' => '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed',
|
6296 |
'i' => 'g',
|
6297 |
),
|
6298 |
+
'twig.d1.7e.18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68' =>
|
6299 |
+
array (
|
6300 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd1' . DIRECTORY_SEPARATOR . '7e' . DIRECTORY_SEPARATOR . '18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68.php',
|
6301 |
+
'c' => '__TwigTemplate_d17e18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68',
|
6302 |
+
'i' => 'g',
|
6303 |
+
),
|
6304 |
+
'twig.d3.f3.335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2' =>
|
6305 |
+
array (
|
6306 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd3' . DIRECTORY_SEPARATOR . 'f3' . DIRECTORY_SEPARATOR . '335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2.php',
|
6307 |
+
'c' => '__TwigTemplate_d3f3335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2',
|
6308 |
+
'i' => 'g',
|
6309 |
+
),
|
6310 |
+
'twig.d5.d7.52a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482' =>
|
6311 |
+
array (
|
6312 |
+
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd5' . DIRECTORY_SEPARATOR . 'd7' . DIRECTORY_SEPARATOR . '52a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482.php',
|
6313 |
+
'c' => '__TwigTemplate_d5d752a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482',
|
6314 |
+
'i' => 'g',
|
6315 |
+
),
|
6316 |
'twig.dc.78.b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
|
6317 |
array (
|
6318 |
'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'dc' . DIRECTORY_SEPARATOR . '78' . DIRECTORY_SEPARATOR . 'b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php',
|
public/admin/css/settings.css
CHANGED
@@ -622,11 +622,4 @@ div.ai1ec-form-group > .ai1ec-setting-fieldset {
|
|
622 |
}
|
623 |
.ai1ec-support-tab {
|
624 |
display: none;
|
625 |
-
}
|
626 |
-
.ai1ec-twitterinfo-wrap {
|
627 |
-
padding: 20px;
|
628 |
-
padding-top: 0;
|
629 |
-
}
|
630 |
-
#twitterinfo {
|
631 |
-
display: none !important;
|
632 |
}
|
622 |
}
|
623 |
.ai1ec-support-tab {
|
624 |
display: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
625 |
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: uchu, calvinyeh, raquelleira, renatotbueno, domanb, elirenato, hub
|
|
3 |
Tags: calendar, event, ical, feed, ics, icalendar, sync, aggregator, google, venue, calendar widget, events widget
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 5.2.2
|
6 |
-
Stable tag: 2.5.
|
7 |
Requires PHP: 5.4
|
8 |
License: GNU General Public License, version 3 (GPL-3.0)
|
9 |
|
@@ -123,6 +123,9 @@ You can help translate by going to [https://translate.time.ly](https://translate
|
|
123 |
|
124 |
== Changelog ==
|
125 |
|
|
|
|
|
|
|
126 |
= Version 2.5.42 =
|
127 |
* Removed "Samples" from menu.
|
128 |
|
3 |
Tags: calendar, event, ical, feed, ics, icalendar, sync, aggregator, google, venue, calendar widget, events widget
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 5.2.2
|
6 |
+
Stable tag: 2.5.43
|
7 |
Requires PHP: 5.4
|
8 |
License: GNU General Public License, version 3 (GPL-3.0)
|
9 |
|
123 |
|
124 |
== Changelog ==
|
125 |
|
126 |
+
= Version 2.5.43 =
|
127 |
+
* Fixed: Addon menu was not being displaying correctly.
|
128 |
+
|
129 |
= Version 2.5.42 =
|
130 |
* Removed "Samples" from menu.
|
131 |
|