Version Description
- October 12th, 2016 =
- Added PHP version check before including our tracking class.
- Fixed undefined
orderby
variable on the admin list table. - Moved all advertisement templates into a single template file, and served it via an array.
Download this release
Release Info
Developer | eherman24 |
Plugin | Timeline Express |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.9 to 1.3.1
- constants.php +23 -1
- i18n/da_DK.mo +0 -0
- i18n/da_DK.po +68 -13
- i18n/de_DE.mo +0 -0
- i18n/de_DE.po +68 -13
- i18n/el.mo +0 -0
- i18n/el.po +68 -13
- i18n/es_ES.mo +0 -0
- i18n/es_ES.po +68 -13
- i18n/es_MX.mo +0 -0
- i18n/es_MX.po +68 -13
- i18n/fi.mo +0 -0
- i18n/fi.po +68 -13
- i18n/fr_FR.mo +0 -0
- i18n/fr_FR.po +68 -13
- i18n/hi_IN.mo +0 -0
- i18n/hi_IN.po +68 -13
- i18n/id_ID.mo +0 -0
- i18n/id_ID.po +68 -13
- i18n/it_IT.mo +0 -0
- i18n/it_IT.po +68 -13
- i18n/ja.mo +0 -0
- i18n/ja.po +68 -13
- i18n/ko_KR.mo +0 -0
- i18n/ko_KR.po +68 -13
- i18n/mr.mo +0 -0
- i18n/mr.po +68 -13
- i18n/ms_MY.mo +0 -0
- i18n/ms_MY.po +68 -13
- i18n/nb_NO.mo +0 -0
- i18n/nb_NO.po +68 -13
- i18n/ni_NL.mo +0 -0
- i18n/ni_NL.po +68 -13
- i18n/pl_PL.mo +0 -0
- i18n/pl_PL.po +68 -13
- i18n/pt_BR.mo +0 -0
- i18n/pt_BR.po +68 -13
- i18n/pt_PT.mo +0 -0
- i18n/pt_PT.po +68 -13
- i18n/ru_RU.mo +0 -0
- i18n/ru_RU.po +68 -13
- i18n/sv_SE.mo +0 -0
- i18n/sv_SE.po +68 -13
- i18n/th.mo +0 -0
- i18n/th.po +68 -13
- i18n/timeline-express.pot +69 -14
- i18n/tl.mo +0 -0
- i18n/tl.po +68 -13
- i18n/tr_TR.mo +0 -0
- i18n/tr_TR.po +68 -13
- i18n/uk.mo +0 -0
- i18n/uk.po +68 -13
- i18n/vi.mo +0 -0
- i18n/vi.po +68 -13
- i18n/zh_CH.mo +0 -0
- i18n/zh_CH.po +68 -13
- i18n/zh_TW.mo +0 -0
- i18n/zh_TW.po +68 -13
- lib/admin/cpt/timeline-express-admin-columns.php +8 -0
- lib/admin/css/min/timeline-express-admin-rtl.min.css +3 -3
- lib/admin/css/min/timeline-express-admin.min.css +3 -3
- lib/admin/css/min/timeline-express-settings.min.css +2 -9
- lib/admin/css/timeline-express-settings-rtl.css +10 -1
- lib/admin/css/timeline-express-settings.css +10 -1
- lib/admin/images/flying-parrot.png +0 -0
- lib/admin/js/min/timeline-express-admin.min.js +2 -2
- lib/admin/js/min/timeline-express-tinymce.min.js +2 -2
- lib/admin/metaboxes/metaboxes.announcements.php +19 -5
- lib/admin/metaboxes/partials/advertisements/advertisements-array.php +56 -0
- lib/admin/metaboxes/partials/advertisments/ajax-load-more-ad.php +0 -20
- lib/admin/metaboxes/partials/advertisments/halloween-discount-ad.php +0 -22
- lib/admin/metaboxes/partials/advertisments/historical-dates-ad.php +0 -20
- lib/admin/metaboxes/partials/advertisments/html-excerpts-ad.php +0 -22
- lib/admin/metaboxes/partials/advertisments/post-types-ad.php +0 -20
- lib/admin/metaboxes/partials/advertisments/product-bundle-ad.php +0 -20
- lib/classes/class.timeline-express-2-week-notice.php +112 -0
- lib/classes/class.timeline-express-admin.php +19 -0
- lib/classes/usage-tracking +1 -0
- lib/public/css/min/timeline-express-rtl.min.css +2 -2
- lib/public/css/min/timeline-express.min.css +2 -2
- lib/public/js/min/timeline-express.min.js +2 -2
- readme.txt +94 -79
- timeline-express.php +1 -1
- uninstall.php +3 -0
constants.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
*/
|
16 |
if ( ! defined( 'TIMELINE_EXPRESS_VERSION_CURRENT' ) ) {
|
17 |
|
18 |
-
define( 'TIMELINE_EXPRESS_VERSION_CURRENT', '1.
|
19 |
|
20 |
}
|
21 |
|
@@ -54,3 +54,25 @@ if ( ! defined( 'EH_DEV_SHOP_URL' ) ) {
|
|
54 |
define( 'EH_DEV_SHOP_URL', 'https://www.evan-herman.com' );
|
55 |
|
56 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
*/
|
16 |
if ( ! defined( 'TIMELINE_EXPRESS_VERSION_CURRENT' ) ) {
|
17 |
|
18 |
+
define( 'TIMELINE_EXPRESS_VERSION_CURRENT', '1.3.1' );
|
19 |
|
20 |
}
|
21 |
|
54 |
define( 'EH_DEV_SHOP_URL', 'https://www.evan-herman.com' );
|
55 |
|
56 |
}
|
57 |
+
|
58 |
+
/**
|
59 |
+
* Define the tracking project ID
|
60 |
+
*
|
61 |
+
* @since 1.3
|
62 |
+
*/
|
63 |
+
if ( ! defined( 'TIMELINE_EXPRESS_TRACKING_PROJECT_ID' ) ) {
|
64 |
+
|
65 |
+
define( 'TIMELINE_EXPRESS_TRACKING_PROJECT_ID', '57fc20538db53dfda8a731c9' );
|
66 |
+
|
67 |
+
}
|
68 |
+
|
69 |
+
/**
|
70 |
+
* Define the tracking write key
|
71 |
+
*
|
72 |
+
* @since 1.3
|
73 |
+
*/
|
74 |
+
if ( ! defined( 'TIMELINE_EXPRESS_TRACKING_WRITE_KEY' ) ) {
|
75 |
+
|
76 |
+
define( 'TIMELINE_EXPRESS_TRACKING_WRITE_KEY', 'F0775BBAE5037EE4BB7F31A2AE70DD57F121F47C334D6A1E5D66866F2C9101615DE7A9702151A8CB2FE83C89DFE94DD5F24257D62FD4EB1C3ECD793D6C8263BD8CB1C95C0837BBBC946150BB8A8514215C961E4B31A9A90A4A680279F5C35840' );
|
77 |
+
|
78 |
+
}
|
i18n/da_DK.mo
CHANGED
Binary file
|
i18n/da_DK.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/de_DE.mo
CHANGED
Binary file
|
i18n/de_DE.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/el.mo
CHANGED
Binary file
|
i18n/el.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/es_ES.mo
CHANGED
Binary file
|
i18n/es_ES.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/es_MX.mo
CHANGED
Binary file
|
i18n/es_MX.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/fi.mo
CHANGED
Binary file
|
i18n/fi.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/fr_FR.mo
CHANGED
Binary file
|
i18n/fr_FR.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/hi_IN.mo
CHANGED
Binary file
|
i18n/hi_IN.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/id_ID.mo
CHANGED
Binary file
|
i18n/id_ID.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/it_IT.mo
CHANGED
Binary file
|
i18n/it_IT.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/ja.mo
CHANGED
Binary file
|
i18n/ja.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/ko_KR.mo
CHANGED
Binary file
|
i18n/ko_KR.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/mr.mo
CHANGED
Binary file
|
i18n/mr.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/ms_MY.mo
CHANGED
Binary file
|
i18n/ms_MY.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/nb_NO.mo
CHANGED
Binary file
|
i18n/nb_NO.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/ni_NL.mo
CHANGED
Binary file
|
i18n/ni_NL.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/pl_PL.mo
CHANGED
Binary file
|
i18n/pl_PL.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/pt_BR.mo
CHANGED
Binary file
|
i18n/pt_BR.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/pt_PT.mo
CHANGED
Binary file
|
i18n/pt_PT.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/ru_RU.mo
CHANGED
Binary file
|
i18n/ru_RU.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/sv_SE.mo
CHANGED
Binary file
|
i18n/sv_SE.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/th.mo
CHANGED
Binary file
|
i18n/th.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/timeline-express.pot
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# Copyright (c) 2016 Code Parrots. All Rights Reserved.
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: Timeline Express 1.
|
5 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
6 |
-
"POT-Creation-Date: 2016-10-
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -112,14 +112,30 @@ msgstr ""
|
|
112 |
msgid "Help & Documentation"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: lib/admin/metaboxes/partials/
|
116 |
msgid "AJAX Load More Add-On"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
120 |
msgid "Historical Dates Add-On"
|
121 |
msgstr ""
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
124 |
msgid ""
|
125 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -134,7 +150,7 @@ msgstr ""
|
|
134 |
|
135 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
136 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
137 |
-
#: lib/classes/class.timeline-express-admin.php:
|
138 |
msgid "Documentation"
|
139 |
msgstr ""
|
140 |
|
@@ -213,7 +229,7 @@ msgid "Timeline Express Product Bundle"
|
|
213 |
msgstr ""
|
214 |
|
215 |
#: lib/admin/pages/page.addons.php:91
|
216 |
-
#: lib/classes/class.timeline-express-admin.php:
|
217 |
msgid "Timeline Express Add-Ons"
|
218 |
msgstr ""
|
219 |
|
@@ -237,7 +253,7 @@ msgid "Add-On Installed"
|
|
237 |
msgstr ""
|
238 |
|
239 |
#: lib/admin/pages/page.options.php:33
|
240 |
-
#: lib/classes/class.timeline-express-admin.php:
|
241 |
msgid "Timeline Express Settings"
|
242 |
msgstr ""
|
243 |
|
@@ -564,8 +580,8 @@ msgid "Support"
|
|
564 |
msgstr ""
|
565 |
|
566 |
#: lib/admin/pages/page.welcome.php:201
|
567 |
-
#: lib/classes/class.timeline-express-admin.php:
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
msgid "Add-Ons"
|
570 |
msgstr ""
|
571 |
|
@@ -595,20 +611,43 @@ msgid ""
|
|
595 |
"behind it's products."
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: lib/classes/class.timeline-express-
|
599 |
-
|
600 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
601 |
msgstr ""
|
602 |
|
603 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
604 |
msgid "Timeline Express Welcome"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: lib/classes/class.timeline-express-admin.php:
|
608 |
msgid "Welcome"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: lib/classes/class.timeline-express-admin.php:
|
612 |
msgid "Timeline Express settings saved successfully!"
|
613 |
msgstr ""
|
614 |
|
@@ -622,6 +661,22 @@ msgstr ""
|
|
622 |
msgid "Failed Nonce Security Check"
|
623 |
msgstr ""
|
624 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
625 |
#: lib/helpers.php:69
|
626 |
msgid "No announcements found"
|
627 |
msgstr ""
|
1 |
# Copyright (c) 2016 Code Parrots. All Rights Reserved.
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Timeline Express 1.3.1\n"
|
5 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
6 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
112 |
msgid "Help & Documentation"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
116 |
msgid "AJAX Load More Add-On"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
120 |
+
msgid "Halloween Discount"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
124 |
msgid "Historical Dates Add-On"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
128 |
+
msgid "HTML Excerpts Add-On"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
132 |
+
msgid "Post Types Add-On"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
136 |
+
msgid "Timeline Express Bundle"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
140 |
msgid ""
|
141 |
"If you need help, or run into any issues, you can reach out for support in "
|
150 |
|
151 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
152 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
153 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
154 |
msgid "Documentation"
|
155 |
msgstr ""
|
156 |
|
229 |
msgstr ""
|
230 |
|
231 |
#: lib/admin/pages/page.addons.php:91
|
232 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
233 |
msgid "Timeline Express Add-Ons"
|
234 |
msgstr ""
|
235 |
|
253 |
msgstr ""
|
254 |
|
255 |
#: lib/admin/pages/page.options.php:33
|
256 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
257 |
msgid "Timeline Express Settings"
|
258 |
msgstr ""
|
259 |
|
580 |
msgstr ""
|
581 |
|
582 |
#: lib/admin/pages/page.welcome.php:201
|
583 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
585 |
msgid "Add-Ons"
|
586 |
msgstr ""
|
587 |
|
611 |
"behind it's products."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
615 |
+
msgid ""
|
616 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
617 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
618 |
+
"review in the WordPress.org repsository!"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
622 |
+
msgid "Leave a Review"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
626 |
+
msgid "Upgrade to Pro"
|
627 |
+
msgstr ""
|
628 |
+
|
629 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
630 |
+
msgid "View Add-Ons"
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
634 |
+
msgid "Dismiss"
|
635 |
msgstr ""
|
636 |
|
637 |
#: lib/classes/class.timeline-express-admin.php:137
|
638 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
639 |
+
msgid "Settings"
|
640 |
+
msgstr ""
|
641 |
+
|
642 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
643 |
msgid "Timeline Express Welcome"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
647 |
msgid "Welcome"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
651 |
msgid "Timeline Express settings saved successfully!"
|
652 |
msgstr ""
|
653 |
|
661 |
msgid "Failed Nonce Security Check"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
665 |
+
msgid ""
|
666 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
667 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
668 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
669 |
+
"tracked."
|
670 |
+
msgstr ""
|
671 |
+
|
672 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
673 |
+
msgid "Allow"
|
674 |
+
msgstr ""
|
675 |
+
|
676 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
677 |
+
msgid "Do not allow"
|
678 |
+
msgstr ""
|
679 |
+
|
680 |
#: lib/helpers.php:69
|
681 |
msgid "No announcements found"
|
682 |
msgstr ""
|
i18n/tl.mo
CHANGED
Binary file
|
i18n/tl.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/tr_TR.mo
CHANGED
Binary file
|
i18n/tr_TR.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/uk.mo
CHANGED
Binary file
|
i18n/uk.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/vi.mo
CHANGED
Binary file
|
i18n/vi.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/zh_CH.mo
CHANGED
Binary file
|
i18n/zh_CH.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
i18n/zh_TW.mo
CHANGED
Binary file
|
i18n/zh_TW.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
-
"POT-Creation-Date: 2016-10-
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -114,14 +114,30 @@ msgstr ""
|
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: lib/admin/metaboxes/partials/
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: lib/admin/metaboxes/partials/
|
|
|
|
|
|
|
|
|
122 |
msgid "Historical Dates Add-On"
|
123 |
msgstr ""
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
126 |
msgid ""
|
127 |
"If you need help, or run into any issues, you can reach out for support in "
|
@@ -136,7 +152,7 @@ msgstr ""
|
|
136 |
|
137 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
138 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
139 |
-
#: lib/classes/class.timeline-express-admin.php:
|
140 |
msgid "Documentation"
|
141 |
msgstr ""
|
142 |
|
@@ -214,7 +230,7 @@ msgid "Timeline Express Product Bundle"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: lib/admin/pages/page.addons.php:91
|
217 |
-
#: lib/classes/class.timeline-express-admin.php:
|
218 |
msgid "Timeline Express Add-Ons"
|
219 |
msgstr ""
|
220 |
|
@@ -238,7 +254,7 @@ msgid "Add-On Installed"
|
|
238 |
msgstr ""
|
239 |
|
240 |
#: lib/admin/pages/page.options.php:33
|
241 |
-
#: lib/classes/class.timeline-express-admin.php:
|
242 |
msgid "Timeline Express Settings"
|
243 |
msgstr ""
|
244 |
|
@@ -565,8 +581,8 @@ msgid "Support"
|
|
565 |
msgstr ""
|
566 |
|
567 |
#: lib/admin/pages/page.welcome.php:201
|
568 |
-
#: lib/classes/class.timeline-express-admin.php:
|
569 |
-
#: lib/classes/class.timeline-express-admin.php:
|
570 |
msgid "Add-Ons"
|
571 |
msgstr ""
|
572 |
|
@@ -596,20 +612,43 @@ msgid ""
|
|
596 |
"behind it's products."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: lib/classes/class.timeline-express-
|
600 |
-
|
601 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgstr ""
|
603 |
|
604 |
#: lib/classes/class.timeline-express-admin.php:137
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "Timeline Express Welcome"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: lib/classes/class.timeline-express-admin.php:
|
609 |
msgid "Welcome"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: lib/classes/class.timeline-express-admin.php:
|
613 |
msgid "Timeline Express settings saved successfully!"
|
614 |
msgstr ""
|
615 |
|
@@ -623,6 +662,22 @@ msgstr ""
|
|
623 |
msgid "Failed Nonce Security Check"
|
624 |
msgstr ""
|
625 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
#: lib/helpers.php:69
|
627 |
msgid "No announcements found"
|
628 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Timeline Express 1.2.9\n"
|
6 |
"Report-Msgid-Bugs-To: https://github.com/EvanHerman/Timeline-Express/issues\n"
|
7 |
+
"POT-Creation-Date: 2016-10-11 15:48:47+00:00\n"
|
8 |
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
9 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
114 |
msgid "Help & Documentation"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:19
|
118 |
msgid "AJAX Load More Add-On"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:25
|
122 |
+
msgid "Halloween Discount"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:33
|
126 |
msgid "Historical Dates Add-On"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:39
|
130 |
+
msgid "HTML Excerpts Add-On"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:45
|
134 |
+
msgid "Post Types Add-On"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: lib/admin/metaboxes/partials/advertisements/advertisements-array.php:51
|
138 |
+
msgid "Timeline Express Bundle"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:11
|
142 |
msgid ""
|
143 |
"If you need help, or run into any issues, you can reach out for support in "
|
152 |
|
153 |
#: lib/admin/metaboxes/partials/help-docs-metabox.php:22
|
154 |
#: lib/admin/pages/page.options.php:443 lib/admin/pages/page.welcome.php:189
|
155 |
+
#: lib/classes/class.timeline-express-admin.php:348
|
156 |
msgid "Documentation"
|
157 |
msgstr ""
|
158 |
|
230 |
msgstr ""
|
231 |
|
232 |
#: lib/admin/pages/page.addons.php:91
|
233 |
+
#: lib/classes/class.timeline-express-admin.php:146
|
234 |
msgid "Timeline Express Add-Ons"
|
235 |
msgstr ""
|
236 |
|
254 |
msgstr ""
|
255 |
|
256 |
#: lib/admin/pages/page.options.php:33
|
257 |
+
#: lib/classes/class.timeline-express-admin.php:136
|
258 |
msgid "Timeline Express Settings"
|
259 |
msgstr ""
|
260 |
|
581 |
msgstr ""
|
582 |
|
583 |
#: lib/admin/pages/page.welcome.php:201
|
584 |
+
#: lib/classes/class.timeline-express-admin.php:147
|
585 |
+
#: lib/classes/class.timeline-express-admin.php:346
|
586 |
msgid "Add-Ons"
|
587 |
msgstr ""
|
588 |
|
612 |
"behind it's products."
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:85
|
616 |
+
msgid ""
|
617 |
+
"It looks like you have been enjoying Timeline Express for 2 weeks now! If "
|
618 |
+
"you are enjoying the plugin we would love it if you could leave us a 5 star "
|
619 |
+
"review in the WordPress.org repsository!"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:87
|
623 |
+
msgid "Leave a Review"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:89
|
627 |
+
msgid "Upgrade to Pro"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:91
|
631 |
+
msgid "View Add-Ons"
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: lib/classes/class.timeline-express-2-week-notice.php:93
|
635 |
+
msgid "Dismiss"
|
636 |
msgstr ""
|
637 |
|
638 |
#: lib/classes/class.timeline-express-admin.php:137
|
639 |
+
#: lib/classes/class.timeline-express-admin.php:344
|
640 |
+
msgid "Settings"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: lib/classes/class.timeline-express-admin.php:156
|
644 |
msgid "Timeline Express Welcome"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: lib/classes/class.timeline-express-admin.php:157
|
648 |
msgid "Welcome"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: lib/classes/class.timeline-express-admin.php:247
|
652 |
msgid "Timeline Express settings saved successfully!"
|
653 |
msgstr ""
|
654 |
|
662 |
msgid "Failed Nonce Security Check"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:156
|
666 |
+
msgid ""
|
667 |
+
"Allow Timeline Express to track plugin usage? Tracking will help improve "
|
668 |
+
"Timeline Express by allowing us to gather anonymous usage data so we know "
|
669 |
+
"which configurations, plugins and themes to test with. No sensitive data is "
|
670 |
+
"tracked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:158
|
674 |
+
msgid "Allow"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: lib/classes/usage-tracking/wp-plugin-usage-tracker.php:160
|
678 |
+
msgid "Do not allow"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: lib/helpers.php:69
|
682 |
msgid "No announcements found"
|
683 |
msgstr ""
|
lib/admin/cpt/timeline-express-admin-columns.php
CHANGED
@@ -172,6 +172,14 @@ function make_sortable_timeline_express_column( $columns ) {
|
|
172 |
add_action( 'pre_get_posts', 'te_announcements_pre_get_posts', 1 );
|
173 |
function te_announcements_pre_get_posts( $query ) {
|
174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
// We only want our code to run in the main WP query
|
176 |
// AND only when an orderby query variable is designated.
|
177 |
// AND when the orderby query variable is set to 'announcement_date'
|
172 |
add_action( 'pre_get_posts', 'te_announcements_pre_get_posts', 1 );
|
173 |
function te_announcements_pre_get_posts( $query ) {
|
174 |
|
175 |
+
$orderby = ( isset( $_GET['orderby'] ) ) ? sanitize_key( $_GET['orderby'] ) : false;
|
176 |
+
|
177 |
+
if ( ! is_admin() || ! $orderby ) {
|
178 |
+
|
179 |
+
return $query;
|
180 |
+
|
181 |
+
}
|
182 |
+
|
183 |
// We only want our code to run in the main WP query
|
184 |
// AND only when an orderby query variable is designated.
|
185 |
// AND when the orderby query variable is set to 'announcement_date'
|
lib/admin/css/min/timeline-express-admin-rtl.min.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
-
* @Version 1.
|
6 |
-
* @Build 10-
|
7 |
*/
|
8 |
-
body.admin_page_timeline-express-welcome .slides ul li,body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{-webkit-animation-duration:18s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-webkit-animation-play-state:running;-webkit-animation-fill-mode:forwards;-moz-animation-duration:18s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal;-moz-animation-play-state:running;-moz-animation-fill-mode:forwards}.wp-core-ui .timeline-express-red-button{background-color:#9B2124;background-image:linear-gradient(to bottom,#C5292E,#9B2124);border-color:#9B2124 #9B2124 #8D1F21;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,.1);margin-right:2em;width:150px;text-align:center}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button.hover,.wp-core-ui .timeline-express-red-button:focus,.wp-core-ui .timeline-express-red-button:hover{background-color:#B72629;background-image:linear-gradient(to bottom,#D22E30,#9B2124);border-color:#7F1C1F;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3)}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button:focus{border-color:#500F0E;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .timeline-express-red-button.active,.wp-core-ui .timeline-express-red-button.active:focus,.wp-core-ui .timeline-express-red-button.active:hover,.wp-core-ui .timeline-express-red-button:active{background:#7F1C1F;background-image:linear-gradient(to bottom,#9B2124,#B72629);border-color:#601312 #AE2426 #AE2426;color:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);text-shadow:0 -1px 0 rgba(0,0,0,.1)}.wp-core-ui .timeline-express-red-button-disabled,.wp-core-ui .timeline-express-red-button:disabled,.wp-core-ui .timeline-express-red-button[disabled]{color:#E79496!important;background:#BA292B!important;border-color:#7F1C1F!important;box-shadow:none!important;text-shadow:0 1px 0 rgba(0,0,0,.1)!important;cursor:default}.delete-no:hover,.delete-yes:hover{cursor:pointer}#advert_metabox .inside{padding:0;margin-top:0}#advert_metabox .inside .cmb2-id-announcement-advertisments{padding:0!important;border:none;background:0 0;margin-bottom:0}#advert_metabox .inside .cmb2-id-announcement-advertisments p{padding:0 10px}#advert_metabox .inside .cmb2-id-announcement-advertisments a.advertisment-link{position:relative;display:block;max-height:278px}div.cmb2-id-announcement-help-docs{padding-top:0!important;padding-bottom:0!important}label[for=help_docs_metabox-hide],label[for=timeline_express_ads-hide],label[for=announcement_metabox-hide]{display:none!important}#timeline-express-icon{background:url(../../images/timeline-express-logo-128.png) no-repeat;display:block;float:right;padding:0 .5em 0 0;height:90px;width:90px;background-size:contain}.wrap #timeline-express-page-header{margin:0}body.te_announcements_page_timeline-express-settings .wrap .postbox.ui-sortable-handle{border-radius:5px}.settings-header{display:inline-block;width:100%;padding-right:0!important}.timeline-express-settings-header{background:0 0;box-shadow:none;border:none}.wrap .nav-tab-wrapper{padding-top:2.5em}.wrap .account-nav-tab{padding-top:0}.random-length-text{opacity:.5}#timeline_express_review_this_plugin_container .fa-paypal{display:block;width:100%;font-size:16px;padding-top:4px;margin:0 auto!important;color:#253b80}.wrap #timeline_express_review_this_plugin_container{padding:.5em;float:left;margin-top:.75em}#timeline_express_review_this_plugin_container{display:inline-block}#timeline_express_review_this_plugin_container a,#timeline_express_review_this_plugin_container a:hover{color:#333}#timeline_express_review_this_plugin_container .timeline_express_header_logo,#timeline_express_review_this_plugin_container div,#timeline_express_review_this_plugin_container span{float:right;margin:0 .5em;text-align:center}#timeline_express_review_this_plugin_container div.dashicons{margin:0 5px}#timeline_express_review_this_plugin_container div.dashicons-plus-alt{display:block;width:100%;margin:0 auto;color:#a3c3b8}.timeline-express-form{margin-bottom:3em}.timeline-express-settings-description{padding-bottom:2em!important;color:#A7A7A7;font-style:italic;font-size:10px}td.column-announcement_date .dashicons-arrow-right{line-height:2.9;display:inline-block;color:rgba(227,26,26,.68)}.delete-no:after{content:" no, save my announcements from being deleted. I'll need them again!"}.delete-yes:after{content:" yes, delete all of the announcement posts. they are dead to me."}.wp-picker-holder{position:absolute;z-index:99999999}#no-events-message_ifr{max-height:100px}.wp-list-table .no-items .colspanchange{text-align:center;height:115px;line-height:8;font-style:italic}.no-image-used-text{line-height:4.7}.wp-list-table .announcement_color_box{display:block;height:15px;width:15px;border:1px solid rgba(128,128,128,.22);padding:.5em;text-align:center;border-radius:50%}.wp-list-table .past_announcement{height:30px}.wp-list-table .edit-announcement-icon{font-size:25px!important;display:block}.wp-list-table .dashicon-past-announcement{font-size:30px!important;text-align:right}.wp-list-table img.attachment-timeline-express-thumbnail.size-timeline-express-thumbnail{max-width:180px;width:80%;height:auto}.dashicons-star-filled{color:#FEBE12}#timeline_express_reset_plugin_settings .dashicons-dismiss{float:right;margin-top:.5em;padding:.5em .5em 1em 1em;color:#f15353}body.admin_page_timeline-express-welcome .timeline-express-image{background:-moz-linear-gradient(top,rgba(206,220,231,.7) 100%,rgba(89,106,114,.7) 100%);background-image:url(../images/welcome/background.png)}body.admin_page_timeline-express-welcome .timeline-screenshot{padding:1.5em 1.5em 0}body.admin_page_timeline-express-welcome .font-awesome-background{padding-top:3em;margin-top:1.5em;background-image:url(../images/welcome/Font-Awesome-Cheatsheet.png);background-size:cover;height:250px;text-align:center;line-height:8}body.admin_page_timeline-express-welcome .admin-manage-announcements,body.admin_page_timeline-express-welcome .customize-your-timeline,body.admin_page_timeline-express-welcome .intuitive-post-creation{margin-top:1.5em;background-size:contain;background-position:bottom center;background-repeat:no-repeat}body.admin_page_timeline-express-welcome .intuitive-post-creation{padding-top:3em;background-image:url(../images/welcome/intuitive-creation-screen.jpg);height:665px}body.admin_page_timeline-express-welcome .admin-manage-announcements{padding-top:3em;background-image:url(../images/welcome/Manage-Announcements.jpg);height:665px}body.admin_page_timeline-express-welcome .customize-your-timeline{padding-top:4%;background-image:url(../images/welcome/customize-your-timeline.jpg);height:665px}body.admin_page_timeline-express-welcome .slides{height:665px;overflow:hidden;position:relative;width:100%;padding:4% 0}body.admin_page_timeline-express-welcome .slides ul{list-style:none;position:relative}body.admin_page_timeline-express-welcome .slides ul li{width:100%;opacity:0;position:absolute;top:0;-webkit-animation-name:anim_slides;-webkit-animation-delay:0;-moz-animation-name:anim_slides;-moz-animation-delay:0}body.admin_page_timeline-express-welcome .slides ul li:nth-child(2),body.admin_page_timeline-express-welcome .slides ul li:nth-child(2) h2.promo-text{-webkit-animation-delay:6s;-moz-animation-delay:6s}body.admin_page_timeline-express-welcome .slides ul li:nth-child(3),body.admin_page_timeline-express-welcome .slides ul li:nth-child(3) h2.promo-text{-webkit-animation-delay:12s;-moz-animation-delay:12s}body.admin_page_timeline-express-welcome .slides ul li img{display:block}body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{background-color:#000;border-radius:10px;box-shadow:0 0 3px #FFF inset;color:#FFF;font-size:18px;margin:0 auto;padding:10px;position:absolute;top:-35px;width:350px;text-align:center;-webkit-animation-name:anim_titles;-webkit-animation-delay:0;-moz-animation-name:anim_titles;-moz-animation-delay:0}.dashicons-heart{background:linear-gradient(top,#ff8cf7,#e2a5e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#timeline-express-support-page-wrap{padding:2em}#timeline-express-support-page-wrap hr{margin:1.5em 0}#timeline-express-support-page-header{display:inline-block;width:100%}#timeline-express-support-page-header img.te-logo{max-width:128px;min-width:90px;width:20%;float:right}#timeline-express-support-page-header .support-subhead{display:block;margin:2em 1em 0 0;float:right;width:44%}#timeline-express-support-page-wrap #timeline_express_license_key{width:25%;min-width:400px}.timeline-express-valid-license{color:rgba(144,214,125,.68)}.purchase-support-license{margin-right:-.5em!important}#support-license-form p.description.license-error{color:rgba(225,47,47,.73)}#support-license-form p.description.license-active{color:rgba(46,102,31,.68)}#support-license-form .license-links a{text-decoration:none}.timeline-express-license-buttons{display:block;width:100%;margin-top:2em}.timeline-express-invalid-license-error{color:rgba(225,47,47,.73)}#premium-support-contact-form{float:right;width:33%;min-width:300px}#premium-support-contact-form form,#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form form textarea{resize:vertical}#premium-support-contact-form form input[type=submit],#premium-support-contact-form form label{margin-top:1em;display:block}.license-expiring-soon{font-size:11px;color:#f34b4b;display:block}@media only screen and (max-width:1081px){#timeline_express_license_key{min-width:90%!important;width:90%!important}#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form{margin:2em 0 0;float:right;width:100%}#timeline-express-support-page-wrap table.widefat.fixed{max-width:100%!important}#timeline-express-support-page-header .support-subhead{width:auto}#timeline-express-support-page-header .te-logo{min-width:140px!important;float:none!important;display:block;margin:0 auto}#timeline-express-support-page-header .support-subhead h1{line-height:1.2}}.timeline-express-about-wrap .timeline-express-badge{float:left;border-radius:4px;margin:0 15px 15px 0;max-width:100%}.timeline-express-about-wrap #timeline-express-header{margin-bottom:15px}.timeline-express-about-wrap #timeline-express-header h1{margin-bottom:15px!important}.timeline-express-about-wrap .about-text{margin:0 0 15px;max-width:670px}.timeline-express-about-wrap .feature-section{margin-top:20px}.timeline-express-about-wrap .feature-section-content,.timeline-express-about-wrap .feature-section-media{width:50%;box-sizing:border-box}.timeline-express-about-wrap .feature-section-content{float:right;padding-left:50px}.timeline-express-about-wrap .feature-section-content h4{margin:0 0 1em}.timeline-express-about-wrap .feature-section-media{float:left;text-align:left;margin-bottom:20px}.timeline-express-about-wrap .feature-section:not(.under-the-hood) .col{margin-top:0}@media all and (max-width:782px){.timeline-express-about-wrap .feature-section-content,.timeline-express-about-wrap .feature-section-media{float:none;padding-left:0;width:100%;text-align:right}.timeline-express-about-wrap .feature-section-media img{float:none;margin:0 0 20px}}.about-wrap .timeline-express-badge{position:absolute;top:0;left:0;color:#999;font-size:14px;text-align:center;margin:5px 0 0;width:150px}.about-wrap .timeline-express-badge .version{display:block;margin:5px auto 0}#timeline-express-addons .timeline-express-clear:after,#timeline-express-addons .timeline-express-clear:before{content:" ";display:table}.about-wrap .feature-section p{font-size:15px}.about-wrap .feature-section.two-col .col{vertical-align:top}.about-wrap .feature-section.two-col .col:nth-child(1){width:calc(65% - 4px)}.about-wrap .feature-section.two-col .col:nth-child(2){width:calc(30% - 4px);text-align:center;float:left}.about-wrap .timeline-express-features-button{font-size:14px;height:auto;padding:5px 15px;margin-top:15px}#timeline-express-addons .timeline-express-clear:after{clear:both}#timeline-express-addons .intro{margin-bottom:30px}.timeline-express-addons-basic-message{border:1px solid #ddd;padding:20px}.timeline-express-addons-basic-message h5{font-size:16px;font-weight:700;margin:0 0 15px}.timeline-express-addons-basic-message p{margin:0}.timeline-express-addons-unlock{margin:35px 0 25px}.timeline-express-addons-unlock h4{font-size:23px;font-weight:400;margin:0 0 6px;line-height:29px}.timeline-express-addons-unlock p{margin:0}.timeline-express-addon-item{background-color:#fff;border:1px solid #ddd;clear:left;min-height:118px;margin:0 0 18px;position:relative}.timeline-express-addon-image{float:right;height:92px;width:92px;border:1px solid #ddd;margin:12px 12px 0 0}.timeline-express-addon-image img{display:block;margin:0 auto;max-width:100%}.timeline-express-addon-text{margin:0 126px 0 200px;padding:22px 0}.timeline-express-addon-text h4{font-size:16px;font-weight:700;margin:0 0 8px}.timeline-express-addon-text p{margin:0}.timeline-express-addon-action{position:absolute;top:0;left:0;width:180px;height:100%;text-align:center;border-right:1px solid #ddd}.timeline-express-addon-action a,.timeline-express-addon-action button{font-size:14px;color:#fff;background-color:#0085ba;border:1px solid #006d98;text-decoration:none;width:130px;margin:40px auto 0;display:block;border-radius:5px;padding:10px 0;cursor:pointer}.timeline-express-addon-action a:hover,.timeline-express-addon-action button:hover{background-color:#006d98}.timeline-express-addon-status-active .timeline-express-addon-action{background-color:#edfaff}.timeline-express-addon-status-inactive .timeline-express-addon-action{background-color:#f5f6f7}.timeline-express-error{color:#b94a48;background-color:#f2dede;padding:8px}.timeline-express-success{color:#468847;background-color:#dff0d8;padding:8px}.timeline-express-addon-item,.timeline-express-addon-item.timeline-express-second{max-width:800px;width:100%;float:none}.timeline-express-addon-action .button-addon-installed,.timeline-express-addon-action .button-addon-installed:hover{opacity:.8;background:#FFB780;border:1px solid #9B6943;color:#333}
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
+
* @Version 1.3.1
|
6 |
+
* @Build 10-11-2016
|
7 |
*/
|
8 |
+
body.admin_page_timeline-express-welcome .slides ul li,body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{-webkit-animation-duration:18s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-webkit-animation-play-state:running;-webkit-animation-fill-mode:forwards;-moz-animation-duration:18s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal;-moz-animation-play-state:running;-moz-animation-fill-mode:forwards}.wp-core-ui .timeline-express-red-button{background-color:#9B2124;background-image:linear-gradient(to bottom,#C5292E,#9B2124);border-color:#9B2124 #9B2124 #8D1F21;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,.1);margin-right:2em;width:150px;text-align:center}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button.hover,.wp-core-ui .timeline-express-red-button:focus,.wp-core-ui .timeline-express-red-button:hover{background-color:#B72629;background-image:linear-gradient(to bottom,#D22E30,#9B2124);border-color:#7F1C1F;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3)}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button:focus{border-color:#500F0E;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .timeline-express-red-button.active,.wp-core-ui .timeline-express-red-button.active:focus,.wp-core-ui .timeline-express-red-button.active:hover,.wp-core-ui .timeline-express-red-button:active{background:#7F1C1F;background-image:linear-gradient(to bottom,#9B2124,#B72629);border-color:#601312 #AE2426 #AE2426;color:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);text-shadow:0 -1px 0 rgba(0,0,0,.1)}.wp-core-ui .timeline-express-red-button-disabled,.wp-core-ui .timeline-express-red-button:disabled,.wp-core-ui .timeline-express-red-button[disabled]{color:#E79496!important;background:#BA292B!important;border-color:#7F1C1F!important;box-shadow:none!important;text-shadow:0 1px 0 rgba(0,0,0,.1)!important;cursor:default}.delete-no:hover,.delete-yes:hover{cursor:pointer}#advert_metabox .inside{padding:0;margin-top:0}#advert_metabox .inside .cmb2-id-announcement-advertisments{padding:0!important;border:none;background:0 0;margin-bottom:0}#advert_metabox .inside .cmb2-id-announcement-advertisments p{padding:0 10px}#advert_metabox .inside .cmb2-id-announcement-advertisments a.advertisment-link{position:relative;display:block;max-height:278px}div.cmb2-id-announcement-help-docs{padding-top:0!important;padding-bottom:0!important}label[for=help_docs_metabox-hide],label[for=timeline_express_ads-hide],label[for=announcement_metabox-hide]{display:none!important}#timeline-express-icon{background:url(../../images/timeline-express-logo-128.png) no-repeat;display:block;float:right;padding:0 .5em 0 0;height:90px;width:90px;background-size:contain}.wrap #timeline-express-page-header{margin:0}body.te_announcements_page_timeline-express-settings .wrap .postbox.ui-sortable-handle{border-radius:5px}.settings-header{display:inline-block;width:100%;padding-right:0!important}.timeline-express-settings-header{background:0 0;box-shadow:none;border:none}.wrap .nav-tab-wrapper{padding-top:2.5em}.wrap .account-nav-tab{padding-top:0}.random-length-text{opacity:.5}#timeline_express_review_this_plugin_container .fa-paypal{display:block;width:100%;font-size:16px;padding-top:4px;margin:0 auto!important;color:#253b80}.wrap #timeline_express_review_this_plugin_container{padding:.5em;float:left;margin-top:.75em}#timeline_express_review_this_plugin_container{display:inline-block}#timeline_express_review_this_plugin_container a,#timeline_express_review_this_plugin_container a:hover{color:#333}#timeline_express_review_this_plugin_container .timeline_express_header_logo,#timeline_express_review_this_plugin_container div,#timeline_express_review_this_plugin_container span{float:right;margin:0 .5em;text-align:center}#timeline_express_review_this_plugin_container div.dashicons{margin:0 5px}#timeline_express_review_this_plugin_container div.dashicons-plus-alt{display:block;width:100%;margin:0 auto;color:#a3c3b8}.timeline-express-form{margin-bottom:3em}.timeline-express-settings-description{padding-bottom:2em!important;color:#A7A7A7;font-style:italic;font-size:10px}td.column-announcement_date .dashicons-arrow-right{line-height:2.9;display:inline-block;color:rgba(227,26,26,.68)}.delete-no:after{content:" no, save my announcements from being deleted. I'll need them again!"}.delete-yes:after{content:" yes, delete all of the announcement posts. they are dead to me."}.wp-picker-holder{position:absolute;z-index:99999999}#no-events-message_ifr{max-height:100px}.wp-list-table .no-items .colspanchange{text-align:center;height:115px;line-height:8;font-style:italic}.no-image-used-text{line-height:4.7}.wp-list-table .announcement_color_box{display:block;height:15px;width:15px;border:1px solid rgba(128,128,128,.22);padding:.5em;text-align:center;border-radius:50%}.wp-list-table .past_announcement{height:30px}.wp-list-table .edit-announcement-icon{font-size:25px!important;display:block}.wp-list-table .dashicon-past-announcement{font-size:30px!important;text-align:right}.wp-list-table img.attachment-timeline-express-thumbnail.size-timeline-express-thumbnail{max-width:180px;width:80%;height:auto}.dashicons-star-filled{color:#FEBE12}#timeline_express_reset_plugin_settings .dashicons-dismiss{float:right;margin-top:.5em;padding:.5em .5em 1em 1em;color:#f15353}body.admin_page_timeline-express-welcome .timeline-express-image{background:-moz-linear-gradient(top,rgba(206,220,231,.7) 100%,rgba(89,106,114,.7) 100%);background-image:url(../images/welcome/background.png)}body.admin_page_timeline-express-welcome .timeline-screenshot{padding:1.5em 1.5em 0}body.admin_page_timeline-express-welcome .font-awesome-background{padding-top:3em;margin-top:1.5em;background-image:url(../images/welcome/Font-Awesome-Cheatsheet.png);background-size:cover;height:250px;text-align:center;line-height:8}body.admin_page_timeline-express-welcome .admin-manage-announcements,body.admin_page_timeline-express-welcome .customize-your-timeline,body.admin_page_timeline-express-welcome .intuitive-post-creation{margin-top:1.5em;background-size:contain;background-position:bottom center;background-repeat:no-repeat}body.admin_page_timeline-express-welcome .intuitive-post-creation{padding-top:3em;background-image:url(../images/welcome/intuitive-creation-screen.jpg);height:665px}body.admin_page_timeline-express-welcome .admin-manage-announcements{padding-top:3em;background-image:url(../images/welcome/Manage-Announcements.jpg);height:665px}body.admin_page_timeline-express-welcome .customize-your-timeline{padding-top:4%;background-image:url(../images/welcome/customize-your-timeline.jpg);height:665px}body.admin_page_timeline-express-welcome .slides{height:665px;overflow:hidden;position:relative;width:100%;padding:4% 0}body.admin_page_timeline-express-welcome .slides ul{list-style:none;position:relative}body.admin_page_timeline-express-welcome .slides ul li{width:100%;opacity:0;position:absolute;top:0;-webkit-animation-name:anim_slides;-webkit-animation-delay:0;-moz-animation-name:anim_slides;-moz-animation-delay:0}body.admin_page_timeline-express-welcome .slides ul li:nth-child(2),body.admin_page_timeline-express-welcome .slides ul li:nth-child(2) h2.promo-text{-webkit-animation-delay:6s;-moz-animation-delay:6s}body.admin_page_timeline-express-welcome .slides ul li:nth-child(3),body.admin_page_timeline-express-welcome .slides ul li:nth-child(3) h2.promo-text{-webkit-animation-delay:12s;-moz-animation-delay:12s}body.admin_page_timeline-express-welcome .slides ul li img{display:block}body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{background-color:#000;border-radius:10px;box-shadow:0 0 3px #FFF inset;color:#FFF;font-size:18px;margin:0 auto;padding:10px;position:absolute;top:-35px;width:350px;text-align:center;-webkit-animation-name:anim_titles;-webkit-animation-delay:0;-moz-animation-name:anim_titles;-moz-animation-delay:0}.dashicons-heart{background:linear-gradient(top,#ff8cf7,#e2a5e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#timeline-express-support-page-wrap{padding:2em}#timeline-express-support-page-wrap hr{margin:1.5em 0}#timeline-express-support-page-header{display:inline-block;width:100%}#timeline-express-support-page-header img.te-logo{max-width:128px;min-width:90px;width:20%;float:right}#timeline-express-support-page-header .support-subhead{display:block;margin:2em 1em 0 0;float:right;width:44%}#timeline-express-support-page-wrap #timeline_express_license_key{width:25%;min-width:400px}.timeline-express-valid-license{color:rgba(144,214,125,.68)}.purchase-support-license{margin-right:-.5em!important}#support-license-form p.description.license-error{color:rgba(225,47,47,.73)}#support-license-form p.description.license-active{color:rgba(46,102,31,.68)}#support-license-form .license-links a{text-decoration:none}.timeline-express-license-buttons{display:block;width:100%;margin-top:2em}.timeline-express-invalid-license-error{color:rgba(225,47,47,.73)}.codeparrots-tracking-notice{background-image:url(../../images/flying-parrot.png);background-position:center left;background-repeat:no-repeat;background-size:120px}.codeparrots-tracking-notice p{max-width:90%}#premium-support-contact-form{float:right;width:33%;min-width:300px}#premium-support-contact-form form,#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form form textarea{resize:vertical}#premium-support-contact-form form input[type=submit],#premium-support-contact-form form label{margin-top:1em;display:block}.license-expiring-soon{font-size:11px;color:#f34b4b;display:block}@media only screen and (max-width:1081px){#timeline_express_license_key{min-width:90%!important;width:90%!important}#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form{margin:2em 0 0;float:right;width:100%}#timeline-express-support-page-wrap table.widefat.fixed{max-width:100%!important}#timeline-express-support-page-header .support-subhead{width:auto}#timeline-express-support-page-header .te-logo{min-width:140px!important;float:none!important;display:block;margin:0 auto}#timeline-express-support-page-header .support-subhead h1{line-height:1.2}}.timeline-express-about-wrap .timeline-express-badge{float:left;border-radius:4px;margin:0 15px 15px 0;max-width:100%}.timeline-express-about-wrap #timeline-express-header{margin-bottom:15px}.timeline-express-about-wrap #timeline-express-header h1{margin-bottom:15px!important}.timeline-express-about-wrap .about-text{margin:0 0 15px;max-width:670px}.timeline-express-about-wrap .feature-section{margin-top:20px}.timeline-express-about-wrap .feature-section-content,.timeline-express-about-wrap .feature-section-media{width:50%;box-sizing:border-box}.timeline-express-about-wrap .feature-section-content{float:right;padding-left:50px}.timeline-express-about-wrap .feature-section-content h4{margin:0 0 1em}.timeline-express-about-wrap .feature-section-media{float:left;text-align:left;margin-bottom:20px}.timeline-express-about-wrap .feature-section:not(.under-the-hood) .col{margin-top:0}@media all and (max-width:782px){.timeline-express-about-wrap .feature-section-content,.timeline-express-about-wrap .feature-section-media{float:none;padding-left:0;width:100%;text-align:right}.timeline-express-about-wrap .feature-section-media img{float:none;margin:0 0 20px}}.about-wrap .timeline-express-badge{position:absolute;top:0;left:0;color:#999;font-size:14px;text-align:center;margin:5px 0 0;width:150px}.about-wrap .timeline-express-badge .version{display:block;margin:5px auto 0}#timeline-express-addons .timeline-express-clear:after,#timeline-express-addons .timeline-express-clear:before{content:" ";display:table}.about-wrap .feature-section p{font-size:15px}.about-wrap .feature-section.two-col .col{vertical-align:top}.about-wrap .feature-section.two-col .col:nth-child(1){width:calc(65% - 4px)}.about-wrap .feature-section.two-col .col:nth-child(2){width:calc(30% - 4px);text-align:center;float:left}.about-wrap .timeline-express-features-button{font-size:14px;height:auto;padding:5px 15px;margin-top:15px}#timeline-express-addons .timeline-express-clear:after{clear:both}#timeline-express-addons .intro{margin-bottom:30px}.timeline-express-addons-basic-message{border:1px solid #ddd;padding:20px}.timeline-express-addons-basic-message h5{font-size:16px;font-weight:700;margin:0 0 15px}.timeline-express-addons-basic-message p{margin:0}.timeline-express-addons-unlock{margin:35px 0 25px}.timeline-express-addons-unlock h4{font-size:23px;font-weight:400;margin:0 0 6px;line-height:29px}.timeline-express-addons-unlock p{margin:0}.timeline-express-addon-item{background-color:#fff;border:1px solid #ddd;clear:left;min-height:118px;margin:0 0 18px;position:relative}.timeline-express-addon-image{float:right;height:92px;width:92px;border:1px solid #ddd;margin:12px 12px 0 0}.timeline-express-addon-image img{display:block;margin:0 auto;max-width:100%}.timeline-express-addon-text{margin:0 126px 0 200px;padding:22px 0}.timeline-express-addon-text h4{font-size:16px;font-weight:700;margin:0 0 8px}.timeline-express-addon-text p{margin:0}.timeline-express-addon-action{position:absolute;top:0;left:0;width:180px;height:100%;text-align:center;border-right:1px solid #ddd}.timeline-express-addon-action a,.timeline-express-addon-action button{font-size:14px;color:#fff;background-color:#0085ba;border:1px solid #006d98;text-decoration:none;width:130px;margin:40px auto 0;display:block;border-radius:5px;padding:10px 0;cursor:pointer}.timeline-express-addon-action a:hover,.timeline-express-addon-action button:hover{background-color:#006d98}.timeline-express-addon-status-active .timeline-express-addon-action{background-color:#edfaff}.timeline-express-addon-status-inactive .timeline-express-addon-action{background-color:#f5f6f7}.timeline-express-error{color:#b94a48;background-color:#f2dede;padding:8px}.timeline-express-success{color:#468847;background-color:#dff0d8;padding:8px}.timeline-express-addon-item,.timeline-express-addon-item.timeline-express-second{max-width:800px;width:100%;float:none}.timeline-express-addon-action .button-addon-installed,.timeline-express-addon-action .button-addon-installed:hover{opacity:.8;background:#FFB780;border:1px solid #9B6943;color:#333}
|
lib/admin/css/min/timeline-express-admin.min.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
-
* @Version 1.
|
6 |
-
* @Build 10-
|
7 |
*/
|
8 |
-
body.admin_page_timeline-express-welcome .slides ul li,body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{-webkit-animation-duration:18s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-webkit-animation-play-state:running;-webkit-animation-fill-mode:forwards;-moz-animation-duration:18s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal;-moz-animation-play-state:running;-moz-animation-fill-mode:forwards}.wp-core-ui .timeline-express-red-button{background-color:#9B2124;background-image:linear-gradient(to bottom,#C5292E,#9B2124);border-color:#9B2124 #9B2124 #8D1F21;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1);margin-left:2em;width:150px;text-align:center}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button.hover,.wp-core-ui .timeline-express-red-button:focus,.wp-core-ui .timeline-express-red-button:hover{background-color:#B72629;background-image:linear-gradient(to bottom,#D22E30,#9B2124);border-color:#7F1C1F;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button:focus{border-color:#500F0E;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .timeline-express-red-button.active,.wp-core-ui .timeline-express-red-button.active:focus,.wp-core-ui .timeline-express-red-button.active:hover,.wp-core-ui .timeline-express-red-button:active{background:#7F1C1F;background-image:linear-gradient(to bottom,#9B2124,#B72629);border-color:#601312 #AE2426 #AE2426;color:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .timeline-express-red-button-disabled,.wp-core-ui .timeline-express-red-button:disabled,.wp-core-ui .timeline-express-red-button[disabled]{color:#E79496!important;background:#BA292B!important;border-color:#7F1C1F!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.delete-no:hover,.delete-yes:hover{cursor:pointer}#advert_metabox .inside{padding:0;margin-top:0}#advert_metabox .inside .cmb2-id-announcement-advertisments{padding:0!important;border:none;background:0 0;margin-bottom:0}#advert_metabox .inside .cmb2-id-announcement-advertisments p{padding:0 10px}#advert_metabox .inside .cmb2-id-announcement-advertisments a.advertisment-link{position:relative;display:block;max-height:278px}div.cmb2-id-announcement-help-docs{padding-top:0!important;padding-bottom:0!important}label[for=help_docs_metabox-hide],label[for=timeline_express_ads-hide],label[for=announcement_metabox-hide]{display:none!important}#timeline-express-icon{background:url(../../images/timeline-express-logo-128.png) no-repeat;display:block;float:left;padding:0 0 0 .5em;height:90px;width:90px;background-size:contain}.wrap #timeline-express-page-header{margin:0}body.te_announcements_page_timeline-express-settings .wrap .postbox.ui-sortable-handle{border-radius:5px}.settings-header{display:inline-block;width:100%;padding-left:0!important}.timeline-express-settings-header{background:0 0;box-shadow:none;border:none}.wrap .nav-tab-wrapper{padding-top:2.5em}.wrap .account-nav-tab{padding-top:0}.random-length-text{opacity:.5}#timeline_express_review_this_plugin_container .fa-paypal{display:block;width:100%;font-size:16px;padding-top:4px;margin:0 auto!important;color:#253b80}.wrap #timeline_express_review_this_plugin_container{padding:.5em;float:right;margin-top:.75em}#timeline_express_review_this_plugin_container{display:inline-block}#timeline_express_review_this_plugin_container a,#timeline_express_review_this_plugin_container a:hover{color:#333}#timeline_express_review_this_plugin_container .timeline_express_header_logo,#timeline_express_review_this_plugin_container div,#timeline_express_review_this_plugin_container span{float:left;margin:0 .5em;text-align:center}#timeline_express_review_this_plugin_container div.dashicons{margin:0 5px}#timeline_express_review_this_plugin_container div.dashicons-plus-alt{display:block;width:100%;margin:0 auto;color:#a3c3b8}.timeline-express-form{margin-bottom:3em}.timeline-express-settings-description{padding-bottom:2em!important;color:#A7A7A7;font-style:italic;font-size:10px}td.column-announcement_date .dashicons-arrow-right{line-height:2.9;display:inline-block;color:rgba(227,26,26,.68)}.delete-no:after{content:" no, save my announcements from being deleted. I'll need them again!"}.delete-yes:after{content:" yes, delete all of the announcement posts. they are dead to me."}.wp-picker-holder{position:absolute;z-index:99999999}#no-events-message_ifr{max-height:100px}.wp-list-table .no-items .colspanchange{text-align:center;height:115px;line-height:8;font-style:italic}.no-image-used-text{line-height:4.7}.wp-list-table .announcement_color_box{display:block;height:15px;width:15px;border:1px solid rgba(128,128,128,.22);padding:.5em;text-align:center;border-radius:50%}.wp-list-table .past_announcement{height:30px}.wp-list-table .edit-announcement-icon{font-size:25px!important;display:block}.wp-list-table .dashicon-past-announcement{font-size:30px!important;text-align:left}.wp-list-table img.attachment-timeline-express-thumbnail.size-timeline-express-thumbnail{max-width:180px;width:80%;height:auto}.dashicons-star-filled{color:#FEBE12}#timeline_express_reset_plugin_settings .dashicons-dismiss{float:left;margin-top:.5em;padding:.5em 1em 1em .5em;color:#f15353}body.admin_page_timeline-express-welcome .timeline-express-image{background:-moz-linear-gradient(top,rgba(206,220,231,.7) 0,rgba(89,106,114,.7) 100%);background-image:url(../images/welcome/background.png)}body.admin_page_timeline-express-welcome .timeline-screenshot{padding:1.5em 1.5em 0}body.admin_page_timeline-express-welcome .font-awesome-background{padding-top:3em;margin-top:1.5em;background-image:url(../images/welcome/Font-Awesome-Cheatsheet.png);background-size:cover;height:250px;text-align:center;line-height:8}body.admin_page_timeline-express-welcome .admin-manage-announcements,body.admin_page_timeline-express-welcome .customize-your-timeline,body.admin_page_timeline-express-welcome .intuitive-post-creation{margin-top:1.5em;background-size:contain;background-position:bottom center;background-repeat:no-repeat}body.admin_page_timeline-express-welcome .intuitive-post-creation{padding-top:3em;background-image:url(../images/welcome/intuitive-creation-screen.jpg);height:665px}body.admin_page_timeline-express-welcome .admin-manage-announcements{padding-top:3em;background-image:url(../images/welcome/Manage-Announcements.jpg);height:665px}body.admin_page_timeline-express-welcome .customize-your-timeline{padding-top:4%;background-image:url(../images/welcome/customize-your-timeline.jpg);height:665px}body.admin_page_timeline-express-welcome .slides{height:665px;overflow:hidden;position:relative;width:100%;padding:4% 0}body.admin_page_timeline-express-welcome .slides ul{list-style:none;position:relative}body.admin_page_timeline-express-welcome .slides ul li{width:100%;opacity:0;position:absolute;top:0;-webkit-animation-name:anim_slides;-webkit-animation-delay:0;-moz-animation-name:anim_slides;-moz-animation-delay:0}body.admin_page_timeline-express-welcome .slides ul li:nth-child(2),body.admin_page_timeline-express-welcome .slides ul li:nth-child(2) h2.promo-text{-webkit-animation-delay:6s;-moz-animation-delay:6s}body.admin_page_timeline-express-welcome .slides ul li:nth-child(3),body.admin_page_timeline-express-welcome .slides ul li:nth-child(3) h2.promo-text{-webkit-animation-delay:12s;-moz-animation-delay:12s}body.admin_page_timeline-express-welcome .slides ul li img{display:block}body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{background-color:#000;border-radius:10px;box-shadow:0 0 3px #FFF inset;color:#FFF;font-size:18px;margin:0 auto;padding:10px;position:absolute;top:-35px;width:350px;text-align:center;-webkit-animation-name:anim_titles;-webkit-animation-delay:0;-moz-animation-name:anim_titles;-moz-animation-delay:0}.dashicons-heart{background:linear-gradient(top,#ff8cf7,#e2a5e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#timeline-express-support-page-wrap{padding:2em}#timeline-express-support-page-wrap hr{margin:1.5em 0}#timeline-express-support-page-header{display:inline-block;width:100%}#timeline-express-support-page-header img.te-logo{max-width:128px;min-width:90px;width:20%;float:left}#timeline-express-support-page-header .support-subhead{display:block;margin:2em 0 0 1em;float:left;width:44%}#timeline-express-support-page-wrap #timeline_express_license_key{width:25%;min-width:400px}.timeline-express-valid-license{color:rgba(144,214,125,.68)}.purchase-support-license{margin-left:-.5em!important}#support-license-form p.description.license-error{color:rgba(225,47,47,.73)}#support-license-form p.description.license-active{color:rgba(46,102,31,.68)}#support-license-form .license-links a{text-decoration:none}.timeline-express-license-buttons{display:block;width:100%;margin-top:2em}.timeline-express-invalid-license-error{color:rgba(225,47,47,.73)}#premium-support-contact-form{float:left;width:33%;min-width:300px}#premium-support-contact-form form,#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form form textarea{resize:vertical}#premium-support-contact-form form input[type=submit],#premium-support-contact-form form label{margin-top:1em;display:block}.license-expiring-soon{font-size:11px;color:#f34b4b;display:block}@media only screen and (max-width:1081px){#timeline_express_license_key{min-width:90%!important;width:90%!important}#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form{margin:2em 0 0;float:left;width:100%}#timeline-express-support-page-wrap table.widefat.fixed{max-width:100%!important}#timeline-express-support-page-header .support-subhead{width:auto}#timeline-express-support-page-header .te-logo{min-width:140px!important;float:none!important;display:block;margin:0 auto}#timeline-express-support-page-header .support-subhead h1{line-height:1.2}}.timeline-express-about-wrap .timeline-express-badge{float:right;border-radius:4px;margin:0 0 15px 15px;max-width:100%}.timeline-express-about-wrap #timeline-express-header{margin-bottom:15px}.timeline-express-about-wrap #timeline-express-header h1{margin-bottom:15px!important}.timeline-express-about-wrap .about-text{margin:0 0 15px;max-width:670px}.timeline-express-about-wrap .feature-section{margin-top:20px}.timeline-express-about-wrap .feature-section-content,.timeline-express-about-wrap .feature-section-media{width:50%;box-sizing:border-box}.timeline-express-about-wrap .feature-section-content{float:left;padding-right:50px}.timeline-express-about-wrap .feature-section-content h4{margin:0 0 1em}.timeline-express-about-wrap .feature-section-media{float:right;text-align:right;margin-bottom:20px}.timeline-express-about-wrap .feature-section:not(.under-the-hood) .col{margin-top:0}@media all and (max-width:782px){.timeline-express-about-wrap .feature-section-content,.timeline-express-about-wrap .feature-section-media{float:none;padding-right:0;width:100%;text-align:left}.timeline-express-about-wrap .feature-section-media img{float:none;margin:0 0 20px}}.about-wrap .timeline-express-badge{position:absolute;top:0;right:0;color:#999;font-size:14px;text-align:center;margin:5px 0 0;width:150px}.about-wrap .timeline-express-badge .version{display:block;margin:5px auto 0}#timeline-express-addons .timeline-express-clear:after,#timeline-express-addons .timeline-express-clear:before{content:" ";display:table}.about-wrap .feature-section p{font-size:15px}.about-wrap .feature-section.two-col .col{vertical-align:top}.about-wrap .feature-section.two-col .col:nth-child(1){width:calc(65% - 4px)}.about-wrap .feature-section.two-col .col:nth-child(2){width:calc(30% - 4px);text-align:center;float:right}.about-wrap .timeline-express-features-button{font-size:14px;height:auto;padding:5px 15px;margin-top:15px}#timeline-express-addons .timeline-express-clear:after{clear:both}#timeline-express-addons .intro{margin-bottom:30px}.timeline-express-addons-basic-message{border:1px solid #ddd;padding:20px}.timeline-express-addons-basic-message h5{font-size:16px;font-weight:700;margin:0 0 15px}.timeline-express-addons-basic-message p{margin:0}.timeline-express-addons-unlock{margin:35px 0 25px}.timeline-express-addons-unlock h4{font-size:23px;font-weight:400;margin:0 0 6px;line-height:29px}.timeline-express-addons-unlock p{margin:0}.timeline-express-addon-item{background-color:#fff;border:1px solid #ddd;clear:right;min-height:118px;margin:0 0 18px;position:relative}.timeline-express-addon-image{float:left;height:92px;width:92px;border:1px solid #ddd;margin:12px 0 0 12px}.timeline-express-addon-image img{display:block;margin:0 auto;max-width:100%}.timeline-express-addon-text{margin:0 200px 0 126px;padding:22px 0}.timeline-express-addon-text h4{font-size:16px;font-weight:700;margin:0 0 8px}.timeline-express-addon-text p{margin:0}.timeline-express-addon-action{position:absolute;top:0;right:0;width:180px;height:100%;text-align:center;border-left:1px solid #ddd}.timeline-express-addon-action a,.timeline-express-addon-action button{font-size:14px;color:#fff;background-color:#0085ba;border:1px solid #006d98;text-decoration:none;width:130px;margin:40px auto 0;display:block;border-radius:5px;padding:10px 0;cursor:pointer}.timeline-express-addon-action a:hover,.timeline-express-addon-action button:hover{background-color:#006d98}.timeline-express-addon-status-active .timeline-express-addon-action{background-color:#edfaff}.timeline-express-addon-status-inactive .timeline-express-addon-action{background-color:#f5f6f7}.timeline-express-error{color:#b94a48;background-color:#f2dede;padding:8px}.timeline-express-success{color:#468847;background-color:#dff0d8;padding:8px}.timeline-express-addon-item,.timeline-express-addon-item.timeline-express-second{max-width:800px;width:100%;float:none}.timeline-express-addon-action .button-addon-installed,.timeline-express-addon-action .button-addon-installed:hover{opacity:.8;background:#FFB780;border:1px solid #9B6943;color:#333}
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
+
* @Version 1.3.1
|
6 |
+
* @Build 10-11-2016
|
7 |
*/
|
8 |
+
body.admin_page_timeline-express-welcome .slides ul li,body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{-webkit-animation-duration:18s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-webkit-animation-play-state:running;-webkit-animation-fill-mode:forwards;-moz-animation-duration:18s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal;-moz-animation-play-state:running;-moz-animation-fill-mode:forwards}.wp-core-ui .timeline-express-red-button{background-color:#9B2124;background-image:linear-gradient(to bottom,#C5292E,#9B2124);border-color:#9B2124 #9B2124 #8D1F21;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1);margin-left:2em;width:150px;text-align:center}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button.hover,.wp-core-ui .timeline-express-red-button:focus,.wp-core-ui .timeline-express-red-button:hover{background-color:#B72629;background-image:linear-gradient(to bottom,#D22E30,#9B2124);border-color:#7F1C1F;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button:focus{border-color:#500F0E;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .timeline-express-red-button.active,.wp-core-ui .timeline-express-red-button.active:focus,.wp-core-ui .timeline-express-red-button.active:hover,.wp-core-ui .timeline-express-red-button:active{background:#7F1C1F;background-image:linear-gradient(to bottom,#9B2124,#B72629);border-color:#601312 #AE2426 #AE2426;color:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .timeline-express-red-button-disabled,.wp-core-ui .timeline-express-red-button:disabled,.wp-core-ui .timeline-express-red-button[disabled]{color:#E79496!important;background:#BA292B!important;border-color:#7F1C1F!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.delete-no:hover,.delete-yes:hover{cursor:pointer}#advert_metabox .inside{padding:0;margin-top:0}#advert_metabox .inside .cmb2-id-announcement-advertisments{padding:0!important;border:none;background:0 0;margin-bottom:0}#advert_metabox .inside .cmb2-id-announcement-advertisments p{padding:0 10px}#advert_metabox .inside .cmb2-id-announcement-advertisments a.advertisment-link{position:relative;display:block;max-height:278px}div.cmb2-id-announcement-help-docs{padding-top:0!important;padding-bottom:0!important}label[for=help_docs_metabox-hide],label[for=timeline_express_ads-hide],label[for=announcement_metabox-hide]{display:none!important}#timeline-express-icon{background:url(../../images/timeline-express-logo-128.png) no-repeat;display:block;float:left;padding:0 0 0 .5em;height:90px;width:90px;background-size:contain}.wrap #timeline-express-page-header{margin:0}body.te_announcements_page_timeline-express-settings .wrap .postbox.ui-sortable-handle{border-radius:5px}.settings-header{display:inline-block;width:100%;padding-left:0!important}.timeline-express-settings-header{background:0 0;box-shadow:none;border:none}.wrap .nav-tab-wrapper{padding-top:2.5em}.wrap .account-nav-tab{padding-top:0}.random-length-text{opacity:.5}#timeline_express_review_this_plugin_container .fa-paypal{display:block;width:100%;font-size:16px;padding-top:4px;margin:0 auto!important;color:#253b80}.wrap #timeline_express_review_this_plugin_container{padding:.5em;float:right;margin-top:.75em}#timeline_express_review_this_plugin_container{display:inline-block}#timeline_express_review_this_plugin_container a,#timeline_express_review_this_plugin_container a:hover{color:#333}#timeline_express_review_this_plugin_container .timeline_express_header_logo,#timeline_express_review_this_plugin_container div,#timeline_express_review_this_plugin_container span{float:left;margin:0 .5em;text-align:center}#timeline_express_review_this_plugin_container div.dashicons{margin:0 5px}#timeline_express_review_this_plugin_container div.dashicons-plus-alt{display:block;width:100%;margin:0 auto;color:#a3c3b8}.timeline-express-form{margin-bottom:3em}.timeline-express-settings-description{padding-bottom:2em!important;color:#A7A7A7;font-style:italic;font-size:10px}td.column-announcement_date .dashicons-arrow-right{line-height:2.9;display:inline-block;color:rgba(227,26,26,.68)}.delete-no:after{content:" no, save my announcements from being deleted. I'll need them again!"}.delete-yes:after{content:" yes, delete all of the announcement posts. they are dead to me."}.wp-picker-holder{position:absolute;z-index:99999999}#no-events-message_ifr{max-height:100px}.wp-list-table .no-items .colspanchange{text-align:center;height:115px;line-height:8;font-style:italic}.no-image-used-text{line-height:4.7}.wp-list-table .announcement_color_box{display:block;height:15px;width:15px;border:1px solid rgba(128,128,128,.22);padding:.5em;text-align:center;border-radius:50%}.wp-list-table .past_announcement{height:30px}.wp-list-table .edit-announcement-icon{font-size:25px!important;display:block}.wp-list-table .dashicon-past-announcement{font-size:30px!important;text-align:left}.wp-list-table img.attachment-timeline-express-thumbnail.size-timeline-express-thumbnail{max-width:180px;width:80%;height:auto}.dashicons-star-filled{color:#FEBE12}#timeline_express_reset_plugin_settings .dashicons-dismiss{float:left;margin-top:.5em;padding:.5em 1em 1em .5em;color:#f15353}body.admin_page_timeline-express-welcome .timeline-express-image{background:-moz-linear-gradient(top,rgba(206,220,231,.7) 0,rgba(89,106,114,.7) 100%);background-image:url(../images/welcome/background.png)}body.admin_page_timeline-express-welcome .timeline-screenshot{padding:1.5em 1.5em 0}body.admin_page_timeline-express-welcome .font-awesome-background{padding-top:3em;margin-top:1.5em;background-image:url(../images/welcome/Font-Awesome-Cheatsheet.png);background-size:cover;height:250px;text-align:center;line-height:8}body.admin_page_timeline-express-welcome .admin-manage-announcements,body.admin_page_timeline-express-welcome .customize-your-timeline,body.admin_page_timeline-express-welcome .intuitive-post-creation{margin-top:1.5em;background-size:contain;background-position:bottom center;background-repeat:no-repeat}body.admin_page_timeline-express-welcome .intuitive-post-creation{padding-top:3em;background-image:url(../images/welcome/intuitive-creation-screen.jpg);height:665px}body.admin_page_timeline-express-welcome .admin-manage-announcements{padding-top:3em;background-image:url(../images/welcome/Manage-Announcements.jpg);height:665px}body.admin_page_timeline-express-welcome .customize-your-timeline{padding-top:4%;background-image:url(../images/welcome/customize-your-timeline.jpg);height:665px}body.admin_page_timeline-express-welcome .slides{height:665px;overflow:hidden;position:relative;width:100%;padding:4% 0}body.admin_page_timeline-express-welcome .slides ul{list-style:none;position:relative}body.admin_page_timeline-express-welcome .slides ul li{width:100%;opacity:0;position:absolute;top:0;-webkit-animation-name:anim_slides;-webkit-animation-delay:0;-moz-animation-name:anim_slides;-moz-animation-delay:0}body.admin_page_timeline-express-welcome .slides ul li:nth-child(2),body.admin_page_timeline-express-welcome .slides ul li:nth-child(2) h2.promo-text{-webkit-animation-delay:6s;-moz-animation-delay:6s}body.admin_page_timeline-express-welcome .slides ul li:nth-child(3),body.admin_page_timeline-express-welcome .slides ul li:nth-child(3) h2.promo-text{-webkit-animation-delay:12s;-moz-animation-delay:12s}body.admin_page_timeline-express-welcome .slides ul li img{display:block}body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{background-color:#000;border-radius:10px;box-shadow:0 0 3px #FFF inset;color:#FFF;font-size:18px;margin:0 auto;padding:10px;position:absolute;top:-35px;width:350px;text-align:center;-webkit-animation-name:anim_titles;-webkit-animation-delay:0;-moz-animation-name:anim_titles;-moz-animation-delay:0}.dashicons-heart{background:linear-gradient(top,#ff8cf7,#e2a5e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#timeline-express-support-page-wrap{padding:2em}#timeline-express-support-page-wrap hr{margin:1.5em 0}#timeline-express-support-page-header{display:inline-block;width:100%}#timeline-express-support-page-header img.te-logo{max-width:128px;min-width:90px;width:20%;float:left}#timeline-express-support-page-header .support-subhead{display:block;margin:2em 0 0 1em;float:left;width:44%}#timeline-express-support-page-wrap #timeline_express_license_key{width:25%;min-width:400px}.timeline-express-valid-license{color:rgba(144,214,125,.68)}.purchase-support-license{margin-left:-.5em!important}#support-license-form p.description.license-error{color:rgba(225,47,47,.73)}#support-license-form p.description.license-active{color:rgba(46,102,31,.68)}#support-license-form .license-links a{text-decoration:none}.timeline-express-license-buttons{display:block;width:100%;margin-top:2em}.timeline-express-invalid-license-error{color:rgba(225,47,47,.73)}.codeparrots-tracking-notice{background-image:url(../../images/flying-parrot.png);background-position:center right;background-repeat:no-repeat;background-size:120px}.codeparrots-tracking-notice p{max-width:90%}#premium-support-contact-form{float:left;width:33%;min-width:300px}#premium-support-contact-form form,#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form form textarea{resize:vertical}#premium-support-contact-form form input[type=submit],#premium-support-contact-form form label{margin-top:1em;display:block}.license-expiring-soon{font-size:11px;color:#f34b4b;display:block}@media only screen and (max-width:1081px){#timeline_express_license_key{min-width:90%!important;width:90%!important}#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form{margin:2em 0 0;float:left;width:100%}#timeline-express-support-page-wrap table.widefat.fixed{max-width:100%!important}#timeline-express-support-page-header .support-subhead{width:auto}#timeline-express-support-page-header .te-logo{min-width:140px!important;float:none!important;display:block;margin:0 auto}#timeline-express-support-page-header .support-subhead h1{line-height:1.2}}.timeline-express-about-wrap .timeline-express-badge{float:right;border-radius:4px;margin:0 0 15px 15px;max-width:100%}.timeline-express-about-wrap #timeline-express-header{margin-bottom:15px}.timeline-express-about-wrap #timeline-express-header h1{margin-bottom:15px!important}.timeline-express-about-wrap .about-text{margin:0 0 15px;max-width:670px}.timeline-express-about-wrap .feature-section{margin-top:20px}.timeline-express-about-wrap .feature-section-content,.timeline-express-about-wrap .feature-section-media{width:50%;box-sizing:border-box}.timeline-express-about-wrap .feature-section-content{float:left;padding-right:50px}.timeline-express-about-wrap .feature-section-content h4{margin:0 0 1em}.timeline-express-about-wrap .feature-section-media{float:right;text-align:right;margin-bottom:20px}.timeline-express-about-wrap .feature-section:not(.under-the-hood) .col{margin-top:0}@media all and (max-width:782px){.timeline-express-about-wrap .feature-section-content,.timeline-express-about-wrap .feature-section-media{float:none;padding-right:0;width:100%;text-align:left}.timeline-express-about-wrap .feature-section-media img{float:none;margin:0 0 20px}}.about-wrap .timeline-express-badge{position:absolute;top:0;right:0;color:#999;font-size:14px;text-align:center;margin:5px 0 0;width:150px}.about-wrap .timeline-express-badge .version{display:block;margin:5px auto 0}#timeline-express-addons .timeline-express-clear:after,#timeline-express-addons .timeline-express-clear:before{content:" ";display:table}.about-wrap .feature-section p{font-size:15px}.about-wrap .feature-section.two-col .col{vertical-align:top}.about-wrap .feature-section.two-col .col:nth-child(1){width:calc(65% - 4px)}.about-wrap .feature-section.two-col .col:nth-child(2){width:calc(30% - 4px);text-align:center;float:right}.about-wrap .timeline-express-features-button{font-size:14px;height:auto;padding:5px 15px;margin-top:15px}#timeline-express-addons .timeline-express-clear:after{clear:both}#timeline-express-addons .intro{margin-bottom:30px}.timeline-express-addons-basic-message{border:1px solid #ddd;padding:20px}.timeline-express-addons-basic-message h5{font-size:16px;font-weight:700;margin:0 0 15px}.timeline-express-addons-basic-message p{margin:0}.timeline-express-addons-unlock{margin:35px 0 25px}.timeline-express-addons-unlock h4{font-size:23px;font-weight:400;margin:0 0 6px;line-height:29px}.timeline-express-addons-unlock p{margin:0}.timeline-express-addon-item{background-color:#fff;border:1px solid #ddd;clear:right;min-height:118px;margin:0 0 18px;position:relative}.timeline-express-addon-image{float:left;height:92px;width:92px;border:1px solid #ddd;margin:12px 0 0 12px}.timeline-express-addon-image img{display:block;margin:0 auto;max-width:100%}.timeline-express-addon-text{margin:0 200px 0 126px;padding:22px 0}.timeline-express-addon-text h4{font-size:16px;font-weight:700;margin:0 0 8px}.timeline-express-addon-text p{margin:0}.timeline-express-addon-action{position:absolute;top:0;right:0;width:180px;height:100%;text-align:center;border-left:1px solid #ddd}.timeline-express-addon-action a,.timeline-express-addon-action button{font-size:14px;color:#fff;background-color:#0085ba;border:1px solid #006d98;text-decoration:none;width:130px;margin:40px auto 0;display:block;border-radius:5px;padding:10px 0;cursor:pointer}.timeline-express-addon-action a:hover,.timeline-express-addon-action button:hover{background-color:#006d98}.timeline-express-addon-status-active .timeline-express-addon-action{background-color:#edfaff}.timeline-express-addon-status-inactive .timeline-express-addon-action{background-color:#f5f6f7}.timeline-express-error{color:#b94a48;background-color:#f2dede;padding:8px}.timeline-express-success{color:#468847;background-color:#dff0d8;padding:8px}.timeline-express-addon-item,.timeline-express-addon-item.timeline-express-second{max-width:800px;width:100%;float:none}.timeline-express-addon-action .button-addon-installed,.timeline-express-addon-action .button-addon-installed:hover{opacity:.8;background:#FFB780;border:1px solid #9B6943;color:#333}
|
lib/admin/css/min/timeline-express-settings.min.css
CHANGED
@@ -2,14 +2,7 @@
|
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
-
* @Version 1.
|
6 |
-
* @Build 10-
|
7 |
-
*/
|
8 |
-
/*
|
9 |
-
* @Plugin Timeline Express
|
10 |
-
* @Author Code Parrots
|
11 |
-
* @Site https://www.wp-timelineexpress.com
|
12 |
-
* @Version 1.2.9
|
13 |
-
* @Build 10-09-2016
|
14 |
*/
|
15 |
.wp-core-ui .timeline-express-red-button{background-color:#9B2124;background-image:linear-gradient(to bottom,#C5292E,#9B2124);border-color:#9B2124 #9B2124 #8D1F21;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1);margin-left:2em;width:150px;text-align:center}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button.hover,.wp-core-ui .timeline-express-red-button:focus,.wp-core-ui .timeline-express-red-button:hover{background-color:#B72629;background-image:linear-gradient(to bottom,#D22E30,#9B2124);border-color:#7F1C1F;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button:focus{border-color:#500F0E;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .timeline-express-red-button.active,.wp-core-ui .timeline-express-red-button.active:focus,.wp-core-ui .timeline-express-red-button.active:hover,.wp-core-ui .timeline-express-red-button:active{background:#7F1C1F;background-image:linear-gradient(to bottom,#9B2124,#B72629);border-color:#601312 #AE2426 #AE2426;color:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .timeline-express-red-button-disabled,.wp-core-ui .timeline-express-red-button:disabled,.wp-core-ui .timeline-express-red-button[disabled]{color:#E79496!important;background:#BA292B!important;border-color:#7F1C1F!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.delete-no:hover,.delete-yes:hover{cursor:pointer}#timeline-express-icon{background:url(../../images/timeline-express-logo-128.png) no-repeat;display:block;float:left;padding:0 0 0 .5em;height:90px;width:90px;background-size:contain}.wrap #timeline-express-page-header{margin:0}body.te_announcements_page_timeline-express-settings .wrap .postbox.ui-sortable-handle{border-radius:5px}.settings-header{display:inline-block;width:100%}.timeline-express-settings-header{background:0 0;box-shadow:none;border:none}.wrap .nav-tab-wrapper{padding-top:2.5em}.wrap .account-nav-tab{padding-top:0}.random-length-text{opacity:.5}#timeline_express_review_this_plugin_container .fa-paypal{display:block;width:100%;font-size:16px;padding-top:4px;margin:0 auto!important;color:#253b80}.wrap #timeline_express_review_this_plugin_container{padding:.5em;float:right;margin-top:.75em}#timeline_express_review_this_plugin_container{display:inline-block}#timeline_express_review_this_plugin_container a,#timeline_express_review_this_plugin_container a:hover{color:#333}#timeline_express_review_this_plugin_container .timeline_express_header_logo,#timeline_express_review_this_plugin_container div,#timeline_express_review_this_plugin_container span{float:left;margin:0 .5em;text-align:center}#timeline_express_review_this_plugin_container div.dashicons{margin:0 5px}#timeline_express_review_this_plugin_container div.dashicons-plus-alt{display:block;width:100%;margin:0 auto;color:#a3c3b8}.timeline-express-form{margin-bottom:3em}.timeline-express-form th{font-weight:700}.timeline-express-settings-description{padding-bottom:2em!important;color:#A7A7A7;font-style:italic;font-size:10px}.wp-admin .active-parent-button,.wp-admin .active-parent-button:hover{color:red}.delete-no:after{content:" no, save my announcements from being deleted. I'll need them again!"}.delete-yes:after{content:" yes, delete all of the announcement posts. they are dead to me."}.wp-picker-holder{position:absolute;z-index:99999999}#no-events-message_ifr{max-height:100px}.wp-list-table .no-items .colspanchange{text-align:center;height:115px;line-height:8;font-style:italic}.wp-list-table #color,.wp-list-table #icon{width:65px;text-align:center;padding-left:1em}.wp-list-table #announcement_date,.wp-list-table .column-announcement_date{width:215px}.wp-list-table #image,.wp-list-table .column-image{width:250px;text-align:center}.no-image-used-text{line-height:4.7}.wp-list-table #past_announcement{width:150px;text-align:center}.wp-list-table .announcement_color_box{display:block;width:15px;height:15px;border:1px solid rgba(128,128,128,.22);padding:.5em;text-align:center;margin:11px auto 0;border-radius:50%}.wp-list-table .edit-announcement-icon{font-size:25px!important;line-height:2.5!important;display:block;text-align:center}.wp-list-table #announcement_date,th.manage-column.column-announcement_date.sortable.desc{line-height:1.5;padding-left:2.5em}.wp-list-table .announcement_date{line-height:4.5!important;text-align:center}.wp-list-table .dashicon-past-announcement{font-size:30px!important;line-height:2.1!important}.dashicons-star-filled{color:#FEBE12}#timeline_express_reset_plugin_settings .dashicons-dismiss{float:left;margin-top:.5em;padding:.5em 1em 1em .5em;color:#f15353}body.admin_page_timeline-express-welcome .timeline-express-image{background:-moz-linear-gradient(top,rgba(206,220,231,.7) 0,rgba(89,106,114,.7) 100%);background-image:url(../images/welcome/background.png)}body.admin_page_timeline-express-welcome .timeline-screenshot{padding:1.5em 1.5em 0}body.admin_page_timeline-express-welcome .font-awesome-background{padding-top:3em;margin-top:1.5em;background-image:url(../images/welcome/Font-Awesome-Cheatsheet.png);background-size:cover;height:250px;text-align:center;line-height:8}body.admin_page_timeline-express-welcome .admin-manage-announcements,body.admin_page_timeline-express-welcome .customize-your-timeline,body.admin_page_timeline-express-welcome .intuitive-post-creation{margin-top:1.5em;background-size:contain;background-position:bottom center;background-repeat:no-repeat}body.admin_page_timeline-express-welcome .intuitive-post-creation{padding-top:3em;background-image:url(../images/welcome/intuitive-creation-screen.jpg);height:665px}body.admin_page_timeline-express-welcome .admin-manage-announcements{padding-top:3em;background-image:url(../images/welcome/Manage-Announcements.jpg);height:665px}body.admin_page_timeline-express-welcome .customize-your-timeline{padding-top:4%;background-image:url(../images/welcome/customize-your-timeline.jpg);height:665px}body.admin_page_timeline-express-welcome .slides{height:665px;overflow:hidden;position:relative;width:100%;padding:4% 0}body.admin_page_timeline-express-welcome .slides ul{list-style:none;position:relative}body.admin_page_timeline-express-welcome .slides ul li,body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{position:absolute;-webkit-animation-duration:18s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-webkit-animation-play-state:running;-webkit-animation-fill-mode:forwards;-moz-animation-duration:18s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal;-moz-animation-play-state:running;-moz-animation-fill-mode:forwards}@-webkit-keyframes anim_slides{0%,100%,30%{opacity:0}24%,6%{opacity:1}}body.admin_page_timeline-express-welcome .slides ul li{width:100%;opacity:0;top:0;-webkit-animation-name:anim_slides;-webkit-animation-delay:0;-moz-animation-name:anim_slides;-moz-animation-delay:0}body.admin_page_timeline-express-welcome .slides ul li:nth-child(2),body.admin_page_timeline-express-welcome .slides ul li:nth-child(2) h2.promo-text{-webkit-animation-delay:6s;-moz-animation-delay:6s}body.admin_page_timeline-express-welcome .slides ul li:nth-child(3),body.admin_page_timeline-express-welcome .slides ul li:nth-child(3) h2.promo-text{-webkit-animation-delay:12s;-moz-animation-delay:12s}body.admin_page_timeline-express-welcome .slides ul li img{display:block}@-webkit-keyframes anim_titles{0%,100%,25%{left:5%;opacity:0}20%,5%{left:5%;opacity:1}}body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{background-color:#000;border-radius:10px;box-shadow:0 0 3px #FFF inset;color:#FFF;font-size:18px;margin:0 auto;padding:10px;top:-35px;width:350px;text-align:center;-webkit-animation-name:anim_titles;-webkit-animation-delay:0;-moz-animation-name:anim_titles;-moz-animation-delay:0}.dashicons-heart{background:linear-gradient(top,#ff8cf7,#e2a5e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#timeline-express-support-page-wrap{padding:2em}.te_announcements_page_timeline-express-settings .wrap{padding:0 2em}#timeline-express-support-page-wrap hr{margin:1.5em 0}#timeline-express-support-page-header{display:inline-block;width:100%}#timeline-express-support-page-header img.te-logo{max-width:128px;min-width:90px;width:20%;float:left}#timeline-express-support-page-header .support-subhead{display:block;margin:2em 0 0 1em;float:left;width:44%}#timeline-express-support-page-wrap #timeline_express_license_key{width:25%;min-width:400px}.timeline-express-valid-license{color:rgba(144,214,125,.68);font-size:28px}.purchase-support-license{margin-left:-.5em!important}.timeline-express-license-buttons{display:block;width:100%;margin-top:2em}.timeline-express-invalid-license-error{color:rgba(225,47,47,.73)}#premium-support-contact-form{float:left;width:33%;min-width:300px}#premium-support-contact-form form,#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form form textarea{resize:vertical}#premium-support-contact-form form input[type=submit],#premium-support-contact-form form label{margin-top:1em;display:block}.license-expiring-soon{font-size:11px;color:#f34b4b;display:block}@media only screen and (max-width:1081px){#timeline_express_license_key{min-width:90%!important;width:90%!important}#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form{margin:2em 0 0;float:left;width:100%}#timeline-express-support-page-wrap table.widefat.fixed{max-width:100%!important}#timeline-express-support-page-header .support-subhead{width:auto}#timeline-express-support-page-header .te-logo{min-width:140px!important;float:none!important;display:block;margin:0 auto}#timeline-express-support-page-header .support-subhead h1{line-height:1.2}}
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
+
* @Version 1.3.1
|
6 |
+
* @Build 10-11-2016
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*/
|
8 |
.wp-core-ui .timeline-express-red-button{background-color:#9B2124;background-image:linear-gradient(to bottom,#C5292E,#9B2124);border-color:#9B2124 #9B2124 #8D1F21;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1);margin-left:2em;width:150px;text-align:center}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button.hover,.wp-core-ui .timeline-express-red-button:focus,.wp-core-ui .timeline-express-red-button:hover{background-color:#B72629;background-image:linear-gradient(to bottom,#D22E30,#9B2124);border-color:#7F1C1F;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .timeline-express-red-button.focus,.wp-core-ui .timeline-express-red-button:focus{border-color:#500F0E;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .timeline-express-red-button.active,.wp-core-ui .timeline-express-red-button.active:focus,.wp-core-ui .timeline-express-red-button.active:hover,.wp-core-ui .timeline-express-red-button:active{background:#7F1C1F;background-image:linear-gradient(to bottom,#9B2124,#B72629);border-color:#601312 #AE2426 #AE2426;color:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .timeline-express-red-button-disabled,.wp-core-ui .timeline-express-red-button:disabled,.wp-core-ui .timeline-express-red-button[disabled]{color:#E79496!important;background:#BA292B!important;border-color:#7F1C1F!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.delete-no:hover,.delete-yes:hover{cursor:pointer}#timeline-express-icon{background:url(../../images/timeline-express-logo-128.png) no-repeat;display:block;float:left;padding:0 0 0 .5em;height:90px;width:90px;background-size:contain}.wrap #timeline-express-page-header{margin:0}body.te_announcements_page_timeline-express-settings .wrap .postbox.ui-sortable-handle{border-radius:5px}.settings-header{display:inline-block;width:100%}.timeline-express-settings-header{background:0 0;box-shadow:none;border:none}.wrap .nav-tab-wrapper{padding-top:2.5em}.wrap .account-nav-tab{padding-top:0}.random-length-text{opacity:.5}#timeline_express_review_this_plugin_container .fa-paypal{display:block;width:100%;font-size:16px;padding-top:4px;margin:0 auto!important;color:#253b80}.wrap #timeline_express_review_this_plugin_container{padding:.5em;float:right;margin-top:.75em}#timeline_express_review_this_plugin_container{display:inline-block}#timeline_express_review_this_plugin_container a,#timeline_express_review_this_plugin_container a:hover{color:#333}#timeline_express_review_this_plugin_container .timeline_express_header_logo,#timeline_express_review_this_plugin_container div,#timeline_express_review_this_plugin_container span{float:left;margin:0 .5em;text-align:center}#timeline_express_review_this_plugin_container div.dashicons{margin:0 5px}#timeline_express_review_this_plugin_container div.dashicons-plus-alt{display:block;width:100%;margin:0 auto;color:#a3c3b8}.timeline-express-form{margin-bottom:3em}.timeline-express-form th{font-weight:700}.timeline-express-settings-description{padding-bottom:2em!important;color:#A7A7A7;font-style:italic;font-size:10px}.wp-admin .active-parent-button,.wp-admin .active-parent-button:hover{color:red}.delete-no:after{content:" no, save my announcements from being deleted. I'll need them again!"}.delete-yes:after{content:" yes, delete all of the announcement posts. they are dead to me."}.wp-picker-holder{position:absolute;z-index:99999999}#no-events-message_ifr{max-height:100px}.wp-list-table .no-items .colspanchange{text-align:center;height:115px;line-height:8;font-style:italic}.wp-list-table #color,.wp-list-table #icon{width:65px;text-align:center;padding-left:1em}.wp-list-table #announcement_date,.wp-list-table .column-announcement_date{width:215px}.wp-list-table #image,.wp-list-table .column-image{width:250px;text-align:center}.no-image-used-text{line-height:4.7}.wp-list-table #past_announcement{width:150px;text-align:center}.wp-list-table .announcement_color_box{display:block;width:15px;height:15px;border:1px solid rgba(128,128,128,.22);padding:.5em;text-align:center;margin:11px auto 0;border-radius:50%}.wp-list-table .edit-announcement-icon{font-size:25px!important;line-height:2.5!important;display:block;text-align:center}.wp-list-table #announcement_date,th.manage-column.column-announcement_date.sortable.desc{line-height:1.5;padding-left:2.5em}.wp-list-table .announcement_date{line-height:4.5!important;text-align:center}.wp-list-table .dashicon-past-announcement{font-size:30px!important;line-height:2.1!important}.dashicons-star-filled{color:#FEBE12}#timeline_express_reset_plugin_settings .dashicons-dismiss{float:left;margin-top:.5em;padding:.5em 1em 1em .5em;color:#f15353}body.admin_page_timeline-express-welcome .timeline-express-image{background:-moz-linear-gradient(top,rgba(206,220,231,.7) 0,rgba(89,106,114,.7) 100%);background-image:url(../images/welcome/background.png)}body.admin_page_timeline-express-welcome .timeline-screenshot{padding:1.5em 1.5em 0}body.admin_page_timeline-express-welcome .font-awesome-background{padding-top:3em;margin-top:1.5em;background-image:url(../images/welcome/Font-Awesome-Cheatsheet.png);background-size:cover;height:250px;text-align:center;line-height:8}body.admin_page_timeline-express-welcome .admin-manage-announcements,body.admin_page_timeline-express-welcome .customize-your-timeline,body.admin_page_timeline-express-welcome .intuitive-post-creation{margin-top:1.5em;background-size:contain;background-position:bottom center;background-repeat:no-repeat}body.admin_page_timeline-express-welcome .intuitive-post-creation{padding-top:3em;background-image:url(../images/welcome/intuitive-creation-screen.jpg);height:665px}body.admin_page_timeline-express-welcome .admin-manage-announcements{padding-top:3em;background-image:url(../images/welcome/Manage-Announcements.jpg);height:665px}body.admin_page_timeline-express-welcome .customize-your-timeline{padding-top:4%;background-image:url(../images/welcome/customize-your-timeline.jpg);height:665px}body.admin_page_timeline-express-welcome .slides{height:665px;overflow:hidden;position:relative;width:100%;padding:4% 0}body.admin_page_timeline-express-welcome .slides ul{list-style:none;position:relative}body.admin_page_timeline-express-welcome .slides ul li,body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{position:absolute;-webkit-animation-duration:18s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-webkit-animation-play-state:running;-webkit-animation-fill-mode:forwards;-moz-animation-duration:18s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal;-moz-animation-play-state:running;-moz-animation-fill-mode:forwards}@-webkit-keyframes anim_slides{0%,100%,30%{opacity:0}24%,6%{opacity:1}}body.admin_page_timeline-express-welcome .slides ul li{width:100%;opacity:0;top:0;-webkit-animation-name:anim_slides;-webkit-animation-delay:0;-moz-animation-name:anim_slides;-moz-animation-delay:0}body.admin_page_timeline-express-welcome .slides ul li:nth-child(2),body.admin_page_timeline-express-welcome .slides ul li:nth-child(2) h2.promo-text{-webkit-animation-delay:6s;-moz-animation-delay:6s}body.admin_page_timeline-express-welcome .slides ul li:nth-child(3),body.admin_page_timeline-express-welcome .slides ul li:nth-child(3) h2.promo-text{-webkit-animation-delay:12s;-moz-animation-delay:12s}body.admin_page_timeline-express-welcome .slides ul li img{display:block}@-webkit-keyframes anim_titles{0%,100%,25%{left:5%;opacity:0}20%,5%{left:5%;opacity:1}}body.admin_page_timeline-express-welcome .slides ul li h2.promo-text{background-color:#000;border-radius:10px;box-shadow:0 0 3px #FFF inset;color:#FFF;font-size:18px;margin:0 auto;padding:10px;top:-35px;width:350px;text-align:center;-webkit-animation-name:anim_titles;-webkit-animation-delay:0;-moz-animation-name:anim_titles;-moz-animation-delay:0}.dashicons-heart{background:linear-gradient(top,#ff8cf7,#e2a5e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#timeline-express-support-page-wrap{padding:2em}.te_announcements_page_timeline-express-settings .wrap{padding:0 2em}#timeline-express-support-page-wrap hr{margin:1.5em 0}#timeline-express-support-page-header{display:inline-block;width:100%}#timeline-express-support-page-header img.te-logo{max-width:128px;min-width:90px;width:20%;float:left}#timeline-express-support-page-header .support-subhead{display:block;margin:2em 0 0 1em;float:left;width:44%}#timeline-express-support-page-wrap #timeline_express_license_key{width:25%;min-width:400px}.timeline-express-valid-license{color:rgba(144,214,125,.68);font-size:28px}.purchase-support-license{margin-left:-.5em!important}.timeline-express-license-buttons{display:block;width:100%;margin-top:2em}.timeline-express-invalid-license-error{color:rgba(225,47,47,.73)}#premium-support-contact-form{float:left;width:33%;min-width:300px}#premium-support-contact-form form,#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form form textarea{resize:vertical}#premium-support-contact-form form input[type=submit],#premium-support-contact-form form label{margin-top:1em;display:block}.license-expiring-soon{font-size:11px;color:#f34b4b;display:block}@media only screen and (max-width:1081px){#timeline_express_license_key{min-width:90%!important;width:90%!important}#premium-support-contact-form form input,#premium-support-contact-form form label,#premium-support-contact-form form textarea{width:100%}#premium-support-contact-form{margin:2em 0 0;float:left;width:100%}#timeline-express-support-page-wrap table.widefat.fixed{max-width:100%!important}#timeline-express-support-page-header .support-subhead{width:auto}#timeline-express-support-page-header .te-logo{min-width:140px!important;float:none!important;display:block;margin:0 auto}#timeline-express-support-page-header .support-subhead h1{line-height:1.2}}
|
lib/admin/css/timeline-express-settings-rtl.css
CHANGED
@@ -504,6 +504,15 @@ body.admin_page_timeline-express-welcome .slides ul li h2.promo-text {
|
|
504 |
color: rgba(225, 47, 47, 0.73);
|
505 |
}
|
506 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
507 |
/* Premium Support Contact Form */
|
508 |
#premium-support-contact-form {
|
509 |
float: right;
|
@@ -564,4 +573,4 @@ body.admin_page_timeline-express-welcome .slides ul li h2.promo-text {
|
|
564 |
}
|
565 |
|
566 |
/** End Timeline Express Admin Styles */
|
567 |
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QyxzQ0FBc0M7QUFDdEMsNENBQTRDOztBQUU1QyxxQ0FBcUM7QUFDckM7Q0FDQywwQkFBMEI7Q0FNMUIsaUVBQWlFO0NBQ2pFLHNCQUFzQjtDQUN0Qiw2QkFBNkI7Q0FFNUIsZ0RBQWdEO0VBQ2hELFlBQVk7Q0FDYixzQkFBc0I7Q0FDdEIsc0NBQXFDO0NBQ3JDLGtCQUFpQjtDQUNqQixZQUFZO0NBQ1osa0JBQWtCO0NBQ2xCOztBQUVEOzs7O0NBSUMsMEJBQTBCO0NBTTFCLGlFQUFpRTtDQUNqRSxzQkFBc0I7Q0FFckIsZ0RBQWdEO0NBQ2pELFlBQVk7Q0FDWixxQ0FBQTtDQUNBOztBQUVEOztDQUVDLHNCQUFzQjtDQUV0Qiw2RUFBNkU7Q0FDN0U7O0FBRUQ7Ozs7Q0FJQyxvQkFBb0I7Q0FNcEIsaUVBQWlFO0NBQ2pFLDhDQUE4QztDQUM5Qyw4QkFBOEI7Q0FFN0IsMENBQTBDO0NBQzNDLHNDQUFxQztDQUNyQzs7QUFFRDs7O0NBR0MsMEJBQTBCO0NBQzFCLCtCQUErQjtDQUMvQixpQ0FBaUM7Q0FFakMsb0NBQW9DO0NBQ3BDLGdEQUFBO0NBQ0EsZ0JBQWdCO0NBQ2hCOztBQUVEOztHQUVDOztBQWxCRDtDQXFCQyxXQUFBO0NBbkJBLGNBQUE7Q0FDQTs7Q0FzQkE7RUFuQkEsc0JBQUE7RUFDQyxhQUFhO0VBQ2Ysd0JBQUE7RUFxQkMsaUJBQUE7RUFuQkE7O0VBRUQ7R0FDQyxnQkFBWTtHQUNiOztFQUVFO0dBQ0YsbUJBQUE7R0FDQyxlQUFBO0dBQ0Qsa0JBQUE7R0FDQzs7QUFFRCxnQ0FBZ0M7O0FBRWhDO0NBQ0EsMEJBQUE7Q0FDQyw2QkFBYTtDQUNkOztBQUVBOztHQUVHO0FBQ0g7OztDQUdDLHlCQUF5QjtDQUMxQjs7QUFFQSxVQUFBO0FBQ0E7Q0FDQyx3RkFBQTtDQUNBLGNBQWM7Q0FDZixZQUFBO0NBQ0Esb0JBQUE7Q0FDQyxjQUFBO0NBQ0EsWUFBQTtDQUNBLHlCQUF5QjtDQUMxQjs7QUFFQSwwQkFBQztBQUNEO0NBQ0MsVUFBVTtDQUNWOztBQUVEO0NBQ0MsbUJBQW1CO0NBQ3BCOztBQUVBO0NBQ0Msc0JBQUE7Q0FDQSxZQUFBO0NBQ0EsNEJBQW9CO0NBQ3JCOztBQUVBO0NBQ0Msd0JBQUE7Q0FDQSxpQkFBaUI7Q0FDbEIsYUFBQTtDQUNBOztBQUVBO0NBQ0Msa0JBQWtCO0NBQ25COztBQUVBO0NBQ0MsY0FBYztDQUNmOztBQUVBO0NBQ0MsWUFBQTtDQUNEOztBQUVBO0NBQ0MsZUFBQTtDQUNELFlBQUE7Q0FDQSxnQkFBQTtDQUNBLGlCQUFBO0NBQ0MsMEJBQTBCO0NBQzNCLGVBQUE7Q0FDQTs7QUFFQSxpQ0FBaUM7QUFDakMsNEVBQUE7QUFDQTtDQUNDLGFBQUE7Q0FDQSxZQUFBO0NBQ0Qsa0JBQUE7Q0FDQTs7QUFFQTtDQUNBLHFCQUFBO0NBQ0E7O0FBRUE7Q0FDQyxZQUFBO0NBQ0E7Q0FDQTtFQUNBLFlBQUE7RUFDQyxlQUFlO0VBQ2pCLGtCQUFBO0VBQ0E7RUFDQTtHQUNDLGNBQUM7R0FDRDtFQUNBO0dBQ0EsY0FBQTtHQUNFLFdBQVc7R0FDZCxlQUFBO0dBQ0MsMEJBQXFCO0dBQ3RCOztBQUVBO0NBQ0MsbUJBQVk7Q0FDWjs7QUFFRDtDQUNDLCtCQUFnQjtDQUNoQixlQUFEO0NBQ0MsbUJBQUE7Q0FDQSxnQkFBQTtDQUNBOztBQUVEO0NBQ0MsaUJBQWdCO0NBQ2hCLHNCQUFhO0NBQ2IsK0JBQUQ7Q0FDQzs7QUFFRDtDQUNBLCtFQUFBO0NBQ0E7QUFDQTtDQUNDLGdCQUFnQjtDQUNqQjtBQUNBO0NBQ0MsMkVBQUQ7Q0FDQztBQUNEO0NBQ0EsZ0JBQUE7Q0FDQzs7QUFFRCxvQkFBaUI7QUFDakI7Q0FDQyxrQkFBQTtDQUNELGtCQUFBO0NBQ0M7O0FBRUQsaUNBQUM7QUFDRDtDQUNBLGtCQUFBO0NBQ0E7O0FBRUEscUNBQUE7QUFDQTtDQUNBLG1CQUFBO0NBQ0EsY0FBQTtDQUNBLGVBQUE7Q0FDQSxtQkFBQTtDQUNDOztBQUVELG1CQUFBO0FBQ0E7Q0FDQyxnQkFBQTtDQUNEOzs7QUFHQSwrQ0FBQTs7Q0FFQyw0QkFBQTtDQUNBO0VBQ0QsY0FBQTtFQUNBLGFBQUE7RUFDQyxZQUFBO0VBQ0EsNENBQWM7RUFDZixjQUFBO0VBQ0EsbUJBQUE7RUFDQyxtQkFBQTtFQUNDO0NBQ0Y7RUFDQSxhQUFBO0VBQ0M7Q0FDQSx1QkFBQTtDQUNBO0VBQ0MsMkJBQTJCO0VBQzdCLGVBQUE7RUFDRTtDQUNELDRCQUE0QjtDQUM1QjtFQUNELDJCQUFBO0VBQ0Usa0JBQWE7RUFDZjs7Q0FFQztFQUNDLGlCQUFBO0VBQ0YsV0FBQTtFQUNDLGFBQUE7RUFDQTs7QUFFRCwwQkFBRTs7QUFFRix3QkFBQyxjQUFBLENBQUE7O0FBRUQ7Q0FDQyxhQUFEO0NBQ0MsaUJBQUE7Q0FDQSwyQkFBQTtDQUNBLHdCQUFBO0NBQ0E7Ozs7QUFJRDs7OztrREFJa0Q7QUFDbEQ7O0FBRUEsMkZBQUU7QUFDRiw0REFBNEQ7Q0FDNUQ7QUFDQTtDQUNBLGVBQUE7Q0FDQyxrQkFBQTtDQUNEOztBQUVBO0NBQ0MsZ0JBQWdCO0NBQ2hCLGlCQUFpQjtDQUNsQix5RUFBQTtDQUNDLHVCQUF1QjtDQUN2QixhQUFhO0NBQ2Isa0JBQWtCO0NBQ2xCLGVBQWU7Q0FDaEI7O0FBRUE7Q0FDQSxnQkFBQTtDQUNBLGlCQUFBO0NBQ0EsMkVBQUE7Q0FDQSx5QkFBQTtDQUNBLGFBQUE7Q0FDQSxtQ0FBQTtDQUNDLDZCQUE2QjtDQUM5Qjs7QUFFQTtDQUNDLGdCQUFBO0NBQ0QsaUJBQUE7Q0FDQSxzRUFBQTtDQUNDLHlCQUFBO0NBQ0EsYUFBQTtDQUNELG1DQUFBO0NBQ0MsNkJBQTZCO0NBQzlCOztBQUVBO0NBQ0MsZUFBQTtDQUNELGlCQUFBO0NBQ0MseUVBQUE7Q0FDQSx5QkFBQTtDQUNBLGFBQUE7Q0FDQSxtQ0FBQTtDQUNBLDZCQUE2QjtDQUM5Qjs7QUFFQSxpQkFBQztBQUNEO0lBQ0EsYUFBQTtJQUNDLGdCQUFBO0lBQ0Esa0JBQUE7SUFDQSxXQUFBO0NBQ0EsbUJBQUE7Q0FDQTs7QUFFRDtJQUNDLGdCQUFBO0lBQ0Esa0JBQUE7Q0FDRDs7QUFFQSw0QkFBQzs7QUFFRDtDQUNDLFlBQVk7O0lBRWIsVUFBQTtJQUNDLGtCQUFBO0lBQ0csTUFBQTs7SUFFSixvQkFBQTtJQUNDLG9DQUFBO0lBQ0Esa0NBQUE7SUFDRywwQ0FBMEM7SUFDOUMsNENBQUE7SUFDQyxvQ0FBQTtJQUNBLDJCQUFBO0lBQ0Esc0NBQUE7SUFDRyxzQ0FBc0M7O0lBRXRDLGlDQUFpQztJQUNyQywrQkFBQTtJQUNDLHVDQUFZO0lBQ1QseUNBQXlDO0lBQ3pDLGlDQUFVO0lBa0JkLHdCQUFBO0lBQ0MsbUNBQUE7SUFoQkcsbUNBQW1DO0NBQ3RDOztBQUVELGlCQWlCSTtBQWhCSjtJQWtCQSw4QkFBQTtJQUNDLDJCQUFBO0NBaEJBO0FBQ0Q7SUFrQkksK0JBQUE7SUFoQkEsNEJBQTRCO0NBQy9CO0FBQ0Q7SUFrQkksY0FBQTtDQWhCSDs7QUFFRCw0QkFpQkk7O0FBZko7SUFDQyx5QkFBQTtJQUNHLGtDQUFrQztJQUN0QyxpQ0FpQkM7SUFoQkQsY0FBQTtJQWtCQyxlQUFBO0lBaEJHLGNBQUE7SUFrQkosYUFBQTtJQUNBLGtCQUFBO0lBQ0MsVUFBQTtJQUNBLFlBQUE7Q0FDRCxrQkFBQTs7SUFFQyxvQkFBQTtJQWhCQSxvQ0FBQTtJQUNHLGtDQUFrQztJQWtCdEMsMENBQUE7SUFoQkksNENBQTRDO0lBQ2hELG9DQUFBO0lBQ0ksMkJBQXlCO0lBa0I3QixzQ0FBQTtJQWhCSSxzQ0FBaUM7O0lBeUNyQyxpQ0FBQTtJQUNBLCtCQUFBO0lBQ0ksdUNBQUE7SUFDQSx5Q0FBQTtJQUNBLGlDQUFBO0lBQ0Esd0JBQUE7SUF0Q0gsbUNBdUNHO0lBdENBLG1DQUFtQztDQUN0Qzs7O0FBR0Q7Q0FDQyxtREF1Q0c7Q0F0Q0gsOEJBdUNHO0NBdENILHFDQXVDQTtDQXRDQTs7O0FBR0QseUNBdUNBO0FBdENBO0NBQ0MsYUF1Q0c7Q0F0Q0g7O0FBRUQ7Q0FDQyxnQkF1Q0Q7Q0F0Q0M7O0FBRUQ7Q0FDQyxzQkFBc0I7Q0FDdkIsWUFBQTtDQXdDQzs7QUFyQ0Q7Q0F3Q0EsaUJBQUE7Q0F0Q0MsZ0JBQWdCO0NBQ2hCLFdBQVc7Q0FDWixhQUFBO0NBQ0E7O0FBRUE7Q0FDQyxlQUFlO0NBd0NoQixvQkFBQTtDQUNDLGFBQUE7Q0FDQSxXQUFBO0NBdENBOztBQUVEO0NBd0NDLFdBQUE7Q0F0Q0EsaUJBQUE7Q0FDQTs7QUFFRCw4QkF1Q0M7QUF0Q0Q7Q0FDQyxpQ0FBVztDQXdDWjs7QUFyQ0EscUNBQXFDO0FBQ3JDO0NBd0NBLCtCQUFBO0NBQ0M7O0FBckNEO0NBd0NDLCtCQUFBO0NBdENBOztBQUVEO0NBd0NDLCtCQUFBO0NBdENBOztBQUVEO0NBQ0Esc0JBQUE7Q0F3Q0M7O0FBckNELGlEQUFpRDtBQXdDakQ7Q0F0Q0EsZUFBQTtDQXdDQyxZQUFBO0NBdENBLGdCQUFBO0NBQ0E7O0FBRUQsMkJBdUNDO0FBdENEO0NBQ0MsK0JBQStCO0NBd0NoQzs7QUFyQ0Esa0NBdUNDO0FBdENEO0NBd0NBLGFBQUE7Q0FDQSxXQUFBO0NBQ0MsaUJBQUE7Q0F0Q0E7Q0F3Q0Q7RUF0Q0EsWUFBQTtFQXdDQztDQXRDQTtFQXdDRCxZQUFBO0VBQ0E7Q0F0Q0M7RUFDRCxpQkFBQTtFQUNBO0NBd0NDO0VBdENBLGdCQUFBO0VBQ0MsZUFBZTtFQXdDakI7O0FBckNBLG1DQXVDQztBQXRDRDtDQXdDQSxnQkFBQTtDQUNBLHdCQUFBO0NBQ0EsZUFBQTtDQXRDQzs7O0FBR0Qsa0JBdUNDO0FBdENEO0VBQ0M7R0F3Q0EsMEJBQUE7R0FDRCxzQkFBQTtHQXRDQztFQXdDQTtHQUNELFlBQUE7R0FDQTtFQXRDRTtHQUNGLGtCQUFBO0dBQ0EsYUFBQTtHQUNDLFlBQUE7R0FDQTtFQXdDRDtHQUNBLDJCQUFBO0dBdENHO0VBQ0Q7R0FDRixZQUFBO0dBQ0E7RUFDRTtHQUNDLDRCQUEwQjtHQXdDN0IsdUJBQUE7R0FDQSxlQUFBO0dBQ0UsZUFBQTtHQUNEO0VBdENDO0dBQ0EsaUJBQUE7R0F3Q0E7Q0F0Q0Q7O0FBRUQsd0NBdUNFIiwiZmlsZSI6InRpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MtcnRsLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuLypcdFRpbWVsaW5lIEV4cHJlc3MgU2V0dGluZ3MgU3R5bGVzICovXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuXG4vKiBSZWQgQnV0dG9uIFN0eWxlIC0gU2V0dGluZ3MgUGFnZSovXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uIHtcblx0YmFja2dyb3VuZC1jb2xvcjogIzlCMjEyNDtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjQzUyOTJFKSwgdG8oIzlCMjEyNCkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNDNTI5MkUsICM5QjIxMjQpO1xuXHRib3JkZXItY29sb3I6ICM5QjIxMjQ7XG5cdGJvcmRlci1ib3R0b20tY29sb3I6ICM4RDFGMjE7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDEyMCwyMDAsMjMwLDAuNSk7XG4gXHRib3gtc2hhZG93OiBpbnNldCAwIDFweCAwIHJnYmEoMTIwLDIwMCwyMzAsMC41KTtcbiBcdGNvbG9yOiAjZmZmO1xuXHR0ZXh0LWRlY29yYXRpb246IG5vbmU7XG5cdHRleHQtc2hhZG93OiAwIDFweCAwIHJnYmEoMCwwLDAsMC4xKTtcblx0bWFyZ2luLWxlZnQ6IDJlbTtcblx0d2lkdGg6MTUwcHg7XG5cdHRleHQtYWxpZ246Y2VudGVyO1xufVxuXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uLmhvdmVyLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbjpob3Zlcixcbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uZm9jdXMsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmZvY3VzIHtcblx0YmFja2dyb3VuZC1jb2xvcjogI0I3MjYyOTtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjRDIyRTMwKSwgdG8oIzlCMjEyNCkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNEMjJFMzAsICM5QjIxMjQpO1xuXHRib3JkZXItY29sb3I6ICM3RjFDMUY7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDEyMCwyMDAsMjMwLDAuNik7XG4gXHRib3gtc2hhZG93OiBpbnNldCAwIDFweCAwIHJnYmEoMTIwLDIwMCwyMzAsMC42KTtcblx0Y29sb3I6ICNmZmY7XG5cdHRleHQtc2hhZG93OiAwIC0xcHggMCByZ2JhKDAsMCwwLDAuMyk7XG59XG5cbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uZm9jdXMsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmZvY3VzIHtcblx0Ym9yZGVyLWNvbG9yOiAjNTAwRjBFO1xuXHQtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgxMjAsMjAwLDIzMCwwLjYpLCAxcHggMXB4IDJweCByZ2JhKDAsMCwwLDAuNCk7XG5cdGJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgxMjAsMjAwLDIzMCwwLjYpLCAxcHggMXB4IDJweCByZ2JhKDAsMCwwLDAuNCk7XG59XG5cbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uYWN0aXZlLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbi5hY3RpdmU6aG92ZXIsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uLmFjdGl2ZTpmb2N1cyxcbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b246YWN0aXZlIHtcblx0YmFja2dyb3VuZDogIzdGMUMxRjtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjOUIyMTI0KSwgdG8oI0I3MjYyOSkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICM5QjIxMjQsICNCNzI2MjkpO1xuXHRib3JkZXItY29sb3I6ICM2MDEzMTIgI0FFMjQyNiAjQUUyNDI2ICNBRTI0MjY7XG5cdGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuOTUpO1xuXHQtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgwLDAsMCwwLjEpO1xuIFx0Ym94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDAsMCwwLDAuMSk7XG5cdHRleHQtc2hhZG93OiAwIDFweCAwIHJnYmEoMCwwLDAsMC4xKTtcbn1cblxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbltkaXNhYmxlZF0sXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmRpc2FibGVkLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbi1kaXNhYmxlZCB7XG5cdGNvbG9yOiAjRTc5NDk2ICFpbXBvcnRhbnQ7XG5cdGJhY2tncm91bmQ6ICNCQTI5MkIgIWltcG9ydGFudDtcblx0Ym9yZGVyLWNvbG9yOiAjN0YxQzFGICFpbXBvcnRhbnQ7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogbm9uZSAhaW1wb3J0YW50O1xuXHRib3gtc2hhZG93OiAgICAgICAgIG5vbmUgIWltcG9ydGFudDtcblx0dGV4dC1zaGFkb3c6IDAgLTFweCAwIHJnYmEoMCwwLDAsMC4xKSAhaW1wb3J0YW50O1xuXHRjdXJzb3I6IGRlZmF1bHQ7XG59XG5cbi8qIEljb24gKi9cbiN0aW1lbGluZS1leHByZXNzLWljb24ge1xuXHRiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudCB1cmwoJy4uL2ltYWdlcy90aW1lbGluZS1leHByZXNzLWxvZ28tMTI4LnBuZycpIG5vLXJlcGVhdCAwIDA7XG5cdGRpc3BsYXk6YmxvY2s7XG5cdGZsb2F0OmxlZnQ7XG5cdHBhZGRpbmc6IDAgMCAwIC41ZW07XG5cdGhlaWdodDogIDEyOHB4O1xuXHR3aWR0aDogMTI4cHg7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcbn1cblxuLyogU2V0dGluZ3MgUGFnZSBIZWFkZXIgKi9cbi53cmFwICN0aW1lbGluZS1leHByZXNzLXBhZ2UtaGVhZGVyIHtcblx0cGFkZGluZy10b3A6MDtcblx0bWFyZ2luOiAxZW0gMCAwIDA7XG5cdGZvbnQtc2l6ZTogMjVweDtcblx0bGluZS1oZWlnaHQ6IDM7XG59XG5cbi53cmFwIC5uYXYtdGFiLXdyYXBwZXIge1xuXHRwYWRkaW5nLXRvcDoyLjVlbTtcbn1cblxuLndyYXAgLmFjY291bnQtbmF2LXRhYiB7XG5cdHBhZGRpbmctdG9wOjA7XG59XG5cbi5yYW5kb20tbGVuZ3RoLXRleHQge1xuXHRvcGFjaXR5OiAuNTtcbn1cblxuI3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciAuZmEtcGF5cGFsIHtcblx0ZGlzcGxheTogYmxvY2s7XG5cdHdpZHRoOiAxMDAlO1xuXHRmb250LXNpemU6IDE2cHg7XG5cdHBhZGRpbmctdG9wOiA0cHg7XG5cdG1hcmdpbjogMCBhdXRvICFpbXBvcnRhbnQ7XG5cdGNvbG9yOiAjMjUzYjgwO1xufVxuXG4vKiBTZXR0aW5ncyBQYWdlIFRvcCBDb250YWluZXIgKi9cbi8qIEhvdXNlcyBsaW5rcyB0byBsZWF2ZSB1cyBhIHJldmlldywgbGlua3MgdG8gRXZhbiBIZXJtYW4ncyBXZWJzaXRlIGV0Yy4gKi9cbi53cmFwICN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIge1xuXHRwYWRkaW5nOi41ZW07XG5cdGZsb2F0OiByaWdodDtcblx0bWFyZ2luLXRvcDogLjc1ZW07XG59XG5cbiN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIge1xuXHRkaXNwbGF5OmlubGluZS1ibG9jaztcbn1cblx0XG4jdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIGEsICN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIgYTpob3ZlciB7XG5cdGNvbG9yOiAjMzMzO1xufVxuXHQjdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIGRpdiwgI3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciBzcGFuLCAjdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIC50aW1lbGluZV9leHByZXNzX2hlYWRlcl9sb2dvIHtcblx0XHRmbG9hdDpsZWZ0O1xuXHRcdG1hcmdpbjogMCAuNWVtO1xuXHRcdHRleHQtYWxpZ246Y2VudGVyO1xuXHR9XG5cdFx0I3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciBkaXYuZGFzaGljb25zIHtcblx0XHRcdG1hcmdpbjogMCA1cHg7XG5cdFx0fVxuXHRcdCN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIgZGl2LmRhc2hpY29ucy1wbHVzLWFsdCB7XG5cdFx0XHRkaXNwbGF5OmJsb2NrO1xuXHRcdFx0d2lkdGg6MTAwJTtcblx0XHRcdG1hcmdpbjogMCBhdXRvO1xuXHRcdFx0Y29sb3I6IHJnYigxNjMsIDE5NSwgMTg0KTtcblx0XHR9XG5cdFx0XG4udGltZWxpbmUtZXhwcmVzcy1mb3JtIHtcblx0bWFyZ2luLWJvdHRvbTogM2VtO1xufVxuXG5cdC50aW1lbGluZS1leHByZXNzLWZvcm0gdGgge1xuXHRcdGZvbnQtd2VpZ2h0OiBib2xkO1xuXHR9XG5cbi50aW1lbGluZS1leHByZXNzLXNldHRpbmdzLWRlc2NyaXB0aW9uIHtcblx0cGFkZGluZy1ib3R0b206IDJlbSAhaW1wb3J0YW50O1xuXHRjb2xvcjogI0E3QTdBNztcblx0Zm9udC1zdHlsZTogaXRhbGljO1xuXHRmb250LXNpemU6IDEwcHg7XG59XG5cdFxuXG4ud3AtYWRtaW4gLmFjdGl2ZS1wYXJlbnQtYnV0dG9uLCAud3AtYWRtaW4gLmFjdGl2ZS1wYXJlbnQtYnV0dG9uOmhvdmVyICB7XG5cdGNvbG9yOiByZWQ7XG59XG5cbi5kZWxldGUtbm86YWZ0ZXIge1xuXHRjb250ZW50OiBcIiBubywgc2F2ZSBteSBhbm5vdW5jZW1lbnRzIGZyb20gYmVpbmcgZGVsZXRlZC4gSSdsbCBuZWVkIHRoZW0gYWdhaW4hXCJcbn1cbi5kZWxldGUtbm86aG92ZXIge1xuXHRjdXJzb3I6IHBvaW50ZXI7XG59XG4uZGVsZXRlLXllczphZnRlciB7XG5cdGNvbnRlbnQ6IFwiIHllcywgZGVsZXRlIGFsbCBvZiB0aGUgYW5ub3VuY2VtZW50IHBvc3RzLiB0aGV5IGFyZSBkZWFkIHRvIG1lLlwiXG59XG4uZGVsZXRlLXllczpob3ZlciB7XG5cdGN1cnNvcjogcG9pbnRlcjtcbn1cblxuLyoqIENvbG9yIFBpY2tlciAqKi9cbi53cC1waWNrZXItaG9sZGVyIHtcblx0cG9zaXRpb246YWJzb2x1dGU7XG5cdHotaW5kZXg6IDk5OTk5OTk5O1xufVxuXG4vKiBObyBldmVudHMgbWVzc2FnZSB3cF9lZGl0b3IgKi9cbiNuby1ldmVudHMtbWVzc2FnZV9pZnIge1xuXHRtYXgtaGVpZ2h0OiAxMDBweDtcbn1cblxuLyogTm8gRXZlbnRzIEZvdW5kIEluIFRhYmxlIC0gdGV4dCAqL1xuLndwLWxpc3QtdGFibGUgLm5vLWl0ZW1zIC5jb2xzcGFuY2hhbmdlIHtcblx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHRoZWlnaHQ6IDExNXB4O1xuXHRsaW5lLWhlaWdodDogODtcblx0Zm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4vKiBDb2x1bW4gV2lkdGhzICovXG4ud3AtbGlzdC10YWJsZSAjY29sb3IsIC53cC1saXN0LXRhYmxlICNpY29uIHtcblx0d2lkdGg6IDY1cHg7XG5cdHRleHQtYWxpZ246IGNlbnRlcjtcblx0cGFkZGluZy1sZWZ0OiAxZW07XG59XG5cbi53cC1saXN0LXRhYmxlICNhbm5vdW5jZW1lbnRfZGF0ZSwgLndwLWxpc3QtdGFibGUgLmNvbHVtbi1hbm5vdW5jZW1lbnRfZGF0ZSB7XG5cdHdpZHRoOiAyMTVweDtcbn1cblxuLndwLWxpc3QtdGFibGUgI2ltYWdlLCAud3AtbGlzdC10YWJsZSAuY29sdW1uLWltYWdlIHtcblx0d2lkdGg6IDI1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cblxuLm5vLWltYWdlLXVzZWQtdGV4dCB7XG5cdGxpbmUtaGVpZ2h0OiA0Ljdcbn1cblxuLndwLWxpc3QtdGFibGUgI3Bhc3RfYW5ub3VuY2VtZW50IHtcblx0d2lkdGg6IDE1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cblxuLyogRWRpdCBUaW1lbGluZSBFeHByZXNzIEFubm91bmNlbWVudCBTdHlsZXMgKi9cblxuXHQvKiBBbm5vdW5jZW1lbnQgQ29sb3IgQm94ICovXG5cdC53cC1saXN0LXRhYmxlIC5hbm5vdW5jZW1lbnRfY29sb3JfYm94IHtcblx0XHRkaXNwbGF5OmJsb2NrO1xuXHRcdHdpZHRoOiAxNXB4O1xuXHRcdGhlaWdodDogMTVweDtcblx0XHRib3JkZXI6IDFweCBzb2xpZCByZ2JhKDEyOCwgMTI4LCAxMjgsIDAuMjIpO1xuXHRcdHBhZGRpbmc6IC41ZW07XG5cdFx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHRcdG1hcmdpbjogMCBhdXRvO1xuXHRcdG1hcmdpbi10b3A6IDExcHg7XG5cdFx0LXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG5cdFx0LW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG5cdFx0Ym9yZGVyLXJhZGl1czogNTAlO1xuXHR9XG5cdC8qIEFubm91bmNlbWVudCBJY29uICovXG5cdC53cC1saXN0LXRhYmxlIC5lZGl0LWFubm91bmNlbWVudC1pY29uIHtcblx0XHRmb250LXNpemU6IDI1cHggIWltcG9ydGFudDtcblx0XHRsaW5lLWhlaWdodDogMi41ICFpbXBvcnRhbnQ7XG5cdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHR9XG5cdC8qIEFubm91bmNlbWVudCBEYXRlICovXG5cdC53cC1saXN0LXRhYmxlICNhbm5vdW5jZW1lbnRfZGF0ZSwgXG5cdHRoLm1hbmFnZS1jb2x1bW4uY29sdW1uLWFubm91bmNlbWVudF9kYXRlLnNvcnRhYmxlLmRlc2Mge1xuXHRcdGxpbmUtaGVpZ2h0OiAxLjU7XG5cdFx0cGFkZGluZy1sZWZ0OiAyLjVlbTtcblx0fVxuXHQud3AtbGlzdC10YWJsZSAuYW5ub3VuY2VtZW50X2RhdGUge1xuXHRcdGxpbmUtaGVpZ2h0OiA0LjUgIWltcG9ydGFudDtcblx0XHR0ZXh0LWFsaWduOiBjZW50ZXI7XG5cdH1cblx0LyogUGFzdCBBbm5vdW5jZW1lbnQgSWNvbiAqL1xuXHQud3AtbGlzdC10YWJsZSAuZGFzaGljb24tcGFzdC1hbm5vdW5jZW1lbnQge1xuXHRcdGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuXHRcdGxpbmUtaGVpZ2h0OiAyLjEgIWltcG9ydGFudDtcblx0fVxuXG4vKiogQWRtaW4gQnJlYWsgUG9pbnRzICoqL1xuXG4uZGFzaGljb25zLXN0YXItZmlsbGVkIHtjb2xvcjojRkVCRTEyO31cblxuI3RpbWVsaW5lX2V4cHJlc3NfcmVzZXRfcGx1Z2luX3NldHRpbmdzIC5kYXNoaWNvbnMtZGlzbWlzcyB7XG5cdGZsb2F0OiBsZWZ0O1xuXHRtYXJnaW4tdG9wOiAuNWVtO1xuXHRwYWRkaW5nOiAuNWVtIDFlbSAxZW0gLjVlbTtcblx0Y29sb3I6IHJnYigyNDEsIDgzLCA4Myk7XG59XG5cblxuXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuKlxuKlx0VGltZWxpbmUgRXhwcmVzcyBXZWxjb21lIFBhZ2UgU3R5bGVzXG4qXG4qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAudGltZWxpbmUtZXhwcmVzcy1pbWFnZSB7XG5cdFxuYmFja2dyb3VuZDogLW1vei1saW5lYXItZ3JhZGllbnQodG9wLCByZ2JhKDIwNiwyMjAsMjMxLC43KSAwJSwgcmdiYSg4OSwxMDYsMTE0LC43KSAxMDAlKTtcbmJhY2tncm91bmQtaW1hZ2U6IHVybCggJy4uL2ltYWdlcy93ZWxjb21lL2JhY2tncm91bmQucG5nJyApO1xufVxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAudGltZWxpbmUtc2NyZWVuc2hvdCB7XG5cdHBhZGRpbmc6IDEuNWVtO1xuXHRwYWRkaW5nLWJvdHRvbTogMDtcbn1cblxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuZm9udC1hd2Vzb21lLWJhY2tncm91bmQge1xuXHRwYWRkaW5nLXRvcDozZW07XG5cdG1hcmdpbi10b3A6MS41ZW07XG5cdGJhY2tncm91bmQtaW1hZ2U6IHVybCggJy4uL2ltYWdlcy93ZWxjb21lL0ZvbnQtQXdlc29tZS1DaGVhdHNoZWV0LnBuZycgKTtcblx0YmFja2dyb3VuZC1zaXplOiBjb3Zlcjtcblx0aGVpZ2h0OjI1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcblx0bGluZS1oZWlnaHQ6IDg7XG59XG5cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLmludHVpdGl2ZS1wb3N0LWNyZWF0aW9uIHtcblx0cGFkZGluZy10b3A6M2VtO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9pbnR1aXRpdmUtY3JlYXRpb24tc2NyZWVuLmpwZycgKTtcblx0YmFja2dyb3VuZC1zaXplOiBjb250YWluO1xuXHRoZWlnaHQ6NjY1cHg7XG5cdGJhY2tncm91bmQtcG9zaXRpb246IGJvdHRvbSBjZW50ZXI7XG5cdGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7XG59XG5cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLmFkbWluLW1hbmFnZS1hbm5vdW5jZW1lbnRzIHtcblx0cGFkZGluZy10b3A6M2VtO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9NYW5hZ2UtQW5ub3VuY2VtZW50cy5qcGcnICk7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcblx0aGVpZ2h0OjY2NXB4O1xuXHRiYWNrZ3JvdW5kLXBvc2l0aW9uOiBib3R0b20gY2VudGVyO1xuXHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5jdXN0b21pemUteW91ci10aW1lbGluZSB7XG5cdHBhZGRpbmctdG9wOjQlO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9jdXN0b21pemUteW91ci10aW1lbGluZS5qcGcnICk7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcblx0aGVpZ2h0OjY2NXB4O1xuXHRiYWNrZ3JvdW5kLXBvc2l0aW9uOiBib3R0b20gY2VudGVyO1xuXHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xufVxuXG4vKiBmYWRlIHNsaWRlciAqL1xuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHtcbiAgICBoZWlnaHQ6NjY1cHg7XG4gICAgb3ZlcmZsb3c6aGlkZGVuO1xuICAgIHBvc2l0aW9uOnJlbGF0aXZlO1xuICAgIHdpZHRoOjEwMCU7XG5cdHBhZGRpbmc6IDQlIDAgNCUgMDtcbn1cblxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsIHtcbiAgICBsaXN0LXN0eWxlOm5vbmU7XG4gICAgcG9zaXRpb246cmVsYXRpdmU7XG59XG5cbi8qIGtleWZyYW1lcyAjYW5pbV9zbGlkZXMgKi9cbkAtd2Via2l0LWtleWZyYW1lcyBhbmltX3NsaWRlcyB7XG4gICAgMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDYlIHtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyNCUge1xuICAgICAgICBvcGFjaXR5OjE7XG4gICAgfVxuICAgIDMwJSB7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG59XG5ALW1vei1rZXlmcmFtZXMgYW5pbV9zbGlkZXMge1xuICAgIDAlIHtcbiAgICAgICAgb3BhY2l0eTowO1xuICAgIH1cbiAgICA2JSB7XG4gICAgICAgIG9wYWNpdHk6MTtcbiAgICB9XG4gICAgMjQlIHtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAzMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgbGkge1xuXHR3aWR0aDogMTAwJTtcblx0XG4gICAgb3BhY2l0eTowO1xuICAgIHBvc2l0aW9uOmFic29sdXRlO1xuICAgIHRvcDowO1xuXG4gICAgLyogY3NzMyBhbmltYXRpb24gKi9cbiAgICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBhbmltX3NsaWRlcztcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjogMTguMHM7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgLXdlYmtpdC1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kaXJlY3Rpb246IG5vcm1hbDtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kZWxheTogMDtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWZpbGwtbW9kZTogZm9yd2FyZHM7XG5cbiAgICAtbW96LWFuaW1hdGlvbi1uYW1lOiBhbmltX3NsaWRlcztcbiAgICAtbW96LWFuaW1hdGlvbi1kdXJhdGlvbjogMTguMHM7XG4gICAgLW1vei1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgLW1vei1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgICAtbW96LWFuaW1hdGlvbi1kaXJlY3Rpb246IG5vcm1hbDtcbiAgICAtbW96LWFuaW1hdGlvbi1kZWxheTogMDtcbiAgICAtbW96LWFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xuICAgIC1tb3otYW5pbWF0aW9uLWZpbGwtbW9kZTogZm9yd2FyZHM7XG59XG5cbi8qIGNzczMgZGVsYXlzICovXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgIGxpOm50aC1jaGlsZCgyKSwgYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsICBsaTpudGgtY2hpbGQoMikgaDIucHJvbW8tdGV4dCB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDYuMHM7XG4gICAgLW1vei1hbmltYXRpb24tZGVsYXk6IDYuMHM7XG59XG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgIGxpOm50aC1jaGlsZCgzKSwgYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsICBsaTpudGgtY2hpbGQoMykgaDIucHJvbW8tdGV4dCB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDEyLjBzO1xuICAgIC1tb3otYW5pbWF0aW9uLWRlbGF5OiAxMi4wcztcbn1cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLnNsaWRlcyB1bCBsaSBpbWcge1xuICAgIGRpc3BsYXk6YmxvY2s7XG59XG5cbi8qIGtleWZyYW1lcyAjYW5pbV90aXRsZXMgKi9cbkAtd2Via2l0LWtleWZyYW1lcyBhbmltX3RpdGxlcyB7XG4gICAgMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDUlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjE7XG4gICAgfVxuICAgIDI1JSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG59XG5ALW1vei1rZXlmcmFtZXMgYW5pbV90aXRsZXMge1xuICAgIDAlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eTowO1xuICAgIH1cbiAgICA1JSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MTtcbiAgICB9XG4gICAgMjAlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyNSUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgbGkgaDIucHJvbW8tdGV4dCB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjojMDAwMDAwO1xuICAgIGJvcmRlci1yYWRpdXM6MTBweCAxMHB4IDEwcHggMTBweDtcbiAgICBib3gtc2hhZG93OjAgMCAzcHggI0ZGRkZGRiBpbnNldDtcbiAgICBjb2xvcjojRkZGRkZGO1xuICAgIGZvbnQtc2l6ZToxOHB4O1xuICAgIG1hcmdpbjowIGF1dG87XG4gICAgcGFkZGluZzoxMHB4O1xuICAgIHBvc2l0aW9uOmFic29sdXRlO1xuICAgIHRvcDotMzVweDtcbiAgICB3aWR0aDozNTBweDtcblx0dGV4dC1hbGlnbjpjZW50ZXI7XG5cbiAgICAvKiBjc3MzIGFuaW1hdGlvbiAqL1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGFuaW1fdGl0bGVzO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWR1cmF0aW9uOiAxOC4wcztcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWRpcmVjdGlvbjogbm9ybWFsO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OiAwO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkcztcblxuICAgIC1tb3otYW5pbWF0aW9uLW5hbWU6IGFuaW1fdGl0bGVzO1xuICAgIC1tb3otYW5pbWF0aW9uLWR1cmF0aW9uOiAxOC4wcztcbiAgICAtbW96LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgICAtbW96LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICAgIC1tb3otYW5pbWF0aW9uLWRpcmVjdGlvbjogbm9ybWFsO1xuICAgIC1tb3otYW5pbWF0aW9uLWRlbGF5OiAwO1xuICAgIC1tb3otYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7XG4gICAgLW1vei1hbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkcztcbn1cblxuXG4uZGFzaGljb25zLWhlYXJ0IHtcblx0YmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmY4Y2Y3LCAjZTJhNWUwKTtcblx0YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZmOGNmNywgI2UyYTVlMCk7XG5cdC13ZWJraXQtYmFja2dyb3VuZC1jbGlwOiB0ZXh0O1xuXHQtd2Via2l0LXRleHQtZmlsbC1jb2xvcjogdHJhbnNwYXJlbnQ7XG59XG5cblxuLyogVmVyc2lvbiAxLjEuNCAsIHN1cHBvcnQgcGFnZSBzdHlsZXMgKi9cbiN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS13cmFwIHtcblx0cGFkZGluZzogMmVtO1xufVxuXG4udGVfYW5ub3VuY2VtZW50c19wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MgLndyYXAge1xuXHRwYWRkaW5nOiAwIDJlbTtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLXdyYXAgaHIge1xuXHRtYXJnaW46IDEuNWVtIDA7XG59XG5cbiN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS1oZWFkZXIge1xuXHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG5cdHdpZHRoOiAxMDAlO1xufVxuXG4jdGltZWxpbmUtZXhwcmVzcy1zdXBwb3J0LXBhZ2UtaGVhZGVyIGltZy50ZS1sb2dvIHtcblx0bWF4LXdpZHRoOiAxMjhweDtcblx0bWluLXdpZHRoOiA5MHB4O1xuXHR3aWR0aDogMjAlO1xuXHRmbG9hdDogbGVmdDtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAuc3VwcG9ydC1zdWJoZWFkICB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHRtYXJnaW46IDJlbSAwIDAgMWVtO1xuXHRmbG9hdDogbGVmdDtcblx0d2lkdGg6IDQ0JTtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLXdyYXAgI3RpbWVsaW5lX2V4cHJlc3NfbGljZW5zZV9rZXkge1xuXHR3aWR0aDogMjUlO1xuXHRtaW4td2lkdGg6IDQwMHB4O1xufVxuXG4vKiBWYWxpZCBsaWNlbnNlIENoZWNrIG1hcmsgKi9cbi50aW1lbGluZS1leHByZXNzLXZhbGlkLWxpY2Vuc2Uge1xuXHRjb2xvcjogcmdiYSgxNDQsIDIxNCwgMTI1LCAwLjY4KTtcblx0Zm9udC1zaXplOiAyOHB4O1xufVxuXG4vKiBQdXJjaGFzZSBzdXBwb3J0IGxpY2Vuc2UgYnV0dG9uICovXG4ucHVyY2hhc2Utc3VwcG9ydC1saWNlbnNlIHtcblx0bWFyZ2luLWxlZnQ6IC0uNWVtICFpbXBvcnRhbnQ7XG59XG5cbi8qIFRpbWVsaW5lIEV4cHJlc3MgU3VwcG9ydCBMaWNlbnNlIEZvcm1zIFBhZ2UgKi9cbi50aW1lbGluZS1leHByZXNzLWxpY2Vuc2UtYnV0dG9ucyB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHR3aWR0aDogMTAwJTtcblx0bWFyZ2luLXRvcDogMmVtO1xufVxuXG4vKiBJbnZhbGlkIExpY2Vuc2UgRXJyb3IgKi9cbi50aW1lbGluZS1leHByZXNzLWludmFsaWQtbGljZW5zZS1lcnJvciB7XG5cdGNvbG9yOiByZ2JhKDIyNSwgNDcsIDQ3LCAwLjczKTtcbn1cblxuLyogUHJlbWl1bSBTdXBwb3J0IENvbnRhY3QgRm9ybSAqL1xuI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0ge1xuXHRmbG9hdDogbGVmdDtcblx0d2lkdGg6IDMzJTtcblx0bWluLXdpZHRoOiAzMDBweDtcbn1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB7XG5cdFx0d2lkdGg6IDEwMCU7XG5cdH1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSBpbnB1dCwgI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB0ZXh0YXJlYSwgI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSBsYWJlbCB7XG5cdFx0d2lkdGg6IDEwMCU7XG5cdH1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB0ZXh0YXJlYSB7XG5cdFx0cmVzaXplOiB2ZXJ0aWNhbDtcblx0fVxuXHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGlucHV0W3R5cGU9XCJzdWJtaXRcIl0sICNwcmVtaXVtLXN1cHBvcnQtY29udGFjdC1mb3JtIGZvcm0gbGFiZWwge1xuXHRcdG1hcmdpbi10b3A6IDFlbTtcblx0XHRkaXNwbGF5OiBibG9jaztcblx0fVxuXG4vKiBMaWNlbnNlIEV4cGlyaW5nIFNvb24gTWVzc2FnZSAqL1xuLmxpY2Vuc2UtZXhwaXJpbmctc29vbiB7XG5cdGZvbnQtc2l6ZTogMTFweDtcblx0Y29sb3I6IHJnYigyNDMsIDc1LCA3NSk7XG5cdGRpc3BsYXk6IGJsb2NrO1xufVxuXHRcblx0XG4vKiBCcmVhayBQb2ludHMgKi9cdFxuQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMDgxcHgpIHtcblx0XHQjdGltZWxpbmVfZXhwcmVzc19saWNlbnNlX2tleSB7XG5cdFx0XHRtaW4td2lkdGg6IDkwJSAhaW1wb3J0YW50O1xuXHRcdFx0d2lkdGg6IDkwJSAhaW1wb3J0YW50O1xuXHRcdH1cblx0XHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGlucHV0LCAjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIHRleHRhcmVhLCAjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGxhYmVsIHtcblx0XHRcdHdpZHRoOiAxMDAlO1xuXHRcdH1cblx0XHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSB7XG5cdFx0XHRtYXJnaW46IDJlbSAwIDAgMDtcblx0XHRcdGZsb2F0OiBsZWZ0O1xuXHRcdFx0d2lkdGg6IDEwMCU7XG5cdFx0fVxuXHRcdCN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS13cmFwIHRhYmxlLndpZGVmYXQuZml4ZWQge1xuXHRcdFx0bWF4LXdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG5cdFx0fVxuXHRcdCN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS1oZWFkZXIgLnN1cHBvcnQtc3ViaGVhZCB7XG5cdFx0XHR3aWR0aDogYXV0bztcblx0XHR9XG5cdFx0I3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAudGUtbG9nbyB7XG5cdFx0XHRtaW4td2lkdGg6IDE0MHB4ICFpbXBvcnRhbnQ7XG5cdFx0XHRmbG9hdDogbm9uZSAhaW1wb3J0YW50O1xuXHRcdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0XHRtYXJnaW46IDAgYXV0bztcblx0XHR9XG5cdFx0I3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAuc3VwcG9ydC1zdWJoZWFkIGgxIHtcblx0XHRcdGxpbmUtaGVpZ2h0OiAxLjI7XG5cdFx0fVx0XG59XHRcblxuLyoqIEVuZCBUaW1lbGluZSBFeHByZXNzIEFkbWluIFN0eWxlcyAqLyJdfQ== */
|
504 |
color: rgba(225, 47, 47, 0.73);
|
505 |
}
|
506 |
|
507 |
+
.codeparrots-tracking-notice {
|
508 |
+
background-image: url( '../../images/flying-parrot.png' );
|
509 |
+
background-position: center left;
|
510 |
+
background-repeat: no-repeat;
|
511 |
+
background-size: 120px;
|
512 |
+
}
|
513 |
+
.codeparrots-tracking-notice p {
|
514 |
+
max-width: 90%;
|
515 |
+
}
|
516 |
/* Premium Support Contact Form */
|
517 |
#premium-support-contact-form {
|
518 |
float: right;
|
573 |
}
|
574 |
|
575 |
/** End Timeline Express Admin Styles */
|
576 |
+
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QyxzQ0FBc0M7QUFDdEMsNENBQTRDOztBQUU1QyxxQ0FBcUM7QUFDckM7Q0FDQywwQkFBMEI7Q0FNMUIsaUVBQWlFO0NBQ2pFLHNCQUFzQjtDQUN0Qiw2QkFBNkI7Q0FFNUIsZ0RBQWdEO0VBQ2hELFlBQVk7Q0FDYixzQkFBc0I7Q0FDdEIsc0NBQXFDO0NBQ3JDLGtCQUFpQjtDQUNqQixZQUFZO0NBQ1osa0JBQWtCO0NBQ2xCOztBQUVEOzs7O0NBSUMsMEJBQTBCO0NBTTFCLGlFQUFpRTtDQUNqRSxzQkFBc0I7Q0FFckIsZ0RBQWdEO0NBQ2pELFlBQVk7Q0FDWixxQ0FBQTtDQUNBOztBQUVEOztDQUVDLHNCQUFzQjtDQUV0Qiw2RUFBNkU7Q0FDN0U7O0FBRUQ7Ozs7Q0FJQyxvQkFBb0I7Q0FNcEIsaUVBQWlFO0NBQ2pFLDhDQUE4QztDQUM5Qyw4QkFBOEI7Q0FFN0IsMENBQTBDO0NBQzNDLHNDQUFxQztDQUNyQzs7QUFFRDs7O0NBR0MsMEJBQTBCO0NBQzFCLCtCQUErQjtDQUMvQixpQ0FBaUM7Q0FFakMsb0NBQW9DO0NBQ3BDLGdEQUFBO0NBQ0EsZ0JBQWdCO0NBQ2hCOztBQUVEOztHQUVDOztBQWxCRDtDQXFCQyxXQUFBO0NBbkJBLGNBQUE7Q0FDQTs7Q0FzQkE7RUFuQkEsc0JBQUE7RUFDQyxhQUFhO0VBQ2Ysd0JBQUE7RUFxQkMsaUJBQUE7RUFuQkE7O0VBRUQ7R0FDQyxnQkFBWTtHQUNiOztFQUVFO0dBQ0YsbUJBQUE7R0FDQyxlQUFBO0dBQ0Qsa0JBQUE7R0FDQzs7QUFFRCxnQ0FBZ0M7O0FBRWhDO0NBQ0EsMEJBQUE7Q0FDQyw2QkFBYTtDQUNkOztBQUVBOztHQUVHO0FBQ0g7OztDQUdDLHlCQUF5QjtDQUMxQjs7QUFFQSxVQUFBO0FBQ0E7Q0FDQyx3RkFBQTtDQUNBLGNBQWM7Q0FDZixZQUFBO0NBQ0Esb0JBQUE7Q0FDQyxjQUFBO0NBQ0EsWUFBQTtDQUNBLHlCQUF5QjtDQUMxQjs7QUFFQSwwQkFBQztBQUNEO0NBQ0MsVUFBVTtDQUNWOztBQUVEO0NBQ0MsbUJBQW1CO0NBQ3BCOztBQUVBO0NBQ0Msc0JBQUE7Q0FDQSxZQUFBO0NBQ0EsNEJBQW9CO0NBQ3JCOztBQUVBO0NBQ0Msd0JBQUE7Q0FDQSxpQkFBaUI7Q0FDbEIsYUFBQTtDQUNBOztBQUVBO0NBQ0Msa0JBQWtCO0NBQ25COztBQUVBO0NBQ0MsY0FBYztDQUNmOztBQUVBO0NBQ0MsWUFBQTtDQUNEOztBQUVBO0NBQ0MsZUFBQTtDQUNELFlBQUE7Q0FDQSxnQkFBQTtDQUNBLGlCQUFBO0NBQ0MsMEJBQTBCO0NBQzNCLGVBQUE7Q0FDQTs7QUFFQSxpQ0FBaUM7QUFDakMsNEVBQUE7QUFDQTtDQUNDLGFBQUE7Q0FDQSxZQUFBO0NBQ0Qsa0JBQUE7Q0FDQTs7QUFFQTtDQUNBLHFCQUFBO0NBQ0E7O0FBRUE7Q0FDQyxZQUFBO0NBQ0E7Q0FDQTtFQUNBLFlBQUE7RUFDQyxlQUFlO0VBQ2pCLGtCQUFBO0VBQ0E7RUFDQTtHQUNDLGNBQUM7R0FDRDtFQUNBO0dBQ0EsY0FBQTtHQUNFLFdBQVc7R0FDZCxlQUFBO0dBQ0MsMEJBQXFCO0dBQ3RCOztBQUVBO0NBQ0MsbUJBQVk7Q0FDWjs7QUFFRDtDQUNDLCtCQUFnQjtDQUNoQixlQUFEO0NBQ0MsbUJBQUE7Q0FDQSxnQkFBQTtDQUNBOztBQUVEO0NBQ0MsaUJBQWdCO0NBQ2hCLHNCQUFhO0NBQ2IsK0JBQUQ7Q0FDQzs7QUFFRDtDQUNBLCtFQUFBO0NBQ0E7QUFDQTtDQUNDLGdCQUFnQjtDQUNqQjtBQUNBO0NBQ0MsMkVBQUQ7Q0FDQztBQUNEO0NBQ0EsZ0JBQUE7Q0FDQzs7QUFFRCxvQkFBaUI7QUFDakI7Q0FDQyxrQkFBQTtDQUNELGtCQUFBO0NBQ0M7O0FBRUQsaUNBQUM7QUFDRDtDQUNBLGtCQUFBO0NBQ0E7O0FBRUEscUNBQUE7QUFDQTtDQUNBLG1CQUFBO0NBQ0EsY0FBQTtDQUNBLGVBQUE7Q0FDQSxtQkFBQTtDQUNDOztBQUVELG1CQUFBO0FBQ0E7Q0FDQyxnQkFBQTtDQUNEOzs7QUFHQSwrQ0FBQTs7Q0FFQyw0QkFBQTtDQUNBO0VBQ0QsY0FBQTtFQUNBLGFBQUE7RUFDQyxZQUFBO0VBQ0EsNENBQWM7RUFDZixjQUFBO0VBQ0EsbUJBQUE7RUFDQyxtQkFBQTtFQUNDO0NBQ0Y7RUFDQSxhQUFBO0VBQ0M7Q0FDQSx1QkFBQTtDQUNBO0VBQ0MsMkJBQTJCO0VBQzdCLGVBQUE7RUFDRTtDQUNELDRCQUE0QjtDQUM1QjtFQUNELDJCQUFBO0VBQ0Usa0JBQWE7RUFDZjs7Q0FFQztFQUNDLGlCQUFBO0VBQ0YsV0FBQTtFQUNDLGFBQUE7RUFDQTs7QUFFRCwwQkFBRTs7QUFFRix3QkFBQyxjQUFBLENBQUE7O0FBRUQ7Q0FDQyxhQUFEO0NBQ0MsaUJBQUE7Q0FDQSwyQkFBQTtDQUNBLHdCQUFBO0NBQ0E7Ozs7QUFJRDs7OztrREFJa0Q7QUFDbEQ7O0FBRUEsMkZBQUU7QUFDRiw0REFBNEQ7Q0FDNUQ7QUFDQTtDQUNBLGVBQUE7Q0FDQyxrQkFBQTtDQUNEOztBQUVBO0NBQ0MsZ0JBQWdCO0NBQ2hCLGlCQUFpQjtDQUNsQix5RUFBQTtDQUNDLHVCQUF1QjtDQUN2QixhQUFhO0NBQ2Isa0JBQWtCO0NBQ2xCLGVBQWU7Q0FDaEI7O0FBRUE7Q0FDQSxnQkFBQTtDQUNBLGlCQUFBO0NBQ0EsMkVBQUE7Q0FDQSx5QkFBQTtDQUNBLGFBQUE7Q0FDQSxtQ0FBQTtDQUNDLDZCQUE2QjtDQUM5Qjs7QUFFQTtDQUNDLGdCQUFBO0NBQ0QsaUJBQUE7Q0FDQSxzRUFBQTtDQUNDLHlCQUFBO0NBQ0EsYUFBQTtDQUNELG1DQUFBO0NBQ0MsNkJBQTZCO0NBQzlCOztBQUVBO0NBQ0MsZUFBQTtDQUNELGlCQUFBO0NBQ0MseUVBQUE7Q0FDQSx5QkFBQTtDQUNBLGFBQUE7Q0FDQSxtQ0FBQTtDQUNBLDZCQUE2QjtDQUM5Qjs7QUFFQSxpQkFBQztBQUNEO0lBQ0EsYUFBQTtJQUNDLGdCQUFBO0lBQ0Esa0JBQUE7SUFDQSxXQUFBO0NBQ0EsbUJBQUE7Q0FDQTs7QUFFRDtJQUNDLGdCQUFBO0lBQ0Esa0JBQUE7Q0FDRDs7QUFFQSw0QkFBQzs7QUFFRDtDQUNDLFlBQVk7O0lBRWIsVUFBQTtJQUNDLGtCQUFBO0lBQ0csTUFBQTs7SUFFSixvQkFBQTtJQUNDLG9DQUFBO0lBQ0Esa0NBQUE7SUFDRywwQ0FBMEM7SUFDOUMsNENBQUE7SUFDQyxvQ0FBQTtJQUNBLDJCQUFBO0lBQ0Esc0NBQUE7SUFDRyxzQ0FBc0M7O0lBRXRDLGlDQUFpQztJQUNyQywrQkFBQTtJQUNDLHVDQUFZO0lBQ1QseUNBQXlDO0lBQ3pDLGlDQUFVO0lBa0JkLHdCQUFBO0lBQ0MsbUNBQUE7SUFoQkcsbUNBQW1DO0NBQ3RDOztBQUVELGlCQWlCSTtBQWhCSjtJQWtCQSw4QkFBQTtJQUNDLDJCQUFBO0NBaEJBO0FBQ0Q7SUFrQkksK0JBQUE7SUFoQkEsNEJBQTRCO0NBQy9CO0FBQ0Q7SUFrQkksY0FBQTtDQWhCSDs7QUFFRCw0QkFpQkk7O0FBZko7SUFDQyx5QkFBQTtJQUNHLGtDQUFrQztJQUN0QyxpQ0FpQkM7SUFoQkQsY0FBQTtJQWtCQyxlQUFBO0lBaEJHLGNBQUE7SUFrQkosYUFBQTtJQUNBLGtCQUFBO0lBQ0MsVUFBQTtJQUNBLFlBQUE7Q0FDRCxrQkFBQTs7SUFFQyxvQkFBQTtJQWhCQSxvQ0FBQTtJQUNHLGtDQUFrQztJQWtCdEMsMENBQUE7SUFoQkksNENBQTRDO0lBQ2hELG9DQUFBO0lBQ0ksMkJBQXlCO0lBa0I3QixzQ0FBQTtJQWhCSSxzQ0FBaUM7O0lBeUNyQyxpQ0FBQTtJQUNBLCtCQUFBO0lBQ0ksdUNBQUE7SUFDQSx5Q0FBQTtJQUNBLGlDQUFBO0lBQ0Esd0JBQUE7SUF0Q0gsbUNBdUNHO0lBdENBLG1DQUFtQztDQUN0Qzs7O0FBR0Q7Q0FDQyxtREF1Q0c7Q0F0Q0gsOEJBdUNHO0NBdENILHFDQXVDQTtDQXRDQTs7O0FBR0QseUNBdUNBO0FBdENBO0NBQ0MsYUF1Q0c7Q0F0Q0g7O0FBRUQ7Q0FDQyxnQkF1Q0Q7Q0F0Q0M7O0FBRUQ7Q0FDQyxzQkFBc0I7Q0FDdkIsWUFBQTtDQXdDQzs7QUFyQ0Q7Q0F3Q0EsaUJBQUE7Q0F0Q0MsZ0JBQWdCO0NBQ2hCLFdBQVc7Q0FDWixhQUFBO0NBQ0E7O0FBRUE7Q0FDQyxlQUFlO0NBd0NoQixvQkFBQTtDQUNDLGFBQUE7Q0FDQSxXQUFBO0NBdENBOztBQUVEO0NBd0NDLFdBQUE7Q0F0Q0EsaUJBQUE7Q0FDQTs7QUFFRCw4QkF1Q0M7QUF0Q0Q7Q0FDQyxpQ0FBVztDQXdDWjs7QUFyQ0EscUNBQXFDO0FBQ3JDO0NBd0NBLCtCQUFBO0NBQ0M7O0FBckNEO0NBd0NDLCtCQUFBO0NBdENBOztBQUVEO0NBd0NDLCtCQUFBO0NBdENBOztBQUVEO0NBQ0Esc0JBQUE7Q0F3Q0M7O0FBckNELGlEQUFpRDtBQXdDakQ7Q0F0Q0EsZUFBQTtDQXdDQyxZQUFBO0NBdENBLGdCQUFBO0NBQ0E7O0FBRUQsMkJBdUNDO0FBdENEO0NBQ0MsK0JBQStCO0NBd0NoQzs7QUFyQ0E7Q0FDQSwwREFBQTtDQXdDQSxpQ0FBQTtDQUNBLDZCQUFBO0NBQ0MsdUJBQUE7Q0F0Q0E7Q0FDRDtFQUNBLGVBQUE7RUFDQztBQUNELGtDQUFDO0FBQ0Q7Q0FDQyxhQUFBO0NBQ0EsV0FBQTtDQUNBLGlCQUFEO0NBQ0M7Q0F3Q0E7RUF0Q0EsWUFBQTtFQUNDO0NBQ0Q7RUFDQyxZQUFBO0VBQ0Y7Q0FDQTtFQXdDQSxpQkFBQTtFQUNBO0NBdENDO0VBQ0MsZ0JBQWdCO0VBQ2xCLGVBQUE7RUFDQTs7QUFFQSxtQ0FBQTtBQUNBO0NBQ0MsZ0JBQUE7Q0FDQSx3QkFBd0I7Q0FDeEIsZUFBZTtDQUNoQjs7O0FBR0Esa0JBQUU7QUFDRjtFQUNFO0dBQ0EsMEJBQUE7R0FDRCxzQkFBQTtHQXdDRDtFQXRDRTtHQUNDLFlBQUE7R0FDRDtFQUNBO0dBQ0Ysa0JBQUE7R0FDRSxhQUFBO0dBQ0MsWUFBQTtHQXdDSDtFQXRDRTtHQXdDQSwyQkFBQTtHQUNEO0VBdENDO0dBQ0EsWUFBQTtHQXdDQTtFQXRDQTtHQUNDLDRCQUFlO0dBQ2xCLHVCQUFBO0dBQ0UsZUFBQTtHQUNDLGVBQUE7R0FDQTtFQUNGO0dBQ0UsaUJBQWlCO0dBQ3BCO0NBQ0M7O0FBRUQsd0NBQXdDIiwiZmlsZSI6InRpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MtcnRsLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuLypcdFRpbWVsaW5lIEV4cHJlc3MgU2V0dGluZ3MgU3R5bGVzICovXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuXG4vKiBSZWQgQnV0dG9uIFN0eWxlIC0gU2V0dGluZ3MgUGFnZSovXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uIHtcblx0YmFja2dyb3VuZC1jb2xvcjogIzlCMjEyNDtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjQzUyOTJFKSwgdG8oIzlCMjEyNCkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNDNTI5MkUsICM5QjIxMjQpO1xuXHRib3JkZXItY29sb3I6ICM5QjIxMjQ7XG5cdGJvcmRlci1ib3R0b20tY29sb3I6ICM4RDFGMjE7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDEyMCwyMDAsMjMwLDAuNSk7XG4gXHRib3gtc2hhZG93OiBpbnNldCAwIDFweCAwIHJnYmEoMTIwLDIwMCwyMzAsMC41KTtcbiBcdGNvbG9yOiAjZmZmO1xuXHR0ZXh0LWRlY29yYXRpb246IG5vbmU7XG5cdHRleHQtc2hhZG93OiAwIDFweCAwIHJnYmEoMCwwLDAsMC4xKTtcblx0bWFyZ2luLWxlZnQ6IDJlbTtcblx0d2lkdGg6MTUwcHg7XG5cdHRleHQtYWxpZ246Y2VudGVyO1xufVxuXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uLmhvdmVyLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbjpob3Zlcixcbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uZm9jdXMsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmZvY3VzIHtcblx0YmFja2dyb3VuZC1jb2xvcjogI0I3MjYyOTtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjRDIyRTMwKSwgdG8oIzlCMjEyNCkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNEMjJFMzAsICM5QjIxMjQpO1xuXHRib3JkZXItY29sb3I6ICM3RjFDMUY7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDEyMCwyMDAsMjMwLDAuNik7XG4gXHRib3gtc2hhZG93OiBpbnNldCAwIDFweCAwIHJnYmEoMTIwLDIwMCwyMzAsMC42KTtcblx0Y29sb3I6ICNmZmY7XG5cdHRleHQtc2hhZG93OiAwIC0xcHggMCByZ2JhKDAsMCwwLDAuMyk7XG59XG5cbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uZm9jdXMsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmZvY3VzIHtcblx0Ym9yZGVyLWNvbG9yOiAjNTAwRjBFO1xuXHQtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgxMjAsMjAwLDIzMCwwLjYpLCAxcHggMXB4IDJweCByZ2JhKDAsMCwwLDAuNCk7XG5cdGJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgxMjAsMjAwLDIzMCwwLjYpLCAxcHggMXB4IDJweCByZ2JhKDAsMCwwLDAuNCk7XG59XG5cbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uYWN0aXZlLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbi5hY3RpdmU6aG92ZXIsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uLmFjdGl2ZTpmb2N1cyxcbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b246YWN0aXZlIHtcblx0YmFja2dyb3VuZDogIzdGMUMxRjtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjOUIyMTI0KSwgdG8oI0I3MjYyOSkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICM5QjIxMjQsICNCNzI2MjkpO1xuXHRib3JkZXItY29sb3I6ICM2MDEzMTIgI0FFMjQyNiAjQUUyNDI2ICNBRTI0MjY7XG5cdGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuOTUpO1xuXHQtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgwLDAsMCwwLjEpO1xuIFx0Ym94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDAsMCwwLDAuMSk7XG5cdHRleHQtc2hhZG93OiAwIDFweCAwIHJnYmEoMCwwLDAsMC4xKTtcbn1cblxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbltkaXNhYmxlZF0sXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmRpc2FibGVkLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbi1kaXNhYmxlZCB7XG5cdGNvbG9yOiAjRTc5NDk2ICFpbXBvcnRhbnQ7XG5cdGJhY2tncm91bmQ6ICNCQTI5MkIgIWltcG9ydGFudDtcblx0Ym9yZGVyLWNvbG9yOiAjN0YxQzFGICFpbXBvcnRhbnQ7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogbm9uZSAhaW1wb3J0YW50O1xuXHRib3gtc2hhZG93OiAgICAgICAgIG5vbmUgIWltcG9ydGFudDtcblx0dGV4dC1zaGFkb3c6IDAgLTFweCAwIHJnYmEoMCwwLDAsMC4xKSAhaW1wb3J0YW50O1xuXHRjdXJzb3I6IGRlZmF1bHQ7XG59XG5cbi8qIEljb24gKi9cbiN0aW1lbGluZS1leHByZXNzLWljb24ge1xuXHRiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudCB1cmwoJy4uL2ltYWdlcy90aW1lbGluZS1leHByZXNzLWxvZ28tMTI4LnBuZycpIG5vLXJlcGVhdCAwIDA7XG5cdGRpc3BsYXk6YmxvY2s7XG5cdGZsb2F0OmxlZnQ7XG5cdHBhZGRpbmc6IDAgMCAwIC41ZW07XG5cdGhlaWdodDogIDEyOHB4O1xuXHR3aWR0aDogMTI4cHg7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcbn1cblxuLyogU2V0dGluZ3MgUGFnZSBIZWFkZXIgKi9cbi53cmFwICN0aW1lbGluZS1leHByZXNzLXBhZ2UtaGVhZGVyIHtcblx0cGFkZGluZy10b3A6MDtcblx0bWFyZ2luOiAxZW0gMCAwIDA7XG5cdGZvbnQtc2l6ZTogMjVweDtcblx0bGluZS1oZWlnaHQ6IDM7XG59XG5cbi53cmFwIC5uYXYtdGFiLXdyYXBwZXIge1xuXHRwYWRkaW5nLXRvcDoyLjVlbTtcbn1cblxuLndyYXAgLmFjY291bnQtbmF2LXRhYiB7XG5cdHBhZGRpbmctdG9wOjA7XG59XG5cbi5yYW5kb20tbGVuZ3RoLXRleHQge1xuXHRvcGFjaXR5OiAuNTtcbn1cblxuI3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciAuZmEtcGF5cGFsIHtcblx0ZGlzcGxheTogYmxvY2s7XG5cdHdpZHRoOiAxMDAlO1xuXHRmb250LXNpemU6IDE2cHg7XG5cdHBhZGRpbmctdG9wOiA0cHg7XG5cdG1hcmdpbjogMCBhdXRvICFpbXBvcnRhbnQ7XG5cdGNvbG9yOiAjMjUzYjgwO1xufVxuXG4vKiBTZXR0aW5ncyBQYWdlIFRvcCBDb250YWluZXIgKi9cbi8qIEhvdXNlcyBsaW5rcyB0byBsZWF2ZSB1cyBhIHJldmlldywgbGlua3MgdG8gRXZhbiBIZXJtYW4ncyBXZWJzaXRlIGV0Yy4gKi9cbi53cmFwICN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIge1xuXHRwYWRkaW5nOi41ZW07XG5cdGZsb2F0OiByaWdodDtcblx0bWFyZ2luLXRvcDogLjc1ZW07XG59XG5cbiN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIge1xuXHRkaXNwbGF5OmlubGluZS1ibG9jaztcbn1cblx0XG4jdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIGEsICN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIgYTpob3ZlciB7XG5cdGNvbG9yOiAjMzMzO1xufVxuXHQjdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIGRpdiwgI3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciBzcGFuLCAjdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIC50aW1lbGluZV9leHByZXNzX2hlYWRlcl9sb2dvIHtcblx0XHRmbG9hdDpsZWZ0O1xuXHRcdG1hcmdpbjogMCAuNWVtO1xuXHRcdHRleHQtYWxpZ246Y2VudGVyO1xuXHR9XG5cdFx0I3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciBkaXYuZGFzaGljb25zIHtcblx0XHRcdG1hcmdpbjogMCA1cHg7XG5cdFx0fVxuXHRcdCN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIgZGl2LmRhc2hpY29ucy1wbHVzLWFsdCB7XG5cdFx0XHRkaXNwbGF5OmJsb2NrO1xuXHRcdFx0d2lkdGg6MTAwJTtcblx0XHRcdG1hcmdpbjogMCBhdXRvO1xuXHRcdFx0Y29sb3I6IHJnYigxNjMsIDE5NSwgMTg0KTtcblx0XHR9XG5cdFx0XG4udGltZWxpbmUtZXhwcmVzcy1mb3JtIHtcblx0bWFyZ2luLWJvdHRvbTogM2VtO1xufVxuXG5cdC50aW1lbGluZS1leHByZXNzLWZvcm0gdGgge1xuXHRcdGZvbnQtd2VpZ2h0OiBib2xkO1xuXHR9XG5cbi50aW1lbGluZS1leHByZXNzLXNldHRpbmdzLWRlc2NyaXB0aW9uIHtcblx0cGFkZGluZy1ib3R0b206IDJlbSAhaW1wb3J0YW50O1xuXHRjb2xvcjogI0E3QTdBNztcblx0Zm9udC1zdHlsZTogaXRhbGljO1xuXHRmb250LXNpemU6IDEwcHg7XG59XG5cdFxuXG4ud3AtYWRtaW4gLmFjdGl2ZS1wYXJlbnQtYnV0dG9uLCAud3AtYWRtaW4gLmFjdGl2ZS1wYXJlbnQtYnV0dG9uOmhvdmVyICB7XG5cdGNvbG9yOiByZWQ7XG59XG5cbi5kZWxldGUtbm86YWZ0ZXIge1xuXHRjb250ZW50OiBcIiBubywgc2F2ZSBteSBhbm5vdW5jZW1lbnRzIGZyb20gYmVpbmcgZGVsZXRlZC4gSSdsbCBuZWVkIHRoZW0gYWdhaW4hXCJcbn1cbi5kZWxldGUtbm86aG92ZXIge1xuXHRjdXJzb3I6IHBvaW50ZXI7XG59XG4uZGVsZXRlLXllczphZnRlciB7XG5cdGNvbnRlbnQ6IFwiIHllcywgZGVsZXRlIGFsbCBvZiB0aGUgYW5ub3VuY2VtZW50IHBvc3RzLiB0aGV5IGFyZSBkZWFkIHRvIG1lLlwiXG59XG4uZGVsZXRlLXllczpob3ZlciB7XG5cdGN1cnNvcjogcG9pbnRlcjtcbn1cblxuLyoqIENvbG9yIFBpY2tlciAqKi9cbi53cC1waWNrZXItaG9sZGVyIHtcblx0cG9zaXRpb246YWJzb2x1dGU7XG5cdHotaW5kZXg6IDk5OTk5OTk5O1xufVxuXG4vKiBObyBldmVudHMgbWVzc2FnZSB3cF9lZGl0b3IgKi9cbiNuby1ldmVudHMtbWVzc2FnZV9pZnIge1xuXHRtYXgtaGVpZ2h0OiAxMDBweDtcbn1cblxuLyogTm8gRXZlbnRzIEZvdW5kIEluIFRhYmxlIC0gdGV4dCAqL1xuLndwLWxpc3QtdGFibGUgLm5vLWl0ZW1zIC5jb2xzcGFuY2hhbmdlIHtcblx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHRoZWlnaHQ6IDExNXB4O1xuXHRsaW5lLWhlaWdodDogODtcblx0Zm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4vKiBDb2x1bW4gV2lkdGhzICovXG4ud3AtbGlzdC10YWJsZSAjY29sb3IsIC53cC1saXN0LXRhYmxlICNpY29uIHtcblx0d2lkdGg6IDY1cHg7XG5cdHRleHQtYWxpZ246IGNlbnRlcjtcblx0cGFkZGluZy1sZWZ0OiAxZW07XG59XG5cbi53cC1saXN0LXRhYmxlICNhbm5vdW5jZW1lbnRfZGF0ZSwgLndwLWxpc3QtdGFibGUgLmNvbHVtbi1hbm5vdW5jZW1lbnRfZGF0ZSB7XG5cdHdpZHRoOiAyMTVweDtcbn1cblxuLndwLWxpc3QtdGFibGUgI2ltYWdlLCAud3AtbGlzdC10YWJsZSAuY29sdW1uLWltYWdlIHtcblx0d2lkdGg6IDI1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cblxuLm5vLWltYWdlLXVzZWQtdGV4dCB7XG5cdGxpbmUtaGVpZ2h0OiA0Ljdcbn1cblxuLndwLWxpc3QtdGFibGUgI3Bhc3RfYW5ub3VuY2VtZW50IHtcblx0d2lkdGg6IDE1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cblxuLyogRWRpdCBUaW1lbGluZSBFeHByZXNzIEFubm91bmNlbWVudCBTdHlsZXMgKi9cblxuXHQvKiBBbm5vdW5jZW1lbnQgQ29sb3IgQm94ICovXG5cdC53cC1saXN0LXRhYmxlIC5hbm5vdW5jZW1lbnRfY29sb3JfYm94IHtcblx0XHRkaXNwbGF5OmJsb2NrO1xuXHRcdHdpZHRoOiAxNXB4O1xuXHRcdGhlaWdodDogMTVweDtcblx0XHRib3JkZXI6IDFweCBzb2xpZCByZ2JhKDEyOCwgMTI4LCAxMjgsIDAuMjIpO1xuXHRcdHBhZGRpbmc6IC41ZW07XG5cdFx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHRcdG1hcmdpbjogMCBhdXRvO1xuXHRcdG1hcmdpbi10b3A6IDExcHg7XG5cdFx0LXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG5cdFx0LW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG5cdFx0Ym9yZGVyLXJhZGl1czogNTAlO1xuXHR9XG5cdC8qIEFubm91bmNlbWVudCBJY29uICovXG5cdC53cC1saXN0LXRhYmxlIC5lZGl0LWFubm91bmNlbWVudC1pY29uIHtcblx0XHRmb250LXNpemU6IDI1cHggIWltcG9ydGFudDtcblx0XHRsaW5lLWhlaWdodDogMi41ICFpbXBvcnRhbnQ7XG5cdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHR9XG5cdC8qIEFubm91bmNlbWVudCBEYXRlICovXG5cdC53cC1saXN0LXRhYmxlICNhbm5vdW5jZW1lbnRfZGF0ZSwgXG5cdHRoLm1hbmFnZS1jb2x1bW4uY29sdW1uLWFubm91bmNlbWVudF9kYXRlLnNvcnRhYmxlLmRlc2Mge1xuXHRcdGxpbmUtaGVpZ2h0OiAxLjU7XG5cdFx0cGFkZGluZy1sZWZ0OiAyLjVlbTtcblx0fVxuXHQud3AtbGlzdC10YWJsZSAuYW5ub3VuY2VtZW50X2RhdGUge1xuXHRcdGxpbmUtaGVpZ2h0OiA0LjUgIWltcG9ydGFudDtcblx0XHR0ZXh0LWFsaWduOiBjZW50ZXI7XG5cdH1cblx0LyogUGFzdCBBbm5vdW5jZW1lbnQgSWNvbiAqL1xuXHQud3AtbGlzdC10YWJsZSAuZGFzaGljb24tcGFzdC1hbm5vdW5jZW1lbnQge1xuXHRcdGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuXHRcdGxpbmUtaGVpZ2h0OiAyLjEgIWltcG9ydGFudDtcblx0fVxuXG4vKiogQWRtaW4gQnJlYWsgUG9pbnRzICoqL1xuXG4uZGFzaGljb25zLXN0YXItZmlsbGVkIHtjb2xvcjojRkVCRTEyO31cblxuI3RpbWVsaW5lX2V4cHJlc3NfcmVzZXRfcGx1Z2luX3NldHRpbmdzIC5kYXNoaWNvbnMtZGlzbWlzcyB7XG5cdGZsb2F0OiBsZWZ0O1xuXHRtYXJnaW4tdG9wOiAuNWVtO1xuXHRwYWRkaW5nOiAuNWVtIDFlbSAxZW0gLjVlbTtcblx0Y29sb3I6IHJnYigyNDEsIDgzLCA4Myk7XG59XG5cblxuXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuKlxuKlx0VGltZWxpbmUgRXhwcmVzcyBXZWxjb21lIFBhZ2UgU3R5bGVzXG4qXG4qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAudGltZWxpbmUtZXhwcmVzcy1pbWFnZSB7XG5cdFxuYmFja2dyb3VuZDogLW1vei1saW5lYXItZ3JhZGllbnQodG9wLCByZ2JhKDIwNiwyMjAsMjMxLC43KSAwJSwgcmdiYSg4OSwxMDYsMTE0LC43KSAxMDAlKTtcbmJhY2tncm91bmQtaW1hZ2U6IHVybCggJy4uL2ltYWdlcy93ZWxjb21lL2JhY2tncm91bmQucG5nJyApO1xufVxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAudGltZWxpbmUtc2NyZWVuc2hvdCB7XG5cdHBhZGRpbmc6IDEuNWVtO1xuXHRwYWRkaW5nLWJvdHRvbTogMDtcbn1cblxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuZm9udC1hd2Vzb21lLWJhY2tncm91bmQge1xuXHRwYWRkaW5nLXRvcDozZW07XG5cdG1hcmdpbi10b3A6MS41ZW07XG5cdGJhY2tncm91bmQtaW1hZ2U6IHVybCggJy4uL2ltYWdlcy93ZWxjb21lL0ZvbnQtQXdlc29tZS1DaGVhdHNoZWV0LnBuZycgKTtcblx0YmFja2dyb3VuZC1zaXplOiBjb3Zlcjtcblx0aGVpZ2h0OjI1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcblx0bGluZS1oZWlnaHQ6IDg7XG59XG5cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLmludHVpdGl2ZS1wb3N0LWNyZWF0aW9uIHtcblx0cGFkZGluZy10b3A6M2VtO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9pbnR1aXRpdmUtY3JlYXRpb24tc2NyZWVuLmpwZycgKTtcblx0YmFja2dyb3VuZC1zaXplOiBjb250YWluO1xuXHRoZWlnaHQ6NjY1cHg7XG5cdGJhY2tncm91bmQtcG9zaXRpb246IGJvdHRvbSBjZW50ZXI7XG5cdGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7XG59XG5cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLmFkbWluLW1hbmFnZS1hbm5vdW5jZW1lbnRzIHtcblx0cGFkZGluZy10b3A6M2VtO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9NYW5hZ2UtQW5ub3VuY2VtZW50cy5qcGcnICk7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcblx0aGVpZ2h0OjY2NXB4O1xuXHRiYWNrZ3JvdW5kLXBvc2l0aW9uOiBib3R0b20gY2VudGVyO1xuXHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5jdXN0b21pemUteW91ci10aW1lbGluZSB7XG5cdHBhZGRpbmctdG9wOjQlO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9jdXN0b21pemUteW91ci10aW1lbGluZS5qcGcnICk7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcblx0aGVpZ2h0OjY2NXB4O1xuXHRiYWNrZ3JvdW5kLXBvc2l0aW9uOiBib3R0b20gY2VudGVyO1xuXHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xufVxuXG4vKiBmYWRlIHNsaWRlciAqL1xuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHtcbiAgICBoZWlnaHQ6NjY1cHg7XG4gICAgb3ZlcmZsb3c6aGlkZGVuO1xuICAgIHBvc2l0aW9uOnJlbGF0aXZlO1xuICAgIHdpZHRoOjEwMCU7XG5cdHBhZGRpbmc6IDQlIDAgNCUgMDtcbn1cblxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsIHtcbiAgICBsaXN0LXN0eWxlOm5vbmU7XG4gICAgcG9zaXRpb246cmVsYXRpdmU7XG59XG5cbi8qIGtleWZyYW1lcyAjYW5pbV9zbGlkZXMgKi9cbkAtd2Via2l0LWtleWZyYW1lcyBhbmltX3NsaWRlcyB7XG4gICAgMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDYlIHtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyNCUge1xuICAgICAgICBvcGFjaXR5OjE7XG4gICAgfVxuICAgIDMwJSB7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG59XG5ALW1vei1rZXlmcmFtZXMgYW5pbV9zbGlkZXMge1xuICAgIDAlIHtcbiAgICAgICAgb3BhY2l0eTowO1xuICAgIH1cbiAgICA2JSB7XG4gICAgICAgIG9wYWNpdHk6MTtcbiAgICB9XG4gICAgMjQlIHtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAzMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgbGkge1xuXHR3aWR0aDogMTAwJTtcblx0XG4gICAgb3BhY2l0eTowO1xuICAgIHBvc2l0aW9uOmFic29sdXRlO1xuICAgIHRvcDowO1xuXG4gICAgLyogY3NzMyBhbmltYXRpb24gKi9cbiAgICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBhbmltX3NsaWRlcztcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjogMTguMHM7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgLXdlYmtpdC1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kaXJlY3Rpb246IG5vcm1hbDtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kZWxheTogMDtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWZpbGwtbW9kZTogZm9yd2FyZHM7XG5cbiAgICAtbW96LWFuaW1hdGlvbi1uYW1lOiBhbmltX3NsaWRlcztcbiAgICAtbW96LWFuaW1hdGlvbi1kdXJhdGlvbjogMTguMHM7XG4gICAgLW1vei1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgLW1vei1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgICAtbW96LWFuaW1hdGlvbi1kaXJlY3Rpb246IG5vcm1hbDtcbiAgICAtbW96LWFuaW1hdGlvbi1kZWxheTogMDtcbiAgICAtbW96LWFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xuICAgIC1tb3otYW5pbWF0aW9uLWZpbGwtbW9kZTogZm9yd2FyZHM7XG59XG5cbi8qIGNzczMgZGVsYXlzICovXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgIGxpOm50aC1jaGlsZCgyKSwgYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsICBsaTpudGgtY2hpbGQoMikgaDIucHJvbW8tdGV4dCB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDYuMHM7XG4gICAgLW1vei1hbmltYXRpb24tZGVsYXk6IDYuMHM7XG59XG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgIGxpOm50aC1jaGlsZCgzKSwgYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsICBsaTpudGgtY2hpbGQoMykgaDIucHJvbW8tdGV4dCB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDEyLjBzO1xuICAgIC1tb3otYW5pbWF0aW9uLWRlbGF5OiAxMi4wcztcbn1cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLnNsaWRlcyB1bCBsaSBpbWcge1xuICAgIGRpc3BsYXk6YmxvY2s7XG59XG5cbi8qIGtleWZyYW1lcyAjYW5pbV90aXRsZXMgKi9cbkAtd2Via2l0LWtleWZyYW1lcyBhbmltX3RpdGxlcyB7XG4gICAgMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDUlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjE7XG4gICAgfVxuICAgIDI1JSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG59XG5ALW1vei1rZXlmcmFtZXMgYW5pbV90aXRsZXMge1xuICAgIDAlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eTowO1xuICAgIH1cbiAgICA1JSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MTtcbiAgICB9XG4gICAgMjAlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyNSUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgbGkgaDIucHJvbW8tdGV4dCB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjojMDAwMDAwO1xuICAgIGJvcmRlci1yYWRpdXM6MTBweCAxMHB4IDEwcHggMTBweDtcbiAgICBib3gtc2hhZG93OjAgMCAzcHggI0ZGRkZGRiBpbnNldDtcbiAgICBjb2xvcjojRkZGRkZGO1xuICAgIGZvbnQtc2l6ZToxOHB4O1xuICAgIG1hcmdpbjowIGF1dG87XG4gICAgcGFkZGluZzoxMHB4O1xuICAgIHBvc2l0aW9uOmFic29sdXRlO1xuICAgIHRvcDotMzVweDtcbiAgICB3aWR0aDozNTBweDtcblx0dGV4dC1hbGlnbjpjZW50ZXI7XG5cbiAgICAvKiBjc3MzIGFuaW1hdGlvbiAqL1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGFuaW1fdGl0bGVzO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWR1cmF0aW9uOiAxOC4wcztcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWRpcmVjdGlvbjogbm9ybWFsO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OiAwO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkcztcblxuICAgIC1tb3otYW5pbWF0aW9uLW5hbWU6IGFuaW1fdGl0bGVzO1xuICAgIC1tb3otYW5pbWF0aW9uLWR1cmF0aW9uOiAxOC4wcztcbiAgICAtbW96LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgICAtbW96LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICAgIC1tb3otYW5pbWF0aW9uLWRpcmVjdGlvbjogbm9ybWFsO1xuICAgIC1tb3otYW5pbWF0aW9uLWRlbGF5OiAwO1xuICAgIC1tb3otYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7XG4gICAgLW1vei1hbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkcztcbn1cblxuXG4uZGFzaGljb25zLWhlYXJ0IHtcblx0YmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmY4Y2Y3LCAjZTJhNWUwKTtcblx0YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZmOGNmNywgI2UyYTVlMCk7XG5cdC13ZWJraXQtYmFja2dyb3VuZC1jbGlwOiB0ZXh0O1xuXHQtd2Via2l0LXRleHQtZmlsbC1jb2xvcjogdHJhbnNwYXJlbnQ7XG59XG5cblxuLyogVmVyc2lvbiAxLjEuNCAsIHN1cHBvcnQgcGFnZSBzdHlsZXMgKi9cbiN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS13cmFwIHtcblx0cGFkZGluZzogMmVtO1xufVxuXG4udGVfYW5ub3VuY2VtZW50c19wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MgLndyYXAge1xuXHRwYWRkaW5nOiAwIDJlbTtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLXdyYXAgaHIge1xuXHRtYXJnaW46IDEuNWVtIDA7XG59XG5cbiN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS1oZWFkZXIge1xuXHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG5cdHdpZHRoOiAxMDAlO1xufVxuXG4jdGltZWxpbmUtZXhwcmVzcy1zdXBwb3J0LXBhZ2UtaGVhZGVyIGltZy50ZS1sb2dvIHtcblx0bWF4LXdpZHRoOiAxMjhweDtcblx0bWluLXdpZHRoOiA5MHB4O1xuXHR3aWR0aDogMjAlO1xuXHRmbG9hdDogbGVmdDtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAuc3VwcG9ydC1zdWJoZWFkICB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHRtYXJnaW46IDJlbSAwIDAgMWVtO1xuXHRmbG9hdDogbGVmdDtcblx0d2lkdGg6IDQ0JTtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLXdyYXAgI3RpbWVsaW5lX2V4cHJlc3NfbGljZW5zZV9rZXkge1xuXHR3aWR0aDogMjUlO1xuXHRtaW4td2lkdGg6IDQwMHB4O1xufVxuXG4vKiBWYWxpZCBsaWNlbnNlIENoZWNrIG1hcmsgKi9cbi50aW1lbGluZS1leHByZXNzLXZhbGlkLWxpY2Vuc2Uge1xuXHRjb2xvcjogcmdiYSgxNDQsIDIxNCwgMTI1LCAwLjY4KTtcblx0Zm9udC1zaXplOiAyOHB4O1xufVxuXG4vKiBQdXJjaGFzZSBzdXBwb3J0IGxpY2Vuc2UgYnV0dG9uICovXG4ucHVyY2hhc2Utc3VwcG9ydC1saWNlbnNlIHtcblx0bWFyZ2luLWxlZnQ6IC0uNWVtICFpbXBvcnRhbnQ7XG59XG5cbi8qIFRpbWVsaW5lIEV4cHJlc3MgU3VwcG9ydCBMaWNlbnNlIEZvcm1zIFBhZ2UgKi9cbi50aW1lbGluZS1leHByZXNzLWxpY2Vuc2UtYnV0dG9ucyB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHR3aWR0aDogMTAwJTtcblx0bWFyZ2luLXRvcDogMmVtO1xufVxuXG4vKiBJbnZhbGlkIExpY2Vuc2UgRXJyb3IgKi9cbi50aW1lbGluZS1leHByZXNzLWludmFsaWQtbGljZW5zZS1lcnJvciB7XG5cdGNvbG9yOiByZ2JhKDIyNSwgNDcsIDQ3LCAwLjczKTtcbn1cblxuLyogUHJlbWl1bSBTdXBwb3J0IENvbnRhY3QgRm9ybSAqL1xuI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0ge1xuXHRmbG9hdDogbGVmdDtcblx0d2lkdGg6IDMzJTtcblx0bWluLXdpZHRoOiAzMDBweDtcbn1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB7XG5cdFx0d2lkdGg6IDEwMCU7XG5cdH1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSBpbnB1dCwgI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB0ZXh0YXJlYSwgI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSBsYWJlbCB7XG5cdFx0d2lkdGg6IDEwMCU7XG5cdH1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB0ZXh0YXJlYSB7XG5cdFx0cmVzaXplOiB2ZXJ0aWNhbDtcblx0fVxuXHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGlucHV0W3R5cGU9XCJzdWJtaXRcIl0sICNwcmVtaXVtLXN1cHBvcnQtY29udGFjdC1mb3JtIGZvcm0gbGFiZWwge1xuXHRcdG1hcmdpbi10b3A6IDFlbTtcblx0XHRkaXNwbGF5OiBibG9jaztcblx0fVxuXG4vKiBMaWNlbnNlIEV4cGlyaW5nIFNvb24gTWVzc2FnZSAqL1xuLmxpY2Vuc2UtZXhwaXJpbmctc29vbiB7XG5cdGZvbnQtc2l6ZTogMTFweDtcblx0Y29sb3I6IHJnYigyNDMsIDc1LCA3NSk7XG5cdGRpc3BsYXk6IGJsb2NrO1xufVxuXHRcblx0XG4vKiBCcmVhayBQb2ludHMgKi9cdFxuQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMDgxcHgpIHtcblx0XHQjdGltZWxpbmVfZXhwcmVzc19saWNlbnNlX2tleSB7XG5cdFx0XHRtaW4td2lkdGg6IDkwJSAhaW1wb3J0YW50O1xuXHRcdFx0d2lkdGg6IDkwJSAhaW1wb3J0YW50O1xuXHRcdH1cblx0XHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGlucHV0LCAjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIHRleHRhcmVhLCAjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGxhYmVsIHtcblx0XHRcdHdpZHRoOiAxMDAlO1xuXHRcdH1cblx0XHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSB7XG5cdFx0XHRtYXJnaW46IDJlbSAwIDAgMDtcblx0XHRcdGZsb2F0OiBsZWZ0O1xuXHRcdFx0d2lkdGg6IDEwMCU7XG5cdFx0fVxuXHRcdCN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS13cmFwIHRhYmxlLndpZGVmYXQuZml4ZWQge1xuXHRcdFx0bWF4LXdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG5cdFx0fVxuXHRcdCN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS1oZWFkZXIgLnN1cHBvcnQtc3ViaGVhZCB7XG5cdFx0XHR3aWR0aDogYXV0bztcblx0XHR9XG5cdFx0I3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAudGUtbG9nbyB7XG5cdFx0XHRtaW4td2lkdGg6IDE0MHB4ICFpbXBvcnRhbnQ7XG5cdFx0XHRmbG9hdDogbm9uZSAhaW1wb3J0YW50O1xuXHRcdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0XHRtYXJnaW46IDAgYXV0bztcblx0XHR9XG5cdFx0I3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAuc3VwcG9ydC1zdWJoZWFkIGgxIHtcblx0XHRcdGxpbmUtaGVpZ2h0OiAxLjI7XG5cdFx0fVx0XG59XHRcblxuLyoqIEVuZCBUaW1lbGluZSBFeHByZXNzIEFkbWluIFN0eWxlcyAqLyJdfQ== */
|
lib/admin/css/timeline-express-settings.css
CHANGED
@@ -504,6 +504,15 @@ body.admin_page_timeline-express-welcome .slides ul li h2.promo-text {
|
|
504 |
color: rgba(225, 47, 47, 0.73);
|
505 |
}
|
506 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
507 |
/* Premium Support Contact Form */
|
508 |
#premium-support-contact-form {
|
509 |
float: left;
|
@@ -564,4 +573,4 @@ body.admin_page_timeline-express-welcome .slides ul li h2.promo-text {
|
|
564 |
}
|
565 |
|
566 |
/** End Timeline Express Admin Styles */
|
567 |
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QyxzQ0FBc0M7QUFDdEMsNENBQTRDOztBQUU1QyxxQ0FBcUM7QUFDckM7Q0FDQywwQkFBMEI7Q0FNMUIsaUVBQWlFO0NBQ2pFLHNCQUFzQjtDQUN0Qiw2QkFBNkI7Q0FFNUIsZ0RBQWdEO0VBQ2hELFlBQVk7Q0FDYixzQkFBc0I7Q0FDdEIscUNBQXFDO0NBQ3JDLGlCQUFpQjtDQUNqQixZQUFZO0NBQ1osa0JBQWtCO0NBQ2xCOztBQUVEOzs7O0NBSUMsMEJBQTBCO0NBTTFCLGlFQUFpRTtDQUNqRSxzQkFBc0I7Q0FFckIsZ0RBQWdEO0NBQ2pELFlBQVk7Q0FDWixzQ0FBc0M7Q0FDdEM7O0FBRUQ7O0NBRUMsc0JBQXNCO0NBRXRCLDZFQUE2RTtDQUM3RTs7QUFFRDs7OztDQUlDLG9CQUFvQjtDQU1wQixpRUFBaUU7Q0FDakUsOENBQThDO0NBQzlDLDhCQUE4QjtDQUU3QiwwQ0FBMEM7Q0FDM0MscUNBQXFDO0NBQ3JDOztBQUVEOzs7Q0FHQywwQkFBMEI7Q0FDMUIsK0JBQStCO0NBQy9CLGlDQUFpQztDQUVqQyxvQ0FBb0M7Q0FDcEMsaURBQWlEO0NBQ2pELGdCQUFnQjtDQUNoQjs7QUFFRDs7R0FFQzs7QUFsQkQ7Q0FxQkMsV0FBQTtDQW5CQSxjQUFBO0NBQ0E7O0NBc0JBO0VBbkJBLHNCQUFBO0VBQ0MsYUFBYTtFQUNmLHdCQUFBO0VBcUJDLGlCQUFBO0VBbkJBOztFQUVEO0dBQ0MsZ0JBQVk7R0FDYjs7RUFFRTtHQUNGLG1CQUFBO0dBQ0MsZUFBQTtHQUNELGtCQUFBO0dBQ0M7O0FBRUQsZ0NBQWdDOztBQUVoQztDQUNBLDBCQUFBO0NBQ0MsNkJBQWE7Q0FDZDs7QUFFQTs7R0FFRztBQUNIOzs7Q0FHQyx5QkFBeUI7Q0FDMUI7O0FBRUEsVUFBQTtBQUNBO0NBQ0Msd0ZBQUE7Q0FDQSxjQUFjO0NBQ2YsV0FBQTtDQUNBLG9CQUFBO0NBQ0MsY0FBQTtDQUNBLFlBQUE7Q0FDQSx5QkFBeUI7Q0FDMUI7O0FBRUEsMEJBQUM7QUFDRDtDQUNDLFVBQVU7Q0FDVjs7QUFFRDtDQUNDLG1CQUFtQjtDQUNwQjs7QUFFQTtDQUNDLHNCQUFBO0NBQ0EsWUFBQTtDQUNBLDJCQUFvQjtDQUNyQjs7QUFFQTtDQUNDLHdCQUFBO0NBQ0EsaUJBQWlCO0NBQ2xCLGFBQUE7Q0FDQTs7QUFFQTtDQUNDLGtCQUFrQjtDQUNuQjs7QUFFQTtDQUNDLGNBQWM7Q0FDZjs7QUFFQTtDQUNDLFlBQUE7Q0FDRDs7QUFFQTtDQUNDLGVBQUE7Q0FDRCxZQUFBO0NBQ0EsZ0JBQUE7Q0FDQSxpQkFBQTtDQUNDLDBCQUEwQjtDQUMzQixlQUFBO0NBQ0E7O0FBRUEsaUNBQWlDO0FBQ2pDLDRFQUFBO0FBQ0E7Q0FDQyxhQUFBO0NBQ0EsYUFBYTtDQUNkLGtCQUFBO0NBQ0E7O0FBRUE7Q0FDQSxxQkFBQTtDQUNBOztBQUVBO0NBQ0MsWUFBQTtDQUNBO0NBQ0E7RUFDQSxXQUFBO0VBQ0MsZUFBZTtFQUNqQixrQkFBQTtFQUNBO0VBQ0E7R0FDQyxjQUFDO0dBQ0Q7RUFDQTtHQUNBLGNBQUE7R0FDRSxXQUFXO0dBQ2QsZUFBQTtHQUNDLDBCQUFxQjtHQUN0Qjs7QUFFQTtDQUNDLG1CQUFZO0NBQ1o7O0FBRUQ7Q0FDQywrQkFBZ0I7Q0FDaEIsZUFBRDtDQUNDLG1CQUFBO0NBQ0EsZ0JBQUE7Q0FDQTs7QUFFRDtDQUNDLGlCQUFnQjtDQUNoQixzQkFBYTtDQUNiLCtCQUFEO0NBQ0M7O0FBRUQ7Q0FDQSwrRUFBQTtDQUNBO0FBQ0E7Q0FDQyxnQkFBZ0I7Q0FDakI7QUFDQTtDQUNDLDJFQUFEO0NBQ0M7QUFDRDtDQUNBLGdCQUFBO0NBQ0M7O0FBRUQsb0JBQWlCO0FBQ2pCO0NBQ0Msa0JBQUE7Q0FDRCxrQkFBQTtDQUNDOztBQUVELGlDQUFDO0FBQ0Q7Q0FDQSxrQkFBQTtDQUNBOztBQUVBLHFDQUFBO0FBQ0E7Q0FDQSxtQkFBQTtDQUNBLGNBQUE7Q0FDQSxlQUFBO0NBQ0EsbUJBQUE7Q0FDQzs7QUFFRCxtQkFBQTtBQUNBO0NBQ0MsZ0JBQUE7Q0FDRDs7O0FBR0EsK0NBQUE7O0NBRUMsNEJBQUE7Q0FDQTtFQUNELGNBQUE7RUFDQSxhQUFBO0VBQ0MsWUFBQTtFQUNBLDRDQUFjO0VBQ2YsY0FBQTtFQUNBLG1CQUFBO0VBQ0MsbUJBQUE7RUFDQztDQUNGO0VBQ0EsYUFBQTtFQUNDO0NBQ0EsdUJBQUE7Q0FDQTtFQUNDLDJCQUEyQjtFQUM3QixlQUFBO0VBQ0U7Q0FDRCw0QkFBNEI7Q0FDNUI7RUFDRCwyQkFBQTtFQUNFLGlCQUFhO0VBQ2Y7O0NBRUM7RUFDQyxpQkFBQTtFQUNGLFdBQUE7RUFDQyxhQUFBO0VBQ0E7O0FBRUQsMEJBQUU7O0FBRUYsd0JBQUMsY0FBQSxDQUFBOztBQUVEO0NBQ0MsWUFBRDtDQUNDLGlCQUFBO0NBQ0EsMkJBQUE7Q0FDQSx3QkFBQTtDQUNBOzs7O0FBSUQ7Ozs7a0RBSWtEO0FBQ2xEOztBQUVBLHlGQUFFO0FBQ0YsNERBQTREO0NBQzVEO0FBQ0E7Q0FDQSxlQUFBO0NBQ0Msa0JBQUE7Q0FDRDs7QUFFQTtDQUNDLGdCQUFnQjtDQUNoQixpQkFBaUI7Q0FDbEIseUVBQUE7Q0FDQyx1QkFBdUI7Q0FDdkIsYUFBYTtDQUNiLGtCQUFrQjtDQUNsQixlQUFlO0NBQ2hCOztBQUVBO0NBQ0EsZ0JBQUE7Q0FDQSxpQkFBQTtDQUNBLDJFQUFBO0NBQ0EseUJBQUE7Q0FDQSxhQUFBO0NBQ0EsbUNBQUE7Q0FDQyw2QkFBNkI7Q0FDOUI7O0FBRUE7Q0FDQyxnQkFBQTtDQUNELGlCQUFBO0NBQ0Esc0VBQUE7Q0FDQyx5QkFBQTtDQUNBLGFBQUE7Q0FDRCxtQ0FBQTtDQUNDLDZCQUE2QjtDQUM5Qjs7QUFFQTtDQUNDLGVBQUE7Q0FDRCxpQkFBQTtDQUNDLHlFQUFBO0NBQ0EseUJBQUE7Q0FDQSxhQUFBO0NBQ0EsbUNBQUE7Q0FDQSw2QkFBNkI7Q0FDOUI7O0FBRUEsaUJBQUM7QUFDRDtJQUNBLGFBQUE7SUFDQyxnQkFBQTtJQUNBLGtCQUFBO0lBQ0EsV0FBQTtDQUNBLG1CQUFBO0NBQ0E7O0FBRUQ7SUFDQyxnQkFBQTtJQUNBLGtCQUFBO0NBQ0Q7O0FBRUEsNEJBQUM7O0FBRUQ7Q0FDQyxZQUFZOztJQUViLFVBQUE7SUFDQyxrQkFBQTtJQUNHLE1BQUE7O0lBRUosb0JBQUE7SUFDQyxvQ0FBQTtJQUNBLGtDQUFBO0lBQ0csMENBQTBDO0lBQzlDLDRDQUFBO0lBQ0Msb0NBQUE7SUFDQSwyQkFBQTtJQUNBLHNDQUFBO0lBQ0csc0NBQXNDOztJQUV0QyxpQ0FBaUM7SUFDckMsK0JBQUE7SUFDQyx1Q0FBWTtJQUNULHlDQUF5QztJQUN6QyxpQ0FBVTtJQWtCZCx3QkFBQTtJQUNDLG1DQUFBO0lBaEJHLG1DQUFtQztDQUN0Qzs7QUFFRCxpQkFpQkk7QUFoQko7SUFrQkEsOEJBQUE7SUFDQywyQkFBQTtDQWhCQTtBQUNEO0lBa0JJLCtCQUFBO0lBaEJBLDRCQUE0QjtDQUMvQjtBQUNEO0lBa0JJLGNBQUE7Q0FoQkg7O0FBRUQsNEJBaUJJOztBQWZKO0lBQ0MseUJBQUE7SUFDRyxrQ0FBa0M7SUFDdEMsaUNBaUJDO0lBaEJELGNBQUE7SUFrQkMsZUFBQTtJQWhCRyxjQUFBO0lBa0JKLGFBQUE7SUFDQSxrQkFBQTtJQUNDLFVBQUE7SUFDQSxZQUFBO0NBQ0Qsa0JBQUE7O0lBRUMsb0JBQUE7SUFoQkEsb0NBQUE7SUFDRyxrQ0FBa0M7SUFrQnRDLDBDQUFBO0lBaEJJLDRDQUE0QztJQUNoRCxvQ0FBQTtJQUNJLDJCQUF5QjtJQWtCN0Isc0NBQUE7SUFoQkksc0NBQWlDOztJQXlDckMsaUNBQUE7SUFDQSwrQkFBQTtJQUNJLHVDQUFBO0lBQ0EseUNBQUE7SUFDQSxpQ0FBQTtJQUNBLHdCQUFBO0lBdENILG1DQXVDRztJQXRDQSxtQ0FBbUM7Q0FDdEM7OztBQUdEO0NBQ0MsbURBdUNHO0NBdENILDhCQXVDRztDQXRDSCxxQ0F1Q0E7Q0F0Q0E7OztBQUdELHlDQXVDQTtBQXRDQTtDQUNDLGFBdUNHO0NBdENIOztBQUVEO0NBQ0MsZ0JBdUNEO0NBdENDOztBQUVEO0NBQ0Msc0JBQXNCO0NBQ3ZCLFlBQUE7Q0F3Q0M7O0FBckNEO0NBd0NBLGlCQUFBO0NBdENDLGdCQUFnQjtDQUNoQixXQUFXO0NBQ1osWUFBQTtDQUNBOztBQUVBO0NBQ0MsZUFBZTtDQXdDaEIsb0JBQUE7Q0FDQyxZQUFBO0NBQ0EsV0FBQTtDQXRDQTs7QUFFRDtDQXdDQyxXQUFBO0NBdENBLGlCQUFBO0NBQ0E7O0FBRUQsOEJBdUNDO0FBdENEO0NBQ0MsaUNBQVc7Q0F3Q1o7O0FBckNBLHFDQUFxQztBQUNyQztDQXdDQSw4QkFBQTtDQUNDOztBQXJDRDtDQXdDQywrQkFBQTtDQXRDQTs7QUFFRDtDQXdDQywrQkFBQTtDQXRDQTs7QUFFRDtDQUNBLHNCQUFBO0NBd0NDOztBQXJDRCxpREFBaUQ7QUF3Q2pEO0NBdENBLGVBQUE7Q0F3Q0MsWUFBQTtDQXRDQSxnQkFBQTtDQUNBOztBQUVELDJCQXVDQztBQXRDRDtDQUNDLCtCQUErQjtDQXdDaEM7O0FBckNBLGtDQXVDQztBQXRDRDtDQXdDQSxZQUFBO0NBQ0EsV0FBQTtDQUNDLGlCQUFBO0NBdENBO0NBd0NEO0VBdENBLFlBQUE7RUF3Q0M7Q0F0Q0E7RUF3Q0QsWUFBQTtFQUNBO0NBdENDO0VBQ0QsaUJBQUE7RUFDQTtDQXdDQztFQXRDQSxnQkFBQTtFQUNDLGVBQWU7RUF3Q2pCOztBQXJDQSxtQ0F1Q0M7QUF0Q0Q7Q0F3Q0EsZ0JBQUE7Q0FDQSx3QkFBQTtDQUNBLGVBQUE7Q0F0Q0M7OztBQUdELGtCQXVDQztBQXRDRDtFQUNDO0dBd0NBLDBCQUFBO0dBQ0Qsc0JBQUE7R0F0Q0M7RUF3Q0E7R0FDRCxZQUFBO0dBQ0E7RUF0Q0U7R0FDRixrQkFBQTtHQUNBLFlBQUE7R0FDQyxZQUFBO0dBQ0E7RUF3Q0Q7R0FDQSwyQkFBQTtHQXRDRztFQUNEO0dBQ0YsWUFBQTtHQUNBO0VBQ0U7R0FDQyw0QkFBMEI7R0F3QzdCLHVCQUFBO0dBQ0EsZUFBQTtHQUNFLGVBQUE7R0FDRDtFQXRDQztHQUNBLGlCQUFBO0dBd0NBO0NBdENEOztBQUVELHdDQXVDRSIsImZpbGUiOiJ0aW1lbGluZS1leHByZXNzLXNldHRpbmdzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuLypcdFRpbWVsaW5lIEV4cHJlc3MgU2V0dGluZ3MgU3R5bGVzICovXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuXG4vKiBSZWQgQnV0dG9uIFN0eWxlIC0gU2V0dGluZ3MgUGFnZSovXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uIHtcblx0YmFja2dyb3VuZC1jb2xvcjogIzlCMjEyNDtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjQzUyOTJFKSwgdG8oIzlCMjEyNCkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNDNTI5MkUsICM5QjIxMjQpO1xuXHRib3JkZXItY29sb3I6ICM5QjIxMjQ7XG5cdGJvcmRlci1ib3R0b20tY29sb3I6ICM4RDFGMjE7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDEyMCwyMDAsMjMwLDAuNSk7XG4gXHRib3gtc2hhZG93OiBpbnNldCAwIDFweCAwIHJnYmEoMTIwLDIwMCwyMzAsMC41KTtcbiBcdGNvbG9yOiAjZmZmO1xuXHR0ZXh0LWRlY29yYXRpb246IG5vbmU7XG5cdHRleHQtc2hhZG93OiAwIDFweCAwIHJnYmEoMCwwLDAsMC4xKTtcblx0bWFyZ2luLWxlZnQ6IDJlbTtcblx0d2lkdGg6MTUwcHg7XG5cdHRleHQtYWxpZ246Y2VudGVyO1xufVxuXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uLmhvdmVyLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbjpob3Zlcixcbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uZm9jdXMsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmZvY3VzIHtcblx0YmFja2dyb3VuZC1jb2xvcjogI0I3MjYyOTtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjRDIyRTMwKSwgdG8oIzlCMjEyNCkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNEMjJFMzAsICM5QjIxMjQpO1xuXHRib3JkZXItY29sb3I6ICM3RjFDMUY7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDEyMCwyMDAsMjMwLDAuNik7XG4gXHRib3gtc2hhZG93OiBpbnNldCAwIDFweCAwIHJnYmEoMTIwLDIwMCwyMzAsMC42KTtcblx0Y29sb3I6ICNmZmY7XG5cdHRleHQtc2hhZG93OiAwIC0xcHggMCByZ2JhKDAsMCwwLDAuMyk7XG59XG5cbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uZm9jdXMsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmZvY3VzIHtcblx0Ym9yZGVyLWNvbG9yOiAjNTAwRjBFO1xuXHQtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgxMjAsMjAwLDIzMCwwLjYpLCAxcHggMXB4IDJweCByZ2JhKDAsMCwwLDAuNCk7XG5cdGJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgxMjAsMjAwLDIzMCwwLjYpLCAxcHggMXB4IDJweCByZ2JhKDAsMCwwLDAuNCk7XG59XG5cbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uYWN0aXZlLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbi5hY3RpdmU6aG92ZXIsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uLmFjdGl2ZTpmb2N1cyxcbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b246YWN0aXZlIHtcblx0YmFja2dyb3VuZDogIzdGMUMxRjtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjOUIyMTI0KSwgdG8oI0I3MjYyOSkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICM5QjIxMjQsICNCNzI2MjkpO1xuXHRib3JkZXItY29sb3I6ICM2MDEzMTIgI0FFMjQyNiAjQUUyNDI2ICNBRTI0MjY7XG5cdGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuOTUpO1xuXHQtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgwLDAsMCwwLjEpO1xuIFx0Ym94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDAsMCwwLDAuMSk7XG5cdHRleHQtc2hhZG93OiAwIDFweCAwIHJnYmEoMCwwLDAsMC4xKTtcbn1cblxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbltkaXNhYmxlZF0sXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmRpc2FibGVkLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbi1kaXNhYmxlZCB7XG5cdGNvbG9yOiAjRTc5NDk2ICFpbXBvcnRhbnQ7XG5cdGJhY2tncm91bmQ6ICNCQTI5MkIgIWltcG9ydGFudDtcblx0Ym9yZGVyLWNvbG9yOiAjN0YxQzFGICFpbXBvcnRhbnQ7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogbm9uZSAhaW1wb3J0YW50O1xuXHRib3gtc2hhZG93OiAgICAgICAgIG5vbmUgIWltcG9ydGFudDtcblx0dGV4dC1zaGFkb3c6IDAgLTFweCAwIHJnYmEoMCwwLDAsMC4xKSAhaW1wb3J0YW50O1xuXHRjdXJzb3I6IGRlZmF1bHQ7XG59XG5cbi8qIEljb24gKi9cbiN0aW1lbGluZS1leHByZXNzLWljb24ge1xuXHRiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudCB1cmwoJy4uL2ltYWdlcy90aW1lbGluZS1leHByZXNzLWxvZ28tMTI4LnBuZycpIG5vLXJlcGVhdCAwIDA7XG5cdGRpc3BsYXk6YmxvY2s7XG5cdGZsb2F0OmxlZnQ7XG5cdHBhZGRpbmc6IDAgMCAwIC41ZW07XG5cdGhlaWdodDogIDEyOHB4O1xuXHR3aWR0aDogMTI4cHg7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcbn1cblxuLyogU2V0dGluZ3MgUGFnZSBIZWFkZXIgKi9cbi53cmFwICN0aW1lbGluZS1leHByZXNzLXBhZ2UtaGVhZGVyIHtcblx0cGFkZGluZy10b3A6MDtcblx0bWFyZ2luOiAxZW0gMCAwIDA7XG5cdGZvbnQtc2l6ZTogMjVweDtcblx0bGluZS1oZWlnaHQ6IDM7XG59XG5cbi53cmFwIC5uYXYtdGFiLXdyYXBwZXIge1xuXHRwYWRkaW5nLXRvcDoyLjVlbTtcbn1cblxuLndyYXAgLmFjY291bnQtbmF2LXRhYiB7XG5cdHBhZGRpbmctdG9wOjA7XG59XG5cbi5yYW5kb20tbGVuZ3RoLXRleHQge1xuXHRvcGFjaXR5OiAuNTtcbn1cblxuI3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciAuZmEtcGF5cGFsIHtcblx0ZGlzcGxheTogYmxvY2s7XG5cdHdpZHRoOiAxMDAlO1xuXHRmb250LXNpemU6IDE2cHg7XG5cdHBhZGRpbmctdG9wOiA0cHg7XG5cdG1hcmdpbjogMCBhdXRvICFpbXBvcnRhbnQ7XG5cdGNvbG9yOiAjMjUzYjgwO1xufVxuXG4vKiBTZXR0aW5ncyBQYWdlIFRvcCBDb250YWluZXIgKi9cbi8qIEhvdXNlcyBsaW5rcyB0byBsZWF2ZSB1cyBhIHJldmlldywgbGlua3MgdG8gRXZhbiBIZXJtYW4ncyBXZWJzaXRlIGV0Yy4gKi9cbi53cmFwICN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIge1xuXHRwYWRkaW5nOi41ZW07XG5cdGZsb2F0OiByaWdodDtcblx0bWFyZ2luLXRvcDogLjc1ZW07XG59XG5cbiN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIge1xuXHRkaXNwbGF5OmlubGluZS1ibG9jaztcbn1cblx0XG4jdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIGEsICN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIgYTpob3ZlciB7XG5cdGNvbG9yOiAjMzMzO1xufVxuXHQjdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIGRpdiwgI3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciBzcGFuLCAjdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIC50aW1lbGluZV9leHByZXNzX2hlYWRlcl9sb2dvIHtcblx0XHRmbG9hdDpsZWZ0O1xuXHRcdG1hcmdpbjogMCAuNWVtO1xuXHRcdHRleHQtYWxpZ246Y2VudGVyO1xuXHR9XG5cdFx0I3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciBkaXYuZGFzaGljb25zIHtcblx0XHRcdG1hcmdpbjogMCA1cHg7XG5cdFx0fVxuXHRcdCN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIgZGl2LmRhc2hpY29ucy1wbHVzLWFsdCB7XG5cdFx0XHRkaXNwbGF5OmJsb2NrO1xuXHRcdFx0d2lkdGg6MTAwJTtcblx0XHRcdG1hcmdpbjogMCBhdXRvO1xuXHRcdFx0Y29sb3I6IHJnYigxNjMsIDE5NSwgMTg0KTtcblx0XHR9XG5cdFx0XG4udGltZWxpbmUtZXhwcmVzcy1mb3JtIHtcblx0bWFyZ2luLWJvdHRvbTogM2VtO1xufVxuXG5cdC50aW1lbGluZS1leHByZXNzLWZvcm0gdGgge1xuXHRcdGZvbnQtd2VpZ2h0OiBib2xkO1xuXHR9XG5cbi50aW1lbGluZS1leHByZXNzLXNldHRpbmdzLWRlc2NyaXB0aW9uIHtcblx0cGFkZGluZy1ib3R0b206IDJlbSAhaW1wb3J0YW50O1xuXHRjb2xvcjogI0E3QTdBNztcblx0Zm9udC1zdHlsZTogaXRhbGljO1xuXHRmb250LXNpemU6IDEwcHg7XG59XG5cdFxuXG4ud3AtYWRtaW4gLmFjdGl2ZS1wYXJlbnQtYnV0dG9uLCAud3AtYWRtaW4gLmFjdGl2ZS1wYXJlbnQtYnV0dG9uOmhvdmVyICB7XG5cdGNvbG9yOiByZWQ7XG59XG5cbi5kZWxldGUtbm86YWZ0ZXIge1xuXHRjb250ZW50OiBcIiBubywgc2F2ZSBteSBhbm5vdW5jZW1lbnRzIGZyb20gYmVpbmcgZGVsZXRlZC4gSSdsbCBuZWVkIHRoZW0gYWdhaW4hXCJcbn1cbi5kZWxldGUtbm86aG92ZXIge1xuXHRjdXJzb3I6IHBvaW50ZXI7XG59XG4uZGVsZXRlLXllczphZnRlciB7XG5cdGNvbnRlbnQ6IFwiIHllcywgZGVsZXRlIGFsbCBvZiB0aGUgYW5ub3VuY2VtZW50IHBvc3RzLiB0aGV5IGFyZSBkZWFkIHRvIG1lLlwiXG59XG4uZGVsZXRlLXllczpob3ZlciB7XG5cdGN1cnNvcjogcG9pbnRlcjtcbn1cblxuLyoqIENvbG9yIFBpY2tlciAqKi9cbi53cC1waWNrZXItaG9sZGVyIHtcblx0cG9zaXRpb246YWJzb2x1dGU7XG5cdHotaW5kZXg6IDk5OTk5OTk5O1xufVxuXG4vKiBObyBldmVudHMgbWVzc2FnZSB3cF9lZGl0b3IgKi9cbiNuby1ldmVudHMtbWVzc2FnZV9pZnIge1xuXHRtYXgtaGVpZ2h0OiAxMDBweDtcbn1cblxuLyogTm8gRXZlbnRzIEZvdW5kIEluIFRhYmxlIC0gdGV4dCAqL1xuLndwLWxpc3QtdGFibGUgLm5vLWl0ZW1zIC5jb2xzcGFuY2hhbmdlIHtcblx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHRoZWlnaHQ6IDExNXB4O1xuXHRsaW5lLWhlaWdodDogODtcblx0Zm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4vKiBDb2x1bW4gV2lkdGhzICovXG4ud3AtbGlzdC10YWJsZSAjY29sb3IsIC53cC1saXN0LXRhYmxlICNpY29uIHtcblx0d2lkdGg6IDY1cHg7XG5cdHRleHQtYWxpZ246IGNlbnRlcjtcblx0cGFkZGluZy1sZWZ0OiAxZW07XG59XG5cbi53cC1saXN0LXRhYmxlICNhbm5vdW5jZW1lbnRfZGF0ZSwgLndwLWxpc3QtdGFibGUgLmNvbHVtbi1hbm5vdW5jZW1lbnRfZGF0ZSB7XG5cdHdpZHRoOiAyMTVweDtcbn1cblxuLndwLWxpc3QtdGFibGUgI2ltYWdlLCAud3AtbGlzdC10YWJsZSAuY29sdW1uLWltYWdlIHtcblx0d2lkdGg6IDI1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cblxuLm5vLWltYWdlLXVzZWQtdGV4dCB7XG5cdGxpbmUtaGVpZ2h0OiA0Ljdcbn1cblxuLndwLWxpc3QtdGFibGUgI3Bhc3RfYW5ub3VuY2VtZW50IHtcblx0d2lkdGg6IDE1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cblxuLyogRWRpdCBUaW1lbGluZSBFeHByZXNzIEFubm91bmNlbWVudCBTdHlsZXMgKi9cblxuXHQvKiBBbm5vdW5jZW1lbnQgQ29sb3IgQm94ICovXG5cdC53cC1saXN0LXRhYmxlIC5hbm5vdW5jZW1lbnRfY29sb3JfYm94IHtcblx0XHRkaXNwbGF5OmJsb2NrO1xuXHRcdHdpZHRoOiAxNXB4O1xuXHRcdGhlaWdodDogMTVweDtcblx0XHRib3JkZXI6IDFweCBzb2xpZCByZ2JhKDEyOCwgMTI4LCAxMjgsIDAuMjIpO1xuXHRcdHBhZGRpbmc6IC41ZW07XG5cdFx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHRcdG1hcmdpbjogMCBhdXRvO1xuXHRcdG1hcmdpbi10b3A6IDExcHg7XG5cdFx0LXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG5cdFx0LW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG5cdFx0Ym9yZGVyLXJhZGl1czogNTAlO1xuXHR9XG5cdC8qIEFubm91bmNlbWVudCBJY29uICovXG5cdC53cC1saXN0LXRhYmxlIC5lZGl0LWFubm91bmNlbWVudC1pY29uIHtcblx0XHRmb250LXNpemU6IDI1cHggIWltcG9ydGFudDtcblx0XHRsaW5lLWhlaWdodDogMi41ICFpbXBvcnRhbnQ7XG5cdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHR9XG5cdC8qIEFubm91bmNlbWVudCBEYXRlICovXG5cdC53cC1saXN0LXRhYmxlICNhbm5vdW5jZW1lbnRfZGF0ZSwgXG5cdHRoLm1hbmFnZS1jb2x1bW4uY29sdW1uLWFubm91bmNlbWVudF9kYXRlLnNvcnRhYmxlLmRlc2Mge1xuXHRcdGxpbmUtaGVpZ2h0OiAxLjU7XG5cdFx0cGFkZGluZy1sZWZ0OiAyLjVlbTtcblx0fVxuXHQud3AtbGlzdC10YWJsZSAuYW5ub3VuY2VtZW50X2RhdGUge1xuXHRcdGxpbmUtaGVpZ2h0OiA0LjUgIWltcG9ydGFudDtcblx0XHR0ZXh0LWFsaWduOiBjZW50ZXI7XG5cdH1cblx0LyogUGFzdCBBbm5vdW5jZW1lbnQgSWNvbiAqL1xuXHQud3AtbGlzdC10YWJsZSAuZGFzaGljb24tcGFzdC1hbm5vdW5jZW1lbnQge1xuXHRcdGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuXHRcdGxpbmUtaGVpZ2h0OiAyLjEgIWltcG9ydGFudDtcblx0fVxuXG4vKiogQWRtaW4gQnJlYWsgUG9pbnRzICoqL1xuXG4uZGFzaGljb25zLXN0YXItZmlsbGVkIHtjb2xvcjojRkVCRTEyO31cblxuI3RpbWVsaW5lX2V4cHJlc3NfcmVzZXRfcGx1Z2luX3NldHRpbmdzIC5kYXNoaWNvbnMtZGlzbWlzcyB7XG5cdGZsb2F0OiBsZWZ0O1xuXHRtYXJnaW4tdG9wOiAuNWVtO1xuXHRwYWRkaW5nOiAuNWVtIDFlbSAxZW0gLjVlbTtcblx0Y29sb3I6IHJnYigyNDEsIDgzLCA4Myk7XG59XG5cblxuXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuKlxuKlx0VGltZWxpbmUgRXhwcmVzcyBXZWxjb21lIFBhZ2UgU3R5bGVzXG4qXG4qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAudGltZWxpbmUtZXhwcmVzcy1pbWFnZSB7XG5cdFxuYmFja2dyb3VuZDogLW1vei1saW5lYXItZ3JhZGllbnQodG9wLCByZ2JhKDIwNiwyMjAsMjMxLC43KSAwJSwgcmdiYSg4OSwxMDYsMTE0LC43KSAxMDAlKTtcbmJhY2tncm91bmQtaW1hZ2U6IHVybCggJy4uL2ltYWdlcy93ZWxjb21lL2JhY2tncm91bmQucG5nJyApO1xufVxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAudGltZWxpbmUtc2NyZWVuc2hvdCB7XG5cdHBhZGRpbmc6IDEuNWVtO1xuXHRwYWRkaW5nLWJvdHRvbTogMDtcbn1cblxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuZm9udC1hd2Vzb21lLWJhY2tncm91bmQge1xuXHRwYWRkaW5nLXRvcDozZW07XG5cdG1hcmdpbi10b3A6MS41ZW07XG5cdGJhY2tncm91bmQtaW1hZ2U6IHVybCggJy4uL2ltYWdlcy93ZWxjb21lL0ZvbnQtQXdlc29tZS1DaGVhdHNoZWV0LnBuZycgKTtcblx0YmFja2dyb3VuZC1zaXplOiBjb3Zlcjtcblx0aGVpZ2h0OjI1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcblx0bGluZS1oZWlnaHQ6IDg7XG59XG5cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLmludHVpdGl2ZS1wb3N0LWNyZWF0aW9uIHtcblx0cGFkZGluZy10b3A6M2VtO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9pbnR1aXRpdmUtY3JlYXRpb24tc2NyZWVuLmpwZycgKTtcblx0YmFja2dyb3VuZC1zaXplOiBjb250YWluO1xuXHRoZWlnaHQ6NjY1cHg7XG5cdGJhY2tncm91bmQtcG9zaXRpb246IGJvdHRvbSBjZW50ZXI7XG5cdGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7XG59XG5cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLmFkbWluLW1hbmFnZS1hbm5vdW5jZW1lbnRzIHtcblx0cGFkZGluZy10b3A6M2VtO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9NYW5hZ2UtQW5ub3VuY2VtZW50cy5qcGcnICk7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcblx0aGVpZ2h0OjY2NXB4O1xuXHRiYWNrZ3JvdW5kLXBvc2l0aW9uOiBib3R0b20gY2VudGVyO1xuXHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5jdXN0b21pemUteW91ci10aW1lbGluZSB7XG5cdHBhZGRpbmctdG9wOjQlO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9jdXN0b21pemUteW91ci10aW1lbGluZS5qcGcnICk7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcblx0aGVpZ2h0OjY2NXB4O1xuXHRiYWNrZ3JvdW5kLXBvc2l0aW9uOiBib3R0b20gY2VudGVyO1xuXHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xufVxuXG4vKiBmYWRlIHNsaWRlciAqL1xuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHtcbiAgICBoZWlnaHQ6NjY1cHg7XG4gICAgb3ZlcmZsb3c6aGlkZGVuO1xuICAgIHBvc2l0aW9uOnJlbGF0aXZlO1xuICAgIHdpZHRoOjEwMCU7XG5cdHBhZGRpbmc6IDQlIDAgNCUgMDtcbn1cblxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsIHtcbiAgICBsaXN0LXN0eWxlOm5vbmU7XG4gICAgcG9zaXRpb246cmVsYXRpdmU7XG59XG5cbi8qIGtleWZyYW1lcyAjYW5pbV9zbGlkZXMgKi9cbkAtd2Via2l0LWtleWZyYW1lcyBhbmltX3NsaWRlcyB7XG4gICAgMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDYlIHtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyNCUge1xuICAgICAgICBvcGFjaXR5OjE7XG4gICAgfVxuICAgIDMwJSB7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG59XG5ALW1vei1rZXlmcmFtZXMgYW5pbV9zbGlkZXMge1xuICAgIDAlIHtcbiAgICAgICAgb3BhY2l0eTowO1xuICAgIH1cbiAgICA2JSB7XG4gICAgICAgIG9wYWNpdHk6MTtcbiAgICB9XG4gICAgMjQlIHtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAzMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgbGkge1xuXHR3aWR0aDogMTAwJTtcblx0XG4gICAgb3BhY2l0eTowO1xuICAgIHBvc2l0aW9uOmFic29sdXRlO1xuICAgIHRvcDowO1xuXG4gICAgLyogY3NzMyBhbmltYXRpb24gKi9cbiAgICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBhbmltX3NsaWRlcztcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjogMTguMHM7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgLXdlYmtpdC1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kaXJlY3Rpb246IG5vcm1hbDtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kZWxheTogMDtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWZpbGwtbW9kZTogZm9yd2FyZHM7XG5cbiAgICAtbW96LWFuaW1hdGlvbi1uYW1lOiBhbmltX3NsaWRlcztcbiAgICAtbW96LWFuaW1hdGlvbi1kdXJhdGlvbjogMTguMHM7XG4gICAgLW1vei1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgLW1vei1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgICAtbW96LWFuaW1hdGlvbi1kaXJlY3Rpb246IG5vcm1hbDtcbiAgICAtbW96LWFuaW1hdGlvbi1kZWxheTogMDtcbiAgICAtbW96LWFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xuICAgIC1tb3otYW5pbWF0aW9uLWZpbGwtbW9kZTogZm9yd2FyZHM7XG59XG5cbi8qIGNzczMgZGVsYXlzICovXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgIGxpOm50aC1jaGlsZCgyKSwgYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsICBsaTpudGgtY2hpbGQoMikgaDIucHJvbW8tdGV4dCB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDYuMHM7XG4gICAgLW1vei1hbmltYXRpb24tZGVsYXk6IDYuMHM7XG59XG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgIGxpOm50aC1jaGlsZCgzKSwgYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsICBsaTpudGgtY2hpbGQoMykgaDIucHJvbW8tdGV4dCB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDEyLjBzO1xuICAgIC1tb3otYW5pbWF0aW9uLWRlbGF5OiAxMi4wcztcbn1cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLnNsaWRlcyB1bCBsaSBpbWcge1xuICAgIGRpc3BsYXk6YmxvY2s7XG59XG5cbi8qIGtleWZyYW1lcyAjYW5pbV90aXRsZXMgKi9cbkAtd2Via2l0LWtleWZyYW1lcyBhbmltX3RpdGxlcyB7XG4gICAgMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDUlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjE7XG4gICAgfVxuICAgIDI1JSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG59XG5ALW1vei1rZXlmcmFtZXMgYW5pbV90aXRsZXMge1xuICAgIDAlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eTowO1xuICAgIH1cbiAgICA1JSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MTtcbiAgICB9XG4gICAgMjAlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyNSUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgbGkgaDIucHJvbW8tdGV4dCB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjojMDAwMDAwO1xuICAgIGJvcmRlci1yYWRpdXM6MTBweCAxMHB4IDEwcHggMTBweDtcbiAgICBib3gtc2hhZG93OjAgMCAzcHggI0ZGRkZGRiBpbnNldDtcbiAgICBjb2xvcjojRkZGRkZGO1xuICAgIGZvbnQtc2l6ZToxOHB4O1xuICAgIG1hcmdpbjowIGF1dG87XG4gICAgcGFkZGluZzoxMHB4O1xuICAgIHBvc2l0aW9uOmFic29sdXRlO1xuICAgIHRvcDotMzVweDtcbiAgICB3aWR0aDozNTBweDtcblx0dGV4dC1hbGlnbjpjZW50ZXI7XG5cbiAgICAvKiBjc3MzIGFuaW1hdGlvbiAqL1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGFuaW1fdGl0bGVzO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWR1cmF0aW9uOiAxOC4wcztcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWRpcmVjdGlvbjogbm9ybWFsO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OiAwO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkcztcblxuICAgIC1tb3otYW5pbWF0aW9uLW5hbWU6IGFuaW1fdGl0bGVzO1xuICAgIC1tb3otYW5pbWF0aW9uLWR1cmF0aW9uOiAxOC4wcztcbiAgICAtbW96LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgICAtbW96LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICAgIC1tb3otYW5pbWF0aW9uLWRpcmVjdGlvbjogbm9ybWFsO1xuICAgIC1tb3otYW5pbWF0aW9uLWRlbGF5OiAwO1xuICAgIC1tb3otYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7XG4gICAgLW1vei1hbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkcztcbn1cblxuXG4uZGFzaGljb25zLWhlYXJ0IHtcblx0YmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmY4Y2Y3LCAjZTJhNWUwKTtcblx0YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZmOGNmNywgI2UyYTVlMCk7XG5cdC13ZWJraXQtYmFja2dyb3VuZC1jbGlwOiB0ZXh0O1xuXHQtd2Via2l0LXRleHQtZmlsbC1jb2xvcjogdHJhbnNwYXJlbnQ7XG59XG5cblxuLyogVmVyc2lvbiAxLjEuNCAsIHN1cHBvcnQgcGFnZSBzdHlsZXMgKi9cbiN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS13cmFwIHtcblx0cGFkZGluZzogMmVtO1xufVxuXG4udGVfYW5ub3VuY2VtZW50c19wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MgLndyYXAge1xuXHRwYWRkaW5nOiAwIDJlbTtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLXdyYXAgaHIge1xuXHRtYXJnaW46IDEuNWVtIDA7XG59XG5cbiN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS1oZWFkZXIge1xuXHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG5cdHdpZHRoOiAxMDAlO1xufVxuXG4jdGltZWxpbmUtZXhwcmVzcy1zdXBwb3J0LXBhZ2UtaGVhZGVyIGltZy50ZS1sb2dvIHtcblx0bWF4LXdpZHRoOiAxMjhweDtcblx0bWluLXdpZHRoOiA5MHB4O1xuXHR3aWR0aDogMjAlO1xuXHRmbG9hdDogbGVmdDtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAuc3VwcG9ydC1zdWJoZWFkICB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHRtYXJnaW46IDJlbSAwIDAgMWVtO1xuXHRmbG9hdDogbGVmdDtcblx0d2lkdGg6IDQ0JTtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLXdyYXAgI3RpbWVsaW5lX2V4cHJlc3NfbGljZW5zZV9rZXkge1xuXHR3aWR0aDogMjUlO1xuXHRtaW4td2lkdGg6IDQwMHB4O1xufVxuXG4vKiBWYWxpZCBsaWNlbnNlIENoZWNrIG1hcmsgKi9cbi50aW1lbGluZS1leHByZXNzLXZhbGlkLWxpY2Vuc2Uge1xuXHRjb2xvcjogcmdiYSgxNDQsIDIxNCwgMTI1LCAwLjY4KTtcblx0Zm9udC1zaXplOiAyOHB4O1xufVxuXG4vKiBQdXJjaGFzZSBzdXBwb3J0IGxpY2Vuc2UgYnV0dG9uICovXG4ucHVyY2hhc2Utc3VwcG9ydC1saWNlbnNlIHtcblx0bWFyZ2luLWxlZnQ6IC0uNWVtICFpbXBvcnRhbnQ7XG59XG5cbi8qIFRpbWVsaW5lIEV4cHJlc3MgU3VwcG9ydCBMaWNlbnNlIEZvcm1zIFBhZ2UgKi9cbi50aW1lbGluZS1leHByZXNzLWxpY2Vuc2UtYnV0dG9ucyB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHR3aWR0aDogMTAwJTtcblx0bWFyZ2luLXRvcDogMmVtO1xufVxuXG4vKiBJbnZhbGlkIExpY2Vuc2UgRXJyb3IgKi9cbi50aW1lbGluZS1leHByZXNzLWludmFsaWQtbGljZW5zZS1lcnJvciB7XG5cdGNvbG9yOiByZ2JhKDIyNSwgNDcsIDQ3LCAwLjczKTtcbn1cblxuLyogUHJlbWl1bSBTdXBwb3J0IENvbnRhY3QgRm9ybSAqL1xuI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0ge1xuXHRmbG9hdDogbGVmdDtcblx0d2lkdGg6IDMzJTtcblx0bWluLXdpZHRoOiAzMDBweDtcbn1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB7XG5cdFx0d2lkdGg6IDEwMCU7XG5cdH1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSBpbnB1dCwgI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB0ZXh0YXJlYSwgI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSBsYWJlbCB7XG5cdFx0d2lkdGg6IDEwMCU7XG5cdH1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB0ZXh0YXJlYSB7XG5cdFx0cmVzaXplOiB2ZXJ0aWNhbDtcblx0fVxuXHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGlucHV0W3R5cGU9XCJzdWJtaXRcIl0sICNwcmVtaXVtLXN1cHBvcnQtY29udGFjdC1mb3JtIGZvcm0gbGFiZWwge1xuXHRcdG1hcmdpbi10b3A6IDFlbTtcblx0XHRkaXNwbGF5OiBibG9jaztcblx0fVxuXG4vKiBMaWNlbnNlIEV4cGlyaW5nIFNvb24gTWVzc2FnZSAqL1xuLmxpY2Vuc2UtZXhwaXJpbmctc29vbiB7XG5cdGZvbnQtc2l6ZTogMTFweDtcblx0Y29sb3I6IHJnYigyNDMsIDc1LCA3NSk7XG5cdGRpc3BsYXk6IGJsb2NrO1xufVxuXHRcblx0XG4vKiBCcmVhayBQb2ludHMgKi9cdFxuQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMDgxcHgpIHtcblx0XHQjdGltZWxpbmVfZXhwcmVzc19saWNlbnNlX2tleSB7XG5cdFx0XHRtaW4td2lkdGg6IDkwJSAhaW1wb3J0YW50O1xuXHRcdFx0d2lkdGg6IDkwJSAhaW1wb3J0YW50O1xuXHRcdH1cblx0XHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGlucHV0LCAjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIHRleHRhcmVhLCAjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGxhYmVsIHtcblx0XHRcdHdpZHRoOiAxMDAlO1xuXHRcdH1cblx0XHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSB7XG5cdFx0XHRtYXJnaW46IDJlbSAwIDAgMDtcblx0XHRcdGZsb2F0OiBsZWZ0O1xuXHRcdFx0d2lkdGg6IDEwMCU7XG5cdFx0fVxuXHRcdCN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS13cmFwIHRhYmxlLndpZGVmYXQuZml4ZWQge1xuXHRcdFx0bWF4LXdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG5cdFx0fVxuXHRcdCN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS1oZWFkZXIgLnN1cHBvcnQtc3ViaGVhZCB7XG5cdFx0XHR3aWR0aDogYXV0bztcblx0XHR9XG5cdFx0I3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAudGUtbG9nbyB7XG5cdFx0XHRtaW4td2lkdGg6IDE0MHB4ICFpbXBvcnRhbnQ7XG5cdFx0XHRmbG9hdDogbm9uZSAhaW1wb3J0YW50O1xuXHRcdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0XHRtYXJnaW46IDAgYXV0bztcblx0XHR9XG5cdFx0I3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAuc3VwcG9ydC1zdWJoZWFkIGgxIHtcblx0XHRcdGxpbmUtaGVpZ2h0OiAxLjI7XG5cdFx0fVx0XG59XHRcblxuLyoqIEVuZCBUaW1lbGluZSBFeHByZXNzIEFkbWluIFN0eWxlcyAqLyJdfQ== */
|
504 |
color: rgba(225, 47, 47, 0.73);
|
505 |
}
|
506 |
|
507 |
+
.codeparrots-tracking-notice {
|
508 |
+
background-image: url( '../../images/flying-parrot.png' );
|
509 |
+
background-position: center right;
|
510 |
+
background-repeat: no-repeat;
|
511 |
+
background-size: 120px;
|
512 |
+
}
|
513 |
+
.codeparrots-tracking-notice p {
|
514 |
+
max-width: 90%;
|
515 |
+
}
|
516 |
/* Premium Support Contact Form */
|
517 |
#premium-support-contact-form {
|
518 |
float: left;
|
573 |
}
|
574 |
|
575 |
/** End Timeline Express Admin Styles */
|
576 |
+
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDZDQUE2QztBQUM3QyxzQ0FBc0M7QUFDdEMsNENBQTRDOztBQUU1QyxxQ0FBcUM7QUFDckM7Q0FDQywwQkFBMEI7Q0FNMUIsaUVBQWlFO0NBQ2pFLHNCQUFzQjtDQUN0Qiw2QkFBNkI7Q0FFNUIsZ0RBQWdEO0VBQ2hELFlBQVk7Q0FDYixzQkFBc0I7Q0FDdEIscUNBQXFDO0NBQ3JDLGlCQUFpQjtDQUNqQixZQUFZO0NBQ1osa0JBQWtCO0NBQ2xCOztBQUVEOzs7O0NBSUMsMEJBQTBCO0NBTTFCLGlFQUFpRTtDQUNqRSxzQkFBc0I7Q0FFckIsZ0RBQWdEO0NBQ2pELFlBQVk7Q0FDWixzQ0FBc0M7Q0FDdEM7O0FBRUQ7O0NBRUMsc0JBQXNCO0NBRXRCLDZFQUE2RTtDQUM3RTs7QUFFRDs7OztDQUlDLG9CQUFvQjtDQU1wQixpRUFBaUU7Q0FDakUsOENBQThDO0NBQzlDLDhCQUE4QjtDQUU3QiwwQ0FBMEM7Q0FDM0MscUNBQXFDO0NBQ3JDOztBQUVEOzs7Q0FHQywwQkFBMEI7Q0FDMUIsK0JBQStCO0NBQy9CLGlDQUFpQztDQUVqQyxvQ0FBb0M7Q0FDcEMsaURBQWlEO0NBQ2pELGdCQUFnQjtDQUNoQjs7QUFFRDs7R0FFQzs7QUFsQkQ7Q0FxQkMsV0FBQTtDQW5CQSxjQUFBO0NBQ0E7O0NBc0JBO0VBbkJBLHNCQUFBO0VBQ0MsYUFBYTtFQUNmLHdCQUFBO0VBcUJDLGlCQUFBO0VBbkJBOztFQUVEO0dBQ0MsZ0JBQVk7R0FDYjs7RUFFRTtHQUNGLG1CQUFBO0dBQ0MsZUFBQTtHQUNELGtCQUFBO0dBQ0M7O0FBRUQsZ0NBQWdDOztBQUVoQztDQUNBLDBCQUFBO0NBQ0MsNkJBQWE7Q0FDZDs7QUFFQTs7R0FFRztBQUNIOzs7Q0FHQyx5QkFBeUI7Q0FDMUI7O0FBRUEsVUFBQTtBQUNBO0NBQ0Msd0ZBQUE7Q0FDQSxjQUFjO0NBQ2YsV0FBQTtDQUNBLG9CQUFBO0NBQ0MsY0FBQTtDQUNBLFlBQUE7Q0FDQSx5QkFBeUI7Q0FDMUI7O0FBRUEsMEJBQUM7QUFDRDtDQUNDLFVBQVU7Q0FDVjs7QUFFRDtDQUNDLG1CQUFtQjtDQUNwQjs7QUFFQTtDQUNDLHNCQUFBO0NBQ0EsWUFBQTtDQUNBLDJCQUFvQjtDQUNyQjs7QUFFQTtDQUNDLHdCQUFBO0NBQ0EsaUJBQWlCO0NBQ2xCLGFBQUE7Q0FDQTs7QUFFQTtDQUNDLGtCQUFrQjtDQUNuQjs7QUFFQTtDQUNDLGNBQWM7Q0FDZjs7QUFFQTtDQUNDLFlBQUE7Q0FDRDs7QUFFQTtDQUNDLGVBQUE7Q0FDRCxZQUFBO0NBQ0EsZ0JBQUE7Q0FDQSxpQkFBQTtDQUNDLDBCQUEwQjtDQUMzQixlQUFBO0NBQ0E7O0FBRUEsaUNBQWlDO0FBQ2pDLDRFQUFBO0FBQ0E7Q0FDQyxhQUFBO0NBQ0EsYUFBYTtDQUNkLGtCQUFBO0NBQ0E7O0FBRUE7Q0FDQSxxQkFBQTtDQUNBOztBQUVBO0NBQ0MsWUFBQTtDQUNBO0NBQ0E7RUFDQSxXQUFBO0VBQ0MsZUFBZTtFQUNqQixrQkFBQTtFQUNBO0VBQ0E7R0FDQyxjQUFDO0dBQ0Q7RUFDQTtHQUNBLGNBQUE7R0FDRSxXQUFXO0dBQ2QsZUFBQTtHQUNDLDBCQUFxQjtHQUN0Qjs7QUFFQTtDQUNDLG1CQUFZO0NBQ1o7O0FBRUQ7Q0FDQywrQkFBZ0I7Q0FDaEIsZUFBRDtDQUNDLG1CQUFBO0NBQ0EsZ0JBQUE7Q0FDQTs7QUFFRDtDQUNDLGlCQUFnQjtDQUNoQixzQkFBYTtDQUNiLCtCQUFEO0NBQ0M7O0FBRUQ7Q0FDQSwrRUFBQTtDQUNBO0FBQ0E7Q0FDQyxnQkFBZ0I7Q0FDakI7QUFDQTtDQUNDLDJFQUFEO0NBQ0M7QUFDRDtDQUNBLGdCQUFBO0NBQ0M7O0FBRUQsb0JBQWlCO0FBQ2pCO0NBQ0Msa0JBQUE7Q0FDRCxrQkFBQTtDQUNDOztBQUVELGlDQUFDO0FBQ0Q7Q0FDQSxrQkFBQTtDQUNBOztBQUVBLHFDQUFBO0FBQ0E7Q0FDQSxtQkFBQTtDQUNBLGNBQUE7Q0FDQSxlQUFBO0NBQ0EsbUJBQUE7Q0FDQzs7QUFFRCxtQkFBQTtBQUNBO0NBQ0MsZ0JBQUE7Q0FDRDs7O0FBR0EsK0NBQUE7O0NBRUMsNEJBQUE7Q0FDQTtFQUNELGNBQUE7RUFDQSxhQUFBO0VBQ0MsWUFBQTtFQUNBLDRDQUFjO0VBQ2YsY0FBQTtFQUNBLG1CQUFBO0VBQ0MsbUJBQUE7RUFDQztDQUNGO0VBQ0EsYUFBQTtFQUNDO0NBQ0EsdUJBQUE7Q0FDQTtFQUNDLDJCQUEyQjtFQUM3QixlQUFBO0VBQ0U7Q0FDRCw0QkFBNEI7Q0FDNUI7RUFDRCwyQkFBQTtFQUNFLGlCQUFhO0VBQ2Y7O0NBRUM7RUFDQyxpQkFBQTtFQUNGLFdBQUE7RUFDQyxhQUFBO0VBQ0E7O0FBRUQsMEJBQUU7O0FBRUYsd0JBQUMsY0FBQSxDQUFBOztBQUVEO0NBQ0MsWUFBRDtDQUNDLGlCQUFBO0NBQ0EsMkJBQUE7Q0FDQSx3QkFBQTtDQUNBOzs7O0FBSUQ7Ozs7a0RBSWtEO0FBQ2xEOztBQUVBLHlGQUFFO0FBQ0YsNERBQTREO0NBQzVEO0FBQ0E7Q0FDQSxlQUFBO0NBQ0Msa0JBQUE7Q0FDRDs7QUFFQTtDQUNDLGdCQUFnQjtDQUNoQixpQkFBaUI7Q0FDbEIseUVBQUE7Q0FDQyx1QkFBdUI7Q0FDdkIsYUFBYTtDQUNiLGtCQUFrQjtDQUNsQixlQUFlO0NBQ2hCOztBQUVBO0NBQ0EsZ0JBQUE7Q0FDQSxpQkFBQTtDQUNBLDJFQUFBO0NBQ0EseUJBQUE7Q0FDQSxhQUFBO0NBQ0EsbUNBQUE7Q0FDQyw2QkFBNkI7Q0FDOUI7O0FBRUE7Q0FDQyxnQkFBQTtDQUNELGlCQUFBO0NBQ0Esc0VBQUE7Q0FDQyx5QkFBQTtDQUNBLGFBQUE7Q0FDRCxtQ0FBQTtDQUNDLDZCQUE2QjtDQUM5Qjs7QUFFQTtDQUNDLGVBQUE7Q0FDRCxpQkFBQTtDQUNDLHlFQUFBO0NBQ0EseUJBQUE7Q0FDQSxhQUFBO0NBQ0EsbUNBQUE7Q0FDQSw2QkFBNkI7Q0FDOUI7O0FBRUEsaUJBQUM7QUFDRDtJQUNBLGFBQUE7SUFDQyxnQkFBQTtJQUNBLGtCQUFBO0lBQ0EsV0FBQTtDQUNBLG1CQUFBO0NBQ0E7O0FBRUQ7SUFDQyxnQkFBQTtJQUNBLGtCQUFBO0NBQ0Q7O0FBRUEsNEJBQUM7O0FBRUQ7Q0FDQyxZQUFZOztJQUViLFVBQUE7SUFDQyxrQkFBQTtJQUNHLE1BQUE7O0lBRUosb0JBQUE7SUFDQyxvQ0FBQTtJQUNBLGtDQUFBO0lBQ0csMENBQTBDO0lBQzlDLDRDQUFBO0lBQ0Msb0NBQUE7SUFDQSwyQkFBQTtJQUNBLHNDQUFBO0lBQ0csc0NBQXNDOztJQUV0QyxpQ0FBaUM7SUFDckMsK0JBQUE7SUFDQyx1Q0FBWTtJQUNULHlDQUF5QztJQUN6QyxpQ0FBVTtJQWtCZCx3QkFBQTtJQUNDLG1DQUFBO0lBaEJHLG1DQUFtQztDQUN0Qzs7QUFFRCxpQkFpQkk7QUFoQko7SUFrQkEsOEJBQUE7SUFDQywyQkFBQTtDQWhCQTtBQUNEO0lBa0JJLCtCQUFBO0lBaEJBLDRCQUE0QjtDQUMvQjtBQUNEO0lBa0JJLGNBQUE7Q0FoQkg7O0FBRUQsNEJBaUJJOztBQWZKO0lBQ0MseUJBQUE7SUFDRyxrQ0FBa0M7SUFDdEMsaUNBaUJDO0lBaEJELGNBQUE7SUFrQkMsZUFBQTtJQWhCRyxjQUFBO0lBa0JKLGFBQUE7SUFDQSxrQkFBQTtJQUNDLFVBQUE7SUFDQSxZQUFBO0NBQ0Qsa0JBQUE7O0lBRUMsb0JBQUE7SUFoQkEsb0NBQUE7SUFDRyxrQ0FBa0M7SUFrQnRDLDBDQUFBO0lBaEJJLDRDQUE0QztJQUNoRCxvQ0FBQTtJQUNJLDJCQUF5QjtJQWtCN0Isc0NBQUE7SUFoQkksc0NBQWlDOztJQXlDckMsaUNBQUE7SUFDQSwrQkFBQTtJQUNJLHVDQUFBO0lBQ0EseUNBQUE7SUFDQSxpQ0FBQTtJQUNBLHdCQUFBO0lBdENILG1DQXVDRztJQXRDQSxtQ0FBbUM7Q0FDdEM7OztBQUdEO0NBQ0MsbURBdUNHO0NBdENILDhCQXVDRztDQXRDSCxxQ0F1Q0E7Q0F0Q0E7OztBQUdELHlDQXVDQTtBQXRDQTtDQUNDLGFBdUNHO0NBdENIOztBQUVEO0NBQ0MsZ0JBdUNEO0NBdENDOztBQUVEO0NBQ0Msc0JBQXNCO0NBQ3ZCLFlBQUE7Q0F3Q0M7O0FBckNEO0NBd0NBLGlCQUFBO0NBdENDLGdCQUFnQjtDQUNoQixXQUFXO0NBQ1osWUFBQTtDQUNBOztBQUVBO0NBQ0MsZUFBZTtDQXdDaEIsb0JBQUE7Q0FDQyxZQUFBO0NBQ0EsV0FBQTtDQXRDQTs7QUFFRDtDQXdDQyxXQUFBO0NBdENBLGlCQUFBO0NBQ0E7O0FBRUQsOEJBdUNDO0FBdENEO0NBQ0MsaUNBQVc7Q0F3Q1o7O0FBckNBLHFDQUFxQztBQUNyQztDQXdDQSw4QkFBQTtDQUNDOztBQXJDRDtDQXdDQywrQkFBQTtDQXRDQTs7QUFFRDtDQXdDQywrQkFBQTtDQXRDQTs7QUFFRDtDQUNBLHNCQUFBO0NBd0NDOztBQXJDRCxpREFBaUQ7QUF3Q2pEO0NBdENBLGVBQUE7Q0F3Q0MsWUFBQTtDQXRDQSxnQkFBQTtDQUNBOztBQUVELDJCQXVDQztBQXRDRDtDQUNDLCtCQUErQjtDQXdDaEM7O0FBckNBO0NBQ0EsMERBQUE7Q0F3Q0Esa0NBQUE7Q0FDQSw2QkFBQTtDQUNDLHVCQUFBO0NBdENBO0NBQ0Q7RUFDQSxlQUFBO0VBQ0M7QUFDRCxrQ0FBQztBQUNEO0NBQ0MsWUFBQTtDQUNBLFdBQUE7Q0FDQSxpQkFBRDtDQUNDO0NBd0NBO0VBdENBLFlBQUE7RUFDQztDQUNEO0VBQ0MsWUFBQTtFQUNGO0NBQ0E7RUF3Q0EsaUJBQUE7RUFDQTtDQXRDQztFQUNDLGdCQUFnQjtFQUNsQixlQUFBO0VBQ0E7O0FBRUEsbUNBQUE7QUFDQTtDQUNDLGdCQUFBO0NBQ0Esd0JBQXdCO0NBQ3hCLGVBQWU7Q0FDaEI7OztBQUdBLGtCQUFFO0FBQ0Y7RUFDRTtHQUNBLDBCQUFBO0dBQ0Qsc0JBQUE7R0F3Q0Q7RUF0Q0U7R0FDQyxZQUFBO0dBQ0Q7RUFDQTtHQUNGLGtCQUFBO0dBQ0UsWUFBQTtHQUNDLFlBQUE7R0F3Q0g7RUF0Q0U7R0F3Q0EsMkJBQUE7R0FDRDtFQXRDQztHQUNBLFlBQUE7R0F3Q0E7RUF0Q0E7R0FDQyw0QkFBZTtHQUNsQix1QkFBQTtHQUNFLGVBQUE7R0FDQyxlQUFBO0dBQ0E7RUFDRjtHQUNFLGlCQUFpQjtHQUNwQjtDQUNDOztBQUVELHdDQUF3QyIsImZpbGUiOiJ0aW1lbGluZS1leHByZXNzLXNldHRpbmdzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuLypcdFRpbWVsaW5lIEV4cHJlc3MgU2V0dGluZ3MgU3R5bGVzICovXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuXG4vKiBSZWQgQnV0dG9uIFN0eWxlIC0gU2V0dGluZ3MgUGFnZSovXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uIHtcblx0YmFja2dyb3VuZC1jb2xvcjogIzlCMjEyNDtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjQzUyOTJFKSwgdG8oIzlCMjEyNCkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNDNTI5MkUsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNDNTI5MkUsICM5QjIxMjQpO1xuXHRib3JkZXItY29sb3I6ICM5QjIxMjQ7XG5cdGJvcmRlci1ib3R0b20tY29sb3I6ICM4RDFGMjE7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDEyMCwyMDAsMjMwLDAuNSk7XG4gXHRib3gtc2hhZG93OiBpbnNldCAwIDFweCAwIHJnYmEoMTIwLDIwMCwyMzAsMC41KTtcbiBcdGNvbG9yOiAjZmZmO1xuXHR0ZXh0LWRlY29yYXRpb246IG5vbmU7XG5cdHRleHQtc2hhZG93OiAwIDFweCAwIHJnYmEoMCwwLDAsMC4xKTtcblx0bWFyZ2luLWxlZnQ6IDJlbTtcblx0d2lkdGg6MTUwcHg7XG5cdHRleHQtYWxpZ246Y2VudGVyO1xufVxuXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uLmhvdmVyLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbjpob3Zlcixcbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uZm9jdXMsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmZvY3VzIHtcblx0YmFja2dyb3VuZC1jb2xvcjogI0I3MjYyOTtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjRDIyRTMwKSwgdG8oIzlCMjEyNCkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNEMjJFMzAsICM5QjIxMjQpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNEMjJFMzAsICM5QjIxMjQpO1xuXHRib3JkZXItY29sb3I6ICM3RjFDMUY7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDEyMCwyMDAsMjMwLDAuNik7XG4gXHRib3gtc2hhZG93OiBpbnNldCAwIDFweCAwIHJnYmEoMTIwLDIwMCwyMzAsMC42KTtcblx0Y29sb3I6ICNmZmY7XG5cdHRleHQtc2hhZG93OiAwIC0xcHggMCByZ2JhKDAsMCwwLDAuMyk7XG59XG5cbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uZm9jdXMsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmZvY3VzIHtcblx0Ym9yZGVyLWNvbG9yOiAjNTAwRjBFO1xuXHQtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgxMjAsMjAwLDIzMCwwLjYpLCAxcHggMXB4IDJweCByZ2JhKDAsMCwwLDAuNCk7XG5cdGJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgxMjAsMjAwLDIzMCwwLjYpLCAxcHggMXB4IDJweCByZ2JhKDAsMCwwLDAuNCk7XG59XG5cbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b24uYWN0aXZlLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbi5hY3RpdmU6aG92ZXIsXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uLmFjdGl2ZTpmb2N1cyxcbi53cC1jb3JlLXVpIC50aW1lbGluZS1leHByZXNzLXJlZC1idXR0b246YWN0aXZlIHtcblx0YmFja2dyb3VuZDogIzdGMUMxRjtcblx0YmFja2dyb3VuZC1pbWFnZTogLXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgZnJvbSgjOUIyMTI0KSwgdG8oI0I3MjYyOSkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAtbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgLW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgICAgIC1vLWxpbmVhci1ncmFkaWVudCh0b3AsICM5QjIxMjQsICNCNzI2MjkpO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiAgIGxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICM5QjIxMjQsICNCNzI2MjkpO1xuXHRib3JkZXItY29sb3I6ICM2MDEzMTIgI0FFMjQyNiAjQUUyNDI2ICNBRTI0MjY7XG5cdGNvbG9yOiByZ2JhKDI1NSwyNTUsMjU1LDAuOTUpO1xuXHQtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMXB4IDAgcmdiYSgwLDAsMCwwLjEpO1xuIFx0Ym94LXNoYWRvdzogaW5zZXQgMCAxcHggMCByZ2JhKDAsMCwwLDAuMSk7XG5cdHRleHQtc2hhZG93OiAwIDFweCAwIHJnYmEoMCwwLDAsMC4xKTtcbn1cblxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbltkaXNhYmxlZF0sXG4ud3AtY29yZS11aSAudGltZWxpbmUtZXhwcmVzcy1yZWQtYnV0dG9uOmRpc2FibGVkLFxuLndwLWNvcmUtdWkgLnRpbWVsaW5lLWV4cHJlc3MtcmVkLWJ1dHRvbi1kaXNhYmxlZCB7XG5cdGNvbG9yOiAjRTc5NDk2ICFpbXBvcnRhbnQ7XG5cdGJhY2tncm91bmQ6ICNCQTI5MkIgIWltcG9ydGFudDtcblx0Ym9yZGVyLWNvbG9yOiAjN0YxQzFGICFpbXBvcnRhbnQ7XG5cdC13ZWJraXQtYm94LXNoYWRvdzogbm9uZSAhaW1wb3J0YW50O1xuXHRib3gtc2hhZG93OiAgICAgICAgIG5vbmUgIWltcG9ydGFudDtcblx0dGV4dC1zaGFkb3c6IDAgLTFweCAwIHJnYmEoMCwwLDAsMC4xKSAhaW1wb3J0YW50O1xuXHRjdXJzb3I6IGRlZmF1bHQ7XG59XG5cbi8qIEljb24gKi9cbiN0aW1lbGluZS1leHByZXNzLWljb24ge1xuXHRiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudCB1cmwoJy4uL2ltYWdlcy90aW1lbGluZS1leHByZXNzLWxvZ28tMTI4LnBuZycpIG5vLXJlcGVhdCAwIDA7XG5cdGRpc3BsYXk6YmxvY2s7XG5cdGZsb2F0OmxlZnQ7XG5cdHBhZGRpbmc6IDAgMCAwIC41ZW07XG5cdGhlaWdodDogIDEyOHB4O1xuXHR3aWR0aDogMTI4cHg7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcbn1cblxuLyogU2V0dGluZ3MgUGFnZSBIZWFkZXIgKi9cbi53cmFwICN0aW1lbGluZS1leHByZXNzLXBhZ2UtaGVhZGVyIHtcblx0cGFkZGluZy10b3A6MDtcblx0bWFyZ2luOiAxZW0gMCAwIDA7XG5cdGZvbnQtc2l6ZTogMjVweDtcblx0bGluZS1oZWlnaHQ6IDM7XG59XG5cbi53cmFwIC5uYXYtdGFiLXdyYXBwZXIge1xuXHRwYWRkaW5nLXRvcDoyLjVlbTtcbn1cblxuLndyYXAgLmFjY291bnQtbmF2LXRhYiB7XG5cdHBhZGRpbmctdG9wOjA7XG59XG5cbi5yYW5kb20tbGVuZ3RoLXRleHQge1xuXHRvcGFjaXR5OiAuNTtcbn1cblxuI3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciAuZmEtcGF5cGFsIHtcblx0ZGlzcGxheTogYmxvY2s7XG5cdHdpZHRoOiAxMDAlO1xuXHRmb250LXNpemU6IDE2cHg7XG5cdHBhZGRpbmctdG9wOiA0cHg7XG5cdG1hcmdpbjogMCBhdXRvICFpbXBvcnRhbnQ7XG5cdGNvbG9yOiAjMjUzYjgwO1xufVxuXG4vKiBTZXR0aW5ncyBQYWdlIFRvcCBDb250YWluZXIgKi9cbi8qIEhvdXNlcyBsaW5rcyB0byBsZWF2ZSB1cyBhIHJldmlldywgbGlua3MgdG8gRXZhbiBIZXJtYW4ncyBXZWJzaXRlIGV0Yy4gKi9cbi53cmFwICN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIge1xuXHRwYWRkaW5nOi41ZW07XG5cdGZsb2F0OiByaWdodDtcblx0bWFyZ2luLXRvcDogLjc1ZW07XG59XG5cbiN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIge1xuXHRkaXNwbGF5OmlubGluZS1ibG9jaztcbn1cblx0XG4jdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIGEsICN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIgYTpob3ZlciB7XG5cdGNvbG9yOiAjMzMzO1xufVxuXHQjdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIGRpdiwgI3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciBzcGFuLCAjdGltZWxpbmVfZXhwcmVzc19yZXZpZXdfdGhpc19wbHVnaW5fY29udGFpbmVyIC50aW1lbGluZV9leHByZXNzX2hlYWRlcl9sb2dvIHtcblx0XHRmbG9hdDpsZWZ0O1xuXHRcdG1hcmdpbjogMCAuNWVtO1xuXHRcdHRleHQtYWxpZ246Y2VudGVyO1xuXHR9XG5cdFx0I3RpbWVsaW5lX2V4cHJlc3NfcmV2aWV3X3RoaXNfcGx1Z2luX2NvbnRhaW5lciBkaXYuZGFzaGljb25zIHtcblx0XHRcdG1hcmdpbjogMCA1cHg7XG5cdFx0fVxuXHRcdCN0aW1lbGluZV9leHByZXNzX3Jldmlld190aGlzX3BsdWdpbl9jb250YWluZXIgZGl2LmRhc2hpY29ucy1wbHVzLWFsdCB7XG5cdFx0XHRkaXNwbGF5OmJsb2NrO1xuXHRcdFx0d2lkdGg6MTAwJTtcblx0XHRcdG1hcmdpbjogMCBhdXRvO1xuXHRcdFx0Y29sb3I6IHJnYigxNjMsIDE5NSwgMTg0KTtcblx0XHR9XG5cdFx0XG4udGltZWxpbmUtZXhwcmVzcy1mb3JtIHtcblx0bWFyZ2luLWJvdHRvbTogM2VtO1xufVxuXG5cdC50aW1lbGluZS1leHByZXNzLWZvcm0gdGgge1xuXHRcdGZvbnQtd2VpZ2h0OiBib2xkO1xuXHR9XG5cbi50aW1lbGluZS1leHByZXNzLXNldHRpbmdzLWRlc2NyaXB0aW9uIHtcblx0cGFkZGluZy1ib3R0b206IDJlbSAhaW1wb3J0YW50O1xuXHRjb2xvcjogI0E3QTdBNztcblx0Zm9udC1zdHlsZTogaXRhbGljO1xuXHRmb250LXNpemU6IDEwcHg7XG59XG5cdFxuXG4ud3AtYWRtaW4gLmFjdGl2ZS1wYXJlbnQtYnV0dG9uLCAud3AtYWRtaW4gLmFjdGl2ZS1wYXJlbnQtYnV0dG9uOmhvdmVyICB7XG5cdGNvbG9yOiByZWQ7XG59XG5cbi5kZWxldGUtbm86YWZ0ZXIge1xuXHRjb250ZW50OiBcIiBubywgc2F2ZSBteSBhbm5vdW5jZW1lbnRzIGZyb20gYmVpbmcgZGVsZXRlZC4gSSdsbCBuZWVkIHRoZW0gYWdhaW4hXCJcbn1cbi5kZWxldGUtbm86aG92ZXIge1xuXHRjdXJzb3I6IHBvaW50ZXI7XG59XG4uZGVsZXRlLXllczphZnRlciB7XG5cdGNvbnRlbnQ6IFwiIHllcywgZGVsZXRlIGFsbCBvZiB0aGUgYW5ub3VuY2VtZW50IHBvc3RzLiB0aGV5IGFyZSBkZWFkIHRvIG1lLlwiXG59XG4uZGVsZXRlLXllczpob3ZlciB7XG5cdGN1cnNvcjogcG9pbnRlcjtcbn1cblxuLyoqIENvbG9yIFBpY2tlciAqKi9cbi53cC1waWNrZXItaG9sZGVyIHtcblx0cG9zaXRpb246YWJzb2x1dGU7XG5cdHotaW5kZXg6IDk5OTk5OTk5O1xufVxuXG4vKiBObyBldmVudHMgbWVzc2FnZSB3cF9lZGl0b3IgKi9cbiNuby1ldmVudHMtbWVzc2FnZV9pZnIge1xuXHRtYXgtaGVpZ2h0OiAxMDBweDtcbn1cblxuLyogTm8gRXZlbnRzIEZvdW5kIEluIFRhYmxlIC0gdGV4dCAqL1xuLndwLWxpc3QtdGFibGUgLm5vLWl0ZW1zIC5jb2xzcGFuY2hhbmdlIHtcblx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHRoZWlnaHQ6IDExNXB4O1xuXHRsaW5lLWhlaWdodDogODtcblx0Zm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4vKiBDb2x1bW4gV2lkdGhzICovXG4ud3AtbGlzdC10YWJsZSAjY29sb3IsIC53cC1saXN0LXRhYmxlICNpY29uIHtcblx0d2lkdGg6IDY1cHg7XG5cdHRleHQtYWxpZ246IGNlbnRlcjtcblx0cGFkZGluZy1sZWZ0OiAxZW07XG59XG5cbi53cC1saXN0LXRhYmxlICNhbm5vdW5jZW1lbnRfZGF0ZSwgLndwLWxpc3QtdGFibGUgLmNvbHVtbi1hbm5vdW5jZW1lbnRfZGF0ZSB7XG5cdHdpZHRoOiAyMTVweDtcbn1cblxuLndwLWxpc3QtdGFibGUgI2ltYWdlLCAud3AtbGlzdC10YWJsZSAuY29sdW1uLWltYWdlIHtcblx0d2lkdGg6IDI1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cblxuLm5vLWltYWdlLXVzZWQtdGV4dCB7XG5cdGxpbmUtaGVpZ2h0OiA0Ljdcbn1cblxuLndwLWxpc3QtdGFibGUgI3Bhc3RfYW5ub3VuY2VtZW50IHtcblx0d2lkdGg6IDE1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cblxuLyogRWRpdCBUaW1lbGluZSBFeHByZXNzIEFubm91bmNlbWVudCBTdHlsZXMgKi9cblxuXHQvKiBBbm5vdW5jZW1lbnQgQ29sb3IgQm94ICovXG5cdC53cC1saXN0LXRhYmxlIC5hbm5vdW5jZW1lbnRfY29sb3JfYm94IHtcblx0XHRkaXNwbGF5OmJsb2NrO1xuXHRcdHdpZHRoOiAxNXB4O1xuXHRcdGhlaWdodDogMTVweDtcblx0XHRib3JkZXI6IDFweCBzb2xpZCByZ2JhKDEyOCwgMTI4LCAxMjgsIDAuMjIpO1xuXHRcdHBhZGRpbmc6IC41ZW07XG5cdFx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHRcdG1hcmdpbjogMCBhdXRvO1xuXHRcdG1hcmdpbi10b3A6IDExcHg7XG5cdFx0LXdlYmtpdC1ib3JkZXItcmFkaXVzOiA1MCU7XG5cdFx0LW1vei1ib3JkZXItcmFkaXVzOiA1MCU7XG5cdFx0Ym9yZGVyLXJhZGl1czogNTAlO1xuXHR9XG5cdC8qIEFubm91bmNlbWVudCBJY29uICovXG5cdC53cC1saXN0LXRhYmxlIC5lZGl0LWFubm91bmNlbWVudC1pY29uIHtcblx0XHRmb250LXNpemU6IDI1cHggIWltcG9ydGFudDtcblx0XHRsaW5lLWhlaWdodDogMi41ICFpbXBvcnRhbnQ7XG5cdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0dGV4dC1hbGlnbjogY2VudGVyO1xuXHR9XG5cdC8qIEFubm91bmNlbWVudCBEYXRlICovXG5cdC53cC1saXN0LXRhYmxlICNhbm5vdW5jZW1lbnRfZGF0ZSwgXG5cdHRoLm1hbmFnZS1jb2x1bW4uY29sdW1uLWFubm91bmNlbWVudF9kYXRlLnNvcnRhYmxlLmRlc2Mge1xuXHRcdGxpbmUtaGVpZ2h0OiAxLjU7XG5cdFx0cGFkZGluZy1sZWZ0OiAyLjVlbTtcblx0fVxuXHQud3AtbGlzdC10YWJsZSAuYW5ub3VuY2VtZW50X2RhdGUge1xuXHRcdGxpbmUtaGVpZ2h0OiA0LjUgIWltcG9ydGFudDtcblx0XHR0ZXh0LWFsaWduOiBjZW50ZXI7XG5cdH1cblx0LyogUGFzdCBBbm5vdW5jZW1lbnQgSWNvbiAqL1xuXHQud3AtbGlzdC10YWJsZSAuZGFzaGljb24tcGFzdC1hbm5vdW5jZW1lbnQge1xuXHRcdGZvbnQtc2l6ZTogMzBweCAhaW1wb3J0YW50O1xuXHRcdGxpbmUtaGVpZ2h0OiAyLjEgIWltcG9ydGFudDtcblx0fVxuXG4vKiogQWRtaW4gQnJlYWsgUG9pbnRzICoqL1xuXG4uZGFzaGljb25zLXN0YXItZmlsbGVkIHtjb2xvcjojRkVCRTEyO31cblxuI3RpbWVsaW5lX2V4cHJlc3NfcmVzZXRfcGx1Z2luX3NldHRpbmdzIC5kYXNoaWNvbnMtZGlzbWlzcyB7XG5cdGZsb2F0OiBsZWZ0O1xuXHRtYXJnaW4tdG9wOiAuNWVtO1xuXHRwYWRkaW5nOiAuNWVtIDFlbSAxZW0gLjVlbTtcblx0Y29sb3I6IHJnYigyNDEsIDgzLCA4Myk7XG59XG5cblxuXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKlxuKlxuKlx0VGltZWxpbmUgRXhwcmVzcyBXZWxjb21lIFBhZ2UgU3R5bGVzXG4qXG4qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAudGltZWxpbmUtZXhwcmVzcy1pbWFnZSB7XG5cdFxuYmFja2dyb3VuZDogLW1vei1saW5lYXItZ3JhZGllbnQodG9wLCByZ2JhKDIwNiwyMjAsMjMxLC43KSAwJSwgcmdiYSg4OSwxMDYsMTE0LC43KSAxMDAlKTtcbmJhY2tncm91bmQtaW1hZ2U6IHVybCggJy4uL2ltYWdlcy93ZWxjb21lL2JhY2tncm91bmQucG5nJyApO1xufVxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAudGltZWxpbmUtc2NyZWVuc2hvdCB7XG5cdHBhZGRpbmc6IDEuNWVtO1xuXHRwYWRkaW5nLWJvdHRvbTogMDtcbn1cblxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuZm9udC1hd2Vzb21lLWJhY2tncm91bmQge1xuXHRwYWRkaW5nLXRvcDozZW07XG5cdG1hcmdpbi10b3A6MS41ZW07XG5cdGJhY2tncm91bmQtaW1hZ2U6IHVybCggJy4uL2ltYWdlcy93ZWxjb21lL0ZvbnQtQXdlc29tZS1DaGVhdHNoZWV0LnBuZycgKTtcblx0YmFja2dyb3VuZC1zaXplOiBjb3Zlcjtcblx0aGVpZ2h0OjI1MHB4O1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcblx0bGluZS1oZWlnaHQ6IDg7XG59XG5cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLmludHVpdGl2ZS1wb3N0LWNyZWF0aW9uIHtcblx0cGFkZGluZy10b3A6M2VtO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9pbnR1aXRpdmUtY3JlYXRpb24tc2NyZWVuLmpwZycgKTtcblx0YmFja2dyb3VuZC1zaXplOiBjb250YWluO1xuXHRoZWlnaHQ6NjY1cHg7XG5cdGJhY2tncm91bmQtcG9zaXRpb246IGJvdHRvbSBjZW50ZXI7XG5cdGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7XG59XG5cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLmFkbWluLW1hbmFnZS1hbm5vdW5jZW1lbnRzIHtcblx0cGFkZGluZy10b3A6M2VtO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9NYW5hZ2UtQW5ub3VuY2VtZW50cy5qcGcnICk7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcblx0aGVpZ2h0OjY2NXB4O1xuXHRiYWNrZ3JvdW5kLXBvc2l0aW9uOiBib3R0b20gY2VudGVyO1xuXHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5jdXN0b21pemUteW91ci10aW1lbGluZSB7XG5cdHBhZGRpbmctdG9wOjQlO1xuXHRtYXJnaW4tdG9wOjEuNWVtO1xuXHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoICcuLi9pbWFnZXMvd2VsY29tZS9jdXN0b21pemUteW91ci10aW1lbGluZS5qcGcnICk7XG5cdGJhY2tncm91bmQtc2l6ZTogY29udGFpbjtcblx0aGVpZ2h0OjY2NXB4O1xuXHRiYWNrZ3JvdW5kLXBvc2l0aW9uOiBib3R0b20gY2VudGVyO1xuXHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xufVxuXG4vKiBmYWRlIHNsaWRlciAqL1xuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHtcbiAgICBoZWlnaHQ6NjY1cHg7XG4gICAgb3ZlcmZsb3c6aGlkZGVuO1xuICAgIHBvc2l0aW9uOnJlbGF0aXZlO1xuICAgIHdpZHRoOjEwMCU7XG5cdHBhZGRpbmc6IDQlIDAgNCUgMDtcbn1cblxuYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsIHtcbiAgICBsaXN0LXN0eWxlOm5vbmU7XG4gICAgcG9zaXRpb246cmVsYXRpdmU7XG59XG5cbi8qIGtleWZyYW1lcyAjYW5pbV9zbGlkZXMgKi9cbkAtd2Via2l0LWtleWZyYW1lcyBhbmltX3NsaWRlcyB7XG4gICAgMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDYlIHtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyNCUge1xuICAgICAgICBvcGFjaXR5OjE7XG4gICAgfVxuICAgIDMwJSB7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG59XG5ALW1vei1rZXlmcmFtZXMgYW5pbV9zbGlkZXMge1xuICAgIDAlIHtcbiAgICAgICAgb3BhY2l0eTowO1xuICAgIH1cbiAgICA2JSB7XG4gICAgICAgIG9wYWNpdHk6MTtcbiAgICB9XG4gICAgMjQlIHtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAzMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgbGkge1xuXHR3aWR0aDogMTAwJTtcblx0XG4gICAgb3BhY2l0eTowO1xuICAgIHBvc2l0aW9uOmFic29sdXRlO1xuICAgIHRvcDowO1xuXG4gICAgLyogY3NzMyBhbmltYXRpb24gKi9cbiAgICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBhbmltX3NsaWRlcztcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjogMTguMHM7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgLXdlYmtpdC1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kaXJlY3Rpb246IG5vcm1hbDtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1kZWxheTogMDtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWZpbGwtbW9kZTogZm9yd2FyZHM7XG5cbiAgICAtbW96LWFuaW1hdGlvbi1uYW1lOiBhbmltX3NsaWRlcztcbiAgICAtbW96LWFuaW1hdGlvbi1kdXJhdGlvbjogMTguMHM7XG4gICAgLW1vei1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgLW1vei1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcbiAgICAtbW96LWFuaW1hdGlvbi1kaXJlY3Rpb246IG5vcm1hbDtcbiAgICAtbW96LWFuaW1hdGlvbi1kZWxheTogMDtcbiAgICAtbW96LWFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nO1xuICAgIC1tb3otYW5pbWF0aW9uLWZpbGwtbW9kZTogZm9yd2FyZHM7XG59XG5cbi8qIGNzczMgZGVsYXlzICovXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgIGxpOm50aC1jaGlsZCgyKSwgYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsICBsaTpudGgtY2hpbGQoMikgaDIucHJvbW8tdGV4dCB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDYuMHM7XG4gICAgLW1vei1hbmltYXRpb24tZGVsYXk6IDYuMHM7XG59XG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgIGxpOm50aC1jaGlsZCgzKSwgYm9keS5hZG1pbl9wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtd2VsY29tZSAuc2xpZGVzIHVsICBsaTpudGgtY2hpbGQoMykgaDIucHJvbW8tdGV4dCB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZGVsYXk6IDEyLjBzO1xuICAgIC1tb3otYW5pbWF0aW9uLWRlbGF5OiAxMi4wcztcbn1cbmJvZHkuYWRtaW5fcGFnZV90aW1lbGluZS1leHByZXNzLXdlbGNvbWUgLnNsaWRlcyB1bCBsaSBpbWcge1xuICAgIGRpc3BsYXk6YmxvY2s7XG59XG5cbi8qIGtleWZyYW1lcyAjYW5pbV90aXRsZXMgKi9cbkAtd2Via2l0LWtleWZyYW1lcyBhbmltX3RpdGxlcyB7XG4gICAgMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDUlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjE7XG4gICAgfVxuICAgIDI1JSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MDtcbiAgICB9XG59XG5ALW1vei1rZXlmcmFtZXMgYW5pbV90aXRsZXMge1xuICAgIDAlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eTowO1xuICAgIH1cbiAgICA1JSB7XG4gICAgICAgIGxlZnQ6NSU7XG4gICAgICAgIG9wYWNpdHk6MTtcbiAgICB9XG4gICAgMjAlIHtcbiAgICAgICAgbGVmdDo1JTtcbiAgICAgICAgb3BhY2l0eToxO1xuICAgIH1cbiAgICAyNSUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgICBsZWZ0OjUlO1xuICAgICAgICBvcGFjaXR5OjA7XG4gICAgfVxufVxuXG5ib2R5LmFkbWluX3BhZ2VfdGltZWxpbmUtZXhwcmVzcy13ZWxjb21lIC5zbGlkZXMgdWwgbGkgaDIucHJvbW8tdGV4dCB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjojMDAwMDAwO1xuICAgIGJvcmRlci1yYWRpdXM6MTBweCAxMHB4IDEwcHggMTBweDtcbiAgICBib3gtc2hhZG93OjAgMCAzcHggI0ZGRkZGRiBpbnNldDtcbiAgICBjb2xvcjojRkZGRkZGO1xuICAgIGZvbnQtc2l6ZToxOHB4O1xuICAgIG1hcmdpbjowIGF1dG87XG4gICAgcGFkZGluZzoxMHB4O1xuICAgIHBvc2l0aW9uOmFic29sdXRlO1xuICAgIHRvcDotMzVweDtcbiAgICB3aWR0aDozNTBweDtcblx0dGV4dC1hbGlnbjpjZW50ZXI7XG5cbiAgICAvKiBjc3MzIGFuaW1hdGlvbiAqL1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGFuaW1fdGl0bGVzO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWR1cmF0aW9uOiAxOC4wcztcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWRpcmVjdGlvbjogbm9ybWFsO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OiAwO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkcztcblxuICAgIC1tb3otYW5pbWF0aW9uLW5hbWU6IGFuaW1fdGl0bGVzO1xuICAgIC1tb3otYW5pbWF0aW9uLWR1cmF0aW9uOiAxOC4wcztcbiAgICAtbW96LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGxpbmVhcjtcbiAgICAtbW96LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICAgIC1tb3otYW5pbWF0aW9uLWRpcmVjdGlvbjogbm9ybWFsO1xuICAgIC1tb3otYW5pbWF0aW9uLWRlbGF5OiAwO1xuICAgIC1tb3otYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7XG4gICAgLW1vei1hbmltYXRpb24tZmlsbC1tb2RlOiBmb3J3YXJkcztcbn1cblxuXG4uZGFzaGljb25zLWhlYXJ0IHtcblx0YmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmY4Y2Y3LCAjZTJhNWUwKTtcblx0YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZmOGNmNywgI2UyYTVlMCk7XG5cdC13ZWJraXQtYmFja2dyb3VuZC1jbGlwOiB0ZXh0O1xuXHQtd2Via2l0LXRleHQtZmlsbC1jb2xvcjogdHJhbnNwYXJlbnQ7XG59XG5cblxuLyogVmVyc2lvbiAxLjEuNCAsIHN1cHBvcnQgcGFnZSBzdHlsZXMgKi9cbiN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS13cmFwIHtcblx0cGFkZGluZzogMmVtO1xufVxuXG4udGVfYW5ub3VuY2VtZW50c19wYWdlX3RpbWVsaW5lLWV4cHJlc3Mtc2V0dGluZ3MgLndyYXAge1xuXHRwYWRkaW5nOiAwIDJlbTtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLXdyYXAgaHIge1xuXHRtYXJnaW46IDEuNWVtIDA7XG59XG5cbiN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS1oZWFkZXIge1xuXHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG5cdHdpZHRoOiAxMDAlO1xufVxuXG4jdGltZWxpbmUtZXhwcmVzcy1zdXBwb3J0LXBhZ2UtaGVhZGVyIGltZy50ZS1sb2dvIHtcblx0bWF4LXdpZHRoOiAxMjhweDtcblx0bWluLXdpZHRoOiA5MHB4O1xuXHR3aWR0aDogMjAlO1xuXHRmbG9hdDogbGVmdDtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAuc3VwcG9ydC1zdWJoZWFkICB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHRtYXJnaW46IDJlbSAwIDAgMWVtO1xuXHRmbG9hdDogbGVmdDtcblx0d2lkdGg6IDQ0JTtcbn1cblxuI3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLXdyYXAgI3RpbWVsaW5lX2V4cHJlc3NfbGljZW5zZV9rZXkge1xuXHR3aWR0aDogMjUlO1xuXHRtaW4td2lkdGg6IDQwMHB4O1xufVxuXG4vKiBWYWxpZCBsaWNlbnNlIENoZWNrIG1hcmsgKi9cbi50aW1lbGluZS1leHByZXNzLXZhbGlkLWxpY2Vuc2Uge1xuXHRjb2xvcjogcmdiYSgxNDQsIDIxNCwgMTI1LCAwLjY4KTtcblx0Zm9udC1zaXplOiAyOHB4O1xufVxuXG4vKiBQdXJjaGFzZSBzdXBwb3J0IGxpY2Vuc2UgYnV0dG9uICovXG4ucHVyY2hhc2Utc3VwcG9ydC1saWNlbnNlIHtcblx0bWFyZ2luLWxlZnQ6IC0uNWVtICFpbXBvcnRhbnQ7XG59XG5cbi8qIFRpbWVsaW5lIEV4cHJlc3MgU3VwcG9ydCBMaWNlbnNlIEZvcm1zIFBhZ2UgKi9cbi50aW1lbGluZS1leHByZXNzLWxpY2Vuc2UtYnV0dG9ucyB7XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHR3aWR0aDogMTAwJTtcblx0bWFyZ2luLXRvcDogMmVtO1xufVxuXG4vKiBJbnZhbGlkIExpY2Vuc2UgRXJyb3IgKi9cbi50aW1lbGluZS1leHByZXNzLWludmFsaWQtbGljZW5zZS1lcnJvciB7XG5cdGNvbG9yOiByZ2JhKDIyNSwgNDcsIDQ3LCAwLjczKTtcbn1cblxuLyogUHJlbWl1bSBTdXBwb3J0IENvbnRhY3QgRm9ybSAqL1xuI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0ge1xuXHRmbG9hdDogbGVmdDtcblx0d2lkdGg6IDMzJTtcblx0bWluLXdpZHRoOiAzMDBweDtcbn1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB7XG5cdFx0d2lkdGg6IDEwMCU7XG5cdH1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSBpbnB1dCwgI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB0ZXh0YXJlYSwgI3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSBsYWJlbCB7XG5cdFx0d2lkdGg6IDEwMCU7XG5cdH1cblx0I3ByZW1pdW0tc3VwcG9ydC1jb250YWN0LWZvcm0gZm9ybSB0ZXh0YXJlYSB7XG5cdFx0cmVzaXplOiB2ZXJ0aWNhbDtcblx0fVxuXHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGlucHV0W3R5cGU9XCJzdWJtaXRcIl0sICNwcmVtaXVtLXN1cHBvcnQtY29udGFjdC1mb3JtIGZvcm0gbGFiZWwge1xuXHRcdG1hcmdpbi10b3A6IDFlbTtcblx0XHRkaXNwbGF5OiBibG9jaztcblx0fVxuXG4vKiBMaWNlbnNlIEV4cGlyaW5nIFNvb24gTWVzc2FnZSAqL1xuLmxpY2Vuc2UtZXhwaXJpbmctc29vbiB7XG5cdGZvbnQtc2l6ZTogMTFweDtcblx0Y29sb3I6IHJnYigyNDMsIDc1LCA3NSk7XG5cdGRpc3BsYXk6IGJsb2NrO1xufVxuXHRcblx0XG4vKiBCcmVhayBQb2ludHMgKi9cdFxuQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMDgxcHgpIHtcblx0XHQjdGltZWxpbmVfZXhwcmVzc19saWNlbnNlX2tleSB7XG5cdFx0XHRtaW4td2lkdGg6IDkwJSAhaW1wb3J0YW50O1xuXHRcdFx0d2lkdGg6IDkwJSAhaW1wb3J0YW50O1xuXHRcdH1cblx0XHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGlucHV0LCAjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIHRleHRhcmVhLCAjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSBmb3JtIGxhYmVsIHtcblx0XHRcdHdpZHRoOiAxMDAlO1xuXHRcdH1cblx0XHQjcHJlbWl1bS1zdXBwb3J0LWNvbnRhY3QtZm9ybSB7XG5cdFx0XHRtYXJnaW46IDJlbSAwIDAgMDtcblx0XHRcdGZsb2F0OiBsZWZ0O1xuXHRcdFx0d2lkdGg6IDEwMCU7XG5cdFx0fVxuXHRcdCN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS13cmFwIHRhYmxlLndpZGVmYXQuZml4ZWQge1xuXHRcdFx0bWF4LXdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG5cdFx0fVxuXHRcdCN0aW1lbGluZS1leHByZXNzLXN1cHBvcnQtcGFnZS1oZWFkZXIgLnN1cHBvcnQtc3ViaGVhZCB7XG5cdFx0XHR3aWR0aDogYXV0bztcblx0XHR9XG5cdFx0I3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAudGUtbG9nbyB7XG5cdFx0XHRtaW4td2lkdGg6IDE0MHB4ICFpbXBvcnRhbnQ7XG5cdFx0XHRmbG9hdDogbm9uZSAhaW1wb3J0YW50O1xuXHRcdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0XHRtYXJnaW46IDAgYXV0bztcblx0XHR9XG5cdFx0I3RpbWVsaW5lLWV4cHJlc3Mtc3VwcG9ydC1wYWdlLWhlYWRlciAuc3VwcG9ydC1zdWJoZWFkIGgxIHtcblx0XHRcdGxpbmUtaGVpZ2h0OiAxLjI7XG5cdFx0fVx0XG59XHRcblxuLyoqIEVuZCBUaW1lbGluZSBFeHByZXNzIEFkbWluIFN0eWxlcyAqLyJdfQ== */
|
lib/admin/images/flying-parrot.png
ADDED
Binary file
|
lib/admin/js/min/timeline-express-admin.min.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
-
* @Version 1.
|
6 |
-
* @Build 10-
|
7 |
*/
|
8 |
function changeRandomTrimLengthCheckbox(){var a=jQuery('input[name="excerpt-random-length"]').prop("checked");"1"==a?(jQuery('input[name="excerpt-trim-length"]').fadeOut("fast",function(){jQuery('input[name="excerpt-random-length"]').css("margin-left","0em")}),jQuery("#random-lenth-text-container").removeClass("random-length-text")):(jQuery('input[name="excerpt-random-length"]').css("margin-left",".5em"),jQuery('input[name="excerpt-trim-length"]').fadeIn("fast"),jQuery("#random-lenth-text-container").addClass("random-length-text"))}function toggleDeleteCheckClass(){var a=jQuery('input[name="delete-announcement-posts-on-uninstallation"]').prop("checked");a===!0?(jQuery(".delete-no").addClass("delete-yes"),jQuery(".delete-yes").removeClass("delete-no")):(jQuery(".delete-yes").addClass("delete-no"),jQuery(".delete-no").removeClass("delete-yes"))}function toggle_delete_checkbox(){var a=jQuery('input[name="delete-announcement-posts-on-uninstallation"]').prop("checked");a===!1?(jQuery(".delete-no").addClass("delete-yes"),jQuery(".delete-yes").removeClass("delete-no"),jQuery('input[name="delete-announcement-posts-on-uninstallation"]').attr("checked",!0)):(jQuery(".delete-yes").addClass("delete-no"),jQuery(".delete-no").removeClass("delete-yes"),jQuery('input[name="delete-announcement-posts-on-uninstallation"]').attr("checked",!1))}!function(a){"use strict";function b(a,b){return a.toUpperCase().indexOf(b.toUpperCase())>-1}function c(b){var c=[{re:/[\xC0-\xC6]/g,ch:"A"},{re:/[\xE0-\xE6]/g,ch:"a"},{re:/[\xC8-\xCB]/g,ch:"E"},{re:/[\xE8-\xEB]/g,ch:"e"},{re:/[\xCC-\xCF]/g,ch:"I"},{re:/[\xEC-\xEF]/g,ch:"i"},{re:/[\xD2-\xD6]/g,ch:"O"},{re:/[\xF2-\xF6]/g,ch:"o"},{re:/[\xD9-\xDC]/g,ch:"U"},{re:/[\xF9-\xFC]/g,ch:"u"},{re:/[\xC7-\xE7]/g,ch:"c"},{re:/[\xD1]/g,ch:"N"},{re:/[\xF1]/g,ch:"n"}];return a.each(c,function(){b=b.replace(this.re,this.ch)}),b}function d(a){var b={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},c="(?:"+Object.keys(b).join("|")+")",d=new RegExp(c),e=new RegExp(c,"g"),f=null==a?"":""+a;return d.test(f)?f.replace(e,function(a){return b[a]}):f}function e(b,c){var d=arguments,e=b,b=d[0],c=d[1];[].shift.apply(d),"undefined"==typeof b&&(b=e);var g,h=this.each(function(){var e=a(this);if(e.is("select")){var h=e.data("selectpicker"),i="object"==typeof b&&b;if(h){if(i)for(var j in i)i.hasOwnProperty(j)&&(h.options[j]=i[j])}else{var k=a.extend({},f.DEFAULTS,a.fn.selectpicker.defaults||{},e.data(),i);e.data("selectpicker",h=new f(this,k,c))}"string"==typeof b&&(g=h[b]instanceof Function?h[b].apply(h,d):h.options[b])}});return"undefined"!=typeof g?g:h}a.expr[":"].icontains=function(c,d,e){return b(a(c).text(),e[3])},a.expr[":"].aicontains=function(c,d,e){return b(a(c).data("normalizedText")||a(c).text(),e[3])};var f=function(b,c,d){d&&(d.stopPropagation(),d.preventDefault()),this.$element=a(b),this.$newElement=null,this.$button=null,this.$menu=null,this.$lis=null,this.options=c,null===this.options.title&&(this.options.title=this.$element.attr("title")),this.val=f.prototype.val,this.render=f.prototype.render,this.refresh=f.prototype.refresh,this.setStyle=f.prototype.setStyle,this.selectAll=f.prototype.selectAll,this.deselectAll=f.prototype.deselectAll,this.destroy=f.prototype.remove,this.remove=f.prototype.remove,this.show=f.prototype.show,this.hide=f.prototype.hide,this.init()};f.VERSION="1.6.3",f.DEFAULTS={noneSelectedText:"Nothing selected",noneResultsText:"No results match",countSelectedText:function(a,b){return 1==a?"{0} item selected":"{0} items selected"},maxOptionsText:function(a,b){var c=[];return c[0]=1==a?"Limit reached ({n} item max)":"Limit reached ({n} items max)",c[1]=1==b?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)",c},selectAllText:"Select All",deselectAllText:"Deselect All",multipleSeparator:", ",style:"btn-default",size:"auto",title:null,selectedTextFormat:"values",width:!1,container:!1,hideDisabled:!1,showSubtext:!1,showIcon:!0,showContent:!0,dropupAuto:!0,header:!1,liveSearch:!1,actionsBox:!1,iconBase:"fa",tickIcon:"fa-ok",maxOptions:!1,mobile:!1,selectOnTab:!1,dropdownAlignRight:!1,searchAccentInsensitive:!1},f.prototype={constructor:f,init:function(){var b=this,c=this.$element.attr("id");this.$element.hide(),this.multiple=this.$element.prop("multiple"),this.autofocus=this.$element.prop("autofocus"),this.$newElement=this.createView(),this.$element.after(this.$newElement),this.$menu=this.$newElement.find("> .dropdown-menu"),this.$button=this.$newElement.find("> button"),this.$searchbox=this.$newElement.find("input"),this.options.dropdownAlignRight&&this.$menu.addClass("dropdown-menu-right"),"undefined"!=typeof c&&(this.$button.attr("data-id",c),a('label[for="'+c+'"]').click(function(a){a.preventDefault(),b.$button.focus()})),this.checkDisabled(),this.clickListener(),this.options.liveSearch&&this.liveSearchListener(),this.render(),this.liHeight(),this.setStyle(),this.setWidth(),this.options.container&&this.selectPosition(),this.$menu.data("this",this),this.$newElement.data("this",this),this.options.mobile&&this.mobile()},createDropdown:function(){var b=this.multiple?" show-tick":"",c=this.$element.parent().hasClass("input-group")?" input-group-btn":"",d=this.autofocus?" autofocus":"",e=this.$element.parents().hasClass("form-group-lg")?" btn-lg":this.$element.parents().hasClass("form-group-sm")?" btn-sm":"",f=this.options.header?'<div class="popover-title"><button type="button" class="close" aria-hidden="true">×</button>'+this.options.header+"</div>":"",g=this.options.liveSearch?'<div class="bs-searchbox"><input type="text" class="input-block-level form-control" autocomplete="off" /></div>':"",h=this.options.actionsBox?'<div class="bs-actionsbox"><div class="btn-group btn-block"><button class="actions-btn bs-select-all btn btn-sm btn-default">'+this.options.selectAllText+'</button><button class="actions-btn bs-deselect-all btn btn-sm btn-default">'+this.options.deselectAllText+"</button></div></div>":"",i='<div class="btn-group bootstrap-select'+b+c+'"><button type="button" class="btn dropdown-toggle selectpicker'+e+'" data-toggle="dropdown"'+d+'><span class="filter-option pull-left"></span> <span class="caret"></span></button><div class="dropdown-menu open">'+f+g+h+'<ul class="dropdown-menu inner selectpicker" role="menu"></ul></div></div>';return a(i)},createView:function(){var a=this.createDropdown(),b=this.createLi();return a.find("ul").append(b),a},reloadLi:function(){this.destroyLi();var a=this.createLi();this.$menu.find("ul").append(a)},destroyLi:function(){this.$menu.find("li").remove()},createLi:function(){var b=this,e=[],f=0,g=function(a,b,c){return"<li"+("undefined"!=typeof c?' class="'+c+'"':"")+("undefined"!=typeof b|null===b?' data-original-index="'+b+'"':"")+">"+a+"</li>"},h=function(a,e,f,g){var h=c(d(a));return'<a tabindex="0"'+("undefined"!=typeof e?' class="'+e+'"':"")+("undefined"!=typeof f?' style="'+f+'"':"")+("undefined"!=typeof g?'data-optgroup="'+g+'"':"")+' data-normalized-text="'+h+'">'+a+'<span class="'+b.options.iconBase+" "+b.options.tickIcon+' check-mark"></span></a>'};return this.$element.find("option").each(function(){var c=a(this),d=c.attr("class")||"",i=c.attr("style"),j=c.data("content")?c.data("content"):c.html(),k="undefined"!=typeof c.data("subtext")?'<small class="muted text-muted">'+c.data("subtext")+"</small>":"",l="undefined"!=typeof c.data("icon")?'<span class="'+b.options.iconBase+" "+c.data("icon")+'"></span> ':"",m=c.is(":disabled")||c.parent().is(":disabled"),n=c[0].index;if(""!==l&&m&&(l="<span>"+l+"</span>"),c.data("content")||(j=l+'<span class="text">'+j+k+"</span>"),!b.options.hideDisabled||!m)if(c.parent().is("optgroup")&&c.data("divider")!==!0){if(0===c.index()){f+=1;var o=c.parent().attr("label"),p="undefined"!=typeof c.parent().data("subtext")?'<small class="muted text-muted">'+c.parent().data("subtext")+"</small>":"",q=c.parent().data("icon")?'<span class="'+b.options.iconBase+" "+c.parent().data("icon")+'"></span> ':"";o=q+'<span class="text">'+o+p+"</span>",0!==n&&e.length>0&&e.push(g("",null,"divider")),e.push(g(o,null,"dropdown-header"))}e.push(g(h(j,"opt "+d,i,f),n))}else c.data("divider")===!0?e.push(g("",n,"divider")):c.data("hidden")===!0?e.push(g(h(j,d,i),n,"hide is-hidden")):e.push(g(h(j,d,i),n))}),this.multiple||0!==this.$element.find("option:selected").length||this.options.title||this.$element.find("option").eq(0).prop("selected",!0).attr("selected","selected"),a(e.join(""))},findLis:function(){return null==this.$lis&&(this.$lis=this.$menu.find("li")),this.$lis},render:function(b){var c=this;b!==!1&&this.$element.find("option").each(function(b){c.setDisabled(b,a(this).is(":disabled")||a(this).parent().is(":disabled")),c.setSelected(b,a(this).is(":selected"))}),this.tabIndex();var e=this.options.hideDisabled?":not([disabled])":"",f=this.$element.find("option:selected"+e).map(function(){var b,d=a(this),e=d.data("icon")&&c.options.showIcon?'<i class="'+c.options.iconBase+" "+d.data("icon")+'"></i> ':"";return b=c.options.showSubtext&&d.attr("data-subtext")&&!c.multiple?' <small class="muted text-muted">'+d.data("subtext")+"</small>":"",d.data("content")&&c.options.showContent?d.data("content"):"undefined"!=typeof d.attr("title")?d.attr("title"):e+d.html()+b}).toArray(),g=this.multiple?f.join(this.options.multipleSeparator):f[0];if(this.multiple&&this.options.selectedTextFormat.indexOf("count")>-1){var h=this.options.selectedTextFormat.split(">");if(h.length>1&&f.length>h[1]||1==h.length&&f.length>=2){e=this.options.hideDisabled?", [disabled]":"";var i=this.$element.find("option").not('[data-divider="true"], [data-hidden="true"]'+e).length,j="function"==typeof this.options.countSelectedText?this.options.countSelectedText(f.length,i):this.options.countSelectedText;g=j.replace("{0}",f.length.toString()).replace("{1}",i.toString())}}this.options.title=this.$element.attr("title"),"static"==this.options.selectedTextFormat&&(g=this.options.title),g||(g="undefined"!=typeof this.options.title?this.options.title:this.options.noneSelectedText),this.$button.attr("title",d(g)),this.$newElement.find(".filter-option").html(g)},setStyle:function(a,b){this.$element.attr("class")&&this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device|validate\[.*\]/gi,""));var c=a?a:this.options.style;"add"==b?this.$button.addClass(c):"remove"==b?this.$button.removeClass(c):(this.$button.removeClass(this.options.style),this.$button.addClass(c))},liHeight:function(){if(this.options.size!==!1){var a=this.$menu.parent().clone().find("> .dropdown-toggle").prop("autofocus",!1).end().appendTo("body"),b=a.addClass("open").find("> .dropdown-menu"),c=b.find("li").not(".divider").not(".dropdown-header").filter(":visible").children("a").outerHeight(),d=this.options.header?b.find(".popover-title").outerHeight():0,e=this.options.liveSearch?b.find(".bs-searchbox").outerHeight():0,f=this.options.actionsBox?b.find(".bs-actionsbox").outerHeight():0;a.remove(),this.$newElement.data("liHeight",c).data("headerHeight",d).data("searchHeight",e).data("actionsHeight",f)}},setSize:function(){this.findLis();var b,c,d,e=this,f=this.$menu,g=f.find(".inner"),h=this.$newElement.outerHeight(),i=this.$newElement.data("liHeight"),j=this.$newElement.data("headerHeight"),k=this.$newElement.data("searchHeight"),l=this.$newElement.data("actionsHeight"),m=this.$lis.filter(".divider").outerHeight(!0),n=parseInt(f.css("padding-top"))+parseInt(f.css("padding-bottom"))+parseInt(f.css("border-top-width"))+parseInt(f.css("border-bottom-width")),o=this.options.hideDisabled?", .disabled":"",p=a(window),q=n+parseInt(f.css("margin-top"))+parseInt(f.css("margin-bottom"))+2,r=function(){c=e.$newElement.offset().top-p.scrollTop(),d=p.height()-c-h};if(r(),this.options.header&&f.css("padding-top",0),"auto"==this.options.size){var s=function(){var a,h=e.$lis.not(".hide");r(),b=d-q,e.options.dropupAuto&&e.$newElement.toggleClass("dropup",c>d&&b-q<f.height()),e.$newElement.hasClass("dropup")&&(b=c-q),a=h.length+h.filter(".dropdown-header").length>3?3*i+q-2:0,f.css({"max-height":b+"px",overflow:"hidden","min-height":a+j+k+l+"px"}),g.css({"max-height":b-j-k-l-n+"px","overflow-y":"auto","min-height":Math.max(a-n,0)+"px"})};s(),this.$searchbox.off("input.getSize propertychange.getSize").on("input.getSize propertychange.getSize",s),a(window).off("resize.getSize").on("resize.getSize",s),a(window).off("scroll.getSize").on("scroll.getSize",s)}else if(this.options.size&&"auto"!=this.options.size&&f.find("li"+o).length>this.options.size){var t=this.$lis.not(".divider"+o).find(" > *").slice(0,this.options.size).last().parent().index(),u=this.$lis.slice(0,t+1).filter(".divider").length;b=i*this.options.size+u*m+n,e.options.dropupAuto&&this.$newElement.toggleClass("dropup",c>d&&b<f.height()),f.css({"max-height":b+j+k+l+"px",overflow:"hidden"}),g.css({"max-height":b-n+"px","overflow-y":"auto"})}},setWidth:function(){if("auto"==this.options.width){this.$menu.css("min-width","0");var a=this.$newElement.clone().appendTo("body"),b=a.find("> .dropdown-menu").css("width"),c=a.css("width","auto").find("> button").css("width");a.remove(),this.$newElement.css("width",Math.max(parseInt(b),parseInt(c))+"px")}else"fit"==this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width","").addClass("fit-width")):this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width",this.options.width)):(this.$menu.css("min-width",""),this.$newElement.css("width",""));this.$newElement.hasClass("fit-width")&&"fit"!==this.options.width&&this.$newElement.removeClass("fit-width")},selectPosition:function(){var b,c,d=this,e="<div />",f=a(e),g=function(a){f.addClass(a.attr("class").replace(/form-control/gi,"")).toggleClass("dropup",a.hasClass("dropup")),b=a.offset(),c=a.hasClass("dropup")?0:a[0].offsetHeight,f.css({top:b.top+c,left:b.left,width:a[0].offsetWidth,position:"absolute"})};this.$newElement.on("click",function(){d.isDisabled()||(g(a(this)),f.appendTo(d.options.container),f.toggleClass("open",!a(this).hasClass("open")),f.append(d.$menu))}),a(window).resize(function(){g(d.$newElement)}),a(window).on("scroll",function(){g(d.$newElement)}),a("html").on("click",function(b){a(b.target).closest(d.$newElement).length<1&&f.removeClass("open")})},setSelected:function(a,b){this.findLis(),this.$lis.filter('[data-original-index="'+a+'"]').toggleClass("selected",b)},setDisabled:function(a,b){this.findLis(),b?this.$lis.filter('[data-original-index="'+a+'"]').addClass("disabled").find("a").attr("href","#").attr("tabindex",-1):this.$lis.filter('[data-original-index="'+a+'"]').removeClass("disabled").find("a").removeAttr("href").attr("tabindex",0)},isDisabled:function(){return this.$element.is(":disabled")},checkDisabled:function(){var a=this;this.isDisabled()?this.$button.addClass("disabled").attr("tabindex",-1):(this.$button.hasClass("disabled")&&this.$button.removeClass("disabled"),this.$button.attr("tabindex")==-1&&(this.$element.data("tabindex")||this.$button.removeAttr("tabindex"))),this.$button.click(function(){return!a.isDisabled()})},tabIndex:function(){this.$element.is("[tabindex]")&&(this.$element.data("tabindex",this.$element.attr("tabindex")),this.$button.attr("tabindex",this.$element.data("tabindex")))},clickListener:function(){var b=this;this.$newElement.on("touchstart.dropdown",".dropdown-menu",function(a){a.stopPropagation()}),this.$newElement.on("click",function(){b.setSize(),b.options.liveSearch||b.multiple||setTimeout(function(){b.$menu.find(".selected a").focus()},10)}),this.$menu.on("click","li a",function(c){var d=a(this),e=d.parent().data("originalIndex"),f=b.$element.val(),g=b.$element.prop("selectedIndex");if(b.multiple&&c.stopPropagation(),c.preventDefault(),!b.isDisabled()&&!d.parent().hasClass("disabled")){var h=b.$element.find("option"),i=h.eq(e),j=i.prop("selected"),k=i.parent("optgroup"),l=b.options.maxOptions,m=k.data("maxOptions")||!1;if(b.multiple){if(i.prop("selected",!j),b.setSelected(e,!j),d.blur(),l!==!1||m!==!1){var n=l<h.filter(":selected").length,o=m<k.find("option:selected").length;if(l&&n||m&&o)if(l&&1==l)h.prop("selected",!1),i.prop("selected",!0),b.$menu.find(".selected").removeClass("selected"),b.setSelected(e,!0);else if(m&&1==m){k.find("option:selected").prop("selected",!1),i.prop("selected",!0);var p=d.data("optgroup");b.$menu.find(".selected").has('a[data-optgroup="'+p+'"]').removeClass("selected"),b.setSelected(e,!0)}else{var q="function"==typeof b.options.maxOptionsText?b.options.maxOptionsText(l,m):b.options.maxOptionsText,r=q[0].replace("{n}",l),s=q[1].replace("{n}",m),t=a('<div class="notify"></div>');q[2]&&(r=r.replace("{var}",q[2][l>1?0:1]),s=s.replace("{var}",q[2][m>1?0:1])),i.prop("selected",!1),b.$menu.append(t),l&&n&&(t.append(a("<div>"+r+"</div>")),b.$element.trigger("maxReached.bs.select")),m&&o&&(t.append(a("<div>"+s+"</div>")),b.$element.trigger("maxReachedGrp.bs.select")),setTimeout(function(){b.setSelected(e,!1)},10),t.delay(750).fadeOut(300,function(){a(this).remove()})}}}else h.prop("selected",!1),i.prop("selected",!0),b.$menu.find(".selected").removeClass("selected"),b.setSelected(e,!0);b.multiple?b.options.liveSearch&&b.$searchbox.focus():b.$button.focus(),(f!=b.$element.val()&&b.multiple||g!=b.$element.prop("selectedIndex")&&!b.multiple)&&b.$element.change()}}),this.$menu.on("click","li.disabled a, .popover-title, .popover-title :not(.close)",function(a){a.target==this&&(a.preventDefault(),a.stopPropagation(),b.options.liveSearch?b.$searchbox.focus():b.$button.focus())}),this.$menu.on("click","li.divider, li.dropdown-header",function(a){a.preventDefault(),a.stopPropagation(),b.options.liveSearch?b.$searchbox.focus():b.$button.focus()}),this.$menu.on("click",".popover-title .close",function(){b.$button.focus()}),this.$searchbox.on("click",function(a){a.stopPropagation()}),this.$menu.on("click",".actions-btn",function(c){b.options.liveSearch?b.$searchbox.focus():b.$button.focus(),c.preventDefault(),c.stopPropagation(),a(this).is(".bs-select-all")?b.selectAll():b.deselectAll(),b.$element.change()}),this.$element.change(function(){b.render(!1)})},liveSearchListener:function(){var b=this,e=a('<li class="no-results"></li>');this.$newElement.on("click.dropdown.data-api touchstart.dropdown.data-api",function(){b.$menu.find(".active").removeClass("active"),b.$searchbox.val()&&(b.$searchbox.val(""),b.$lis.not(".is-hidden").removeClass("hide"),e.parent().length&&e.remove()),b.multiple||b.$menu.find(".selected").addClass("active"),setTimeout(function(){b.$searchbox.focus()},10)}),this.$searchbox.on("click.dropdown.data-api focus.dropdown.data-api touchend.dropdown.data-api",function(a){a.stopPropagation()}),this.$searchbox.on("input propertychange",function(){b.$searchbox.val()?(b.options.searchAccentInsensitive?b.$lis.not(".is-hidden").removeClass("hide").find("a").not(":aicontains("+c(b.$searchbox.val())+")").parent().addClass("hide"):b.$lis.not(".is-hidden").removeClass("hide").find("a").not(":icontains("+b.$searchbox.val()+")").parent().addClass("hide"),b.$menu.find("li").filter(":visible:not(.no-results)").length?e.parent().length&&e.remove():(e.parent().length&&e.remove(),e.html(b.options.noneResultsText+' "'+d(b.$searchbox.val())+'"').show(),b.$menu.find("li").last().after(e))):(b.$lis.not(".is-hidden").removeClass("hide"),e.parent().length&&e.remove()),b.$menu.find("li.active").removeClass("active"),b.$menu.find("li").filter(":visible:not(.divider)").eq(0).addClass("active").find("a").focus(),a(this).focus()})},val:function(a){return"undefined"!=typeof a?(this.$element.val(a),this.render(),this.$element):this.$element.val()},selectAll:function(){this.findLis(),this.$lis.not(".divider").not(".disabled").not(".selected").filter(":visible").find("a").click()},deselectAll:function(){this.findLis(),this.$lis.not(".divider").not(".disabled").filter(".selected").filter(":visible").find("a").click()},keydown:function(b){var d,e,f,g,h,i,j,k,l,m=a(this),n=m.is("input")?m.parent().parent():m.parent(),o=n.data("this"),p={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"};if(o.options.liveSearch&&(n=m.parent().parent()),o.options.container&&(n=o.$menu),d=a("[role=menu] li a",n),l=o.$menu.parent().hasClass("open"),!l&&/([0-9]|[A-z])/.test(String.fromCharCode(b.keyCode))&&(o.options.container?o.$newElement.trigger("click"):(o.setSize(),o.$menu.parent().addClass("open"),l=!0),o.$searchbox.focus()),o.options.liveSearch&&(/(^9$|27)/.test(b.keyCode.toString(10))&&l&&0===o.$menu.find(".active").length&&(b.preventDefault(),o.$menu.parent().removeClass("open"),o.$button.focus()),d=a("[role=menu] li:not(.divider):not(.dropdown-header):visible",n),m.val()||/(38|40)/.test(b.keyCode.toString(10))||0===d.filter(".active").length&&(d=o.options.searchAccentInsensitive?o.$newElement.find("li").filter(":aicontains("+c(p[b.keyCode])+")"):o.$newElement.find("li").filter(":icontains("+p[b.keyCode]+")"))),d.length){if(/(38|40)/.test(b.keyCode.toString(10)))e=d.index(d.filter(":focus")),g=d.parent(":not(.disabled):visible").first().index(),h=d.parent(":not(.disabled):visible").last().index(),f=d.eq(e).parent().nextAll(":not(.disabled):visible").eq(0).index(),i=d.eq(e).parent().prevAll(":not(.disabled):visible").eq(0).index(),j=d.eq(f).parent().prevAll(":not(.disabled):visible").eq(0).index(),o.options.liveSearch&&(d.each(function(b){a(this).is(":not(.disabled)")&&a(this).data("index",b)}),e=d.index(d.filter(".active")),g=d.filter(":not(.disabled):visible").first().data("index"),h=d.filter(":not(.disabled):visible").last().data("index"),f=d.eq(e).nextAll(":not(.disabled):visible").eq(0).data("index"),i=d.eq(e).prevAll(":not(.disabled):visible").eq(0).data("index"),j=d.eq(f).prevAll(":not(.disabled):visible").eq(0).data("index")),k=m.data("prevIndex"),38==b.keyCode&&(o.options.liveSearch&&(e-=1),e!=j&&e>i&&(e=i),e<g&&(e=g),e==k&&(e=h)),40==b.keyCode&&(o.options.liveSearch&&(e+=1),e==-1&&(e=0),e!=j&&e<f&&(e=f),e>h&&(e=h),e==k&&(e=g)),m.data("prevIndex",e),o.options.liveSearch?(b.preventDefault(),m.is(".dropdown-toggle")||(d.removeClass("active"),d.eq(e).addClass("active").find("a").focus(),m.focus())):d.eq(e).focus();else if(!m.is("input")){var q,r,s=[];d.each(function(){a(this).parent().is(":not(.disabled)")&&a.trim(a(this).text().toLowerCase()).substring(0,1)==p[b.keyCode]&&s.push(a(this).parent().index())}),q=a(document).data("keycount"),q++,a(document).data("keycount",q),r=a.trim(a(":focus").text().toLowerCase()).substring(0,1),r!=p[b.keyCode]?(q=1,a(document).data("keycount",q)):q>=s.length&&(a(document).data("keycount",0),q>s.length&&(q=1)),d.eq(s[q-1]).focus()}(/(13|32)/.test(b.keyCode.toString(10))||/(^9$)/.test(b.keyCode.toString(10))&&o.options.selectOnTab)&&l&&(/(32)/.test(b.keyCode.toString(10))||b.preventDefault(),o.options.liveSearch?/(32)/.test(b.keyCode.toString(10))||(o.$menu.find(".active a").click(),m.focus()):a(":focus").click(),a(document).data("keycount",0)),(/(^9$|27)/.test(b.keyCode.toString(10))&&l&&(o.multiple||o.options.liveSearch)||/(27)/.test(b.keyCode.toString(10))&&!l)&&(o.$menu.parent().removeClass("open"),o.$button.focus())}},mobile:function(){this.$element.addClass("mobile-device").appendTo(this.$newElement),this.options.container&&this.$menu.hide()},refresh:function(){this.$lis=null,this.reloadLi(),this.render(),this.setWidth(),this.setStyle(),this.checkDisabled(),this.liHeight()},update:function(){this.reloadLi(),this.setWidth(),this.setStyle(),this.checkDisabled(),this.liHeight()},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},remove:function(){this.$newElement.remove(),this.$element.remove()}};var g=a.fn.selectpicker;a.fn.selectpicker=e,a.fn.selectpicker.Constructor=f,a.fn.selectpicker.noConflict=function(){return a.fn.selectpicker=g,this},a(document).data("keycount",0).on("keydown",".bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bs-searchbox input",f.prototype.keydown).on("focusin.modal",".bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bs-searchbox input",function(a){a.stopPropagation()}),a(window).on("load.bs.select.data-api",function(){a(".selectpicker").each(function(){var b=a(this);e.call(b,b.data())})})}(jQuery),jQuery(document).ready(function(){jQuery(".color-picker-field").length&&(jQuery(".color-picker-field").wpColorPicker(),jQuery(".meta-box-sortables").sortable({disabled:!0}),jQuery(".postbox .hndle").css("cursor","pointer"))});
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
+
* @Version 1.3.1
|
6 |
+
* @Build 10-11-2016
|
7 |
*/
|
8 |
function changeRandomTrimLengthCheckbox(){var a=jQuery('input[name="excerpt-random-length"]').prop("checked");"1"==a?(jQuery('input[name="excerpt-trim-length"]').fadeOut("fast",function(){jQuery('input[name="excerpt-random-length"]').css("margin-left","0em")}),jQuery("#random-lenth-text-container").removeClass("random-length-text")):(jQuery('input[name="excerpt-random-length"]').css("margin-left",".5em"),jQuery('input[name="excerpt-trim-length"]').fadeIn("fast"),jQuery("#random-lenth-text-container").addClass("random-length-text"))}function toggleDeleteCheckClass(){var a=jQuery('input[name="delete-announcement-posts-on-uninstallation"]').prop("checked");a===!0?(jQuery(".delete-no").addClass("delete-yes"),jQuery(".delete-yes").removeClass("delete-no")):(jQuery(".delete-yes").addClass("delete-no"),jQuery(".delete-no").removeClass("delete-yes"))}function toggle_delete_checkbox(){var a=jQuery('input[name="delete-announcement-posts-on-uninstallation"]').prop("checked");a===!1?(jQuery(".delete-no").addClass("delete-yes"),jQuery(".delete-yes").removeClass("delete-no"),jQuery('input[name="delete-announcement-posts-on-uninstallation"]').attr("checked",!0)):(jQuery(".delete-yes").addClass("delete-no"),jQuery(".delete-no").removeClass("delete-yes"),jQuery('input[name="delete-announcement-posts-on-uninstallation"]').attr("checked",!1))}!function(a){"use strict";function b(a,b){return a.toUpperCase().indexOf(b.toUpperCase())>-1}function c(b){var c=[{re:/[\xC0-\xC6]/g,ch:"A"},{re:/[\xE0-\xE6]/g,ch:"a"},{re:/[\xC8-\xCB]/g,ch:"E"},{re:/[\xE8-\xEB]/g,ch:"e"},{re:/[\xCC-\xCF]/g,ch:"I"},{re:/[\xEC-\xEF]/g,ch:"i"},{re:/[\xD2-\xD6]/g,ch:"O"},{re:/[\xF2-\xF6]/g,ch:"o"},{re:/[\xD9-\xDC]/g,ch:"U"},{re:/[\xF9-\xFC]/g,ch:"u"},{re:/[\xC7-\xE7]/g,ch:"c"},{re:/[\xD1]/g,ch:"N"},{re:/[\xF1]/g,ch:"n"}];return a.each(c,function(){b=b.replace(this.re,this.ch)}),b}function d(a){var b={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},c="(?:"+Object.keys(b).join("|")+")",d=new RegExp(c),e=new RegExp(c,"g"),f=null==a?"":""+a;return d.test(f)?f.replace(e,function(a){return b[a]}):f}function e(b,c){var d=arguments,e=b,b=d[0],c=d[1];[].shift.apply(d),"undefined"==typeof b&&(b=e);var g,h=this.each(function(){var e=a(this);if(e.is("select")){var h=e.data("selectpicker"),i="object"==typeof b&&b;if(h){if(i)for(var j in i)i.hasOwnProperty(j)&&(h.options[j]=i[j])}else{var k=a.extend({},f.DEFAULTS,a.fn.selectpicker.defaults||{},e.data(),i);e.data("selectpicker",h=new f(this,k,c))}"string"==typeof b&&(g=h[b]instanceof Function?h[b].apply(h,d):h.options[b])}});return"undefined"!=typeof g?g:h}a.expr[":"].icontains=function(c,d,e){return b(a(c).text(),e[3])},a.expr[":"].aicontains=function(c,d,e){return b(a(c).data("normalizedText")||a(c).text(),e[3])};var f=function(b,c,d){d&&(d.stopPropagation(),d.preventDefault()),this.$element=a(b),this.$newElement=null,this.$button=null,this.$menu=null,this.$lis=null,this.options=c,null===this.options.title&&(this.options.title=this.$element.attr("title")),this.val=f.prototype.val,this.render=f.prototype.render,this.refresh=f.prototype.refresh,this.setStyle=f.prototype.setStyle,this.selectAll=f.prototype.selectAll,this.deselectAll=f.prototype.deselectAll,this.destroy=f.prototype.remove,this.remove=f.prototype.remove,this.show=f.prototype.show,this.hide=f.prototype.hide,this.init()};f.VERSION="1.6.3",f.DEFAULTS={noneSelectedText:"Nothing selected",noneResultsText:"No results match",countSelectedText:function(a,b){return 1==a?"{0} item selected":"{0} items selected"},maxOptionsText:function(a,b){var c=[];return c[0]=1==a?"Limit reached ({n} item max)":"Limit reached ({n} items max)",c[1]=1==b?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)",c},selectAllText:"Select All",deselectAllText:"Deselect All",multipleSeparator:", ",style:"btn-default",size:"auto",title:null,selectedTextFormat:"values",width:!1,container:!1,hideDisabled:!1,showSubtext:!1,showIcon:!0,showContent:!0,dropupAuto:!0,header:!1,liveSearch:!1,actionsBox:!1,iconBase:"fa",tickIcon:"fa-ok",maxOptions:!1,mobile:!1,selectOnTab:!1,dropdownAlignRight:!1,searchAccentInsensitive:!1},f.prototype={constructor:f,init:function(){var b=this,c=this.$element.attr("id");this.$element.hide(),this.multiple=this.$element.prop("multiple"),this.autofocus=this.$element.prop("autofocus"),this.$newElement=this.createView(),this.$element.after(this.$newElement),this.$menu=this.$newElement.find("> .dropdown-menu"),this.$button=this.$newElement.find("> button"),this.$searchbox=this.$newElement.find("input"),this.options.dropdownAlignRight&&this.$menu.addClass("dropdown-menu-right"),"undefined"!=typeof c&&(this.$button.attr("data-id",c),a('label[for="'+c+'"]').click(function(a){a.preventDefault(),b.$button.focus()})),this.checkDisabled(),this.clickListener(),this.options.liveSearch&&this.liveSearchListener(),this.render(),this.liHeight(),this.setStyle(),this.setWidth(),this.options.container&&this.selectPosition(),this.$menu.data("this",this),this.$newElement.data("this",this),this.options.mobile&&this.mobile()},createDropdown:function(){var b=this.multiple?" show-tick":"",c=this.$element.parent().hasClass("input-group")?" input-group-btn":"",d=this.autofocus?" autofocus":"",e=this.$element.parents().hasClass("form-group-lg")?" btn-lg":this.$element.parents().hasClass("form-group-sm")?" btn-sm":"",f=this.options.header?'<div class="popover-title"><button type="button" class="close" aria-hidden="true">×</button>'+this.options.header+"</div>":"",g=this.options.liveSearch?'<div class="bs-searchbox"><input type="text" class="input-block-level form-control" autocomplete="off" /></div>':"",h=this.options.actionsBox?'<div class="bs-actionsbox"><div class="btn-group btn-block"><button class="actions-btn bs-select-all btn btn-sm btn-default">'+this.options.selectAllText+'</button><button class="actions-btn bs-deselect-all btn btn-sm btn-default">'+this.options.deselectAllText+"</button></div></div>":"",i='<div class="btn-group bootstrap-select'+b+c+'"><button type="button" class="btn dropdown-toggle selectpicker'+e+'" data-toggle="dropdown"'+d+'><span class="filter-option pull-left"></span> <span class="caret"></span></button><div class="dropdown-menu open">'+f+g+h+'<ul class="dropdown-menu inner selectpicker" role="menu"></ul></div></div>';return a(i)},createView:function(){var a=this.createDropdown(),b=this.createLi();return a.find("ul").append(b),a},reloadLi:function(){this.destroyLi();var a=this.createLi();this.$menu.find("ul").append(a)},destroyLi:function(){this.$menu.find("li").remove()},createLi:function(){var b=this,e=[],f=0,g=function(a,b,c){return"<li"+("undefined"!=typeof c?' class="'+c+'"':"")+("undefined"!=typeof b|null===b?' data-original-index="'+b+'"':"")+">"+a+"</li>"},h=function(a,e,f,g){var h=c(d(a));return'<a tabindex="0"'+("undefined"!=typeof e?' class="'+e+'"':"")+("undefined"!=typeof f?' style="'+f+'"':"")+("undefined"!=typeof g?'data-optgroup="'+g+'"':"")+' data-normalized-text="'+h+'">'+a+'<span class="'+b.options.iconBase+" "+b.options.tickIcon+' check-mark"></span></a>'};return this.$element.find("option").each(function(){var c=a(this),d=c.attr("class")||"",i=c.attr("style"),j=c.data("content")?c.data("content"):c.html(),k="undefined"!=typeof c.data("subtext")?'<small class="muted text-muted">'+c.data("subtext")+"</small>":"",l="undefined"!=typeof c.data("icon")?'<span class="'+b.options.iconBase+" "+c.data("icon")+'"></span> ':"",m=c.is(":disabled")||c.parent().is(":disabled"),n=c[0].index;if(""!==l&&m&&(l="<span>"+l+"</span>"),c.data("content")||(j=l+'<span class="text">'+j+k+"</span>"),!b.options.hideDisabled||!m)if(c.parent().is("optgroup")&&c.data("divider")!==!0){if(0===c.index()){f+=1;var o=c.parent().attr("label"),p="undefined"!=typeof c.parent().data("subtext")?'<small class="muted text-muted">'+c.parent().data("subtext")+"</small>":"",q=c.parent().data("icon")?'<span class="'+b.options.iconBase+" "+c.parent().data("icon")+'"></span> ':"";o=q+'<span class="text">'+o+p+"</span>",0!==n&&e.length>0&&e.push(g("",null,"divider")),e.push(g(o,null,"dropdown-header"))}e.push(g(h(j,"opt "+d,i,f),n))}else c.data("divider")===!0?e.push(g("",n,"divider")):c.data("hidden")===!0?e.push(g(h(j,d,i),n,"hide is-hidden")):e.push(g(h(j,d,i),n))}),this.multiple||0!==this.$element.find("option:selected").length||this.options.title||this.$element.find("option").eq(0).prop("selected",!0).attr("selected","selected"),a(e.join(""))},findLis:function(){return null==this.$lis&&(this.$lis=this.$menu.find("li")),this.$lis},render:function(b){var c=this;b!==!1&&this.$element.find("option").each(function(b){c.setDisabled(b,a(this).is(":disabled")||a(this).parent().is(":disabled")),c.setSelected(b,a(this).is(":selected"))}),this.tabIndex();var e=this.options.hideDisabled?":not([disabled])":"",f=this.$element.find("option:selected"+e).map(function(){var b,d=a(this),e=d.data("icon")&&c.options.showIcon?'<i class="'+c.options.iconBase+" "+d.data("icon")+'"></i> ':"";return b=c.options.showSubtext&&d.attr("data-subtext")&&!c.multiple?' <small class="muted text-muted">'+d.data("subtext")+"</small>":"",d.data("content")&&c.options.showContent?d.data("content"):"undefined"!=typeof d.attr("title")?d.attr("title"):e+d.html()+b}).toArray(),g=this.multiple?f.join(this.options.multipleSeparator):f[0];if(this.multiple&&this.options.selectedTextFormat.indexOf("count")>-1){var h=this.options.selectedTextFormat.split(">");if(h.length>1&&f.length>h[1]||1==h.length&&f.length>=2){e=this.options.hideDisabled?", [disabled]":"";var i=this.$element.find("option").not('[data-divider="true"], [data-hidden="true"]'+e).length,j="function"==typeof this.options.countSelectedText?this.options.countSelectedText(f.length,i):this.options.countSelectedText;g=j.replace("{0}",f.length.toString()).replace("{1}",i.toString())}}this.options.title=this.$element.attr("title"),"static"==this.options.selectedTextFormat&&(g=this.options.title),g||(g="undefined"!=typeof this.options.title?this.options.title:this.options.noneSelectedText),this.$button.attr("title",d(g)),this.$newElement.find(".filter-option").html(g)},setStyle:function(a,b){this.$element.attr("class")&&this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device|validate\[.*\]/gi,""));var c=a?a:this.options.style;"add"==b?this.$button.addClass(c):"remove"==b?this.$button.removeClass(c):(this.$button.removeClass(this.options.style),this.$button.addClass(c))},liHeight:function(){if(this.options.size!==!1){var a=this.$menu.parent().clone().find("> .dropdown-toggle").prop("autofocus",!1).end().appendTo("body"),b=a.addClass("open").find("> .dropdown-menu"),c=b.find("li").not(".divider").not(".dropdown-header").filter(":visible").children("a").outerHeight(),d=this.options.header?b.find(".popover-title").outerHeight():0,e=this.options.liveSearch?b.find(".bs-searchbox").outerHeight():0,f=this.options.actionsBox?b.find(".bs-actionsbox").outerHeight():0;a.remove(),this.$newElement.data("liHeight",c).data("headerHeight",d).data("searchHeight",e).data("actionsHeight",f)}},setSize:function(){this.findLis();var b,c,d,e=this,f=this.$menu,g=f.find(".inner"),h=this.$newElement.outerHeight(),i=this.$newElement.data("liHeight"),j=this.$newElement.data("headerHeight"),k=this.$newElement.data("searchHeight"),l=this.$newElement.data("actionsHeight"),m=this.$lis.filter(".divider").outerHeight(!0),n=parseInt(f.css("padding-top"))+parseInt(f.css("padding-bottom"))+parseInt(f.css("border-top-width"))+parseInt(f.css("border-bottom-width")),o=this.options.hideDisabled?", .disabled":"",p=a(window),q=n+parseInt(f.css("margin-top"))+parseInt(f.css("margin-bottom"))+2,r=function(){c=e.$newElement.offset().top-p.scrollTop(),d=p.height()-c-h};if(r(),this.options.header&&f.css("padding-top",0),"auto"==this.options.size){var s=function(){var a,h=e.$lis.not(".hide");r(),b=d-q,e.options.dropupAuto&&e.$newElement.toggleClass("dropup",c>d&&b-q<f.height()),e.$newElement.hasClass("dropup")&&(b=c-q),a=h.length+h.filter(".dropdown-header").length>3?3*i+q-2:0,f.css({"max-height":b+"px",overflow:"hidden","min-height":a+j+k+l+"px"}),g.css({"max-height":b-j-k-l-n+"px","overflow-y":"auto","min-height":Math.max(a-n,0)+"px"})};s(),this.$searchbox.off("input.getSize propertychange.getSize").on("input.getSize propertychange.getSize",s),a(window).off("resize.getSize").on("resize.getSize",s),a(window).off("scroll.getSize").on("scroll.getSize",s)}else if(this.options.size&&"auto"!=this.options.size&&f.find("li"+o).length>this.options.size){var t=this.$lis.not(".divider"+o).find(" > *").slice(0,this.options.size).last().parent().index(),u=this.$lis.slice(0,t+1).filter(".divider").length;b=i*this.options.size+u*m+n,e.options.dropupAuto&&this.$newElement.toggleClass("dropup",c>d&&b<f.height()),f.css({"max-height":b+j+k+l+"px",overflow:"hidden"}),g.css({"max-height":b-n+"px","overflow-y":"auto"})}},setWidth:function(){if("auto"==this.options.width){this.$menu.css("min-width","0");var a=this.$newElement.clone().appendTo("body"),b=a.find("> .dropdown-menu").css("width"),c=a.css("width","auto").find("> button").css("width");a.remove(),this.$newElement.css("width",Math.max(parseInt(b),parseInt(c))+"px")}else"fit"==this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width","").addClass("fit-width")):this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width",this.options.width)):(this.$menu.css("min-width",""),this.$newElement.css("width",""));this.$newElement.hasClass("fit-width")&&"fit"!==this.options.width&&this.$newElement.removeClass("fit-width")},selectPosition:function(){var b,c,d=this,e="<div />",f=a(e),g=function(a){f.addClass(a.attr("class").replace(/form-control/gi,"")).toggleClass("dropup",a.hasClass("dropup")),b=a.offset(),c=a.hasClass("dropup")?0:a[0].offsetHeight,f.css({top:b.top+c,left:b.left,width:a[0].offsetWidth,position:"absolute"})};this.$newElement.on("click",function(){d.isDisabled()||(g(a(this)),f.appendTo(d.options.container),f.toggleClass("open",!a(this).hasClass("open")),f.append(d.$menu))}),a(window).resize(function(){g(d.$newElement)}),a(window).on("scroll",function(){g(d.$newElement)}),a("html").on("click",function(b){a(b.target).closest(d.$newElement).length<1&&f.removeClass("open")})},setSelected:function(a,b){this.findLis(),this.$lis.filter('[data-original-index="'+a+'"]').toggleClass("selected",b)},setDisabled:function(a,b){this.findLis(),b?this.$lis.filter('[data-original-index="'+a+'"]').addClass("disabled").find("a").attr("href","#").attr("tabindex",-1):this.$lis.filter('[data-original-index="'+a+'"]').removeClass("disabled").find("a").removeAttr("href").attr("tabindex",0)},isDisabled:function(){return this.$element.is(":disabled")},checkDisabled:function(){var a=this;this.isDisabled()?this.$button.addClass("disabled").attr("tabindex",-1):(this.$button.hasClass("disabled")&&this.$button.removeClass("disabled"),this.$button.attr("tabindex")==-1&&(this.$element.data("tabindex")||this.$button.removeAttr("tabindex"))),this.$button.click(function(){return!a.isDisabled()})},tabIndex:function(){this.$element.is("[tabindex]")&&(this.$element.data("tabindex",this.$element.attr("tabindex")),this.$button.attr("tabindex",this.$element.data("tabindex")))},clickListener:function(){var b=this;this.$newElement.on("touchstart.dropdown",".dropdown-menu",function(a){a.stopPropagation()}),this.$newElement.on("click",function(){b.setSize(),b.options.liveSearch||b.multiple||setTimeout(function(){b.$menu.find(".selected a").focus()},10)}),this.$menu.on("click","li a",function(c){var d=a(this),e=d.parent().data("originalIndex"),f=b.$element.val(),g=b.$element.prop("selectedIndex");if(b.multiple&&c.stopPropagation(),c.preventDefault(),!b.isDisabled()&&!d.parent().hasClass("disabled")){var h=b.$element.find("option"),i=h.eq(e),j=i.prop("selected"),k=i.parent("optgroup"),l=b.options.maxOptions,m=k.data("maxOptions")||!1;if(b.multiple){if(i.prop("selected",!j),b.setSelected(e,!j),d.blur(),l!==!1||m!==!1){var n=l<h.filter(":selected").length,o=m<k.find("option:selected").length;if(l&&n||m&&o)if(l&&1==l)h.prop("selected",!1),i.prop("selected",!0),b.$menu.find(".selected").removeClass("selected"),b.setSelected(e,!0);else if(m&&1==m){k.find("option:selected").prop("selected",!1),i.prop("selected",!0);var p=d.data("optgroup");b.$menu.find(".selected").has('a[data-optgroup="'+p+'"]').removeClass("selected"),b.setSelected(e,!0)}else{var q="function"==typeof b.options.maxOptionsText?b.options.maxOptionsText(l,m):b.options.maxOptionsText,r=q[0].replace("{n}",l),s=q[1].replace("{n}",m),t=a('<div class="notify"></div>');q[2]&&(r=r.replace("{var}",q[2][l>1?0:1]),s=s.replace("{var}",q[2][m>1?0:1])),i.prop("selected",!1),b.$menu.append(t),l&&n&&(t.append(a("<div>"+r+"</div>")),b.$element.trigger("maxReached.bs.select")),m&&o&&(t.append(a("<div>"+s+"</div>")),b.$element.trigger("maxReachedGrp.bs.select")),setTimeout(function(){b.setSelected(e,!1)},10),t.delay(750).fadeOut(300,function(){a(this).remove()})}}}else h.prop("selected",!1),i.prop("selected",!0),b.$menu.find(".selected").removeClass("selected"),b.setSelected(e,!0);b.multiple?b.options.liveSearch&&b.$searchbox.focus():b.$button.focus(),(f!=b.$element.val()&&b.multiple||g!=b.$element.prop("selectedIndex")&&!b.multiple)&&b.$element.change()}}),this.$menu.on("click","li.disabled a, .popover-title, .popover-title :not(.close)",function(a){a.target==this&&(a.preventDefault(),a.stopPropagation(),b.options.liveSearch?b.$searchbox.focus():b.$button.focus())}),this.$menu.on("click","li.divider, li.dropdown-header",function(a){a.preventDefault(),a.stopPropagation(),b.options.liveSearch?b.$searchbox.focus():b.$button.focus()}),this.$menu.on("click",".popover-title .close",function(){b.$button.focus()}),this.$searchbox.on("click",function(a){a.stopPropagation()}),this.$menu.on("click",".actions-btn",function(c){b.options.liveSearch?b.$searchbox.focus():b.$button.focus(),c.preventDefault(),c.stopPropagation(),a(this).is(".bs-select-all")?b.selectAll():b.deselectAll(),b.$element.change()}),this.$element.change(function(){b.render(!1)})},liveSearchListener:function(){var b=this,e=a('<li class="no-results"></li>');this.$newElement.on("click.dropdown.data-api touchstart.dropdown.data-api",function(){b.$menu.find(".active").removeClass("active"),b.$searchbox.val()&&(b.$searchbox.val(""),b.$lis.not(".is-hidden").removeClass("hide"),e.parent().length&&e.remove()),b.multiple||b.$menu.find(".selected").addClass("active"),setTimeout(function(){b.$searchbox.focus()},10)}),this.$searchbox.on("click.dropdown.data-api focus.dropdown.data-api touchend.dropdown.data-api",function(a){a.stopPropagation()}),this.$searchbox.on("input propertychange",function(){b.$searchbox.val()?(b.options.searchAccentInsensitive?b.$lis.not(".is-hidden").removeClass("hide").find("a").not(":aicontains("+c(b.$searchbox.val())+")").parent().addClass("hide"):b.$lis.not(".is-hidden").removeClass("hide").find("a").not(":icontains("+b.$searchbox.val()+")").parent().addClass("hide"),b.$menu.find("li").filter(":visible:not(.no-results)").length?e.parent().length&&e.remove():(e.parent().length&&e.remove(),e.html(b.options.noneResultsText+' "'+d(b.$searchbox.val())+'"').show(),b.$menu.find("li").last().after(e))):(b.$lis.not(".is-hidden").removeClass("hide"),e.parent().length&&e.remove()),b.$menu.find("li.active").removeClass("active"),b.$menu.find("li").filter(":visible:not(.divider)").eq(0).addClass("active").find("a").focus(),a(this).focus()})},val:function(a){return"undefined"!=typeof a?(this.$element.val(a),this.render(),this.$element):this.$element.val()},selectAll:function(){this.findLis(),this.$lis.not(".divider").not(".disabled").not(".selected").filter(":visible").find("a").click()},deselectAll:function(){this.findLis(),this.$lis.not(".divider").not(".disabled").filter(".selected").filter(":visible").find("a").click()},keydown:function(b){var d,e,f,g,h,i,j,k,l,m=a(this),n=m.is("input")?m.parent().parent():m.parent(),o=n.data("this"),p={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"};if(o.options.liveSearch&&(n=m.parent().parent()),o.options.container&&(n=o.$menu),d=a("[role=menu] li a",n),l=o.$menu.parent().hasClass("open"),!l&&/([0-9]|[A-z])/.test(String.fromCharCode(b.keyCode))&&(o.options.container?o.$newElement.trigger("click"):(o.setSize(),o.$menu.parent().addClass("open"),l=!0),o.$searchbox.focus()),o.options.liveSearch&&(/(^9$|27)/.test(b.keyCode.toString(10))&&l&&0===o.$menu.find(".active").length&&(b.preventDefault(),o.$menu.parent().removeClass("open"),o.$button.focus()),d=a("[role=menu] li:not(.divider):not(.dropdown-header):visible",n),m.val()||/(38|40)/.test(b.keyCode.toString(10))||0===d.filter(".active").length&&(d=o.options.searchAccentInsensitive?o.$newElement.find("li").filter(":aicontains("+c(p[b.keyCode])+")"):o.$newElement.find("li").filter(":icontains("+p[b.keyCode]+")"))),d.length){if(/(38|40)/.test(b.keyCode.toString(10)))e=d.index(d.filter(":focus")),g=d.parent(":not(.disabled):visible").first().index(),h=d.parent(":not(.disabled):visible").last().index(),f=d.eq(e).parent().nextAll(":not(.disabled):visible").eq(0).index(),i=d.eq(e).parent().prevAll(":not(.disabled):visible").eq(0).index(),j=d.eq(f).parent().prevAll(":not(.disabled):visible").eq(0).index(),o.options.liveSearch&&(d.each(function(b){a(this).is(":not(.disabled)")&&a(this).data("index",b)}),e=d.index(d.filter(".active")),g=d.filter(":not(.disabled):visible").first().data("index"),h=d.filter(":not(.disabled):visible").last().data("index"),f=d.eq(e).nextAll(":not(.disabled):visible").eq(0).data("index"),i=d.eq(e).prevAll(":not(.disabled):visible").eq(0).data("index"),j=d.eq(f).prevAll(":not(.disabled):visible").eq(0).data("index")),k=m.data("prevIndex"),38==b.keyCode&&(o.options.liveSearch&&(e-=1),e!=j&&e>i&&(e=i),e<g&&(e=g),e==k&&(e=h)),40==b.keyCode&&(o.options.liveSearch&&(e+=1),e==-1&&(e=0),e!=j&&e<f&&(e=f),e>h&&(e=h),e==k&&(e=g)),m.data("prevIndex",e),o.options.liveSearch?(b.preventDefault(),m.is(".dropdown-toggle")||(d.removeClass("active"),d.eq(e).addClass("active").find("a").focus(),m.focus())):d.eq(e).focus();else if(!m.is("input")){var q,r,s=[];d.each(function(){a(this).parent().is(":not(.disabled)")&&a.trim(a(this).text().toLowerCase()).substring(0,1)==p[b.keyCode]&&s.push(a(this).parent().index())}),q=a(document).data("keycount"),q++,a(document).data("keycount",q),r=a.trim(a(":focus").text().toLowerCase()).substring(0,1),r!=p[b.keyCode]?(q=1,a(document).data("keycount",q)):q>=s.length&&(a(document).data("keycount",0),q>s.length&&(q=1)),d.eq(s[q-1]).focus()}(/(13|32)/.test(b.keyCode.toString(10))||/(^9$)/.test(b.keyCode.toString(10))&&o.options.selectOnTab)&&l&&(/(32)/.test(b.keyCode.toString(10))||b.preventDefault(),o.options.liveSearch?/(32)/.test(b.keyCode.toString(10))||(o.$menu.find(".active a").click(),m.focus()):a(":focus").click(),a(document).data("keycount",0)),(/(^9$|27)/.test(b.keyCode.toString(10))&&l&&(o.multiple||o.options.liveSearch)||/(27)/.test(b.keyCode.toString(10))&&!l)&&(o.$menu.parent().removeClass("open"),o.$button.focus())}},mobile:function(){this.$element.addClass("mobile-device").appendTo(this.$newElement),this.options.container&&this.$menu.hide()},refresh:function(){this.$lis=null,this.reloadLi(),this.render(),this.setWidth(),this.setStyle(),this.checkDisabled(),this.liHeight()},update:function(){this.reloadLi(),this.setWidth(),this.setStyle(),this.checkDisabled(),this.liHeight()},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},remove:function(){this.$newElement.remove(),this.$element.remove()}};var g=a.fn.selectpicker;a.fn.selectpicker=e,a.fn.selectpicker.Constructor=f,a.fn.selectpicker.noConflict=function(){return a.fn.selectpicker=g,this},a(document).data("keycount",0).on("keydown",".bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bs-searchbox input",f.prototype.keydown).on("focusin.modal",".bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bs-searchbox input",function(a){a.stopPropagation()}),a(window).on("load.bs.select.data-api",function(){a(".selectpicker").each(function(){var b=a(this);e.call(b,b.data())})})}(jQuery),jQuery(document).ready(function(){jQuery(".color-picker-field").length&&(jQuery(".color-picker-field").wpColorPicker(),jQuery(".meta-box-sortables").sortable({disabled:!0}),jQuery(".postbox .hndle").css("cursor","pointer"))});
|
lib/admin/js/min/timeline-express-tinymce.min.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
-
* @Version 1.
|
6 |
-
* @Build 10-
|
7 |
*/
|
8 |
!function(){tinymce.PluginManager.add("timeline_express",function(a,b){function c(){this.disabled(!this.disabled()),a.insertContent("[timeline-express]")}a.on("keyup",function(){a.getContent().indexOf("[timeline-express]")>-1?a.controlManager.setDisabled("timeline_express_shortcode_button",!0):a.controlManager.setDisabled("timeline_express_shortcode_button",!1)}),a.addButton("timeline_express_shortcode_button",{title:"Timeline Express Shortcode",text:!1,image:b+"/../../images/timeline-express-menu-icon.png",onclick:c}),a.onSetContent.add(function(a,b){a.getContent().indexOf("[timeline-express]")>-1&&a.controlManager.setDisabled("timeline_express_shortcode_button",!0)})})}();
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
+
* @Version 1.3.1
|
6 |
+
* @Build 10-11-2016
|
7 |
*/
|
8 |
!function(){tinymce.PluginManager.add("timeline_express",function(a,b){function c(){this.disabled(!this.disabled()),a.insertContent("[timeline-express]")}a.on("keyup",function(){a.getContent().indexOf("[timeline-express]")>-1?a.controlManager.setDisabled("timeline_express_shortcode_button",!0):a.controlManager.setDisabled("timeline_express_shortcode_button",!1)}),a.addButton("timeline_express_shortcode_button",{title:"Timeline Express Shortcode",text:!1,image:b+"/../../images/timeline-express-menu-icon.png",onclick:c}),a.onSetContent.add(function(a,b){a.getContent().indexOf("[timeline-express]")>-1&&a.controlManager.setDisabled("timeline_express_shortcode_button",!0)})})}();
|
lib/admin/metaboxes/metaboxes.announcements.php
CHANGED
@@ -113,12 +113,10 @@ $help_docs_metabox->add_field( array(
|
|
113 |
|
114 |
$advertisment_data = te_get_advertisment();
|
115 |
|
116 |
-
$advertisment_title = $advertisment_data['title'];
|
117 |
-
|
118 |
// Advertisement Metabox
|
119 |
$advert_metabox = new_cmb2_box( array(
|
120 |
'id' => 'advert_metabox',
|
121 |
-
'title' => $
|
122 |
'object_types' => array( 'te_announcements' ),
|
123 |
'context' => 'side',
|
124 |
'priority' => 'low',
|
@@ -260,8 +258,24 @@ function te_get_advertisment( $part = '' ) {
|
|
260 |
*/
|
261 |
function te_get_random_ad() {
|
262 |
|
263 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
|
265 |
-
return
|
266 |
|
267 |
}
|
113 |
|
114 |
$advertisment_data = te_get_advertisment();
|
115 |
|
|
|
|
|
116 |
// Advertisement Metabox
|
117 |
$advert_metabox = new_cmb2_box( array(
|
118 |
'id' => 'advert_metabox',
|
119 |
+
'title' => $advertisment_data['title'],
|
120 |
'object_types' => array( 'te_announcements' ),
|
121 |
'context' => 'side',
|
122 |
'priority' => 'low',
|
258 |
*/
|
259 |
function te_get_random_ad() {
|
260 |
|
261 |
+
$advertisements = include_once( TIMELINE_EXPRESS_PATH . 'lib/admin/metaboxes/partials/advertisements/advertisements-array.php' );
|
262 |
+
|
263 |
+
// Remove any items from the array that are inactive (Halloween ad., etc.)
|
264 |
+
// eg: start date hasn't occured OR end date has passed
|
265 |
+
foreach ( $advertisements as $advertisment => $ad_data ) :
|
266 |
+
|
267 |
+
if ( isset( $ad_data['start_date'] ) && isset( $ad_data['end_date' ] ) ) {
|
268 |
+
|
269 |
+
if ( $ad_data['start_date'] > strtotime( 'now' ) || $ad_data['end_date'] < strtotime( 'now' ) ) {
|
270 |
+
|
271 |
+
unset( $advertisements[ $advertisment ] );
|
272 |
+
|
273 |
+
}
|
274 |
+
|
275 |
+
}
|
276 |
+
|
277 |
+
endforeach;
|
278 |
|
279 |
+
return $advertisements[ array_rand( $advertisements ) ];
|
280 |
|
281 |
}
|
lib/admin/metaboxes/partials/advertisements/advertisements-array.php
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Advertisements Array
|
4 |
+
*
|
5 |
+
* @since 1.3.1
|
6 |
+
*/
|
7 |
+
|
8 |
+
// Exit if accessed directly
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
|
11 |
+
exit;
|
12 |
+
|
13 |
+
}
|
14 |
+
|
15 |
+
$installation_url = wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=timeline-express-html-excerpt-add-on' ), 'install-plugin_timeline-express-html-excerpt-add-on' );
|
16 |
+
|
17 |
+
return array(
|
18 |
+
array(
|
19 |
+
'title' => __( 'AJAX Load More Add-On', 'timeline-express' ),
|
20 |
+
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/ajax-load-more-ad.jpg',
|
21 |
+
'content' => null,
|
22 |
+
'url' => 'https://www.wp-timelineexpress.com/add-ons/?utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
23 |
+
),
|
24 |
+
array(
|
25 |
+
'title' => __( 'Halloween Discount', 'timeline-express' ),
|
26 |
+
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/halloween-discount-ad.jpg',
|
27 |
+
'start_date' => strtotime( '10/10/' . date( 'Y' ) ),
|
28 |
+
'end_date' => strtotime( '10/31/' . date( 'Y' ) ),
|
29 |
+
'content' => null,
|
30 |
+
'url' => 'http://wp-timelineexpress.com/pricing/?discount=halloween25&utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
31 |
+
),
|
32 |
+
array(
|
33 |
+
'title' => __( 'Historical Dates Add-On', 'timeline-express' ),
|
34 |
+
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/historical-dates-ad.jpg',
|
35 |
+
'content' => null,
|
36 |
+
'url' => 'https://www.wp-timelineexpress.com/add-ons/?utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
37 |
+
),
|
38 |
+
array(
|
39 |
+
'title' => __( 'HTML Excerpts Add-On', 'timeline-express' ),
|
40 |
+
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/html-excerpts-ad.jpg',
|
41 |
+
'content' => null,
|
42 |
+
'url' => $installation_url,
|
43 |
+
),
|
44 |
+
array(
|
45 |
+
'title' => __( 'Post Types Add-On', 'timeline-express' ),
|
46 |
+
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/post-types-ad.jpg',
|
47 |
+
'content' => null,
|
48 |
+
'url' => 'https://www.evan-herman.com/wordpress-plugin/timeline-express-post-types-add-on/?utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
49 |
+
),
|
50 |
+
array(
|
51 |
+
'title' => __( 'Timeline Express Bundle', 'timeline-express' ),
|
52 |
+
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/product-bundle-ad.jpg',
|
53 |
+
'content' => null,
|
54 |
+
'url' => 'https://www.evan-herman.com/wordpress-plugin/timeline-express-bundle/?utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
55 |
+
)
|
56 |
+
);
|
lib/admin/metaboxes/partials/advertisments/ajax-load-more-ad.php
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* AJAX Load More Advertisment
|
4 |
-
*
|
5 |
-
* @since 1.2.9
|
6 |
-
*/
|
7 |
-
|
8 |
-
// Exit if accessed directly
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
|
11 |
-
exit;
|
12 |
-
|
13 |
-
}
|
14 |
-
|
15 |
-
return array(
|
16 |
-
'title' => __( 'AJAX Load More Add-On', 'timeline-express' ),
|
17 |
-
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/ajax-load-more-ad.jpg',
|
18 |
-
'content' => null,
|
19 |
-
'url' => 'https://www.wp-timelineexpress.com/add-ons/?utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
20 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/admin/metaboxes/partials/advertisments/halloween-discount-ad.php
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Historical Dates Advertisment
|
4 |
-
*
|
5 |
-
* @since 1.2.9
|
6 |
-
*/
|
7 |
-
|
8 |
-
// Exit if accessed directly
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
|
11 |
-
exit;
|
12 |
-
|
13 |
-
}
|
14 |
-
|
15 |
-
return array(
|
16 |
-
'title' => __( 'Halloween Discount', 'timeline-express' ),
|
17 |
-
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/halloween-discount-ad.jpg',
|
18 |
-
'start_date' => strtotime( '10/10/' . date( 'Y' ) ),
|
19 |
-
'end_date' => strtotime( '10/31/' . date( 'Y' ) ),
|
20 |
-
'content' => null,
|
21 |
-
'url' => 'http://wp-timelineexpress.com/pricing/?discount=halloween25&utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
22 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/admin/metaboxes/partials/advertisments/historical-dates-ad.php
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Historical Dates Advertisment
|
4 |
-
*
|
5 |
-
* @since 1.2.9
|
6 |
-
*/
|
7 |
-
|
8 |
-
// Exit if accessed directly
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
|
11 |
-
exit;
|
12 |
-
|
13 |
-
}
|
14 |
-
|
15 |
-
return array(
|
16 |
-
'title' => __( 'Historical Dates Add-On', 'timeline-express' ),
|
17 |
-
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/historical-dates-ad.jpg',
|
18 |
-
'content' => null,
|
19 |
-
'url' => 'https://www.wp-timelineexpress.com/add-ons/?utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
20 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/admin/metaboxes/partials/advertisments/html-excerpts-ad.php
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Historical Dates Advertisment
|
4 |
-
*
|
5 |
-
* @since 1.2.9
|
6 |
-
*/
|
7 |
-
|
8 |
-
// Exit if accessed directly
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
|
11 |
-
exit;
|
12 |
-
|
13 |
-
}
|
14 |
-
|
15 |
-
$installation_url = wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=timeline-express-html-excerpt-add-on' ), 'install-plugin_timeline-express-html-excerpt-add-on' );
|
16 |
-
|
17 |
-
return array(
|
18 |
-
'title' => __( 'HTML Excerpts Add-On', 'timeline-express' ),
|
19 |
-
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/html-excerpts-ad.jpg',
|
20 |
-
'content' => null,
|
21 |
-
'url' => $installation_url,
|
22 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/admin/metaboxes/partials/advertisments/post-types-ad.php
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Historical Dates Advertisment
|
4 |
-
*
|
5 |
-
* @since 1.2.9
|
6 |
-
*/
|
7 |
-
|
8 |
-
// Exit if accessed directly
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
|
11 |
-
exit;
|
12 |
-
|
13 |
-
}
|
14 |
-
|
15 |
-
return array(
|
16 |
-
'title' => __( 'Post Types Add-On', 'timeline-express' ),
|
17 |
-
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/post-types-ad.jpg',
|
18 |
-
'content' => null,
|
19 |
-
'url' => 'https://www.evan-herman.com/wordpress-plugin/timeline-express-post-types-add-on/?utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
20 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/admin/metaboxes/partials/advertisments/product-bundle-ad.php
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Historical Dates Advertisment
|
4 |
-
*
|
5 |
-
* @since 1.2.9
|
6 |
-
*/
|
7 |
-
|
8 |
-
// Exit if accessed directly
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
|
11 |
-
exit;
|
12 |
-
|
13 |
-
}
|
14 |
-
|
15 |
-
return array(
|
16 |
-
'title' => __( 'Timeline Express Bundle', 'timeline-express' ),
|
17 |
-
'image' => TIMELINE_EXPRESS_URL . 'lib/admin/images/advertisement/product-bundle-ad.jpg',
|
18 |
-
'content' => null,
|
19 |
-
'url' => 'https://www.evan-herman.com/wordpress-plugin/timeline-express-bundle/?utm_source=plugin&utm_medium=banner&utm_campaign=freeplugin',
|
20 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/classes/class.timeline-express-2-week-notice.php
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Display an admin notice after 2 weeks of installation
|
4 |
+
*
|
5 |
+
* @since 1.3
|
6 |
+
*/
|
7 |
+
class Timeline_Express_Two_Weeks_Notice {
|
8 |
+
|
9 |
+
public function init() {
|
10 |
+
|
11 |
+
if ( get_option( 'timeline-express_rating_nobug', false ) ) {
|
12 |
+
|
13 |
+
return;
|
14 |
+
|
15 |
+
}
|
16 |
+
|
17 |
+
if ( ! get_option( 'timeline_express_install_date' ) ) {
|
18 |
+
|
19 |
+
update_option( 'timeline_express_install_date', strtotime( 'now' ) );
|
20 |
+
|
21 |
+
}
|
22 |
+
|
23 |
+
add_action( 'admin_notices', array( $this, 'admin_notice' ) );
|
24 |
+
add_action( 'admin_init', array( $this, 'dismiss_rating_notice' ), 10 );
|
25 |
+
|
26 |
+
}
|
27 |
+
|
28 |
+
public function admin_notice() {
|
29 |
+
|
30 |
+
$screen = get_current_screen();
|
31 |
+
|
32 |
+
if ( ! isset( $screen->post_type ) || 'te_announcements' !== $screen->post_type ) {
|
33 |
+
|
34 |
+
return;
|
35 |
+
|
36 |
+
}
|
37 |
+
|
38 |
+
$install_date = get_option( 'timeline_express_install_date', strtotime( 'now' ) );
|
39 |
+
|
40 |
+
$two_weeks_after_install = strtotime( '+2 weeks', $install_date );
|
41 |
+
|
42 |
+
if ( $two_weeks_after_install > strtotime( 'now' ) ) {
|
43 |
+
|
44 |
+
return;
|
45 |
+
|
46 |
+
}
|
47 |
+
|
48 |
+
if( current_user_can( 'manage_options' ) ) {
|
49 |
+
|
50 |
+
?>
|
51 |
+
|
52 |
+
<div class="notice notice-info codeparrots-tracking-notice">
|
53 |
+
<p><?php echo wp_kses_post( $this->get_message() ); ?></p>
|
54 |
+
</div>
|
55 |
+
|
56 |
+
<?php
|
57 |
+
|
58 |
+
}
|
59 |
+
|
60 |
+
return;
|
61 |
+
|
62 |
+
}
|
63 |
+
|
64 |
+
public function dismiss_rating_notice() {
|
65 |
+
|
66 |
+
$rating_nobug = ( filter_input( INPUT_GET, 'timeline_express_rating_nobug' ) ) ? filter_input( INPUT_GET, 'timeline_express_rating_nobug', FILTER_SANITIZE_STRING ) : false;
|
67 |
+
|
68 |
+
if ( ! $rating_nobug || 'true' !== $rating_nobug ) {
|
69 |
+
|
70 |
+
return;
|
71 |
+
|
72 |
+
}
|
73 |
+
|
74 |
+
update_option( 'timeline-express_rating_nobug', '1' );
|
75 |
+
|
76 |
+
}
|
77 |
+
|
78 |
+
/**
|
79 |
+
* Retrieve the message for the admin notice.
|
80 |
+
*
|
81 |
+
* @return string
|
82 |
+
*/
|
83 |
+
public function get_message() {
|
84 |
+
|
85 |
+
$message = esc_html__( 'It looks like you have been enjoying Timeline Express for 2 weeks now! If you are enjoying the plugin we would love it if you could leave us a 5 star review in the WordPress.org repsository!', 'timeline-express' );
|
86 |
+
|
87 |
+
$message .= ' <p><a href="https://wordpress.org/support/plugin/timeline-express/reviews/" target="_blank" class="button-primary">'. esc_html__( 'Leave a Review', 'timeline-express' ) .'</a>';
|
88 |
+
|
89 |
+
$message .= ' <a href="https://www.wp-timelineexpress.com/pricing/" target="_blank" class="button-secondary">'. esc_html__( 'Upgrade to Pro', 'timeline-express' ) .'</a>';
|
90 |
+
|
91 |
+
$message .= ' <a href="'. esc_url( admin_url( 'edit.php?post_type=te_announcements&page=timeline-express-addons' ) ) .'" class="button-secondary">'. esc_html__( 'View Add-Ons', 'timeline-express' ) .'</a>';
|
92 |
+
|
93 |
+
$message .= ' <a href="'. esc_url( $this->get_dismissal_url() ) .'" class="button-secondary">'. esc_html__( 'Dismiss', 'timeline-express' ) .'</a></p>';
|
94 |
+
|
95 |
+
return $message;
|
96 |
+
|
97 |
+
}
|
98 |
+
|
99 |
+
/**
|
100 |
+
* Get the URL for the admin notice dismissabl
|
101 |
+
*
|
102 |
+
* @return string
|
103 |
+
*/
|
104 |
+
public function get_dismissal_url() {
|
105 |
+
|
106 |
+
return add_query_arg( array( 'timeline_express_rating_nobug' => 'true' ), admin_url() );
|
107 |
+
|
108 |
+
}
|
109 |
+
|
110 |
+
|
111 |
+
}
|
112 |
+
$timeline_express_two_week_notice = new Timeline_Express_Two_Weeks_Notice;
|
lib/classes/class.timeline-express-admin.php
CHANGED
@@ -16,6 +16,25 @@ class TimelineExpressAdmin {
|
|
16 |
*/
|
17 |
public function __construct() {
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
/* Generate our announcements custom post type */
|
20 |
add_action( 'init', array( $this, 'timeline_express_generate_announcement_post_type' ) );
|
21 |
|
16 |
*/
|
17 |
public function __construct() {
|
18 |
|
19 |
+
// Only offer user tracking if the PHP version is equal to 5.4.0 (or later)
|
20 |
+
if ( version_compare( PHP_VERSION, '5.4.0' ) >= 0 ) {
|
21 |
+
|
22 |
+
/* Include the usage tracking file */
|
23 |
+
require_once TIMELINE_EXPRESS_PATH . 'lib/classes/usage-tracking/wp-plugin-usage-tracker.php';
|
24 |
+
|
25 |
+
$tracker = new WP_Plugin_Usage_Tracker();
|
26 |
+
|
27 |
+
$tracker->init();
|
28 |
+
|
29 |
+
}
|
30 |
+
|
31 |
+
// Include our 2 weeks notice/rating request class
|
32 |
+
require_once TIMELINE_EXPRESS_PATH . 'lib/classes/class.timeline-express-2-week-notice.php';
|
33 |
+
|
34 |
+
$two_week_notice = new Timeline_Express_Two_Weeks_Notice();
|
35 |
+
|
36 |
+
$two_week_notice->init();
|
37 |
+
|
38 |
/* Generate our announcements custom post type */
|
39 |
add_action( 'init', array( $this, 'timeline_express_generate_announcement_post_type' ) );
|
40 |
|
lib/classes/usage-tracking
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
Subproject commit 8b0071b0d40b8a43a871dd88c883aa3ce3fb4edd
|
lib/public/css/min/timeline-express-rtl.min.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
-
* @Version 1.
|
6 |
-
* @Build 10-
|
7 |
*/
|
8 |
.cd-container{width:95%;margin:0 auto}.cd-container::after{content:'';display:table;clear:both}.cd-timeline-announcement-image{box-shadow:none!important;width:100%;display:block;margin:1em auto}#cd-timeline{position:relative;padding:2em 0;margin-top:2em;margin-bottom:3em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}#cd-timeline::before{content:'';position:absolute;top:0;right:18px;height:100%;width:4px;background:#d7e4ed}.cd-timeline-block:after,.cd-timeline-content:after{content:"";clear:both}.announcement-banner-image{margin-bottom:5px;border-radius:3px}.timeline-express-single-page-announcement-date{display:block;margin-bottom:1em}@media only screen and (min-width:822px){#cd-timeline{margin-top:3em;margin-bottom:5.5em}#cd-timeline::before{right:50%;margin-right:-2px}}.cd-timeline-block{margin:25px 0;width:100%!important}.cd-timeline-block:after{display:table}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:822px){.cd-timeline-block{width:100%;margin:-3.5em 0}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}}.cd-timeline-img{position:absolute;top:-5px;right:-10px;height:55px;width:55px;border-radius:50%;box-shadow:0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05)}.cd-timeline-img span.year{display:inline-block;width:100%;height:100%;text-align:center;line-height:55px}.cd-timeline-img img{display:block;position:relative;right:50%;top:50%;margin-right:-12px;margin-top:-12px}.cd-timeline-img.cd-picture{background:#75ce66}.cd-timeline-img.cd-movie{background:#c03b44}.cd-timeline-img.cd-location{background:#f0ca45}@media only screen and (min-width:822px){.cd-timeline-img{width:60px;height:60px;right:50%;margin-right:-30px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.cd-timeline-img span.year{display:inline-block;width:100%;height:100%;line-height:60px;text-align:center}.cssanimations .cd-timeline-img.is-hidden{visibility:hidden}.cssanimations .cd-timeline-img.bounce-in{visibility:visible;animation:cd-bounce-1 .6s}}@keyframes cd-bounce-1{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.2)}100%{transform:scale(1)}}.cd-timeline-content{position:relative;margin-right:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px 0 #B9C5CD;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box}.cd-timeline-content:after{display:table}.cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:9999}.cd-timeline-content .cd-date{float:right;padding:.8em 0;opacity:.7;font-size:12px}.cd-timeline-title-container{display:inline-block;width:100%;float:right}.cd-timeline-title-container+.the-excerpt,.cd-timeline-title-container+img{margin-top:5px}.cd-timeline-content .timeline-date{display:block;margin:5px 0}.cd-timeline-content::before{content:'';position:absolute;top:16px;left:100%;height:0;width:0;border:12px solid transparent}@media only screen and (min-width:768px){.cd-timeline-content h2{margin-top:0;margin-bottom:0}.cd-timeline-content .the-excerpt{position:relative;display:block;float:right;width:100%;z-index:9}.cd-timeline-content .cd-date,.cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:10}}@media only screen and (min-width:822px){.cd-container{width:100%}.cd-timeline-content{margin-right:0;padding:1.6em;width:42.5%;background:#EFEFEF}.cd-timeline-content::before{top:12px;right:100%;border-color:transparent #EFEFEF transparent transparent}.cd-timeline-content .cd-date{position:absolute;width:100%;right:125%;top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content{float:left}.cd-timeline-block:nth-child(even) .cd-timeline-content::before{top:12px;right:auto;left:100%;border-color:transparent transparent transparent #EFEFEF}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{right:auto;left:125%;text-align:left}.cssanimations .cd-timeline-content.is-hidden{visibility:hidden}.cssanimations .cd-timeline-content.bounce-in{visibility:visible;animation:cd-bounce-2 .6s}.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{animation:cd-bounce-2-inverse .6s}}@keyframes cd-bounce-2{0%{opacity:0;transform:translateX(-100px)}60%{opacity:1;transform:translateX(20px)}100%{transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;transform:translateX(100px)}60%{opacity:1;transform:translateX(-20px)}100%{transform:translateX(0)}}.more-to-come-container{position:relative;background:#EFEFEF;display:block;width:100%;text-align:center}.more-to-come{margin:10em 0 0;padding:1em 0;font-weight:200;color:rgba(100,100,100,.46)}.page article.page{background:0 0!important;box-shadow:none;border:none;-webkit-box-shadow:none}#cd-timeline span.fa{color:#fff;font-size:28px;display:block;text-align:center;margin-top:17px}.cd-timeline-icon-link{color:#fff!important}@media only screen and (max-width:821px){#cd-timeline span.fa{color:#fff;font-size:24px;display:block;text-align:center;margin-top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content .timeline-express-read-more-link,.cd-timeline-block:nth-child(odd) .cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:10}.cd-timeline-content::before{border:9px solid transparent}}.timeline-width100{width:100%}.timeline-width34{width:34%}.timeline-width30{width:30%}.timeline-date-left{width:100%;float:right!important}body.single-te_announcements .timeline-express-content-area{width:100%}body.single-te_announcements .timeline-express-main{max-width:960px}body.single-te_announcements .announcement-banner-image{width:auto}body.single-te_announcements .timeline-express-single-page-announcement-date{display:block;margin:.5em 0}body.single-te_announcements .timeline-express-single-page-content{margin:.5em 0 1em}body.single-te_announcements nav.navigation.post-navigation{display:none}body.single-te_announcements .content-area.twentyfifteen article.te_announcements .entry-header h1{margin-top:0}
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
+
* @Version 1.3.1
|
6 |
+
* @Build 10-11-2016
|
7 |
*/
|
8 |
.cd-container{width:95%;margin:0 auto}.cd-container::after{content:'';display:table;clear:both}.cd-timeline-announcement-image{box-shadow:none!important;width:100%;display:block;margin:1em auto}#cd-timeline{position:relative;padding:2em 0;margin-top:2em;margin-bottom:3em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}#cd-timeline::before{content:'';position:absolute;top:0;right:18px;height:100%;width:4px;background:#d7e4ed}.cd-timeline-block:after,.cd-timeline-content:after{content:"";clear:both}.announcement-banner-image{margin-bottom:5px;border-radius:3px}.timeline-express-single-page-announcement-date{display:block;margin-bottom:1em}@media only screen and (min-width:822px){#cd-timeline{margin-top:3em;margin-bottom:5.5em}#cd-timeline::before{right:50%;margin-right:-2px}}.cd-timeline-block{margin:25px 0;width:100%!important}.cd-timeline-block:after{display:table}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:822px){.cd-timeline-block{width:100%;margin:-3.5em 0}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}}.cd-timeline-img{position:absolute;top:-5px;right:-10px;height:55px;width:55px;border-radius:50%;box-shadow:0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05)}.cd-timeline-img span.year{display:inline-block;width:100%;height:100%;text-align:center;line-height:55px}.cd-timeline-img img{display:block;position:relative;right:50%;top:50%;margin-right:-12px;margin-top:-12px}.cd-timeline-img.cd-picture{background:#75ce66}.cd-timeline-img.cd-movie{background:#c03b44}.cd-timeline-img.cd-location{background:#f0ca45}@media only screen and (min-width:822px){.cd-timeline-img{width:60px;height:60px;right:50%;margin-right:-30px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.cd-timeline-img span.year{display:inline-block;width:100%;height:100%;line-height:60px;text-align:center}.cssanimations .cd-timeline-img.is-hidden{visibility:hidden}.cssanimations .cd-timeline-img.bounce-in{visibility:visible;animation:cd-bounce-1 .6s}}@keyframes cd-bounce-1{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.2)}100%{transform:scale(1)}}.cd-timeline-content{position:relative;margin-right:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px 0 #B9C5CD;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box}.cd-timeline-content:after{display:table}.cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:9999}.cd-timeline-content .cd-date{float:right;padding:.8em 0;opacity:.7;font-size:12px}.cd-timeline-title-container{display:inline-block;width:100%;float:right}.cd-timeline-title-container+.the-excerpt,.cd-timeline-title-container+img{margin-top:5px}.cd-timeline-content .timeline-date{display:block;margin:5px 0}.cd-timeline-content::before{content:'';position:absolute;top:16px;left:100%;height:0;width:0;border:12px solid transparent}@media only screen and (min-width:768px){.cd-timeline-content h2{margin-top:0;margin-bottom:0}.cd-timeline-content .the-excerpt{position:relative;display:block;float:right;width:100%;z-index:9}.cd-timeline-content .cd-date,.cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:10}}@media only screen and (min-width:822px){.cd-container{width:100%}.cd-timeline-content{margin-right:0;padding:1.6em;width:42.5%;background:#EFEFEF}.cd-timeline-content::before{top:12px;right:100%;border-color:transparent #EFEFEF transparent transparent}.cd-timeline-content .cd-date{position:absolute;width:100%;right:125%;top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content{float:left}.cd-timeline-block:nth-child(even) .cd-timeline-content::before{top:12px;right:auto;left:100%;border-color:transparent transparent transparent #EFEFEF}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{right:auto;left:125%;text-align:left}.cssanimations .cd-timeline-content.is-hidden{visibility:hidden}.cssanimations .cd-timeline-content.bounce-in{visibility:visible;animation:cd-bounce-2 .6s}.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{animation:cd-bounce-2-inverse .6s}}@keyframes cd-bounce-2{0%{opacity:0;transform:translateX(-100px)}60%{opacity:1;transform:translateX(20px)}100%{transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;transform:translateX(100px)}60%{opacity:1;transform:translateX(-20px)}100%{transform:translateX(0)}}.more-to-come-container{position:relative;background:#EFEFEF;display:block;width:100%;text-align:center}.more-to-come{margin:10em 0 0;padding:1em 0;font-weight:200;color:rgba(100,100,100,.46)}.page article.page{background:0 0!important;box-shadow:none;border:none;-webkit-box-shadow:none}#cd-timeline span.fa{color:#fff;font-size:28px;display:block;text-align:center;margin-top:17px}.cd-timeline-icon-link{color:#fff!important}@media only screen and (max-width:821px){#cd-timeline span.fa{color:#fff;font-size:24px;display:block;text-align:center;margin-top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content .timeline-express-read-more-link,.cd-timeline-block:nth-child(odd) .cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:10}.cd-timeline-content::before{border:9px solid transparent}}.timeline-width100{width:100%}.timeline-width34{width:34%}.timeline-width30{width:30%}.timeline-date-left{width:100%;float:right!important}body.single-te_announcements .timeline-express-content-area{width:100%}body.single-te_announcements .timeline-express-main{max-width:960px}body.single-te_announcements .announcement-banner-image{width:auto}body.single-te_announcements .timeline-express-single-page-announcement-date{display:block;margin:.5em 0}body.single-te_announcements .timeline-express-single-page-content{margin:.5em 0 1em}body.single-te_announcements nav.navigation.post-navigation{display:none}body.single-te_announcements .content-area.twentyfifteen article.te_announcements .entry-header h1{margin-top:0}
|
lib/public/css/min/timeline-express.min.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
-
* @Version 1.
|
6 |
-
* @Build 10-
|
7 |
*/
|
8 |
.cd-container{width:95%;margin:0 auto}.cd-container::after{content:'';display:table;clear:both}.cd-timeline-announcement-image{box-shadow:none!important;width:100%;display:block;margin:1em auto}#cd-timeline{position:relative;padding:2em 0;margin-top:2em;margin-bottom:3em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}#cd-timeline::before{content:'';position:absolute;top:0;left:18px;height:100%;width:4px;background:#d7e4ed}.cd-timeline-block:after,.cd-timeline-content:after{content:"";clear:both}.announcement-banner-image{margin-bottom:5px;border-radius:3px}.timeline-express-single-page-announcement-date{display:block;margin-bottom:1em}@media only screen and (min-width:822px){#cd-timeline{margin-top:3em;margin-bottom:5.5em}#cd-timeline::before{left:50%;margin-left:-2px}}.cd-timeline-block{margin:25px 0;width:100%!important}.cd-timeline-block:after{display:table}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:822px){.cd-timeline-block{width:100%;margin:-3.5em 0}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}}.cd-timeline-img{position:absolute;top:-5px;left:-10px;height:55px;width:55px;border-radius:50%;box-shadow:0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05)}.cd-timeline-img span.year{display:inline-block;width:100%;height:100%;text-align:center;line-height:55px}.cd-timeline-img img{display:block;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px}.cd-timeline-img.cd-picture{background:#75ce66}.cd-timeline-img.cd-movie{background:#c03b44}.cd-timeline-img.cd-location{background:#f0ca45}@media only screen and (min-width:822px){.cd-timeline-img{width:60px;height:60px;left:50%;margin-left:-30px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.cd-timeline-img span.year{display:inline-block;width:100%;height:100%;line-height:60px;text-align:center}.cssanimations .cd-timeline-img.is-hidden{visibility:hidden}.cssanimations .cd-timeline-img.bounce-in{visibility:visible;animation:cd-bounce-1 .6s}}@keyframes cd-bounce-1{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.2)}100%{transform:scale(1)}}.cd-timeline-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px 0 #B9C5CD;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box}.cd-timeline-content:after{display:table}.cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:9999}.cd-timeline-content .cd-date{float:left;padding:.8em 0;opacity:.7;font-size:12px}.cd-timeline-title-container{display:inline-block;width:100%;float:left}.cd-timeline-title-container+.the-excerpt,.cd-timeline-title-container+img{margin-top:5px}.cd-timeline-content .timeline-date{display:block;margin:5px 0}.cd-timeline-content::before{content:'';position:absolute;top:16px;right:100%;height:0;width:0;border:12px solid transparent}@media only screen and (min-width:768px){.cd-timeline-content h2{margin-top:0;margin-bottom:0}.cd-timeline-content .the-excerpt{position:relative;display:block;float:left;width:100%;z-index:9}.cd-timeline-content .cd-date,.cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:10}}@media only screen and (min-width:822px){.cd-container{width:100%}.cd-timeline-content{margin-left:0;padding:1.6em;width:42.5%;background:#EFEFEF}.cd-timeline-content::before{top:12px;left:100%;border-color:transparent transparent transparent #EFEFEF}.cd-timeline-content .cd-date{position:absolute;width:100%;left:125%;top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content{float:right}.cd-timeline-block:nth-child(even) .cd-timeline-content::before{top:12px;left:auto;right:100%;border-color:transparent #EFEFEF transparent transparent}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{left:auto;right:125%;text-align:right}.cssanimations .cd-timeline-content.is-hidden{visibility:hidden}.cssanimations .cd-timeline-content.bounce-in{visibility:visible;animation:cd-bounce-2 .6s}.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{animation:cd-bounce-2-inverse .6s}}@keyframes cd-bounce-2{0%{opacity:0;transform:translateX(-100px)}60%{opacity:1;transform:translateX(20px)}100%{transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;transform:translateX(100px)}60%{opacity:1;transform:translateX(-20px)}100%{transform:translateX(0)}}.more-to-come-container{position:relative;background:#EFEFEF;display:block;width:100%;text-align:center}.more-to-come{margin:10em 0 0;padding:1em 0;font-weight:200;color:rgba(100,100,100,.46)}.page article.page{background:0 0!important;box-shadow:none;border:none;-webkit-box-shadow:none}#cd-timeline span.fa{color:#fff;font-size:28px;display:block;text-align:center;margin-top:17px}.cd-timeline-icon-link{color:#fff!important}@media only screen and (max-width:821px){#cd-timeline span.fa{color:#fff;font-size:24px;display:block;text-align:center;margin-top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content .timeline-express-read-more-link,.cd-timeline-block:nth-child(odd) .cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:10}.cd-timeline-content::before{border:9px solid transparent}}.timeline-width100{width:100%}.timeline-width34{width:34%}.timeline-width30{width:30%}.timeline-date-left{width:100%;float:left!important}body.single-te_announcements .timeline-express-content-area{width:100%}body.single-te_announcements .timeline-express-main{max-width:960px}body.single-te_announcements .announcement-banner-image{width:auto}body.single-te_announcements .timeline-express-single-page-announcement-date{display:block;margin:.5em 0}body.single-te_announcements .timeline-express-single-page-content{margin:.5em 0 1em}body.single-te_announcements nav.navigation.post-navigation{display:none}body.single-te_announcements .content-area.twentyfifteen article.te_announcements .entry-header h1{margin-top:0}
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
+
* @Version 1.3.1
|
6 |
+
* @Build 10-11-2016
|
7 |
*/
|
8 |
.cd-container{width:95%;margin:0 auto}.cd-container::after{content:'';display:table;clear:both}.cd-timeline-announcement-image{box-shadow:none!important;width:100%;display:block;margin:1em auto}#cd-timeline{position:relative;padding:2em 0;margin-top:2em;margin-bottom:3em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}#cd-timeline::before{content:'';position:absolute;top:0;left:18px;height:100%;width:4px;background:#d7e4ed}.cd-timeline-block:after,.cd-timeline-content:after{content:"";clear:both}.announcement-banner-image{margin-bottom:5px;border-radius:3px}.timeline-express-single-page-announcement-date{display:block;margin-bottom:1em}@media only screen and (min-width:822px){#cd-timeline{margin-top:3em;margin-bottom:5.5em}#cd-timeline::before{left:50%;margin-left:-2px}}.cd-timeline-block{margin:25px 0;width:100%!important}.cd-timeline-block:after{display:table}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:822px){.cd-timeline-block{width:100%;margin:-3.5em 0}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}}.cd-timeline-img{position:absolute;top:-5px;left:-10px;height:55px;width:55px;border-radius:50%;box-shadow:0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05)}.cd-timeline-img span.year{display:inline-block;width:100%;height:100%;text-align:center;line-height:55px}.cd-timeline-img img{display:block;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px}.cd-timeline-img.cd-picture{background:#75ce66}.cd-timeline-img.cd-movie{background:#c03b44}.cd-timeline-img.cd-location{background:#f0ca45}@media only screen and (min-width:822px){.cd-timeline-img{width:60px;height:60px;left:50%;margin-left:-30px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.cd-timeline-img span.year{display:inline-block;width:100%;height:100%;line-height:60px;text-align:center}.cssanimations .cd-timeline-img.is-hidden{visibility:hidden}.cssanimations .cd-timeline-img.bounce-in{visibility:visible;animation:cd-bounce-1 .6s}}@keyframes cd-bounce-1{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.2)}100%{transform:scale(1)}}.cd-timeline-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px 0 #B9C5CD;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box}.cd-timeline-content:after{display:table}.cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:9999}.cd-timeline-content .cd-date{float:left;padding:.8em 0;opacity:.7;font-size:12px}.cd-timeline-title-container{display:inline-block;width:100%;float:left}.cd-timeline-title-container+.the-excerpt,.cd-timeline-title-container+img{margin-top:5px}.cd-timeline-content .timeline-date{display:block;margin:5px 0}.cd-timeline-content::before{content:'';position:absolute;top:16px;right:100%;height:0;width:0;border:12px solid transparent}@media only screen and (min-width:768px){.cd-timeline-content h2{margin-top:0;margin-bottom:0}.cd-timeline-content .the-excerpt{position:relative;display:block;float:left;width:100%;z-index:9}.cd-timeline-content .cd-date,.cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:10}}@media only screen and (min-width:822px){.cd-container{width:100%}.cd-timeline-content{margin-left:0;padding:1.6em;width:42.5%;background:#EFEFEF}.cd-timeline-content::before{top:12px;left:100%;border-color:transparent transparent transparent #EFEFEF}.cd-timeline-content .cd-date{position:absolute;width:100%;left:125%;top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content{float:right}.cd-timeline-block:nth-child(even) .cd-timeline-content::before{top:12px;left:auto;right:100%;border-color:transparent #EFEFEF transparent transparent}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{left:auto;right:125%;text-align:right}.cssanimations .cd-timeline-content.is-hidden{visibility:hidden}.cssanimations .cd-timeline-content.bounce-in{visibility:visible;animation:cd-bounce-2 .6s}.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{animation:cd-bounce-2-inverse .6s}}@keyframes cd-bounce-2{0%{opacity:0;transform:translateX(-100px)}60%{opacity:1;transform:translateX(20px)}100%{transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;transform:translateX(100px)}60%{opacity:1;transform:translateX(-20px)}100%{transform:translateX(0)}}.more-to-come-container{position:relative;background:#EFEFEF;display:block;width:100%;text-align:center}.more-to-come{margin:10em 0 0;padding:1em 0;font-weight:200;color:rgba(100,100,100,.46)}.page article.page{background:0 0!important;box-shadow:none;border:none;-webkit-box-shadow:none}#cd-timeline span.fa{color:#fff;font-size:28px;display:block;text-align:center;margin-top:17px}.cd-timeline-icon-link{color:#fff!important}@media only screen and (max-width:821px){#cd-timeline span.fa{color:#fff;font-size:24px;display:block;text-align:center;margin-top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content .timeline-express-read-more-link,.cd-timeline-block:nth-child(odd) .cd-timeline-content .timeline-express-read-more-link{position:relative;z-index:10}.cd-timeline-content::before{border:9px solid transparent}}.timeline-width100{width:100%}.timeline-width34{width:34%}.timeline-width30{width:30%}.timeline-date-left{width:100%;float:left!important}body.single-te_announcements .timeline-express-content-area{width:100%}body.single-te_announcements .timeline-express-main{max-width:960px}body.single-te_announcements .announcement-banner-image{width:auto}body.single-te_announcements .timeline-express-single-page-announcement-date{display:block;margin:.5em 0}body.single-te_announcements .timeline-express-single-page-content{margin:.5em 0 1em}body.single-te_announcements nav.navigation.post-navigation{display:none}body.single-te_announcements .content-area.twentyfifteen article.te_announcements .entry-header h1{margin-top:0}
|
lib/public/js/min/timeline-express.min.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
-
* @Version 1.
|
6 |
-
* @Build 10-
|
7 |
*/
|
8 |
jQuery(document).ready(function(){jQuery("html").addClass("cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions");var a=jQuery(".cd-timeline-block");a.each(function(){timeline_express_data.animation_disabled||jQuery(this).offset().top>jQuery(window).scrollTop()+.75*jQuery(window).height()&&jQuery(this).find(".cd-timeline-img, .cd-timeline-content").addClass("is-hidden")}),timeline_express_data.animation_disabled||jQuery(window).on("scroll",function(){a.each(function(){jQuery(this).offset().top<=jQuery(window).scrollTop()+.75*jQuery(window).height()&&jQuery(this).find(".cd-timeline-img").hasClass("is-hidden")&&jQuery(this).find(".cd-timeline-img, .cd-timeline-content").removeClass("is-hidden").addClass("bounce-in")})});var b=jQuery(".timeline-express");b.imagesLoaded(function(){b.masonry({itemSelector:".cd-timeline-block"}),jQuery(".timeline-express").fadeTo("fast",1)})});
|
2 |
* @Plugin Timeline Express
|
3 |
* @Author Code Parrots
|
4 |
* @Site https://www.wp-timelineexpress.com
|
5 |
+
* @Version 1.3.1
|
6 |
+
* @Build 10-11-2016
|
7 |
*/
|
8 |
jQuery(document).ready(function(){jQuery("html").addClass("cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions");var a=jQuery(".cd-timeline-block");a.each(function(){timeline_express_data.animation_disabled||jQuery(this).offset().top>jQuery(window).scrollTop()+.75*jQuery(window).height()&&jQuery(this).find(".cd-timeline-img, .cd-timeline-content").addClass("is-hidden")}),timeline_express_data.animation_disabled||jQuery(window).on("scroll",function(){a.each(function(){jQuery(this).offset().top<=jQuery(window).scrollTop()+.75*jQuery(window).height()&&jQuery(this).find(".cd-timeline-img").hasClass("is-hidden")&&jQuery(this).find(".cd-timeline-img, .cd-timeline-content").removeClass("is-hidden").addClass("bounce-in")})});var b=jQuery(".timeline-express");b.imagesLoaded(function(){b.masonry({itemSelector:".cd-timeline-block"}),jQuery(".timeline-express").fadeTo("fast",1)})});
|
readme.txt
CHANGED
@@ -3,64 +3,95 @@ Contributors: codeparrots, eherman24
|
|
3 |
Tags: vertical, timeline, animated, css3, animations, evan, herman, evan herman, easy, time, line, font awesome, font, awesome, announcements, notifications, simple, events, calendar, scroll, triggered, scrolling, animated, fade, in, fade in
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 4.6.1
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
-
Timeline Express
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
Timeline Express allows you to create a
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
*
|
20 |
-
*
|
21 |
-
*
|
22 |
-
*
|
23 |
-
*
|
24 |
-
*
|
25 |
-
*
|
26 |
-
*
|
27 |
-
*
|
28 |
-
*
|
29 |
-
*
|
30 |
-
* TinyMCE button to generate the shortcode
|
31 |
-
* Specify 'Ascending' vs 'Descending' display order
|
32 |
-
* Highly extensible
|
33 |
-
* Translatable
|
34 |
|
35 |
><strong>Pro Features</strong>
|
36 |
|
37 |
> - Setup multiple timelines and assign announcements to any, or all, of the timelines.
|
38 |
-
> - Tighter layout,
|
39 |
-
> -
|
40 |
-
> -
|
41 |
-
> - Display categories on single announcement templates.
|
42 |
> - Priority support, code snippets provided when needed etc.
|
43 |
|
44 |
><a href="https://www.wp-timelineexpress.com/features/" title="Upgrade Now!">Full Feature List</a>
|
45 |
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
|
49 |
|
50 |
-
>
|
51 |
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
-
|
55 |
|
56 |
-
Timeline Express
|
57 |
|
58 |
-
|
59 |
|
60 |
-
<a href="https://
|
|
|
|
|
61 |
|
62 |
Looking for additional documentation? Check out the <a href="https://www.wp-timelineexpress.com/documentation/">knowledge base</a>.
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
<br />
|
65 |
<br />
|
66 |
|
@@ -68,14 +99,15 @@ Looking for additional documentation? Check out the <a href="https://www.wp-time
|
|
68 |
|
69 |
== Installation ==
|
70 |
|
71 |
-
1. Download the plugin .zip file
|
72 |
-
2. Log in to
|
73 |
-
3.
|
74 |
-
4.
|
|
|
75 |
6. On the left hand menu, hover over 'Timeline Express' and click 'New Announcement'
|
76 |
-
7. Begin populating the timeline with
|
77 |
-
8. Once you have
|
78 |
-
9. Create a new page, and enter the shortcode [timeline-express]` to display the
|
79 |
|
80 |
== Frequently Asked Questions ==
|
81 |
|
@@ -85,7 +117,7 @@ Yes! Check out the demo we've set up on our site, which shows off some of the fe
|
|
85 |
|
86 |
<a href="https://www.wp-timelineexpress.com/examples/basic-timeline/" title="View the demo">View the Timeline Express Demo</a>
|
87 |
|
88 |
-
= Can I filter announcements by
|
89 |
Not in the free version, but with our pro verson you can create numerous timelines and assign posts to a single timeline or all timelines. Also with the pro version you can easily filter announcements by categories on the front end.
|
90 |
|
91 |
<a href="https://www.wp-timelineexpress.com/examples/filterable-timeline/" title="View the demo">View the Timeline Express Pro Demo</a>
|
@@ -102,7 +134,7 @@ Yes! In version 1.2 and above, we have a templating engine built into the plugin
|
|
102 |
|
103 |
Take a look at our documentation articles on <a href="https://www.wp-timelineexpress.com/documentation/customize-announcement-container/">customizations</a>.
|
104 |
|
105 |
-
= Why can't I save dates prior to 1970'? =
|
106 |
Due to a limitation with the built in php function `strtotime()`, you may not be able to save dates prior to 1970. We've built out a premium add-on that works with both the free and pro versions of Timeline Express to allow dates to be saved between the years 1000-9999. If this is a feature you need, please consider purchasing the <strong><a href="https://www.evan-herman.com/wordpress-plugin/timeline-express-historical-dates-add-on/">Historical Dates Add-On</a></strong>.
|
107 |
|
108 |
= Can I create more than one timeline? =
|
@@ -117,33 +149,13 @@ Breakpoints are set at 822px. The timeline will shift/re-adjust automatically ba
|
|
117 |
= How can I translate this plugin? =
|
118 |
The text-domain for all gettext functions is `timeline-express`.
|
119 |
|
120 |
-
If you enjoy this plugin and want to contribute,
|
121 |
-
|
122 |
-
|
123 |
-
* English
|
124 |
-
* Greek
|
125 |
-
* Hebrew
|
126 |
-
* Hindi
|
127 |
-
* Hong Kong
|
128 |
-
* Japanese
|
129 |
-
* Korean
|
130 |
-
* Persian
|
131 |
-
* Portuguese (European)
|
132 |
-
* Romanian
|
133 |
-
* Russian
|
134 |
-
* Spanish
|
135 |
-
* Swedish
|
136 |
-
* Taiwanese
|
137 |
-
* Tamil
|
138 |
-
* Urdu
|
139 |
-
* Vietnamese
|
140 |
-
* Welsh
|
141 |
-
|
142 |
-
Read the Codex article "[GlotPress]"(https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/) for more information.
|
143 |
|
144 |
== Other Notes ==
|
145 |
|
146 |
-
Have an idea for a future release feature?
|
147 |
|
148 |
<hr />
|
149 |
|
@@ -357,6 +369,17 @@ The above example will load font awesome version 4.4.0 instead of the current st
|
|
357 |
|
358 |
== Changelog ==
|
359 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
= 1.2.9 - i18n focused - October 9th, 2016 =
|
361 |
- Updates to the i18n functions and strings.
|
362 |
- Added full RTL support.
|
@@ -662,7 +685,7 @@ The above example will load font awesome version 4.4.0 instead of the current st
|
|
662 |
|
663 |
= 1.0.4 =
|
664 |
* Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
|
665 |
-
* Removed some un-necessary styles (timeline title/content font-size+font-family
|
666 |
|
667 |
= 1.0.3 =
|
668 |
* Included new function to retain formatting in the announcement excerpt in the timeline (`te_wp_trim_words_retain_formatting()`)
|
@@ -679,16 +702,8 @@ The above example will load font awesome version 4.4.0 instead of the current st
|
|
679 |
|
680 |
== Upgrade Notice ==
|
681 |
|
682 |
-
= 1.
|
683 |
|
684 |
-
-
|
685 |
-
-
|
686 |
-
-
|
687 |
-
- Update to latest stable release of CMB2.
|
688 |
-
- Rebuilt the welcome and add-ons pages, including styles.
|
689 |
-
- Re-added and localized the advertisements, to serve them locally.
|
690 |
-
- Re-factor/update spacing and doc blocks in the code, throughout the plugin (.php & .js files).
|
691 |
-
- Updated Grunt.js file with new functions.
|
692 |
-
- Built in RTL support.
|
693 |
-
- Generated an RTL css file for admin/front end.
|
694 |
-
- Generated new language files (po/mo).
|
3 |
Tags: vertical, timeline, animated, css3, animations, evan, herman, evan herman, easy, time, line, font awesome, font, awesome, announcements, notifications, simple, events, calendar, scroll, triggered, scrolling, animated, fade, in, fade in
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 4.6.1
|
6 |
+
Stable tag: 1.3.1
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
+
Timeline Express creates a beautiful vertical animated and responsive timeline of posts, in chronological order.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
Timeline Express is the <strong>best WordPress timeline plugin</strong>, which allows you to create a beautiful animated timeline on your site. Populate your site with announcements, set the date and Timeline Express will populate with the latest and greatest announcements in chronological order.
|
14 |
|
15 |
+
Use the included shortcode (`[timeline-express]`) to place Timeline Express timeline anywhere on your site.
|
16 |
+
|
17 |
+
If you're looking for power, flexibility and top tier support - look no fruther.
|
18 |
+
|
19 |
+
> <a href="https://www.wp-timelineexpress.com/examples/basic-timeline/" title="View the demo">View the Timeline Express Demo</a>
|
20 |
+
|
21 |
+
**Timeline Express Features**
|
22 |
|
23 |
+
* Easy to use shortcode to place the timeline anywhere on your site ( `[timeline-express]` )
|
24 |
+
* Responsive timelines, that look great on all devices.
|
25 |
+
* Cross browser tested, and mobile friendly.
|
26 |
+
* Hundreds of <a href="http://fontawesome.io/icons/">Font Awesome</a> icons included. Specify a different icon for each announcement.
|
27 |
+
* Beautiful CSS3 animations.
|
28 |
+
* Specify the timeline announcement excerpt length.
|
29 |
+
* Hide the date of the announcement on the timeline.
|
30 |
+
* Hide the 'read more' link for each announcement on the timeline.
|
31 |
+
* Specify a custom image to display for each announcement on the timeline.
|
32 |
+
* Specify 'Ascending' vs 'Descending' display order for announcements on the timeline.
|
33 |
+
* Powerful extensions (both free and paid).
|
34 |
+
* Localized date formatting, for international users.
|
35 |
+
* i18n ready - Translated for international users.
|
|
|
|
|
|
|
|
|
36 |
|
37 |
><strong>Pro Features</strong>
|
38 |
|
39 |
> - Setup multiple timelines and assign announcements to any, or all, of the timelines.
|
40 |
+
> - Tighter layout, less distance between each announcement on the timeline.
|
41 |
+
> - Create and assign categories to your announcements.
|
42 |
+
> - Timeline sorting features. Sort timelines by categories, timeline or a combination of the two.
|
|
|
43 |
> - Priority support, code snippets provided when needed etc.
|
44 |
|
45 |
><a href="https://www.wp-timelineexpress.com/features/" title="Upgrade Now!">Full Feature List</a>
|
46 |
|
47 |
+
Timeline Express has been successfully used on a number small and large scale sites. Our users have created a number of amazing things with our plugin.
|
48 |
+
|
49 |
+
Timeline Express has been used to create:
|
50 |
+
|
51 |
+
- Company History Timeline
|
52 |
+
- Personal Achievement Timeline
|
53 |
+
- Product Announcement Timeline (Roadmap)
|
54 |
+
- Event Timeline
|
55 |
+
- Police/Fire History
|
56 |
+
- Twitter Feed Timeline
|
57 |
+
- Post/Page/Custom Post Timeline
|
58 |
+
- Customer History Timeline
|
59 |
+
|
60 |
+
The small list above demonstrates the flexibility and power behind Timeline Express. Check out our <a href="www.wp-timelineexpress.com/documentation/">documentation</a> for some helpful code snippets,
|
61 |
|
62 |
+
> Timeline Express Add-Ons
|
63 |
|
64 |
+
> We have built out some powerful add-ons that extend Timeline Express beyond it's core capabilities. Many of the add-ons have been user requested features, which we've spun off into add-ons. If your looking for some advanced feature that you don't see in the base plugin, checkout a list of our add-ons.
|
65 |
|
66 |
+
> - <a href="https://wordpress.org/plugins/timeline-express-html-excerpt-add-on/">Timeline Express - HTML Excerpts</a>
|
67 |
+
> - <a href="http://wp-timelineexpress.com/add-ons/white-label-branding/">Timeline Express - White Label Branding</a>
|
68 |
+
> - <a href="https://wordpress.org/plugins/timeline-express-single-column-add-on/">Timeline Express - Single Column Timeline</a>
|
69 |
+
> - <a href="http://wp-timelineexpress.com/add-ons/timeline-post-types/">Timeline Express - Timeline Post Types</a>
|
70 |
+
> - <a href="http://wp-timelineexpress.com/add-ons/historical-dates/">Timeline Express - Historical Dates</a>
|
71 |
+
> - <a href="http://wp-timelineexpress.com/add-ons/ajax-limits/">Timeline Express - AJAX Limits</a>
|
72 |
+
> - Timeline Express - Twitter Feed <small>(coming soon)</small>
|
73 |
|
74 |
+
> <a href="http://wp-timelineexpress.com/add-ons/">View All Add-Ons</a>
|
75 |
|
76 |
+
**Timeline Express Translations**
|
77 |
|
78 |
+
Timeline Express comes ready for translation! With all of the proper i18n functions in place, 100% of our plugin is ready for translation. If you're multi-lingual, and interested in translating the plugin into one of the languages not yet available, we're willing to pass a long Single Site license of Timeline Express Pro, which is good for one full year. We're huge fans of the open source community, and believe that this plugin should be available to everyone, in their native language. If this is something you would be interested in, please get in touch with us on our <a href="http://wp-timelineexpress.com/contact/">Contact Page</a>.
|
79 |
|
80 |
+
The Timeline Express polyglot project can be found <a href="https://translate.wordpress.org/projects/wp-plugins/timeline-express" target="_blank">here</a>.
|
81 |
+
|
82 |
+
> <a href="https://www.wp-timelineexpress.com/examples/filterable-timeline/" title="View the demo">View the Timeline Express Demo</a>
|
83 |
|
84 |
Looking for additional documentation? Check out the <a href="https://www.wp-timelineexpress.com/documentation/">knowledge base</a>.
|
85 |
|
86 |
+
**Multi-lingual Sites & Timeline Express**
|
87 |
+
|
88 |
+
Timeline Express has been thoroughly tested with some of the top rated, and widely used translation plugins.
|
89 |
+
|
90 |
+
Two multi-lingual plugins which we are fully, 100% compatible with are <a href="https://wpml.org/">WPML</a> and <a href="https://wordpress.org/plugins/polylang/">Polylang</a>.
|
91 |
+
|
92 |
+
Timeline Express may be compatible with other multi-lingual plugins, we just haven't thoroughly tested it with otheres. If you find it's compatible with other plugins, please <a href="http://wp-timelineexpress.com/contact/">get in touch</a> and let us know and we can add it to this list.
|
93 |
+
|
94 |
+
<br />
|
95 |
<br />
|
96 |
<br />
|
97 |
|
99 |
|
100 |
== Installation ==
|
101 |
|
102 |
+
1. Download the plugin .zip file, and keep in mind where on your computer you saved it.
|
103 |
+
2. Log in to your website (ie: yourdomain.com/wp-admin), and head into <strong>Plugins > Add New</strong>
|
104 |
+
3. On the following screen, click the 'Upload Plugin' link at the top of the page.
|
105 |
+
4. Browse your computer to the location you downloaded the .zip file in step one, select it and click the 'Install Now' button.
|
106 |
+
4. After the plugin has successfully installed, click "Activate Plugin" and enjoy!
|
107 |
6. On the left hand menu, hover over 'Timeline Express' and click 'New Announcement'
|
108 |
+
7. Begin populating the timeline with announcements. (Note: Announcements will appear in chronological order according to the <strong>announcement date</strong> that you set)
|
109 |
+
8. Once you have create your announcements, head over to the settings page (Settings > Timeline Express) to customize your timeline settings.
|
110 |
+
9. Create a new page, and enter the shortcode `[timeline-express]` to display the responsive, animated timeline. (Note: Timeline Express displays best on full width pages)
|
111 |
|
112 |
== Frequently Asked Questions ==
|
113 |
|
117 |
|
118 |
<a href="https://www.wp-timelineexpress.com/examples/basic-timeline/" title="View the demo">View the Timeline Express Demo</a>
|
119 |
|
120 |
+
= Can I filter announcements by categories/ Can I create multiple timelines? =
|
121 |
Not in the free version, but with our pro verson you can create numerous timelines and assign posts to a single timeline or all timelines. Also with the pro version you can easily filter announcements by categories on the front end.
|
122 |
|
123 |
<a href="https://www.wp-timelineexpress.com/examples/filterable-timeline/" title="View the demo">View the Timeline Express Pro Demo</a>
|
134 |
|
135 |
Take a look at our documentation articles on <a href="https://www.wp-timelineexpress.com/documentation/customize-announcement-container/">customizations</a>.
|
136 |
|
137 |
+
= Why can't I save dates prior to '1970'? =
|
138 |
Due to a limitation with the built in php function `strtotime()`, you may not be able to save dates prior to 1970. We've built out a premium add-on that works with both the free and pro versions of Timeline Express to allow dates to be saved between the years 1000-9999. If this is a feature you need, please consider purchasing the <strong><a href="https://www.evan-herman.com/wordpress-plugin/timeline-express-historical-dates-add-on/">Historical Dates Add-On</a></strong>.
|
139 |
|
140 |
= Can I create more than one timeline? =
|
149 |
= How can I translate this plugin? =
|
150 |
The text-domain for all gettext functions is `timeline-express`.
|
151 |
|
152 |
+
If you enjoy this plugin and want to contribute, we are always looking for people to help translate the plugin into their native language. Anyone who translates this plugin to 100% completion, will receive a single site license for Timeline Express, valid for 1 full calendar year.
|
153 |
+
|
154 |
+
If you need help getting started, read through Codex article "[GlotPress]"(https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/) for more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
|
156 |
== Other Notes ==
|
157 |
|
158 |
+
Have an idea for a future release feature? We love hearing about new ideas! You can get in contact with us through the contact form on our website, <a href="https://www.wp-timelineexpress.com/contact/" target="_blank">WP Timeline Express</a>.
|
159 |
|
160 |
<hr />
|
161 |
|
369 |
|
370 |
== Changelog ==
|
371 |
|
372 |
+
= 1.3.1 - October 12th, 2016 =
|
373 |
+
- Added PHP version check before including our tracking class.
|
374 |
+
- Fixed undefined `orderby` variable on the admin list table.
|
375 |
+
- Moved all advertisement templates into a single template file, and served it via an array.
|
376 |
+
|
377 |
+
= 1.3 - October 11th, 2016 =
|
378 |
+
- Added two week dismissible notice.
|
379 |
+
- Added optional user tracking class, to help understand plugin usage.
|
380 |
+
- Updated strings within translation files.
|
381 |
+
- Tweak a few styles, re-minify styles, update banners.
|
382 |
+
|
383 |
= 1.2.9 - i18n focused - October 9th, 2016 =
|
384 |
- Updates to the i18n functions and strings.
|
385 |
- Added full RTL support.
|
685 |
|
686 |
= 1.0.4 =
|
687 |
* Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
|
688 |
+
* Removed some un-necessary styles (timeline title/content font-size+font-family declarations)
|
689 |
|
690 |
= 1.0.3 =
|
691 |
* Included new function to retain formatting in the announcement excerpt in the timeline (`te_wp_trim_words_retain_formatting()`)
|
702 |
|
703 |
== Upgrade Notice ==
|
704 |
|
705 |
+
= 1.3.1 - October 12th, 2016 =
|
706 |
|
707 |
+
- Added PHP version check before including our tracking class.
|
708 |
+
- Fixed undefined `orderby` variable on the admin list table.
|
709 |
+
- Moved all advertisement templates into a single template file, and served it via an array.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
timeline-express.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Timeline Express
|
5 |
Plugin URI: https://www.wp-timelineexpress.com
|
6 |
Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
|
7 |
-
Version: 1.
|
8 |
Author: Code Parrots
|
9 |
Text Domain: timeline-express
|
10 |
Author URI: http://www.codeparrots.com
|
4 |
Plugin Name: Timeline Express
|
5 |
Plugin URI: https://www.wp-timelineexpress.com
|
6 |
Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
|
7 |
+
Version: 1.3.1
|
8 |
Author: Code Parrots
|
9 |
Text Domain: timeline-express
|
10 |
Author URI: http://www.codeparrots.com
|
uninstall.php
CHANGED
@@ -25,6 +25,9 @@ if ( isset( $options['delete-announcement-posts-on-uninstallation'] ) && '1' ===
|
|
25 |
|
26 |
/* Delete Timeline Express options */
|
27 |
delete_option( 'timeline_express_storage' );
|
|
|
|
|
|
|
28 |
|
29 |
/* For site options in multisite */
|
30 |
delete_site_option( 'timeline_express_storage' );
|
25 |
|
26 |
/* Delete Timeline Express options */
|
27 |
delete_option( 'timeline_express_storage' );
|
28 |
+
delete_option( 'timeline-express_tracking' );
|
29 |
+
delete_option( 'timeline-express_nobug' );
|
30 |
+
delete_option( 'timeline-express_rating_nobug' );
|
31 |
|
32 |
/* For site options in multisite */
|
33 |
delete_site_option( 'timeline_express_storage' );
|