Version Description
Download this release
Release Info
Developer | creativethemeshq |
Plugin | Blocksy Companion |
Version | 1.8.9.9 |
Comparing to | |
See all releases |
Code changes from version 1.8.9.8 to 1.8.9.9
- blocksy-companion.php +1 -1
- framework/extensions/cookies-consent/static/bundle/main.min.css +1 -1
- framework/extensions/newsletter-subscribe/static/bundle/main.min.css +1 -1
- framework/extensions/product-reviews/static/bundle/main-admin.min.css +1 -1
- framework/extensions/product-reviews/static/bundle/main.min.css +1 -1
- framework/extensions/trending/static/bundle/main.min.css +1 -1
- framework/extensions/widgets/static/bundle/main.min.css +1 -1
- framework/features/header/items/account/config.php +2 -1
- framework/features/header/items/account/options.php +16 -0
- framework/features/header/items/account/view.php +17 -0
- languages/blocksy-companion.pot +436 -366
- readme.txt +5 -1
- static/bundle/account.js +1 -1
- static/bundle/dashboard.min.css +1 -1
- static/bundle/options.min.css +1 -1
- static/bundle/sticky.js +1 -1
- static/js/frontend/account.js +1 -1
- static/js/frontend/sticky.js +14 -2
blocksy-companion.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Blocksy Companion
|
5 |
Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
|
6 |
-
Version: 1.8.9.
|
7 |
Author: CreativeThemes
|
8 |
Author URI: https://creativethemes.com
|
9 |
Text Domain: blocksy-companion
|
3 |
/*
|
4 |
Plugin Name: Blocksy Companion
|
5 |
Description: This plugin is the companion for the Blocksy theme, it runs and adds its enhacements only if the Blocksy theme is installed and active.
|
6 |
+
Version: 1.8.9.9
|
7 |
Author: CreativeThemes
|
8 |
Author URI: https://creativethemes.com
|
9 |
Text Domain: blocksy-companion
|
framework/extensions/cookies-consent/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.9.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.9.9
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/newsletter-subscribe/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.9.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.9.9
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/product-reviews/static/bundle/main-admin.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.9.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.9.9
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/product-reviews/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.9.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.9.9
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/trending/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.9.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.9.9
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/extensions/widgets/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.9.
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.9.9
|
3 |
*
|
4 |
* Copyright (c) 2021
|
5 |
* Licensed GPLv2+
|
framework/features/header/items/account/config.php
CHANGED
@@ -15,7 +15,8 @@ $config = [
|
|
15 |
'login_account_action',
|
16 |
'loggedout_account_custom_page',
|
17 |
'logged_out_style',
|
18 |
-
'accountHeaderIcon'
|
|
|
19 |
],
|
20 |
|
21 |
'translation_keys' => [
|
15 |
'login_account_action',
|
16 |
'loggedout_account_custom_page',
|
17 |
'logged_out_style',
|
18 |
+
'accountHeaderIcon',
|
19 |
+
'account_user_visibility'
|
20 |
],
|
21 |
|
22 |
'translation_keys' => [
|
framework/features/header/items/account/options.php
CHANGED
@@ -487,6 +487,22 @@ $options = [
|
|
487 |
],
|
488 |
],
|
489 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
],
|
491 |
],
|
492 |
|
487 |
],
|
488 |
],
|
489 |
|
490 |
+
'account_user_visibility' => [
|
491 |
+
'label' => __( 'User Visibility', 'blocksy-companion' ),
|
492 |
+
'type' => 'ct-checkboxes',
|
493 |
+
'design' => 'block',
|
494 |
+
'view' => 'text',
|
495 |
+
'divider' => 'top:full',
|
496 |
+
'value' => [
|
497 |
+
'logged_in' => true,
|
498 |
+
'logged_out' => true,
|
499 |
+
],
|
500 |
+
'choices' => blocksy_ordered_keys([
|
501 |
+
'logged_in' => __( 'Logged In', 'blocksy-companion' ),
|
502 |
+
'logged_out' => __( 'Logged Out', 'blocksy-companion' ),
|
503 |
+
]),
|
504 |
+
],
|
505 |
+
|
506 |
],
|
507 |
],
|
508 |
|
framework/features/header/items/account/view.php
CHANGED
@@ -33,6 +33,23 @@ if (! $current_user_id) {
|
|
33 |
$path = 'logout';
|
34 |
}
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
$attr['class'] = trim('ct-header-account ' . blocksy_visibility_classes(
|
37 |
blocksy_default_akg(
|
38 |
'header_account_visibility',
|
33 |
$path = 'logout';
|
34 |
}
|
35 |
|
36 |
+
$account_user_visibility = blocksy_default_akg(
|
37 |
+
'account_user_visibility',
|
38 |
+
$atts,
|
39 |
+
[
|
40 |
+
'logged_in' => true,
|
41 |
+
'logged_out' => true,
|
42 |
+
]
|
43 |
+
);
|
44 |
+
|
45 |
+
if (
|
46 |
+
$path === 'login' && ! $account_user_visibility['logged_in']
|
47 |
+
||
|
48 |
+
$path === 'logout' && ! $account_user_visibility['logged_out']
|
49 |
+
) {
|
50 |
+
return;
|
51 |
+
}
|
52 |
+
|
53 |
$attr['class'] = trim('ct-header-account ' . blocksy_visibility_classes(
|
54 |
blocksy_default_akg(
|
55 |
'header_account_visibility',
|
languages/blocksy-companion.pot
CHANGED
@@ -129,87 +129,75 @@ msgid ""
|
|
129 |
"a wishlits page."
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: framework/theme-integration.php:
|
133 |
#: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
|
134 |
#: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
|
135 |
#: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
|
136 |
msgid "Facebook"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: framework/theme-integration.php:
|
140 |
msgid "Twitter"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: framework/theme-integration.php:
|
144 |
msgid "LinkedIn"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: framework/theme-integration.php:
|
148 |
msgid "Dribbble"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: framework/theme-integration.php:
|
152 |
msgid "Instagram"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: framework/theme-integration.php:
|
156 |
msgid "Pinterest"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: framework/theme-integration.php:
|
160 |
msgid "WordPress"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: framework/theme-integration.php:
|
164 |
msgid "GitHub"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: framework/theme-integration.php:
|
168 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
|
169 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:81
|
170 |
msgid "Medium"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: framework/theme-integration.php:
|
174 |
msgid "YouTube"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: framework/theme-integration.php:
|
178 |
msgid "Vimeo"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: framework/theme-integration.php:
|
182 |
msgid "VKontakte"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: framework/theme-integration.php:
|
186 |
msgid "Odnoklassniki"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: framework/theme-integration.php:
|
190 |
msgid "TikTok"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: framework/theme-integration.php:
|
194 |
msgid "Companion"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: framework/theme-integration.php:
|
198 |
msgid "PRO"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: framework/theme-integration.php:506
|
202 |
-
msgid "Check your email"
|
203 |
-
msgstr ""
|
204 |
-
|
205 |
-
#: framework/theme-integration.php:512
|
206 |
-
msgid "Registration Form"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: framework/theme-integration.php:513
|
210 |
-
msgid "Register For This Site"
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
#: framework/widgets-manager.php:75
|
214 |
msgid "Default widget name"
|
215 |
msgstr ""
|
@@ -222,6 +210,38 @@ msgstr ""
|
|
222 |
msgid "Widget Title"
|
223 |
msgstr ""
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
#: framework/features/conditions-manager.php:344
|
226 |
msgid "%s Single"
|
227 |
msgstr ""
|
@@ -557,13 +577,13 @@ msgstr ""
|
|
557 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
|
558 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
|
559 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
|
560 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
561 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
562 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
563 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
564 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
565 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
566 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
567 |
msgid "Content"
|
568 |
msgstr ""
|
569 |
|
@@ -585,19 +605,19 @@ msgstr ""
|
|
585 |
#: framework/extensions/cookies-consent/customizer.php:90,
|
586 |
#: framework/extensions/newsletter-subscribe/customizer.php:147,
|
587 |
#: framework/extensions/product-reviews/extension.php:337,
|
588 |
-
#: framework/extensions/trending/customizer.php:
|
589 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
590 |
#: framework/premium/extensions/shortcuts/customizer.php:757,
|
591 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
|
592 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
|
593 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
|
594 |
-
#: framework/features/header/items/account/options.php:
|
595 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
596 |
#: framework/premium/features/content-blocks/options/popup.php:342,
|
597 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
|
598 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
|
599 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
|
600 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
601 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:186,
|
602 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:371,
|
603 |
#: framework/premium/features/premium-header/items/search-input/options.php:178
|
@@ -605,19 +625,19 @@ msgid "Design"
|
|
605 |
msgstr ""
|
606 |
|
607 |
#: framework/extensions/cookies-consent/customizer.php:95,
|
608 |
-
#: framework/extensions/trending/customizer.php:
|
609 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
610 |
#: framework/premium/extensions/shortcuts/customizer.php:773,
|
611 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
|
612 |
-
#: framework/features/header/items/account/options.php:
|
613 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
|
614 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
|
615 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
|
616 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
|
617 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
618 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
619 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
620 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
621 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:203,
|
622 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:232,
|
623 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:262,
|
@@ -635,32 +655,34 @@ msgstr ""
|
|
635 |
#: framework/extensions/newsletter-subscribe/customizer.php:253,
|
636 |
#: framework/extensions/newsletter-subscribe/customizer.php:290,
|
637 |
#: framework/extensions/newsletter-subscribe/customizer.php:322,
|
638 |
-
#: framework/extensions/trending/customizer.php:
|
639 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
640 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
641 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
642 |
#: framework/premium/extensions/shortcuts/customizer.php:791,
|
643 |
#: framework/premium/extensions/shortcuts/customizer.php:823,
|
644 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
|
645 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
|
646 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:
|
647 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:
|
648 |
-
#: framework/
|
649 |
-
#: framework/features/header/items/account/options.php:
|
650 |
-
#: framework/features/header/items/account/options.php:
|
651 |
-
#: framework/features/header/items/account/options.php:
|
652 |
-
#: framework/features/header/items/account/options.php:
|
653 |
-
#: framework/features/header/items/account/options.php:
|
654 |
-
#: framework/features/header/items/account/options.php:
|
655 |
-
#: framework/features/header/items/account/options.php:
|
656 |
-
#: framework/features/header/items/account/options.php:
|
657 |
-
#: framework/features/header/items/account/options.php:
|
658 |
-
#: framework/features/header/items/account/options.php:
|
659 |
-
#: framework/features/header/items/account/options.php:
|
660 |
-
#: framework/
|
661 |
-
#: framework/
|
662 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
663 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
|
|
|
|
664 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
|
665 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
|
666 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
|
@@ -671,12 +693,12 @@ msgstr ""
|
|
671 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
|
672 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
|
673 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
|
674 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
675 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
676 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
677 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
678 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
679 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
680 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
|
681 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
|
682 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
|
@@ -706,33 +728,35 @@ msgstr ""
|
|
706 |
#: framework/extensions/cookies-consent/customizer.php:147,
|
707 |
#: framework/extensions/newsletter-subscribe/customizer.php:196,
|
708 |
#: framework/extensions/newsletter-subscribe/customizer.php:327,
|
709 |
-
#: framework/extensions/trending/customizer.php:
|
710 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
711 |
#: framework/premium/extensions/shortcuts/customizer.php:797,
|
712 |
#: framework/premium/extensions/shortcuts/customizer.php:829,
|
713 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:
|
714 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:
|
715 |
-
#: framework/
|
716 |
-
#: framework/features/header/items/account/options.php:
|
717 |
-
#: framework/features/header/items/account/options.php:
|
718 |
-
#: framework/features/header/items/account/options.php:
|
719 |
-
#: framework/features/header/items/account/options.php:
|
720 |
-
#: framework/features/header/items/account/options.php:
|
721 |
-
#: framework/features/header/items/account/options.php:
|
722 |
-
#: framework/features/header/items/account/options.php:
|
723 |
-
#: framework/features/header/items/account/options.php:
|
|
|
|
|
724 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
|
725 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
|
726 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
|
727 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
|
728 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
|
729 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
|
730 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
731 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
732 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
733 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
734 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
735 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
736 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
|
737 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
|
738 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
|
@@ -748,8 +772,10 @@ msgid "Button Color"
|
|
748 |
msgstr ""
|
749 |
|
750 |
#: framework/extensions/cookies-consent/customizer.php:154,
|
751 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
752 |
-
#: framework/premium/extensions/woocommerce-extra/
|
|
|
|
|
753 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
|
754 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:412
|
755 |
msgid "Background Color"
|
@@ -828,13 +854,13 @@ msgstr ""
|
|
828 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:95,
|
829 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:15,
|
830 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:15,
|
831 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
832 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
833 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
834 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
835 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
836 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
837 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
838 |
msgid "Title"
|
839 |
msgstr ""
|
840 |
|
@@ -999,7 +1025,7 @@ msgstr ""
|
|
999 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
|
1000 |
#: framework/features/header/items/account/options.php:229,
|
1001 |
#: framework/features/header/items/account/options.php:435,
|
1002 |
-
#: framework/features/header/items/account/options.php:
|
1003 |
#: framework/premium/features/content-blocks/options/404.php:152,
|
1004 |
#: framework/premium/features/content-blocks/options/header.php:178,
|
1005 |
#: framework/premium/features/content-blocks/options/hook.php:337,
|
@@ -1030,7 +1056,7 @@ msgstr ""
|
|
1030 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
|
1031 |
#: framework/features/header/items/account/options.php:230,
|
1032 |
#: framework/features/header/items/account/options.php:436,
|
1033 |
-
#: framework/features/header/items/account/options.php:
|
1034 |
#: framework/premium/features/content-blocks/options/404.php:153,
|
1035 |
#: framework/premium/features/content-blocks/options/header.php:179,
|
1036 |
#: framework/premium/features/content-blocks/options/hook.php:338,
|
@@ -1038,7 +1064,7 @@ msgstr ""
|
|
1038 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
|
1039 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
|
1040 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
|
1041 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
1042 |
msgid "Mobile"
|
1043 |
msgstr ""
|
1044 |
|
@@ -1051,7 +1077,7 @@ msgid "Description Color"
|
|
1051 |
msgstr ""
|
1052 |
|
1053 |
#: framework/extensions/newsletter-subscribe/customizer.php:204,
|
1054 |
-
#: framework/features/header/items/account/options.php:
|
1055 |
#: framework/premium/features/premium-header/items/search-input/options.php:184,
|
1056 |
#: framework/premium/features/premium-header/items/search-input/options.php:213,
|
1057 |
#: framework/premium/features/premium-header/items/search-input/options.php:245,
|
@@ -1062,9 +1088,9 @@ msgstr ""
|
|
1062 |
#: framework/extensions/newsletter-subscribe/customizer.php:228,
|
1063 |
#: framework/extensions/newsletter-subscribe/customizer.php:259,
|
1064 |
#: framework/extensions/newsletter-subscribe/customizer.php:295,
|
1065 |
-
#: framework/features/header/items/account/options.php:
|
1066 |
-
#: framework/features/header/items/account/options.php:
|
1067 |
-
#: framework/features/header/items/account/options.php:
|
1068 |
#: framework/premium/features/premium-header/items/search-input/options.php:237,
|
1069 |
#: framework/premium/features/premium-header/items/search-input/options.php:268,
|
1070 |
#: framework/premium/features/premium-header/items/search-input/options.php:298,
|
@@ -1081,7 +1107,7 @@ msgid "Focus"
|
|
1081 |
msgstr ""
|
1082 |
|
1083 |
#: framework/extensions/newsletter-subscribe/customizer.php:236,
|
1084 |
-
#: framework/features/header/items/account/options.php:
|
1085 |
#: framework/premium/features/premium-header/items/search-input/options.php:444,
|
1086 |
#: framework/premium/features/premium-header/items/search-input/options.php:473,
|
1087 |
#: framework/premium/features/premium-header/items/search-input/options.php:505,
|
@@ -1090,7 +1116,7 @@ msgid "Input Border Color"
|
|
1090 |
msgstr ""
|
1091 |
|
1092 |
#: framework/extensions/newsletter-subscribe/customizer.php:273,
|
1093 |
-
#: framework/features/header/items/account/options.php:
|
1094 |
#: framework/premium/features/premium-header/items/search-input/options.php:580,
|
1095 |
#: framework/premium/features/premium-header/items/search-input/options.php:608,
|
1096 |
#: framework/premium/features/premium-header/items/search-input/options.php:638,
|
@@ -1099,7 +1125,7 @@ msgid "Input Background Color"
|
|
1099 |
msgstr ""
|
1100 |
|
1101 |
#: framework/extensions/newsletter-subscribe/customizer.php:334,
|
1102 |
-
#: framework/extensions/trending/customizer.php:
|
1103 |
#: framework/premium/extensions/shortcuts/customizer.php:932
|
1104 |
msgid "Container Background"
|
1105 |
msgstr ""
|
@@ -1109,7 +1135,7 @@ msgid "Container Border"
|
|
1109 |
msgstr ""
|
1110 |
|
1111 |
#: framework/extensions/newsletter-subscribe/customizer.php:385,
|
1112 |
-
#: framework/extensions/trending/customizer.php:
|
1113 |
msgid "Container Inner Spacing"
|
1114 |
msgstr ""
|
1115 |
|
@@ -1129,12 +1155,12 @@ msgid "Name"
|
|
1129 |
msgstr ""
|
1130 |
|
1131 |
#: framework/extensions/newsletter-subscribe/helpers.php:166,
|
1132 |
-
#: framework/features/header/modal/register.php:
|
1133 |
#: framework/premium/extensions/shortcuts/customizer.php:130,
|
1134 |
#: framework/premium/extensions/shortcuts/customizer.php:153,
|
1135 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
|
1136 |
#: framework/premium/extensions/shortcuts/views/bar.php:27,
|
1137 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
1138 |
msgid "Email"
|
1139 |
msgstr ""
|
1140 |
|
@@ -1211,7 +1237,7 @@ msgstr ""
|
|
1211 |
#: framework/extensions/product-reviews/extension.php:359,
|
1212 |
#: framework/extensions/product-reviews/extension.php:387,
|
1213 |
#: framework/extensions/product-reviews/extension.php:408,
|
1214 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
1215 |
msgid "Active"
|
1216 |
msgstr ""
|
1217 |
|
@@ -1554,7 +1580,7 @@ msgstr ""
|
|
1554 |
msgid "Container Visibility"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: framework/extensions/trending/customizer.php:
|
1558 |
msgid "Posts Font"
|
1559 |
msgstr ""
|
1560 |
|
@@ -1565,17 +1591,17 @@ msgid ""
|
|
1565 |
"Posts are the choices available."
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: framework/features/header/account-modal.php:
|
1569 |
#: framework/features/header/items/account/options.php:481,
|
1570 |
#: framework/features/header/items/account/views/logout.php:3
|
1571 |
msgid "Login"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: framework/features/header/account-modal.php:
|
1575 |
msgid "Sign Up"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: framework/features/header/account-modal.php:
|
1579 |
msgid "Back to login"
|
1580 |
msgstr ""
|
1581 |
|
@@ -1678,7 +1704,7 @@ msgstr ""
|
|
1678 |
#: framework/premium/features/content-blocks/options/hook.php:158,
|
1679 |
#: framework/premium/features/content-blocks/options/popup.php:162,
|
1680 |
#: framework/premium/features/content-blocks/options/popup.php:418,
|
1681 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
1682 |
msgid "None"
|
1683 |
msgstr ""
|
1684 |
|
@@ -1725,7 +1751,8 @@ msgstr ""
|
|
1725 |
msgid "Content Blocks"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: framework/premium/features/content-blocks.php:617
|
|
|
1729 |
msgid "Content Block"
|
1730 |
msgstr ""
|
1731 |
|
@@ -1762,12 +1789,12 @@ msgstr ""
|
|
1762 |
msgid "Nothing found in Trash"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: framework/premium/features/premium-footer.php:
|
1766 |
-
#: framework/premium/features/premium-footer.php:
|
1767 |
msgid "Footer Menu 1"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: framework/premium/features/premium-footer.php:
|
1771 |
#: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
|
1772 |
msgid "Footer Menu 2"
|
1773 |
msgstr ""
|
@@ -1776,33 +1803,41 @@ msgstr ""
|
|
1776 |
msgid "Header Menu 3"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: framework/premium/features/premium-header.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1780 |
msgid "Header Widget Area "
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: framework/premium/features/premium-header.php:
|
1784 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
1785 |
#: framework/features/header/items/account/options.php:123,
|
1786 |
#: framework/features/header/items/account/options.php:348,
|
1787 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
1788 |
msgid "Icon"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
#: framework/premium/features/premium-header.php:
|
1792 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
1793 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
|
1794 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:73,
|
1795 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
1796 |
msgid "Icons Size"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: framework/premium/features/premium-header.php:
|
1800 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
1801 |
msgid "Icon Position"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: framework/premium/features/premium-header.php:
|
1805 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
1806 |
#: framework/premium/extensions/shortcuts/customizer.php:638,
|
1807 |
#: framework/features/header/items/account/options.php:259,
|
1808 |
#: framework/features/header/items/account/options.php:465,
|
@@ -1810,8 +1845,8 @@ msgstr ""
|
|
1810 |
msgid "Left"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: framework/premium/features/premium-header.php:
|
1814 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
1815 |
#: framework/premium/extensions/shortcuts/customizer.php:639,
|
1816 |
#: framework/features/header/items/account/options.php:260,
|
1817 |
#: framework/features/header/items/account/options.php:466,
|
@@ -1825,7 +1860,7 @@ msgid "Newsletter"
|
|
1825 |
msgstr ""
|
1826 |
|
1827 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
|
1828 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
1829 |
#: framework/premium/extensions/shortcuts/customizer.php:868,
|
1830 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
|
1831 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:31,
|
@@ -1867,7 +1902,8 @@ msgstr ""
|
|
1867 |
msgid "Email Address"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
-
#: framework/features/header/modal/login.php:22
|
|
|
1871 |
msgid "Password"
|
1872 |
msgstr ""
|
1873 |
|
@@ -1879,7 +1915,7 @@ msgstr ""
|
|
1879 |
msgid "Forgot Password?"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: framework/features/header/modal/login.php:
|
1883 |
msgid "Log In"
|
1884 |
msgstr ""
|
1885 |
|
@@ -1887,19 +1923,19 @@ msgstr ""
|
|
1887 |
msgid "Username or Email Address"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: framework/features/header/modal/lostpassword.php:
|
1891 |
msgid "Get New Password"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: framework/features/header/modal/register.php:
|
1895 |
msgid "Username"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#: framework/features/header/modal/register.php:
|
1899 |
msgid "Registration confirmation will be emailed to you"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: framework/features/header/modal/register.php:
|
1903 |
msgid "Register"
|
1904 |
msgstr ""
|
1905 |
|
@@ -1994,7 +2030,7 @@ msgid "New"
|
|
1994 |
msgstr ""
|
1995 |
|
1996 |
#: framework/premium/extensions/mega-menu/options.php:16,
|
1997 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
1998 |
msgid "Mega Menu Settings"
|
1999 |
msgstr ""
|
2000 |
|
@@ -2040,120 +2076,120 @@ msgstr ""
|
|
2040 |
msgid "Custom Text"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2044 |
-
|
2045 |
-
msgstr ""
|
2046 |
-
|
2047 |
-
#: framework/premium/extensions/mega-menu/options.php:392,
|
2048 |
-
#: framework/premium/extensions/mega-menu/options.php:708
|
2049 |
msgid "Item Label Settings"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2053 |
msgid "Item Label"
|
2054 |
msgstr ""
|
2055 |
|
2056 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2057 |
msgid "Enabled"
|
2058 |
msgstr ""
|
2059 |
|
2060 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2061 |
#: framework/premium/features/content-blocks/options/404.php:104,
|
2062 |
#: framework/premium/features/content-blocks/options/header.php:108,
|
2063 |
#: framework/premium/features/content-blocks/options/hook.php:113
|
2064 |
msgid "Disabled"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2068 |
msgid "Heading"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2072 |
msgid "Label Link"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2076 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2077 |
msgid "Menu Badge Settings"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2081 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
|
2082 |
msgid "Vertical Alignment"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2086 |
-
#: framework/premium/extensions/shortcuts/customizer.php:862
|
|
|
|
|
2087 |
msgid "Background"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2091 |
msgid "Link Color"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2095 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
|
2096 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2097 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2098 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2099 |
msgid "Link Initial"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2103 |
msgid "Link Hover/Active"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2107 |
msgid "Background Hover"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2111 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2112 |
msgid "Heading Color"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2116 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2117 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2118 |
msgid "Initial Color"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2122 |
msgid "Text Color"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2126 |
#: framework/premium/extensions/shortcuts/customizer.php:879,
|
2127 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:432,
|
2128 |
#: framework/premium/features/premium-header/items/search-input/options.php:815
|
2129 |
msgid "Items Divider"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2133 |
msgid "Columns Divider"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2137 |
#: framework/premium/features/premium-header/items/search-input/options.php:797
|
2138 |
msgid "Dropdown Shadow"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2142 |
msgid "Column Settings"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2146 |
msgid "Column Spacing"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: framework/premium/extensions/mega-menu/options.php:
|
2150 |
-
#: framework/
|
2151 |
-
#: framework/features/header/items/account/options.php:
|
2152 |
-
#: framework/features/header/items/account/options.php:
|
2153 |
-
#: framework/features/header/items/account/options.php:
|
2154 |
-
#: framework/
|
2155 |
-
#: framework/
|
2156 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
|
|
|
|
2157 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
|
2158 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
|
2159 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
|
@@ -2259,7 +2295,7 @@ msgstr ""
|
|
2259 |
#: framework/premium/extensions/shortcuts/customizer.php:551,
|
2260 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
|
2261 |
#: framework/premium/extensions/shortcuts/views/bar.php:26,
|
2262 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2263 |
msgid "Phone"
|
2264 |
msgstr ""
|
2265 |
|
@@ -2350,17 +2386,17 @@ msgstr ""
|
|
2350 |
|
2351 |
#: framework/premium/extensions/shortcuts/customizer.php:763,
|
2352 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
|
2353 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2354 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:192,
|
2355 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:376
|
2356 |
msgid "Font"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
#: framework/premium/extensions/shortcuts/customizer.php:805,
|
2360 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2361 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2362 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2363 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2364 |
msgid "Icons Color"
|
2365 |
msgstr ""
|
2366 |
|
@@ -2463,31 +2499,31 @@ msgstr ""
|
|
2463 |
msgid "Number of Columns"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2467 |
msgid "Available Filters"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2471 |
msgid "Quick view title before"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2475 |
msgid "Quick view title after"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2479 |
msgid "Quick view price before"
|
2480 |
msgstr ""
|
2481 |
|
2482 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2483 |
msgid "Quick view price after"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2487 |
msgid "Quick view summary before"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
-
#: framework/premium/extensions/woocommerce-extra/extension.php:
|
2491 |
msgid "Quick view summary after"
|
2492 |
msgstr ""
|
2493 |
|
@@ -2555,16 +2591,16 @@ msgid "Widgets Font Color"
|
|
2555 |
msgstr ""
|
2556 |
|
2557 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
|
2558 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2559 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2560 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2561 |
msgid "Text Initial"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
|
2565 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2566 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2567 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
2568 |
msgid "Link Hover"
|
2569 |
msgstr ""
|
2570 |
|
@@ -2597,21 +2633,31 @@ msgid "Panel Width"
|
|
2597 |
msgstr ""
|
2598 |
|
2599 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
|
|
|
|
|
|
|
|
|
2600 |
msgid "Panel Shadow"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:
|
2604 |
-
|
|
|
2605 |
msgstr ""
|
2606 |
|
2607 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:
|
2608 |
-
#: framework/features/header/items/account/options.php:
|
2609 |
-
msgid "
|
2610 |
msgstr ""
|
2611 |
|
2612 |
-
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:
|
2613 |
-
#: framework/features/header/items/account/options.php:
|
2614 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
2615 |
msgstr ""
|
2616 |
|
2617 |
#: framework/premium/extensions/woocommerce-extra/readme.php:4
|
@@ -2834,7 +2880,7 @@ msgid "After comments"
|
|
2834 |
msgstr ""
|
2835 |
|
2836 |
#: framework/premium/features/content-blocks/hooks-manager.php:267,
|
2837 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
2838 |
msgid "Before"
|
2839 |
msgstr ""
|
2840 |
|
@@ -2844,7 +2890,7 @@ msgid "Loop"
|
|
2844 |
msgstr ""
|
2845 |
|
2846 |
#: framework/premium/features/content-blocks/hooks-manager.php:274,
|
2847 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
2848 |
msgid "After"
|
2849 |
msgstr ""
|
2850 |
|
@@ -2959,296 +3005,304 @@ msgid "After shop loop item price"
|
|
2959 |
msgstr ""
|
2960 |
|
2961 |
#: framework/premium/features/content-blocks/hooks-manager.php:468
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2962 |
msgid "After shop loop"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2966 |
msgid "WooCommerce Archive"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2970 |
msgid "Before single product"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2974 |
msgid "Product meta start"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2978 |
msgid "Product meta end"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2982 |
msgid "Share"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2986 |
msgid "After single product"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2990 |
msgid "Before single product excerpt"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2994 |
msgid "After single product excerpt"
|
2995 |
msgstr ""
|
2996 |
|
2997 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
2998 |
msgid "Before single product tabs"
|
2999 |
msgstr ""
|
3000 |
|
3001 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3002 |
msgid "After single product tabs"
|
3003 |
msgstr ""
|
3004 |
|
3005 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3006 |
msgid "WooCommerce Product"
|
3007 |
msgstr ""
|
3008 |
|
3009 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3010 |
msgid "Cart is empty"
|
3011 |
msgstr ""
|
3012 |
|
3013 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3014 |
msgid "Before cart"
|
3015 |
msgstr ""
|
3016 |
|
3017 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3018 |
msgid "Before cart table"
|
3019 |
msgstr ""
|
3020 |
|
3021 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3022 |
msgid "Before cart contents"
|
3023 |
msgstr ""
|
3024 |
|
3025 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3026 |
msgid "Cart contents"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3030 |
msgid "After cart contents"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3034 |
msgid "Cart coupon"
|
3035 |
msgstr ""
|
3036 |
|
3037 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3038 |
msgid "Cart actions"
|
3039 |
msgstr ""
|
3040 |
|
3041 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3042 |
msgid "After cart table"
|
3043 |
msgstr ""
|
3044 |
|
3045 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3046 |
msgid "Cart collaterals"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3050 |
msgid "Before cart totals"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3054 |
msgid "Cart totals before order total"
|
3055 |
msgstr ""
|
3056 |
|
3057 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3058 |
msgid "Cart totals after order total"
|
3059 |
msgstr ""
|
3060 |
|
3061 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3062 |
msgid "Proceed to checkout"
|
3063 |
msgstr ""
|
3064 |
|
3065 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3066 |
msgid "After cart totals"
|
3067 |
msgstr ""
|
3068 |
|
3069 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3070 |
msgid "After cart"
|
3071 |
msgstr ""
|
3072 |
|
3073 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3074 |
msgid "Before Mini Cart"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3078 |
msgid "Before Mini Cart Contents"
|
3079 |
msgstr ""
|
3080 |
|
3081 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3082 |
msgid "Mini Cart Contents"
|
3083 |
msgstr ""
|
3084 |
|
3085 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3086 |
msgid "Widget Shopping Cart Before Buttons"
|
3087 |
msgstr ""
|
3088 |
|
3089 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3090 |
msgid "Widget Shopping Cart After Buttons"
|
3091 |
msgstr ""
|
3092 |
|
3093 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3094 |
msgid "After Mini Cart"
|
3095 |
msgstr ""
|
3096 |
|
3097 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3098 |
msgid "WooCommerce Cart"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3102 |
msgid "Before checkout form"
|
3103 |
msgstr ""
|
3104 |
|
3105 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3106 |
msgid "Before customer details"
|
3107 |
msgstr ""
|
3108 |
|
3109 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3110 |
msgid "After customer details"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3114 |
msgid "Checkout billing"
|
3115 |
msgstr ""
|
3116 |
|
3117 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3118 |
msgid "Before checkout billing form"
|
3119 |
msgstr ""
|
3120 |
|
3121 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3122 |
msgid "After checkout billing form"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3126 |
msgid "Before order notes"
|
3127 |
msgstr ""
|
3128 |
|
3129 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3130 |
msgid "After order notes"
|
3131 |
msgstr ""
|
3132 |
|
3133 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3134 |
msgid "Checkout shipping"
|
3135 |
msgstr ""
|
3136 |
|
3137 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3138 |
msgid "Checkout before order review"
|
3139 |
msgstr ""
|
3140 |
|
3141 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3142 |
msgid "Checkout order review"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3146 |
msgid "Review order before cart contents"
|
3147 |
msgstr ""
|
3148 |
|
3149 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3150 |
msgid "Review order after cart contents"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3154 |
msgid "Review order before order total"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3158 |
msgid "Review order after order total"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3162 |
msgid "Review order before payment"
|
3163 |
msgstr ""
|
3164 |
|
3165 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3166 |
msgid "Review order before submit"
|
3167 |
msgstr ""
|
3168 |
|
3169 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3170 |
msgid "Review order after submit"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3174 |
msgid "Review order after payment"
|
3175 |
msgstr ""
|
3176 |
|
3177 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3178 |
msgid "Checkout after order review"
|
3179 |
msgstr ""
|
3180 |
|
3181 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3182 |
msgid "After checkout form"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3186 |
msgid "WooCommerce Checkout"
|
3187 |
msgstr ""
|
3188 |
|
3189 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3190 |
msgid "Before my account"
|
3191 |
msgstr ""
|
3192 |
|
3193 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3194 |
msgid "Before account navigation"
|
3195 |
msgstr ""
|
3196 |
|
3197 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3198 |
msgid "Account navigation"
|
3199 |
msgstr ""
|
3200 |
|
3201 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3202 |
msgid "After account navigation"
|
3203 |
msgstr ""
|
3204 |
|
3205 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3206 |
msgid "Account content"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3210 |
msgid "Account dashboard"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3214 |
msgid "After my account"
|
3215 |
msgstr ""
|
3216 |
|
3217 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3218 |
#: framework/features/header/items/account/options.php:17,
|
3219 |
#: framework/features/header/items/account/options.php:18
|
3220 |
msgid "WooCommerce Account"
|
3221 |
msgstr ""
|
3222 |
|
3223 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3224 |
msgid "WP footer"
|
3225 |
msgstr ""
|
3226 |
|
3227 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3228 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3229 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3230 |
msgid "Footer"
|
3231 |
msgstr ""
|
3232 |
|
3233 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3234 |
msgid "Footer before"
|
3235 |
msgstr ""
|
3236 |
|
3237 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3238 |
msgid "Footer after"
|
3239 |
msgstr ""
|
3240 |
|
3241 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3242 |
msgid "Custom Hook (%s)"
|
3243 |
msgstr ""
|
3244 |
|
3245 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3246 |
#: framework/premium/features/content-blocks/options/hook.php:197
|
3247 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:90
|
3248 |
msgid "After Block Number"
|
3249 |
msgstr ""
|
3250 |
|
3251 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:
|
3252 |
#: framework/premium/features/content-blocks/options/hook.php:214
|
3253 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:112
|
3254 |
msgid "Before Heading Number"
|
@@ -3318,8 +3372,8 @@ msgstr ""
|
|
3318 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
|
3319 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
|
3320 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
|
3321 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3322 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3323 |
#: framework/premium/features/premium-header/items/contacts/view.php:22
|
3324 |
msgid "Address:"
|
3325 |
msgstr ""
|
@@ -3327,8 +3381,8 @@ msgstr ""
|
|
3327 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
|
3328 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
|
3329 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
|
3330 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3331 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3332 |
#: framework/premium/features/premium-header/items/contacts/view.php:29
|
3333 |
msgid "Phone:"
|
3334 |
msgstr ""
|
@@ -3336,14 +3390,14 @@ msgstr ""
|
|
3336 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
|
3337 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
|
3338 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
|
3339 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3340 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3341 |
#: framework/premium/features/premium-header/items/contacts/view.php:37
|
3342 |
msgid "Mobile:"
|
3343 |
msgstr ""
|
3344 |
|
3345 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
|
3346 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3347 |
msgid "Address"
|
3348 |
msgstr ""
|
3349 |
|
@@ -3354,48 +3408,48 @@ msgstr ""
|
|
3354 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
|
3355 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
|
3356 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
|
3357 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3358 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3359 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3360 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3361 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3362 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3363 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3364 |
msgid "Link (optional)"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
|
3368 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3369 |
msgid "Work Hours"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
|
3373 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3374 |
msgid "Opening hours"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
|
3378 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3379 |
msgid "Fax"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
|
3383 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3384 |
msgid "Fax:"
|
3385 |
msgstr ""
|
3386 |
|
3387 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
|
3388 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3389 |
msgid "Email:"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
|
3393 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3394 |
msgid "Website"
|
3395 |
msgstr ""
|
3396 |
|
3397 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
|
3398 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3399 |
msgid "Website:"
|
3400 |
msgstr ""
|
3401 |
|
@@ -3411,37 +3465,37 @@ msgstr ""
|
|
3411 |
|
3412 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
|
3413 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:87,
|
3414 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3415 |
msgid "Icons Shape Type"
|
3416 |
msgstr ""
|
3417 |
|
3418 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
|
3419 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:95,
|
3420 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3421 |
msgid "Rounded"
|
3422 |
msgstr ""
|
3423 |
|
3424 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
|
3425 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:96,
|
3426 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3427 |
msgid "Square"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
|
3431 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:106,
|
3432 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3433 |
msgid "Shape Fill Type"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
|
3437 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:113,
|
3438 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3439 |
msgid "Solid"
|
3440 |
msgstr ""
|
3441 |
|
3442 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
|
3443 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:114,
|
3444 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3445 |
msgid "Outline"
|
3446 |
msgstr ""
|
3447 |
|
@@ -3725,25 +3779,37 @@ msgstr ""
|
|
3725 |
msgid "My Account"
|
3726 |
msgstr ""
|
3727 |
|
3728 |
-
#: framework/features/header/items/account/options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3729 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
|
3730 |
msgid "Label Font"
|
3731 |
msgstr ""
|
3732 |
|
3733 |
-
#: framework/features/header/items/account/options.php:
|
3734 |
-
#: framework/features/header/items/account/options.php:
|
3735 |
-
#: framework/features/header/items/account/options.php:
|
3736 |
-
#: framework/features/header/items/account/options.php:
|
3737 |
msgid "Label Color"
|
3738 |
msgstr ""
|
3739 |
|
3740 |
-
#: framework/features/header/items/account/options.php:
|
3741 |
-
#: framework/features/header/items/account/options.php:
|
3742 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
|
3743 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
|
3744 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3745 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3746 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3747 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
|
3748 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:208,
|
3749 |
#: framework/premium/features/premium-header/items/search-input/options.php:189,
|
@@ -3753,13 +3819,13 @@ msgstr ""
|
|
3753 |
msgid "Default State"
|
3754 |
msgstr ""
|
3755 |
|
3756 |
-
#: framework/features/header/items/account/options.php:
|
3757 |
-
#: framework/features/header/items/account/options.php:
|
3758 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
|
3759 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
|
3760 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3761 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3762 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3763 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
|
3764 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:213,
|
3765 |
#: framework/premium/features/premium-header/items/search-input/options.php:194,
|
@@ -3769,13 +3835,13 @@ msgstr ""
|
|
3769 |
msgid "Transparent State"
|
3770 |
msgstr ""
|
3771 |
|
3772 |
-
#: framework/features/header/items/account/options.php:
|
3773 |
-
#: framework/features/header/items/account/options.php:
|
3774 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
|
3775 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
|
3776 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3777 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3778 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
3779 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
|
3780 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:222,
|
3781 |
#: framework/premium/features/premium-header/items/search-input/options.php:203,
|
@@ -3785,27 +3851,27 @@ msgstr ""
|
|
3785 |
msgid "Sticky State"
|
3786 |
msgstr ""
|
3787 |
|
3788 |
-
#: framework/features/header/items/account/options.php:
|
3789 |
msgid "Item Margin"
|
3790 |
msgstr ""
|
3791 |
|
3792 |
-
#: framework/features/header/items/account/options.php:
|
3793 |
msgid "Modal Options"
|
3794 |
msgstr ""
|
3795 |
|
3796 |
-
#: framework/features/header/items/account/options.php:
|
3797 |
-
msgid "Modal Shadow"
|
3798 |
-
msgstr ""
|
3799 |
-
|
3800 |
-
#: framework/features/header/items/account/options.php:1021
|
3801 |
msgid "Modal Background"
|
3802 |
msgstr ""
|
3803 |
|
3804 |
-
#: framework/features/header/items/account/options.php:
|
3805 |
msgid "Modal Backdrop"
|
3806 |
msgstr ""
|
3807 |
|
3808 |
-
#: framework/features/header/items/account/options.php:
|
|
|
|
|
|
|
|
|
3809 |
msgid "Element Visibility"
|
3810 |
msgstr ""
|
3811 |
|
@@ -3818,34 +3884,34 @@ msgstr ""
|
|
3818 |
msgid "Account header icon"
|
3819 |
msgstr ""
|
3820 |
|
3821 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3822 |
msgid "You have no %s fields declared for this custom post type."
|
3823 |
msgstr ""
|
3824 |
|
3825 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3826 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3827 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3828 |
msgid "Field"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3832 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:60
|
3833 |
msgid "Label"
|
3834 |
msgstr ""
|
3835 |
|
3836 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3837 |
msgid "Fallback"
|
3838 |
msgstr ""
|
3839 |
|
3840 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3841 |
msgid "%s Field"
|
3842 |
msgstr ""
|
3843 |
|
3844 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3845 |
msgid "%s %s Font"
|
3846 |
msgstr ""
|
3847 |
|
3848 |
-
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:
|
3849 |
msgid "%s %s Color"
|
3850 |
msgstr ""
|
3851 |
|
@@ -3934,14 +4000,18 @@ msgstr ""
|
|
3934 |
msgid "AJAX Add To Cart"
|
3935 |
msgstr ""
|
3936 |
|
3937 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
|
|
|
|
|
|
|
|
3938 |
msgid "Archive Button"
|
3939 |
msgstr ""
|
3940 |
|
3941 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
3942 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
3943 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
3944 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
3945 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
|
3946 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
|
3947 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:254,
|
@@ -3950,11 +4020,11 @@ msgstr ""
|
|
3950 |
msgid "Hover/Active"
|
3951 |
msgstr ""
|
3952 |
|
3953 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
3954 |
msgid "Single Product Button"
|
3955 |
msgstr ""
|
3956 |
|
3957 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:
|
3958 |
msgid "Quick View Modal Button"
|
3959 |
msgstr ""
|
3960 |
|
@@ -4308,16 +4378,16 @@ msgstr ""
|
|
4308 |
msgid "Contacts"
|
4309 |
msgstr ""
|
4310 |
|
4311 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
4312 |
msgid "Open Links In New Tab"
|
4313 |
msgstr ""
|
4314 |
|
4315 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
4316 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:95
|
4317 |
msgid "Items Spacing"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:
|
4321 |
#: framework/premium/features/premium-header/items/divider/options.php:107,
|
4322 |
#: framework/premium/features/premium-header/items/divider/options.php:126,
|
4323 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:323,
|
129 |
"a wishlits page."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: framework/theme-integration.php:266,
|
133 |
#: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
|
134 |
#: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
|
135 |
#: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
|
136 |
msgid "Facebook"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: framework/theme-integration.php:267
|
140 |
msgid "Twitter"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: framework/theme-integration.php:268
|
144 |
msgid "LinkedIn"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: framework/theme-integration.php:269
|
148 |
msgid "Dribbble"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: framework/theme-integration.php:270
|
152 |
msgid "Instagram"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: framework/theme-integration.php:271
|
156 |
msgid "Pinterest"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: framework/theme-integration.php:272
|
160 |
msgid "WordPress"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: framework/theme-integration.php:273
|
164 |
msgid "GitHub"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: framework/theme-integration.php:274,
|
168 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
|
169 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:81
|
170 |
msgid "Medium"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: framework/theme-integration.php:275
|
174 |
msgid "YouTube"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: framework/theme-integration.php:276
|
178 |
msgid "Vimeo"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: framework/theme-integration.php:277
|
182 |
msgid "VKontakte"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: framework/theme-integration.php:278
|
186 |
msgid "Odnoklassniki"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: framework/theme-integration.php:279
|
190 |
msgid "TikTok"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: framework/theme-integration.php:351
|
194 |
msgid "Companion"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: framework/theme-integration.php:367 static/js/screens/SiteExport.js:106
|
198 |
msgid "PRO"
|
199 |
msgstr ""
|
200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
#: framework/widgets-manager.php:75
|
202 |
msgid "Default widget name"
|
203 |
msgstr ""
|
210 |
msgid "Widget Title"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#. translators: %s: Link to the login page.
|
214 |
+
#: framework/features/account-auth.php:82
|
215 |
+
msgid ""
|
216 |
+
"Check your email for the confirmation link, then visit the <a href=\"%s"
|
217 |
+
"\">login page</a>."
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: framework/features/account-auth.php:94,
|
221 |
+
#: framework/features/account-auth.php:221
|
222 |
+
msgid "Check your email"
|
223 |
+
msgstr ""
|
224 |
+
|
225 |
+
#: framework/features/account-auth.php:188
|
226 |
+
msgid ""
|
227 |
+
"Your account was created successfully. Your login details have been sent to "
|
228 |
+
"your email address. Please visit the <a href=\"%s\">login page</a>."
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: framework/features/account-auth.php:197
|
232 |
+
msgid ""
|
233 |
+
"Your account was created successfully and a password has been sent to your "
|
234 |
+
"email address. Please visit the <a href=\"%s\">login page</a>."
|
235 |
+
msgstr ""
|
236 |
+
|
237 |
+
#: framework/features/account-auth.php:227
|
238 |
+
msgid "Registration Form"
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
+
#: framework/features/account-auth.php:228
|
242 |
+
msgid "Register For This Site"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
#: framework/features/conditions-manager.php:344
|
246 |
msgid "%s Single"
|
247 |
msgstr ""
|
577 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
|
578 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
|
579 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
|
580 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:52,
|
581 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:78,
|
582 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:105,
|
583 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:132,
|
584 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:159,
|
585 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:186,
|
586 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:213
|
587 |
msgid "Content"
|
588 |
msgstr ""
|
589 |
|
605 |
#: framework/extensions/cookies-consent/customizer.php:90,
|
606 |
#: framework/extensions/newsletter-subscribe/customizer.php:147,
|
607 |
#: framework/extensions/product-reviews/extension.php:337,
|
608 |
+
#: framework/extensions/trending/customizer.php:313,
|
609 |
+
#: framework/premium/extensions/mega-menu/options.php:516,
|
610 |
#: framework/premium/extensions/shortcuts/customizer.php:757,
|
611 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
|
612 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
|
613 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
|
614 |
+
#: framework/features/header/items/account/options.php:513,
|
615 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
|
616 |
#: framework/premium/features/content-blocks/options/popup.php:342,
|
617 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
|
618 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
|
619 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
|
620 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:340,
|
621 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:186,
|
622 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:371,
|
623 |
#: framework/premium/features/premium-header/items/search-input/options.php:178
|
625 |
msgstr ""
|
626 |
|
627 |
#: framework/extensions/cookies-consent/customizer.php:95,
|
628 |
+
#: framework/extensions/trending/customizer.php:328,
|
629 |
+
#: framework/premium/extensions/mega-menu/options.php:796,
|
630 |
#: framework/premium/extensions/shortcuts/customizer.php:773,
|
631 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
|
632 |
+
#: framework/features/header/items/account/options.php:824,
|
633 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
|
634 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
|
635 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
|
636 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
|
637 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:356,
|
638 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:385,
|
639 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:428,
|
640 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:468,
|
641 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:203,
|
642 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:232,
|
643 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:262,
|
655 |
#: framework/extensions/newsletter-subscribe/customizer.php:253,
|
656 |
#: framework/extensions/newsletter-subscribe/customizer.php:290,
|
657 |
#: framework/extensions/newsletter-subscribe/customizer.php:322,
|
658 |
+
#: framework/extensions/trending/customizer.php:346,
|
659 |
+
#: framework/premium/extensions/mega-menu/options.php:762,
|
660 |
+
#: framework/premium/extensions/mega-menu/options.php:809,
|
661 |
+
#: framework/premium/extensions/mega-menu/options.php:828,
|
662 |
#: framework/premium/extensions/shortcuts/customizer.php:791,
|
663 |
#: framework/premium/extensions/shortcuts/customizer.php:823,
|
664 |
#: framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
|
665 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
|
666 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
|
667 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
|
668 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
|
669 |
+
#: framework/features/header/items/account/options.php:577,
|
670 |
+
#: framework/features/header/items/account/options.php:609,
|
671 |
+
#: framework/features/header/items/account/options.php:639,
|
672 |
+
#: framework/features/header/items/account/options.php:721,
|
673 |
+
#: framework/features/header/items/account/options.php:752,
|
674 |
+
#: framework/features/header/items/account/options.php:781,
|
675 |
+
#: framework/features/header/items/account/options.php:842,
|
676 |
+
#: framework/features/header/items/account/options.php:872,
|
677 |
+
#: framework/features/header/items/account/options.php:902,
|
678 |
+
#: framework/features/header/items/account/options.php:938,
|
679 |
+
#: framework/features/header/items/account/options.php:1038,
|
680 |
+
#: framework/features/header/items/account/options.php:1074,
|
681 |
+
#: framework/features/header/items/account/options.php:1113,
|
682 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
|
683 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
|
684 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
|
685 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
|
686 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
|
687 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
|
688 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
|
693 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
|
694 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
|
695 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
|
696 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:573,
|
697 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:604,
|
698 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:634,
|
699 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:734,
|
700 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:773,
|
701 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:812,
|
702 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
|
703 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
|
704 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
|
728 |
#: framework/extensions/cookies-consent/customizer.php:147,
|
729 |
#: framework/extensions/newsletter-subscribe/customizer.php:196,
|
730 |
#: framework/extensions/newsletter-subscribe/customizer.php:327,
|
731 |
+
#: framework/extensions/trending/customizer.php:352,
|
732 |
+
#: framework/premium/extensions/mega-menu/options.php:767,
|
733 |
#: framework/premium/extensions/shortcuts/customizer.php:797,
|
734 |
#: framework/premium/extensions/shortcuts/customizer.php:829,
|
735 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
|
736 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
|
737 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
|
738 |
+
#: framework/features/header/items/account/options.php:583,
|
739 |
+
#: framework/features/header/items/account/options.php:614,
|
740 |
+
#: framework/features/header/items/account/options.php:644,
|
741 |
+
#: framework/features/header/items/account/options.php:727,
|
742 |
+
#: framework/features/header/items/account/options.php:757,
|
743 |
+
#: framework/features/header/items/account/options.php:786,
|
744 |
+
#: framework/features/header/items/account/options.php:848,
|
745 |
+
#: framework/features/header/items/account/options.php:1044,
|
746 |
+
#: framework/features/header/items/account/options.php:1080,
|
747 |
+
#: framework/features/header/items/account/options.php:1119,
|
748 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
|
749 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
|
750 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
|
751 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
|
752 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
|
753 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
|
754 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:578,
|
755 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:609,
|
756 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:639,
|
757 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:739,
|
758 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:778,
|
759 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:817,
|
760 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
|
761 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
|
762 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
|
772 |
msgstr ""
|
773 |
|
774 |
#: framework/extensions/cookies-consent/customizer.php:154,
|
775 |
+
#: framework/premium/extensions/mega-menu/options.php:816,
|
776 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
|
777 |
+
#: framework/features/header/items/account/options.php:1096,
|
778 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
|
779 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
|
780 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:412
|
781 |
msgid "Background Color"
|
854 |
#: framework/extensions/widgets/widgets/ct-posts/options.php:95,
|
855 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:15,
|
856 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:15,
|
857 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:45,
|
858 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:71,
|
859 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:98,
|
860 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:125,
|
861 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:152,
|
862 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:179,
|
863 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:206
|
864 |
msgid "Title"
|
865 |
msgstr ""
|
866 |
|
1025 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
|
1026 |
#: framework/features/header/items/account/options.php:229,
|
1027 |
#: framework/features/header/items/account/options.php:435,
|
1028 |
+
#: framework/features/header/items/account/options.php:1161,
|
1029 |
#: framework/premium/features/content-blocks/options/404.php:152,
|
1030 |
#: framework/premium/features/content-blocks/options/header.php:178,
|
1031 |
#: framework/premium/features/content-blocks/options/hook.php:337,
|
1056 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
|
1057 |
#: framework/features/header/items/account/options.php:230,
|
1058 |
#: framework/features/header/items/account/options.php:436,
|
1059 |
+
#: framework/features/header/items/account/options.php:1162,
|
1060 |
#: framework/premium/features/content-blocks/options/404.php:153,
|
1061 |
#: framework/premium/features/content-blocks/options/header.php:179,
|
1062 |
#: framework/premium/features/content-blocks/options/hook.php:338,
|
1064 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
|
1065 |
#: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
|
1066 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
|
1067 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:94
|
1068 |
msgid "Mobile"
|
1069 |
msgstr ""
|
1070 |
|
1077 |
msgstr ""
|
1078 |
|
1079 |
#: framework/extensions/newsletter-subscribe/customizer.php:204,
|
1080 |
+
#: framework/features/header/items/account/options.php:856,
|
1081 |
#: framework/premium/features/premium-header/items/search-input/options.php:184,
|
1082 |
#: framework/premium/features/premium-header/items/search-input/options.php:213,
|
1083 |
#: framework/premium/features/premium-header/items/search-input/options.php:245,
|
1088 |
#: framework/extensions/newsletter-subscribe/customizer.php:228,
|
1089 |
#: framework/extensions/newsletter-subscribe/customizer.php:259,
|
1090 |
#: framework/extensions/newsletter-subscribe/customizer.php:295,
|
1091 |
+
#: framework/features/header/items/account/options.php:878,
|
1092 |
+
#: framework/features/header/items/account/options.php:908,
|
1093 |
+
#: framework/features/header/items/account/options.php:944,
|
1094 |
#: framework/premium/features/premium-header/items/search-input/options.php:237,
|
1095 |
#: framework/premium/features/premium-header/items/search-input/options.php:268,
|
1096 |
#: framework/premium/features/premium-header/items/search-input/options.php:298,
|
1107 |
msgstr ""
|
1108 |
|
1109 |
#: framework/extensions/newsletter-subscribe/customizer.php:236,
|
1110 |
+
#: framework/features/header/items/account/options.php:886,
|
1111 |
#: framework/premium/features/premium-header/items/search-input/options.php:444,
|
1112 |
#: framework/premium/features/premium-header/items/search-input/options.php:473,
|
1113 |
#: framework/premium/features/premium-header/items/search-input/options.php:505,
|
1116 |
msgstr ""
|
1117 |
|
1118 |
#: framework/extensions/newsletter-subscribe/customizer.php:273,
|
1119 |
+
#: framework/features/header/items/account/options.php:922,
|
1120 |
#: framework/premium/features/premium-header/items/search-input/options.php:580,
|
1121 |
#: framework/premium/features/premium-header/items/search-input/options.php:608,
|
1122 |
#: framework/premium/features/premium-header/items/search-input/options.php:638,
|
1125 |
msgstr ""
|
1126 |
|
1127 |
#: framework/extensions/newsletter-subscribe/customizer.php:334,
|
1128 |
+
#: framework/extensions/trending/customizer.php:360,
|
1129 |
#: framework/premium/extensions/shortcuts/customizer.php:932
|
1130 |
msgid "Container Background"
|
1131 |
msgstr ""
|
1135 |
msgstr ""
|
1136 |
|
1137 |
#: framework/extensions/newsletter-subscribe/customizer.php:385,
|
1138 |
+
#: framework/extensions/trending/customizer.php:376
|
1139 |
msgid "Container Inner Spacing"
|
1140 |
msgstr ""
|
1141 |
|
1155 |
msgstr ""
|
1156 |
|
1157 |
#: framework/extensions/newsletter-subscribe/helpers.php:166,
|
1158 |
+
#: framework/features/header/modal/register.php:36,
|
1159 |
#: framework/premium/extensions/shortcuts/customizer.php:130,
|
1160 |
#: framework/premium/extensions/shortcuts/customizer.php:153,
|
1161 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
|
1162 |
#: framework/premium/extensions/shortcuts/views/bar.php:27,
|
1163 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:175
|
1164 |
msgid "Email"
|
1165 |
msgstr ""
|
1166 |
|
1237 |
#: framework/extensions/product-reviews/extension.php:359,
|
1238 |
#: framework/extensions/product-reviews/extension.php:387,
|
1239 |
#: framework/extensions/product-reviews/extension.php:408,
|
1240 |
+
#: framework/premium/extensions/mega-menu/options.php:772
|
1241 |
msgid "Active"
|
1242 |
msgstr ""
|
1243 |
|
1580 |
msgid "Container Visibility"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: framework/extensions/trending/customizer.php:319
|
1584 |
msgid "Posts Font"
|
1585 |
msgstr ""
|
1586 |
|
1591 |
"Posts are the choices available."
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: framework/features/header/account-modal.php:49,
|
1595 |
#: framework/features/header/items/account/options.php:481,
|
1596 |
#: framework/features/header/items/account/views/logout.php:3
|
1597 |
msgid "Login"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: framework/features/header/account-modal.php:53
|
1601 |
msgid "Sign Up"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: framework/features/header/account-modal.php:72
|
1605 |
msgid "Back to login"
|
1606 |
msgstr ""
|
1607 |
|
1704 |
#: framework/premium/features/content-blocks/options/hook.php:158,
|
1705 |
#: framework/premium/features/content-blocks/options/popup.php:162,
|
1706 |
#: framework/premium/features/content-blocks/options/popup.php:418,
|
1707 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:274
|
1708 |
msgid "None"
|
1709 |
msgstr ""
|
1710 |
|
1751 |
msgid "Content Blocks"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#: framework/premium/features/content-blocks.php:617,
|
1755 |
+
#: framework/premium/extensions/mega-menu/options.php:333
|
1756 |
msgid "Content Block"
|
1757 |
msgstr ""
|
1758 |
|
1789 |
msgid "Nothing found in Trash"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: framework/premium/features/premium-footer.php:14,
|
1793 |
+
#: framework/premium/features/premium-footer.php:28
|
1794 |
msgid "Footer Menu 1"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: framework/premium/features/premium-footer.php:29,
|
1798 |
#: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
|
1799 |
msgid "Footer Menu 2"
|
1800 |
msgstr ""
|
1803 |
msgid "Header Menu 3"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: framework/premium/features/premium-header.php:43
|
1807 |
+
msgid "Mobile Menu 1"
|
1808 |
+
msgstr ""
|
1809 |
+
|
1810 |
+
#: framework/premium/features/premium-header.php:44
|
1811 |
+
msgid "Mobile Menu 2"
|
1812 |
+
msgstr ""
|
1813 |
+
|
1814 |
+
#: framework/premium/features/premium-header.php:103
|
1815 |
msgid "Header Widget Area "
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: framework/premium/features/premium-header.php:159,
|
1819 |
+
#: framework/premium/extensions/mega-menu/options.php:422,
|
1820 |
#: framework/features/header/items/account/options.php:123,
|
1821 |
#: framework/features/header/items/account/options.php:348,
|
1822 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:445
|
1823 |
msgid "Icon"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: framework/premium/features/premium-header.php:173,
|
1827 |
+
#: framework/premium/extensions/mega-menu/options.php:436,
|
1828 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
|
1829 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:73,
|
1830 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:246
|
1831 |
msgid "Icons Size"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: framework/premium/features/premium-header.php:185,
|
1835 |
+
#: framework/premium/extensions/mega-menu/options.php:458
|
1836 |
msgid "Icon Position"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
+
#: framework/premium/features/premium-header.php:192,
|
1840 |
+
#: framework/premium/extensions/mega-menu/options.php:465,
|
1841 |
#: framework/premium/extensions/shortcuts/customizer.php:638,
|
1842 |
#: framework/features/header/items/account/options.php:259,
|
1843 |
#: framework/features/header/items/account/options.php:465,
|
1845 |
msgid "Left"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: framework/premium/features/premium-header.php:193,
|
1849 |
+
#: framework/premium/extensions/mega-menu/options.php:466,
|
1850 |
#: framework/premium/extensions/shortcuts/customizer.php:639,
|
1851 |
#: framework/features/header/items/account/options.php:260,
|
1852 |
#: framework/features/header/items/account/options.php:466,
|
1860 |
msgstr ""
|
1861 |
|
1862 |
#: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
|
1863 |
+
#: framework/premium/extensions/mega-menu/options.php:493,
|
1864 |
#: framework/premium/extensions/shortcuts/customizer.php:868,
|
1865 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
|
1866 |
#: framework/extensions/widgets/widgets/ct-quote/options.php:31,
|
1902 |
msgid "Email Address"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
+
#: framework/features/header/modal/login.php:22,
|
1906 |
+
#: framework/features/header/modal/register.php:42
|
1907 |
msgid "Password"
|
1908 |
msgstr ""
|
1909 |
|
1915 |
msgid "Forgot Password?"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
+
#: framework/features/header/modal/login.php:49
|
1919 |
msgid "Log In"
|
1920 |
msgstr ""
|
1921 |
|
1923 |
msgid "Username or Email Address"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
+
#: framework/features/header/modal/lostpassword.php:13
|
1927 |
msgid "Get New Password"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
+
#: framework/features/header/modal/register.php:30
|
1931 |
msgid "Username"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: framework/features/header/modal/register.php:58
|
1935 |
msgid "Registration confirmation will be emailed to you"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: framework/features/header/modal/register.php:63
|
1939 |
msgid "Register"
|
1940 |
msgstr ""
|
1941 |
|
2030 |
msgstr ""
|
2031 |
|
2032 |
#: framework/premium/extensions/mega-menu/options.php:16,
|
2033 |
+
#: framework/premium/extensions/mega-menu/options.php:530
|
2034 |
msgid "Mega Menu Settings"
|
2035 |
msgstr ""
|
2036 |
|
2076 |
msgid "Custom Text"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: framework/premium/extensions/mega-menu/options.php:394,
|
2080 |
+
#: framework/premium/extensions/mega-menu/options.php:710
|
|
|
|
|
|
|
|
|
2081 |
msgid "Item Label Settings"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
+
#: framework/premium/extensions/mega-menu/options.php:399
|
2085 |
msgid "Item Label"
|
2086 |
msgstr ""
|
2087 |
|
2088 |
+
#: framework/premium/extensions/mega-menu/options.php:407
|
2089 |
msgid "Enabled"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: framework/premium/extensions/mega-menu/options.php:408,
|
2093 |
#: framework/premium/features/content-blocks/options/404.php:104,
|
2094 |
#: framework/premium/features/content-blocks/options/header.php:108,
|
2095 |
#: framework/premium/features/content-blocks/options/hook.php:113
|
2096 |
msgid "Disabled"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
+
#: framework/premium/extensions/mega-menu/options.php:409
|
2100 |
msgid "Heading"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: framework/premium/extensions/mega-menu/options.php:415
|
2104 |
msgid "Label Link"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: framework/premium/extensions/mega-menu/options.php:481,
|
2108 |
+
#: framework/premium/extensions/mega-menu/options.php:792
|
2109 |
msgid "Menu Badge Settings"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: framework/premium/extensions/mega-menu/options.php:499,
|
2113 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
|
2114 |
msgid "Vertical Alignment"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: framework/premium/extensions/mega-menu/options.php:534,
|
2118 |
+
#: framework/premium/extensions/shortcuts/customizer.php:862,
|
2119 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
|
2120 |
+
#: framework/features/header/items/account/options.php:1015
|
2121 |
msgid "Background"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
+
#: framework/premium/extensions/mega-menu/options.php:548
|
2125 |
msgid "Link Color"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#: framework/premium/extensions/mega-menu/options.php:568,
|
2129 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
|
2130 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:414,
|
2131 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:456,
|
2132 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:496
|
2133 |
msgid "Link Initial"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
+
#: framework/premium/extensions/mega-menu/options.php:573
|
2137 |
msgid "Link Hover/Active"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
+
#: framework/premium/extensions/mega-menu/options.php:578
|
2141 |
msgid "Background Hover"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
+
#: framework/premium/extensions/mega-menu/options.php:585,
|
2145 |
+
#: framework/premium/extensions/mega-menu/options.php:719
|
2146 |
msgid "Heading Color"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: framework/premium/extensions/mega-menu/options.php:597,
|
2150 |
+
#: framework/premium/extensions/mega-menu/options.php:617,
|
2151 |
+
#: framework/premium/extensions/mega-menu/options.php:731
|
2152 |
msgid "Initial Color"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: framework/premium/extensions/mega-menu/options.php:605
|
2156 |
msgid "Text Color"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: framework/premium/extensions/mega-menu/options.php:624,
|
2160 |
#: framework/premium/extensions/shortcuts/customizer.php:879,
|
2161 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:432,
|
2162 |
#: framework/premium/features/premium-header/items/search-input/options.php:815
|
2163 |
msgid "Items Divider"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
+
#: framework/premium/extensions/mega-menu/options.php:639
|
2167 |
msgid "Columns Divider"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
+
#: framework/premium/extensions/mega-menu/options.php:654,
|
2171 |
#: framework/premium/features/premium-header/items/search-input/options.php:797
|
2172 |
msgid "Dropdown Shadow"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: framework/premium/extensions/mega-menu/options.php:686
|
2176 |
msgid "Column Settings"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: framework/premium/extensions/mega-menu/options.php:690
|
2180 |
msgid "Column Spacing"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: framework/premium/extensions/mega-menu/options.php:742,
|
2184 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
|
2185 |
+
#: framework/features/header/items/account/options.php:676,
|
2186 |
+
#: framework/features/header/items/account/options.php:704,
|
2187 |
+
#: framework/features/header/items/account/options.php:735,
|
2188 |
+
#: framework/features/header/items/account/options.php:764,
|
2189 |
+
#: framework/features/header/items/account/options.php:1021,
|
2190 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
|
2191 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
|
2192 |
+
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
|
2193 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
|
2194 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
|
2195 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
|
2295 |
#: framework/premium/extensions/shortcuts/customizer.php:551,
|
2296 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
|
2297 |
#: framework/premium/extensions/shortcuts/views/bar.php:26,
|
2298 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:66
|
2299 |
msgid "Phone"
|
2300 |
msgstr ""
|
2301 |
|
2386 |
|
2387 |
#: framework/premium/extensions/shortcuts/customizer.php:763,
|
2388 |
#: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
|
2389 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:346,
|
2390 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:192,
|
2391 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:376
|
2392 |
msgid "Font"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
#: framework/premium/extensions/shortcuts/customizer.php:805,
|
2396 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:526,
|
2397 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:555,
|
2398 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:586,
|
2399 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:616
|
2400 |
msgid "Icons Color"
|
2401 |
msgstr ""
|
2402 |
|
2499 |
msgid "Number of Columns"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:631
|
2503 |
msgid "Available Filters"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:709
|
2507 |
msgid "Quick view title before"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:714
|
2511 |
msgid "Quick view title after"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:719
|
2515 |
msgid "Quick view price before"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:724
|
2519 |
msgid "Quick view price after"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:729
|
2523 |
msgid "Quick view summary before"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: framework/premium/extensions/woocommerce-extra/extension.php:734
|
2527 |
msgid "Quick view summary after"
|
2528 |
msgstr ""
|
2529 |
|
2591 |
msgstr ""
|
2592 |
|
2593 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
|
2594 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:408,
|
2595 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:451,
|
2596 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:491
|
2597 |
msgid "Text Initial"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
|
2601 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:420,
|
2602 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:461,
|
2603 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:501
|
2604 |
msgid "Link Hover"
|
2605 |
msgstr ""
|
2606 |
|
2633 |
msgstr ""
|
2634 |
|
2635 |
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
|
2636 |
+
msgid "Panel Background"
|
2637 |
+
msgstr ""
|
2638 |
+
|
2639 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
|
2640 |
msgid "Panel Shadow"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
|
2644 |
+
#: framework/features/header/items/account/options.php:1004
|
2645 |
+
msgid "Close Button Type"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
|
2649 |
+
#: framework/features/header/items/account/options.php:1013
|
2650 |
+
msgid "Simple"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
|
2654 |
+
#: framework/features/header/items/account/options.php:1014
|
2655 |
+
msgid "Border"
|
2656 |
+
msgstr ""
|
2657 |
+
|
2658 |
+
#: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
|
2659 |
+
#: framework/features/header/items/account/options.php:1057
|
2660 |
+
msgid "Border Color"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
#: framework/premium/extensions/woocommerce-extra/readme.php:4
|
2880 |
msgstr ""
|
2881 |
|
2882 |
#: framework/premium/features/content-blocks/hooks-manager.php:267,
|
2883 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:457
|
2884 |
msgid "Before"
|
2885 |
msgstr ""
|
2886 |
|
2890 |
msgstr ""
|
2891 |
|
2892 |
#: framework/premium/features/content-blocks/hooks-manager.php:274,
|
2893 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:468
|
2894 |
msgid "After"
|
2895 |
msgstr ""
|
2896 |
|
3005 |
msgstr ""
|
3006 |
|
3007 |
#: framework/premium/features/content-blocks/hooks-manager.php:468
|
3008 |
+
msgid "Before shop loop item actions"
|
3009 |
+
msgstr ""
|
3010 |
+
|
3011 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:473
|
3012 |
+
msgid "After shop loop item actions"
|
3013 |
+
msgstr ""
|
3014 |
+
|
3015 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:478
|
3016 |
msgid "After shop loop"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:480
|
3020 |
msgid "WooCommerce Archive"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:485
|
3024 |
msgid "Before single product"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:503
|
3028 |
msgid "Product meta start"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:507
|
3032 |
msgid "Product meta end"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:511
|
3036 |
msgid "Share"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:515
|
3040 |
msgid "After single product"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:521
|
3044 |
msgid "Before single product excerpt"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:526
|
3048 |
msgid "After single product excerpt"
|
3049 |
msgstr ""
|
3050 |
|
3051 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:531
|
3052 |
msgid "Before single product tabs"
|
3053 |
msgstr ""
|
3054 |
|
3055 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:537
|
3056 |
msgid "After single product tabs"
|
3057 |
msgstr ""
|
3058 |
|
3059 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:541
|
3060 |
msgid "WooCommerce Product"
|
3061 |
msgstr ""
|
3062 |
|
3063 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:546
|
3064 |
msgid "Cart is empty"
|
3065 |
msgstr ""
|
3066 |
|
3067 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:550
|
3068 |
msgid "Before cart"
|
3069 |
msgstr ""
|
3070 |
|
3071 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:554
|
3072 |
msgid "Before cart table"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:558
|
3076 |
msgid "Before cart contents"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:562
|
3080 |
msgid "Cart contents"
|
3081 |
msgstr ""
|
3082 |
|
3083 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:566
|
3084 |
msgid "After cart contents"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:570
|
3088 |
msgid "Cart coupon"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:574
|
3092 |
msgid "Cart actions"
|
3093 |
msgstr ""
|
3094 |
|
3095 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:578
|
3096 |
msgid "After cart table"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:582
|
3100 |
msgid "Cart collaterals"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:586
|
3104 |
msgid "Before cart totals"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:590
|
3108 |
msgid "Cart totals before order total"
|
3109 |
msgstr ""
|
3110 |
|
3111 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:594
|
3112 |
msgid "Cart totals after order total"
|
3113 |
msgstr ""
|
3114 |
|
3115 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:598
|
3116 |
msgid "Proceed to checkout"
|
3117 |
msgstr ""
|
3118 |
|
3119 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:602
|
3120 |
msgid "After cart totals"
|
3121 |
msgstr ""
|
3122 |
|
3123 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:606
|
3124 |
msgid "After cart"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:611
|
3128 |
msgid "Before Mini Cart"
|
3129 |
msgstr ""
|
3130 |
|
3131 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:616
|
3132 |
msgid "Before Mini Cart Contents"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:621
|
3136 |
msgid "Mini Cart Contents"
|
3137 |
msgstr ""
|
3138 |
|
3139 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:626
|
3140 |
msgid "Widget Shopping Cart Before Buttons"
|
3141 |
msgstr ""
|
3142 |
|
3143 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:631
|
3144 |
msgid "Widget Shopping Cart After Buttons"
|
3145 |
msgstr ""
|
3146 |
|
3147 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:636
|
3148 |
msgid "After Mini Cart"
|
3149 |
msgstr ""
|
3150 |
|
3151 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:638
|
3152 |
msgid "WooCommerce Cart"
|
3153 |
msgstr ""
|
3154 |
|
3155 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:644
|
3156 |
msgid "Before checkout form"
|
3157 |
msgstr ""
|
3158 |
|
3159 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:648
|
3160 |
msgid "Before customer details"
|
3161 |
msgstr ""
|
3162 |
|
3163 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:652
|
3164 |
msgid "After customer details"
|
3165 |
msgstr ""
|
3166 |
|
3167 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:656
|
3168 |
msgid "Checkout billing"
|
3169 |
msgstr ""
|
3170 |
|
3171 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:660
|
3172 |
msgid "Before checkout billing form"
|
3173 |
msgstr ""
|
3174 |
|
3175 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:664
|
3176 |
msgid "After checkout billing form"
|
3177 |
msgstr ""
|
3178 |
|
3179 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:668
|
3180 |
msgid "Before order notes"
|
3181 |
msgstr ""
|
3182 |
|
3183 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:672
|
3184 |
msgid "After order notes"
|
3185 |
msgstr ""
|
3186 |
|
3187 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:676
|
3188 |
msgid "Checkout shipping"
|
3189 |
msgstr ""
|
3190 |
|
3191 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:680
|
3192 |
msgid "Checkout before order review"
|
3193 |
msgstr ""
|
3194 |
|
3195 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:684
|
3196 |
msgid "Checkout order review"
|
3197 |
msgstr ""
|
3198 |
|
3199 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:688
|
3200 |
msgid "Review order before cart contents"
|
3201 |
msgstr ""
|
3202 |
|
3203 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:692
|
3204 |
msgid "Review order after cart contents"
|
3205 |
msgstr ""
|
3206 |
|
3207 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:696
|
3208 |
msgid "Review order before order total"
|
3209 |
msgstr ""
|
3210 |
|
3211 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:700
|
3212 |
msgid "Review order after order total"
|
3213 |
msgstr ""
|
3214 |
|
3215 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:704
|
3216 |
msgid "Review order before payment"
|
3217 |
msgstr ""
|
3218 |
|
3219 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:708
|
3220 |
msgid "Review order before submit"
|
3221 |
msgstr ""
|
3222 |
|
3223 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:712
|
3224 |
msgid "Review order after submit"
|
3225 |
msgstr ""
|
3226 |
|
3227 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:716
|
3228 |
msgid "Review order after payment"
|
3229 |
msgstr ""
|
3230 |
|
3231 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:720
|
3232 |
msgid "Checkout after order review"
|
3233 |
msgstr ""
|
3234 |
|
3235 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:724
|
3236 |
msgid "After checkout form"
|
3237 |
msgstr ""
|
3238 |
|
3239 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:727
|
3240 |
msgid "WooCommerce Checkout"
|
3241 |
msgstr ""
|
3242 |
|
3243 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:733
|
3244 |
msgid "Before my account"
|
3245 |
msgstr ""
|
3246 |
|
3247 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:737
|
3248 |
msgid "Before account navigation"
|
3249 |
msgstr ""
|
3250 |
|
3251 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:741
|
3252 |
msgid "Account navigation"
|
3253 |
msgstr ""
|
3254 |
|
3255 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:745
|
3256 |
msgid "After account navigation"
|
3257 |
msgstr ""
|
3258 |
|
3259 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:749
|
3260 |
msgid "Account content"
|
3261 |
msgstr ""
|
3262 |
|
3263 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:753
|
3264 |
msgid "Account dashboard"
|
3265 |
msgstr ""
|
3266 |
|
3267 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:757
|
3268 |
msgid "After my account"
|
3269 |
msgstr ""
|
3270 |
|
3271 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:759,
|
3272 |
#: framework/features/header/items/account/options.php:17,
|
3273 |
#: framework/features/header/items/account/options.php:18
|
3274 |
msgid "WooCommerce Account"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:765
|
3278 |
msgid "WP footer"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:766,
|
3282 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:774,
|
3283 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:782
|
3284 |
msgid "Footer"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:773
|
3288 |
msgid "Footer before"
|
3289 |
msgstr ""
|
3290 |
|
3291 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:781
|
3292 |
msgid "Footer after"
|
3293 |
msgstr ""
|
3294 |
|
3295 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:796
|
3296 |
msgid "Custom Hook (%s)"
|
3297 |
msgstr ""
|
3298 |
|
3299 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:802,
|
3300 |
#: framework/premium/features/content-blocks/options/hook.php:197
|
3301 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:90
|
3302 |
msgid "After Block Number"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
+
#: framework/premium/features/content-blocks/hooks-manager.php:808,
|
3306 |
#: framework/premium/features/content-blocks/options/hook.php:214
|
3307 |
#: framework/premium/static/js/options/MultipleLocationsSelect.js:112
|
3308 |
msgid "Before Heading Number"
|
3372 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
|
3373 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
|
3374 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
|
3375 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:17,
|
3376 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:46,
|
3377 |
#: framework/premium/features/premium-header/items/contacts/view.php:22
|
3378 |
msgid "Address:"
|
3379 |
msgstr ""
|
3381 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
|
3382 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
|
3383 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
|
3384 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:24,
|
3385 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:72,
|
3386 |
#: framework/premium/features/premium-header/items/contacts/view.php:29
|
3387 |
msgid "Phone:"
|
3388 |
msgstr ""
|
3390 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
|
3391 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
|
3392 |
#: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
|
3393 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:32,
|
3394 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:99,
|
3395 |
#: framework/premium/features/premium-header/items/contacts/view.php:37
|
3396 |
msgid "Mobile:"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
|
3400 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:41
|
3401 |
msgid "Address"
|
3402 |
msgstr ""
|
3403 |
|
3408 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
|
3409 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
|
3410 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
|
3411 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:59,
|
3412 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:85,
|
3413 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:112,
|
3414 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:139,
|
3415 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:166,
|
3416 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:193,
|
3417 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:220
|
3418 |
msgid "Link (optional)"
|
3419 |
msgstr ""
|
3420 |
|
3421 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
|
3422 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:121
|
3423 |
msgid "Work Hours"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
|
3427 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:126
|
3428 |
msgid "Opening hours"
|
3429 |
msgstr ""
|
3430 |
|
3431 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
|
3432 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:148
|
3433 |
msgid "Fax"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
|
3437 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:153
|
3438 |
msgid "Fax:"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
|
3442 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:180
|
3443 |
msgid "Email:"
|
3444 |
msgstr ""
|
3445 |
|
3446 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
|
3447 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:202
|
3448 |
msgid "Website"
|
3449 |
msgstr ""
|
3450 |
|
3451 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
|
3452 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:207
|
3453 |
msgid "Website:"
|
3454 |
msgstr ""
|
3455 |
|
3465 |
|
3466 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
|
3467 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:87,
|
3468 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:267
|
3469 |
msgid "Icons Shape Type"
|
3470 |
msgstr ""
|
3471 |
|
3472 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
|
3473 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:95,
|
3474 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:275
|
3475 |
msgid "Rounded"
|
3476 |
msgstr ""
|
3477 |
|
3478 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
|
3479 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:96,
|
3480 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:276
|
3481 |
msgid "Square"
|
3482 |
msgstr ""
|
3483 |
|
3484 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
|
3485 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:106,
|
3486 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:287
|
3487 |
msgid "Shape Fill Type"
|
3488 |
msgstr ""
|
3489 |
|
3490 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
|
3491 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:113,
|
3492 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:294
|
3493 |
msgid "Solid"
|
3494 |
msgstr ""
|
3495 |
|
3496 |
#: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
|
3497 |
#: framework/extensions/widgets/widgets/ct-socials/options.php:114,
|
3498 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:295
|
3499 |
msgid "Outline"
|
3500 |
msgstr ""
|
3501 |
|
3779 |
msgid "My Account"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: framework/features/header/items/account/options.php:491
|
3783 |
+
msgid "User Visibility"
|
3784 |
+
msgstr ""
|
3785 |
+
|
3786 |
+
#: framework/features/header/items/account/options.php:501
|
3787 |
+
msgid "Logged In"
|
3788 |
+
msgstr ""
|
3789 |
+
|
3790 |
+
#: framework/features/header/items/account/options.php:502
|
3791 |
+
msgid "Logged Out"
|
3792 |
+
msgstr ""
|
3793 |
+
|
3794 |
+
#: framework/features/header/items/account/options.php:519,
|
3795 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
|
3796 |
msgid "Label Font"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
+
#: framework/features/header/items/account/options.php:530,
|
3800 |
+
#: framework/features/header/items/account/options.php:559,
|
3801 |
+
#: framework/features/header/items/account/options.php:591,
|
3802 |
+
#: framework/features/header/items/account/options.php:621
|
3803 |
msgid "Label Color"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
+
#: framework/features/header/items/account/options.php:535,
|
3807 |
+
#: framework/features/header/items/account/options.php:681,
|
3808 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
|
3809 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
|
3810 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:361,
|
3811 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:531,
|
3812 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:678,
|
3813 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
|
3814 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:208,
|
3815 |
#: framework/premium/features/premium-header/items/search-input/options.php:189,
|
3819 |
msgid "Default State"
|
3820 |
msgstr ""
|
3821 |
|
3822 |
+
#: framework/features/header/items/account/options.php:540,
|
3823 |
+
#: framework/features/header/items/account/options.php:686,
|
3824 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
|
3825 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
|
3826 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:366,
|
3827 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:536,
|
3828 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:686,
|
3829 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
|
3830 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:213,
|
3831 |
#: framework/premium/features/premium-header/items/search-input/options.php:194,
|
3835 |
msgid "Transparent State"
|
3836 |
msgstr ""
|
3837 |
|
3838 |
+
#: framework/features/header/items/account/options.php:549,
|
3839 |
+
#: framework/features/header/items/account/options.php:695,
|
3840 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
|
3841 |
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
|
3842 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:375,
|
3843 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:545,
|
3844 |
+
#: framework/premium/features/premium-header/items/contacts/options.php:696,
|
3845 |
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
|
3846 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:222,
|
3847 |
#: framework/premium/features/premium-header/items/search-input/options.php:203,
|
3851 |
msgid "Sticky State"
|
3852 |
msgstr ""
|
3853 |
|
3854 |
+
#: framework/features/header/items/account/options.php:801
|
3855 |
msgid "Item Margin"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
+
#: framework/features/header/items/account/options.php:820
|
3859 |
msgid "Modal Options"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
+
#: framework/features/header/items/account/options.php:955
|
|
|
|
|
|
|
|
|
3863 |
msgid "Modal Background"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
+
#: framework/features/header/items/account/options.php:970
|
3867 |
msgid "Modal Backdrop"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
+
#: framework/features/header/items/account/options.php:985
|
3871 |
+
msgid "Modal Shadow"
|
3872 |
+
msgstr ""
|
3873 |
+
|
3874 |
+
#: framework/features/header/items/account/options.php:1150
|
3875 |
msgid "Element Visibility"
|
3876 |
msgstr ""
|
3877 |
|
3884 |
msgid "Account header icon"
|
3885 |
msgstr ""
|
3886 |
|
3887 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:407
|
3888 |
msgid "You have no %s fields declared for this custom post type."
|
3889 |
msgstr ""
|
3890 |
|
3891 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:419,
|
3892 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:858,
|
3893 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:869
|
3894 |
msgid "Field"
|
3895 |
msgstr ""
|
3896 |
|
3897 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:431,
|
3898 |
#: framework/premium/features/premium-header/items/language-switcher/options.php:60
|
3899 |
msgid "Label"
|
3900 |
msgstr ""
|
3901 |
|
3902 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:480
|
3903 |
msgid "Fallback"
|
3904 |
msgstr ""
|
3905 |
|
3906 |
+
#: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:492
|
3907 |
msgid "%s Field"
|
3908 |
msgstr ""
|
3909 |