Blocksy Companion - Version 1.8.29

Version Description

Download this release

Release Info

Developer creativethemeshq
Plugin Icon wp 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 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.27
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
- 'name' => __('Cookies Consent', 'blocksy-companion'),
 
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
- 'title' => __('Cookie Consent', 'blocksy-companion'),
 
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.27
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
- 'name' => __('Newsletter Subscribe', 'blocksy-companion'),
 
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.27
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
- 'name' => __('Product Reviews', 'blocksy-companion'),
 
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.27
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.27
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
- 'name' => __('Trending Posts', 'blocksy-companion'),
 
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
- 'title' => __('Trending Posts', 'blocksy-companion'),
 
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.27
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
- 'name' => __('Widgets', 'blocksy-companion'),
 
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.27
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') == true) {
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
- if (strpos($query_args['post_type'], 'ct_cpt') !== false) {
 
 
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($query_args['post_type'], 'ct_all_posts') !== false) {
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:105
40
  msgid "Yes, continue"
41
  msgstr ""
42
 
43
- #: framework/premium/static/js/hooks/CodeEditor.js:24
44
  msgid "Use code editor"
45
  msgstr ""
46
 
47
- #: framework/premium/static/js/hooks/CodeEditor.js:25
48
  msgid "Exit code editor"
49
  msgstr ""
50
 
51
- #: framework/premium/static/js/hooks/CodeEditor.js:36
52
  msgid "Heads up!"
53
  msgstr ""
54
 
55
- #: framework/premium/static/js/hooks/CodeEditor.js:38
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:45
60
  msgid "Are you sure you want to continue?"
61
  msgstr ""
62
 
63
- #: framework/premium/static/js/hooks/CreateHook.js:105
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:35
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:55
76
  msgid "Select template type..."
77
  msgstr ""
78
 
79
- #: framework/premium/static/js/hooks/CreateHook.js:67
80
  msgid "Custom Content/Hooks"
81
  msgstr ""
82
 
83
- #: framework/premium/static/js/hooks/CreateHook.js:76
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:91
92
  msgid "Header Template"
93
  msgstr ""
94
 
95
- #: framework/premium/static/js/hooks/CreateHook.js:97
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:142
169
- #: static/js/options/DisplayCondition.js:76
170
  msgid "Save Conditions"
171
  msgstr "حفظ الشروط"
172
 
173
- #: static/js/header/EditConditions.js:98
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:116
218
  msgid "Select rule"
219
  msgstr "تحديد قاعدة"
220
 
221
- #: static/js/options/ConditionsManager.js:173
222
  msgid "Select taxonomy"
223
  msgstr "تحديد فئة"
224
 
225
- #: static/js/options/ConditionsManager.js:207
226
  msgid "Select language"
227
  msgstr ""
228
 
229
- #: static/js/options/ConditionsManager.js:238
230
  msgid "Select user"
231
  msgstr ""
232
 
233
- #: static/js/options/ConditionsManager.js:242
234
  msgid "Current user"
235
  msgstr ""
236
 
237
- #: static/js/options/ConditionsManager.js:302
238
  msgid "Add Display Condition"
239
  msgstr "إضافة شرط للعرض"
240
 
241
- #: static/js/options/ConditionsManager.js:321
242
  msgid "Add User Condition"
243
  msgstr "إضافة شرط للمستخدم"
244
 
245
- #: static/js/options/ConditionsManager.js:93
246
  msgid "Include"
247
  msgstr "تضمين"
248
 
249
- #: static/js/options/ConditionsManager.js:94
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:105
266
  msgid "Import Options"
267
  msgstr ""
268
 
269
- #: static/js/options/CustomizerOptionsManager.js:108
270
  msgid "Easily import the theme customizer settings."
271
  msgstr ""
272
 
273
- #: static/js/options/CustomizerOptionsManager.js:128
274
  msgid "Click or drop to upload a file..."
275
  msgstr ""
276
 
277
- #: static/js/options/CustomizerOptionsManager.js:192
278
  msgid "Import Customizations"
279
  msgstr ""
280
 
281
- #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
  msgstr ""
284
 
285
- #: static/js/options/CustomizerOptionsManager.js:204
286
  msgid "Copy and import your customizations from parent or child theme."
287
  msgstr ""
288
 
289
- #: static/js/options/CustomizerOptionsManager.js:258
290
  msgid "Copy From Parent Theme"
291
  msgstr ""
292
 
293
- #: static/js/options/CustomizerOptionsManager.js:261
294
  msgid "Copy From Child Theme"
295
  msgstr ""
296
 
297
- #: static/js/options/CustomizerOptionsManager.js:265
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:271
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:320
306
  msgid "Yes, I am sure"
307
  msgstr ""
308
 
309
- #: static/js/options/CustomizerOptionsManager.js:334
310
  msgid "Export Settings"
311
  msgstr ""
312
 
313
- #: static/js/options/CustomizerOptionsManager.js:338
314
  msgid "Choose what set of settings you want to export."
315
  msgstr ""
316
 
317
- #: static/js/options/CustomizerOptionsManager.js:366
318
  msgid "Customizer settings"
319
  msgstr ""
320
 
321
- #: static/js/options/CustomizerOptionsManager.js:370
322
  msgid "Widgets settings"
323
  msgstr ""
324
 
325
- #: static/js/options/CustomizerOptionsManager.js:461
326
  msgid "Export"
327
  msgstr ""
328
 
329
- #: static/js/options/CustomizerOptionsManager.js:82
330
  msgid "Export Options"
331
  msgstr ""
332
 
333
- #: static/js/options/CustomizerOptionsManager.js:85
334
  msgid "Easily export the theme customizer settings."
335
  msgstr ""
336
 
337
- #: static/js/options/CustomizerOptionsManager.js:99
338
  msgid "Export Customizations"
339
  msgstr ""
340
 
341
- #: static/js/options/DisplayCondition.js:18
342
  msgid "Transparent Header Display Conditions"
343
  msgstr "شروط عرض الترويسة الشفافة"
344
 
345
- #: static/js/options/DisplayCondition.js:19
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:66
603
  msgid "Install & Activate Plugins"
604
  msgstr ""
605
 
606
- #: static/js/screens/DemoInstall/Wizzard/Plugins.js:68
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:230
611
  msgid "Loading Extensions Status..."
612
  msgstr ""
613
 
614
- #: static/js/screens/Extensions.js:252
615
  msgid "Free Extensions"
616
  msgstr ""
617
 
618
- #: static/js/screens/Extensions.js:256
619
  msgid "Pro Extensions"
620
  msgstr ""
621
 
@@ -651,3420 +1191,4407 @@ msgstr ""
651
  msgid "Preview URL"
652
  msgstr ""
653
 
654
- #: framework/premium/extensions/mega-menu/extension.php:257
655
- msgid "New"
 
 
 
656
  msgstr ""
657
 
658
- #: framework/premium/extensions/mega-menu/options.php:16,
659
- #: framework/premium/extensions/mega-menu/options.php:528
660
- msgid "Mega Menu Settings"
661
  msgstr ""
662
 
663
- #: framework/premium/extensions/mega-menu/options.php:27
664
- msgid "Dropdown Width"
 
665
  msgstr ""
666
 
667
- #: framework/premium/extensions/mega-menu/options.php:35,
668
- #: framework/premium/extensions/mega-menu/options.php:48
669
- msgid "Content Width"
 
 
670
  msgstr ""
671
 
672
- #: framework/premium/extensions/mega-menu/options.php:36,
673
- #: framework/premium/extensions/mega-menu/options.php:57
674
- msgid "Full Width"
 
 
675
  msgstr ""
676
 
677
- #: framework/premium/extensions/mega-menu/options.php:37
678
- msgid "Custom Width"
 
679
  msgstr ""
680
 
681
- #: framework/premium/extensions/mega-menu/options.php:56
682
- msgid "Default Width"
 
683
  msgstr ""
684
 
685
- #: framework/premium/extensions/mega-menu/options.php:85
686
- msgid "Columns"
 
687
  msgstr ""
688
 
689
- #: framework/premium/extensions/mega-menu/options.php:320
690
- msgid "Custom Content"
 
691
  msgstr ""
692
 
693
- #: framework/premium/extensions/mega-menu/options.php:324
694
- msgid "Content Type"
 
 
 
695
  msgstr ""
696
 
697
- #: framework/premium/extensions/mega-menu/options.php:331
698
- msgid "Default (Menu Item)"
 
699
  msgstr ""
700
 
701
- #: framework/premium/extensions/mega-menu/options.php:332
702
- msgid "Custom Text"
 
703
  msgstr ""
704
 
705
- #: framework/premium/extensions/mega-menu/options.php:333
706
- msgid "Content Block/Hook"
 
707
  msgstr ""
708
 
709
- #: framework/premium/extensions/mega-menu/options.php:392,
710
- #: framework/premium/extensions/mega-menu/options.php:708
711
- msgid "Item Label Settings"
712
  msgstr ""
713
 
714
- #: framework/premium/extensions/mega-menu/options.php:397
715
- msgid "Item Label"
 
716
  msgstr ""
717
 
718
- #: framework/premium/extensions/mega-menu/options.php:405
719
- msgid "Enabled"
 
 
 
720
  msgstr ""
721
 
722
- #: framework/premium/extensions/mega-menu/options.php:406,
723
- #: framework/premium/features/content-blocks/options/404.php:104,
724
- #: framework/premium/features/content-blocks/options/header.php:108,
725
- #: framework/premium/features/content-blocks/options/hook.php:113
726
- msgid "Disabled"
727
  msgstr ""
728
 
729
- #: framework/premium/extensions/mega-menu/options.php:407
730
- msgid "Heading"
 
731
  msgstr ""
732
 
733
- #: framework/premium/extensions/mega-menu/options.php:413
734
- msgid "Label Link"
 
 
 
735
  msgstr ""
736
 
737
- #: framework/premium/extensions/mega-menu/options.php:479,
738
- #: framework/premium/extensions/mega-menu/options.php:790
739
- msgid "Menu Badge Settings"
 
 
740
  msgstr ""
741
 
742
- #: framework/premium/extensions/mega-menu/options.php:497,
743
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
744
- msgid "Vertical Alignment"
 
 
745
  msgstr ""
746
 
747
- #: framework/premium/extensions/mega-menu/options.php:532,
748
- #: framework/premium/extensions/shortcuts/customizer.php:862
749
- msgid "Background"
750
  msgstr ""
751
 
752
- #: framework/premium/extensions/mega-menu/options.php:546
753
- msgid "Link Color"
 
754
  msgstr ""
755
 
756
- #: framework/premium/extensions/mega-menu/options.php:566,
757
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
758
- #: framework/premium/features/premium-header/items/contacts/options.php:417,
759
- #: framework/premium/features/premium-header/items/contacts/options.php:459,
760
- #: framework/premium/features/premium-header/items/contacts/options.php:499
761
- msgid "Link Initial"
762
  msgstr ""
763
 
764
- #: framework/premium/extensions/mega-menu/options.php:571
765
- msgid "Link Hover/Active"
 
 
 
766
  msgstr ""
767
 
768
- #: framework/premium/extensions/mega-menu/options.php:576
769
- msgid "Background Hover"
 
770
  msgstr ""
771
 
772
- #: framework/premium/extensions/mega-menu/options.php:583,
773
- #: framework/premium/extensions/mega-menu/options.php:717
774
- msgid "Heading Color"
 
 
 
 
775
  msgstr ""
776
 
777
- #: framework/premium/extensions/mega-menu/options.php:595,
778
- #: framework/premium/extensions/mega-menu/options.php:615,
779
- #: framework/premium/extensions/mega-menu/options.php:729
780
- msgid "Initial Color"
 
781
  msgstr ""
782
 
783
- #: framework/premium/extensions/mega-menu/options.php:603
784
- msgid "Text Color"
 
 
 
785
  msgstr ""
786
 
787
- #: framework/premium/extensions/mega-menu/options.php:622,
788
- #: framework/premium/extensions/shortcuts/customizer.php:879,
789
- #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
790
- #: framework/premium/features/premium-header/items/search-input/options.php:815
791
- msgid "Items Divider"
 
 
 
 
792
  msgstr ""
793
 
794
- #: framework/premium/extensions/mega-menu/options.php:637
795
- msgid "Columns Divider"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
  msgstr ""
797
 
798
- #: framework/premium/extensions/mega-menu/options.php:652,
799
- #: framework/premium/features/premium-header/items/search-input/options.php:797
800
- msgid "Dropdown Shadow"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
801
  msgstr ""
802
 
803
- #: framework/premium/extensions/mega-menu/options.php:684
804
- msgid "Column Settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
805
  msgstr ""
806
 
807
- #: framework/premium/extensions/mega-menu/options.php:688
808
- msgid "Column Spacing"
 
809
  msgstr ""
810
 
811
- #: framework/premium/extensions/mega-menu/options.php:740,
812
- #: framework/features/header/items/account/options.php:660,
813
- #: framework/features/header/items/account/options.php:688,
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/premium/extensions/post-types-extra/config.php:4
831
- msgid "Post Types Extra"
 
832
  msgstr ""
833
 
834
- #: framework/premium/extensions/post-types-extra/config.php:5
835
- msgid "Enables support for Custom Fields inside archive cards and single page post title, adds a reading progress bar for your posts and lets you set featured images and colors for your categories archives."
 
836
  msgstr ""
837
 
838
- #: framework/premium/extensions/post-types-extra/readme.php:4
839
- msgid "After activating this extension you will be able to enable the read progress bar for your single posts, add a featured image and set different colors to each taxonomy, add custom fields to your archive cards or page/post title section with the help of ACF, MetaBox and Toolset plugins, and also add taxonomies archive filters."
 
840
  msgstr ""
841
 
842
- #: framework/premium/extensions/post-types-extra/readme.php:10
843
- msgid "Custom Fields"
 
844
  msgstr ""
845
 
846
- #: framework/premium/extensions/post-types-extra/readme.php:14
847
- msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
 
848
  msgstr ""
849
 
850
- #: framework/premium/extensions/post-types-extra/readme.php:17
851
- msgid "Customizer ➝ Blog Posts ➝ Card Options"
 
 
 
 
 
852
  msgstr ""
853
 
854
- #: framework/premium/extensions/post-types-extra/readme.php:21
855
- msgid "Customizer ➝ Single Posts ➝ Post Title"
 
 
 
856
  msgstr ""
857
 
858
- #: framework/premium/extensions/post-types-extra/readme.php:29
859
- msgid "Taxonomies Filters"
 
860
  msgstr ""
861
 
862
- #: framework/premium/extensions/post-types-extra/readme.php:33
863
- msgid "You can enable the taxonomies filters from %s."
 
864
  msgstr ""
865
 
866
- #: framework/premium/extensions/post-types-extra/readme.php:36
867
- msgid "Customizer ➝ Blog Posts ➝ Filters"
 
868
  msgstr ""
869
 
870
- #: framework/premium/extensions/post-types-extra/readme.php:44
871
- msgid "Read Progress Bar"
 
872
  msgstr ""
873
 
874
- #: framework/premium/extensions/post-types-extra/readme.php:48
875
- msgid "This options could be enabled from %s."
 
 
 
876
  msgstr ""
877
 
878
- #: framework/premium/extensions/post-types-extra/readme.php:51
879
- msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
880
  msgstr ""
881
 
882
- #: framework/premium/extensions/post-types-extra/readme.php:59
883
- msgid "Taxonomy Featured Image & Custom Colors"
884
  msgstr ""
885
 
886
- #: framework/premium/extensions/post-types-extra/readme.php:63
887
- msgid "To customize these options simply navigate to %s and edit one of your categories."
 
888
  msgstr ""
889
 
890
- #: framework/premium/extensions/post-types-extra/readme.php:66
891
- msgid "Dashboard ➝ Posts ➝ Categories"
 
892
  msgstr ""
893
 
894
- #: framework/premium/extensions/shortcuts/config.php:5
895
- msgid "Easily turn your websites into mobile first experiences. You can easily add the most important actions at the bottom of the screen for easy access."
 
896
  msgstr ""
897
 
898
- #: framework/premium/extensions/shortcuts/customizer.php:12,
899
- #: framework/premium/extensions/shortcuts/customizer.php:35,
900
- #: framework/premium/extensions/shortcuts/customizer.php:542,
901
- #: framework/premium/extensions/shortcuts/views/bar.php:25
902
- msgid "Home"
903
  msgstr ""
904
 
905
- #: framework/premium/extensions/shortcuts/customizer.php:68,
906
- #: framework/premium/extensions/shortcuts/customizer.php:91,
907
- #: framework/premium/extensions/shortcuts/customizer.php:551,
908
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
909
- #: framework/premium/extensions/shortcuts/views/bar.php:26,
910
- #: framework/premium/features/premium-header/items/contacts/options.php:69
911
- msgid "Phone"
912
  msgstr ""
913
 
914
- #: framework/premium/extensions/shortcuts/customizer.php:192,
915
- #: framework/premium/extensions/shortcuts/customizer.php:215,
916
- #: framework/premium/extensions/shortcuts/views/bar.php:28
917
- msgid "Scroll Top"
918
  msgstr ""
919
 
920
- #: framework/premium/extensions/shortcuts/customizer.php:318,
921
- #: framework/premium/extensions/shortcuts/customizer.php:341,
922
- #: framework/premium/extensions/shortcuts/views/bar.php:29
923
- msgid "Cart"
924
  msgstr ""
925
 
926
- #: framework/premium/extensions/shortcuts/customizer.php:374,
927
- #: framework/premium/extensions/shortcuts/customizer.php:397
928
- msgid "Shop"
929
  msgstr ""
930
 
931
- #: framework/premium/extensions/shortcuts/customizer.php:430,
932
- #: framework/premium/extensions/shortcuts/customizer.php:453,
933
- #: framework/premium/extensions/woocommerce-extra/readme.php:70,
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/shortcuts/customizer.php:536
941
- msgid "Shortcuts"
 
942
  msgstr ""
943
 
944
- #: framework/premium/extensions/shortcuts/customizer.php:591,
945
- #: framework/features/header/items/account/options.php:216,
946
- #: framework/features/header/items/account/options.php:422,
947
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
948
- msgid "Label Visibility"
949
  msgstr ""
950
 
951
- #: framework/premium/extensions/shortcuts/customizer.php:631,
952
- #: framework/features/header/items/account/options.php:252,
953
- #: framework/features/header/items/account/options.php:458,
954
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
955
- msgid "Label Position"
956
  msgstr ""
957
 
958
- #: framework/premium/extensions/shortcuts/customizer.php:640,
959
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
960
- #: framework/premium/features/content-blocks/hooks-manager.php:333,
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/shortcuts/customizer.php:651,
969
- #: framework/features/header/items/account/options.php:198,
970
- #: framework/features/header/items/account/options.php:404,
971
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
972
- msgid "Icon Size"
973
  msgstr ""
974
 
975
- #: framework/premium/extensions/shortcuts/customizer.php:661
976
- msgid "Container Height"
 
977
  msgstr ""
978
 
979
- #: framework/premium/extensions/shortcuts/customizer.php:676
980
- msgid "Container Max Width"
 
981
  msgstr ""
982
 
983
- #: framework/premium/extensions/shortcuts/customizer.php:700
984
- msgid "Scroll Interaction"
 
985
  msgstr ""
986
 
987
- #: framework/premium/extensions/shortcuts/customizer.php:706
988
- msgid "Hide"
 
989
  msgstr ""
990
 
991
- #: framework/premium/extensions/shortcuts/customizer.php:748
992
- msgid "Shortcuts Bar Display Conditions"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
993
  msgstr ""
994
 
995
- #: framework/premium/extensions/shortcuts/customizer.php:749
996
- msgid "Add one or more conditions to display the shortcuts bar."
 
997
  msgstr ""
998
 
999
- #: framework/premium/extensions/shortcuts/customizer.php:763,
1000
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
1001
- #: framework/premium/features/premium-header/items/contacts/options.php:349,
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/shortcuts/customizer.php:805,
1008
- #: framework/premium/features/premium-header/items/contacts/options.php:529,
1009
- #: framework/premium/features/premium-header/items/contacts/options.php:558,
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/shortcuts/customizer.php:844
1016
- msgid "Cart Badge Color"
 
1017
  msgstr ""
1018
 
1019
- #: framework/premium/extensions/shortcuts/customizer.php:899
1020
- msgid "Items Divider Height"
 
 
 
1021
  msgstr ""
1022
 
1023
- #: framework/premium/extensions/shortcuts/customizer.php:913,
1024
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
1025
- #: framework/premium/features/content-blocks/options/popup.php:368,
1026
- #: framework/premium/features/premium-header/items/language-switcher/options.php:446
1027
- msgid "Shadow"
1028
  msgstr ""
1029
 
1030
- #: framework/premium/extensions/sidebars/config.php:5
1031
- msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
 
 
 
 
 
 
 
1032
  msgstr ""
1033
 
1034
- #: framework/premium/extensions/sidebars/config.php:9
1035
- msgid "Create New Sidebar"
 
 
 
 
 
1036
  msgstr ""
1037
 
1038
- #: framework/premium/extensions/sidebars/form.php:3
1039
- #: framework/premium/extensions/sidebars/static/js/main.js:42
1040
- msgid "Create Sidebar/Widget Area"
 
 
 
 
1041
  msgstr ""
1042
 
1043
- #: framework/premium/extensions/sidebars/form.php:6
1044
- msgid "In order to create a new sidebar/widget area simply enter a name in the input below and click the Create Sidebar button."
 
 
 
 
 
1045
  msgstr ""
1046
 
1047
- #: framework/premium/extensions/sidebars/form.php:16
1048
- #: framework/premium/extensions/sidebars/static/js/main.js:58
1049
- msgid "Create Sidebar"
 
 
 
 
1050
  msgstr ""
1051
 
1052
- #: framework/premium/extensions/sidebars/form.php:20
1053
- msgid "Available Sidebars/Widget Areas"
 
 
 
 
 
1054
  msgstr ""
1055
 
1056
- #: framework/premium/extensions/white-label/config.php:4
1057
- msgid "Replace Blocksy's branding with your own. Easily hide licensing info and other sections of the theme and companion plugin from your clients and make your final product look more professional."
 
 
 
 
 
1058
  msgstr ""
1059
 
1060
- #: framework/premium/extensions/woocommerce-extra/config.php:5
1061
- msgid "Make the shopping experience better for your visitors! Add features such as Product Quick View, Wishlist functionality and a Floating Add to Cart button. Customize the single product gallery/slider and the layout."
 
 
 
 
 
1062
  msgstr ""
1063
 
1064
- #: framework/premium/extensions/woocommerce-extra/customizer.php:5
1065
- msgid "Quick View Button"
 
1066
  msgstr ""
1067
 
1068
- #: framework/premium/extensions/woocommerce-extra/customizer.php:21
1069
- msgid "Trigger On"
 
 
1070
  msgstr ""
1071
 
1072
- #: framework/premium/extensions/woocommerce-extra/customizer.php:29
1073
- msgid "Button click"
 
 
 
 
 
 
 
1074
  msgstr ""
1075
 
1076
- #: framework/premium/extensions/woocommerce-extra/customizer.php:30
1077
- msgid "Image click"
 
1078
  msgstr ""
1079
 
1080
- #: framework/premium/extensions/woocommerce-extra/customizer.php:31
1081
- msgid "Card click"
 
1082
  msgstr ""
1083
 
1084
- #: framework/premium/extensions/woocommerce-extra/extension.php:82,
1085
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
1086
- #: framework/features/header/items/account/options.php:177,
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/extensions/woocommerce-extra/extension.php:87,
1093
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
1094
- #: framework/features/header/items/account/options.php:182,
1095
- #: framework/features/header/items/account/options.php:388
1096
- msgid "Type 4"
1097
  msgstr ""
1098
 
1099
- #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
- #: framework/premium/extensions/woocommerce-extra/extension.php:129
1101
- msgid "Number of Columns"
1102
  msgstr ""
1103
 
1104
- #: framework/premium/extensions/woocommerce-extra/extension.php:612
1105
- msgid "Available Filters"
 
1106
  msgstr ""
1107
 
1108
- #: framework/premium/extensions/woocommerce-extra/extension.php:690
1109
- msgid "Quick view title before"
 
1110
  msgstr ""
1111
 
1112
- #: framework/premium/extensions/woocommerce-extra/extension.php:695
1113
- msgid "Quick view title after"
 
1114
  msgstr ""
1115
 
1116
- #: framework/premium/extensions/woocommerce-extra/extension.php:700
1117
- msgid "Quick view price before"
 
1118
  msgstr ""
1119
 
1120
- #: framework/premium/extensions/woocommerce-extra/extension.php:705
1121
- msgid "Quick view price after"
 
1122
  msgstr ""
1123
 
1124
- #: framework/premium/extensions/woocommerce-extra/extension.php:710
1125
- msgid "Quick view summary before"
 
1126
  msgstr ""
1127
 
1128
- #: framework/premium/extensions/woocommerce-extra/extension.php:715
1129
- msgid "Quick view summary after"
 
1130
  msgstr ""
1131
 
1132
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
1133
- #: framework/premium/extensions/woocommerce-extra/readme.php:25
1134
- msgid "Floating Cart"
1135
  msgstr ""
1136
 
1137
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
1138
- msgid "Position"
 
1139
  msgstr ""
1140
 
1141
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
1142
- #: framework/premium/features/content-blocks/hooks-manager.php:295,
1143
- #: framework/premium/features/content-blocks/options/hook.php:306
1144
- msgid "Top"
1145
  msgstr ""
1146
 
1147
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
1148
- msgid "Product Title Visibility"
 
1149
  msgstr ""
1150
 
1151
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
1152
- msgid "Floating Cart Visibility"
 
1153
  msgstr ""
1154
 
1155
- #: framework/premium/extensions/woocommerce-extra/helpers.php:102
1156
- msgid "Go to product page"
 
1157
  msgstr ""
1158
 
1159
- #: framework/premium/extensions/woocommerce-extra/helpers.php:322
1160
- msgid "Filter"
 
1161
  msgstr ""
1162
 
1163
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
1164
- msgid "Off Canvas Filter"
 
1165
  msgstr ""
1166
 
1167
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
1168
- msgid "Filter Widgets"
 
1169
  msgstr ""
1170
 
1171
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
1172
- msgid "Widgets"
 
1173
  msgstr ""
1174
 
1175
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
1176
- msgid "Widgets Vertical Spacing"
 
1177
  msgstr ""
1178
 
1179
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
1180
- msgid "Widgets Title Font"
 
1181
  msgstr ""
1182
 
1183
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
1184
- msgid "Widgets Title Font Color"
 
1185
  msgstr ""
1186
 
1187
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
1188
- msgid "Widgets Font"
 
1189
  msgstr ""
1190
 
1191
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
1192
- msgid "Widgets Font Color"
 
1193
  msgstr ""
1194
 
1195
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
1196
- #: framework/premium/features/premium-header/items/contacts/options.php:411,
1197
- #: framework/premium/features/premium-header/items/contacts/options.php:454,
1198
- #: framework/premium/features/premium-header/items/contacts/options.php:494
1199
- msgid "Text Initial"
1200
  msgstr ""
1201
 
1202
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
1203
- #: framework/premium/features/premium-header/items/contacts/options.php:423,
1204
- #: framework/premium/features/premium-header/items/contacts/options.php:464,
1205
- #: framework/premium/features/premium-header/items/contacts/options.php:504
1206
- msgid "Link Hover"
1207
  msgstr ""
1208
 
1209
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
1210
- msgid "Filter Button & Panel"
 
1211
  msgstr ""
1212
 
1213
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
1214
- msgid "Filter Icon Type"
 
1215
  msgstr ""
1216
 
1217
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
1218
- msgid "Filter Button Visibility"
 
1219
  msgstr ""
1220
 
1221
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
1222
- msgid "Panel Reveal"
 
1223
  msgstr ""
1224
 
1225
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
1226
- msgid "Left Side"
 
1227
  msgstr ""
1228
 
1229
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
1230
- msgid "Right Side"
 
1231
  msgstr ""
1232
 
1233
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
1234
- msgid "Panel Width"
 
 
 
 
 
1235
  msgstr ""
1236
 
1237
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
1238
- msgid "Panel Shadow"
 
1239
  msgstr ""
1240
 
1241
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:302
1242
- msgid "Panel Background"
 
1243
  msgstr ""
1244
 
1245
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
- #: framework/features/header/items/account/options.php:958
1247
- msgid "Close Icon Color"
1248
  msgstr ""
1249
 
1250
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:364,
1251
- #: framework/features/header/items/account/options.php:990
1252
- msgid "Close Icon Background"
1253
  msgstr ""
1254
 
1255
- #: framework/premium/extensions/woocommerce-extra/readme.php:4
1256
- msgid "After installing and activating the WooCommerce Extra extension you will have these features:"
 
1257
  msgstr ""
1258
 
1259
- #: framework/premium/extensions/woocommerce-extra/readme.php:10
1260
- msgid "Product Quick View"
 
1261
  msgstr ""
1262
 
1263
- #: framework/premium/extensions/woocommerce-extra/readme.php:14,
1264
- #: framework/premium/extensions/woocommerce-extra/readme.php:29,
1265
- #: framework/premium/extensions/woocommerce-extra/readme.php:44,
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/extensions/woocommerce-extra/readme.php:17
1272
- msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
 
1273
  msgstr ""
1274
 
1275
- #: framework/premium/extensions/woocommerce-extra/readme.php:32
1276
- msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
 
1277
  msgstr ""
1278
 
1279
- #: framework/premium/extensions/woocommerce-extra/readme.php:40
1280
- msgid "Advanced Gallery & Slider"
 
1281
  msgstr ""
1282
 
1283
- #: framework/premium/extensions/woocommerce-extra/readme.php:47
1284
- msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
 
1285
  msgstr ""
1286
 
1287
- #: framework/premium/extensions/woocommerce-extra/readme.php:55
1288
- msgid "Share Box"
 
1289
  msgstr ""
1290
 
1291
- #: framework/premium/extensions/woocommerce-extra/readme.php:62
1292
- msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
 
1293
  msgstr ""
1294
 
1295
- #: framework/premium/extensions/woocommerce-extra/readme.php:77
1296
- msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
 
1297
  msgstr ""
1298
 
1299
- #: framework/premium/features/content-blocks/hooks-manager.php:11
1300
- msgid "WP head"
 
1301
  msgstr ""
1302
 
1303
- #: framework/premium/features/content-blocks/hooks-manager.php:13,
1304
- #: framework/premium/features/content-blocks/hooks-manager.php:22,
1305
- #: framework/premium/features/content-blocks/hooks-manager.php:32
1306
- msgid "Head"
1307
  msgstr ""
1308
 
1309
- #: framework/premium/features/content-blocks/hooks-manager.php:20
1310
- msgid "WP head start"
 
 
 
1311
  msgstr ""
1312
 
1313
- #: framework/premium/features/content-blocks/hooks-manager.php:30
1314
- msgid "WP head end"
 
1315
  msgstr ""
1316
 
1317
- #: framework/premium/features/content-blocks/hooks-manager.php:39
1318
- msgid "Header before"
 
1319
  msgstr ""
1320
 
1321
- #: framework/premium/features/content-blocks/hooks-manager.php:41,
1322
- #: framework/premium/features/content-blocks/hooks-manager.php:50
1323
- msgid "Header"
1324
  msgstr ""
1325
 
1326
- #: framework/premium/features/content-blocks/hooks-manager.php:48
1327
- msgid "Header after"
 
1328
  msgstr ""
1329
 
1330
- #: framework/premium/features/content-blocks/hooks-manager.php:57
1331
- msgid "Desktop top"
 
1332
  msgstr ""
1333
 
1334
- #: framework/premium/features/content-blocks/hooks-manager.php:59,
1335
- #: framework/premium/features/content-blocks/hooks-manager.php:68,
1336
- #: framework/premium/features/content-blocks/hooks-manager.php:77,
1337
- #: framework/premium/features/content-blocks/hooks-manager.php:86
1338
- msgid "Header offcanvas"
1339
  msgstr ""
1340
 
1341
- #: framework/premium/features/content-blocks/hooks-manager.php:66
1342
- msgid "Desktop bottom"
 
1343
  msgstr ""
1344
 
1345
- #: framework/premium/features/content-blocks/hooks-manager.php:75
1346
- msgid "Mobile top"
 
1347
  msgstr ""
1348
 
1349
- #: framework/premium/features/content-blocks/hooks-manager.php:84
1350
- msgid "Mobile bottom"
 
1351
  msgstr ""
1352
 
1353
- #: framework/premium/features/content-blocks/hooks-manager.php:93
1354
- msgid "Sidebar before"
 
1355
  msgstr ""
1356
 
1357
- #: framework/premium/features/content-blocks/hooks-manager.php:94,
1358
- #: framework/premium/features/content-blocks/hooks-manager.php:101,
1359
- #: framework/premium/features/content-blocks/hooks-manager.php:108,
1360
- #: framework/premium/features/content-blocks/hooks-manager.php:115
1361
- msgid "Left/Right sidebar"
1362
  msgstr ""
1363
 
1364
- #: framework/premium/features/content-blocks/hooks-manager.php:100
1365
- msgid "Sidebar start"
 
1366
  msgstr ""
1367
 
1368
- #: framework/premium/features/content-blocks/hooks-manager.php:107
1369
- msgid "Sidebar end"
 
 
 
1370
  msgstr ""
1371
 
1372
- #: framework/premium/features/content-blocks/hooks-manager.php:114
1373
- msgid "Sidebar after"
 
 
 
 
 
 
 
 
 
1374
  msgstr ""
1375
 
1376
- #: framework/premium/features/content-blocks/hooks-manager.php:121
1377
- msgid "Dynamic sidebar before"
 
1378
  msgstr ""
1379
 
1380
- #: framework/premium/features/content-blocks/hooks-manager.php:122,
1381
- #: framework/premium/features/content-blocks/hooks-manager.php:129,
1382
- #: framework/premium/features/content-blocks/hooks-manager.php:137
1383
- msgid "All widget areas"
1384
  msgstr ""
1385
 
1386
- #: framework/premium/features/content-blocks/hooks-manager.php:128
1387
- msgid "Dynamic sidebar"
 
1388
  msgstr ""
1389
 
1390
- #: framework/premium/features/content-blocks/hooks-manager.php:136
1391
- msgid "Dynamic sidebar after"
 
1392
  msgstr ""
1393
 
1394
- #: framework/premium/features/content-blocks/hooks-manager.php:145
1395
- msgid "Before section"
 
1396
  msgstr ""
1397
 
1398
- #: framework/premium/features/content-blocks/hooks-manager.php:146,
1399
- #: framework/premium/features/content-blocks/hooks-manager.php:154,
1400
- #: framework/premium/features/content-blocks/hooks-manager.php:162,
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/content-blocks/hooks-manager.php:153,
1408
- #: framework/premium/features/content-blocks/hooks-manager.php:239
1409
- msgid "Before title"
1410
  msgstr ""
1411
 
1412
- #: framework/premium/features/content-blocks/hooks-manager.php:161
1413
- msgid "Before post meta"
 
1414
  msgstr ""
1415
 
1416
- #: framework/premium/features/content-blocks/hooks-manager.php:169,
1417
- #: framework/premium/features/content-blocks/hooks-manager.php:246
1418
- msgid "After title"
1419
  msgstr ""
1420
 
1421
- #: framework/premium/features/content-blocks/hooks-manager.php:177
1422
- msgid "After post meta"
 
1423
  msgstr ""
1424
 
1425
- #: framework/premium/features/content-blocks/hooks-manager.php:185
1426
- msgid "After section"
 
1427
  msgstr ""
1428
 
1429
- #: framework/premium/features/content-blocks/hooks-manager.php:193
1430
- msgid "Before content"
 
1431
  msgstr ""
1432
 
1433
- #: framework/premium/features/content-blocks/hooks-manager.php:201,
1434
- #: framework/premium/features/content-blocks/hooks-manager.php:303
1435
- msgid "Top content"
1436
  msgstr ""
1437
 
1438
- #: framework/premium/features/content-blocks/hooks-manager.php:209,
1439
- #: framework/premium/features/content-blocks/hooks-manager.php:325
1440
- msgid "Bottom content"
1441
  msgstr ""
1442
 
1443
- #: framework/premium/features/content-blocks/hooks-manager.php:217
1444
- msgid "After content"
 
1445
  msgstr ""
1446
 
1447
- #: framework/premium/features/content-blocks/hooks-manager.php:225
1448
- msgid "Before comments"
 
1449
  msgstr ""
1450
 
1451
- #: framework/premium/features/content-blocks/hooks-manager.php:226,
1452
- #: framework/premium/features/content-blocks/hooks-manager.php:233,
1453
- #: framework/premium/features/content-blocks/hooks-manager.php:240,
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/content-blocks/hooks-manager.php:232
1461
- msgid "Top comments"
 
1462
  msgstr ""
1463
 
1464
- #: framework/premium/features/content-blocks/hooks-manager.php:253
1465
- msgid "Bottom comments"
 
1466
  msgstr ""
1467
 
1468
- #: framework/premium/features/content-blocks/hooks-manager.php:260
1469
- msgid "After comments"
 
1470
  msgstr ""
1471
 
1472
- #: framework/premium/features/content-blocks/hooks-manager.php:267,
1473
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:453
1474
- msgid "Before"
1475
  msgstr ""
1476
 
1477
- #: framework/premium/features/content-blocks/hooks-manager.php:268,
1478
- #: framework/premium/features/content-blocks/hooks-manager.php:275
1479
- msgid "Loop"
1480
  msgstr ""
1481
 
1482
- #: framework/premium/features/content-blocks/hooks-manager.php:274,
1483
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:464
1484
- msgid "After"
 
 
 
 
 
 
1485
  msgstr ""
1486
 
1487
- #: framework/premium/features/content-blocks/hooks-manager.php:281
1488
- msgid "Start"
 
1489
  msgstr ""
1490
 
1491
- #: framework/premium/features/content-blocks/hooks-manager.php:282,
1492
- #: framework/premium/features/content-blocks/hooks-manager.php:289
1493
- msgid "Loop card"
1494
  msgstr ""
1495
 
1496
- #: framework/premium/features/content-blocks/hooks-manager.php:288
1497
- msgid "End"
 
1498
  msgstr ""
1499
 
1500
- #: framework/premium/features/content-blocks/hooks-manager.php:311
1501
- msgid "After certain number of blocks"
 
 
 
1502
  msgstr ""
1503
 
1504
- #: framework/premium/features/content-blocks/hooks-manager.php:318
1505
- msgid "Before certain number of headings"
1506
- msgstr ""
 
1507
 
1508
- #: framework/premium/features/content-blocks/hooks-manager.php:341
1509
- msgid "Login form start"
1510
- msgstr ""
 
1511
 
1512
- #: framework/premium/features/content-blocks/hooks-manager.php:342,
1513
- #: framework/premium/features/content-blocks/hooks-manager.php:349,
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/premium/features/content-blocks/hooks-manager.php:348
1526
- msgid "Login form end"
1527
  msgstr ""
1528
 
1529
- #: framework/premium/features/content-blocks/hooks-manager.php:355
1530
- msgid "Login form modal start"
1531
- msgstr ""
1532
 
1533
- #: framework/premium/features/content-blocks/hooks-manager.php:362
1534
- msgid "Login form modal end"
 
 
 
 
 
 
 
1535
  msgstr ""
1536
 
1537
- #: framework/premium/features/content-blocks/hooks-manager.php:369
1538
- msgid "Register form start"
1539
- msgstr ""
 
 
 
 
1540
 
1541
- #: framework/premium/features/content-blocks/hooks-manager.php:376
1542
- msgid "Register form end"
1543
  msgstr ""
1544
 
1545
- #: framework/premium/features/content-blocks/hooks-manager.php:383
1546
- msgid "Register form modal start"
1547
  msgstr ""
1548
 
1549
- #: framework/premium/features/content-blocks/hooks-manager.php:390
1550
- msgid "Register form modal end"
1551
  msgstr ""
1552
 
1553
- #: framework/premium/features/content-blocks/hooks-manager.php:397
1554
- msgid "Lost password form modal start"
1555
  msgstr ""
1556
 
1557
- #: framework/premium/features/content-blocks/hooks-manager.php:404
1558
- msgid "Lost password form modal end"
1559
- msgstr ""
1560
 
1561
- #: framework/premium/features/content-blocks/hooks-manager.php:412
1562
- msgid "Before main content"
 
 
 
 
 
 
1563
  msgstr ""
1564
 
1565
- #: framework/premium/features/content-blocks/hooks-manager.php:418
1566
- msgid "After main content"
1567
  msgstr ""
1568
 
1569
- #: framework/premium/features/content-blocks/hooks-manager.php:421
1570
- msgid "WooCommerce Global"
1571
  msgstr ""
1572
 
1573
- #: framework/premium/features/content-blocks/hooks-manager.php:426
1574
- msgid "Archive description"
1575
  msgstr ""
1576
 
1577
- #: framework/premium/features/content-blocks/hooks-manager.php:431
1578
- msgid "Before shop loop"
1579
  msgstr ""
1580
 
1581
- #: framework/premium/features/content-blocks/hooks-manager.php:448
1582
- msgid "Before shop loop item title"
1583
  msgstr ""
1584
 
1585
- #: framework/premium/features/content-blocks/hooks-manager.php:453
1586
- msgid "After shop loop item title"
1587
  msgstr ""
1588
 
1589
- #: framework/premium/features/content-blocks/hooks-manager.php:458
1590
- msgid "Before shop loop item price"
1591
  msgstr ""
1592
 
1593
- #: framework/premium/features/content-blocks/hooks-manager.php:463
1594
- msgid "After shop loop item price"
1595
  msgstr ""
1596
 
1597
- #: framework/premium/features/content-blocks/hooks-manager.php:468
1598
- msgid "After shop loop"
1599
  msgstr ""
1600
 
1601
- #: framework/premium/features/content-blocks/hooks-manager.php:470
1602
- msgid "WooCommerce Archive"
1603
  msgstr ""
1604
 
1605
- #: framework/premium/features/content-blocks/hooks-manager.php:475
1606
- msgid "Before single product"
 
1607
  msgstr ""
1608
 
1609
- #: framework/premium/features/content-blocks/hooks-manager.php:493
1610
- msgid "Product meta start"
 
1611
  msgstr ""
1612
 
1613
- #: framework/premium/features/content-blocks/hooks-manager.php:497
1614
- msgid "Product meta end"
1615
  msgstr ""
1616
 
1617
- #: framework/premium/features/content-blocks/hooks-manager.php:501
1618
- msgid "Share"
1619
  msgstr ""
1620
 
1621
- #: framework/premium/features/content-blocks/hooks-manager.php:505
1622
- msgid "After single product"
 
1623
  msgstr ""
1624
 
1625
- #: framework/premium/features/content-blocks/hooks-manager.php:511
1626
- msgid "Before single product excerpt"
 
1627
  msgstr ""
1628
 
1629
- #: framework/premium/features/content-blocks/hooks-manager.php:516
1630
- msgid "After single product excerpt"
1631
  msgstr ""
1632
 
1633
- #: framework/premium/features/content-blocks/hooks-manager.php:521
1634
- msgid "Before single product tabs"
1635
  msgstr ""
1636
 
1637
- #: framework/premium/features/content-blocks/hooks-manager.php:527
1638
- msgid "After single product tabs"
1639
  msgstr ""
1640
 
1641
- #: framework/premium/features/content-blocks/hooks-manager.php:531
1642
- msgid "WooCommerce Product"
1643
  msgstr ""
1644
 
1645
- #: framework/premium/features/content-blocks/hooks-manager.php:536
1646
- msgid "Cart is empty"
1647
  msgstr ""
1648
 
1649
- #: framework/premium/features/content-blocks/hooks-manager.php:540
1650
- msgid "Before cart"
1651
  msgstr ""
1652
 
1653
- #: framework/premium/features/content-blocks/hooks-manager.php:544
1654
- msgid "Before cart table"
1655
  msgstr ""
1656
 
1657
- #: framework/premium/features/content-blocks/hooks-manager.php:548
1658
- msgid "Before cart contents"
1659
  msgstr ""
1660
 
1661
- #: framework/premium/features/content-blocks/hooks-manager.php:552
1662
- msgid "Cart contents"
1663
  msgstr ""
1664
 
1665
- #: framework/premium/features/content-blocks/hooks-manager.php:556
1666
- msgid "After cart contents"
 
 
 
 
 
1667
  msgstr ""
1668
 
1669
- #: framework/premium/features/content-blocks/hooks-manager.php:560
1670
- msgid "Cart coupon"
 
1671
  msgstr ""
1672
 
1673
- #: framework/premium/features/content-blocks/hooks-manager.php:564
1674
- msgid "Cart actions"
1675
  msgstr ""
1676
 
1677
- #: framework/premium/features/content-blocks/hooks-manager.php:568
1678
- msgid "After cart table"
1679
  msgstr ""
1680
 
1681
- #: framework/premium/features/content-blocks/hooks-manager.php:572
1682
- msgid "Cart collaterals"
1683
  msgstr ""
1684
 
1685
- #: framework/premium/features/content-blocks/hooks-manager.php:576
1686
- msgid "Before cart totals"
1687
  msgstr ""
1688
 
1689
- #: framework/premium/features/content-blocks/hooks-manager.php:580
1690
- msgid "Cart totals before order total"
1691
  msgstr ""
1692
 
1693
- #: framework/premium/features/content-blocks/hooks-manager.php:584
1694
- msgid "Cart totals after order total"
1695
  msgstr ""
1696
 
1697
- #: framework/premium/features/content-blocks/hooks-manager.php:588
1698
- msgid "Proceed to checkout"
1699
  msgstr ""
1700
 
1701
- #: framework/premium/features/content-blocks/hooks-manager.php:592
1702
- msgid "After cart totals"
1703
  msgstr ""
1704
 
1705
- #: framework/premium/features/content-blocks/hooks-manager.php:596
1706
- msgid "After cart"
1707
  msgstr ""
1708
 
1709
- #: framework/premium/features/content-blocks/hooks-manager.php:601
1710
- msgid "Before Mini Cart"
1711
  msgstr ""
1712
 
1713
- #: framework/premium/features/content-blocks/hooks-manager.php:606
1714
- msgid "Before Mini Cart Contents"
1715
  msgstr ""
1716
 
1717
- #: framework/premium/features/content-blocks/hooks-manager.php:611
1718
- msgid "Mini Cart Contents"
1719
  msgstr ""
1720
 
1721
- #: framework/premium/features/content-blocks/hooks-manager.php:616
1722
- msgid "Widget Shopping Cart Before Buttons"
1723
  msgstr ""
1724
 
1725
- #: framework/premium/features/content-blocks/hooks-manager.php:621
1726
- msgid "Widget Shopping Cart After Buttons"
1727
  msgstr ""
1728
 
1729
- #: framework/premium/features/content-blocks/hooks-manager.php:626
1730
- msgid "After Mini Cart"
1731
  msgstr ""
1732
 
1733
- #: framework/premium/features/content-blocks/hooks-manager.php:628
1734
- msgid "WooCommerce Cart"
1735
  msgstr ""
1736
 
1737
- #: framework/premium/features/content-blocks/hooks-manager.php:634
1738
- msgid "Before checkout form"
1739
  msgstr ""
1740
 
1741
- #: framework/premium/features/content-blocks/hooks-manager.php:638
1742
- msgid "Before customer details"
1743
  msgstr ""
1744
 
1745
- #: framework/premium/features/content-blocks/hooks-manager.php:642
1746
- msgid "After customer details"
1747
  msgstr ""
1748
 
1749
- #: framework/premium/features/content-blocks/hooks-manager.php:646
1750
- msgid "Checkout billing"
1751
  msgstr ""
1752
 
1753
- #: framework/premium/features/content-blocks/hooks-manager.php:650
1754
- msgid "Before checkout billing form"
1755
  msgstr ""
1756
 
1757
- #: framework/premium/features/content-blocks/hooks-manager.php:654
1758
- msgid "After checkout billing form"
1759
  msgstr ""
1760
 
1761
- #: framework/premium/features/content-blocks/hooks-manager.php:658
1762
- msgid "Before order notes"
1763
  msgstr ""
1764
 
1765
- #: framework/premium/features/content-blocks/hooks-manager.php:662
1766
- msgid "After order notes"
1767
  msgstr ""
1768
 
1769
- #: framework/premium/features/content-blocks/hooks-manager.php:666
1770
- msgid "Checkout shipping"
1771
  msgstr ""
1772
 
1773
- #: framework/premium/features/content-blocks/hooks-manager.php:670
1774
- msgid "Checkout before order review"
1775
  msgstr ""
1776
 
1777
- #: framework/premium/features/content-blocks/hooks-manager.php:674
1778
- msgid "Checkout order review"
1779
  msgstr ""
1780
 
1781
- #: framework/premium/features/content-blocks/hooks-manager.php:678
1782
- msgid "Review order before cart contents"
1783
  msgstr ""
1784
 
1785
- #: framework/premium/features/content-blocks/hooks-manager.php:682
1786
- msgid "Review order after cart contents"
1787
  msgstr ""
1788
 
1789
- #: framework/premium/features/content-blocks/hooks-manager.php:686
1790
- msgid "Review order before order total"
1791
  msgstr ""
1792
 
1793
- #: framework/premium/features/content-blocks/hooks-manager.php:690
1794
- msgid "Review order after order total"
1795
  msgstr ""
1796
 
1797
- #: framework/premium/features/content-blocks/hooks-manager.php:694
1798
- msgid "Review order before payment"
1799
  msgstr ""
1800
 
1801
- #: framework/premium/features/content-blocks/hooks-manager.php:698
1802
- msgid "Review order before submit"
1803
  msgstr ""
1804
 
1805
- #: framework/premium/features/content-blocks/hooks-manager.php:702
1806
- msgid "Review order after submit"
1807
  msgstr ""
1808
 
1809
- #: framework/premium/features/content-blocks/hooks-manager.php:706
1810
- msgid "Review order after payment"
1811
  msgstr ""
1812
 
1813
- #: framework/premium/features/content-blocks/hooks-manager.php:710
1814
- msgid "Checkout after order review"
1815
  msgstr ""
1816
 
1817
- #: framework/premium/features/content-blocks/hooks-manager.php:714
1818
- msgid "After checkout form"
1819
  msgstr ""
1820
 
1821
- #: framework/premium/features/content-blocks/hooks-manager.php:717
1822
- msgid "WooCommerce Checkout"
1823
  msgstr ""
1824
 
1825
- #: framework/premium/features/content-blocks/hooks-manager.php:723
1826
- msgid "Before my account"
1827
  msgstr ""
1828
 
1829
- #: framework/premium/features/content-blocks/hooks-manager.php:727
1830
- msgid "Before account navigation"
1831
  msgstr ""
1832
 
1833
- #: framework/premium/features/content-blocks/hooks-manager.php:731
1834
- msgid "Account navigation"
1835
  msgstr ""
1836
 
1837
- #: framework/premium/features/content-blocks/hooks-manager.php:735
1838
- msgid "After account navigation"
1839
  msgstr ""
1840
 
1841
- #: framework/premium/features/content-blocks/hooks-manager.php:739
1842
- msgid "Account content"
1843
  msgstr ""
1844
 
1845
- #: framework/premium/features/content-blocks/hooks-manager.php:743
1846
- msgid "Account dashboard"
1847
  msgstr ""
1848
 
1849
- #: framework/premium/features/content-blocks/hooks-manager.php:747
1850
- msgid "After my account"
1851
  msgstr ""
1852
 
1853
- #: framework/premium/features/content-blocks/hooks-manager.php:749,
1854
- #: framework/features/header/items/account/options.php:17,
1855
- #: framework/features/header/items/account/options.php:18
1856
- msgid "WooCommerce Account"
1857
  msgstr ""
1858
 
1859
- #: framework/premium/features/content-blocks/hooks-manager.php:755
1860
- msgid "WP footer"