Version Description
Download this release
Release Info
Developer | creativethemeshq |
Plugin | Blocksy Companion |
Version | 1.8.29 |
Comparing to | |
See all releases |
Code changes from version 1.8.27 to 1.8.29
- blocksy-companion.php +1 -1
- framework/extensions/cookies-consent/config.php +3 -2
- framework/extensions/cookies-consent/customizer.php +2 -1
- framework/extensions/cookies-consent/static/bundle/main.min.css +1 -1
- framework/extensions/newsletter-subscribe/config.php +3 -3
- framework/extensions/newsletter-subscribe/static/bundle/main.min.css +1 -1
- framework/extensions/product-reviews/config.php +3 -7
- 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/config.php +3 -2
- framework/extensions/trending/customizer.php +2 -1
- framework/extensions/trending/static/bundle/main.min.css +1 -1
- framework/extensions/widgets/config.php +3 -2
- framework/extensions/widgets/static/bundle/main.min.css +1 -1
- framework/helpers/helpers.php +1 -1
- framework/theme-integration.php +4 -2
- languages/blocksy-companion-ar.po +4596 -2353
- languages/blocksy-companion-es_ES.mo +0 -0
- languages/blocksy-companion-es_ES.po +4733 -2494
- languages/blocksy-companion-es_MX.mo +0 -0
- languages/blocksy-companion-es_MX.po +1048 -363
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.
|
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.29
|
7 |
Author: CreativeThemes
|
8 |
Author URI: https://creativethemes.com
|
9 |
Text Domain: blocksy-companion
|
framework/extensions/cookies-consent/config.php
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
-
|
|
|
5 |
'description' => __('Display a cookie acceptance box in order to comply with the privacy regulations in your country.', 'blocksy-companion')
|
6 |
-
];
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
+
// translators: This is a brand name. Preferably to not be translated
|
5 |
+
'name' => _x('Cookies Consent', 'Extension Brand Name', 'blocksy-companion'),
|
6 |
'description' => __('Display a cookie acceptance box in order to comply with the privacy regulations in your country.', 'blocksy-companion')
|
7 |
+
];
|
framework/extensions/cookies-consent/customizer.php
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
<?php
|
2 |
|
3 |
$options = [
|
4 |
-
|
|
|
5 |
'container' => [ 'priority' => 8 ],
|
6 |
'options' => [
|
7 |
|
1 |
<?php
|
2 |
|
3 |
$options = [
|
4 |
+
// translators: This is a brand name. Preferably to not be translated
|
5 |
+
'title' => _x('Cookies Consent', 'Extension Brand Name', 'blocksy-companion'),
|
6 |
'container' => [ 'priority' => 8 ],
|
7 |
'options' => [
|
8 |
|
framework/extensions/cookies-consent/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.29
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
framework/extensions/newsletter-subscribe/config.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
-
|
|
|
5 |
'description' => __('Easily capture new leads for your newsletter with the help of a widget, shortcode or even a block inserted on your pages or posts.', 'blocksy-companion')
|
6 |
-
];
|
7 |
-
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
+
// translators: This is a brand name. Preferably to not be translated
|
5 |
+
'name' => _x('Newsletter Subscribe', 'Extension Brand Name', 'blocksy-companion'),
|
6 |
'description' => __('Easily capture new leads for your newsletter with the help of a widget, shortcode or even a block inserted on your pages or posts.', 'blocksy-companion')
|
7 |
+
];
|
|
framework/extensions/newsletter-subscribe/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.29
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
framework/extensions/product-reviews/config.php
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
-
|
|
|
5 |
'description' => __('This extension lets you easily create an affiliate marketing type of website by giving you options to create a personalized product review and use your affiliate links to direct your readers to the purchase page.', 'blocksy-companion'),
|
6 |
'require_refresh' => true
|
7 |
-
|
8 |
-
// 'hidden' => true
|
9 |
-
];
|
10 |
-
|
11 |
-
|
12 |
-
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
+
// translators: This is a brand name. Preferably to not be translated
|
5 |
+
'name' => _x('Product Reviews', 'Extension Brand Name', 'blocksy-companion'),
|
6 |
'description' => __('This extension lets you easily create an affiliate marketing type of website by giving you options to create a personalized product review and use your affiliate links to direct your readers to the purchase page.', 'blocksy-companion'),
|
7 |
'require_refresh' => true
|
8 |
+
];
|
|
|
|
|
|
|
|
|
|
framework/extensions/product-reviews/static/bundle/main-admin.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.29
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
framework/extensions/product-reviews/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.29
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
framework/extensions/trending/config.php
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
-
|
|
|
5 |
'description' => __('Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time.', 'blocksy-companion')
|
6 |
-
];
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
+
// translators: This is a brand name. Preferably to not be translated
|
5 |
+
'name' => _x('Trending Posts', 'Extension Brand Name', 'blocksy-companion'),
|
6 |
'description' => __('Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time.', 'blocksy-companion')
|
7 |
+
];
|
framework/extensions/trending/customizer.php
CHANGED
@@ -93,7 +93,8 @@ foreach ($all_post_types as $custom_post_type => $label) {
|
|
93 |
}
|
94 |
|
95 |
$options = [
|
96 |
-
|
|
|
97 |
'container' => [ 'priority' => 8 ],
|
98 |
'options' => [
|
99 |
'trending_posts_section_options' => [
|
93 |
}
|
94 |
|
95 |
$options = [
|
96 |
+
// translators: This is a brand name. Preferably to not be translated
|
97 |
+
'title' => _x('Trending Posts', 'Extension Brand Name', 'blocksy-companion'),
|
98 |
'container' => [ 'priority' => 8 ],
|
99 |
'options' => [
|
100 |
'trending_posts_section_options' => [
|
framework/extensions/trending/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.29
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
framework/extensions/widgets/config.php
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
-
|
|
|
5 |
'description' => __('Add new handcrafted widgets to your sidebars! Social Network Icons, Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent Posts are the choices available.', 'blocksy-companion')
|
6 |
-
];
|
1 |
<?php
|
2 |
|
3 |
$config = [
|
4 |
+
// translators: This is a brand name. Preferably to not be translated
|
5 |
+
'name' => _x('Widgets', 'Extension Brand Name', 'blocksy-companion'),
|
6 |
'description' => __('Add new handcrafted widgets to your sidebars! Social Network Icons, Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent Posts are the choices available.', 'blocksy-companion')
|
7 |
+
];
|
framework/extensions/widgets/static/bundle/main.min.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/**
|
2 |
-
* - v1.8.
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
1 |
/**
|
2 |
+
* - v1.8.29
|
3 |
*
|
4 |
* Copyright (c) 2022
|
5 |
* Licensed GPLv2+
|
framework/helpers/helpers.php
CHANGED
@@ -24,7 +24,7 @@ if (! function_exists('blc_load_xml_file')) {
|
|
24 |
function blc_load_xml_file($url, $useragent = '') {
|
25 |
set_time_limit(300);
|
26 |
|
27 |
-
if (ini_get('allow_url_fopen')
|
28 |
$context_options = [
|
29 |
"ssl" => [
|
30 |
"verify_peer"=>false,
|
24 |
function blc_load_xml_file($url, $useragent = '') {
|
25 |
set_time_limit(300);
|
26 |
|
27 |
+
if (ini_get('allow_url_fopen') && ini_get('allow_url_fopen') !== 'Off') {
|
28 |
$context_options = [
|
29 |
"ssl" => [
|
30 |
"verify_peer"=>false,
|
framework/theme-integration.php
CHANGED
@@ -235,14 +235,16 @@ class ThemeIntegration {
|
|
235 |
}
|
236 |
}
|
237 |
|
238 |
-
|
|
|
|
|
239 |
$query_args['post_type'] = array_diff(
|
240 |
get_post_types(['public' => true]),
|
241 |
['post', 'page', 'attachment', 'ct_content_block']
|
242 |
);
|
243 |
}
|
244 |
|
245 |
-
if (strpos($
|
246 |
$query_args['post_type'] = array_diff(
|
247 |
get_post_types(['public' => true]),
|
248 |
['product', 'attachment', 'ct_content_block']
|
235 |
}
|
236 |
}
|
237 |
|
238 |
+
$initial_query_args_post_type = $query_args['post_type'];
|
239 |
+
|
240 |
+
if (strpos($initial_query_args_post_type, 'ct_cpt') !== false) {
|
241 |
$query_args['post_type'] = array_diff(
|
242 |
get_post_types(['public' => true]),
|
243 |
['post', 'page', 'attachment', 'ct_content_block']
|
244 |
);
|
245 |
}
|
246 |
|
247 |
+
if (strpos($initial_query_args_post_type, 'ct_all_posts') !== false) {
|
248 |
$query_args['post_type'] = array_diff(
|
249 |
get_post_types(['public' => true]),
|
250 |
['product', 'attachment', 'ct_content_block']
|
languages/blocksy-companion-ar.po
CHANGED
@@ -11,6 +11,577 @@ msgstr ""
|
|
11 |
"Language: ar\n"
|
12 |
"Project-Id-Version: Blocksy Companion Pro\n"
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
#: framework/premium/static/js/header/CreateHeader.js:117
|
15 |
msgid "Picker header"
|
16 |
msgstr ""
|
@@ -36,63 +607,55 @@ msgstr ""
|
|
36 |
msgid "Header name"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: framework/premium/static/js/hooks/CodeEditor.js:
|
40 |
msgid "Yes, continue"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: framework/premium/static/js/hooks/CodeEditor.js:
|
44 |
msgid "Use code editor"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: framework/premium/static/js/hooks/CodeEditor.js:
|
48 |
msgid "Exit code editor"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: framework/premium/static/js/hooks/CodeEditor.js:
|
52 |
msgid "Heads up!"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: framework/premium/static/js/hooks/CodeEditor.js:
|
56 |
msgid "Enabling & disabling the code editor will erase everything from your post editor and this action is irreversible."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: framework/premium/static/js/hooks/CodeEditor.js:
|
60 |
msgid "Are you sure you want to continue?"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: framework/premium/static/js/hooks/CreateHook.js:
|
64 |
-
msgid "Content Block Name"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: framework/premium/static/js/hooks/CreateHook.js:131
|
68 |
msgid "Create Content Block"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: framework/premium/static/js/hooks/CreateHook.js:
|
72 |
msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: framework/premium/static/js/hooks/CreateHook.js:
|
76 |
msgid "Select template type..."
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: framework/premium/static/js/hooks/CreateHook.js:
|
80 |
msgid "Custom Content/Hooks"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: framework/premium/static/js/hooks/CreateHook.js:
|
84 |
-
msgid "Popup Template"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: framework/premium/static/js/hooks/CreateHook.js:82
|
88 |
msgid "404 Page Template"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: framework/premium/static/js/hooks/CreateHook.js:
|
92 |
msgid "Header Template"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: framework/premium/static/js/hooks/CreateHook.js:
|
96 |
msgid "Footer Template"
|
97 |
msgstr ""
|
98 |
|
@@ -132,31 +695,6 @@ msgstr ""
|
|
132 |
msgid "Select location"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: framework/premium/static/js/typography/providers/kadence.js:15
|
136 |
-
#: framework/premium/static/js/typography/providers/plus-addons.js:18
|
137 |
-
#: framework/premium/static/js/typography/providers/stackable.js:18
|
138 |
-
msgid "Blocksy Local Google Fonts"
|
139 |
-
msgstr ""
|
140 |
-
|
141 |
-
#: framework/premium/static/js/typography/providers/kadence.js:19
|
142 |
-
#: framework/premium/static/js/typography/providers/plus-addons.js:22
|
143 |
-
#: framework/premium/static/js/typography/providers/stackable.js:22
|
144 |
-
msgid "Blocksy Typekit"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: framework/premium/static/js/typography/providers/kadence.js:20
|
148 |
-
#: framework/premium/static/js/typography/providers/stackable.js:23
|
149 |
-
msgid "Blocksy Custom Fonts"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: framework/premium/static/js/typography/providers/plus-addons.js:23
|
153 |
-
msgid "Blocksy Custom"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: framework/premium/static/js/typography/providers/plus-addons.js:24
|
157 |
-
msgid "Blocksy System"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
#: static/js/dashboard.js:30
|
161 |
msgid "Starter Sites"
|
162 |
msgstr "قوالب مواقع جاهزة"
|
@@ -165,12 +703,12 @@ msgstr "قوالب مواقع جاهزة"
|
|
165 |
msgid "Extensions"
|
166 |
msgstr "الملحقات"
|
167 |
|
168 |
-
#: static/js/header/EditConditions.js:
|
169 |
-
#: static/js/options/DisplayCondition.js:
|
170 |
msgid "Save Conditions"
|
171 |
msgstr "حفظ الشروط"
|
172 |
|
173 |
-
#: static/js/header/EditConditions.js:
|
174 |
msgid "Add one or more conditions in order to display your header."
|
175 |
msgstr "أضف شرطاً أو أكثر لعرض الترويسة."
|
176 |
|
@@ -214,46 +752,48 @@ msgstr ""
|
|
214 |
msgid "Upgrade to the Pro version and get instant access to all premium extensions, features and future updates."
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: static/js/options/ConditionsManager.js:
|
218 |
msgid "Select rule"
|
219 |
msgstr "تحديد قاعدة"
|
220 |
|
221 |
-
#: static/js/options/ConditionsManager.js:
|
222 |
msgid "Select taxonomy"
|
223 |
msgstr "تحديد فئة"
|
224 |
|
225 |
-
#: static/js/options/ConditionsManager.js:
|
226 |
msgid "Select language"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: static/js/options/ConditionsManager.js:
|
230 |
msgid "Select user"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: static/js/options/ConditionsManager.js:
|
234 |
msgid "Current user"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: static/js/options/ConditionsManager.js:
|
238 |
msgid "Add Display Condition"
|
239 |
msgstr "إضافة شرط للعرض"
|
240 |
|
241 |
-
#: static/js/options/ConditionsManager.js:
|
242 |
msgid "Add User Condition"
|
243 |
msgstr "إضافة شرط للمستخدم"
|
244 |
|
245 |
-
#: static/js/options/ConditionsManager.js:
|
246 |
msgid "Include"
|
247 |
msgstr "تضمين"
|
248 |
|
249 |
-
#: static/js/options/ConditionsManager.js:
|
250 |
msgid "Exclude"
|
251 |
msgstr "استثناء"
|
252 |
|
|
|
253 |
#: static/js/options/ConditionsManager/PostIdPicker.js:67
|
254 |
msgid "Type to search by ID or title..."
|
255 |
msgstr ""
|
256 |
|
|
|
257 |
#: static/js/options/ConditionsManager/PostIdPicker.js:73
|
258 |
msgid "Select post"
|
259 |
msgstr "تحديد مقالة"
|
@@ -262,87 +802,87 @@ msgstr "تحديد مقالة"
|
|
262 |
msgid "Select page"
|
263 |
msgstr "تحديد صفحة"
|
264 |
|
265 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
266 |
msgid "Import Options"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
270 |
msgid "Easily import the theme customizer settings."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
274 |
msgid "Click or drop to upload a file..."
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
278 |
msgid "Import Customizations"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
282 |
msgid "Copy Options"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
286 |
msgid "Copy and import your customizations from parent or child theme."
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
290 |
msgid "Copy From Parent Theme"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
294 |
msgid "Copy From Child Theme"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
298 |
msgid "You are about to copy all the settings from your parent theme into the child theme. Are you sure you want to continue?"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
302 |
msgid "You are about to copy all the settings from your child theme into the parent theme. Are you sure you want to continue?"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
306 |
msgid "Yes, I am sure"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
310 |
msgid "Export Settings"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
314 |
msgid "Choose what set of settings you want to export."
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
318 |
msgid "Customizer settings"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
322 |
msgid "Widgets settings"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
326 |
msgid "Export"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
330 |
msgid "Export Options"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
334 |
msgid "Easily export the theme customizer settings."
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: static/js/options/CustomizerOptionsManager.js:
|
338 |
msgid "Export Customizations"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: static/js/options/DisplayCondition.js:
|
342 |
msgid "Transparent Header Display Conditions"
|
343 |
msgstr "شروط عرض الترويسة الشفافة"
|
344 |
|
345 |
-
#: static/js/options/DisplayCondition.js:
|
346 |
msgid "Add one or more conditions to display the transparent header."
|
347 |
msgstr "أضف شرطاً أو أكثر لعرض الترويسة الشفافة."
|
348 |
|
@@ -599,23 +1139,23 @@ msgstr ""
|
|
599 |
msgid "This starter site can be imported and used with one of these page builders. Please select your prefered one in order to continue."
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: static/js/screens/DemoInstall/Wizzard/Plugins.js:
|
603 |
msgid "Install & Activate Plugins"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: static/js/screens/DemoInstall/Wizzard/Plugins.js:
|
607 |
msgid "The following plugins are required for this starter site in order to work properly."
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: static/js/screens/Extensions.js:
|
611 |
msgid "Loading Extensions Status..."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: static/js/screens/Extensions.js:
|
615 |
msgid "Free Extensions"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: static/js/screens/Extensions.js:
|
619 |
msgid "Pro Extensions"
|
620 |
msgstr ""
|
621 |
|
@@ -651,3420 +1191,4407 @@ msgstr ""
|
|
651 |
msgid "Preview URL"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: framework/
|
655 |
-
|
|
|
|
|
|
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: framework/
|
659 |
-
#: framework/
|
660 |
-
msgid "
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: framework/
|
664 |
-
|
|
|
665 |
msgstr ""
|
666 |
|
667 |
-
|
668 |
-
|
669 |
-
|
|
|
|
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: framework/
|
673 |
-
#: framework/
|
674 |
-
|
|
|
|
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: framework/
|
678 |
-
|
|
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: framework/
|
682 |
-
|
|
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: framework/
|
686 |
-
|
|
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: framework/
|
690 |
-
|
|
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: framework/
|
694 |
-
|
|
|
|
|
|
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: framework/
|
698 |
-
|
|
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: framework/
|
702 |
-
|
|
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: framework/
|
706 |
-
|
|
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: framework/
|
710 |
-
#: framework/
|
711 |
-
msgid "
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: framework/
|
715 |
-
|
|
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: framework/
|
719 |
-
|
|
|
|
|
|
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: framework/
|
723 |
-
#: framework/
|
724 |
-
|
725 |
-
#: framework/premium/features/content-blocks/options/hook.php:113
|
726 |
-
msgid "Disabled"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: framework/
|
730 |
-
|
|
|
731 |
msgstr ""
|
732 |
|
733 |
-
|
734 |
-
|
|
|
|
|
|
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: framework/
|
738 |
-
#: framework/
|
739 |
-
|
|
|
|
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: framework/
|
743 |
-
#: framework/
|
744 |
-
|
|
|
|
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: framework/
|
748 |
-
#: framework/
|
749 |
-
msgid "
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: framework/
|
753 |
-
|
|
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: framework/
|
757 |
-
#: framework/
|
758 |
-
#: framework/
|
759 |
-
#: framework/
|
760 |
-
|
761 |
-
msgid "Link Initial"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: framework/
|
765 |
-
|
|
|
|
|
|
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: framework/
|
769 |
-
|
|
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: framework/
|
773 |
-
#: framework/
|
774 |
-
|
|
|
|
|
|
|
|
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: framework/
|
778 |
-
#: framework/
|
779 |
-
#: framework/
|
780 |
-
|
|
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: framework/
|
784 |
-
|
|
|
|
|
|
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: framework/
|
788 |
-
#: framework/
|
789 |
-
#: framework/
|
790 |
-
#: framework/
|
791 |
-
|
|
|
|
|
|
|
|
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: framework/
|
795 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: framework/
|
799 |
-
#: framework/
|
800 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: framework/
|
804 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: framework/
|
808 |
-
|
|
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: framework/
|
812 |
-
#: framework/features/header/items/account/options.php:
|
813 |
-
|
814 |
-
#: framework/features/header/items/account/options.php:719,
|
815 |
-
#: framework/features/header/items/account/options.php:748,
|
816 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:135,
|
817 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:212,
|
818 |
-
#: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:288,
|
819 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
|
820 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
|
821 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
|
822 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:361,
|
823 |
-
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
|
824 |
-
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
|
825 |
-
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
|
826 |
-
#: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
|
827 |
-
msgid "Icon Color"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: framework/
|
831 |
-
|
|
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: framework/
|
835 |
-
|
|
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: framework/
|
839 |
-
|
|
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: framework/
|
843 |
-
|
|
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: framework/premium/extensions/post-types-extra/
|
847 |
-
|
|
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: framework/premium/extensions/post-types-extra/
|
851 |
-
|
|
|
|
|
|
|
|
|
|
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: framework/premium/extensions/post-types-extra/
|
855 |
-
|
|
|
|
|
|
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: framework/premium/extensions/post-types-extra/
|
859 |
-
|
|
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: framework/premium/extensions/post-types-extra/
|
863 |
-
|
|
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: framework/premium/extensions/post-types-extra/
|
867 |
-
|
|
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: framework/premium/extensions/post-types-extra/
|
871 |
-
|
|
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: framework/premium/extensions/post-types-extra/
|
875 |
-
|
|
|
|
|
|
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: framework/premium/extensions/post-types-extra/
|
879 |
-
msgid "
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: framework/premium/extensions/post-types-extra/
|
883 |
-
msgid "
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: framework/premium/extensions/post-types-extra/
|
887 |
-
|
|
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: framework/premium/extensions/post-types-extra/
|
891 |
-
|
|
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: framework/premium/extensions/
|
895 |
-
|
|
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: framework/premium/extensions/shortcuts/
|
899 |
-
#: framework/premium/extensions/
|
900 |
-
#: framework/premium/extensions/shortcuts/
|
901 |
-
#: framework/premium/extensions/
|
902 |
-
msgid "
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: framework/premium/extensions/
|
906 |
-
#: framework/premium/extensions/
|
907 |
-
#: framework/premium/extensions/
|
908 |
-
#: framework/extensions/
|
909 |
-
|
910 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:69
|
911 |
-
msgid "Phone"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: framework/premium/extensions/
|
915 |
-
#: framework/premium/extensions/
|
916 |
-
|
917 |
-
msgid "Scroll Top"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: framework/premium/extensions/
|
921 |
-
#: framework/premium/extensions/
|
922 |
-
|
923 |
-
msgid "Cart"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: framework/premium/extensions/
|
927 |
-
#: framework/premium/extensions/
|
928 |
-
msgid "
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: framework/premium/extensions/
|
932 |
-
#: framework/premium/extensions/
|
933 |
-
|
934 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
|
935 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
|
936 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
|
937 |
-
msgid "Wishlist"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: framework/premium/extensions/
|
941 |
-
|
|
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: framework/premium/extensions/
|
945 |
-
#: framework/
|
946 |
-
|
947 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
|
948 |
-
msgid "Label Visibility"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: framework/premium/extensions/
|
952 |
-
#: framework/
|
953 |
-
|
954 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
|
955 |
-
msgid "Label Position"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: framework/premium/extensions/
|
959 |
-
#: framework/premium/extensions/woocommerce-extra/
|
960 |
-
|
961 |
-
#: framework/features/header/items/account/options.php:261,
|
962 |
-
#: framework/features/header/items/account/options.php:467,
|
963 |
-
#: framework/premium/features/content-blocks/options/hook.php:307,
|
964 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
|
965 |
-
msgid "Bottom"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: framework/premium/extensions/
|
969 |
-
#: framework/
|
970 |
-
|
971 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
|
972 |
-
msgid "Icon Size"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: framework/premium/extensions/
|
976 |
-
|
|
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: framework/premium/extensions/
|
980 |
-
|
|
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: framework/premium/extensions/
|
984 |
-
|
|
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: framework/premium/extensions/
|
988 |
-
|
|
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: framework/premium/extensions/
|
992 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: framework/premium/extensions/
|
996 |
-
|
|
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: framework/premium/extensions/
|
1000 |
-
#: framework/premium/extensions/
|
1001 |
-
|
1002 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:192,
|
1003 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:376
|
1004 |
-
msgid "Font"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: framework/premium/extensions/
|
1008 |
-
#: framework/premium/
|
1009 |
-
|
1010 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:589,
|
1011 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:619
|
1012 |
-
msgid "Icons Color"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: framework/premium/extensions/
|
1016 |
-
|
|
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: framework/premium/extensions/
|
1020 |
-
|
|
|
|
|
|
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: framework/premium/extensions/
|
1024 |
-
#: framework/premium/extensions/woocommerce-extra/
|
1025 |
-
|
1026 |
-
#: framework/premium/features/premium-header/items/language-switcher/options.php:446
|
1027 |
-
msgid "Shadow"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
-
#: framework/premium/
|
1031 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: framework/premium/
|
1035 |
-
|
|
|
|
|
|
|
|
|
|
|
1036 |
msgstr ""
|
1037 |
|
1038 |
-
#: framework/premium/
|
1039 |
-
#: framework/premium/
|
1040 |
-
|
|
|
|
|
|
|
|
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: framework/premium/
|
1044 |
-
|
|
|
|
|
|
|
|
|
|
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: framework/premium/
|
1048 |
-
#: framework/premium/
|
1049 |
-
|
|
|
|
|
|
|
|
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: framework/premium/
|
1053 |
-
|
|
|
|
|
|
|
|
|
|
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#: framework/premium/
|
1057 |
-
|
|
|
|
|
|
|
|
|
|
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: framework/premium/
|
1061 |
-
|
|
|
|
|
|
|
|
|
|
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: framework/premium/
|
1065 |
-
|
|
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: framework/premium/
|
1069 |
-
|
|
|
|
|
1070 |
msgstr ""
|
1071 |
|
1072 |
-
#: framework/premium/
|
1073 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: framework/premium/
|
1077 |
-
|
|
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: framework/premium/
|
1081 |
-
|
|
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: framework/premium/
|
1085 |
-
#: framework/premium/
|
1086 |
-
|
1087 |
-
#: framework/features/header/items/account/options.php:383,
|
1088 |
-
#: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
|
1089 |
-
msgid "Type 3"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
-
#: framework/premium/
|
1093 |
-
#: framework/premium/
|
1094 |
-
|
1095 |
-
#: framework/features/header/items/account/options.php:388
|
1096 |
-
msgid "Type 4"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: framework/premium/
|
1100 |
-
#: framework/premium/
|
1101 |
-
msgid "
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: framework/premium/
|
1105 |
-
|
|
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: framework/premium/
|
1109 |
-
|
|
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: framework/premium/
|
1113 |
-
|
|
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: framework/premium/
|
1117 |
-
|
|
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: framework/premium/
|
1121 |
-
|
|
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: framework/premium/
|
1125 |
-
|
|
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: framework/premium/
|
1129 |
-
|
|
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: framework/premium/
|
1133 |
-
#: framework/premium/
|
1134 |
-
msgid "
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: framework/premium/
|
1138 |
-
|
|
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: framework/premium/
|
1142 |
-
#: framework/premium/features/content-blocks/
|
1143 |
-
|
1144 |
-
msgid "Top"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
#: framework/premium/
|
1148 |
-
|
|
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: framework/premium/
|
1152 |
-
|
|
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: framework/premium/
|
1156 |
-
|
|
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: framework/premium/
|
1160 |
-
|
|
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: framework/premium/
|
1164 |
-
|
|
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: framework/premium/
|
1168 |
-
|
|
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: framework/premium/
|
1172 |
-
|
|
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: framework/premium/
|
1176 |
-
|
|
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: framework/premium/
|
1180 |
-
|
|
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: framework/premium/
|
1184 |
-
|
|
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: framework/premium/
|
1188 |
-
|
|
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: framework/premium/
|
1192 |
-
|
|
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: framework/premium/
|
1196 |
-
#: framework/premium/features/
|
1197 |
-
|
1198 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:494
|
1199 |
-
msgid "Text Initial"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
-
#: framework/premium/
|
1203 |
-
#: framework/premium/features/
|
1204 |
-
|
1205 |
-
#: framework/premium/features/premium-header/items/contacts/options.php:504
|
1206 |
-
msgid "Link Hover"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: framework/premium/
|
1210 |
-
|
|
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: framework/premium/
|
1214 |
-
|
|
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: framework/premium/
|
1218 |
-
|
|
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: framework/premium/
|
1222 |
-
|
|
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: framework/premium/
|
1226 |
-
|
|
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: framework/premium/
|
1230 |
-
|
|
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: framework/premium/
|
1234 |
-
|
|
|
|
|
|
|
|
|
|
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: framework/premium/
|
1238 |
-
|
|
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: framework/premium/
|
1242 |
-
|
|
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: framework/premium/
|
1246 |
-
#: framework/features/
|
1247 |
-
msgid "
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: framework/premium/
|
1251 |
-
#: framework/features/
|
1252 |
-
msgid "
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: framework/premium/
|
1256 |
-
|
|
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: framework/premium/
|
1260 |
-
|
|
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: framework/premium/
|
1264 |
-
#: framework/premium/
|
1265 |
-
|
1266 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:59,
|
1267 |
-
#: framework/premium/extensions/woocommerce-extra/readme.php:74
|
1268 |
-
msgid "Navigate to %s."
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: framework/premium/
|
1272 |
-
|
|
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: framework/premium/
|
1276 |
-
|
|
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: framework/premium/
|
1280 |
-
|
|
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: framework/premium/
|
1284 |
-
|
|
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: framework/premium/extensions/
|
1288 |
-
|
|
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
#: framework/premium/extensions/
|
1292 |
-
|
|
|
1293 |
msgstr ""
|
1294 |
|
1295 |
-
#: framework/premium/extensions/
|
1296 |
-
|
|
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: framework/premium/
|
1300 |
-
|
|
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: framework/premium/
|
1304 |
-
#: framework/premium/
|
1305 |
-
|
1306 |
-
msgid "Head"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
-
#: framework/premium/
|
1310 |
-
|
|
|
|
|
|
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#: framework/premium/
|
1314 |
-
|
|
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#: framework/premium/
|
1318 |
-
|
|
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: framework/premium/
|
1322 |
-
#: framework/premium/
|
1323 |
-
msgid "
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: framework/premium/
|
1327 |
-
|
|
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: framework/premium/
|
1331 |
-
|
|
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: framework/premium/
|
1335 |
-
#: framework/premium/
|
1336 |
-
|
1337 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:86
|
1338 |
-
msgid "Header offcanvas"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
-
#: framework/premium/
|
1342 |
-
|
|
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: framework/premium/
|
1346 |
-
|
|
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: framework/premium/
|
1350 |
-
|
|
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: framework/premium/
|
1354 |
-
|
|
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: framework/premium/features/
|
1358 |
-
#: framework/premium/features/
|
1359 |
-
|
1360 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:115
|
1361 |
-
msgid "Left/Right sidebar"
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: framework/premium/features/
|
1365 |
-
|
|
|
1366 |
msgstr ""
|
1367 |
|
1368 |
-
#: framework/premium/features/
|
1369 |
-
|
|
|
|
|
|
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: framework/premium/features/
|
1373 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1374 |
msgstr ""
|
1375 |
|
1376 |
-
#: framework/premium/features/
|
1377 |
-
|
|
|
1378 |
msgstr ""
|
1379 |
|
1380 |
-
#: framework/premium/features/
|
1381 |
-
#: framework/premium/features/
|
1382 |
-
|
1383 |
-
msgid "All widget areas"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: framework/premium/features/
|
1387 |
-
|
|
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: framework/premium/features/
|
1391 |
-
|
|
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: framework/premium/features/
|
1395 |
-
|
|
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: framework/premium/features/
|
1399 |
-
#: framework/premium/features/
|
1400 |
-
|
1401 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:170,
|
1402 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:178,
|
1403 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:186
|
1404 |
-
msgid "Page/post title"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: framework/premium/features/
|
1408 |
-
#: framework/premium/features/
|
1409 |
-
msgid "
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: framework/premium/features/
|
1413 |
-
|
|
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: framework/premium/features/
|
1417 |
-
#: framework/premium/features/
|
1418 |
-
msgid "
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: framework/premium/features/
|
1422 |
-
|
|
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: framework/premium/features/
|
1426 |
-
|
|
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: framework/premium/features/
|
1430 |
-
|
|
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: framework/premium/features/
|
1434 |
-
#: framework/premium/features/
|
1435 |
-
msgid "
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: framework/premium/features/
|
1439 |
-
#: framework/premium/features/
|
1440 |
-
msgid "
|
1441 |
msgstr ""
|
1442 |
|
1443 |
-
#: framework/premium/features/
|
1444 |
-
|
|
|
1445 |
msgstr ""
|
1446 |
|
1447 |
-
#: framework/premium/features/
|
1448 |
-
|
|
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: framework/premium/features/
|
1452 |
-
#: framework/premium/features/
|
1453 |
-
|
1454 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:247,
|
1455 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:254,
|
1456 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:261
|
1457 |
-
msgid "Comments"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: framework/premium/features/
|
1461 |
-
|
|
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: framework/premium/features/
|
1465 |
-
|
|
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: framework/premium/features/
|
1469 |
-
|
|
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: framework/premium/features/
|
1473 |
-
#: framework/premium/
|
1474 |
-
msgid "
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: framework/premium/features/
|
1478 |
-
#: framework/premium/features/
|
1479 |
-
msgid "
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: framework/premium/features/
|
1483 |
-
#: framework/premium/
|
1484 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1485 |
msgstr ""
|
1486 |
|
1487 |
-
#: framework/premium/features/
|
1488 |
-
|
|
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: framework/premium/features/
|
1492 |
-
#: framework/premium/features/
|
1493 |
-
msgid "
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: framework/premium/features/
|
1497 |
-
|
|
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: framework/
|
1501 |
-
|
|
|
|
|
|
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: framework/
|
1505 |
-
|
1506 |
-
|
|
|
1507 |
|
1508 |
-
#: framework/
|
1509 |
-
|
1510 |
-
|
|
|
1511 |
|
1512 |
-
#: framework/
|
1513 |
-
|
1514 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:356,
|
1515 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:363,
|
1516 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:370,
|
1517 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:377,
|
1518 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:384,
|
1519 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:391,
|
1520 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:398,
|
1521 |
-
#: framework/premium/features/content-blocks/hooks-manager.php:405
|
1522 |
-
msgid "Auth forms"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: framework/
|
1526 |
-
msgid "
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: framework/
|
1530 |
-
msgid "
|
1531 |
-
msgstr ""
|
1532 |
|
1533 |
-
#: framework/
|
1534 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: framework/
|
1538 |
-
|
1539 |
-
|
|
|
|
|
|
|
|
|
1540 |
|
1541 |
-
#: framework/
|
1542 |
-
msgid "
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: framework/
|
1546 |
-
msgid "
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: framework/
|
1550 |
-
msgid "
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: framework/
|
1554 |
-
msgid "
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: framework/
|
1558 |
-
msgid "
|
1559 |
-
msgstr ""
|
1560 |
|
1561 |
-
#: framework/
|
1562 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: framework/
|
1566 |
-
msgid "
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: framework/
|
1570 |
-
msgid "
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: framework/
|
1574 |
-
msgid "
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: framework/
|
1578 |
-
msgid "
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#: framework/
|
1582 |
-
msgid "
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#: framework/premium/
|
1586 |
-
msgid "
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: framework/premium/
|
1590 |
-
msgid "
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: framework/premium/
|
1594 |
-
msgid "
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#: framework/premium/
|
1598 |
-
msgid "
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: framework/premium/
|
1602 |
-
msgid "
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: framework/premium/
|
1606 |
-
|
|
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: framework/premium/
|
1610 |
-
|
|
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: framework/premium/
|
1614 |
-
msgid "
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: framework/premium/
|
1618 |
-
msgid "
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: framework/premium/
|
1622 |
-
|
|
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: framework/premium/
|
1626 |
-
|
|
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: framework/premium/
|
1630 |
-
msgid "
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: framework/premium/
|
1634 |
-
msgid "
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: framework/premium/
|
1638 |
-
msgid "
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: framework/premium/
|
1642 |
-
msgid "
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: framework/premium/
|
1646 |
-
msgid "
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: framework/premium/
|
1650 |
-
msgid "
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: framework/premium/
|
1654 |
-
msgid "
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: framework/premium/
|
1658 |
-
msgid "
|
1659 |
msgstr ""
|
1660 |
|
1661 |
-
#: framework/premium/
|
1662 |
-
msgid "
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: framework/premium/
|
1666 |
-
|
|
|
|
|
|
|
|
|
|
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: framework/premium/
|
1670 |
-
|
|
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: framework/premium/
|
1674 |
-
msgid "
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: framework/premium/
|
1678 |
-
msgid "
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: framework/premium/
|
1682 |
-
msgid "
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: framework/premium/
|
1686 |
-
msgid "
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: framework/premium/
|
1690 |
-
msgid "
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: framework/premium/
|
1694 |
-
msgid "
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: framework/premium/
|
1698 |
-
msgid "
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: framework/premium/
|
1702 |
-
msgid "
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: framework/premium/
|
1706 |
-
msgid "
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: framework/premium/
|
1710 |
-
msgid "
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: framework/premium/
|
1714 |
-
msgid "
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: framework/premium/
|
1718 |
-
msgid "
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: framework/premium/
|
1722 |
-
msgid "
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: framework/premium/
|
1726 |
-
msgid "
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: framework/premium/
|
1730 |
-
msgid "
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: framework/premium/
|
1734 |
-
msgid "
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: framework/premium/
|
1738 |
-
msgid "
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: framework/premium/
|
1742 |
-
msgid "
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: framework/premium/
|
1746 |
-
msgid "
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#: framework/premium/
|
1750 |
-
msgid "
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: framework/premium/
|
1754 |
-
msgid "
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: framework/premium/
|
1758 |
-
msgid "
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: framework/premium/
|
1762 |
-
msgid "
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: framework/premium/
|
1766 |
-
msgid "
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: framework/premium/
|
1770 |
-
msgid "
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: framework/premium/
|
1774 |
-
msgid "
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: framework/premium/
|
1778 |
-
msgid "
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: framework/premium/
|
1782 |
-
msgid "
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: framework/premium/
|
1786 |
-
msgid "
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: framework/premium/
|
1790 |
-
msgid "
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: framework/premium/
|
1794 |
-
msgid "
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: framework/premium/
|
1798 |
-
msgid "
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: framework/premium/
|
1802 |
-
msgid "
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: framework/premium/
|
1806 |
-
msgid "
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: framework/premium/
|
1810 |
-
msgid "
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: framework/premium/
|
1814 |
-
msgid "
|
1815 |
msgstr ""
|
1816 |
|
1817 |
-
#: framework/premium/
|
1818 |
-
msgid "
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: framework/premium/
|
1822 |
-
msgid "
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: framework/premium/
|
1826 |
-
msgid "
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: framework/premium/
|
1830 |
-
msgid "
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: framework/premium/
|
1834 |
-
msgid "Account
|
1835 |
msgstr ""
|
1836 |
|
1837 |
-
#: framework/premium/
|
1838 |
-
msgid "
|
1839 |
msgstr ""
|
1840 |
|
1841 |
-
#: framework/premium/
|
1842 |
-
msgid "
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#: framework/premium/
|
1846 |
-
msgid "
|
1847 |
msgstr ""
|
1848 |
|
1849 |
-
#: framework/premium/
|
1850 |
-
msgid "
|
1851 |
msgstr ""
|
1852 |
|
1853 |
-
#: framework/premium/
|
1854 |
-
|
1855 |
-
#: framework/features/header/items/account/options.php:18
|
1856 |
-
msgid "WooCommerce Account"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
-
#: framework/premium/
|
1860 |
-
msgid "
|