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"
1861
  msgstr ""
1862
 
1863
- #: framework/premium/features/content-blocks/hooks-manager.php:756,
1864
- #: framework/premium/features/content-blocks/hooks-manager.php:764,
1865
- #: framework/premium/features/content-blocks/hooks-manager.php:772
1866
- msgid "Footer"
1867
  msgstr ""
1868
 
1869
- #: framework/premium/features/content-blocks/hooks-manager.php:763
1870
- msgid "Footer before"
1871
  msgstr ""
1872
 
1873
- #: framework/premium/features/content-blocks/hooks-manager.php:771
1874
- msgid "Footer after"
1875
  msgstr ""
1876
 
1877
- #: framework/premium/features/content-blocks/hooks-manager.php:786
1878
- msgid "Custom Hook (%s)"
1879
  msgstr ""
1880
 
1881
- #: framework/premium/features/content-blocks/hooks-manager.php:792,
1882
- #: framework/premium/features/content-blocks/options/hook.php:197
1883
- #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
1884
- msgid "After Block Number"
1885
  msgstr ""
1886
 
1887
- #: framework/premium/features/content-blocks/hooks-manager.php:798,
1888
- #: framework/premium/features/content-blocks/options/hook.php:214
1889
- #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
1890
- msgid "Before Heading Number"
1891
  msgstr ""
1892
 
1893
- #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
1894
- msgid "About Me"
 
1895
  msgstr ""
1896
 
1897
- #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14
1898
- msgid "About me"
1899
- msgstr ""
1900
-
1901
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
1902
- #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
1903
- #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
1904
- #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
1905
- msgid "Advertisement"
1906
- msgstr ""
1907
-
1908
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31
1909
- msgid "Code"
1910
- msgstr ""
1911
-
1912
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
1913
- msgid "Image"
1914
- msgstr ""
1915
-
1916
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
1917
- msgid "Ad Code"
1918
- msgstr ""
1919
-
1920
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
1921
- msgid "Upload Image"
1922
- msgstr ""
1923
-
1924
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
1925
- #: framework/extensions/widgets/widgets/ct-quote/options.php:66
1926
- msgid "Select Image"
1927
  msgstr ""
1928
 
1929
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
1930
- #: framework/extensions/widgets/widgets/ct-quote/options.php:67
1931
- msgid "Change Image"
1932
  msgstr ""
1933
 
1934
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
1935
- #: framework/extensions/widgets/widgets/ct-posts/options.php:126
1936
- msgid "Image Ratio"
1937
  msgstr ""
1938
 
1939
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:75
1940
- msgid "Ad URL"
 
1941
  msgstr ""
1942
 
1943
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
1944
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:322
1945
- msgid "Open link in new tab"
1946
  msgstr ""
1947
 
1948
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
1949
- #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
1950
- #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
1951
- msgid "Contact Info"
1952
  msgstr ""
1953
 
1954
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
1955
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
1956
- #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
1957
- #: framework/premium/features/premium-header/items/contacts/options.php:20,
1958
- #: framework/premium/features/premium-header/items/contacts/options.php:49,
1959
- #: framework/premium/features/premium-header/items/contacts/view.php:22
1960
- msgid "Address:"
1961
  msgstr ""
1962
 
1963
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
1964
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
1965
- #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
1966
- #: framework/premium/features/premium-header/items/contacts/options.php:27,
1967
- #: framework/premium/features/premium-header/items/contacts/options.php:75,
1968
- #: framework/premium/features/premium-header/items/contacts/view.php:29
1969
- msgid "Phone:"
1970
  msgstr ""
1971
 
1972
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
1973
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
1974
- #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
1975
- #: framework/premium/features/premium-header/items/contacts/options.php:35,
1976
- #: framework/premium/features/premium-header/items/contacts/options.php:102,
1977
- #: framework/premium/features/premium-header/items/contacts/view.php:37
1978
- msgid "Mobile:"
1979
  msgstr ""
1980
 
1981
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
1982
- #: framework/premium/features/premium-header/items/contacts/options.php:44
1983
- msgid "Address"
1984
  msgstr ""
1985
 
1986
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
1987
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
1988
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:150,
1989
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:178,
1990
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
1991
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
1992
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
1993
- #: framework/premium/features/premium-header/items/contacts/options.php:62,
1994
- #: framework/premium/features/premium-header/items/contacts/options.php:88,
1995
- #: framework/premium/features/premium-header/items/contacts/options.php:115,
1996
- #: framework/premium/features/premium-header/items/contacts/options.php:142,
1997
- #: framework/premium/features/premium-header/items/contacts/options.php:169,
1998
- #: framework/premium/features/premium-header/items/contacts/options.php:196,
1999
- #: framework/premium/features/premium-header/items/contacts/options.php:223
2000
- msgid "Link (optional)"
2001
  msgstr ""
2002
 
2003
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
2004
- #: framework/premium/features/premium-header/items/contacts/options.php:124
2005
- msgid "Work Hours"
2006
- msgstr ""
 
2007
 
2008
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
2009
- #: framework/premium/features/premium-header/items/contacts/options.php:129
2010
- msgid "Opening hours"
2011
  msgstr ""
2012
 
2013
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
2014
- #: framework/premium/features/premium-header/items/contacts/options.php:151
2015
- msgid "Fax"
2016
  msgstr ""
2017
 
2018
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
2019
- #: framework/premium/features/premium-header/items/contacts/options.php:156
2020
- msgid "Fax:"
2021
  msgstr ""
2022
 
2023
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
2024
- #: framework/premium/features/premium-header/items/contacts/options.php:183
2025
- msgid "Email:"
 
 
2026
  msgstr ""
2027
 
2028
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
2029
- #: framework/premium/features/premium-header/items/contacts/options.php:205
2030
- msgid "Website"
2031
  msgstr ""
2032
 
2033
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
2034
- #: framework/premium/features/premium-header/items/contacts/options.php:210
2035
- msgid "Website:"
2036
- msgstr ""
2037
 
2038
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
2039
- #: framework/extensions/widgets/widgets/ct-socials/options.php:80
2040
- msgid "Small"
2041
  msgstr ""
2042
 
2043
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
2044
- #: framework/extensions/widgets/widgets/ct-socials/options.php:82
2045
- msgid "Large"
 
 
2046
  msgstr ""
2047
 
2048
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
2049
- #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
2050
- #: framework/premium/features/premium-header/items/contacts/options.php:270
2051
- msgid "Icons Shape Type"
2052
  msgstr ""
2053
 
2054
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
2055
- #: framework/extensions/widgets/widgets/ct-socials/options.php:95,
2056
- #: framework/premium/features/premium-header/items/contacts/options.php:278
2057
- msgid "Rounded"
 
2058
  msgstr ""
2059
 
2060
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
2061
- #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
2062
- #: framework/premium/features/premium-header/items/contacts/options.php:279
2063
- msgid "Square"
 
2064
  msgstr ""
2065
 
2066
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
2067
- #: framework/extensions/widgets/widgets/ct-socials/options.php:106,
2068
- #: framework/premium/features/premium-header/items/contacts/options.php:290
2069
- msgid "Shape Fill Type"
 
2070
  msgstr ""
2071
 
2072
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
2073
- #: framework/extensions/widgets/widgets/ct-socials/options.php:113,
2074
- #: framework/premium/features/premium-header/items/contacts/options.php:297
2075
- msgid "Solid"
2076
  msgstr ""
2077
 
2078
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
2079
- #: framework/extensions/widgets/widgets/ct-socials/options.php:114,
2080
- #: framework/premium/features/premium-header/items/contacts/options.php:298
2081
- msgid "Outline"
2082
  msgstr ""
2083
 
2084
- #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
2085
- msgid "Contact info"
 
2086
  msgstr ""
2087
 
2088
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:22
2089
- msgid "Page URL"
 
2090
  msgstr ""
2091
 
2092
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:30
2093
- msgid "Profile Photos"
 
2094
  msgstr ""
2095
 
2096
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:37
2097
- msgid "Timeline"
 
2098
  msgstr ""
2099
 
2100
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:44
2101
- msgid "Cover Photo"
 
 
 
2102
  msgstr ""
2103
 
2104
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:51
2105
- msgid "Small Header"
 
2106
  msgstr ""
2107
 
2108
- #: framework/extensions/widgets/widgets/ct-facebook/widget.php:14
2109
- msgid "Facebook like box"
 
2110
  msgstr ""
2111
 
2112
- #: framework/extensions/widgets/widgets/ct-posts/options.php:103
2113
- msgid "Widget Design"
 
 
 
 
 
 
 
2114
  msgstr ""
2115
 
2116
- #: framework/extensions/widgets/widgets/ct-posts/options.php:108
2117
- msgid "Without Thumbnails"
 
2118
  msgstr ""
2119
 
2120
- #: framework/extensions/widgets/widgets/ct-posts/options.php:109
2121
- msgid "Small Thumbnails"
 
2122
  msgstr ""
2123
 
2124
- #: framework/extensions/widgets/widgets/ct-posts/options.php:110
2125
- msgid "Large Thumbnails"
 
 
 
2126
  msgstr ""
2127
 
2128
- #: framework/extensions/widgets/widgets/ct-posts/options.php:111
2129
- msgid "First Thumbnail Large"
 
 
 
2130
  msgstr ""
2131
 
2132
- #: framework/extensions/widgets/widgets/ct-posts/options.php:112
2133
- msgid "Rounded Thumbnails"
 
 
 
 
 
 
 
2134
  msgstr ""
2135
 
2136
- #: framework/extensions/widgets/widgets/ct-posts/options.php:113
2137
- msgid "Numbered"
 
2138
  msgstr ""
2139
 
2140
- #: framework/extensions/widgets/widgets/ct-posts/options.php:137
2141
- msgid "Post Type"
 
 
 
 
 
 
 
 
 
2142
  msgstr ""
2143
 
2144
- #: framework/extensions/widgets/widgets/ct-posts/options.php:193
2145
- msgid "Sort by"
 
2146
  msgstr ""
2147
 
2148
- #: framework/extensions/widgets/widgets/ct-posts/options.php:199
2149
- msgid "Recent"
 
2150
  msgstr ""
2151
 
2152
- #: framework/extensions/widgets/widgets/ct-posts/options.php:200
2153
- msgid "Most Commented"
 
 
 
2154
  msgstr ""
2155
 
2156
- #: framework/extensions/widgets/widgets/ct-posts/options.php:201
2157
- msgid "Random"
 
 
 
 
 
2158
  msgstr ""
2159
 
2160
- #: framework/extensions/widgets/widgets/ct-posts/options.php:208
2161
- msgid "Order by"
 
 
 
2162
  msgstr ""
2163
 
2164
- #: framework/extensions/widgets/widgets/ct-posts/options.php:214
2165
- msgid "1 Week"
 
 
 
 
 
 
 
2166
  msgstr ""
2167
 
2168
- #: framework/extensions/widgets/widgets/ct-posts/options.php:215
2169
- msgid "1 Month"
 
2170
  msgstr ""
2171
 
2172
- #: framework/extensions/widgets/widgets/ct-posts/options.php:216
2173
- msgid "3 Months"
 
 
 
2174
  msgstr ""
2175
 
2176
- #: framework/extensions/widgets/widgets/ct-posts/options.php:217
2177
- msgid "6 Months"
 
2178
  msgstr ""
2179
 
2180
- #: framework/extensions/widgets/widgets/ct-posts/options.php:218
2181
- msgid "1 Year"
 
2182
  msgstr ""
2183
 
2184
- #: framework/extensions/widgets/widgets/ct-posts/options.php:225
2185
- msgid "Posts Count"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2186
  msgstr ""
2187
 
2188
- #: framework/extensions/widgets/widgets/ct-posts/options.php:265
2189
- msgid "Pages ID"
 
2190
  msgstr ""
2191
 
2192
- #: framework/extensions/widgets/widgets/ct-posts/options.php:269
2193
- msgid "Separate pages ID by comma. More info %shere%s."
 
2194
  msgstr ""
2195
 
2196
- #: framework/extensions/widgets/widgets/ct-posts/options.php:287
2197
- msgid "Pages Count"
 
2198
  msgstr ""
2199
 
2200
- #: framework/extensions/widgets/widgets/ct-posts/options.php:298
2201
- msgid "Show Date"
 
2202
  msgstr ""
2203
 
2204
- #: framework/extensions/widgets/widgets/ct-posts/options.php:305
2205
- msgid "Show Comments"
 
2206
  msgstr ""
2207
 
2208
- #: framework/extensions/widgets/widgets/ct-posts/options.php:312
2209
- msgid "Show Excerpt"
 
2210
  msgstr ""
2211
 
2212
- #: framework/extensions/widgets/widgets/ct-posts/options.php:324
2213
- msgid "Excerpt Lenght"
 
2214
  msgstr ""
2215
 
2216
- #: framework/extensions/widgets/widgets/ct-posts/view.php:220
2217
- msgid "1 Comment"
 
2218
  msgstr ""
2219
 
2220
- #: framework/extensions/widgets/widgets/ct-posts/view.php:220
2221
- msgid "% Comments"
 
2222
  msgstr ""
2223
 
2224
- #: framework/extensions/widgets/widgets/ct-quote/options.php:18,
2225
- #: framework/extensions/widgets/widgets/ct-quote/view.php:12,
2226
- #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
2227
- #: framework/extensions/widgets/widgets/ct-quote/widget.php:14
2228
- msgid "Quote"
2229
  msgstr ""
2230
 
2231
- #: framework/extensions/widgets/widgets/ct-quote/options.php:46
2232
- msgid "Author Name"
 
2233
  msgstr ""
2234
 
2235
- #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
2236
- #: framework/extensions/widgets/widgets/ct-quote/view.php:18
2237
- msgid "John Doe"
2238
  msgstr ""
2239
 
2240
- #: framework/extensions/widgets/widgets/ct-quote/options.php:55
2241
- msgid "Author Label"
 
2242
  msgstr ""
2243
 
2244
- #: framework/extensions/widgets/widgets/ct-quote/options.php:62
2245
- msgid "Author Avatar"
 
2246
  msgstr ""
2247
 
2248
- #. translators: %s here is the author name
2249
- #: framework/extensions/widgets/widgets/ct-quote/view.php:49
2250
- msgid "By %s"
2251
  msgstr ""
2252
 
2253
- #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
2254
- #: framework/extensions/widgets/widgets/ct-socials/view.php:11
2255
- msgid "Social Icons"
2256
  msgstr ""
2257
 
2258
- #: framework/extensions/widgets/widgets/ct-socials/options.php:27
2259
- msgid "You can configure social URLs in %s."
 
 
 
 
 
 
 
 
 
2260
  msgstr ""
2261
 
2262
- #: framework/extensions/widgets/widgets/ct-socials/options.php:59
2263
- msgid "Open links in new tab"
 
 
 
 
 
 
 
 
 
 
 
 
 
2264
  msgstr ""
2265
 
2266
- #: framework/extensions/widgets/widgets/ct-socials/options.php:67
2267
- msgid "Set links to nofollow"
 
 
 
 
 
2268
  msgstr ""
2269
 
2270
- #: framework/features/header/items/account/options.php:4
2271
- msgid "Profile Page"
 
 
 
 
 
2272
  msgstr ""
2273
 
2274
- #: framework/features/header/items/account/options.php:5
2275
- msgid "Dashboard Page"
 
 
 
2276
  msgstr ""
2277
 
2278
- #: framework/features/header/items/account/options.php:7,
2279
- #: framework/features/header/items/account/options.php:13
2280
- msgid "Custom Link"
 
 
 
 
 
 
 
 
 
 
 
 
2281
  msgstr ""
2282
 
2283
- #: framework/features/header/items/account/options.php:8
2284
- msgid "Logout"
 
2285
  msgstr ""
2286
 
2287
- #: framework/features/header/items/account/options.php:12
2288
- msgid "Modal"
 
 
 
 
 
 
 
2289
  msgstr ""
2290
 
2291
- #: framework/features/header/items/account/options.php:24
2292
- msgid "Customizing: Logged in State"
 
 
 
 
 
 
 
2293
  msgstr ""
2294
 
2295
- #: framework/features/header/items/account/options.php:36
2296
- msgid "Logged In Options"
 
 
 
 
 
 
 
 
 
 
 
 
 
2297
  msgstr ""
2298
 
2299
- #: framework/features/header/items/account/options.php:41
2300
- msgid "Logged Out Options"
 
 
 
 
 
 
 
2301
  msgstr ""
2302
 
2303
- #: framework/features/header/items/account/options.php:61,
2304
- #: framework/features/header/items/account/options.php:311
2305
- msgid "Account Action"
2306
  msgstr ""
2307
 
2308
- #: framework/features/header/items/account/options.php:74
2309
- msgid "Select Menu"
 
2310
  msgstr ""
2311
 
2312
- #: framework/features/header/items/account/options.php:80
2313
- msgid "Select menu..."
 
2314
  msgstr ""
2315
 
2316
- #. translators: placeholder here means the actual URL.
2317
- #: framework/features/header/items/account/options.php:84
2318
- msgid "Manage your menu items in the %sMenus screen%s."
2319
  msgstr ""
2320
 
2321
- #: framework/features/header/items/account/options.php:101,
2322
- #: framework/features/header/items/account/options.php:326
2323
- msgid "Custom Page Link"
2324
  msgstr ""
2325
 
2326
- #: framework/features/header/items/account/options.php:116,
2327
- #: framework/features/header/items/account/options.php:342
2328
- msgid "Account Image"
2329
  msgstr ""
2330
 
2331
- #: framework/features/header/items/account/options.php:122
2332
- msgid "Avatar"
 
 
 
 
 
 
 
 
 
2333
  msgstr ""
2334
 
2335
- #: framework/features/header/items/account/options.php:135
2336
- msgid "Avatar Size"
 
 
 
 
 
 
 
 
 
2337
  msgstr ""
2338
 
2339
- #: framework/features/header/items/account/options.php:187,
2340
- #: framework/features/header/items/account/options.php:393
2341
- msgid "Type 5"
2342
  msgstr ""
2343
 
2344
- #: framework/features/header/items/account/options.php:192,
2345
- #: framework/features/header/items/account/options.php:398
2346
- msgid "Type 6"
2347
  msgstr ""
2348
 
2349
- #: framework/features/header/items/account/options.php:269
2350
- msgid "Label Type"
 
 
 
 
 
 
 
2351
  msgstr ""
2352
 
2353
- #: framework/features/header/items/account/options.php:288,
2354
- #: framework/features/header/items/account/options.php:475,
2355
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
2356
- msgid "Label Text"
2357
  msgstr ""
2358
 
2359
- #: framework/features/header/items/account/options.php:293,
2360
- #: framework/features/header/items/account/views/login.php:67
2361
- msgid "My Account"
2362
  msgstr ""
2363
 
2364
- #: framework/features/header/items/account/options.php:503,
2365
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
2366
- msgid "Label Font"
 
2367
  msgstr ""
2368
 
2369
- #: framework/features/header/items/account/options.php:514,
2370
- #: framework/features/header/items/account/options.php:543,
2371
- #: framework/features/header/items/account/options.php:575,
2372
- #: framework/features/header/items/account/options.php:605
2373
- msgid "Label Color"
2374
  msgstr ""
2375
 
2376
- #: framework/features/header/items/account/options.php:519,
2377
- #: framework/features/header/items/account/options.php:665,
2378
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
2379
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
2380
- #: framework/premium/features/premium-header/items/contacts/options.php:364,
2381
- #: framework/premium/features/premium-header/items/contacts/options.php:534,
2382
- #: framework/premium/features/premium-header/items/contacts/options.php:681,
2383
- #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
2384
- #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
2385
- #: framework/premium/features/premium-header/items/search-input/options.php:189,
2386
- #: framework/premium/features/premium-header/items/search-input/options.php:319,
2387
- #: framework/premium/features/premium-header/items/search-input/options.php:449,
2388
- #: framework/premium/features/premium-header/items/search-input/options.php:585
2389
- msgid "Default State"
2390
  msgstr ""
2391
 
2392
- #: framework/features/header/items/account/options.php:524,
2393
- #: framework/features/header/items/account/options.php:670,
2394
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
2395
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
2396
- #: framework/premium/features/premium-header/items/contacts/options.php:369,
2397
- #: framework/premium/features/premium-header/items/contacts/options.php:539,
2398
- #: framework/premium/features/premium-header/items/contacts/options.php:689,
2399
- #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
2400
- #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
2401
- #: framework/premium/features/premium-header/items/search-input/options.php:194,
2402
- #: framework/premium/features/premium-header/items/search-input/options.php:324,
2403
- #: framework/premium/features/premium-header/items/search-input/options.php:454,
2404
- #: framework/premium/features/premium-header/items/search-input/options.php:590
2405
- msgid "Transparent State"
2406
  msgstr ""
2407
 
2408
- #: framework/features/header/items/account/options.php:533,
2409
- #: framework/features/header/items/account/options.php:679,
2410
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
2411
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
2412
- #: framework/premium/features/premium-header/items/contacts/options.php:378,
2413
- #: framework/premium/features/premium-header/items/contacts/options.php:548,
2414
- #: framework/premium/features/premium-header/items/contacts/options.php:699,
2415
- #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
2416
- #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
2417
- #: framework/premium/features/premium-header/items/search-input/options.php:203,
2418
- #: framework/premium/features/premium-header/items/search-input/options.php:333,
2419
- #: framework/premium/features/premium-header/items/search-input/options.php:463,
2420
- #: framework/premium/features/premium-header/items/search-input/options.php:599
2421
- msgid "Sticky State"
2422
  msgstr ""
2423
 
2424
- #: framework/features/header/items/account/options.php:785
2425
- msgid "Item Margin"
 
2426
  msgstr ""
2427
 
2428
- #: framework/features/header/items/account/options.php:804
2429
- msgid "Modal Options"
 
2430
  msgstr ""
2431
 
2432
- #: framework/features/header/items/account/options.php:939
2433
- msgid "Modal Shadow"
 
2434
  msgstr ""
2435
 
2436
- #: framework/features/header/items/account/options.php:1021
2437
- msgid "Modal Background"
 
2438
  msgstr ""
2439
 
2440
- #: framework/features/header/items/account/options.php:1036
2441
- msgid "Modal Backdrop"
 
2442
  msgstr ""
2443
 
2444
- #: framework/features/header/items/account/options.php:1066
2445
- msgid "Element Visibility"
 
2446
  msgstr ""
2447
 
2448
- #: framework/features/header/items/account/view.php:16,
2449
- #: framework/features/header/items/account/view.php:18,
2450
- #: framework/features/header/items/account/view.php:20,
2451
- #: framework/features/header/items/account/view.php:23,
2452
- #: framework/features/header/items/account/view.php:25,
2453
- #: framework/features/header/items/account/view.php:27
2454
- msgid "Account header icon"
 
 
 
 
2455
  msgstr ""
2456
 
2457
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:403
2458
- msgid "You have no %s fields declared for this custom post type."
 
 
 
 
 
 
 
2459
  msgstr ""
2460
 
2461
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:415,
2462
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:836,
2463
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:847
2464
- msgid "Field"
 
2465
  msgstr ""
2466
 
2467
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:427,
2468
- #: framework/premium/features/premium-header/items/language-switcher/options.php:60
2469
- msgid "Label"
2470
  msgstr ""
2471
 
2472
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:476
2473
- msgid "Fallback"
 
2474
  msgstr ""
2475
 
2476
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:488
2477
- msgid "%s Field"
 
2478
  msgstr ""
2479
 
2480
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:834
2481
- msgid "%s %s Font"
 
2482
  msgstr ""
2483
 
2484
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:845
2485
- msgid "%s %s Color"
 
2486
  msgstr ""
2487
 
2488
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
2489
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
2490
- msgid "Read Time"
2491
  msgstr ""
2492
 
2493
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:88
2494
- msgid " min"
 
2495
  msgstr ""
2496
 
2497
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:91
2498
- msgid " mins"
 
 
 
2499
  msgstr ""
2500
 
2501
- #: framework/premium/extensions/post-types-extra/includes/filtering.php:286
2502
- msgid "All"
 
2503
  msgstr ""
2504
 
2505
- #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
2506
- msgid "Featured Image"
 
 
 
 
 
2507
  msgstr ""
2508
 
2509
- #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
2510
- msgid "Accent Color"
 
2511
  msgstr ""
2512
 
2513
- #: framework/premium/extensions/shortcuts/views/bar.php:31,
2514
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:137
2515
- msgid "Wish List"
2516
  msgstr ""
2517
 
2518
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:42,
2519
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:50
2520
- msgid "Add to wishlist"
2521
  msgstr ""
2522
 
2523
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
2524
- msgid "Select a page"
 
2525
  msgstr ""
2526
 
2527
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
2528
- msgid "Products Wishlist"
 
2529
  msgstr ""
2530
 
2531
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
2532
- msgid "Show Wishlist Page To"
 
2533
  msgstr ""
2534
 
2535
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
2536
- msgid "Logged Users"
 
2537
  msgstr ""
2538
 
2539
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
2540
- msgid "All Users"
 
2541
  msgstr ""
2542
 
2543
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
2544
- msgid "Wish List Page"
 
2545
  msgstr ""
2546
 
2547
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
2548
- msgid "The page you select here will display the wish list for your logged out users."
 
2549
  msgstr ""
2550
 
2551
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
2552
- msgid "Display Wishlist Button On"
 
2553
  msgstr ""
2554
 
2555
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
2556
- msgid "Archive Pages"
 
2557
  msgstr ""
2558
 
2559
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
2560
- msgid "Single Product Pages"
 
 
 
 
 
 
 
2561
  msgstr ""
2562
 
2563
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
2564
- msgid "Quick View Modal"
 
 
 
 
 
 
 
2565
  msgstr ""
2566
 
2567
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
2568
- msgid "AJAX Add To Cart"
 
2569
  msgstr ""
2570
 
2571
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:131
2572
- msgid "Archive Button"
 
2573
  msgstr ""
2574
 
2575
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
2576
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
2577
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
2578
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
2579
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
2580
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
2581
- #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
2582
- #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
2583
- #: framework/premium/features/premium-header/items/language-switcher/options.php:313
2584
- msgid "Hover/Active"
2585
  msgstr ""
2586
 
2587
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:208
2588
- msgid "Single Product Button"
 
2589
  msgstr ""
2590
 
2591
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:284
2592
- msgid "Quick View Modal Button"
 
2593
  msgstr ""
2594
 
2595
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
2596
- msgid "You don't have any products in your wish list yet."
 
2597
  msgstr ""
2598
 
2599
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:14
2600
- msgid "Add to cart"
 
2601
  msgstr ""
2602
 
2603
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:89,
2604
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:113
2605
- msgid "Remove Product"
2606
  msgstr ""
2607
 
2608
- #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
2609
- msgid "Blocksy Variation Images"
 
2610
  msgstr ""
2611
 
2612
- #: framework/premium/features/content-blocks/options/404.php:33,
2613
- #: framework/premium/features/content-blocks/options/header.php:35,
2614
- #: framework/premium/features/content-blocks/options/hook.php:40,
2615
- #: framework/premium/features/content-blocks/options/popup.php:42
2616
- msgid "Container Structure"
2617
  msgstr ""
2618
 
2619
- #: framework/premium/features/content-blocks/options/404.php:59,
2620
- #: framework/premium/features/content-blocks/options/header.php:63,
2621
- #: framework/premium/features/content-blocks/options/hook.php:68
2622
- msgid "Narrow Width"
2623
  msgstr ""
2624
 
2625
- #: framework/premium/features/content-blocks/options/404.php:64,
2626
- #: framework/premium/features/content-blocks/options/header.php:68,
2627
- #: framework/premium/features/content-blocks/options/hook.php:73
2628
- msgid "Normal Width"
 
 
 
 
 
 
 
2629
  msgstr ""
2630
 
2631
- #: framework/premium/features/content-blocks/options/404.php:70,
2632
- #: framework/premium/features/content-blocks/options/header.php:74,
2633
- #: framework/premium/features/content-blocks/options/hook.php:79
2634
- msgid "Content Area Style"
2635
  msgstr ""
2636
 
2637
- #: framework/premium/features/content-blocks/options/404.php:84,
2638
- #: framework/premium/features/content-blocks/options/header.php:88,
2639
- #: framework/premium/features/content-blocks/options/hook.php:93
2640
- msgid "Content Area Vertical Spacing"
2641
  msgstr ""
2642
 
2643
- #: framework/premium/features/content-blocks/options/404.php:95,
2644
- #: framework/premium/features/content-blocks/options/header.php:99,
2645
- #: framework/premium/features/content-blocks/options/hook.php:104
2646
- msgid "Top & Bottom"
2647
  msgstr ""
2648
 
2649
- #: framework/premium/features/content-blocks/options/404.php:98,
2650
- #: framework/premium/features/content-blocks/options/header.php:102,
2651
- #: framework/premium/features/content-blocks/options/hook.php:107
2652
- msgid "Only Top"
2653
  msgstr ""
2654
 
2655
- #: framework/premium/features/content-blocks/options/404.php:101,
2656
- #: framework/premium/features/content-blocks/options/header.php:105,
2657
- #: framework/premium/features/content-blocks/options/hook.php:110
2658
- msgid "Only Bottom"
2659
  msgstr ""
2660
 
2661
- #: framework/premium/features/content-blocks/options/hook.php:148
2662
- msgid "Location & Priority"
 
2663
  msgstr ""
2664
 
2665
- #: framework/premium/features/content-blocks/options/hook.php:181
2666
- #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
2667
- msgid "Custom Hook"
2668
  msgstr ""
2669
 
2670
- #: framework/premium/features/content-blocks/options/hook.php:256,
2671
- #: framework/premium/features/content-blocks/options/popup.php:296
2672
- msgid "Expiration Date/Time"
2673
  msgstr ""
2674
 
2675
- #: framework/premium/features/content-blocks/options/hook.php:283
2676
- msgid "Block Position"
 
 
 
 
 
2677
  msgstr ""
2678
 
2679
- #: framework/premium/features/content-blocks/options/hook.php:290
2680
- msgid "Fixed"
 
2681
  msgstr ""
2682
 
2683
- #: framework/premium/features/content-blocks/options/hook.php:300
2684
- msgid "Location"
 
2685
  msgstr ""
2686
 
2687
- #: framework/premium/features/content-blocks/options/popup.php:50
2688
- msgid "Popup Position"
 
2689
  msgstr ""
2690
 
2691
- #: framework/premium/features/content-blocks/options/popup.php:57
2692
- msgid "Popup Size"
 
 
 
2693
  msgstr ""
2694
 
2695
- #: framework/premium/features/content-blocks/options/popup.php:63
2696
- msgid "Small Size"
 
2697
  msgstr ""
2698
 
2699
- #: framework/premium/features/content-blocks/options/popup.php:64
2700
- msgid "Medium Size"
 
2701
  msgstr ""
2702
 
2703
- #: framework/premium/features/content-blocks/options/popup.php:65
2704
- msgid "Large Size"
 
 
 
 
 
 
 
2705
  msgstr ""
2706
 
2707
- #: framework/premium/features/content-blocks/options/popup.php:66
2708
- msgid "Custom Size"
 
2709
  msgstr ""
2710
 
2711
- #: framework/premium/features/content-blocks/options/popup.php:76
2712
- msgid "Max Width"
 
2713
  msgstr ""
2714
 
2715
- #: framework/premium/features/content-blocks/options/popup.php:92
2716
- msgid "Max Height"
 
2717
  msgstr ""
2718
 
2719
- #: framework/premium/features/content-blocks/options/popup.php:111
2720
- msgid "Popup Animation"
 
2721
  msgstr ""
2722
 
2723
- #: framework/premium/features/content-blocks/options/popup.php:117
2724
- msgid "Fade in fade out"
 
 
 
 
 
 
 
2725
  msgstr ""
2726
 
2727
- #: framework/premium/features/content-blocks/options/popup.php:118
2728
- msgid "Zoom in zoom out"
 
2729
  msgstr ""
2730
 
2731
- #: framework/premium/features/content-blocks/options/popup.php:119
2732
- msgid "Slide in from left"
 
2733
  msgstr ""
2734
 
2735
- #: framework/premium/features/content-blocks/options/popup.php:120
2736
- msgid "Slide in from right"
 
2737
  msgstr ""
2738
 
2739
- #: framework/premium/features/content-blocks/options/popup.php:121
2740
- msgid "Slide in from top"
 
2741
  msgstr ""
2742
 
2743
- #: framework/premium/features/content-blocks/options/popup.php:122
2744
- msgid "Slide in from bottom"
 
 
 
 
 
2745
  msgstr ""
2746
 
2747
- #: framework/premium/features/content-blocks/options/popup.php:127
2748
- msgid "Animation Speed"
 
2749
  msgstr ""
2750
 
2751
- #: framework/premium/features/content-blocks/options/popup.php:144
2752
- msgid "Entrance Value"
 
2753
  msgstr ""
2754
 
2755
- #: framework/premium/features/content-blocks/options/popup.php:156
2756
- msgid "Trigger Condition"
 
2757
  msgstr ""
2758
 
2759
- #: framework/premium/features/content-blocks/options/popup.php:181
2760
- msgid "Element Class"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2761
  msgstr ""
2762
 
2763
- #: framework/premium/features/content-blocks/options/popup.php:188
2764
- msgid "Separate each class by comma if you have multiple elements."
 
 
 
2765
  msgstr ""
2766
 
2767
- #: framework/premium/features/content-blocks/options/popup.php:200
2768
- msgid "Scroll Direction"
 
2769
  msgstr ""
2770
 
2771
- #: framework/premium/features/content-blocks/options/popup.php:205
2772
- msgid "Scroll Down"
 
 
 
2773
  msgstr ""
2774
 
2775
- #: framework/premium/features/content-blocks/options/popup.php:206
2776
- msgid "Scroll Up"
 
2777
  msgstr ""
2778
 
2779
- #: framework/premium/features/content-blocks/options/popup.php:211
2780
- msgid "Scroll Distance"
 
2781
  msgstr ""
2782
 
2783
- #: framework/premium/features/content-blocks/options/popup.php:221
2784
- msgid "Set the scroll distance till the popup block will appear."
 
2785
  msgstr ""
2786
 
2787
- #: framework/premium/features/content-blocks/options/popup.php:233
2788
- msgid "Inactivity Time"
 
 
 
2789
  msgstr ""
2790
 
2791
- #: framework/premium/features/content-blocks/options/popup.php:239
2792
- msgid "Set the inactivity time (in seconds) till the popup block will appear."
 
 
 
2793
  msgstr ""
2794
 
2795
- #: framework/premium/features/content-blocks/options/popup.php:251
2796
- msgid "After X Time"
 
2797
  msgstr ""
2798
 
2799
- #: framework/premium/features/content-blocks/options/popup.php:257
2800
- msgid "Set after how much time (in seconds) the popup block will appear."
 
2801
  msgstr ""
2802
 
2803
- #: framework/premium/features/content-blocks/options/popup.php:269
2804
- msgid "Trigger Popup Only Once"
 
 
 
 
 
 
 
 
 
 
 
2805
  msgstr ""
2806
 
2807
- #: framework/premium/features/content-blocks/options/popup.php:272
2808
- msgid "If the close button is clicked the popup won't be triggered anymore for the current visitor."
 
2809
  msgstr ""
2810
 
2811
- #: framework/premium/features/content-blocks/options/popup.php:347
2812
- msgid "Padding"
 
2813
  msgstr ""
2814
 
2815
- #: framework/premium/features/content-blocks/options/popup.php:357,
2816
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
2817
- #: framework/premium/features/premium-header/items/language-switcher/options.php:465
2818
- msgid "Border Radius"
2819
  msgstr ""
2820
 
2821
- #: framework/premium/features/content-blocks/options/popup.php:386
2822
- msgid "Popup Offset"
 
 
 
2823
  msgstr ""
2824
 
2825
- #: framework/premium/features/content-blocks/options/popup.php:396
2826
- msgid "Container Overflow"
 
 
 
2827
  msgstr ""
2828
 
2829
- #: framework/premium/features/content-blocks/options/popup.php:403
2830
- msgid "Hidden"
 
 
 
2831
  msgstr ""
2832
 
2833
- #: framework/premium/features/content-blocks/options/popup.php:404
2834
- msgid "Visible"
 
2835
  msgstr ""
2836
 
2837
- #: framework/premium/features/content-blocks/options/popup.php:405
2838
- msgid "Scroll"
 
 
 
2839
  msgstr ""
2840
 
2841
- #: framework/premium/features/content-blocks/options/popup.php:407
2842
- msgid "Control what happens to the content that is too big to fit into the popup."
 
2843
  msgstr ""
2844
 
2845
- #: framework/premium/features/content-blocks/options/popup.php:411
2846
- msgid "Close Button"
 
2847
  msgstr ""
2848
 
2849
- #: framework/premium/features/content-blocks/options/popup.php:419
2850
- msgid "Inside"
 
2851
  msgstr ""
2852
 
2853
- #: framework/premium/features/content-blocks/options/popup.php:420
2854
- msgid "Outside"
 
2855
  msgstr ""
2856
 
2857
- #: framework/premium/features/content-blocks/options/popup.php:494
2858
- msgid "Popup Background"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2859
  msgstr ""
2860
 
2861
- #: framework/premium/features/content-blocks/options/popup.php:508
2862
- msgid "Popup Backdrop Background"
 
2863
  msgstr ""
2864
 
2865
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
2866
- msgid "Posts Filter"
 
2867
  msgstr ""
2868
 
2869
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
2870
- msgid "Filtering Behavior"
 
2871
  msgstr ""
2872
 
2873
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
2874
- msgid "Instant Reload"
 
2875
  msgstr ""
2876
 
2877
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
2878
- msgid "Page Reload"
 
2879
  msgstr ""
2880
 
2881
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
2882
- msgid "Items Horizontal Spacing"
 
2883
  msgstr ""
2884
 
2885
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
2886
- #: framework/premium/features/premium-header/items/language-switcher/options.php:360
2887
- msgid "Items Vertical Spacing"
2888
  msgstr ""
2889
 
2890
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
2891
- msgid "Container Bottom Spacing"
 
2892
  msgstr ""
2893
 
2894
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
2895
- msgid "Horizontal Alignment"
 
2896
  msgstr ""
2897
 
2898
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
2899
- msgid "Button Padding"
 
2900
  msgstr ""
2901
 
2902
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
2903
- msgid "Read Progress"
 
2904
  msgstr ""
2905
 
2906
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
2907
- msgid "Indicator Height"
 
2908
  msgstr ""
2909
 
2910
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
2911
- msgid "Auto Hide"
 
2912
  msgstr ""
2913
 
2914
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
2915
- msgid "Automatically hide the read progress bar once you arrive at the bottom of the article."
 
2916
  msgstr ""
2917
 
2918
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
2919
- msgid "Main Color"
 
2920
  msgstr ""
2921
 
2922
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
2923
- msgid "Icon Badge"
 
2924
  msgstr ""
2925
 
2926
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146
2927
- msgid "Label Font Color"
 
2928
  msgstr ""
2929
 
2930
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:21,
2931
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:24,
2932
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:30
2933
- msgid "Wishlist header icon"
2934
  msgstr ""
2935
 
2936
- #: framework/premium/features/premium-header/items/contacts/config.php:4
2937
- msgid "Contacts"
 
2938
  msgstr ""
2939
 
2940
- #: framework/premium/features/premium-header/items/contacts/options.php:239
2941
- msgid "Open Links In New Tab"
 
2942
  msgstr ""
2943
 
2944
- #: framework/premium/features/premium-header/items/contacts/options.php:259,
2945
- #: framework/premium/features/premium-header/items/language-switcher/options.php:95
2946
- msgid "Items Spacing"
2947
  msgstr ""
2948
 
2949
- #: framework/premium/features/premium-header/items/contacts/options.php:834,
2950
- #: framework/premium/features/premium-header/items/divider/options.php:107,
2951
- #: framework/premium/features/premium-header/items/divider/options.php:126,
2952
- #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2953
- #: framework/premium/features/premium-header/items/search-input/options.php:724
2954
- msgid "Margin"
2955
  msgstr ""
2956
 
2957
- #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2958
- msgid "Dark Mode"
 
2959
  msgstr ""
2960
 
2961
- #: framework/premium/features/premium-header/items/divider/config.php:4
2962
- msgid "Divider"
 
2963
  msgstr ""
2964
 
2965
- #: framework/premium/features/premium-header/items/divider/options.php:6
2966
- msgid "Size"
 
2967
  msgstr ""
2968
 
2969
- #: framework/premium/features/premium-header/items/language-switcher/config.php:6
2970
- msgid "Languages"
 
2971
  msgstr ""
2972
 
2973
- #: framework/premium/features/premium-header/items/language-switcher/options.php:17
2974
- msgid "Top Level Options"
 
2975
  msgstr ""
2976
 
2977
- #: framework/premium/features/premium-header/items/language-switcher/options.php:37
2978
- msgid "Dropdown"
 
2979
  msgstr ""
2980
 
2981
- #: framework/premium/features/premium-header/items/language-switcher/options.php:47
2982
- msgid "Display"
 
2983
  msgstr ""
2984
 
2985
- #: framework/premium/features/premium-header/items/language-switcher/options.php:59
2986
- msgid "Flag"
 
2987
  msgstr ""
2988
 
2989
- #: framework/premium/features/premium-header/items/language-switcher/options.php:73
2990
- msgid "Label Style"
 
2991
  msgstr ""
2992
 
2993
- #: framework/premium/features/premium-header/items/language-switcher/options.php:79
2994
- msgid "Long"
 
2995
  msgstr ""
2996
 
2997
- #: framework/premium/features/premium-header/items/language-switcher/options.php:80
2998
- msgid "Short"
 
2999
  msgstr ""
3000
 
3001
- #: framework/premium/features/premium-header/items/language-switcher/options.php:112
3002
- msgid "Hide Current Language"
 
3003
  msgstr ""
3004
 
3005
- #: framework/premium/features/premium-header/items/language-switcher/options.php:343
3006
- msgid "Dropdown Options"
 
3007
  msgstr ""
3008
 
3009
- #: framework/premium/features/premium-header/items/language-switcher/options.php:352
3010
- msgid "Dropdown Top Offset"
 
3011
  msgstr ""
3012
 
3013
- #: framework/premium/features/premium-header/items/search-input/config.php:4
3014
- msgid "Search Box"
 
3015
  msgstr ""
3016
 
3017
- #: framework/premium/features/premium-header/items/search-input/options.php:42
3018
- msgid "Placeholder Text"
 
3019
  msgstr ""
3020
 
3021
- #: framework/premium/features/premium-header/items/search-input/options.php:52
3022
- msgid "Input Maximum Width"
 
3023
  msgstr ""
3024
 
3025
- #: framework/premium/features/premium-header/items/search-input/options.php:64
3026
- msgid "Input Height"
 
3027
  msgstr ""
3028
 
3029
- #: framework/premium/features/premium-header/items/search-input/options.php:79
3030
- msgid "Live Results"
 
3031
  msgstr ""
3032
 
3033
- #: framework/premium/features/premium-header/items/search-input/options.php:90
3034
- msgid "Live Results Images"
 
3035
  msgstr ""
3036
 
3037
- #: framework/premium/features/premium-header/items/search-input/options.php:101
3038
- msgid "Search Through Criteria"
 
3039
  msgstr ""
3040
 
3041
- #: framework/premium/features/premium-header/items/search-input/options.php:102
3042
- msgid "Chose in which post types do you want to perform searches."
 
3043
  msgstr ""
3044
 
3045
- #: framework/premium/features/premium-header/items/search-input/options.php:314,
3046
- #: framework/premium/features/premium-header/items/search-input/options.php:343,
3047
- #: framework/premium/features/premium-header/items/search-input/options.php:375,
3048
- #: framework/premium/features/premium-header/items/search-input/options.php:405
3049
- msgid "Input Icon Color"
3050
  msgstr ""
3051
 
3052
- #: framework/premium/features/premium-header/items/search-input/options.php:744
3053
- msgid "Dropdown Text Color"
 
3054
  msgstr ""
3055
 
3056
- #: framework/premium/features/premium-header/items/search-input/options.php:775
3057
- msgid "Dropdown Background"
 
3058
  msgstr ""
3059
 
3060
- #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
3061
- msgid "Widget Area"
 
3062
  msgstr ""
3063
 
3064
- #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker.js:14
3065
- #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:63
3066
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:205
3067
- #: static/js/screens/SiteExport.js:143
3068
- msgid "Loading..."
3069
  msgstr ""
3070
 
3071
- #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
3072
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
3073
- msgid "Invalid API Key..."
3074
- msgstr "مفتاح API غير صالح..."
3075
-
3076
- #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:92
3077
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:113
3078
- msgid "Select list..."
3079
- msgstr "اختر قائمة..."
3080
 
3081
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:123
3082
- msgid "This option is available only in Blocksy premium %sversion%s."
 
3083
  msgstr ""
3084
 
3085
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:139
3086
- msgid "More info on how to generate an API key for Mailchimp can be found %shere%s."
 
3087
  msgstr ""
3088
 
3089
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:156
3090
- msgid "More info on how to generate an API key for Mailerlite can be found %shere%s."
 
3091
  msgstr ""
3092
 
3093
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:173
3094
- msgid "API Key"
3095
- msgstr "مفتاح API"
 
3096
 
3097
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:207
3098
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
3099
- #: framework/extensions/product-reviews/static/js/ProductReviews.js:73
3100
- #: framework/premium/extensions/adobe-typekit/static/js/AdobeTypekit.js:72
3101
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/CustomFonts.js:71
3102
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/LocalGoogleFonts.js:73
3103
- #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:75
3104
- #: static/js/screens/Extensions.js:80
3105
- msgid "Activate"
3106
  msgstr ""
3107
 
3108
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:208
3109
- #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:221
3110
- #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:106
3111
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:978
3112
- #: framework/premium/static/js/footer/EditConditions.js:143
3113
- msgid "Save Settings"
3114
- msgstr "حفظ الإعدادات"
3115
 
3116
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:78
3117
- msgid "API Credentials"
 
3118
  msgstr ""
3119
 
3120
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:82
3121
- msgid "Enter your Newsletter provider API credentials in the form below."
 
3122
  msgstr ""
3123
 
3124
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:91
3125
- msgid "Select Provider"
 
3126
  msgstr ""
3127
 
3128
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:98
3129
- msgid "Pick Mailing Service"
 
3130
  msgstr ""
3131
 
3132
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:84
3133
- msgid "Loading"
3134
- msgstr "جاري التحميل"
 
3135
 
3136
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:73
3137
- #: framework/extensions/product-reviews/static/js/ProductReviews.js:72
3138
- #: framework/premium/extensions/adobe-typekit/static/js/AdobeTypekit.js:71
3139
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/CustomFonts.js:70
3140
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/LocalGoogleFonts.js:72
3141
- #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:74
3142
- #: static/js/screens/Extensions.js:79
3143
- msgid "Deactivate"
3144
  msgstr ""
3145
 
3146
- #: framework/extensions/product-reviews/static/js/EditSettings.js:130
3147
- msgid "Save"
 
3148
  msgstr ""
3149
 
3150
- #: framework/extensions/product-reviews/static/js/EditSettings.js:39
3151
- msgid "Product Reviews Settings"
 
3152
  msgstr ""
3153
 
3154
- #: framework/extensions/product-reviews/static/js/EditSettings.js:42
3155
- msgid "Configure the slugs for single and category pages of the product review custom post type."
 
3156
  msgstr ""
3157
 
3158
- #: framework/extensions/product-reviews/static/js/EditSettings.js:61
3159
- msgid "Single Slug"
 
3160
  msgstr ""
3161
 
3162
- #: framework/extensions/product-reviews/static/js/EditSettings.js:67
3163
- msgid "Category Slug"
 
3164
  msgstr ""
3165
 
3166
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:108
3167
- msgid "Adobe Fonts Settings"
 
3168
  msgstr ""
3169
 
3170
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:113
3171
- msgid "You can find %shere%s your Project ID. Once you insert your Project ID and click the \"Fetch fonts\" button, your fonts will become available in all theme’s typography options."
 
3172
  msgstr ""
3173
 
3174
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:141
3175
- msgid "Project ID"
 
3176
  msgstr ""
3177
 
3178
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:188
3179
- msgid "Fetch Fonts"
 
3180
  msgstr ""
3181
 
3182
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:195
3183
- msgid "Please enter the valid Project ID to get the kit details"
 
3184
  msgstr ""
3185
 
3186
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:214
3187
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:56
3188
- msgid "Variations"
3189
  msgstr ""
3190
 
3191
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:96
3192
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:94
3193
- msgid "Edit Settings"
3194
  msgstr ""
3195
 
3196
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:98
3197
- msgid "Add/Edit Fonts"
 
3198
  msgstr ""
3199
 
3200
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:104
3201
- msgid "There are no custom fonts at the moment, hit the button below and upload some."
 
3202
  msgstr ""
3203
 
3204
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:117
3205
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:246
3206
- msgid "Upload Simple Font"
3207
  msgstr ""
3208
 
3209
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:125
3210
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:270
3211
- msgid "Upload Variable Font"
3212
  msgstr ""
3213
 
3214
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:23
3215
- msgid "Custom Fonts Settings"
 
3216
  msgstr ""
3217
 
3218
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:25
3219
- msgid "Here you can see all your custom fonts that could be used in all typography options across the theme."
 
3220
  msgstr ""
3221
 
3222
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:39
3223
- msgid "Dynamic Font"
 
3224
  msgstr ""
3225
 
3226
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:43
3227
- msgid "Variable font"
 
3228
  msgstr ""
3229
 
3230
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:74
3231
- msgid "Edit Font"
 
 
 
 
 
3232
  msgstr ""
3233
 
3234
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:91
3235
- msgid "Remove Font"
 
3236
  msgstr ""
3237
 
3238
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/EditSettings.js:79
3239
- msgid "Settings"
 
 
 
 
 
3240
  msgstr ""
3241
 
3242
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:162
3243
- msgid "Change"
 
3244
  msgstr ""
3245
 
3246
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:163
3247
- msgid "Choose"
 
3248
  msgstr ""
3249
 
3250
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
3251
- #: static/js/options/ConditionsManager.js:91
3252
- msgid "Select variation"
3253
- msgstr "اختر نوعاً"
3254
 
3255
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
3256
- msgid "Regular"
 
 
 
 
3257
  msgstr ""
3258
 
3259
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
3260
- msgid "Italic"
 
 
 
 
3261
  msgstr ""
3262
 
3263
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:250
3264
- msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats (see browser coverage %shere%s). Use %sthis converter tool%s if you don't have these font formats."
 
3265
  msgstr ""
3266
 
3267
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:274
3268
- msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats. Please don't convert non-woff variable fonts by yourself. Instead, just ask the font provider to hand a correct file otherwise the %svariable%s font will loose its capabilities."
 
3269
  msgstr ""
3270
 
3271
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:300
3272
- msgid "Font Name"
 
 
 
 
 
 
 
3273
  msgstr ""
3274
 
3275
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:343
3276
- msgid "Add/upload another font variation"
 
3277
  msgstr ""
3278
 
3279
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:364
3280
- msgid "Back to All Fonts"
 
3281
  msgstr ""
3282
 
3283
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:389
3284
- msgid "Save Custom Font"
 
3285
  msgstr ""
3286
 
3287
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:82
3288
- msgid "Add Variation"
 
3289
  msgstr ""
3290
 
3291
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:138
3292
- msgid "By checking this option you will download and replace the existing Google Fonts with the above ones."
 
 
 
3293
  msgstr ""
3294
 
3295
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:207
3296
- msgid "Sync Google Fonts"
 
 
 
3297
  msgstr ""
3298
 
3299
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:51
3300
- msgid "Add Google Fonts"
 
 
 
3301
  msgstr ""
3302
 
3303
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:60
3304
- msgid "Local Google Fonts (GDPR)"
 
3305
  msgstr ""
3306
 
3307
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:63
3308
- msgid "Download a font and serve it directly from your server, this is handy for those who want to comply with GDPR regulations or serve the font via CDN."
 
 
 
 
 
3309
  msgstr ""
3310
 
3311
- #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:138
3312
- msgid "Item Settings"
 
 
 
 
 
3313
  msgstr ""
3314
 
3315
- #: framework/premium/extensions/sidebars/static/js/BlockWidgetControls.js:59
3316
- msgid "Remove Sidebar"
 
 
 
 
 
 
 
 
 
 
 
3317
  msgstr ""
3318
 
3319
- #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:60
3320
- msgid "%s - Sidebar Display Conditions"
 
 
 
 
 
 
 
 
 
 
 
3321
  msgstr ""
3322
 
3323
- #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:68
3324
- msgid "Add one or more conditions in order to display your sidebar."
 
 
 
 
 
 
 
 
 
 
 
3325
  msgstr ""
3326
 
3327
- #: framework/premium/extensions/sidebars/static/js/main.js:45
3328
- msgid "Enter a name in the input below and hit the Create Sidebar button."
 
 
 
3329
  msgstr ""
3330
 
3331
- #: framework/premium/extensions/sidebars/static/js/main.js:52
3332
- msgid "Sidebar name"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3333
  msgstr ""
3334
 
3335
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:106
3336
- msgid "White Label Settings"
 
 
 
3337
  msgstr ""
3338
 
3339
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:110
3340
- msgid "Remove any link that points to Blocksy website and change the dashboard identity. These options are mostly used by agencies and developers who are building websites for clients."
 
 
 
3341
  msgstr ""
3342
 
3343
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:132
3344
- msgid "Advanced"
 
 
 
3345
  msgstr ""
3346
 
3347
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:147
3348
- msgid "Agency Details"
 
 
 
3349
  msgstr ""
3350
 
3351
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:155
3352
- msgid "Agency Name"
 
 
 
3353
  msgstr ""
3354
 
3355
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:186
3356
- msgid "Agency URL"
 
 
 
3357
  msgstr ""
3358
 
3359
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:217
3360
- msgid "Agency Support/Contact Form URL"
 
 
 
3361
  msgstr ""
3362
 
3363
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:252
3364
- msgid "Theme Details"
 
 
 
 
 
3365
  msgstr ""
3366
 
3367
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:260
3368
- msgid "Theme Name"
 
 
 
3369
  msgstr ""
3370
 
3371
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:291
3372
- msgid "Theme Description"
 
 
 
 
 
3373
  msgstr ""
3374
 
3375
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:322
3376
- msgid "Theme Screenshot URL"
 
 
 
 
 
3377
  msgstr ""
3378
 
3379
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:419
3380
- msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 1200px wide by 900px tall."
 
 
 
 
 
3381
  msgstr ""
3382
 
3383
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:429
3384
- msgid "Theme Icon URL"
 
 
 
 
 
3385
  msgstr ""
3386
 
3387
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:526
3388
- msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 18px wide by 18px tall."
 
 
 
 
 
3389
  msgstr ""
3390
 
3391
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:536
3392
- msgid "Gutenberg Options Panel Icon URL"
 
 
 
 
 
3393
  msgstr ""
3394
 
3395
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:633
3396
- msgid "You can insert the link to a self hosted image or upload one. Please note that only icons in SVG format are allowed here to not break the editor interactiveness."
 
3397
  msgstr ""
3398
 
3399
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:646
3400
- msgid "Plugin Details"
 
3401
  msgstr ""
3402
 
3403
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:654
3404
- msgid "Plugin Name"
 
3405
  msgstr ""
3406
 
3407
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:685
3408
- msgid "Plugin Description"
 
3409
  msgstr ""
3410
 
3411
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:716
3412
- msgid "Plugin Thumbnail URL"
 
3413
  msgstr ""
3414
 
3415
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:807
3416
- msgid "Choose File"
 
3417
  msgstr ""
3418
 
3419
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:814
3420
- msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 256px wide by 256px tall."
 
3421
  msgstr ""
3422
 
3423
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:864
3424
- msgid "Hide Account Menu Item"
 
3425
  msgstr ""
3426
 
3427
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:872
3428
- msgid "Hide Starter Sites Tab"
 
3429
  msgstr ""
3430
 
3431
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:879
3432
- msgid "Hide Useful Plugins Tab"
 
3433
  msgstr ""
3434
 
3435
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:887
3436
- msgid "Hide Changelog Tab"
 
3437
  msgstr ""
3438
 
3439
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:895
3440
- msgid "Hide Support Section"
 
3441
  msgstr ""
3442
 
3443
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:903
3444
- msgid "Hide Beta Updates Section"
 
3445
  msgstr ""
3446
 
3447
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:940
3448
- msgid "Hide White Label Extension"
 
3449
  msgstr ""
3450
 
3451
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:957
3452
- msgid "Please note that the white label extension will be hidden if this option is enabled. In order to bring it back you have to hit the SHIFT key and click on the dashboard logo."
 
3453
  msgstr ""
3454
 
3455
- #: framework/premium/static/js/components/BetaConsent.js:54
3456
- msgid "Receive βeta Updates"
 
3457
  msgstr ""
3458
 
3459
- #: framework/premium/static/js/components/BetaConsent.js:60
3460
- msgid "Receive beta updates and help us test the new features and improve them by submitting feedback. Please note, installing beta versions on production websites is not recommended, test them on staging or localhost environments."
 
3461
  msgstr ""
3462
 
3463
- #: framework/premium/static/js/components/BetaConsent.js:73
3464
- msgid "Are you sure?"
 
3465
  msgstr ""
3466
 
3467
- #: framework/premium/static/js/components/BetaConsent.js:76
3468
- msgid "Installing beta updates on your production site can give unexpected results."
 
3469
  msgstr ""
3470
 
3471
- #: framework/premium/static/js/components/BetaConsent.js:83
3472
- msgid "Even having your website completely broken is not excluded. Please proceed with caution."
 
3473
  msgstr ""
3474
 
3475
- #: framework/premium/static/js/footer/CloneItem.js:65
3476
- #: framework/premium/static/js/header/CloneItem.js:65
3477
- msgid "Clone Item"
3478
  msgstr ""
3479
 
3480
- #: framework/premium/static/js/footer/CloneItem.js:88
3481
- #: framework/premium/static/js/header/CloneItem.js:88
3482
- msgid "Remove Item"
3483
  msgstr ""
3484
 
3485
- #: framework/premium/static/js/footer/CreateFooter.js:107
3486
- #: framework/premium/static/js/header/CreateHeader.js:106
3487
- msgid "Copy elements & styles from"
3488
  msgstr ""
3489
 
3490
- #: framework/premium/static/js/footer/CreateFooter.js:118
3491
- msgid "Picker Footer"
 
3492
  msgstr ""
3493
 
3494
- #: framework/premium/static/js/footer/CreateFooter.js:133
3495
- #: framework/premium/static/js/footer/PanelsManager.js:52
3496
- msgid "Global Footer"
3497
  msgstr ""
3498
 
3499
- #: framework/premium/static/js/footer/CreateFooter.js:137
3500
- #: framework/premium/static/js/header/CreateHeader.js:138
3501
- msgid "Secondary"
3502
  msgstr ""
3503
 
3504
- #: framework/premium/static/js/footer/CreateFooter.js:141
3505
- #: framework/premium/static/js/header/CreateHeader.js:142
3506
- msgid "Centered"
3507
  msgstr ""
3508
 
3509
- #: framework/premium/static/js/footer/CreateFooter.js:172
3510
- msgid "Create New Footer"
 
3511
  msgstr ""
3512
 
3513
- #: framework/premium/static/js/footer/CreateFooter.js:50
3514
- msgid "Create new footer"
 
3515
  msgstr ""
3516
 
3517
- #: framework/premium/static/js/footer/CreateFooter.js:53
3518
- msgid "Create a new footer and assign it to different pages or posts based on your conditions."
 
3519
  msgstr ""
3520
 
3521
- #: framework/premium/static/js/footer/CreateFooter.js:72
3522
- msgid "Footer name"
 
3523
  msgstr ""
3524
 
3525
- #: framework/premium/static/js/footer/EditConditions.js:100
3526
- msgid "Add one or more conditions in order to display your footer."
 
3527
  msgstr ""
3528
 
3529
- #: framework/premium/static/js/footer/EditConditions.js:84
3530
- #: static/js/header/EditConditions.js:83
3531
- #: static/js/options/DisplayCondition.js:44
3532
- msgid "Add/Edit Conditions"
3533
- msgstr "إضافة/تحرير الشروط"
3534
-
3535
- #: framework/premium/static/js/footer/PanelsManager.js:162
3536
- msgid "Remove footer"
3537
  msgstr ""
3538
 
3539
- #: framework/premium/static/js/footer/PanelsManager.js:192
3540
- msgid "Remove Footer"
 
3541
  msgstr ""
3542
 
3543
- #: framework/premium/static/js/footer/PanelsManager.js:195
3544
- msgid "You are about to remove a custom footer, are you sure you want to continue?"
 
3545
  msgstr ""
3546
 
3547
- #: framework/premium/static/js/footer/PanelsManager.js:211
3548
- #: framework/premium/static/js/hooks/CodeEditor.js:60
3549
- #: static/js/header/PanelsManager.js:215
3550
- #: static/js/options/CustomizerOptionsManager.js:405
3551
- msgid "Cancel"
 
 
 
 
3552
  msgstr ""
3553
 
3554
- #: framework/premium/static/js/footer/PanelsManager.js:227
3555
- #: static/js/header/PanelsManager.js:231
3556
- msgid "Confirm"
3557
  msgstr ""
3558
 
3559
- #: framework/premium/static/js/footer/PanelsManager.js:68
3560
- #: static/js/header/PanelsManager.js:74
3561
- msgid "Edit Conditions"
3562
- msgstr "تحرير الشروط"
3563
-
3564
  #. translators: %s: PHP version
3565
- #: blocksy-companion.php:137
 
3566
  msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
3567
  msgstr ""
3568
 
3569
  #. translators: %s: WordPress version
3570
- #: blocksy-companion.php:148
 
3571
  msgid "Blocksy requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT RUNNING."
3572
  msgstr ""
3573
 
3574
  #: framework/extensions-manager.php:245,
3575
- #: framework/premium/extensions/adobe-typekit/extension.php:46
 
 
3576
  msgid "Adobe Typekit"
3577
  msgstr ""
3578
 
3579
- #: framework/extensions-manager.php:246
 
3580
  msgid "Connect your Typekit account and use your fonts in any typography option."
3581
  msgstr ""
3582
 
3583
  #: framework/extensions-manager.php:257,
3584
- #: framework/premium/extensions/code-snippets/config.php:4,
3585
- #: framework/premium/extensions/code-snippets/extension.php:23,
3586
- #: framework/premium/extensions/code-snippets/extension.php:63,
3587
- #: framework/premium/extensions/code-snippets/extension.php:99,
3588
- #: framework/premium/extensions/code-snippets/readme.php:38
3589
  msgid "Custom Code Snippets"
3590
  msgstr ""
3591
 
3592
- #: framework/extensions-manager.php:258
 
3593
  msgid "Add custom code snippets in your header and footer, globally and per post or page individually."
3594
  msgstr ""
3595
 
3596
  #: framework/extensions-manager.php:269,
3597
- #: framework/premium/extensions/custom-fonts/extension.php:145
 
 
3598
  msgid "Custom Fonts"
3599
  msgstr ""
3600
 
3601
- #: framework/extensions-manager.php:270
 
3602
  msgid "Upload unlimited number of custom fonts or variable fonts and use them in any typography option."
3603
  msgstr ""
3604
 
3605
  #: framework/extensions-manager.php:281,
3606
- #: framework/premium/extensions/local-google-fonts/extension.php:171
 
 
3607
  msgid "Local Google Fonts"
3608
  msgstr ""
3609
 
3610
- #: framework/extensions-manager.php:282
 
3611
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
3612
  msgstr ""
3613
 
3614
  #: framework/extensions-manager.php:293,
3615
- #: framework/premium/extensions/mega-menu/config.php:4
3616
  msgid "Advanced Menu"
3617
  msgstr ""
3618
 
3619
- #: framework/extensions-manager.php:294
 
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
3621
  msgstr ""
3622
 
3623
  #: framework/extensions-manager.php:305,
3624
- #: framework/premium/extensions/shortcuts/config.php:4,
3625
- #: framework/premium/extensions/shortcuts/customizer.php:503
3626
  msgid "Shortcuts Bar"
3627
  msgstr ""
3628
 
3629
- #: framework/extensions-manager.php:306
 
3630
  msgid "Transform your website into a app like by displaying a neat shortcuts bar at the bottom of the vieport."
3631
  msgstr ""
3632
 
3633
  #: framework/extensions-manager.php:317,
3634
- #: framework/premium/extensions/sidebars/config.php:4
3635
  msgid "Multiple Sidebars"
3636
  msgstr ""
3637
 
3638
- #: framework/extensions-manager.php:318
 
3639
  msgid "Create unlimited number of sidebars and display them conditionaly on any page or post."
3640
  msgstr ""
3641
 
3642
- #: framework/extensions-manager.php:329
 
3643
  msgid "White Label (Agency Package)"
3644
  msgstr ""
3645
 
3646
- #: framework/extensions-manager.php:330
 
3647
  msgid "Change the theme and companion plugin branding to your own custom one."
3648
  msgstr ""
3649
 
3650
  #: framework/extensions-manager.php:341,
3651
- #: framework/premium/extensions/woocommerce-extra/config.php:4
3652
  msgid "WooCommerce Extra"
3653
  msgstr ""
3654
 
3655
- #: framework/extensions-manager.php:342
 
3656
  msgid "Increase the conversion rate by adding a product quick view modal, a floating cart. Control the single product gallery/slider and the layout, add a wishlits page."
3657
  msgstr ""
3658
 
3659
- #: framework/theme-integration.php:276,
 
3660
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
3661
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
3662
- #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
 
 
 
3663
  msgid "Facebook"
3664
  msgstr ""
3665
 
3666
- #: framework/theme-integration.php:277
 
3667
  msgid "Twitter"
3668
  msgstr ""
3669
 
3670
- #: framework/theme-integration.php:278
 
3671
  msgid "LinkedIn"
3672
  msgstr ""
3673
 
3674
- #: framework/theme-integration.php:279
 
3675
  msgid "Dribbble"
3676
  msgstr ""
3677
 
3678
- #: framework/theme-integration.php:280
 
3679
  msgid "Instagram"
3680
  msgstr ""
3681
 
3682
- #: framework/theme-integration.php:281
 
3683
  msgid "Pinterest"
3684
  msgstr ""
3685
 
3686
- #: framework/theme-integration.php:282
 
3687
  msgid "WordPress"
3688
  msgstr ""
3689
 
3690
- #: framework/theme-integration.php:283
 
3691
  msgid "GitHub"
3692
  msgstr ""
3693
 
3694
- #: framework/theme-integration.php:284,
 
3695
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
3696
- #: framework/extensions/widgets/widgets/ct-socials/options.php:81
 
 
 
 
3697
  msgid "Medium"
3698
  msgstr ""
3699
 
3700
- #: framework/theme-integration.php:285
 
3701
  msgid "YouTube"
3702
  msgstr ""
3703
 
3704
- #: framework/theme-integration.php:286
 
3705
  msgid "Vimeo"
3706
  msgstr ""
3707
 
3708
- #: framework/theme-integration.php:287
 
3709
  msgid "VKontakte"
3710
  msgstr ""
3711
 
3712
- #: framework/theme-integration.php:288
 
3713
  msgid "Odnoklassniki"
3714
  msgstr ""
3715
 
3716
- #: framework/theme-integration.php:289
 
3717
  msgid "TikTok"
3718
  msgstr ""
3719
 
3720
- #: framework/theme-integration.php:361
 
3721
  msgid "Companion"
3722
  msgstr ""
3723
 
3724
- #: framework/theme-integration.php:377 static/js/screens/SiteExport.js:106
 
 
3725
  msgid "PRO"
3726
  msgstr ""
3727
 
3728
- #: framework/theme-integration.php:506
 
 
 
3729
  msgid "Check your email"
3730
  msgstr ""
3731
 
3732
- #: framework/theme-integration.php:512
 
3733
  msgid "Registration Form"
3734
  msgstr ""
3735
 
3736
- #: framework/theme-integration.php:513
 
3737
  msgid "Register For This Site"
3738
  msgstr ""
3739
 
3740
- #: framework/widgets-manager.php:75
 
3741
  msgid "Default widget name"
3742
  msgstr ""
3743
 
3744
- #: framework/widgets-manager.php:81
 
3745
  msgid "Display online support infomation"
3746
  msgstr ""
3747
 
3748
- #: framework/widgets-manager.php:144
 
3749
  msgid "Widget Title"
3750
  msgstr ""
3751
 
3752
- #: framework/features/conditions-manager.php:344
 
3753
  msgid "%s Single"
3754
  msgstr ""
3755
 
3756
- #: framework/features/conditions-manager.php:352
 
3757
  msgid "%s Archive"
3758
  msgstr ""
3759
 
3760
- #: framework/features/conditions-manager.php:363
 
3761
  msgid "%s %s Taxonomy"
3762
  msgstr ""
3763
 
3764
- #: framework/features/conditions-manager.php:377
 
3765
  msgid "Entire Website"
3766
  msgstr ""
3767
 
3768
- #: framework/features/conditions-manager.php:383
 
 
 
 
 
3769
  msgid "Basic"
3770
  msgstr ""
3771
 
3772
- #: framework/features/conditions-manager.php:387
 
 
 
3773
  msgid "Singulars"
3774
  msgstr ""
3775
 
3776
- #: framework/features/conditions-manager.php:392
 
 
 
3777
  msgid "Archives"
3778
  msgstr ""
3779
 
3780
- #: framework/features/conditions-manager.php:398,
 
 
3781
  #: framework/extensions/trending/customizer.php:4,
 
 
 
 
3782
  #: framework/extensions/widgets/widgets/ct-posts/options.php:11,
3783
  #: framework/extensions/widgets/widgets/ct-posts/options.php:98,
3784
  #: framework/extensions/widgets/widgets/ct-posts/view.php:139,
3785
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
3786
- #: framework/premium/features/premium-header/items/search-input/options.php:4
 
 
 
 
 
3787
  msgid "Posts"
3788
  msgstr ""
3789
 
3790
- #: framework/features/conditions-manager.php:402,
3791
- #: framework/premium/features/content-blocks/hooks-manager.php:296,
3792
- #: framework/premium/features/content-blocks/hooks-manager.php:304,
3793
- #: framework/premium/features/content-blocks/hooks-manager.php:312,
3794
- #: framework/premium/features/content-blocks/hooks-manager.php:319,
3795
- #: framework/premium/features/content-blocks/hooks-manager.php:326,
3796
- #: framework/premium/features/content-blocks/hooks-manager.php:334
 
 
 
 
 
 
 
 
 
3797
  msgid "Single Post"
3798
  msgstr ""
3799
 
3800
- #: framework/features/conditions-manager.php:407
 
 
 
3801
  msgid "All Post Archives"
3802
  msgstr ""
3803
 
3804
- #: framework/features/conditions-manager.php:412
 
 
 
3805
  msgid "Post Categories"
3806
  msgstr ""
3807
 
3808
- #: framework/features/conditions-manager.php:417
 
 
 
3809
  msgid "Post Tags"
3810
  msgstr ""
3811
 
3812
- #: framework/features/conditions-manager.php:423,
 
3813
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
3814
- #: framework/premium/features/premium-header/items/search-input/options.php:5
 
 
3815
  msgid "Pages"
3816
  msgstr ""
3817
 
3818
- #: framework/features/conditions-manager.php:427
 
3819
  msgid "Single Page"
3820
  msgstr ""
3821
 
3822
- #: framework/features/conditions-manager.php:474
 
3823
  msgid "Specific"
3824
  msgstr ""
3825
 
3826
- #: framework/features/conditions-manager.php:478
 
3827
  msgid "Post ID"
3828
  msgstr ""
3829
 
3830
- #: framework/features/conditions-manager.php:483
 
3831
  msgid "Page ID"
3832
  msgstr ""
3833
 
3834
- #: framework/features/conditions-manager.php:488
 
3835
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
3836
  msgid "Custom Post Type ID"
3837
  msgstr ""
3838
 
3839
- #: framework/features/conditions-manager.php:493
 
3840
  msgid "Taxonomy ID"
3841
  msgstr ""
3842
 
3843
- #: framework/features/conditions-manager.php:498
 
3844
  msgid "Post with Taxonomy ID"
3845
  msgstr ""
3846
 
3847
- #: framework/features/conditions-manager.php:504
 
3848
  msgid "Other Pages"
3849
  msgstr ""
3850
 
3851
- #: framework/features/conditions-manager.php:508
 
3852
  msgid "404"
3853
  msgstr ""
3854
 
3855
- #: framework/features/conditions-manager.php:513,
 
3856
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
3857
- #: framework/premium/features/premium-header/items/search-input/view.php:70
 
 
3858
  msgid "Search"
3859
  msgstr ""
3860
 
3861
- #: framework/features/conditions-manager.php:518
 
3862
  msgid "Blog"
3863
  msgstr ""
3864
 
3865
- #: framework/features/conditions-manager.php:523
 
3866
  msgid "Front Page"
3867
  msgstr ""
3868
 
3869
- #: framework/features/conditions-manager.php:535
 
3870
  msgid "Author"
3871
  msgstr ""
3872
 
3873
- #: framework/features/conditions-manager.php:541
 
3874
  msgid "User Auth"
3875
  msgstr ""
3876
 
3877
- #: framework/features/conditions-manager.php:545
 
3878
  msgid "User Logged In"
3879
  msgstr ""
3880
 
3881
- #: framework/features/conditions-manager.php:550
 
3882
  msgid "User Logged Out"
3883
  msgstr ""
3884
 
3885
- #: framework/features/conditions-manager.php:556
 
3886
  msgid "User Roles"
3887
  msgstr ""
3888
 
3889
- #: framework/features/conditions-manager.php:561,
 
3890
  #: framework/premium/features/content-blocks/options/404.php:19,
3891
  #: framework/premium/features/content-blocks/options/header.php:19,
3892
  #: framework/premium/features/content-blocks/options/hook.php:24,
3893
- #: framework/premium/features/content-blocks/options/popup.php:25
 
 
 
 
3894
  msgid "Other"
3895
  msgstr ""
3896
 
3897
- #: framework/features/conditions-manager.php:565
 
3898
  msgid "Post Author"
3899
  msgstr ""
3900
 
3901
- #: framework/features/conditions-manager.php:657
 
3902
  msgid "Language"
3903
  msgstr ""
3904
 
3905
- #: framework/features/demo-install.php:233
 
3906
  msgid "Your PHP installation doesn't have support for XML. Please install the <i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install starter sites. You might need to contact your hosting provider to assist you in doing so."
3907
  msgstr ""
3908
 
3909
- #: framework/features/dynamic-css.php:46
 
3910
  msgid "Dynamic CSS Output"
3911
  msgstr ""
3912
 
3913
- #: framework/features/dynamic-css.php:50
 
3914
  msgid "The strategy of outputting the dynamic CSS. File - all the CSS code will be placed in a static file, otherwise it will be placed inline in head."
3915
  msgstr ""
3916
 
3917
- #: framework/features/dynamic-css.php:52
 
3918
  msgid "File"
3919
  msgstr ""
3920
 
3921
  #: framework/features/dynamic-css.php:53,
3922
- #: framework/premium/features/premium-header/items/language-switcher/options.php:32
 
 
3923
  msgid "Inline"
3924
  msgstr ""
3925
 
3926
- #: framework/features/google-analytics.php:69
 
3927
  msgid "Google Analytics v3"
3928
  msgstr ""
3929
 
3930
- #: framework/features/google-analytics.php:74
 
3931
  msgid "Link your Google Analytics 3 tracking ID."
3932
  msgstr ""
3933
 
3934
- #: framework/features/google-analytics.php:80
 
3935
  msgid "Google Analytics v4"
3936
  msgstr ""
3937
 
3938
- #: framework/features/google-analytics.php:86
 
3939
  msgid "Link your Google Analytics 4 tracking ID. More info and instructions can be found %shere%s."
3940
  msgstr ""
3941
 
3942
- #: framework/features/google-analytics.php:98
 
3943
  msgid "IP Anonymization"
3944
  msgstr ""
3945
 
3946
- #: framework/features/google-analytics.php:102
 
3947
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
3948
  msgstr ""
3949
 
3950
- #: framework/features/opengraph-meta-data.php:17
 
3951
  msgid "OpenGraph Meta Data"
3952
  msgstr ""
3953
 
3954
- #: framework/features/opengraph-meta-data.php:20
 
3955
  msgid "Enable the OpenGraph rich meta data features for your website."
3956
  msgstr ""
3957
 
3958
- #: framework/features/opengraph-meta-data.php:29
 
3959
  msgid "Facebook Page URL"
3960
  msgstr ""
3961
 
3962
- #: framework/features/opengraph-meta-data.php:36
 
3963
  msgid "Facebook App ID"
3964
  msgstr ""
3965
 
3966
- #: framework/features/opengraph-meta-data.php:43
 
3967
  msgid "Twitter Username"
3968
  msgstr ""
3969
 
3970
- #: framework/extensions/cookies-consent/config.php:4
3971
- msgid "Cookies Consent"
3972
- msgstr ""
3973
-
3974
- #: framework/extensions/cookies-consent/config.php:5
3975
  msgid "Display a cookie acceptance box in order to comply with the privacy regulations in your country."
3976
  msgstr ""
3977
 
3978
- #: framework/extensions/cookies-consent/customizer.php:4
3979
- msgid "Cookie Consent"
3980
- msgstr ""
3981
-
3982
- #: framework/extensions/cookies-consent/customizer.php:18,
3983
  #: framework/extensions/newsletter-subscribe/customizer.php:12,
3984
  #: framework/extensions/product-reviews/extension.php:297,
3985
  #: framework/extensions/product-reviews/metabox.php:6,
3986
- #: framework/extensions/trending/customizer.php:109,
3987
  #: framework/premium/extensions/mega-menu/options.php:6,
3988
- #: framework/premium/extensions/shortcuts/customizer.php:513,
3989
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
3990
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
3991
- #: framework/features/header/items/account/options.php:51,
 
 
 
 
 
3992
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
3993
  #: framework/premium/features/content-blocks/options/popup.php:30,
 
 
 
 
3994
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
3995
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
3996
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
3997
  #: framework/premium/features/premium-header/items/contacts/options.php:5,
3998
  #: framework/premium/features/premium-header/items/language-switcher/options.php:21,
3999
  #: framework/premium/features/premium-header/items/language-switcher/options.php:347,
4000
- #: framework/premium/features/premium-header/items/search-input/options.php:37
 
 
 
 
 
 
 
 
 
 
4001
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
4002
  msgid "General"
4003
  msgstr ""
4004
 
4005
- #: framework/extensions/cookies-consent/customizer.php:31,
4006
- #: framework/premium/extensions/shortcuts/customizer.php:525,
4007
- #: framework/premium/extensions/woocommerce-extra/extension.php:72,
4008
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
4009
- #: framework/features/header/items/account/options.php:167,
4010
- #: framework/features/header/items/account/options.php:373,
 
 
 
 
4011
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
4012
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
 
 
 
 
4013
  msgid "Type 1"
4014
  msgstr ""
4015
 
4016
- #: framework/extensions/cookies-consent/customizer.php:36,
4017
- #: framework/premium/extensions/shortcuts/customizer.php:530,
4018
- #: framework/premium/extensions/woocommerce-extra/extension.php:77,
4019
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
4020
- #: framework/features/header/items/account/options.php:172,
4021
- #: framework/features/header/items/account/options.php:378,
 
 
 
 
4022
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
4023
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
 
 
 
 
4024
  msgid "Type 2"
4025
  msgstr ""
4026
 
4027
- #: framework/extensions/cookies-consent/customizer.php:43
 
4028
  msgid "Cookie period"
4029
  msgstr ""
4030
 
4031
- #: framework/extensions/cookies-consent/customizer.php:51
 
4032
  msgid "One hour"
4033
  msgstr ""
4034
 
4035
- #: framework/extensions/cookies-consent/customizer.php:52
 
4036
  msgid "One day"
4037
  msgstr ""
4038
 
4039
- #: framework/extensions/cookies-consent/customizer.php:53
 
4040
  msgid "One week"
4041
  msgstr ""
4042
 
4043
- #: framework/extensions/cookies-consent/customizer.php:54
 
4044
  msgid "One month"
4045
  msgstr ""
4046
 
4047
- #: framework/extensions/cookies-consent/customizer.php:55
 
4048
  msgid "Three months"
4049
  msgstr ""
4050
 
4051
- #: framework/extensions/cookies-consent/customizer.php:56
 
4052
  msgid "Six months"
4053
  msgstr ""
4054
 
4055
- #: framework/extensions/cookies-consent/customizer.php:57
 
4056
  msgid "One year"
4057
  msgstr ""
4058
 
4059
- #: framework/extensions/cookies-consent/customizer.php:58
 
4060
  msgid "Forever"
4061
  msgstr ""
4062
 
4063
- #: framework/extensions/cookies-consent/customizer.php:65,
4064
- #: framework/premium/features/content-blocks/hooks-manager.php:194,
4065
- #: framework/premium/features/content-blocks/hooks-manager.php:202,
4066
- #: framework/premium/features/content-blocks/hooks-manager.php:210,
4067
- #: framework/premium/features/content-blocks/hooks-manager.php:218,
 
4068
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
4069
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
4070
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
@@ -4072,109 +5599,195 @@ msgstr ""
4072
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
4073
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
4074
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
4075
- #: framework/premium/features/premium-header/items/contacts/options.php:55,
4076
- #: framework/premium/features/premium-header/items/contacts/options.php:81,
4077
- #: framework/premium/features/premium-header/items/contacts/options.php:108,
4078
- #: framework/premium/features/premium-header/items/contacts/options.php:135,
4079
- #: framework/premium/features/premium-header/items/contacts/options.php:162,
4080
- #: framework/premium/features/premium-header/items/contacts/options.php:189,
4081
- #: framework/premium/features/premium-header/items/contacts/options.php:216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4082
  msgid "Content"
4083
  msgstr ""
4084
 
4085
- #: framework/extensions/cookies-consent/customizer.php:67,
4086
- #: framework/extensions/cookies-consent/helpers.php:30
 
 
4087
  msgid "We use cookies to ensure that we give you the best experience on our website."
4088
  msgstr ""
4089
 
4090
- #: framework/extensions/cookies-consent/customizer.php:79
4091
- msgid "Button text"
4092
- msgstr ""
4093
-
4094
- #: framework/extensions/cookies-consent/customizer.php:82,
4095
- #: framework/extensions/cookies-consent/helpers.php:33
4096
  msgid "Accept"
4097
  msgstr ""
4098
 
4099
- #: framework/extensions/cookies-consent/customizer.php:90,
4100
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
4101
  #: framework/extensions/product-reviews/extension.php:337,
4102
- #: framework/extensions/trending/customizer.php:314,
4103
- #: framework/premium/extensions/mega-menu/options.php:514,
4104
- #: framework/premium/extensions/shortcuts/customizer.php:757,
4105
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
4106
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
4107
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
4108
- #: framework/features/header/items/account/options.php:497,
4109
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:120,
4110
- #: framework/premium/features/content-blocks/options/popup.php:342,
 
 
 
 
 
 
 
 
 
4111
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
4112
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
4113
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
4114
- #: framework/premium/features/premium-header/items/contacts/options.php:343,
4115
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
4116
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
4117
- #: framework/premium/features/premium-header/items/search-input/options.php:178
 
 
 
 
 
 
 
 
 
 
4118
  msgid "Design"
4119
  msgstr ""
4120
 
4121
- #: framework/extensions/cookies-consent/customizer.php:95,
4122
- #: framework/extensions/trending/customizer.php:329,
4123
- #: framework/premium/extensions/mega-menu/options.php:794,
4124
- #: framework/premium/extensions/shortcuts/customizer.php:773,
 
4125
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
4126
- #: framework/features/header/items/account/options.php:808,
 
 
 
 
 
 
4127
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
4128
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
4129
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
4130
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
4131
- #: framework/premium/features/premium-header/items/contacts/options.php:359,
4132
- #: framework/premium/features/premium-header/items/contacts/options.php:388,
4133
- #: framework/premium/features/premium-header/items/contacts/options.php:431,
4134
- #: framework/premium/features/premium-header/items/contacts/options.php:471,
4135
  #: framework/premium/features/premium-header/items/language-switcher/options.php:203,
4136
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
4137
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
4138
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
4139
- #: framework/premium/features/premium-header/items/language-switcher/options.php:382
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4140
  msgid "Font Color"
4141
  msgstr ""
4142
 
4143
- #: framework/extensions/cookies-consent/customizer.php:112,
4144
- #: framework/extensions/cookies-consent/customizer.php:142,
4145
- #: framework/extensions/cookies-consent/customizer.php:167,
 
 
 
4146
  #: framework/extensions/newsletter-subscribe/customizer.php:165,
4147
  #: framework/extensions/newsletter-subscribe/customizer.php:190,
4148
  #: framework/extensions/newsletter-subscribe/customizer.php:222,
4149
  #: framework/extensions/newsletter-subscribe/customizer.php:253,
4150
  #: framework/extensions/newsletter-subscribe/customizer.php:290,
4151
  #: framework/extensions/newsletter-subscribe/customizer.php:322,
4152
- #: framework/extensions/trending/customizer.php:347,
4153
- #: framework/premium/extensions/mega-menu/options.php:760,
4154
- #: framework/premium/extensions/mega-menu/options.php:807,
4155
- #: framework/premium/extensions/mega-menu/options.php:826,
4156
- #: framework/premium/extensions/shortcuts/customizer.php:791,
4157
- #: framework/premium/extensions/shortcuts/customizer.php:823,
4158
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
4159
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
4160
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
4161
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:381,
4162
- #: framework/features/header/items/account/options.php:561,
4163
- #: framework/features/header/items/account/options.php:593,
4164
- #: framework/features/header/items/account/options.php:623,
4165
- #: framework/features/header/items/account/options.php:705,
4166
- #: framework/features/header/items/account/options.php:736,
4167
- #: framework/features/header/items/account/options.php:765,
4168
- #: framework/features/header/items/account/options.php:826,
4169
- #: framework/features/header/items/account/options.php:856,
4170
- #: framework/features/header/items/account/options.php:886,
4171
- #: framework/features/header/items/account/options.php:922,
4172
- #: framework/features/header/items/account/options.php:976,
4173
- #: framework/features/header/items/account/options.php:1007,
4174
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:153,
4175
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:185,
4176
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:229,
4177
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:305,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4178
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
4179
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
4180
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
@@ -4185,12 +5798,12 @@ msgstr ""
4185
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
4186
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
4187
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
4188
- #: framework/premium/features/premium-header/items/contacts/options.php:576,
4189
- #: framework/premium/features/premium-header/items/contacts/options.php:607,
4190
- #: framework/premium/features/premium-header/items/contacts/options.php:637,
4191
- #: framework/premium/features/premium-header/items/contacts/options.php:737,
4192
- #: framework/premium/features/premium-header/items/contacts/options.php:776,
4193
- #: framework/premium/features/premium-header/items/contacts/options.php:815,
4194
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
4195
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
4196
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
@@ -4211,77 +5824,196 @@ msgstr ""
4211
  #: framework/premium/features/premium-header/items/search-input/options.php:626,
4212
  #: framework/premium/features/premium-header/items/search-input/options.php:656,
4213
  #: framework/premium/features/premium-header/items/search-input/options.php:686,
4214
- #: framework/premium/features/premium-header/items/search-input/options.php:762,
4215
- #: framework/premium/features/premium-header/items/search-input/options.php:790
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4216
  msgid "Initial"
4217
  msgstr ""
4218
 
4219
- #: framework/extensions/cookies-consent/customizer.php:118,
4220
- #: framework/extensions/cookies-consent/customizer.php:147,
 
 
 
4221
  #: framework/extensions/newsletter-subscribe/customizer.php:196,
4222
  #: framework/extensions/newsletter-subscribe/customizer.php:327,
4223
- #: framework/extensions/trending/customizer.php:353,
4224
- #: framework/premium/extensions/mega-menu/options.php:765,
4225
- #: framework/premium/extensions/shortcuts/customizer.php:797,
4226
- #: framework/premium/extensions/shortcuts/customizer.php:829,
4227
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:357,
4228
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
4229
- #: framework/features/header/items/account/options.php:567,
4230
- #: framework/features/header/items/account/options.php:598,
4231
- #: framework/features/header/items/account/options.php:628,
4232
- #: framework/features/header/items/account/options.php:711,
4233
- #: framework/features/header/items/account/options.php:741,
4234
- #: framework/features/header/items/account/options.php:770,
4235
- #: framework/features/header/items/account/options.php:832,
4236
- #: framework/features/header/items/account/options.php:982,
4237
- #: framework/features/header/items/account/options.php:1013,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4238
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
4239
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
4240
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
4241
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
4242
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
4243
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
4244
- #: framework/premium/features/premium-header/items/contacts/options.php:581,
4245
- #: framework/premium/features/premium-header/items/contacts/options.php:612,
4246
- #: framework/premium/features/premium-header/items/contacts/options.php:642,
4247
- #: framework/premium/features/premium-header/items/contacts/options.php:742,
4248
- #: framework/premium/features/premium-header/items/contacts/options.php:781,
4249
- #: framework/premium/features/premium-header/items/contacts/options.php:820,
4250
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
4251
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
4252
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
4253
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
4254
- #: framework/premium/features/premium-header/items/search-input/options.php:767
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4255
  msgid "Hover"
4256
  msgstr ""
4257
 
4258
- #: framework/extensions/cookies-consent/customizer.php:126,
4259
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
4260
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
 
 
4261
  msgid "Button Color"
4262
  msgstr ""
4263
 
4264
- #: framework/extensions/cookies-consent/customizer.php:154,
4265
- #: framework/premium/extensions/mega-menu/options.php:814,
4266
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:167,
 
 
 
 
 
 
 
 
 
4267
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
4268
- #: framework/premium/features/premium-header/items/language-switcher/options.php:412
 
 
 
 
4269
  msgid "Background Color"
4270
  msgstr ""
4271
 
4272
- #: framework/extensions/cookies-consent/customizer.php:179
 
4273
  msgid "Maximum Width"
4274
  msgstr ""
4275
 
4276
- #: framework/extensions/cookies-consent/customizer.php:202
 
4277
  msgid "I accept the %sPrivacy Policy%s*"
4278
  msgstr ""
4279
 
4280
- #: framework/extensions/cookies-consent/customizer.php:206
 
4281
  msgid "This text will appear under each comment form and subscribe form."
4282
  msgstr ""
4283
 
4284
- #: framework/extensions/cookies-consent/helpers.php:78
 
4285
  msgid "I accept the %sPrivacy Policy%s"
4286
  msgstr ""
4287
 
@@ -4289,42 +6021,53 @@ msgstr ""
4289
  #: framework/extensions/newsletter-subscribe/readme.php:1,
4290
  #: framework/premium/extensions/code-snippets/readme.php:1,
4291
  #: framework/premium/extensions/post-types-extra/readme.php:1,
4292
- #: framework/premium/extensions/woocommerce-extra/readme.php:1
 
 
 
 
 
4293
  msgid "Instructions"
4294
  msgstr ""
4295
 
4296
- #: framework/extensions/cookies-consent/readme.php:4
 
4297
  msgid "After installing and activating the Cookies Consent extension you will be able to configure it from this location:"
4298
  msgstr ""
4299
 
4300
  #: framework/extensions/cookies-consent/readme.php:9,
4301
- #: framework/extensions/widgets/widgets/ct-socials/options.php:31
4302
  msgid "Customizer"
4303
  msgstr ""
4304
 
4305
- #: framework/extensions/cookies-consent/readme.php:13
 
4306
  msgid "Navigate to %s and customize the notification to meet your needs."
4307
  msgstr ""
4308
 
4309
- #: framework/extensions/cookies-consent/readme.php:16
 
4310
  msgid "Customizer ➝ Cookie Consent"
4311
  msgstr ""
4312
 
4313
- #: framework/extensions/newsletter-subscribe/config.php:4,
4314
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
4315
  msgid "Newsletter Subscribe"
4316
  msgstr ""
4317
 
4318
- #: framework/extensions/newsletter-subscribe/config.php:5
 
4319
  msgid "Easily capture new leads for your newsletter with the help of a widget, shortcode or even a block inserted on your pages or posts."
4320
  msgstr ""
4321
 
4322
- #: framework/extensions/newsletter-subscribe/customizer.php:4
 
4323
  msgid "Subscribe Form"
4324
  msgstr ""
4325
 
4326
  #: framework/extensions/newsletter-subscribe/customizer.php:18,
4327
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
 
4328
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
4329
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
4330
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
@@ -4338,24 +6081,50 @@ msgstr ""
4338
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
4339
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
4340
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
4341
- #: framework/premium/features/premium-header/items/contacts/options.php:48,
4342
- #: framework/premium/features/premium-header/items/contacts/options.php:74,
4343
- #: framework/premium/features/premium-header/items/contacts/options.php:101,
4344
- #: framework/premium/features/premium-header/items/contacts/options.php:128,
4345
- #: framework/premium/features/premium-header/items/contacts/options.php:155,
4346
- #: framework/premium/features/premium-header/items/contacts/options.php:182,
4347
- #: framework/premium/features/premium-header/items/contacts/options.php:209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4348
  msgid "Title"
4349
  msgstr ""
4350
 
4351
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
4352
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
4353
- #: framework/extensions/newsletter-subscribe/helpers.php:96
 
 
 
4354
  msgid "Newsletter Updates"
4355
  msgstr ""
4356
 
4357
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
4358
- #: framework/extensions/widgets/widgets/ct-posts/widget.php:14
 
 
4359
  msgid "Description"
4360
  msgstr ""
4361
 
@@ -4363,12 +6132,19 @@ msgstr ""
4363
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
4364
  #: framework/extensions/newsletter-subscribe/helpers.php:97,
4365
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
4366
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
 
 
 
 
 
4367
  msgid "Enter your email address below to subscribe to our newsletter"
4368
  msgstr ""
4369
 
4370
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
4371
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
 
 
4372
  msgid "List Source"
4373
  msgstr ""
4374
 
@@ -4377,33 +6153,55 @@ msgstr ""
4377
  #: framework/features/header/header-options.php:71,
4378
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
4379
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
 
 
 
4380
  #: framework/extensions/widgets/widgets/ct-posts/options.php:173,
4381
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
4382
- #: framework/premium/features/content-blocks/options/hook.php:289
 
 
 
 
 
4383
  msgid "Default"
4384
  msgstr ""
4385
 
4386
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
4387
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
4388
  #: framework/premium/extensions/shortcuts/customizer.php:250,
4389
- #: framework/premium/extensions/shortcuts/customizer.php:276
 
 
 
 
 
 
 
 
4390
  #: framework/premium/static/js/options/IconPicker/Modal.js:148
4391
  msgid "Custom"
4392
  msgstr ""
4393
 
4394
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
4395
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
4396
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:187
 
 
4397
  msgid "List ID"
4398
  msgstr ""
4399
 
4400
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
4401
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
 
 
4402
  msgid "Name Field"
4403
  msgstr ""
4404
 
4405
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
4406
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
 
 
4407
  msgid "Name Label"
4408
  msgstr ""
4409
 
@@ -4412,12 +6210,20 @@ msgstr ""
4412
  #: framework/extensions/newsletter-subscribe/helpers.php:57,
4413
  #: framework/extensions/newsletter-subscribe/helpers.php:108,
4414
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
4415
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
 
 
 
 
 
 
4416
  msgid "Your name"
4417
  msgstr ""
4418
 
4419
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
4420
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
 
 
4421
  msgid "Mail Label"
4422
  msgstr ""
4423
 
@@ -4426,12 +6232,20 @@ msgstr ""
4426
  #: framework/extensions/newsletter-subscribe/helpers.php:61,
4427
  #: framework/extensions/newsletter-subscribe/helpers.php:109,
4428
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
4429
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
 
 
 
 
 
 
4430
  msgid "Your email"
4431
  msgstr ""
4432
 
4433
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
4434
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
 
 
4435
  msgid "Button Label"
4436
  msgstr ""
4437
 
@@ -4440,7 +6254,13 @@ msgstr ""
4440
  #: framework/extensions/newsletter-subscribe/helpers.php:52,
4441
  #: framework/extensions/newsletter-subscribe/helpers.php:101,
4442
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
4443
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
 
 
 
 
 
 
4444
  msgid "Subscribe"
4445
  msgstr ""
4446
 
@@ -4449,132 +6269,251 @@ msgstr ""
4449
  #: framework/premium/extensions/shortcuts/customizer.php:107,
4450
  #: framework/premium/extensions/shortcuts/customizer.php:169,
4451
  #: framework/premium/extensions/shortcuts/customizer.php:225,
4452
- #: framework/premium/extensions/shortcuts/customizer.php:292,
4453
- #: framework/premium/extensions/shortcuts/customizer.php:351,
4454
- #: framework/premium/extensions/shortcuts/customizer.php:407,
4455
- #: framework/premium/extensions/shortcuts/customizer.php:463,
4456
- #: framework/premium/extensions/shortcuts/customizer.php:721,
 
4457
  #: framework/premium/features/content-blocks/options/404.php:140,
4458
  #: framework/premium/features/content-blocks/options/header.php:166,
4459
  #: framework/premium/features/content-blocks/options/hook.php:325,
4460
- #: framework/premium/features/content-blocks/options/popup.php:321,
 
 
 
 
 
 
 
 
 
4461
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
4462
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
 
 
 
 
 
 
4463
  msgid "Visibility"
4464
  msgstr ""
4465
 
4466
  #: framework/extensions/newsletter-subscribe/customizer.php:137,
4467
- #: framework/extensions/trending/customizer.php:259,
4468
- #: framework/features/header/header-options.php:89,
4469
- #: framework/features/header/header-options.php:171,
4470
  #: framework/premium/extensions/shortcuts/customizer.php:59,
4471
  #: framework/premium/extensions/shortcuts/customizer.php:121,
4472
  #: framework/premium/extensions/shortcuts/customizer.php:183,
4473
  #: framework/premium/extensions/shortcuts/customizer.php:239,
4474
- #: framework/premium/extensions/shortcuts/customizer.php:307,
4475
- #: framework/premium/extensions/shortcuts/customizer.php:365,
4476
- #: framework/premium/extensions/shortcuts/customizer.php:421,
4477
- #: framework/premium/extensions/shortcuts/customizer.php:477,
4478
- #: framework/premium/extensions/shortcuts/customizer.php:613,
4479
- #: framework/premium/extensions/shortcuts/customizer.php:735,
 
 
4480
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
4481
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
4482
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
4483
- #: framework/features/header/items/account/options.php:228,
4484
- #: framework/features/header/items/account/options.php:434,
 
 
 
 
4485
  #: framework/premium/features/content-blocks/options/404.php:151,
4486
  #: framework/premium/features/content-blocks/options/header.php:177,
4487
  #: framework/premium/features/content-blocks/options/hook.php:336,
4488
- #: framework/premium/features/content-blocks/options/popup.php:332,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4489
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
4490
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
4491
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
 
 
 
 
 
 
 
 
 
4492
  msgid "Desktop"
4493
  msgstr ""
4494
 
4495
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
4496
- #: framework/extensions/trending/customizer.php:260,
4497
  #: framework/premium/extensions/shortcuts/customizer.php:60,
4498
  #: framework/premium/extensions/shortcuts/customizer.php:122,
4499
  #: framework/premium/extensions/shortcuts/customizer.php:184,
4500
  #: framework/premium/extensions/shortcuts/customizer.php:240,
4501
- #: framework/premium/extensions/shortcuts/customizer.php:308,
4502
- #: framework/premium/extensions/shortcuts/customizer.php:366,
4503
- #: framework/premium/extensions/shortcuts/customizer.php:422,
4504
- #: framework/premium/extensions/shortcuts/customizer.php:478,
4505
- #: framework/premium/extensions/shortcuts/customizer.php:614,
4506
- #: framework/premium/extensions/shortcuts/customizer.php:736,
 
 
4507
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
4508
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
4509
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
4510
- #: framework/features/header/items/account/options.php:229,
4511
- #: framework/features/header/items/account/options.php:435,
4512
- #: framework/features/header/items/account/options.php:1077,
 
 
4513
  #: framework/premium/features/content-blocks/options/404.php:152,
4514
  #: framework/premium/features/content-blocks/options/header.php:178,
4515
  #: framework/premium/features/content-blocks/options/hook.php:337,
4516
- #: framework/premium/features/content-blocks/options/popup.php:333,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4517
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
4518
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
4519
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
 
 
 
 
 
 
 
 
 
 
4520
  msgid "Tablet"
4521
  msgstr ""
4522
 
4523
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
4524
- #: framework/extensions/trending/customizer.php:261,
4525
- #: framework/features/header/header-options.php:91,
4526
- #: framework/features/header/header-options.php:173,
4527
  #: framework/premium/extensions/shortcuts/customizer.php:61,
4528
  #: framework/premium/extensions/shortcuts/customizer.php:123,
4529
  #: framework/premium/extensions/shortcuts/customizer.php:185,
4530
  #: framework/premium/extensions/shortcuts/customizer.php:241,
4531
- #: framework/premium/extensions/shortcuts/customizer.php:309,
4532
- #: framework/premium/extensions/shortcuts/customizer.php:367,
4533
- #: framework/premium/extensions/shortcuts/customizer.php:423,
4534
- #: framework/premium/extensions/shortcuts/customizer.php:479,
4535
- #: framework/premium/extensions/shortcuts/customizer.php:615,
4536
- #: framework/premium/extensions/shortcuts/customizer.php:737,
 
 
4537
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
4538
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
4539
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
 
 
 
 
4540
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
4541
- #: framework/features/header/items/account/options.php:230,
4542
- #: framework/features/header/items/account/options.php:436,
4543
- #: framework/features/header/items/account/options.php:1078,
4544
  #: framework/premium/features/content-blocks/options/404.php:153,
4545
  #: framework/premium/features/content-blocks/options/header.php:179,
4546
  #: framework/premium/features/content-blocks/options/hook.php:338,
4547
- #: framework/premium/features/content-blocks/options/popup.php:334,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4548
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
4549
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
4550
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
4551
- #: framework/premium/features/premium-header/items/contacts/options.php:97
 
 
 
 
 
 
 
 
 
 
 
 
4552
  msgid "Mobile"
4553
  msgstr ""
4554
 
4555
- #: framework/extensions/newsletter-subscribe/customizer.php:152
 
4556
  msgid "Title Color"
4557
  msgstr ""
4558
 
4559
- #: framework/extensions/newsletter-subscribe/customizer.php:173
 
4560
  msgid "Description Color"
4561
  msgstr ""
4562
 
4563
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
4564
- #: framework/features/header/items/account/options.php:840,
 
4565
  #: framework/premium/features/premium-header/items/search-input/options.php:184,
4566
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
4567
  #: framework/premium/features/premium-header/items/search-input/options.php:245,
4568
- #: framework/premium/features/premium-header/items/search-input/options.php:275
 
 
 
 
 
4569
  msgid "Input Font Color"
4570
  msgstr ""
4571
 
4572
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
4573
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
4574
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
4575
- #: framework/features/header/items/account/options.php:862,
4576
- #: framework/features/header/items/account/options.php:892,
4577
- #: framework/features/header/items/account/options.php:928,
 
 
 
4578
  #: framework/premium/features/premium-header/items/search-input/options.php:237,
4579
  #: framework/premium/features/premium-header/items/search-input/options.php:268,
4580
  #: framework/premium/features/premium-header/items/search-input/options.php:298,
@@ -4586,889 +6525,1193 @@ msgstr ""
4586
  #: framework/premium/features/premium-header/items/search-input/options.php:558,
4587
  #: framework/premium/features/premium-header/items/search-input/options.php:631,
4588
  #: framework/premium/features/premium-header/items/search-input/options.php:661,
4589
- #: framework/premium/features/premium-header/items/search-input/options.php:691
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4590
  msgid "Focus"
4591
  msgstr ""
4592
 
4593
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
4594
- #: framework/features/header/items/account/options.php:870,
 
4595
  #: framework/premium/features/premium-header/items/search-input/options.php:444,
4596
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
4597
  #: framework/premium/features/premium-header/items/search-input/options.php:505,
4598
- #: framework/premium/features/premium-header/items/search-input/options.php:535
 
 
 
 
 
4599
  msgid "Input Border Color"
4600
  msgstr ""
4601
 
4602
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
4603
- #: framework/features/header/items/account/options.php:906,
 
4604
  #: framework/premium/features/premium-header/items/search-input/options.php:580,
4605
  #: framework/premium/features/premium-header/items/search-input/options.php:608,
4606
  #: framework/premium/features/premium-header/items/search-input/options.php:638,
4607
- #: framework/premium/features/premium-header/items/search-input/options.php:668
 
 
 
 
 
4608
  msgid "Input Background Color"
4609
  msgstr ""
4610
 
4611
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
4612
- #: framework/extensions/trending/customizer.php:361,
4613
- #: framework/premium/extensions/shortcuts/customizer.php:932
 
 
 
4614
  msgid "Container Background"
4615
  msgstr ""
4616
 
4617
- #: framework/extensions/newsletter-subscribe/customizer.php:350
 
4618
  msgid "Container Border"
4619
  msgstr ""
4620
 
4621
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
4622
- #: framework/extensions/trending/customizer.php:377
 
 
4623
  msgid "Container Inner Spacing"
4624
  msgstr ""
4625
 
4626
  #: framework/extensions/newsletter-subscribe/customizer.php:400,
4627
- #: framework/premium/extensions/shortcuts/customizer.php:953
 
 
4628
  msgid "Container Border Radius"
4629
  msgstr ""
4630
 
4631
- #: framework/extensions/newsletter-subscribe/extension.php:134
 
4632
  msgid "Disable Subscribe Form"
4633
  msgstr ""
4634
 
4635
  #: framework/extensions/newsletter-subscribe/helpers.php:163,
4636
- #: framework/features/header/items/account/options.php:278
 
 
4637
  #: static/js/screens/SiteExport.js:85
4638
  msgid "Name"
4639
  msgstr ""
4640
 
4641
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
4642
- #: framework/features/header/modal/register.php:11,
4643
  #: framework/premium/extensions/shortcuts/customizer.php:130,
4644
  #: framework/premium/extensions/shortcuts/customizer.php:153,
 
4645
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
4646
- #: framework/premium/extensions/shortcuts/views/bar.php:27,
4647
- #: framework/premium/features/premium-header/items/contacts/options.php:178
 
 
 
 
 
 
4648
  msgid "Email"
4649
  msgstr ""
4650
 
4651
- #: framework/extensions/newsletter-subscribe/readme.php:4
 
4652
  msgid ""
4653
  "After installing and activating the Newsletter Subscribe\n"
4654
  " extension you will have two possibilities to show your subscribe form:"
4655
  msgstr ""
4656
 
4657
- #: framework/extensions/newsletter-subscribe/readme.php:10
 
4658
  msgid "Widget"
4659
  msgstr ""
4660
 
4661
- #: framework/extensions/newsletter-subscribe/readme.php:14
 
4662
  msgid "Navigate to %s and place the widget in any widget area you want."
4663
  msgstr ""
4664
 
4665
- #: framework/extensions/newsletter-subscribe/readme.php:17
 
4666
  msgid "Appearance ➝ Widgets"
4667
  msgstr ""
4668
 
4669
- #: framework/extensions/newsletter-subscribe/readme.php:25
 
4670
  msgid "Single Page Block"
4671
  msgstr ""
4672
 
4673
- #: framework/extensions/newsletter-subscribe/readme.php:29
 
4674
  msgid "Navigate to %s and customize the form and more."
4675
  msgstr ""
4676
 
4677
- #: framework/extensions/newsletter-subscribe/readme.php:32
 
4678
  msgid "Customizer ➝ Single Posts"
4679
  msgstr ""
4680
 
4681
- #: framework/extensions/product-reviews/config.php:4,
4682
  #: framework/extensions/product-reviews/extension.php:434,
4683
  #: framework/extensions/product-reviews/extension.php:435,
4684
  #: framework/extensions/product-reviews/extension.php:438,
4685
- #: framework/extensions/product-reviews/extension.php:440
 
 
 
 
4686
  msgid "Product Reviews"
4687
  msgstr ""
4688
 
4689
- #: framework/extensions/product-reviews/config.php:5
 
4690
  msgid "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."
4691
  msgstr ""
4692
 
4693
  #: framework/extensions/product-reviews/extension.php:233,
4694
- #: framework/extensions/product-reviews/views/single-top.php:139
 
 
4695
  msgid "Overall Score"
4696
  msgstr ""
4697
 
4698
- #: framework/extensions/product-reviews/extension.php:291
 
4699
  msgid "Review Summary"
4700
  msgstr ""
4701
 
4702
- #: framework/extensions/product-reviews/extension.php:302
 
4703
  msgid "Scores Box Width"
4704
  msgstr ""
4705
 
4706
- #: framework/extensions/product-reviews/extension.php:312
 
4707
  msgid "Read More Button"
4708
  msgstr ""
4709
 
4710
- #: framework/extensions/product-reviews/extension.php:323
 
4711
  msgid "Buy Now Button"
4712
  msgstr ""
4713
 
4714
- #: framework/extensions/product-reviews/extension.php:342
 
4715
  msgid "Star Rating Color"
4716
  msgstr ""
4717
 
4718
  #: framework/extensions/product-reviews/extension.php:359,
4719
  #: framework/extensions/product-reviews/extension.php:387,
4720
  #: framework/extensions/product-reviews/extension.php:408,
4721
- #: framework/premium/extensions/mega-menu/options.php:770
 
 
 
 
4722
  msgid "Active"
4723
  msgstr ""
4724
 
4725
- #: framework/extensions/product-reviews/extension.php:365
 
4726
  msgid "Inactive"
4727
  msgstr ""
4728
 
4729
- #: framework/extensions/product-reviews/extension.php:373
 
4730
  msgid "Overll Score Text"
4731
  msgstr ""
4732
 
4733
- #: framework/extensions/product-reviews/extension.php:395
 
4734
  msgid "Overll Score Background"
4735
  msgstr ""
4736
 
4737
- #: framework/extensions/product-reviews/extension.php:439
 
4738
  msgid "Product Review"
4739
  msgstr ""
4740
 
4741
- #: framework/extensions/product-reviews/extension.php:441
 
4742
  msgid "Parent Product Review"
4743
  msgstr ""
4744
 
4745
- #: framework/extensions/product-reviews/extension.php:442
 
4746
  msgid "All Reviews"
4747
  msgstr ""
4748
 
4749
- #: framework/extensions/product-reviews/extension.php:443
 
4750
  msgid "View Product Review"
4751
  msgstr ""
4752
 
4753
- #: framework/extensions/product-reviews/extension.php:444
 
4754
  msgid "Add New Product Review"
4755
  msgstr ""
4756
 
4757
- #: framework/extensions/product-reviews/extension.php:445
 
4758
  msgid "Add New Review"
4759
  msgstr ""
4760
 
4761
- #: framework/extensions/product-reviews/extension.php:446
 
4762
  msgid "Edit Product Review"
4763
  msgstr ""
4764
 
4765
- #: framework/extensions/product-reviews/extension.php:447
 
4766
  msgid "Update Product Review"
4767
  msgstr ""
4768
 
4769
- #: framework/extensions/product-reviews/extension.php:448
 
4770
  msgid "Search Product Review"
4771
  msgstr ""
4772
 
4773
- #: framework/extensions/product-reviews/extension.php:449
 
4774
  msgid "Not Found"
4775
  msgstr ""
4776
 
4777
- #: framework/extensions/product-reviews/extension.php:450
 
4778
  msgid "Not found in Trash"
4779
  msgstr ""
4780
 
4781
  #: framework/extensions/product-reviews/extension.php:484,
4782
- #: framework/extensions/product-reviews/extension.php:494
 
 
4783
  msgid "Categories"
4784
  msgstr ""
4785
 
4786
  #: framework/extensions/product-reviews/extension.php:485,
4787
  #: framework/extensions/trending/customizer.php:35,
4788
- #: framework/extensions/widgets/widgets/ct-posts/options.php:37
 
 
 
4789
  msgid "Category"
4790
  msgstr ""
4791
 
4792
- #: framework/extensions/product-reviews/extension.php:486
 
4793
  msgid "Search Category"
4794
  msgstr ""
4795
 
4796
- #: framework/extensions/product-reviews/extension.php:487
 
4797
  msgid "All Categories"
4798
  msgstr ""
4799
 
4800
- #: framework/extensions/product-reviews/extension.php:488
 
4801
  msgid "Parent Category"
4802
  msgstr ""
4803
 
4804
- #: framework/extensions/product-reviews/extension.php:489
 
4805
  msgid "Parent Category:"
4806
  msgstr ""
4807
 
4808
- #: framework/extensions/product-reviews/extension.php:490
 
4809
  msgid "Edit Category"
4810
  msgstr ""
4811
 
4812
- #: framework/extensions/product-reviews/extension.php:491
 
4813
  msgid "Update Category"
4814
  msgstr ""
4815
 
4816
- #: framework/extensions/product-reviews/extension.php:492
 
4817
  msgid "Add New Category"
4818
  msgstr ""
4819
 
4820
- #: framework/extensions/product-reviews/extension.php:493
 
4821
  msgid "New Category Name"
4822
  msgstr ""
4823
 
4824
  #. translators: %s is the theme name.
4825
- #: framework/extensions/product-reviews/extension.php:512
 
 
4826
  msgid "%s Settings"
4827
  msgstr ""
4828
 
4829
- #: framework/extensions/product-reviews/extension.php:513
 
4830
  msgid "Blocksy"
4831
  msgstr ""
4832
 
4833
  #: framework/extensions/product-reviews/helpers.php:30,
4834
- #: framework/extensions/product-reviews/metabox.php:163
 
 
4835
  msgid "Rating"
4836
  msgstr ""
4837
 
4838
- #: framework/extensions/product-reviews/metabox.php:10
 
4839
  msgid "Review Entity"
4840
  msgstr ""
4841
 
4842
  #: framework/extensions/product-reviews/metabox.php:18,
4843
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:13
 
 
4844
  msgid "Product"
4845
  msgstr ""
4846
 
4847
- #: framework/extensions/product-reviews/metabox.php:19
 
4848
  msgid "Book"
4849
  msgstr ""
4850
 
4851
- #: framework/extensions/product-reviews/metabox.php:21
 
4852
  msgid "Creative Work Season"
4853
  msgstr ""
4854
 
4855
- #: framework/extensions/product-reviews/metabox.php:22
 
4856
  msgid "Creative Work Series"
4857
  msgstr ""
4858
 
4859
- #: framework/extensions/product-reviews/metabox.php:23
 
4860
  msgid "Episode"
4861
  msgstr ""
4862
 
4863
- #: framework/extensions/product-reviews/metabox.php:25
 
4864
  msgid "Game"
4865
  msgstr ""
4866
 
4867
- #: framework/extensions/product-reviews/metabox.php:27
 
4868
  msgid "Local Business"
4869
  msgstr ""
4870
 
4871
- #: framework/extensions/product-reviews/metabox.php:28
 
4872
  msgid "Media Object"
4873
  msgstr ""
4874
 
4875
- #: framework/extensions/product-reviews/metabox.php:29
 
4876
  msgid "Movie"
4877
  msgstr ""
4878
 
4879
- #: framework/extensions/product-reviews/metabox.php:30
 
4880
  msgid "Music Playlist"
4881
  msgstr ""
4882
 
4883
- #: framework/extensions/product-reviews/metabox.php:31
 
4884
  msgid "Music Recording"
4885
  msgstr ""
4886
 
4887
- #: framework/extensions/product-reviews/metabox.php:32
 
4888
  msgid "Organization"
4889
  msgstr ""
4890
 
4891
- #: framework/extensions/product-reviews/metabox.php:38
 
4892
  msgid "More info about review entity and how to choose the right one can be found %shere%s."
4893
  msgstr ""
4894
 
4895
- #: framework/extensions/product-reviews/metabox.php:53
 
4896
  msgid "Product Price"
4897
  msgstr ""
4898
 
4899
- #: framework/extensions/product-reviews/metabox.php:60
 
4900
  msgid "Product SKU"
4901
  msgstr ""
4902
 
4903
- #: framework/extensions/product-reviews/metabox.php:67
 
4904
  msgid "Product Brand"
4905
  msgstr ""
4906
 
4907
- #: framework/extensions/product-reviews/metabox.php:80
 
4908
  msgid "Gallery"
4909
  msgstr ""
4910
 
4911
- #: framework/extensions/product-reviews/metabox.php:91
 
4912
  msgid "Affiliate Button Label"
4913
  msgstr ""
4914
 
4915
- #: framework/extensions/product-reviews/metabox.php:93,
4916
- #: framework/extensions/product-reviews/views/single-top.php:156
 
 
4917
  msgid "Buy Now"
4918
  msgstr ""
4919
 
4920
- #: framework/extensions/product-reviews/metabox.php:98
 
4921
  msgid "Affiliate Link"
4922
  msgstr ""
4923
 
4924
- #: framework/extensions/product-reviews/metabox.php:104
 
4925
  msgid "Open Link In New Tab"
4926
  msgstr ""
4927
 
4928
- #: framework/extensions/product-reviews/metabox.php:110
 
4929
  msgid "Sponsored Attribute"
4930
  msgstr ""
4931
 
4932
- #: framework/extensions/product-reviews/metabox.php:132
 
4933
  msgid "Read More Button Label"
4934
  msgstr ""
4935
 
4936
- #: framework/extensions/product-reviews/metabox.php:134,
4937
- #: framework/extensions/product-reviews/views/single-top.php:162
 
 
4938
  msgid "Read More"
4939
  msgstr ""
4940
 
4941
- #: framework/extensions/product-reviews/metabox.php:154
 
4942
  msgid "Short Description"
4943
  msgstr ""
4944
 
4945
- #: framework/extensions/product-reviews/metabox.php:169
 
4946
  msgid "Scores"
4947
  msgstr ""
4948
 
4949
- #: framework/extensions/product-reviews/metabox.php:209
 
4950
  msgid "Product specs"
4951
  msgstr ""
4952
 
4953
- #: framework/extensions/product-reviews/metabox.php:234,
4954
- #: framework/extensions/product-reviews/views/single-top.php:262
 
 
4955
  msgid "Pros"
4956
  msgstr ""
4957
 
4958
- #: framework/extensions/product-reviews/metabox.php:254,
4959
- #: framework/extensions/product-reviews/views/single-top.php:285
 
 
4960
  msgid "Cons"
4961
  msgstr ""
4962
 
4963
- #: framework/extensions/trending/config.php:4,
4964
- #: framework/extensions/trending/customizer.php:96,
4965
- #: framework/extensions/trending/customizer.php:105
4966
  msgid "Trending Posts"
4967
  msgstr ""
4968
 
4969
- #: framework/extensions/trending/config.php:5
 
4970
  msgid "Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time."
4971
  msgstr ""
4972
 
4973
  #: framework/extensions/trending/customizer.php:8,
4974
- #: framework/premium/extensions/shortcuts/views/bar.php:30,
4975
- #: framework/premium/features/premium-header/items/search-input/options.php:6
 
 
 
4976
  msgid "Products"
4977
  msgstr ""
4978
 
4979
  #: framework/extensions/trending/customizer.php:36,
4980
- #: framework/extensions/widgets/widgets/ct-posts/options.php:38
 
 
4981
  msgid "All categories"
4982
  msgstr ""
4983
 
4984
  #: framework/extensions/trending/customizer.php:41,
4985
- #: framework/extensions/widgets/widgets/ct-posts/options.php:43
 
 
4986
  msgid "Taxonomy"
4987
  msgstr ""
4988
 
4989
  #: framework/extensions/trending/customizer.php:42,
4990
- #: framework/extensions/widgets/widgets/ct-posts/options.php:44
 
 
4991
  msgid "All taxonomies"
4992
  msgstr ""
4993
 
4994
- #: framework/extensions/trending/customizer.php:114
 
4995
  msgid "Module Title"
4996
  msgstr ""
4997
 
4998
- #: framework/extensions/trending/customizer.php:117,
4999
- #: framework/extensions/trending/helpers.php:218
 
 
5000
  msgid "Trending now"
5001
  msgstr ""
5002
 
5003
- #: framework/extensions/trending/customizer.php:122
 
5004
  msgid "Module Title Tag"
5005
  msgstr ""
5006
 
5007
- #: framework/extensions/trending/customizer.php:169,
 
5008
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
5009
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
5010
- #: framework/extensions/widgets/widgets/ct-posts/options.php:168
 
 
 
5011
  msgid "Source"
5012
  msgstr ""
5013
 
5014
- #: framework/extensions/trending/customizer.php:174,
5015
- #: framework/extensions/widgets/widgets/ct-posts/options.php:154
 
 
5016
  msgid "Taxonomies"
5017
  msgstr ""
5018
 
5019
- #: framework/extensions/trending/customizer.php:175,
 
5020
  #: framework/extensions/widgets/widgets/ct-posts/options.php:155,
5021
- #: framework/extensions/widgets/widgets/ct-posts/options.php:174
 
 
5022
  msgid "Custom Query"
5023
  msgstr ""
5024
 
5025
- #: framework/extensions/trending/customizer.php:198,
5026
- #: framework/extensions/widgets/widgets/ct-posts/options.php:243
 
 
5027
  msgid "Posts ID"
5028
  msgstr ""
5029
 
5030
- #: framework/extensions/trending/customizer.php:202,
5031
- #: framework/extensions/widgets/widgets/ct-posts/options.php:247
 
 
5032
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
5033
  msgstr ""
5034
 
5035
- #: framework/extensions/trending/customizer.php:218
 
5036
  msgid "Trending From"
5037
  msgstr ""
5038
 
5039
- #: framework/extensions/trending/customizer.php:227,
5040
- #: framework/extensions/widgets/widgets/ct-posts/options.php:213
 
 
5041
  msgid "All Time"
5042
  msgstr ""
5043
 
5044
- #: framework/extensions/trending/customizer.php:228
 
5045
  msgid "Last 24 Hours"
5046
  msgstr ""
5047
 
5048
- #: framework/extensions/trending/customizer.php:229
 
5049
  msgid "Last 7 Days"
5050
  msgstr ""
5051
 
5052
- #: framework/extensions/trending/customizer.php:230
 
5053
  msgid "Last Month"
5054
  msgstr ""
5055
 
5056
- #: framework/extensions/trending/customizer.php:247
 
5057
  msgid "Container Visibility"
5058
  msgstr ""
5059
 
5060
- #: framework/extensions/trending/customizer.php:320
 
5061
  msgid "Posts Font"
5062
  msgstr ""
5063
 
5064
- #: framework/extensions/widgets/config.php:4
 
5065
  msgid "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."
5066
  msgstr ""
5067
 
5068
- #: framework/features/header/account-modal.php:47,
5069
- #: framework/features/header/items/account/options.php:481,
5070
- #: framework/features/header/items/account/views/logout.php:3
 
 
 
5071
  msgid "Login"
5072
  msgstr ""
5073
 
5074
- #: framework/features/header/account-modal.php:51
 
5075
  msgid "Sign Up"
5076
  msgstr ""
5077
 
5078
- #: framework/features/header/account-modal.php:70
 
5079
  msgid "Back to login"
5080
  msgstr ""
5081
 
5082
- #: framework/features/header/header-options.php:6
 
5083
  msgid "Sticky Functionality"
5084
  msgstr ""
5085
 
5086
- #: framework/features/header/header-options.php:32
 
5087
  msgid "Only Main Row"
5088
  msgstr ""
5089
 
5090
- #: framework/features/header/header-options.php:37
 
5091
  msgid "Top & Main Row"
5092
  msgstr ""
5093
 
5094
- #: framework/features/header/header-options.php:42
 
5095
  msgid "All Rows"
5096
  msgstr ""
5097
 
5098
- #: framework/features/header/header-options.php:47
 
5099
  msgid "Main & Bottom Row"
5100
  msgstr ""
5101
 
5102
- #: framework/features/header/header-options.php:52
 
5103
  msgid "Only Top Row"
5104
  msgstr ""
5105
 
5106
- #: framework/features/header/header-options.php:57
 
5107
  msgid "Only Bottom Row"
5108
  msgstr ""
5109
 
5110
- #: framework/features/header/header-options.php:63
5111
- msgid "Sticky Effect"
5112
- msgstr ""
5113
-
5114
- #: framework/features/header/header-options.php:72
5115
  msgid "Slide Down"
5116
  msgstr ""
5117
 
5118
- #: framework/features/header/header-options.php:73
 
5119
  msgid "Fade"
5120
  msgstr ""
5121
 
5122
- #: framework/features/header/header-options.php:74
 
5123
  msgid "Auto Hide/Show"
5124
  msgstr ""
5125
 
5126
- #: framework/features/header/header-options.php:79,
5127
- #: framework/features/header/header-options.php:160
 
 
5128
  msgid "Enable on"
5129
  msgstr ""
5130
 
5131
- #: framework/features/header/header-options.php:106
 
5132
  msgid "Transparent Functionality"
5133
  msgstr ""
5134
 
5135
- #: framework/features/header/header-options.php:144,
5136
- #: framework/premium/extensions/shortcuts/customizer.php:742,
 
 
5137
  #: framework/premium/features/content-blocks/options/header.php:142,
5138
  #: framework/premium/features/content-blocks/options/hook.php:236,
5139
- #: framework/premium/features/content-blocks/options/popup.php:279
5140
- #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:45
 
 
 
 
 
 
 
5141
  #: framework/premium/static/js/footer/EditConditions.js:97
5142
- #: static/js/header/EditConditions.js:96
5143
  msgid "Display Conditions"
5144
  msgstr ""
5145
 
5146
- #: framework/premium/features/content-blocks.php:39
 
5147
  msgid "Hooks Locations"
5148
  msgstr ""
5149
 
5150
- #: framework/premium/features/content-blocks.php:204,
5151
- #: framework/premium/extensions/shortcuts/customizer.php:517
 
 
5152
  msgid "Type"
5153
  msgstr ""
5154
 
5155
- #: framework/premium/features/content-blocks.php:205
 
5156
  msgid "Location/Trigger"
5157
  msgstr ""
5158
 
5159
- #: framework/premium/features/content-blocks.php:206
 
5160
  msgid "Conditions"
5161
  msgstr ""
5162
 
5163
- #: framework/premium/features/content-blocks.php:207
 
5164
  msgid "Output"
5165
  msgstr ""
5166
 
5167
- #: framework/premium/features/content-blocks.php:208
 
5168
  msgid "Enable/Disable"
5169
  msgstr ""
5170
 
5171
- #: framework/premium/features/content-blocks.php:228,
5172
- #: framework/premium/extensions/shortcuts/customizer.php:705,
 
5173
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
5174
- #: framework/extensions/widgets/widgets/ct-socials/options.php:94,
5175
- #: framework/features/header/items/account/options.php:124,
5176
- #: framework/features/header/items/account/options.php:349,
5177
  #: framework/premium/features/content-blocks/options/hook.php:9,
5178
  #: framework/premium/features/content-blocks/options/hook.php:158,
5179
  #: framework/premium/features/content-blocks/options/popup.php:162,
5180
- #: framework/premium/features/content-blocks/options/popup.php:418,
5181
- #: framework/premium/features/premium-header/items/contacts/options.php:277
 
 
 
 
 
 
 
 
 
 
5182
  msgid "None"
5183
  msgstr ""
5184
 
5185
- #: framework/premium/features/content-blocks.php:229,
5186
- #: framework/premium/features/content-blocks/options/popup.php:163
 
 
5187
  msgid "On scroll"
5188
  msgstr ""
5189
 
5190
- #: framework/premium/features/content-blocks.php:230,
5191
- #: framework/premium/features/content-blocks/options/popup.php:164
 
 
5192
  msgid "On scroll to element"
5193
  msgstr ""
5194
 
5195
- #: framework/premium/features/content-blocks.php:231,
5196
- #: framework/premium/features/content-blocks/options/popup.php:165
 
 
5197
  msgid "On page load"
5198
  msgstr ""
5199
 
5200
- #: framework/premium/features/content-blocks.php:232,
5201
- #: framework/premium/features/content-blocks/options/popup.php:166
 
 
5202
  msgid "After inactivity"
5203
  msgstr ""
5204
 
5205
- #: framework/premium/features/content-blocks.php:233,
5206
- #: framework/premium/features/content-blocks/options/popup.php:167
 
 
5207
  msgid "After x time"
5208
  msgstr ""
5209
 
5210
- #: framework/premium/features/content-blocks.php:234,
5211
- #: framework/premium/features/content-blocks/options/popup.php:168
 
 
5212
  msgid "On page exit intent"
5213
  msgstr ""
5214
 
5215
- #: framework/premium/features/content-blocks.php:238
 
5216
  msgid "Down"
5217
  msgstr ""
5218
 
5219
- #: framework/premium/features/content-blocks.php:239
 
5220
  msgid "Up"
5221
  msgstr ""
5222
 
5223
- #: framework/premium/features/content-blocks.php:616,
5224
- #: framework/premium/features/content-blocks.php:622
 
 
5225
  msgid "Content Blocks"
5226
  msgstr ""
5227
 
5228
- #: framework/premium/features/content-blocks.php:617
 
 
 
5229
  msgid "Content Block"
5230
  msgstr ""
5231
 
5232
- #: framework/premium/features/content-blocks.php:618
 
5233
  msgid "Add New"
5234
  msgstr ""
5235
 
5236
- #: framework/premium/features/content-blocks.php:619
 
5237
  msgid "Add New Content Block"
5238
  msgstr ""
5239
 
5240
- #: framework/premium/features/content-blocks.php:620
 
5241
  msgid "Edit Content Block"
5242
  msgstr ""
5243
 
5244
- #: framework/premium/features/content-blocks.php:621
5245
- #: framework/premium/static/js/hooks/CreateHook.js:32
 
5246
  msgid "New Content Block"
5247
  msgstr ""
5248
 
5249
- #: framework/premium/features/content-blocks.php:623
 
5250
  msgid "View Content Block"
5251
  msgstr ""
5252
 
5253
- #: framework/premium/features/content-blocks.php:624
 
5254
  msgid "Search Content Blocks"
5255
  msgstr ""
5256
 
5257
- #: framework/premium/features/content-blocks.php:625
 
5258
  msgid "Nothing found"
5259
  msgstr ""
5260
 
5261
- #: framework/premium/features/content-blocks.php:626
 
5262
  msgid "Nothing found in Trash"
5263
  msgstr ""
5264
 
5265
- #: framework/premium/features/premium-footer.php:30,
5266
- #: framework/premium/features/premium-footer.php:41
 
 
5267
  msgid "Footer Menu 1"
5268
  msgstr ""
5269
 
5270
- #: framework/premium/features/premium-footer.php:42,
5271
- #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
 
 
5272
  msgid "Footer Menu 2"
5273
  msgstr ""
5274
 
5275
- #: framework/premium/features/premium-header.php:42
 
5276
  msgid "Header Menu 3"
5277
  msgstr ""
5278
 
5279
- #: framework/premium/features/premium-header.php:102
 
5280
  msgid "Header Widget Area "
5281
  msgstr ""
5282
 
5283
- #: framework/premium/features/premium-header.php:158,
5284
- #: framework/premium/extensions/mega-menu/options.php:420,
5285
- #: framework/features/header/items/account/options.php:123,
5286
- #: framework/features/header/items/account/options.php:348,
5287
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:441
 
 
 
 
 
5288
  msgid "Icon"
5289
  msgstr ""
5290
 
5291
- #: framework/premium/features/premium-header.php:172,
5292
- #: framework/premium/extensions/mega-menu/options.php:434,
 
 
5293
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
5294
- #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
5295
- #: framework/premium/features/premium-header/items/contacts/options.php:249
 
 
 
 
 
5296
  msgid "Icons Size"
5297
  msgstr ""
5298
 
5299
- #: framework/premium/features/premium-header.php:184,
5300
- #: framework/premium/extensions/mega-menu/options.php:456
 
 
5301
  msgid "Icon Position"
5302
  msgstr ""
5303
 
5304
- #: framework/premium/features/premium-header.php:191,
5305
- #: framework/premium/extensions/mega-menu/options.php:463,
5306
- #: framework/premium/extensions/shortcuts/customizer.php:638,
5307
- #: framework/features/header/items/account/options.php:259,
5308
- #: framework/features/header/items/account/options.php:465,
5309
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
 
 
 
 
 
 
5310
  msgid "Left"
5311
  msgstr ""
5312
 
5313
- #: framework/premium/features/premium-header.php:192,
5314
- #: framework/premium/extensions/mega-menu/options.php:464,
5315
- #: framework/premium/extensions/shortcuts/customizer.php:639,
5316
- #: framework/features/header/items/account/options.php:260,
5317
- #: framework/features/header/items/account/options.php:466,
5318
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
 
 
 
 
 
 
5319
  msgid "Right"
5320
  msgstr ""
5321
 
5322
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
5323
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
 
 
5324
  msgid "Newsletter"
5325
  msgstr ""
5326
 
5327
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
5328
- #: framework/premium/extensions/mega-menu/options.php:491,
5329
- #: framework/premium/extensions/shortcuts/customizer.php:868,
5330
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
5331
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
5332
- #: framework/features/header/items/account/options.php:277
 
 
 
 
 
 
5333
  msgid "Text"
5334
  msgstr ""
5335
 
5336
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
5337
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
5338
- #: framework/extensions/widgets/widgets/ct-quote/options.php:34
 
 
 
5339
  msgid "You can add here some arbitrary HTML code."
5340
  msgstr ""
5341
 
5342
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
 
5343
  msgid "Container Type"
5344
  msgstr ""
5345
 
5346
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
 
5347
  msgid "Boxed"
5348
  msgstr ""
5349
 
5350
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
 
5351
  msgid "Content Alignment"
5352
  msgstr ""
5353
 
5354
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
 
5355
  msgid "Newsletter subscribe form"
5356
  msgstr ""
5357
 
5358
- #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
5359
- msgid "Thank you for subscribing!"
5360
- msgstr ""
5361
-
5362
- #: framework/extensions/product-reviews/views/single-top.php:238
5363
  msgid "Specs"
5364
  msgstr ""
5365
 
5366
- #: framework/features/header/modal/login.php:17
5367
- msgid "Email Address"
5368
- msgstr ""
5369
-
5370
- #: framework/features/header/modal/login.php:22
5371
  msgid "Password"
5372
  msgstr ""
5373
 
5374
- #: framework/features/header/modal/login.php:29
 
5375
  msgid "Remember Me"
5376
  msgstr ""
5377
 
5378
- #: framework/features/header/modal/login.php:33
 
5379
  msgid "Forgot Password?"
5380
  msgstr ""
5381
 
5382
- #: framework/features/header/modal/login.php:41
 
5383
  msgid "Log In"
5384
  msgstr ""
5385
 
5386
- #: framework/features/header/modal/lostpassword.php:5
 
 
 
5387
  msgid "Username or Email Address"
5388
  msgstr ""
5389
 
5390
- #: framework/features/header/modal/lostpassword.php:11
 
5391
  msgid "Get New Password"
5392
  msgstr ""
5393
 
5394
- #: framework/features/header/modal/register.php:6
 
5395
  msgid "Username"
5396
  msgstr ""
5397
 
5398
- #: framework/features/header/modal/register.php:18
 
5399
  msgid "Registration confirmation will be emailed to you"
5400
  msgstr ""
5401
 
5402
- #: framework/features/header/modal/register.php:23
 
5403
  msgid "Register"
5404
  msgstr ""
5405
 
5406
- #: framework/premium/extensions/adobe-typekit/config.php:4
5407
- msgid "Adobe Fonts"
5408
- msgstr ""
5409
-
5410
- #: framework/premium/extensions/adobe-typekit/config.php:5
5411
  msgid "Connect your Adobe Fonts project and use the selected fonts throughout Blocksy and your favorite page builder."
5412
  msgstr ""
5413
 
5414
- #: framework/premium/extensions/code-snippets/config.php:5
 
5415
  msgid "Inject custom code snippets throughout your website. The extension works globally or on a per post/page basis."
5416
  msgstr ""
5417
 
5418
- #: framework/premium/extensions/code-snippets/extension.php:38,
5419
- #: framework/premium/extensions/code-snippets/extension.php:78,
5420
- #: framework/premium/extensions/code-snippets/extension.php:117
 
 
 
5421
  msgid "After body open scripts"
5422
  msgstr ""
5423
 
5424
- #: framework/premium/extensions/code-snippets/readme.php:4
 
5425
  msgid "After activating the Custom Code Snippets extension you will have two ways to manage your snippets:"
5426
  msgstr ""
5427
 
5428
- #: framework/premium/extensions/code-snippets/readme.php:9
 
5429
  msgid "Globally"
5430
  msgstr ""
5431
 
5432
- #: framework/premium/extensions/code-snippets/readme.php:13
 
5433
  msgid "Navigate to %s and place there your header, body or footer scripts."
5434
  msgstr ""
5435
 
5436
- #: framework/premium/extensions/code-snippets/readme.php:16
 
5437
  msgid "Customizer ➝ Custom Code Snippets"
5438
  msgstr ""
5439
 
5440
- #: framework/premium/extensions/code-snippets/readme.php:24
 
5441
  msgid "Per page/post"
5442
  msgstr ""
5443
 
5444
- #: framework/premium/extensions/code-snippets/readme.php:28
 
5445
  msgid "Edit your page or post, click on %s, scroll down and you will see the %2s panel."
5446
  msgstr ""
5447
 
5448
- #: framework/premium/extensions/code-snippets/readme.php:32
 
5449
  msgid "%s Page Settings"
5450
  msgstr ""
5451
 
5452
- #: framework/premium/extensions/custom-fonts/config.php:4
 
5453
  msgid "Upload an unlimited number of custom fonts or variable fonts and use them throughout Blocksy and your favorite page builder."
5454
  msgstr ""
5455
 
5456
- #: framework/premium/extensions/local-google-fonts/config.php:4
 
5457
  msgid "Serve your chosen Google Fonts from your own web server. This will increase the loading speed and makes sure your website complies with the privacy regulations."
5458
  msgstr ""
5459
 
5460
- #: framework/premium/extensions/mega-menu/config.php:5
 
5461
  msgid "Create beautiful personalised menus that set your website apart from the others. Add icons and badges to your entries and even add Content Blocks inside your dropdowns."
5462
  msgstr ""
5463
 
5464
- #: framework/premium/extensions/mega-menu/config.php:9,
5465
- #: framework/premium/extensions/shortcuts/config.php:12
 
 
5466
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
5467
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
5468
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
5469
  msgid "Configure"
5470
  msgstr "إعداد التكوين"
5471
 
5472
- #: framework/premium/extensions/mega-menu/extension.php:99
 
5473
  msgid "Menu Item Settings"
5474
  msgstr ""
11
  "Language: ar\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
14
+ #: framework/premium/features/premium-header.php:43,
15
+ #: build_tmp/build/framework/premium/features/premium-header.php:43
16
+ msgid "Mobile Menu 1"
17
+ msgstr ""
18
+
19
+ #: framework/premium/features/premium-header.php:44,
20
+ #: build_tmp/build/framework/premium/features/premium-header.php:44
21
+ msgid "Mobile Menu 2"
22
+ msgstr ""
23
+
24
+ #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99,
25
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
26
+ msgid "Thank you for subscribing to our newsletter!"
27
+ msgstr ""
28
+
29
+ #. translators: This is a brand name. Preferably to not be translated
30
+ #. translators: This is a brand name. Preferably to not be translated
31
+ #: framework/premium/extensions/adobe-typekit/config.php:5,
32
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:5
33
+ msgctxt "Extension Brand Name"
34
+ msgid "Adobe Fonts"
35
+ msgstr ""
36
+
37
+ #. translators: This is a brand name. Preferably to not be translated
38
+ #. translators: This is a brand name. Preferably to not be translated
39
+ #. translators: This is a brand name. Preferably to not be translated
40
+ #. translators: This is a brand name. Preferably to not be translated
41
+ #. translators: This is a brand name. Preferably to not be translated
42
+ #. translators: This is a brand name. Preferably to not be translated
43
+ #. translators: This is a brand name. Preferably to not be translated
44
+ #. translators: This is a brand name. Preferably to not be translated
45
+ #: framework/premium/extensions/code-snippets/config.php:5,
46
+ #: framework/premium/extensions/code-snippets/extension.php:24,
47
+ #: framework/premium/extensions/code-snippets/extension.php:65,
48
+ #: framework/premium/extensions/code-snippets/extension.php:102,
49
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:5,
50
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:24,
51
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:65,
52
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:102
53
+ msgctxt "Extension Brand Name"
54
+ msgid "Custom Code Snippets"
55
+ msgstr ""
56
+
57
+ #. translators: This is a brand name. Preferably to not be translated
58
+ #. translators: This is a brand name. Preferably to not be translated
59
+ #: framework/premium/extensions/custom-fonts/config.php:5,
60
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:5
61
+ msgctxt "Extension Brand Name"
62
+ msgid "Custom Fonts"
63
+ msgstr ""
64
+
65
+ #. translators: This is a brand name. Preferably to not be translated
66
+ #. translators: This is a brand name. Preferably to not be translated
67
+ #: framework/premium/extensions/local-google-fonts/config.php:5,
68
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:5
69
+ msgctxt "Extension Brand Name"
70
+ msgid "Local Google Fonts"
71
+ msgstr ""
72
+
73
+ #. translators: This is a brand name. Preferably to not be translated
74
+ #. translators: This is a brand name. Preferably to not be translated
75
+ #: framework/premium/extensions/mega-menu/config.php:5,
76
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:5
77
+ msgctxt "Extension Brand Name"
78
+ msgid "Advanced Menu"
79
+ msgstr ""
80
+
81
+ #. translators: This is a brand name. Preferably to not be translated
82
+ #. translators: This is a brand name. Preferably to not be translated
83
+ #: framework/premium/extensions/post-types-extra/config.php:5,
84
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:5
85
+ msgctxt "Extension Brand Name"
86
+ msgid "Post Types Extra"
87
+ msgstr ""
88
+
89
+ #. translators: This is a brand name. Preferably to not be translated
90
+ #. translators: This is a brand name. Preferably to not be translated
91
+ #. translators: This is a brand name. Preferably to not be translated
92
+ #. translators: This is a brand name. Preferably to not be translated
93
+ #: framework/premium/extensions/shortcuts/config.php:5,
94
+ #: framework/premium/extensions/shortcuts/customizer.php:524,
95
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:5,
96
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:524
97
+ msgctxt "Extension Brand Name"
98
+ msgid "Shortcuts Bar"
99
+ msgstr ""
100
+
101
+ #: framework/premium/extensions/shortcuts/customizer.php:300,
102
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:300
103
+ msgid "Set link to nofollow"
104
+ msgstr ""
105
+
106
+ #: framework/premium/extensions/shortcuts/customizer.php:306,
107
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:306
108
+ msgid "Custom class"
109
+ msgstr ""
110
+
111
+ #. translators: This is a brand name. Preferably to not be translated
112
+ #. translators: This is a brand name. Preferably to not be translated
113
+ #: framework/premium/extensions/sidebars/config.php:5,
114
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:5
115
+ msgctxt "Extension Brand Name"
116
+ msgid "Multiple Sidebars"
117
+ msgstr ""
118
+
119
+ #. translators: This is a brand name. Preferably to not be translated
120
+ #. translators: This is a brand name. Preferably to not be translated
121
+ #: framework/premium/extensions/white-label/config.php:5,
122
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:5
123
+ msgctxt "Extension Brand Name"
124
+ msgid "White Label"
125
+ msgstr ""
126
+
127
+ #. translators: This is a brand name. Preferably to not be translated
128
+ #. translators: This is a brand name. Preferably to not be translated
129
+ #: framework/premium/extensions/woocommerce-extra/config.php:5,
130
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:5
131
+ msgctxt "Extension Brand Name"
132
+ msgid "WooCommerce Extra"
133
+ msgstr ""
134
+
135
+ #: framework/premium/extensions/woocommerce-extra/extension.php:154,
136
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:154
137
+ msgid "Gallery Arrows Visibility"
138
+ msgstr ""
139
+
140
+ #: framework/premium/extensions/woocommerce-extra/extension.php:175,
141
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:175
142
+ msgid "Thumbnails Arrows Visibility"
143
+ msgstr ""
144
+
145
+ #: framework/premium/extensions/woocommerce-extra/extension.php:384,
146
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:384
147
+ msgid "Icons Spacing"
148
+ msgstr ""
149
+
150
+ #: framework/premium/extensions/woocommerce-extra/extension.php:428,
151
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:428
152
+ msgid "WooCommerce Offcanvas Filters"
153
+ msgstr ""
154
+
155
+ #: framework/premium/extensions/woocommerce-extra/extension.php:430,
156
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:430
157
+ msgid "Add widgets here."
158
+ msgstr ""
159
+
160
+ #: framework/premium/extensions/woocommerce-extra/extension.php:702,
161
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:702
162
+ msgid "Close filters modal"
163
+ msgstr ""
164
+
165
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:75,
166
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:75
167
+ msgid "Close quick view"
168
+ msgstr ""
169
+
170
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:148,
171
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:148
172
+ msgid "Quick view toggle"
173
+ msgstr ""
174
+
175
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:148,
176
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:148
177
+ msgid "Quick view icon"
178
+ msgstr ""
179
+
180
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
181
+ #: framework/features/header/items/account/options.php:1022,
182
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
183
+ #: build_tmp/build/framework/features/header/items/account/options.php:1022
184
+ msgid "Close Button Type"
185
+ msgstr ""
186
+
187
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
188
+ #: framework/features/header/items/account/options.php:1031,
189
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
190
+ #: build_tmp/build/framework/features/header/items/account/options.php:1031
191
+ msgid "Simple"
192
+ msgstr ""
193
+
194
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
195
+ #: framework/features/header/items/account/options.php:1032,
196
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
197
+ #: build_tmp/build/framework/features/header/items/account/options.php:1032
198
+ msgid "Border"
199
+ msgstr ""
200
+
201
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
202
+ #: framework/features/header/items/account/options.php:1075,
203
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
204
+ #: build_tmp/build/framework/features/header/items/account/options.php:1075
205
+ msgid "Border Color"
206
+ msgstr ""
207
+
208
+ #: framework/premium/features/content-blocks/hooks-manager.php:161,
209
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:161
210
+ msgid "Before description"
211
+ msgstr ""
212
+
213
+ #: framework/premium/features/content-blocks/hooks-manager.php:169,
214
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:169
215
+ msgid "Before breadcrumbs"
216
+ msgstr ""
217
+
218
+ #: framework/premium/features/content-blocks/hooks-manager.php:193,
219
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:193
220
+ msgid "After description"
221
+ msgstr ""
222
+
223
+ #: framework/premium/features/content-blocks/hooks-manager.php:201,
224
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:201
225
+ msgid "After breadcrumbs"
226
+ msgstr ""
227
+
228
+ #: framework/premium/features/content-blocks/hooks-manager.php:500,
229
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:500
230
+ msgid "Before shop loop item actions"
231
+ msgstr ""
232
+
233
+ #: framework/premium/features/content-blocks/hooks-manager.php:505,
234
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:505
235
+ msgid "After shop loop item actions"
236
+ msgstr ""
237
+
238
+ #. translators: placeholder here means the actual URL.
239
+ #. translators: placeholder here means the actual URL.
240
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:28,
241
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:28
242
+ msgid "Configure the social links in Customizer ➝ General ➝ %sSocial Network Accounts%s."
243
+ msgstr ""
244
+
245
+ #: framework/features/header/items/account/options.php:39,
246
+ #: build_tmp/build/framework/features/header/items/account/options.php:39
247
+ msgid "Customizing: Logged out State"
248
+ msgstr ""
249
+
250
+ #: framework/features/header/items/account/options.php:508,
251
+ #: build_tmp/build/framework/features/header/items/account/options.php:508
252
+ msgid "User Visibility"
253
+ msgstr ""
254
+
255
+ #: framework/features/header/items/account/options.php:519,
256
+ #: build_tmp/build/framework/features/header/items/account/options.php:519
257
+ msgid "Logged In"
258
+ msgstr ""
259
+
260
+ #: framework/features/header/items/account/options.php:520,
261
+ #: build_tmp/build/framework/features/header/items/account/options.php:520
262
+ msgid "Logged Out"
263
+ msgstr ""
264
+
265
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880,
266
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880
267
+ msgid "Custom Field"
268
+ msgstr ""
269
+
270
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:107
271
+ msgid "%s min"
272
+ msgid_plural "%s mins"
273
+ msgstr[0] ""
274
+ msgstr[1] ""
275
+ msgstr[2] ""
276
+ msgstr[3] ""
277
+ msgstr[4] ""
278
+ msgstr[5] ""
279
+
280
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38,
281
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38
282
+ msgid "Wishlist icon"
283
+ msgstr ""
284
+
285
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101,
286
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
287
+ msgid "Enable AJAX loading"
288
+ msgstr ""
289
+
290
+ #: framework/premium/features/content-blocks/options/archive.php:56,
291
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:56
292
+ msgid "Default Card Layout"
293
+ msgstr ""
294
+
295
+ #: framework/premium/features/content-blocks/options/archive.php:60,
296
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:60
297
+ msgid "Inherit card wrapper settings from Customizer (background color, spacing, shadow)."
298
+ msgstr ""
299
+
300
+ #: framework/premium/features/content-blocks/options/archive.php:68,
301
+ #: framework/premium/features/content-blocks/options/single.php:56,
302
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:68,
303
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:56
304
+ msgid "Dynamic Content Preview"
305
+ msgstr ""
306
+
307
+ #: framework/premium/features/content-blocks/options/archive.php:74,
308
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:74
309
+ msgid "Select a post/page to preview it's content inside the editor while building the archive."
310
+ msgstr ""
311
+
312
+ #: framework/premium/features/content-blocks/options/archive.php:78,
313
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:78
314
+ msgid "Editor/Card Width"
315
+ msgstr ""
316
+
317
+ #: framework/premium/features/content-blocks/options/archive.php:89,
318
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:89
319
+ msgid "Set the editor width for better understanging the layout you are building (just for preview purpose, this option won't apply in frontend)."
320
+ msgstr ""
321
+
322
+ #: framework/premium/features/content-blocks/options/popup.php:269,
323
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:269
324
+ msgid "After X Pages"
325
+ msgstr ""
326
+
327
+ #: framework/premium/features/content-blocks/options/popup.php:275,
328
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:275
329
+ msgid "Set after how many visited pages the popup block will appear."
330
+ msgstr ""
331
+
332
+ #: framework/premium/features/content-blocks/options/single.php:62,
333
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:62
334
+ msgid "Select a post/page to preview it's content inside the editor while building the post/page."
335
+ msgstr ""
336
+
337
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:158
338
+ msgid "More info on how to generate an API key for Mailerlite can be found %shere%s. Please note that we require at least one group to be created in your account for the integration to work. More info on how to create a group %shere%s."
339
+ msgstr ""
340
+
341
+ #: framework/premium/static/js/hooks/CodeEditor.js:56
342
+ msgid "Code Editor"
343
+ msgstr ""
344
+
345
+ #: framework/premium/static/js/hooks/CreateHook.js:101
346
+ msgid "Template Type"
347
+ msgstr ""
348
+
349
+ #: framework/premium/static/js/hooks/CreateHook.js:116
350
+ msgid "Archive Template"
351
+ msgstr ""
352
+
353
+ #: framework/premium/static/js/hooks/CreateHook.js:124
354
+ msgid "Single Template"
355
+ msgstr ""
356
+
357
+ #: framework/premium/static/js/hooks/CreateHook.js:162
358
+ msgid "Hook Name"
359
+ msgstr ""
360
+
361
+ #: framework/premium/static/js/hooks/CreateHook.js:166
362
+ msgid "Popup Name"
363
+ msgstr ""
364
+
365
+ #: framework/premium/static/js/hooks/CreateHook.js:170
366
+ msgid "Template Name"
367
+ msgstr ""
368
+
369
+ #: framework/premium/static/js/hooks/CreateHook.js:77
370
+ msgid "Popup"
371
+ msgstr ""
372
+
373
+ #: framework/premium/static/js/hooks/CreateHook.js:86
374
+ msgid "Custom Template"
375
+ msgstr ""
376
+
377
+ #: framework/premium/static/js/media-video-upload-button.js:27
378
+ msgid "Select MP4"
379
+ msgstr ""
380
+
381
+ #: framework/premium/static/js/media-video-upload-button.js:29
382
+ msgid "Attach MP4"
383
+ msgstr ""
384
+
385
+ #: framework/premium/static/js/options/IconPicker.js:20
386
+ msgid "Theme Icons"
387
+ msgstr ""
388
+
389
+ #: framework/premium/static/js/options/IconPicker.js:26
390
+ msgid "FontAwesome Brands"
391
+ msgstr ""
392
+
393
+ #: framework/premium/static/js/options/IconPicker.js:32
394
+ msgid "FontAwesome Solid"
395
+ msgstr ""
396
+
397
+ #: framework/premium/static/js/options/IconPicker.js:38
398
+ msgid "FontAwesome Regular"
399
+ msgstr ""
400
+
401
+ #: framework/premium/static/js/typography/providers/kadence.js:21
402
+ #: framework/premium/static/js/typography/providers/plus-addons.js:23
403
+ #: framework/premium/static/js/typography/providers/stackable.js:23
404
+ msgid "%s Local Google Fonts"
405
+ msgstr ""
406
+
407
+ #: framework/premium/static/js/typography/providers/kadence.js:25
408
+ #: framework/premium/static/js/typography/providers/plus-addons.js:27
409
+ #: framework/premium/static/js/typography/providers/stackable.js:27
410
+ msgid "%s Typekit"
411
+ msgstr ""
412
+
413
+ #: framework/premium/static/js/typography/providers/kadence.js:30
414
+ #: framework/premium/static/js/typography/providers/stackable.js:31
415
+ msgid "%s Custom Fonts"
416
+ msgstr ""
417
+
418
+ #: framework/premium/static/js/typography/providers/kadence.js:58
419
+ msgid "Normal"
420
+ msgstr ""
421
+
422
+ #: framework/premium/static/js/typography/providers/kadence.js:82
423
+ msgid "Inherit"
424
+ msgstr ""
425
+
426
+ #: framework/premium/static/js/typography/providers/plus-addons.js:31
427
+ msgid "%s Custom"
428
+ msgstr ""
429
+
430
+ #: framework/premium/static/js/typography/providers/plus-addons.js:35
431
+ msgid "%s System"
432
+ msgstr ""
433
+
434
+ #. translators: %s: Link to the login page.
435
+ #. translators: %s: Link to the login page.
436
+ #: framework/features/account-auth.php:92,
437
+ #: build_tmp/build/framework/features/account-auth.php:92
438
+ msgid "Check your email for the confirmation link, then visit the <a href=\"%s\">login page</a>."
439
+ msgstr ""
440
+
441
+ #: framework/features/account-auth.php:198,
442
+ #: build_tmp/build/framework/features/account-auth.php:198
443
+ msgid "Your account was created successfully. Your login details have been sent to your email address. Please visit the <a href=\"%s\">login page</a>."
444
+ msgstr ""
445
+
446
+ #: framework/features/account-auth.php:207,
447
+ #: build_tmp/build/framework/features/account-auth.php:207
448
+ msgid "Your account was created successfully and a password has been sent to your email address. Please visit the <a href=\"%s\">login page</a>."
449
+ msgstr ""
450
+
451
+ #. translators: This is a brand name. Preferably to not be translated
452
+ #. translators: This is a brand name. Preferably to not be translated
453
+ #. translators: This is a brand name. Preferably to not be translated
454
+ #. translators: This is a brand name. Preferably to not be translated
455
+ #: framework/extensions/cookies-consent/config.php:5,
456
+ #: framework/extensions/cookies-consent/customizer.php:5,
457
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:5,
458
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:5
459
+ msgctxt "Extension Brand Name"
460
+ msgid "Cookies Consent"
461
+ msgstr ""
462
+
463
+ #: framework/extensions/cookies-consent/customizer.php:76,
464
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:76
465
+ msgid "Accept Button text"
466
+ msgstr ""
467
+
468
+ #: framework/extensions/cookies-consent/customizer.php:85,
469
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:85
470
+ msgid "Decline Button text"
471
+ msgstr ""
472
+
473
+ #: framework/extensions/cookies-consent/customizer.php:88,
474
+ #: framework/extensions/cookies-consent/helpers.php:34,
475
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:88,
476
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:34
477
+ msgid "Decline"
478
+ msgstr ""
479
+
480
+ #. translators: This is a brand name. Preferably to not be translated
481
+ #. translators: This is a brand name. Preferably to not be translated
482
+ #: framework/extensions/newsletter-subscribe/config.php:5,
483
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:5
484
+ msgctxt "Extension Brand Name"
485
+ msgid "Newsletter Subscribe"
486
+ msgstr ""
487
+
488
+ #. translators: This is a brand name. Preferably to not be translated
489
+ #. translators: This is a brand name. Preferably to not be translated
490
+ #: framework/extensions/product-reviews/config.php:5,
491
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:5
492
+ msgctxt "Extension Brand Name"
493
+ msgid "Product Reviews"
494
+ msgstr ""
495
+
496
+ #: framework/extensions/product-reviews/metabox.php:60,
497
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:60
498
+ msgid "Please note that some of this information (price, sku, brand) won't be displayed on the front-end. It is solely used for Google's Schema.org markup."
499
+ msgstr ""
500
+
501
+ #. translators: This is a brand name. Preferably to not be translated
502
+ #. translators: This is a brand name. Preferably to not be translated
503
+ #. translators: This is a brand name. Preferably to not be translated
504
+ #. translators: This is a brand name. Preferably to not be translated
505
+ #: framework/extensions/trending/config.php:5,
506
+ #: framework/extensions/trending/customizer.php:97,
507
+ #: build_tmp/build/framework/extensions/trending/config.php:5,
508
+ #: build_tmp/build/framework/extensions/trending/customizer.php:97
509
+ msgctxt "Extension Brand Name"
510
+ msgid "Trending Posts"
511
+ msgstr ""
512
+
513
+ #: framework/extensions/trending/customizer.php:245,
514
+ #: build_tmp/build/framework/extensions/trending/customizer.php:245
515
+ msgid "Image Size"
516
+ msgstr ""
517
+
518
+ #. translators: This is a brand name. Preferably to not be translated
519
+ #. translators: This is a brand name. Preferably to not be translated
520
+ #: framework/extensions/widgets/config.php:5,
521
+ #: build_tmp/build/framework/extensions/widgets/config.php:5
522
+ msgctxt "Extension Brand Name"
523
+ msgid "Widgets"
524
+ msgstr ""
525
+
526
+ #: framework/features/header/account-modal.php:37,
527
+ #: build_tmp/build/framework/features/header/account-modal.php:37
528
+ msgid "Close account modal"
529
+ msgstr ""
530
+
531
+ #: framework/features/header/header-options.php:63,
532
+ #: build_tmp/build/framework/features/header/header-options.php:63
533
+ msgid "Effect"
534
+ msgstr ""
535
+
536
+ #: framework/features/header/header-options.php:79,
537
+ #: build_tmp/build/framework/features/header/header-options.php:79
538
+ msgid "Offset"
539
+ msgstr ""
540
+
541
+ #: framework/premium/features/content-blocks.php:86,
542
+ #: build_tmp/build/framework/premium/features/content-blocks.php:86
543
+ msgid "All types"
544
+ msgstr ""
545
+
546
+ #: framework/premium/features/content-blocks.php:378,
547
+ #: build_tmp/build/framework/premium/features/content-blocks.php:378,
548
+ #: framework/premium/features/content-blocks/options/popup.php:168,
549
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:168
550
+ msgid "After x pages"
551
+ msgstr ""
552
+
553
+ #: framework/premium/features/content-blocks.php:1088,
554
+ #: build_tmp/build/framework/premium/features/content-blocks.php:1088
555
+ msgid "Close popup"
556
+ msgstr ""
557
+
558
+ #: framework/premium/features/media-meta-fields.php:29,
559
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:29
560
+ msgid "Attachment Video"
561
+ msgstr ""
562
+
563
+ #: framework/premium/features/media-meta-fields.php:33,
564
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:33
565
+ msgid "Video URL"
566
+ msgstr ""
567
+
568
+ #. translators: %s: Link to wordpress.org article
569
+ #. translators: %s: Link to wordpress.org article
570
+ #: framework/premium/features/media-meta-fields.php:39,
571
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:39
572
+ msgid "Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an MP4 file into the media library."
573
+ msgstr ""
574
+
575
+ #: framework/premium/features/media-meta-fields.php:42,
576
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:42
577
+ msgid "Upload"
578
+ msgstr ""
579
+
580
+ #: framework/premium/features/media-meta-fields.php:44,
581
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:44
582
+ msgid "Upload Video (MP4 File)"
583
+ msgstr ""
584
+
585
  #: framework/premium/static/js/header/CreateHeader.js:117
586
  msgid "Picker header"
587
  msgstr ""
607
  msgid "Header name"
608
  msgstr ""
609
 
610
+ #: framework/premium/static/js/hooks/CodeEditor.js:214
611
  msgid "Yes, continue"
612
  msgstr ""
613
 
614
+ #: framework/premium/static/js/hooks/CodeEditor.js:126
615
  msgid "Use code editor"
616
  msgstr ""
617
 
618
+ #: framework/premium/static/js/hooks/CodeEditor.js:129
619
  msgid "Exit code editor"
620
  msgstr ""
621
 
622
+ #: framework/premium/static/js/hooks/CodeEditor.js:141
623
  msgid "Heads up!"
624
  msgstr ""
625
 
626
+ #: framework/premium/static/js/hooks/CodeEditor.js:143
627
  msgid "Enabling & disabling the code editor will erase everything from your post editor and this action is irreversible."
628
  msgstr ""
629
 
630
+ #: framework/premium/static/js/hooks/CodeEditor.js:150
631
  msgid "Are you sure you want to continue?"
632
  msgstr ""
633
 
634
+ #: framework/premium/static/js/hooks/CreateHook.js:207
 
 
 
 
635
  msgid "Create Content Block"
636
  msgstr ""
637
 
638
+ #: framework/premium/static/js/hooks/CreateHook.js:36
639
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
640
  msgstr ""
641
 
642
+ #: framework/premium/static/js/hooks/CreateHook.js:108
643
  msgid "Select template type..."
644
  msgstr ""
645
 
646
+ #: framework/premium/static/js/hooks/CreateHook.js:68
647
  msgid "Custom Content/Hooks"
648
  msgstr ""
649
 
650
+ #: framework/premium/static/js/hooks/CreateHook.js:148
 
 
 
 
651
  msgid "404 Page Template"
652
  msgstr ""
653
 
654
+ #: framework/premium/static/js/hooks/CreateHook.js:132
655
  msgid "Header Template"
656
  msgstr ""
657
 
658
+ #: framework/premium/static/js/hooks/CreateHook.js:140
659
  msgid "Footer Template"
660
  msgstr ""
661
 
695
  msgid "Select location"
696
  msgstr ""
697
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
698
  #: static/js/dashboard.js:30
699
  msgid "Starter Sites"
700
  msgstr "قوالب مواقع جاهزة"
703
  msgid "Extensions"
704
  msgstr "الملحقات"
705
 
706
+ #: static/js/header/EditConditions.js:146
707
+ #: static/js/options/DisplayCondition.js:88
708
  msgid "Save Conditions"
709
  msgstr "حفظ الشروط"
710
 
711
+ #: static/js/header/EditConditions.js:102
712
  msgid "Add one or more conditions in order to display your header."
713
  msgstr "أضف شرطاً أو أكثر لعرض الترويسة."
714
 
752
  msgid "Upgrade to the Pro version and get instant access to all premium extensions, features and future updates."
753
  msgstr ""
754
 
755
+ #: static/js/options/ConditionsManager.js:127
756
  msgid "Select rule"
757
  msgstr "تحديد قاعدة"
758
 
759
+ #: static/js/options/ConditionsManager.js:184
760
  msgid "Select taxonomy"
761
  msgstr "تحديد فئة"
762
 
763
+ #: static/js/options/ConditionsManager.js:221
764
  msgid "Select language"
765
  msgstr ""
766
 
767
+ #: static/js/options/ConditionsManager.js:255
768
  msgid "Select user"
769
  msgstr ""
770
 
771
+ #: static/js/options/ConditionsManager.js:262
772
  msgid "Current user"
773
  msgstr ""
774
 
775
+ #: static/js/options/ConditionsManager.js:325
776
  msgid "Add Display Condition"
777
  msgstr "إضافة شرط للعرض"
778
 
779
+ #: static/js/options/ConditionsManager.js:344
780
  msgid "Add User Condition"
781
  msgstr "إضافة شرط للمستخدم"
782
 
783
+ #: static/js/options/ConditionsManager.js:104
784
  msgid "Include"
785
  msgstr "تضمين"
786
 
787
+ #: static/js/options/ConditionsManager.js:105
788
  msgid "Exclude"
789
  msgstr "استثناء"
790
 
791
+ #: framework/premium/static/js/options/PreviewedPostsSelect.js:98
792
  #: static/js/options/ConditionsManager/PostIdPicker.js:67
793
  msgid "Type to search by ID or title..."
794
  msgstr ""
795
 
796
+ #: framework/premium/static/js/options/PreviewedPostsSelect.js:102
797
  #: static/js/options/ConditionsManager/PostIdPicker.js:73
798
  msgid "Select post"
799
  msgstr "تحديد مقالة"
802
  msgid "Select page"
803
  msgstr "تحديد صفحة"
804
 
805
+ #: static/js/options/CustomizerOptionsManager.js:110
806
  msgid "Import Options"
807
  msgstr ""
808
 
809
+ #: static/js/options/CustomizerOptionsManager.js:113
810
  msgid "Easily import the theme customizer settings."
811
  msgstr ""
812
 
813
+ #: static/js/options/CustomizerOptionsManager.js:136
814
  msgid "Click or drop to upload a file..."
815
  msgstr ""
816
 
817
+ #: static/js/options/CustomizerOptionsManager.js:197
818
  msgid "Import Customizations"
819
  msgstr ""
820
 
821
+ #: static/js/options/CustomizerOptionsManager.js:206
822
  msgid "Copy Options"
823
  msgstr ""
824
 
825
+ #: static/js/options/CustomizerOptionsManager.js:209
826
  msgid "Copy and import your customizations from parent or child theme."
827
  msgstr ""
828
 
829
+ #: static/js/options/CustomizerOptionsManager.js:269
830
  msgid "Copy From Parent Theme"
831
  msgstr ""
832
 
833
+ #: static/js/options/CustomizerOptionsManager.js:275
834
  msgid "Copy From Child Theme"
835
  msgstr ""
836
 
837
+ #: static/js/options/CustomizerOptionsManager.js:282
838
  msgid "You are about to copy all the settings from your parent theme into the child theme. Are you sure you want to continue?"
839
  msgstr ""
840
 
841
+ #: static/js/options/CustomizerOptionsManager.js:288
842
  msgid "You are about to copy all the settings from your child theme into the parent theme. Are you sure you want to continue?"
843
  msgstr ""
844
 
845
+ #: static/js/options/CustomizerOptionsManager.js:337
846
  msgid "Yes, I am sure"
847
  msgstr ""
848
 
849
+ #: static/js/options/CustomizerOptionsManager.js:351
850
  msgid "Export Settings"
851
  msgstr ""
852
 
853
+ #: static/js/options/CustomizerOptionsManager.js:355
854
  msgid "Choose what set of settings you want to export."
855
  msgstr ""
856
 
857
+ #: static/js/options/CustomizerOptionsManager.js:383
858
  msgid "Customizer settings"
859
  msgstr ""
860
 
861
+ #: static/js/options/CustomizerOptionsManager.js:387
862
  msgid "Widgets settings"
863
  msgstr ""
864
 
865
+ #: static/js/options/CustomizerOptionsManager.js:496
866
  msgid "Export"
867
  msgstr ""
868
 
869
+ #: static/js/options/CustomizerOptionsManager.js:84
870
  msgid "Export Options"
871
  msgstr ""
872
 
873
+ #: static/js/options/CustomizerOptionsManager.js:87
874
  msgid "Easily export the theme customizer settings."
875
  msgstr ""
876
 
877
+ #: static/js/options/CustomizerOptionsManager.js:104
878
  msgid "Export Customizations"
879
  msgstr ""
880
 
881
+ #: static/js/options/DisplayCondition.js:20
882
  msgid "Transparent Header Display Conditions"
883
  msgstr "شروط عرض الترويسة الشفافة"
884
 
885
+ #: static/js/options/DisplayCondition.js:24
886
  msgid "Add one or more conditions to display the transparent header."
887
  msgstr "أضف شرطاً أو أكثر لعرض الترويسة الشفافة."
888
 
1139
  msgid "This starter site can be imported and used with one of these page builders. Please select your prefered one in order to continue."
1140
  msgstr ""
1141
 
1142
+ #: static/js/screens/DemoInstall/Wizzard/Plugins.js:65
1143
  msgid "Install & Activate Plugins"
1144
  msgstr ""
1145
 
1146
+ #: static/js/screens/DemoInstall/Wizzard/Plugins.js:67
1147
  msgid "The following plugins are required for this starter site in order to work properly."
1148
  msgstr ""
1149
 
1150
+ #: static/js/screens/Extensions.js:239
1151
  msgid "Loading Extensions Status..."
1152
  msgstr ""
1153
 
1154
+ #: static/js/screens/Extensions.js:264
1155
  msgid "Free Extensions"
1156
  msgstr ""
1157
 
1158
+ #: static/js/screens/Extensions.js:268
1159
  msgid "Pro Extensions"
1160
  msgstr ""
1161
 
1191
  msgid "Preview URL"
1192
  msgstr ""
1193
 
1194
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
1195
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:18,
1196
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:49,
1197
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:18
1198
+ msgid "John Doe"
1199
  msgstr ""
1200
 
1201
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:55,
1202
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:55
1203
+ msgid "Author Label"
1204
  msgstr ""
1205
 
1206
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:62,
1207
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:62
1208
+ msgid "Author Avatar"
1209
  msgstr ""
1210
 
1211
+ #. translators: %s here is the author name
1212
+ #. translators: %s here is the author name
1213
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:58,
1214
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:58
1215
+ msgid "By %s"
1216
  msgstr ""
1217
 
1218
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
1219
+ #: framework/extensions/widgets/widgets/ct-socials/view.php:11,
1220
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:18,
1221
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/view.php:11
1222
+ msgid "Social Icons"
1223
  msgstr ""
1224
 
1225
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:61,
1226
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:61
1227
+ msgid "Open links in new tab"
1228
  msgstr ""
1229
 
1230
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:69,
1231
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:69
1232
+ msgid "Set links to nofollow"
1233
  msgstr ""
1234
 
1235
+ #: framework/features/header/items/account/options.php:4,
1236
+ #: build_tmp/build/framework/features/header/items/account/options.php:4
1237
+ msgid "Profile Page"
1238
  msgstr ""
1239
 
1240
+ #: framework/features/header/items/account/options.php:5,
1241
+ #: build_tmp/build/framework/features/header/items/account/options.php:5
1242
+ msgid "Dashboard Page"
1243
  msgstr ""
1244
 
1245
+ #: framework/features/header/items/account/options.php:7,
1246
+ #: framework/features/header/items/account/options.php:13,
1247
+ #: build_tmp/build/framework/features/header/items/account/options.php:7,
1248
+ #: build_tmp/build/framework/features/header/items/account/options.php:13
1249
+ msgid "Custom Link"
1250
  msgstr ""
1251
 
1252
+ #: framework/features/header/items/account/options.php:8,
1253
+ #: build_tmp/build/framework/features/header/items/account/options.php:8
1254
+ msgid "Logout"
1255
  msgstr ""
1256
 
1257
+ #: framework/features/header/items/account/options.php:12,
1258
+ #: build_tmp/build/framework/features/header/items/account/options.php:12
1259
+ msgid "Modal"
1260
  msgstr ""
1261
 
1262
+ #: framework/features/header/items/account/options.php:28,
1263
+ #: build_tmp/build/framework/features/header/items/account/options.php:28
1264
+ msgid "Customizing: Logged in State"
1265
  msgstr ""
1266
 
1267
+ #: framework/features/header/items/account/options.php:53,
1268
+ #: build_tmp/build/framework/features/header/items/account/options.php:53
1269
+ msgid "Logged In Options"
1270
  msgstr ""
1271
 
1272
+ #: framework/features/header/items/account/options.php:58,
1273
+ #: build_tmp/build/framework/features/header/items/account/options.php:58
1274
+ msgid "Logged Out Options"
1275
  msgstr ""
1276
 
1277
+ #: framework/features/header/items/account/options.php:78,
1278
+ #: framework/features/header/items/account/options.php:328,
1279
+ #: build_tmp/build/framework/features/header/items/account/options.php:78,
1280
+ #: build_tmp/build/framework/features/header/items/account/options.php:328
1281
+ msgid "Account Action"
1282
  msgstr ""
1283
 
1284
+ #: framework/features/header/items/account/options.php:91,
1285
+ #: build_tmp/build/framework/features/header/items/account/options.php:91
1286
+ msgid "Select Menu"
 
 
1287
  msgstr ""
1288
 
1289
+ #: framework/features/header/items/account/options.php:97,
1290
+ #: build_tmp/build/framework/features/header/items/account/options.php:97
1291
+ msgid "Select menu..."
1292
  msgstr ""
1293
 
1294
+ #. translators: placeholder here means the actual URL.
1295
+ #. translators: placeholder here means the actual URL.
1296
+ #: framework/features/header/items/account/options.php:101,
1297
+ #: build_tmp/build/framework/features/header/items/account/options.php:101
1298
+ msgid "Manage your menu items in the %sMenus screen%s."
1299
  msgstr ""
1300
 
1301
+ #: framework/features/header/items/account/options.php:118,
1302
+ #: framework/features/header/items/account/options.php:343,
1303
+ #: build_tmp/build/framework/features/header/items/account/options.php:118,
1304
+ #: build_tmp/build/framework/features/header/items/account/options.php:343
1305
+ msgid "Custom Page Link"
1306
  msgstr ""
1307
 
1308
+ #: framework/features/header/items/account/options.php:133,
1309
+ #: framework/features/header/items/account/options.php:359,
1310
+ #: build_tmp/build/framework/features/header/items/account/options.php:133,
1311
+ #: build_tmp/build/framework/features/header/items/account/options.php:359
1312
+ msgid "Account Image"
1313
  msgstr ""
1314
 
1315
+ #: framework/features/header/items/account/options.php:139,
1316
+ #: build_tmp/build/framework/features/header/items/account/options.php:139
1317
+ msgid "Avatar"
1318
  msgstr ""
1319
 
1320
+ #: framework/features/header/items/account/options.php:152,
1321
+ #: build_tmp/build/framework/features/header/items/account/options.php:152
1322
+ msgid "Avatar Size"
1323
  msgstr ""
1324
 
1325
+ #: framework/features/header/items/account/options.php:204,
1326
+ #: framework/features/header/items/account/options.php:410,
1327
+ #: build_tmp/build/framework/features/header/items/account/options.php:204,
1328
+ #: build_tmp/build/framework/features/header/items/account/options.php:410
1329
+ msgid "Type 5"
 
1330
  msgstr ""
1331
 
1332
+ #: framework/features/header/items/account/options.php:209,
1333
+ #: framework/features/header/items/account/options.php:415,
1334
+ #: build_tmp/build/framework/features/header/items/account/options.php:209,
1335
+ #: build_tmp/build/framework/features/header/items/account/options.php:415
1336
+ msgid "Type 6"
1337
  msgstr ""
1338
 
1339
+ #: framework/features/header/items/account/options.php:286,
1340
+ #: build_tmp/build/framework/features/header/items/account/options.php:286
1341
+ msgid "Label Type"
1342
  msgstr ""
1343
 
1344
+ #: framework/features/header/items/account/options.php:305,
1345
+ #: framework/features/header/items/account/options.php:492,
1346
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105,
1347
+ #: build_tmp/build/framework/features/header/items/account/options.php:305,
1348
+ #: build_tmp/build/framework/features/header/items/account/options.php:492,
1349
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
1350
+ msgid "Label Text"
1351
  msgstr ""
1352
 
1353
+ #: framework/features/header/items/account/options.php:310,
1354
+ #: framework/features/header/items/account/views/login.php:68,
1355
+ #: build_tmp/build/framework/features/header/items/account/options.php:310,
1356
+ #: build_tmp/build/framework/features/header/items/account/views/login.php:68
1357
+ msgid "My Account"
1358
  msgstr ""
1359
 
1360
+ #: framework/features/header/items/account/options.php:537,
1361
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135,
1362
+ #: build_tmp/build/framework/features/header/items/account/options.php:537,
1363
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
1364
+ msgid "Label Font"
1365
  msgstr ""
1366
 
1367
+ #: framework/features/header/items/account/options.php:548,
1368
+ #: framework/features/header/items/account/options.php:577,
1369
+ #: framework/features/header/items/account/options.php:609,
1370
+ #: framework/features/header/items/account/options.php:639,
1371
+ #: build_tmp/build/framework/features/header/items/account/options.php:548,
1372
+ #: build_tmp/build/framework/features/header/items/account/options.php:577,
1373
+ #: build_tmp/build/framework/features/header/items/account/options.php:609,
1374
+ #: build_tmp/build/framework/features/header/items/account/options.php:639
1375
+ msgid "Label Color"
1376
  msgstr ""
1377
 
1378
+ #: framework/features/header/items/account/options.php:553,
1379
+ #: framework/features/header/items/account/options.php:699,
1380
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
1381
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
1382
+ #: framework/premium/features/premium-header/items/contacts/options.php:361,
1383
+ #: framework/premium/features/premium-header/items/contacts/options.php:531,
1384
+ #: framework/premium/features/premium-header/items/contacts/options.php:678,
1385
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
1386
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
1387
+ #: framework/premium/features/premium-header/items/search-input/options.php:189,
1388
+ #: framework/premium/features/premium-header/items/search-input/options.php:319,
1389
+ #: framework/premium/features/premium-header/items/search-input/options.php:449,
1390
+ #: framework/premium/features/premium-header/items/search-input/options.php:585,
1391
+ #: build_tmp/build/framework/features/header/items/account/options.php:553,
1392
+ #: build_tmp/build/framework/features/header/items/account/options.php:699,
1393
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
1394
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
1395
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:361,
1396
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:531,
1397
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:678,
1398
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
1399
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:208,
1400
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:189,
1401
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:319,
1402
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:449,
1403
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:585
1404
+ msgid "Default State"
1405
  msgstr ""
1406
 
1407
+ #: framework/features/header/items/account/options.php:558,
1408
+ #: framework/features/header/items/account/options.php:704,
1409
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
1410
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
1411
+ #: framework/premium/features/premium-header/items/contacts/options.php:366,
1412
+ #: framework/premium/features/premium-header/items/contacts/options.php:536,
1413
+ #: framework/premium/features/premium-header/items/contacts/options.php:686,
1414
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
1415
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
1416
+ #: framework/premium/features/premium-header/items/search-input/options.php:194,
1417
+ #: framework/premium/features/premium-header/items/search-input/options.php:324,
1418
+ #: framework/premium/features/premium-header/items/search-input/options.php:454,
1419
+ #: framework/premium/features/premium-header/items/search-input/options.php:590,
1420
+ #: build_tmp/build/framework/features/header/items/account/options.php:558,
1421
+ #: build_tmp/build/framework/features/header/items/account/options.php:704,
1422
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
1423
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
1424
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:366,
1425
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:536,
1426
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:686,
1427
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
1428
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:213,
1429
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:194,
1430
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:324,
1431
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:454,
1432
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:590
1433
+ msgid "Transparent State"
1434
  msgstr ""
1435
 
1436
+ #: framework/features/header/items/account/options.php:567,
1437
+ #: framework/features/header/items/account/options.php:713,
1438
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
1439
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
1440
+ #: framework/premium/features/premium-header/items/contacts/options.php:375,
1441
+ #: framework/premium/features/premium-header/items/contacts/options.php:545,
1442
+ #: framework/premium/features/premium-header/items/contacts/options.php:696,
1443
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
1444
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
1445
+ #: framework/premium/features/premium-header/items/search-input/options.php:203,
1446
+ #: framework/premium/features/premium-header/items/search-input/options.php:333,
1447
+ #: framework/premium/features/premium-header/items/search-input/options.php:463,
1448
+ #: framework/premium/features/premium-header/items/search-input/options.php:599,
1449
+ #: build_tmp/build/framework/features/header/items/account/options.php:567,
1450
+ #: build_tmp/build/framework/features/header/items/account/options.php:713,
1451
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
1452
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
1453
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:375,
1454
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:545,
1455
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:696,
1456
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
1457
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:222,
1458
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:203,
1459
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:333,
1460
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:463,
1461
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:599
1462
+ msgid "Sticky State"
1463
  msgstr ""
1464
 
1465
+ #: framework/features/header/items/account/options.php:819,
1466
+ #: build_tmp/build/framework/features/header/items/account/options.php:819
1467
+ msgid "Item Margin"
1468
  msgstr ""
1469
 
1470
+ #: framework/features/header/items/account/options.php:838,
1471
+ #: build_tmp/build/framework/features/header/items/account/options.php:838
1472
+ msgid "Modal Options"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1473
  msgstr ""
1474
 
1475
+ #: framework/features/header/items/account/options.php:1003,
1476
+ #: build_tmp/build/framework/features/header/items/account/options.php:1003
1477
+ msgid "Modal Shadow"
1478
  msgstr ""
1479
 
1480
+ #: framework/features/header/items/account/options.php:973,
1481
+ #: build_tmp/build/framework/features/header/items/account/options.php:973
1482
+ msgid "Modal Background"
1483
  msgstr ""
1484
 
1485
+ #: framework/features/header/items/account/options.php:988,
1486
+ #: build_tmp/build/framework/features/header/items/account/options.php:988
1487
+ msgid "Modal Backdrop"
1488
  msgstr ""
1489
 
1490
+ #: framework/features/header/items/account/options.php:1168,
1491
+ #: build_tmp/build/framework/features/header/items/account/options.php:1168
1492
+ msgid "Element Visibility"
1493
  msgstr ""
1494
 
1495
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409,
1496
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409
1497
+ msgid "You have no %s fields declared for this custom post type."
1498
  msgstr ""
1499
 
1500
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
1501
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
1502
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907,
1503
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
1504
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
1505
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907
1506
+ msgid "Field"
1507
  msgstr ""
1508
 
1509
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
1510
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:60,
1511
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
1512
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:60
1513
+ msgid "Label"
1514
  msgstr ""
1515
 
1516
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482,
1517
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482
1518
+ msgid "Fallback"
1519
  msgstr ""
1520
 
1521
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494,
1522
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494
1523
+ msgid "%s Field"
1524
  msgstr ""
1525
 
1526
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894,
1527
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894
1528
+ msgid "%s %s Font"
1529
  msgstr ""
1530
 
1531
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905,
1532
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905
1533
+ msgid "%s %s Color"
1534
  msgstr ""
1535
 
1536
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
1537
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50,
1538
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
1539
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
1540
+ msgid "Read Time"
1541
  msgstr ""
1542
 
1543
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:106
1544
+ msgid " min"
1545
  msgstr ""
1546
 
1547
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:109
1548
+ msgid " mins"
1549
  msgstr ""
1550
 
1551
+ #: framework/premium/extensions/post-types-extra/includes/filtering.php:286,
1552
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering.php:286
1553
+ msgid "All"
1554
  msgstr ""
1555
 
1556
+ #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129,
1557
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
1558
+ msgid "Featured Image"
1559
  msgstr ""
1560
 
1561
+ #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134,
1562
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
1563
+ msgid "Accent Color"
1564
  msgstr ""
1565
 
1566
+ #: framework/premium/extensions/shortcuts/views/bar.php:49,
1567
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143,
1568
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:49,
1569
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143
1570
+ msgid "Wish List"
1571
  msgstr ""
1572
 
1573
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
1574
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54,
1575
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
1576
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54
1577
+ msgid "Add to wishlist"
 
 
1578
  msgstr ""
1579
 
1580
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9,
1581
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
1582
+ msgid "Select a page"
 
1583
  msgstr ""
1584
 
1585
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18,
1586
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
1587
+ msgid "Products Wishlist"
 
1588
  msgstr ""
1589
 
1590
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28,
1591
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
1592
+ msgid "Show Wishlist Page To"
1593
  msgstr ""
1594
 
1595
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34,
1596
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
1597
+ msgid "Logged Users"
 
 
 
 
1598
  msgstr ""
1599
 
1600
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35,
1601
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
1602
+ msgid "All Users"
1603
  msgstr ""
1604
 
1605
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45,
1606
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
1607
+ msgid "Wish List Page"
 
 
1608
  msgstr ""
1609
 
1610
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51,
1611
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
1612
+ msgid "The page you select here will display the wish list for your logged out users."
 
 
1613
  msgstr ""
1614
 
1615
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60,
1616
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
1617
+ msgid "Display Wishlist Button On"
 
 
 
 
 
1618
  msgstr ""
1619
 
1620
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64,
1621
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
1622
+ msgid "Archive Pages"
 
 
1623
  msgstr ""
1624
 
1625
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73,
1626
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
1627
+ msgid "Single Product Pages"
1628
  msgstr ""
1629
 
1630
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82,
1631
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
1632
+ msgid "Quick View Modal"
1633
  msgstr ""
1634
 
1635
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95,
1636
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
1637
+ msgid "AJAX Add To Cart"
1638
  msgstr ""
1639
 
1640
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137,
1641
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
1642
+ msgid "Archive Button"
1643
  msgstr ""
1644
 
1645
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
1646
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
1647
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
1648
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
1649
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
1650
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
1651
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
1652
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
1653
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:313,
1654
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
1655
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
1656
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
1657
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
1658
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
1659
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
1660
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:254,
1661
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:284,
1662
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:313
1663
+ msgid "Hover/Active"
1664
  msgstr ""
1665
 
1666
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214,
1667
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
1668
+ msgid "Single Product Button"
1669
  msgstr ""
1670
 
1671
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290,
1672
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
1673
+ msgid "Quick View Modal Button"
 
 
 
1674
  msgstr ""
1675
 
1676
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:172,
1677
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:171
1678
+ msgid "You don't have any products in your wish list yet."
 
 
 
1679
  msgstr ""
1680
 
1681
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:33,
1682
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:33
1683
+ msgid "Add to cart"
1684
  msgstr ""
1685
 
1686
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:108,
1687
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:132,
1688
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:108,
1689
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:132
1690
+ msgid "Remove Product"
1691
  msgstr ""
1692
 
1693
+ #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34,
1694
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
1695
+ msgid "Blocksy Variation Images"
 
 
1696
  msgstr ""
1697
 
1698
+ #: framework/premium/features/content-blocks/options/404.php:33,
1699
+ #: framework/premium/features/content-blocks/options/header.php:35,
1700
+ #: framework/premium/features/content-blocks/options/hook.php:40,
1701
+ #: framework/premium/features/content-blocks/options/popup.php:42,
1702
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:33,
1703
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:35,
1704
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:40,
1705
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:42
1706
+ msgid "Container Structure"
1707
  msgstr ""
1708
 
1709
+ #: framework/premium/features/content-blocks/options/404.php:59,
1710
+ #: framework/premium/features/content-blocks/options/header.php:63,
1711
+ #: framework/premium/features/content-blocks/options/hook.php:68,
1712
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:59,
1713
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:63,
1714
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:68
1715
+ msgid "Narrow Width"
1716
  msgstr ""
1717
 
1718
+ #: framework/premium/features/content-blocks/options/404.php:64,
1719
+ #: framework/premium/features/content-blocks/options/header.php:68,
1720
+ #: framework/premium/features/content-blocks/options/hook.php:73,
1721
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:64,
1722
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:68,
1723
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:73
1724
+ msgid "Normal Width"
1725
  msgstr ""
1726
 
1727
+ #: framework/premium/features/content-blocks/options/404.php:70,
1728
+ #: framework/premium/features/content-blocks/options/header.php:74,
1729
+ #: framework/premium/features/content-blocks/options/hook.php:79,
1730
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:70,
1731
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:74,
1732
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:79
1733
+ msgid "Content Area Style"
1734
  msgstr ""
1735
 
1736
+ #: framework/premium/features/content-blocks/options/404.php:84,
1737
+ #: framework/premium/features/content-blocks/options/header.php:88,
1738
+ #: framework/premium/features/content-blocks/options/hook.php:93,
1739
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:84,
1740
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:88,
1741
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:93
1742
+ msgid "Content Area Vertical Spacing"
1743
  msgstr ""
1744
 
1745
+ #: framework/premium/features/content-blocks/options/404.php:95,
1746
+ #: framework/premium/features/content-blocks/options/header.php:99,
1747
+ #: framework/premium/features/content-blocks/options/hook.php:104,
1748
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:95,
1749
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:99,
1750
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:104
1751
+ msgid "Top & Bottom"
1752
  msgstr ""
1753
 
1754
+ #: framework/premium/features/content-blocks/options/404.php:98,
1755
+ #: framework/premium/features/content-blocks/options/header.php:102,
1756
+ #: framework/premium/features/content-blocks/options/hook.php:107,
1757
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:98,
1758
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:102,
1759
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:107
1760
+ msgid "Only Top"
1761
  msgstr ""
1762
 
1763
+ #: framework/premium/features/content-blocks/options/404.php:101,
1764
+ #: framework/premium/features/content-blocks/options/header.php:105,
1765
+ #: framework/premium/features/content-blocks/options/hook.php:110,
1766
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:101,
1767
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:105,
1768
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:110
1769
+ msgid "Only Bottom"
1770
  msgstr ""
1771
 
1772
+ #: framework/premium/features/content-blocks/options/hook.php:148,
1773
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:148
1774
+ msgid "Location & Priority"
1775
  msgstr ""
1776
 
1777
+ #: framework/premium/features/content-blocks/options/hook.php:181,
1778
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:181
1779
+ #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
1780
+ msgid "Custom Hook"
1781
  msgstr ""
1782
 
1783
+ #: framework/premium/features/content-blocks/options/archive.php:32,
1784
+ #: framework/premium/features/content-blocks/options/hook.php:256,
1785
+ #: framework/premium/features/content-blocks/options/popup.php:314,
1786
+ #: framework/premium/features/content-blocks/options/single.php:32,
1787
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:32,
1788
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:256,
1789
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:314,
1790
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:32
1791
+ msgid "Expiration Date/Time"
1792
  msgstr ""
1793
 
1794
+ #: framework/premium/features/content-blocks/options/hook.php:283,
1795
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:283
1796
+ msgid "Block Position"
1797
  msgstr ""
1798
 
1799
+ #: framework/premium/features/content-blocks/options/hook.php:290,
1800
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:290
1801
+ msgid "Fixed"
1802
  msgstr ""
1803
 
1804
+ #: framework/premium/features/content-blocks/options/hook.php:300,
1805
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:300
1806
+ msgid "Location"
 
 
 
1807
  msgstr ""
1808
 
1809
+ #: framework/premium/features/content-blocks/options/popup.php:50,
1810
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:50
1811
+ msgid "Popup Position"
 
 
1812
  msgstr ""
1813
 
1814
+ #: framework/premium/features/content-blocks/options/popup.php:57,
1815
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:57
1816
+ msgid "Popup Size"
1817
  msgstr ""
1818
 
1819
+ #: framework/premium/features/content-blocks/options/popup.php:63,
1820
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:63
1821
+ msgid "Small Size"
1822
  msgstr ""
1823
 
1824
+ #: framework/premium/features/content-blocks/options/popup.php:64,
1825
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:64
1826
+ msgid "Medium Size"
1827
  msgstr ""
1828
 
1829
+ #: framework/premium/features/content-blocks/options/popup.php:65,
1830
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:65
1831
+ msgid "Large Size"
1832
  msgstr ""
1833
 
1834
+ #: framework/premium/features/content-blocks/options/popup.php:66,
1835
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:66
1836
+ msgid "Custom Size"
1837
  msgstr ""
1838
 
1839
+ #: framework/premium/features/content-blocks/options/popup.php:76,
1840
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:76
1841
+ msgid "Max Width"
1842
  msgstr ""
1843
 
1844
+ #: framework/premium/features/content-blocks/options/popup.php:92,
1845
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:92
1846
+ msgid "Max Height"
1847
  msgstr ""
1848
 
1849
+ #: framework/premium/features/content-blocks/options/popup.php:111,
1850
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:111
1851
+ msgid "Popup Animation"
1852
  msgstr ""
1853
 
1854
+ #: framework/premium/features/content-blocks/options/popup.php:117,
1855
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:117
1856
+ msgid "Fade in fade out"
1857
  msgstr ""
1858
 
1859
+ #: framework/premium/features/content-blocks/options/popup.php:118,
1860
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:118
1861
+ msgid "Zoom in zoom out"
1862
  msgstr ""
1863
 
1864
+ #: framework/premium/features/content-blocks/options/popup.php:119,
1865
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:119
1866
+ msgid "Slide in from left"
 
1867
  msgstr ""
1868
 
1869
+ #: framework/premium/features/content-blocks/options/popup.php:120,
1870
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:120
1871
+ msgid "Slide in from right"
1872
  msgstr ""
1873
 
1874
+ #: framework/premium/features/content-blocks/options/popup.php:121,
1875
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:121
1876
+ msgid "Slide in from top"
1877
  msgstr ""
1878
 
1879
+ #: framework/premium/features/content-blocks/options/popup.php:122,
1880
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:122
1881
+ msgid "Slide in from bottom"
1882
  msgstr ""
1883
 
1884
+ #: framework/premium/features/content-blocks/options/popup.php:127,
1885
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:127
1886
+ msgid "Animation Speed"
1887
  msgstr ""
1888
 
1889
+ #: framework/premium/features/content-blocks/options/popup.php:144,
1890
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:144
1891
+ msgid "Entrance Value"
1892
  msgstr ""
1893
 
1894
+ #: framework/premium/features/content-blocks/options/popup.php:156,
1895
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:156
1896
+ msgid "Trigger Condition"
1897
  msgstr ""
1898
 
1899
+ #: framework/premium/features/content-blocks/options/popup.php:181,
1900
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:181
1901
+ msgid "Element Class"
1902
  msgstr ""
1903
 
1904
+ #: framework/premium/features/content-blocks/options/popup.php:188,
1905
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:188
1906
+ msgid "Separate each class by comma if you have multiple elements."
1907
  msgstr ""
1908
 
1909
+ #: framework/premium/features/content-blocks/options/popup.php:200,
1910
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:200
1911
+ msgid "Scroll Direction"
1912
  msgstr ""
1913
 
1914
+ #: framework/premium/features/content-blocks/options/popup.php:205,
1915
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:205
1916
+ msgid "Scroll Down"
1917
  msgstr ""
1918
 
1919
+ #: framework/premium/features/content-blocks/options/popup.php:206,
1920
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:206
1921
+ msgid "Scroll Up"
1922
  msgstr ""
1923
 
1924
+ #: framework/premium/features/content-blocks/options/popup.php:211,
1925
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:211
1926
+ msgid "Scroll Distance"
1927
  msgstr ""
1928
 
1929
+ #: framework/premium/features/content-blocks/options/popup.php:221,
1930
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:221
1931
+ msgid "Set the scroll distance till the popup block will appear."
 
 
1932
  msgstr ""
1933
 
1934
+ #: framework/premium/features/content-blocks/options/popup.php:233,
1935
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:233
1936
+ msgid "Inactivity Time"
 
 
1937
  msgstr ""
1938
 
1939
+ #: framework/premium/features/content-blocks/options/popup.php:239,
1940
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:239
1941
+ msgid "Set the inactivity time (in seconds) till the popup block will appear."
1942
  msgstr ""
1943
 
1944
+ #: framework/premium/features/content-blocks/options/popup.php:251,
1945
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:251
1946
+ msgid "After X Time"
1947
  msgstr ""
1948
 
1949
+ #: framework/premium/features/content-blocks/options/popup.php:257,
1950
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:257
1951
+ msgid "Set after how much time (in seconds) the popup block will appear."
1952
  msgstr ""
1953
 
1954
+ #: framework/premium/features/content-blocks/options/popup.php:287,
1955
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:287
1956
+ msgid "Trigger Popup Only Once"
1957
  msgstr ""
1958
 
1959
+ #: framework/premium/features/content-blocks/options/popup.php:290,
1960
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:290
1961
+ msgid "If the close button is clicked the popup won't be triggered anymore for the current visitor."
1962
  msgstr ""
1963
 
1964
+ #: framework/premium/features/content-blocks/options/popup.php:366,
1965
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:366
1966
+ msgid "Padding"
1967
  msgstr ""
1968
 
1969
+ #: framework/premium/features/content-blocks/options/popup.php:376,
1970
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
1971
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:465,
1972
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:376,
1973
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
1974
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:465
1975
+ msgid "Border Radius"
1976
  msgstr ""
1977
 
1978
+ #: framework/premium/features/content-blocks/options/popup.php:405,
1979
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:405
1980
+ msgid "Popup Offset"
1981
  msgstr ""
1982
 
1983
+ #: framework/premium/features/content-blocks/options/popup.php:415,
1984
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:415
1985
+ msgid "Container Overflow"
1986
  msgstr ""
1987
 
1988
+ #: framework/premium/features/content-blocks/options/popup.php:422,
1989
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:422
1990
+ msgid "Hidden"
1991
  msgstr ""
1992
 
1993
+ #: framework/premium/features/content-blocks/options/popup.php:423,
1994
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:423
1995
+ msgid "Visible"
1996
  msgstr ""
1997
 
1998
+ #: framework/premium/features/content-blocks/options/popup.php:424,
1999
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:424
2000
+ msgid "Scroll"
2001
  msgstr ""
2002
 
2003
+ #: framework/premium/features/content-blocks/options/popup.php:426,
2004
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:426
2005
+ msgid "Control what happens to the content that is too big to fit into the popup."
2006
  msgstr ""
2007
 
2008
+ #: framework/premium/features/content-blocks/options/popup.php:430,
2009
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:430
2010
+ msgid "Close Button"
 
 
 
2011
  msgstr ""
2012
 
2013
+ #: framework/premium/features/content-blocks/options/popup.php:438,
2014
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:438
2015
+ msgid "Inside"
2016
  msgstr ""
2017
 
2018
+ #: framework/premium/features/content-blocks/options/popup.php:439,
2019
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:439
2020
+ msgid "Outside"
2021
  msgstr ""
2022
 
2023
+ #: framework/premium/features/content-blocks/options/popup.php:513,
2024
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:513
2025
+ msgid "Popup Background"
2026
  msgstr ""
2027
 
2028
+ #: framework/premium/features/content-blocks/options/popup.php:527,
2029
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:527
2030
+ msgid "Popup Backdrop Background"
2031
  msgstr ""
2032
 
2033
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25,
2034
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
2035
+ msgid "Posts Filter"
2036
  msgstr ""
2037
 
2038
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60,
2039
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
2040
+ msgid "Filtering Behavior"
2041
  msgstr ""
2042
 
2043
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68,
2044
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
2045
+ msgid "Instant Reload"
2046
  msgstr ""
2047
 
2048
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69,
2049
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
2050
+ msgid "Page Reload"
2051
  msgstr ""
2052
 
2053
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92,
2054
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
2055
+ msgid "Items Horizontal Spacing"
 
2056
  msgstr ""
2057
 
2058
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
2059
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:360,
2060
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
2061
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:360
2062
+ msgid "Items Vertical Spacing"
2063
  msgstr ""
2064
 
2065
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116,
2066
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
2067
+ msgid "Container Bottom Spacing"
2068
  msgstr ""
2069
 
2070
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128,
2071
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
2072
+ msgid "Horizontal Alignment"
2073
  msgstr ""
2074
 
2075
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251,
2076
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
2077
+ msgid "Button Padding"
2078
  msgstr ""
2079
 
2080
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4,
2081
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
2082
+ msgid "Read Progress"
2083
  msgstr ""
2084
 
2085
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24,
2086
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
2087
+ msgid "Indicator Height"
2088
  msgstr ""
2089
 
2090
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34,
2091
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
2092
+ msgid "Auto Hide"
 
 
2093
  msgstr ""
2094
 
2095
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38,
2096
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
2097
+ msgid "Automatically hide the read progress bar once you arrive at the bottom of the article."
2098
  msgstr ""
2099
 
2100
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71,
2101
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
2102
+ msgid "Main Color"
2103
  msgstr ""
2104
 
2105
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49,
2106
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
2107
+ msgid "Icon Badge"
2108
  msgstr ""
2109
 
2110
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146,
2111
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146
2112
+ msgid "Label Font Color"
2113
  msgstr ""
2114
 
2115
+ #: framework/premium/features/premium-header/items/contacts/config.php:4,
2116
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/config.php:4
2117
+ msgid "Contacts"
 
 
2118
  msgstr ""
2119
 
2120
+ #: framework/premium/features/premium-header/items/contacts/options.php:236,
2121
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:236
2122
+ msgid "Open Links In New Tab"
2123
  msgstr ""
2124
 
2125
+ #: framework/premium/features/premium-header/items/contacts/options.php:256,
2126
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:95,
2127
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:256,
2128
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:95
2129
+ msgid "Items Spacing"
2130
  msgstr ""
2131
 
2132
+ #: framework/premium/features/premium-header/items/contacts/options.php:831,
2133
+ #: framework/premium/features/premium-header/items/divider/options.php:107,
2134
+ #: framework/premium/features/premium-header/items/divider/options.php:126,
2135
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2136
+ #: framework/premium/features/premium-header/items/search-input/options.php:724,
2137
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:831,
2138
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:107,
2139
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:126,
2140
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:323,
2141
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:724
2142
+ msgid "Margin"
2143
  msgstr ""
2144
 
2145
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5,
2146
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2147
+ msgid "Dark Mode"
2148
  msgstr ""
2149
 
2150
+ #: framework/premium/features/premium-header/items/divider/config.php:4,
2151
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/config.php:4
2152
+ msgid "Divider"
 
2153
  msgstr ""
2154
 
2155
+ #: framework/premium/features/premium-header/items/divider/options.php:6,
2156
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:6
2157
+ msgid "Size"
2158
  msgstr ""
2159
 
2160
+ #: framework/premium/features/premium-header/items/language-switcher/config.php:14,
2161
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/config.php:14
2162
+ msgid "Languages"
2163
  msgstr ""
2164
 
2165
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:17,
2166
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:17
2167
+ msgid "Top Level Options"
2168
  msgstr ""
2169
 
2170
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:37,
2171
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:37
2172
+ msgid "Dropdown"
 
 
 
 
2173
  msgstr ""
2174
 
2175
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:47,
2176
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:47
2177
+ msgid "Display"
2178
  msgstr ""
2179
 
2180
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:59,
2181
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:59
2182
+ msgid "Flag"
2183
  msgstr ""
2184
 
2185
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:73,
2186
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:73
2187
+ msgid "Label Style"
2188
  msgstr ""
2189
 
2190
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:79,
2191
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:79
2192
+ msgid "Long"
2193
  msgstr ""
2194
 
2195
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:80,
2196
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:80
2197
+ msgid "Short"
2198
  msgstr ""
2199
 
2200
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:112,
2201
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:112
2202
+ msgid "Hide Current Language"
2203
  msgstr ""
2204
 
2205
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:343,
2206
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:343
2207
+ msgid "Dropdown Options"
2208
  msgstr ""
2209
 
2210
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:352,
2211
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:352
2212
+ msgid "Dropdown Top Offset"
2213
  msgstr ""
2214
 
2215
+ #: framework/premium/features/premium-header/items/search-input/config.php:4,
2216
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/config.php:4
2217
+ msgid "Search Box"
2218
  msgstr ""
2219
 
2220
+ #: framework/premium/features/premium-header/items/search-input/options.php:42,
2221
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:42
2222
+ msgid "Placeholder Text"
2223
  msgstr ""
2224
 
2225
+ #: framework/premium/features/premium-header/items/search-input/options.php:52,
2226
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:52
2227
+ msgid "Input Maximum Width"
 
 
 
 
2228
  msgstr ""
2229
 
2230
+ #: framework/premium/features/premium-header/items/search-input/options.php:64,
2231
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:64
2232
+ msgid "Input Height"
2233
  msgstr ""
2234
 
2235
+ #: framework/premium/features/premium-header/items/search-input/options.php:79,
2236
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:79
2237
+ msgid "Live Results"
2238
  msgstr ""
2239
 
2240
+ #: framework/premium/features/premium-header/items/search-input/options.php:90,
2241
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:90
2242
+ msgid "Live Results Images"
2243
  msgstr ""
2244
 
2245
+ #: framework/premium/features/premium-header/items/search-input/options.php:101,
2246
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:101
2247
+ msgid "Search Through Criteria"
2248
  msgstr ""
2249
 
2250
+ #: framework/premium/features/premium-header/items/search-input/options.php:102,
2251
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:102
2252
+ msgid "Chose in which post types do you want to perform searches."
2253
  msgstr ""
2254
 
2255
+ #: framework/premium/features/premium-header/items/search-input/options.php:314,
2256
+ #: framework/premium/features/premium-header/items/search-input/options.php:343,
2257
+ #: framework/premium/features/premium-header/items/search-input/options.php:375,
2258
+ #: framework/premium/features/premium-header/items/search-input/options.php:405,
2259
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:314,
2260
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:343,
2261
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:375,
2262
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:405
2263
+ msgid "Input Icon Color"
2264
  msgstr ""
2265
 
2266
+ #: framework/premium/features/premium-header/items/search-input/options.php:755,
2267
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:755
2268
+ msgid "Dropdown Text Color"
2269
  msgstr ""
2270
 
2271
+ #: framework/premium/features/premium-header/items/search-input/options.php:786,
2272
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:786
2273
+ msgid "Dropdown Background"
2274
  msgstr ""
2275
 
2276
+ #: framework/premium/features/premium-header/items/widget-area-1/config.php:4,
2277
+ #: build_tmp/build/framework/premium/features/premium-header/items/widget-area-1/config.php:4
2278
+ msgid "Widget Area"
2279
  msgstr ""
2280
 
2281
+ #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker.js:14
2282
+ #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:63
2283
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:213
2284
+ #: static/js/screens/SiteExport.js:143
2285
+ msgid "Loading..."
2286
  msgstr ""
2287
 
2288
+ #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
2289
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
2290
+ msgid "Invalid API Key..."
2291
+ msgstr "مفتاح API غير صالح..."
2292
 
2293
+ #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:92
2294
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:113
2295
+ msgid "Select list..."
2296
+ msgstr "اختر قائمة..."
2297
 
2298
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:125
2299
+ msgid "This option is available only in Blocksy premium %sversion%s."
 
 
 
 
 
 
 
 
 
2300
  msgstr ""
2301
 
2302
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:141
2303
+ msgid "More info on how to generate an API key for Mailchimp can be found %shere%s."
2304
  msgstr ""
2305
 
2306
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:178
2307
+ msgid "API Key"
2308
+ msgstr "مفتاح API"
2309
 
2310
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:215
2311
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
2312
+ #: framework/extensions/product-reviews/static/js/ProductReviews.js:73
2313
+ #: framework/premium/extensions/adobe-typekit/static/js/AdobeTypekit.js:72
2314
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/CustomFonts.js:71
2315
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/LocalGoogleFonts.js:73
2316
+ #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:75
2317
+ #: static/js/screens/Extensions.js:80
2318
+ msgid "Activate"
2319
  msgstr ""
2320
 
2321
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:216
2322
+ #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:221
2323
+ #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:110
2324
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:978
2325
+ #: framework/premium/static/js/footer/EditConditions.js:143
2326
+ msgid "Save Settings"
2327
+ msgstr "حفظ الإعدادات"
2328
 
2329
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:78
2330
+ msgid "API Credentials"
2331
  msgstr ""
2332
 
2333
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:82
2334
+ msgid "Enter your Newsletter provider API credentials in the form below."
2335
  msgstr ""
2336
 
2337
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:92
2338
+ msgid "Select Provider"
2339
  msgstr ""
2340
 
2341
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:100
2342
+ msgid "Pick Mailing Service"
2343
  msgstr ""
2344
 
2345
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:84
2346
+ msgid "Loading"
2347
+ msgstr "جاري التحميل"
2348
 
2349
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:73
2350
+ #: framework/extensions/product-reviews/static/js/ProductReviews.js:72
2351
+ #: framework/premium/extensions/adobe-typekit/static/js/AdobeTypekit.js:71
2352
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/CustomFonts.js:70
2353
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/LocalGoogleFonts.js:72
2354
+ #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:74
2355
+ #: static/js/screens/Extensions.js:79
2356
+ msgid "Deactivate"
2357
  msgstr ""
2358
 
2359
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:130
2360
+ msgid "Save"
2361
  msgstr ""
2362
 
2363
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:39
2364
+ msgid "Product Reviews Settings"
2365
  msgstr ""
2366
 
2367
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:42
2368
+ msgid "Configure the slugs for single and category pages of the product review custom post type."
2369
  msgstr ""
2370
 
2371
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:61
2372
+ msgid "Single Slug"
2373
  msgstr ""
2374
 
2375
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:67
2376
+ msgid "Category Slug"
2377
  msgstr ""
2378
 
2379
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:108
2380
+ msgid "Adobe Fonts Settings"
2381
  msgstr ""
2382
 
2383
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:113
2384
+ msgid "You can find %shere%s your Project ID. Once you insert your Project ID and click the \"Fetch fonts\" button, your fonts will become available in all theme’s typography options."
2385
  msgstr ""
2386
 
2387
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:141
2388
+ msgid "Project ID"
2389
  msgstr ""
2390
 
2391
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:188
2392
+ msgid "Fetch Fonts"
2393
  msgstr ""
2394
 
2395
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:195
2396
+ msgid "Please enter the valid Project ID to get the kit details"
2397
  msgstr ""
2398
 
2399
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:214
2400
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:56
2401
+ msgid "Variations"
2402
  msgstr ""
2403
 
2404
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:96
2405
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:94
2406
+ msgid "Edit Settings"
2407
  msgstr ""
2408
 
2409
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:98
2410
+ msgid "Add/Edit Fonts"
2411
  msgstr ""
2412
 
2413
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:104
2414
+ msgid "There are no custom fonts at the moment, hit the button below and upload some."
2415
  msgstr ""
2416
 
2417
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:117
2418
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:256
2419
+ msgid "Upload Simple Font"
2420
  msgstr ""
2421
 
2422
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:125
2423
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:280
2424
+ msgid "Upload Variable Font"
2425
  msgstr ""
2426
 
2427
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:23
2428
+ msgid "Custom Fonts Settings"
2429
  msgstr ""
2430
 
2431
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:25
2432
+ msgid "Here you can see all your custom fonts that could be used in all typography options across the theme."
2433
  msgstr ""
2434
 
2435
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:39
2436
+ msgid "Dynamic Font"
2437
  msgstr ""
2438
 
2439
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:43
2440
+ msgid "Variable font"
2441
  msgstr ""
2442
 
2443
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:74
2444
+ msgid "Edit Font"
2445
  msgstr ""
2446
 
2447
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:91
2448
+ msgid "Remove Font"
2449
  msgstr ""
2450
 
2451
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/EditSettings.js:79
2452
+ msgid "Settings"
2453
  msgstr ""
2454
 
2455
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:162
2456
+ msgid "Change"
2457
  msgstr ""
2458
 
2459
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:163
2460
+ msgid "Choose"
2461
  msgstr ""
2462
 
2463
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
2464
+ #: static/js/options/ConditionsManager.js:99
2465
+ msgid "Select variation"
2466
+ msgstr "اختر نوعاً"
2467
+
2468
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
2469
+ msgid "Regular"
2470
  msgstr ""
2471
 
2472
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
2473
+ #: framework/premium/static/js/typography/providers/kadence.js:70
2474
+ msgid "Italic"
2475
  msgstr ""
2476
 
2477
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:260
2478
+ msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats (see browser coverage %shere%s). Use %sthis converter tool%s if you don't have these font formats."
2479
  msgstr ""
2480
 
2481
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:284
2482
+ msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats. Please don't convert non-woff variable fonts by yourself. Instead, just ask the font provider to hand a correct file otherwise the %svariable%s font will loose its capabilities."
2483
  msgstr ""
2484
 
2485
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:310
2486
+ msgid "Font Name"
2487
  msgstr ""
2488
 
2489
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:353
2490
+ msgid "Add/upload another font variation"
2491
  msgstr ""
2492
 
2493
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:374
2494
+ msgid "Back to All Fonts"
2495
  msgstr ""
2496
 
2497
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:399
2498
+ msgid "Save Custom Font"
2499
  msgstr ""
2500
 
2501
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:82
2502
+ msgid "Add Variation"
2503
  msgstr ""
2504
 
2505
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:190
2506
+ msgid "By checking this option you will download and replace the existing Google Fonts with the above ones."
2507
  msgstr ""
2508
 
2509
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:240
2510
+ msgid "Sync Google Fonts"
2511
  msgstr ""
2512
 
2513
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:98
2514
+ msgid "Add Google Fonts"
2515
  msgstr ""
2516
 
2517
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:108
2518
+ msgid "Local Google Fonts (GDPR)"
2519
  msgstr ""
2520
 
2521
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:115
2522
+ msgid "Download a font and serve it directly from your server, this is handy for those who want to comply with GDPR regulations or serve the font via CDN."
2523
  msgstr ""
2524
 
2525
+ #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:138
2526
+ msgid "Item Settings"
2527
  msgstr ""
2528
 
2529
+ #: framework/premium/extensions/sidebars/static/js/BlockWidgetControls.js:59
2530
+ msgid "Remove Sidebar"
2531
  msgstr ""
2532
 
2533
+ #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:64
2534
+ msgid "%s - Sidebar Display Conditions"
2535
  msgstr ""
2536
 
2537
+ #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:72
2538
+ msgid "Add one or more conditions in order to display your sidebar."
2539
  msgstr ""
2540
 
2541
+ #: framework/premium/extensions/sidebars/static/js/main.js:45
2542
+ msgid "Enter a name in the input below and hit the Create Sidebar button."
2543
  msgstr ""
2544
 
2545
+ #: framework/premium/extensions/sidebars/static/js/main.js:52
2546
+ msgid "Sidebar name"
2547
  msgstr ""
2548
 
2549
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:106
2550
+ msgid "White Label Settings"
2551
  msgstr ""
2552
 
2553
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:110
2554
+ msgid "Remove any link that points to Blocksy website and change the dashboard identity. These options are mostly used by agencies and developers who are building websites for clients."
2555
  msgstr ""
2556
 
2557
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:132
2558
+ msgid "Advanced"
2559
  msgstr ""
2560
 
2561
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:147
2562
+ msgid "Agency Details"
2563
  msgstr ""
2564
 
2565
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:155
2566
+ msgid "Agency Name"
2567
  msgstr ""
2568
 
2569
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:186
2570
+ msgid "Agency URL"
2571
  msgstr ""
2572
 
2573
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:217
2574
+ msgid "Agency Support/Contact Form URL"
2575
  msgstr ""
2576
 
2577
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:252
2578
+ msgid "Theme Details"
2579
  msgstr ""
2580
 
2581
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:260
2582
+ msgid "Theme Name"
2583
  msgstr ""
2584
 
2585
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:291
2586
+ msgid "Theme Description"
2587
  msgstr ""
2588
 
2589
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:322
2590
+ msgid "Theme Screenshot URL"
2591
  msgstr ""
2592
 
2593
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:419
2594
+ msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 1200px wide by 900px tall."
2595
  msgstr ""
2596
 
2597
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:429
2598
+ msgid "Theme Icon URL"
2599
  msgstr ""
2600
 
2601
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:526
2602
+ msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 18px wide by 18px tall."
2603
  msgstr ""
2604
 
2605
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:536
2606
+ msgid "Gutenberg Options Panel Icon URL"
2607
  msgstr ""
2608
 
2609
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:633
2610
+ msgid "You can insert the link to a self hosted image or upload one. Please note that only icons in SVG format are allowed here to not break the editor interactiveness."
2611
  msgstr ""
2612
 
2613
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:646
2614
+ msgid "Plugin Details"
2615
  msgstr ""
2616
 
2617
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:654
2618
+ msgid "Plugin Name"
2619
  msgstr ""
2620
 
2621
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:685
2622
+ msgid "Plugin Description"
2623
  msgstr ""
2624
 
2625
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:716
2626
+ msgid "Plugin Thumbnail URL"
2627
  msgstr ""
2628
 
2629
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:807
2630
+ msgid "Choose File"
2631
  msgstr ""
2632
 
2633
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:814
2634
+ msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 256px wide by 256px tall."
2635
  msgstr ""
2636
 
2637
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:864
2638
+ msgid "Hide Account Menu Item"
2639
  msgstr ""
2640
 
2641
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:872
2642
+ msgid "Hide Starter Sites Tab"
2643
  msgstr ""
2644
 
2645
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:879
2646
+ msgid "Hide Useful Plugins Tab"
2647
  msgstr ""
2648
 
2649
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:887
2650
+ msgid "Hide Changelog Tab"
2651
  msgstr ""
2652
 
2653
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:895
2654
+ msgid "Hide Support Section"
2655
  msgstr ""
2656
 
2657
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:903
2658
+ msgid "Hide Beta Updates Section"
 
 
2659
  msgstr ""
2660
 
2661
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:940
2662
+ msgid "Hide White Label Extension"
2663
  msgstr ""
2664
 
2665
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:957
2666
+ msgid "Please note that the white label extension will be hidden if this option is enabled. In order to bring it back you have to hit the SHIFT key and click on the dashboard logo."
 
 
2667
  msgstr ""
2668
 
2669
+ #: framework/premium/static/js/components/BetaConsent.js:54
2670
+ msgid "Receive βeta Updates"
2671
  msgstr ""
2672
 
2673
+ #: framework/premium/static/js/components/BetaConsent.js:60
2674
+ msgid "Receive beta updates and help us test the new features and improve them by submitting feedback. Please note, installing beta versions on production websites is not recommended, test them on staging or localhost environments."
2675
  msgstr ""
2676
 
2677
+ #: framework/premium/static/js/components/BetaConsent.js:73
2678
+ msgid "Are you sure?"
2679
  msgstr ""
2680
 
2681
+ #: framework/premium/static/js/components/BetaConsent.js:76
2682
+ msgid "Installing beta updates on your production site can give unexpected results."
 
 
2683
  msgstr ""
2684
 
2685
+ #: framework/premium/static/js/components/BetaConsent.js:83
2686
+ msgid "Even having your website completely broken is not excluded. Please proceed with caution."
 
 
2687
  msgstr ""
2688
 
2689
+ #: framework/premium/static/js/footer/CloneItem.js:65
2690
+ #: framework/premium/static/js/header/CloneItem.js:65
2691
+ msgid "Clone Item"
2692
  msgstr ""
2693
 
2694
+ #: framework/premium/static/js/footer/CloneItem.js:88
2695
+ #: framework/premium/static/js/header/CloneItem.js:88
2696
+ msgid "Remove Item"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2697
  msgstr ""
2698
 
2699
+ #: framework/premium/static/js/footer/CreateFooter.js:107
2700
+ #: framework/premium/static/js/header/CreateHeader.js:106
2701
+ msgid "Copy elements & styles from"
2702
  msgstr ""
2703
 
2704
+ #: framework/premium/static/js/footer/CreateFooter.js:118
2705
+ msgid "Picker Footer"
 
2706
  msgstr ""
2707
 
2708
+ #: framework/premium/static/js/footer/CreateFooter.js:133
2709
+ #: framework/premium/static/js/footer/PanelsManager.js:52
2710
+ msgid "Global Footer"
2711
  msgstr ""
2712
 
2713
+ #: framework/premium/static/js/footer/CreateFooter.js:137
2714
+ #: framework/premium/static/js/header/CreateHeader.js:138
2715
+ msgid "Secondary"
2716
  msgstr ""
2717
 
2718
+ #: framework/premium/static/js/footer/CreateFooter.js:141
2719
+ #: framework/premium/static/js/header/CreateHeader.js:142
2720
+ msgid "Centered"
 
2721
  msgstr ""
2722
 
2723
+ #: framework/premium/static/js/footer/CreateFooter.js:172
2724
+ msgid "Create New Footer"
 
 
 
 
 
2725
  msgstr ""
2726
 
2727
+ #: framework/premium/static/js/footer/CreateFooter.js:50
2728
+ msgid "Create new footer"
 
 
 
 
 
2729
  msgstr ""
2730
 
2731
+ #: framework/premium/static/js/footer/CreateFooter.js:53
2732
+ msgid "Create a new footer and assign it to different pages or posts based on your conditions."
 
 
 
 
 
2733
  msgstr ""
2734
 
2735
+ #: framework/premium/static/js/footer/CreateFooter.js:72
2736
+ msgid "Footer name"
 
2737
  msgstr ""
2738
 
2739
+ #: framework/premium/static/js/footer/EditConditions.js:100
2740
+ msgid "Add one or more conditions in order to display your footer."
 
 
 
 
 
 
 
 
 
 
 
 
 
2741
  msgstr ""
2742
 
2743
+ #: framework/premium/static/js/footer/EditConditions.js:84
2744
+ #: static/js/header/EditConditions.js:83
2745
+ #: static/js/options/DisplayCondition.js:55
2746
+ msgid "Add/Edit Conditions"
2747
+ msgstr "إضافة/تحرير الشروط"
2748
 
2749
+ #: framework/premium/static/js/footer/PanelsManager.js:162
2750
+ msgid "Remove footer"
 
2751
  msgstr ""
2752
 
2753
+ #: framework/premium/static/js/footer/PanelsManager.js:192
2754
+ msgid "Remove Footer"
 
2755
  msgstr ""
2756
 
2757
+ #: framework/premium/static/js/footer/PanelsManager.js:195
2758
+ msgid "You are about to remove a custom footer, are you sure you want to continue?"
 
2759
  msgstr ""
2760
 
2761
+ #: framework/premium/static/js/footer/PanelsManager.js:211
2762
+ #: framework/premium/static/js/hooks/CodeEditor.js:165
2763
+ #: static/js/header/PanelsManager.js:215
2764
+ #: static/js/options/CustomizerOptionsManager.js:422
2765
+ msgid "Cancel"
2766
  msgstr ""
2767
 
2768
+ #: framework/premium/static/js/footer/PanelsManager.js:227
2769
+ #: static/js/header/PanelsManager.js:231
2770
+ msgid "Confirm"
2771
  msgstr ""
2772
 
2773
+ #: framework/premium/static/js/footer/PanelsManager.js:68
2774
+ #: static/js/header/PanelsManager.js:74
2775
+ msgid "Edit Conditions"
2776
+ msgstr "تحرير الشروط"
2777
 
2778
+ #: framework/premium/extensions/mega-menu/extension.php:257,
2779
+ #: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:257
2780
+ msgid "New"
2781
  msgstr ""
2782
 
2783
+ #: framework/premium/extensions/mega-menu/options.php:16,
2784
+ #: framework/premium/extensions/mega-menu/options.php:530,
2785
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:16,
2786
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:530
2787
+ msgid "Mega Menu Settings"
2788
  msgstr ""
2789
 
2790
+ #: framework/premium/extensions/mega-menu/options.php:27,
2791
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:27
2792
+ msgid "Dropdown Width"
 
2793
  msgstr ""
2794
 
2795
+ #: framework/premium/extensions/mega-menu/options.php:35,
2796
+ #: framework/premium/extensions/mega-menu/options.php:48,
2797
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:35,
2798
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:48
2799
+ msgid "Content Width"
2800
  msgstr ""
2801
 
2802
+ #: framework/premium/extensions/mega-menu/options.php:36,
2803
+ #: framework/premium/extensions/mega-menu/options.php:57,
2804
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:36,
2805
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:57
2806
+ msgid "Full Width"
2807
  msgstr ""
2808
 
2809
+ #: framework/premium/extensions/mega-menu/options.php:37,
2810
+ #: framework/premium/features/content-blocks/options/archive.php:98,
2811
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:37,
2812
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:98
2813
+ msgid "Custom Width"
2814
  msgstr ""
2815
 
2816
+ #: framework/premium/extensions/mega-menu/options.php:56,
2817
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:56
2818
+ msgid "Default Width"
 
2819
  msgstr ""
2820
 
2821
+ #: framework/premium/extensions/mega-menu/options.php:85,
2822
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:85
2823
+ msgid "Columns"
 
2824
  msgstr ""
2825
 
2826
+ #: framework/premium/extensions/mega-menu/options.php:320,
2827
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:320
2828
+ msgid "Custom Content"
2829
  msgstr ""
2830
 
2831
+ #: framework/premium/extensions/mega-menu/options.php:324,
2832
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:324
2833
+ msgid "Content Type"
2834
  msgstr ""
2835
 
2836
+ #: framework/premium/extensions/mega-menu/options.php:331,
2837
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:331
2838
+ msgid "Default (Menu Item)"
2839
  msgstr ""
2840
 
2841
+ #: framework/premium/extensions/mega-menu/options.php:332,
2842
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:332
2843
+ msgid "Custom Text"
2844
  msgstr ""
2845
 
2846
+ #: framework/premium/extensions/mega-menu/options.php:394,
2847
+ #: framework/premium/extensions/mega-menu/options.php:710,
2848
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:394,
2849
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:710
2850
+ msgid "Item Label Settings"
2851
  msgstr ""
2852
 
2853
+ #: framework/premium/extensions/mega-menu/options.php:399,
2854
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:399
2855
+ msgid "Item Label"
2856
  msgstr ""
2857
 
2858
+ #: framework/premium/extensions/mega-menu/options.php:407,
2859
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:407
2860
+ msgid "Enabled"
2861
  msgstr ""
2862
 
2863
+ #: framework/premium/extensions/mega-menu/options.php:408,
2864
+ #: framework/premium/features/content-blocks/options/404.php:104,
2865
+ #: framework/premium/features/content-blocks/options/header.php:108,
2866
+ #: framework/premium/features/content-blocks/options/hook.php:113,
2867
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:408,
2868
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:104,
2869
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:108,
2870
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:113
2871
+ msgid "Disabled"
2872
  msgstr ""
2873
 
2874
+ #: framework/premium/extensions/mega-menu/options.php:409,
2875
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:409
2876
+ msgid "Heading"
2877
  msgstr ""
2878
 
2879
+ #: framework/premium/extensions/mega-menu/options.php:415,
2880
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:415
2881
+ msgid "Label Link"
2882
  msgstr ""
2883
 
2884
+ #: framework/premium/extensions/mega-menu/options.php:481,
2885
+ #: framework/premium/extensions/mega-menu/options.php:792,
2886
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:481,
2887
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:792
2888
+ msgid "Menu Badge Settings"
2889
  msgstr ""
2890
 
2891
+ #: framework/premium/extensions/mega-menu/options.php:499,
2892
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260,
2893
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:499,
2894
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
2895
+ msgid "Vertical Alignment"
2896
  msgstr ""
2897
 
2898
+ #: framework/premium/extensions/mega-menu/options.php:534,
2899
+ #: framework/premium/extensions/shortcuts/customizer.php:883,
2900
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2901
+ #: framework/features/header/items/account/options.php:1033,
2902
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:534,
2903
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:883,
2904
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2905
+ #: build_tmp/build/framework/features/header/items/account/options.php:1033
2906
+ msgid "Background"
2907
  msgstr ""
2908
 
2909
+ #: framework/premium/extensions/mega-menu/options.php:548,
2910
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:548
2911
+ msgid "Link Color"
2912
  msgstr ""
2913
 
2914
+ #: framework/premium/extensions/mega-menu/options.php:568,
2915
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
2916
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:568,
2917
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
2918
+ #: framework/premium/features/premium-header/items/contacts/options.php:414,
2919
+ #: framework/premium/features/premium-header/items/contacts/options.php:456,
2920
+ #: framework/premium/features/premium-header/items/contacts/options.php:496,
2921
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:414,
2922
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:456,
2923
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:496
2924
+ msgid "Link Initial"
2925
  msgstr ""
2926
 
2927
+ #: framework/premium/extensions/mega-menu/options.php:573,
2928
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:573
2929
+ msgid "Link Hover/Active"
2930
  msgstr ""
2931
 
2932
+ #: framework/premium/extensions/mega-menu/options.php:578,
2933
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:578
2934
+ msgid "Background Hover"
2935
  msgstr ""
2936
 
2937
+ #: framework/premium/extensions/mega-menu/options.php:585,
2938
+ #: framework/premium/extensions/mega-menu/options.php:719,
2939
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:585,
2940
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:719
2941
+ msgid "Heading Color"
2942
  msgstr ""
2943
 
2944
+ #: framework/premium/extensions/mega-menu/options.php:597,
2945
+ #: framework/premium/extensions/mega-menu/options.php:617,
2946
+ #: framework/premium/extensions/mega-menu/options.php:731,
2947
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:597,
2948
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:617,
2949
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:731
2950
+ msgid "Initial Color"
2951
  msgstr ""
2952
 
2953
+ #: framework/extensions/cookies-consent/customizer.php:147,
2954
+ #: framework/premium/extensions/mega-menu/options.php:605,
2955
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:147,
2956
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:605
2957
+ msgid "Text Color"
2958
  msgstr ""
2959
 
2960
+ #: framework/premium/extensions/mega-menu/options.php:624,
2961
+ #: framework/premium/extensions/shortcuts/customizer.php:900,
2962
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:624,
2963
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:900,
2964
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
2965
+ #: framework/premium/features/premium-header/items/search-input/options.php:826,
2966
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:432,
2967
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:826
2968
+ msgid "Items Divider"
2969
  msgstr ""
2970
 
2971
+ #: framework/premium/extensions/mega-menu/options.php:639,
2972
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:639
2973
+ msgid "Columns Divider"
2974
  msgstr ""
2975
 
2976
+ #: framework/premium/extensions/mega-menu/options.php:654,
2977
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:654,
2978
+ #: framework/premium/features/premium-header/items/search-input/options.php:808,
2979
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:808
2980
+ msgid "Dropdown Shadow"
2981
  msgstr ""
2982
 
2983
+ #: framework/premium/extensions/mega-menu/options.php:686,
2984
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:686
2985
+ msgid "Column Settings"
2986
  msgstr ""
2987
 
2988
+ #: framework/premium/extensions/mega-menu/options.php:690,
2989
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:690
2990
+ msgid "Column Spacing"
2991
  msgstr ""
2992
 
2993
+ #: framework/premium/extensions/mega-menu/options.php:742,
2994
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
2995
+ #: framework/features/header/items/account/options.php:694,
2996
+ #: framework/features/header/items/account/options.php:722,
2997
+ #: framework/features/header/items/account/options.php:753,
2998
+ #: framework/features/header/items/account/options.php:782,
2999
+ #: framework/features/header/items/account/options.php:1039,
3000
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
3001
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
3002
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
3003
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:742,
3004
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
3005
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
3006
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
3007
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
3008
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:361,
3009
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
3010
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
3011
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
3012
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118,
3013
+ #: build_tmp/build/framework/features/header/items/account/options.php:694,
3014
+ #: build_tmp/build/framework/features/header/items/account/options.php:722,
3015
+ #: build_tmp/build/framework/features/header/items/account/options.php:753,
3016
+ #: build_tmp/build/framework/features/header/items/account/options.php:782,
3017
+ #: build_tmp/build/framework/features/header/items/account/options.php:1039,
3018
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
3019
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
3020
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
3021
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
3022
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
3023
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
3024
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:361,
3025
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
3026
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
3027
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
3028
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
3029
+ msgid "Icon Color"
3030
  msgstr ""
3031
 
3032
+ #: framework/premium/extensions/post-types-extra/config.php:6,
3033
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:6
3034
+ 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."
3035
  msgstr ""
3036
 
3037
+ #: framework/premium/extensions/post-types-extra/readme.php:4,
3038
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:4
3039
+ 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."
3040
  msgstr ""
3041
 
3042
+ #: framework/premium/extensions/post-types-extra/readme.php:10,
3043
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:10
3044
+ msgid "Custom Fields"
3045
  msgstr ""
3046
 
3047
+ #: framework/premium/extensions/post-types-extra/readme.php:14,
3048
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:14
3049
+ msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
3050
  msgstr ""
3051
 
3052
+ #: framework/premium/extensions/post-types-extra/readme.php:17,
3053
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:17
3054
+ msgid "Customizer ➝ Blog Posts ➝ Card Options"
3055
  msgstr ""
3056
 
3057
+ #: framework/premium/extensions/post-types-extra/readme.php:21,
3058
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:21
3059
+ msgid "Customizer ➝ Single Posts ➝ Post Title"
3060
  msgstr ""
3061
 
3062
+ #: framework/premium/extensions/post-types-extra/readme.php:29,
3063
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:29
3064
+ msgid "Taxonomies Filters"
3065
  msgstr ""
3066
 
3067
+ #: framework/premium/extensions/post-types-extra/readme.php:33,
3068
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:33
3069
+ msgid "You can enable the taxonomies filters from %s."
3070
  msgstr ""
3071
 
3072
+ #: framework/premium/extensions/post-types-extra/readme.php:36,
3073
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:36
3074
+ msgid "Customizer ➝ Blog Posts ➝ Filters"
3075
  msgstr ""
3076
 
3077
+ #: framework/premium/extensions/post-types-extra/readme.php:44,
3078
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:44
3079
+ msgid "Read Progress Bar"
 
 
3080
  msgstr ""
3081
 
3082
+ #: framework/premium/extensions/post-types-extra/readme.php:48,
3083
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:48
3084
+ msgid "This options could be enabled from %s."
3085
  msgstr ""
3086
 
3087
+ #: framework/premium/extensions/post-types-extra/readme.php:51,
3088
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:51
3089
+ msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
3090
  msgstr ""
3091
 
3092
+ #: framework/premium/extensions/post-types-extra/readme.php:59,
3093
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:59
3094
+ msgid "Taxonomy Featured Image & Custom Colors"
3095
  msgstr ""
3096
 
3097
+ #: framework/premium/extensions/post-types-extra/readme.php:63,
3098
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:63
3099
+ msgid "To customize these options simply navigate to %s and edit one of your categories."
3100
  msgstr ""
3101
 
3102
+ #: framework/premium/extensions/post-types-extra/readme.php:66,
3103
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:66
3104
+ msgid "Dashboard ➝ Posts ➝ Categories"
3105
  msgstr ""
3106
 
3107
+ #: framework/premium/extensions/shortcuts/config.php:6,
3108
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:6
3109
+ 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."
3110
  msgstr ""
3111
 
3112
+ #: framework/premium/extensions/shortcuts/customizer.php:12,
3113
+ #: framework/premium/extensions/shortcuts/customizer.php:35,
3114
+ #: framework/premium/extensions/shortcuts/customizer.php:563,
3115
+ #: framework/premium/extensions/shortcuts/views/bar.php:13,
3116
+ #: framework/premium/extensions/shortcuts/views/bar.php:43,
3117
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:12,
3118
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:35,
3119
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:563,
3120
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:13,
3121
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:43
3122
+ msgid "Home"
3123
  msgstr ""
3124
 
3125
+ #: framework/premium/extensions/shortcuts/customizer.php:68,
3126
+ #: framework/premium/extensions/shortcuts/customizer.php:91,
3127
+ #: framework/premium/extensions/shortcuts/customizer.php:572,
3128
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
3129
+ #: framework/premium/extensions/shortcuts/views/bar.php:22,
3130
+ #: framework/premium/extensions/shortcuts/views/bar.php:44,
3131
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:68,
3132
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:91,
3133
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:572,
3134
+ #: framework/premium/features/premium-header/items/contacts/options.php:66,
3135
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
3136
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:22,
3137
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:44,
3138
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:66
3139
+ msgid "Phone"
3140
  msgstr ""
3141
 
3142
+ #: framework/premium/extensions/shortcuts/customizer.php:192,
3143
+ #: framework/premium/extensions/shortcuts/customizer.php:215,
3144
+ #: framework/premium/extensions/shortcuts/views/bar.php:46,
3145
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:192,
3146
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:215,
3147
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:46
3148
+ msgid "Scroll Top"
3149
  msgstr ""
3150
 
3151
+ #: framework/premium/extensions/shortcuts/customizer.php:338,
3152
+ #: framework/premium/extensions/shortcuts/customizer.php:361,
3153
+ #: framework/premium/extensions/shortcuts/views/bar.php:47,
3154
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:338,
3155
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:361,
3156
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:47
3157
+ msgid "Cart"
3158
  msgstr ""
3159
 
3160
+ #: framework/premium/extensions/shortcuts/customizer.php:394,
3161
+ #: framework/premium/extensions/shortcuts/customizer.php:417,
3162
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:394,
3163
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:417
3164
+ msgid "Shop"
3165
  msgstr ""
3166
 
3167
+ #: framework/premium/extensions/shortcuts/customizer.php:450,
3168
+ #: framework/premium/extensions/shortcuts/customizer.php:473,
3169
+ #: framework/premium/extensions/woocommerce-extra/readme.php:70,
3170
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:450,
3171
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:473,
3172
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:70,
3173
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
3174
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
3175
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
3176
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88,
3177
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
3178
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
3179
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
3180
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
3181
+ msgid "Wishlist"
3182
  msgstr ""
3183
 
3184
+ #: framework/premium/extensions/shortcuts/customizer.php:557,
3185
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:557
3186
+ msgid "Shortcuts"
3187
  msgstr ""
3188
 
3189
+ #: framework/premium/extensions/shortcuts/customizer.php:612,
3190
+ #: framework/features/header/items/account/options.php:233,
3191
+ #: framework/features/header/items/account/options.php:439,
3192
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:612,
3193
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61,
3194
+ #: build_tmp/build/framework/features/header/items/account/options.php:233,
3195
+ #: build_tmp/build/framework/features/header/items/account/options.php:439,
3196
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
3197
+ msgid "Label Visibility"
3198
  msgstr ""
3199
 
3200
+ #: framework/premium/extensions/shortcuts/customizer.php:652,
3201
+ #: framework/features/header/items/account/options.php:269,
3202
+ #: framework/features/header/items/account/options.php:475,
3203
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:652,
3204
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91,
3205
+ #: build_tmp/build/framework/features/header/items/account/options.php:269,
3206
+ #: build_tmp/build/framework/features/header/items/account/options.php:475,
3207
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
3208
+ msgid "Label Position"
3209
  msgstr ""
3210
 
3211
+ #: framework/premium/extensions/shortcuts/customizer.php:661,
3212
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
3213
+ #: framework/premium/features/content-blocks/hooks-manager.php:365,
3214
+ #: framework/features/header/items/account/options.php:278,
3215
+ #: framework/features/header/items/account/options.php:484,
3216
+ #: framework/premium/features/content-blocks/options/hook.php:307,
3217
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:661,
3218
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
3219
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:365,
3220
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100,
3221
+ #: build_tmp/build/framework/features/header/items/account/options.php:278,
3222
+ #: build_tmp/build/framework/features/header/items/account/options.php:484,
3223
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:307,
3224
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
3225
+ msgid "Bottom"
3226
  msgstr ""
3227
 
3228
+ #: framework/premium/extensions/shortcuts/customizer.php:672,
3229
+ #: framework/features/header/items/account/options.php:215,
3230
+ #: framework/features/header/items/account/options.php:421,
3231
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:672,
3232
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39,
3233
+ #: build_tmp/build/framework/features/header/items/account/options.php:215,
3234
+ #: build_tmp/build/framework/features/header/items/account/options.php:421,
3235
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
3236
+ msgid "Icon Size"
3237
  msgstr ""
3238
 
3239
+ #: framework/premium/extensions/shortcuts/customizer.php:682,
3240
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:682
3241
+ msgid "Container Height"
3242
  msgstr ""
3243
 
3244
+ #: framework/premium/extensions/shortcuts/customizer.php:697,
3245
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:697
3246
+ msgid "Container Max Width"
3247
  msgstr ""
3248
 
3249
+ #: framework/premium/extensions/shortcuts/customizer.php:721,
3250
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:721
3251
+ msgid "Scroll Interaction"
3252
  msgstr ""
3253
 
3254
+ #: framework/premium/extensions/shortcuts/customizer.php:727,
3255
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:727
3256
+ msgid "Hide"
3257
  msgstr ""
3258
 
3259
+ #: framework/premium/extensions/shortcuts/customizer.php:769,
3260
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:769
3261
+ msgid "Shortcuts Bar Display Conditions"
3262
  msgstr ""
3263
 
3264
+ #: framework/premium/extensions/shortcuts/customizer.php:770,
3265
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:770
3266
+ msgid "Add one or more conditions to display the shortcuts bar."
3267
  msgstr ""
3268
 
3269
+ #: framework/premium/extensions/shortcuts/customizer.php:784,
3270
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:784,
3271
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
3272
+ #: framework/premium/features/premium-header/items/contacts/options.php:346,
3273
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
3274
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:376,
3275
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
3276
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:346,
3277
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:192,
3278
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:376
3279
+ msgid "Font"
3280
  msgstr ""
3281
 
3282
+ #: framework/premium/extensions/shortcuts/customizer.php:826,
3283
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:826,
3284
+ #: framework/premium/features/premium-header/items/contacts/options.php:526,
3285
+ #: framework/premium/features/premium-header/items/contacts/options.php:555,
3286
+ #: framework/premium/features/premium-header/items/contacts/options.php:586,
3287
+ #: framework/premium/features/premium-header/items/contacts/options.php:616,
3288
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:526,
3289
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:555,
3290
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:586,
3291
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:616
3292
+ msgid "Icons Color"
3293
  msgstr ""
3294
 
3295
+ #: framework/premium/extensions/shortcuts/customizer.php:865,
3296
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:865
3297
+ msgid "Cart Badge Color"
3298
  msgstr ""
3299
 
3300
+ #: framework/premium/extensions/shortcuts/customizer.php:920,
3301
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:920
3302
+ msgid "Items Divider Height"
3303
  msgstr ""
3304
 
3305
+ #: framework/premium/extensions/shortcuts/customizer.php:934,
3306
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
3307
+ #: framework/premium/features/content-blocks/options/popup.php:387,
3308
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:934,
3309
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
3310
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:446,
3311
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:387,
3312
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:446
3313
+ msgid "Shadow"
3314
  msgstr ""
3315
 
3316
+ #: framework/premium/extensions/sidebars/config.php:6,
3317
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:6
3318
+ msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
 
3319
  msgstr ""
3320
 
3321
+ #: framework/premium/extensions/sidebars/config.php:10,
3322
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:10
3323
+ msgid "Create New Sidebar"
3324
  msgstr ""
3325
 
3326
+ #: framework/premium/extensions/sidebars/form.php:3,
3327
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:3
3328
+ #: framework/premium/extensions/sidebars/static/js/main.js:42
3329
+ msgid "Create Sidebar/Widget Area"
3330
  msgstr ""
3331
 
3332
+ #: framework/premium/extensions/sidebars/form.php:6,
3333
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:6
3334
+ msgid "In order to create a new sidebar/widget area simply enter a name in the input below and click the Create Sidebar button."
 
 
3335
  msgstr ""
3336
 
3337
+ #: framework/premium/extensions/sidebars/form.php:16,
3338
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:16
3339
+ #: framework/premium/extensions/sidebars/static/js/main.js:58
3340
+ msgid "Create Sidebar"
 
 
 
 
 
 
 
 
 
 
3341
  msgstr ""
3342
 
3343
+ #: framework/premium/extensions/sidebars/form.php:20,
3344
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:20
3345
+ msgid "Available Sidebars/Widget Areas"
 
 
 
 
 
 
 
 
 
 
 
3346
  msgstr ""
3347
 
3348
+ #: framework/premium/extensions/white-label/config.php:6,
3349
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:6
3350
+ 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."
 
 
 
 
 
 
 
 
 
 
 
3351
  msgstr ""
3352
 
3353
+ #: framework/premium/extensions/woocommerce-extra/config.php:6,
3354
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:6
3355
+ 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."
3356
  msgstr ""
3357
 
3358
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:5,
3359
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:5
3360
+ msgid "Quick View Button"
3361
  msgstr ""
3362
 
3363
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:21,
3364
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:21
3365
+ msgid "Trigger On"
3366
  msgstr ""
3367
 
3368
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:29,
3369
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:29
3370
+ msgid "Button click"
3371
  msgstr ""
3372
 
3373
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:30,
3374
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:30
3375
+ msgid "Image click"
3376
  msgstr ""
3377
 
3378
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:31,
3379
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:31
3380
+ msgid "Card click"
3381
  msgstr ""
3382
 
3383
+ #: framework/premium/extensions/woocommerce-extra/extension.php:83,
3384
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
3385
+ #: framework/features/header/items/account/options.php:194,
3386
+ #: framework/features/header/items/account/options.php:400,
3387
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:83,
3388
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
3389
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33,
3390
+ #: build_tmp/build/framework/features/header/items/account/options.php:194,
3391
+ #: build_tmp/build/framework/features/header/items/account/options.php:400,
3392
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
3393
+ msgid "Type 3"
3394
  msgstr ""
3395
 
3396
+ #: framework/premium/extensions/woocommerce-extra/extension.php:88,
3397
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
3398
+ #: framework/features/header/items/account/options.php:199,
3399
+ #: framework/features/header/items/account/options.php:405,
3400
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:88,
3401
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
3402
+ #: build_tmp/build/framework/features/header/items/account/options.php:199,
3403
+ #: build_tmp/build/framework/features/header/items/account/options.php:405
3404
+ msgid "Type 4"
3405
  msgstr ""
3406
 
3407
+ #: framework/premium/extensions/woocommerce-extra/extension.php:111,
3408
+ #: framework/premium/extensions/woocommerce-extra/extension.php:130,
3409
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:111,
3410
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:130
3411
+ msgid "Number of Columns"
3412
  msgstr ""
3413
 
3414
+ #: framework/premium/extensions/woocommerce-extra/extension.php:701,
3415
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:701
3416
+ msgid "Available Filters"
3417
  msgstr ""
3418
 
3419
+ #: framework/premium/extensions/woocommerce-extra/extension.php:779,
3420
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:779
3421
+ msgid "Quick view title before"
3422
  msgstr ""
3423
 
3424
+ #: framework/premium/extensions/woocommerce-extra/extension.php:784,
3425
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:784
3426
+ msgid "Quick view title after"
3427
  msgstr ""
3428
 
3429
+ #: framework/premium/extensions/woocommerce-extra/extension.php:789,
3430
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:789
3431
+ msgid "Quick view price before"
3432
  msgstr ""
3433
 
3434
+ #: framework/premium/extensions/woocommerce-extra/extension.php:794,
3435
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:794
3436
+ msgid "Quick view price after"
3437
  msgstr ""
3438
 
3439
+ #: framework/premium/extensions/woocommerce-extra/extension.php:799,
3440
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:799
3441
+ msgid "Quick view summary before"
3442
  msgstr ""
3443
 
3444
+ #: framework/premium/extensions/woocommerce-extra/extension.php:804,
3445
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:804
3446
+ msgid "Quick view summary after"
3447
  msgstr ""
3448
 
3449
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
3450
+ #: framework/premium/extensions/woocommerce-extra/readme.php:25,
3451
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
3452
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:25
3453
+ msgid "Floating Cart"
3454
  msgstr ""
3455
 
3456
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17,
3457
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:17
3458
+ msgid "Position"
3459
  msgstr ""
3460
 
3461
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
3462
+ #: framework/premium/features/content-blocks/hooks-manager.php:327,
3463
+ #: framework/premium/features/content-blocks/options/hook.php:306,
3464
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
3465
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:327,
3466
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:306
3467
+ msgid "Top"
3468
  msgstr ""
3469
 
3470
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34,
3471
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:34
3472
+ msgid "Product Title Visibility"
3473
  msgstr ""
3474
 
3475
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58,
3476
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:58
3477
+ msgid "Floating Cart Visibility"
3478
  msgstr ""
3479
 
3480
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:102,
3481
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:102
3482
+ msgid "Go to product page"
3483
  msgstr ""
3484
 
3485
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:182,
3486
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:182
3487
+ msgid "Filter"
3488
  msgstr ""
3489
 
3490
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3,
3491
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
3492
+ msgid "Off Canvas Filter"
3493
  msgstr ""
3494
 
3495
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14,
3496
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
3497
+ msgid "Filter Widgets"
3498
  msgstr ""
3499
 
3500
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18,
3501
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
3502
+ msgid "Widgets"
3503
  msgstr ""
3504
 
3505
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36,
3506
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
3507
+ msgid "Widgets Vertical Spacing"
3508
  msgstr ""
3509
 
3510
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51,
3511
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
3512
+ msgid "Widgets Title Font"
3513
  msgstr ""
3514
 
3515
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59,
3516
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
3517
+ msgid "Widgets Title Font Color"
3518
  msgstr ""
3519
 
3520
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107,
3521
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
3522
+ msgid "Widgets Font"
3523
  msgstr ""
3524
 
3525
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116,
3526
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
3527
+ msgid "Widgets Font Color"
3528
  msgstr ""
3529
 
3530
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
3531
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
3532
+ #: framework/premium/features/premium-header/items/contacts/options.php:408,
3533
+ #: framework/premium/features/premium-header/items/contacts/options.php:451,
3534
+ #: framework/premium/features/premium-header/items/contacts/options.php:491,
3535
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:408,
3536
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:451,
3537
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:491
3538
+ msgid "Text Initial"
3539
  msgstr ""
3540
 
3541
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
3542
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
3543
+ #: framework/premium/features/premium-header/items/contacts/options.php:420,
3544
+ #: framework/premium/features/premium-header/items/contacts/options.php:461,
3545
+ #: framework/premium/features/premium-header/items/contacts/options.php:501,
3546
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:420,
3547
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:461,
3548
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:501
3549
+ msgid "Link Hover"
3550
  msgstr ""
3551
 
3552
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160,
3553
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
3554
+ msgid "Filter Button & Panel"
3555
  msgstr ""
3556
 
3557
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169,
3558
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
3559
+ msgid "Filter Icon Type"
3560
  msgstr ""
3561
 
3562
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207,
3563
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
3564
+ msgid "Filter Button Visibility"
 
 
 
 
 
 
 
3565
  msgstr ""
3566
 
3567
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230,
3568
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
3569
+ msgid "Panel Reveal"
3570
  msgstr ""
3571
 
3572
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237,
3573
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
3574
+ msgid "Left Side"
3575
  msgstr ""
3576
 
3577
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238,
3578
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
3579
+ msgid "Right Side"
3580
  msgstr ""
3581
 
3582
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243,
3583
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
3584
+ msgid "Panel Width"
3585
  msgstr ""
3586
 
3587
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316,
3588
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
3589
+ msgid "Panel Shadow"
3590
  msgstr ""
3591
 
3592
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284,
3593
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
3594
+ msgid "Panel Background"
3595
  msgstr ""
3596
 
3597
+ #: framework/premium/extensions/woocommerce-extra/readme.php:4,
3598
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:4
3599
+ msgid "After installing and activating the WooCommerce Extra extension you will have these features:"
 
 
3600
  msgstr ""
3601
 
3602
+ #: framework/premium/extensions/woocommerce-extra/readme.php:10,
3603
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:10
3604
+ msgid "Product Quick View"
 
3605
  msgstr ""
3606
 
3607
+ #: framework/premium/extensions/woocommerce-extra/readme.php:14,
3608
+ #: framework/premium/extensions/woocommerce-extra/readme.php:29,
3609
+ #: framework/premium/extensions/woocommerce-extra/readme.php:44,
3610
+ #: framework/premium/extensions/woocommerce-extra/readme.php:59,
3611
+ #: framework/premium/extensions/woocommerce-extra/readme.php:74,
3612
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:14,
3613
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:29,
3614
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:44,
3615
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:59,
3616
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:74
3617
+ msgid "Navigate to %s."
3618
  msgstr ""
3619
 
3620
+ #: framework/premium/extensions/woocommerce-extra/readme.php:17,
3621
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:17
3622
+ msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
 
3623
  msgstr ""
3624
 
3625
+ #: framework/premium/extensions/woocommerce-extra/readme.php:32,
3626
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:32
3627
+ msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
 
3628
  msgstr ""
3629
 
3630
+ #: framework/premium/extensions/woocommerce-extra/readme.php:40,
3631
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:40
3632
+ msgid "Advanced Gallery & Slider"
 
3633
  msgstr ""
3634
 
3635
+ #: framework/premium/extensions/woocommerce-extra/readme.php:47,
3636
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:47
3637
+ msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
 
3638
  msgstr ""
3639
 
3640
+ #: framework/premium/extensions/woocommerce-extra/readme.php:55,
3641
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:55
3642
+ msgid "Share Box"
 
3643
  msgstr ""
3644
 
3645
+ #: framework/premium/extensions/woocommerce-extra/readme.php:62,
3646
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:62
3647
+ msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
3648
  msgstr ""
3649
 
3650
+ #: framework/premium/extensions/woocommerce-extra/readme.php:77,
3651
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:77
3652
+ msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
3653
  msgstr ""
3654
 
3655
+ #: framework/premium/features/content-blocks/hooks-manager.php:11,
3656
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:11
3657
+ msgid "WP head"
3658
  msgstr ""
3659
 
3660
+ #: framework/premium/features/content-blocks/hooks-manager.php:13,
3661
+ #: framework/premium/features/content-blocks/hooks-manager.php:22,
3662
+ #: framework/premium/features/content-blocks/hooks-manager.php:32,
3663
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:13,
3664
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:22,
3665
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:32
3666
+ msgid "Head"
3667
  msgstr ""
3668
 
3669
+ #: framework/premium/features/content-blocks/hooks-manager.php:20,
3670
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:20
3671
+ msgid "WP head start"
3672
  msgstr ""
3673
 
3674
+ #: framework/premium/features/content-blocks/hooks-manager.php:30,
3675
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:30
3676
+ msgid "WP head end"
3677
  msgstr ""
3678
 
3679
+ #: framework/premium/features/content-blocks/hooks-manager.php:39,
3680
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:39
3681
+ msgid "Header before"
3682
  msgstr ""
3683
 
3684
+ #: framework/premium/features/content-blocks/hooks-manager.php:41,
3685
+ #: framework/premium/features/content-blocks/hooks-manager.php:50,
3686
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:41,
3687
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:50
3688
+ msgid "Header"
3689
  msgstr ""
3690
 
3691
+ #: framework/premium/features/content-blocks/hooks-manager.php:48,
3692
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:48
3693
+ msgid "Header after"
3694
  msgstr ""
3695
 
3696
+ #: framework/premium/features/content-blocks/hooks-manager.php:57,
3697
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:57
3698
+ msgid "Desktop top"
3699
  msgstr ""
3700
 
3701
+ #: framework/premium/features/content-blocks/hooks-manager.php:59,
3702
+ #: framework/premium/features/content-blocks/hooks-manager.php:68,
3703
+ #: framework/premium/features/content-blocks/hooks-manager.php:77,
3704
+ #: framework/premium/features/content-blocks/hooks-manager.php:86,
3705
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:59,
3706
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:68,
3707
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:77,
3708
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:86
3709
+ msgid "Header offcanvas"
3710
  msgstr ""
3711
 
3712
+ #: framework/premium/features/content-blocks/hooks-manager.php:66,
3713
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:66
3714
+ msgid "Desktop bottom"
3715
  msgstr ""
3716
 
3717
+ #: framework/premium/features/content-blocks/hooks-manager.php:75,
3718
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:75
3719
+ msgid "Mobile top"
3720
  msgstr ""
3721
 
3722
+ #: framework/premium/features/content-blocks/hooks-manager.php:84,
3723
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:84
3724
+ msgid "Mobile bottom"
3725
  msgstr ""
3726
 
3727
+ #: framework/premium/features/content-blocks/hooks-manager.php:93,
3728
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:93
3729
+ msgid "Sidebar before"
3730
  msgstr ""
3731
 
3732
+ #: framework/premium/features/content-blocks/hooks-manager.php:94,
3733
+ #: framework/premium/features/content-blocks/hooks-manager.php:101,
3734
+ #: framework/premium/features/content-blocks/hooks-manager.php:108,
3735
+ #: framework/premium/features/content-blocks/hooks-manager.php:115,
3736
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:94,
3737
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:101,
3738
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:108,
3739
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:115
3740
+ msgid "Left/Right sidebar"
3741
  msgstr ""
3742
 
3743
+ #: framework/premium/features/content-blocks/hooks-manager.php:100,
3744
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:100
3745
+ msgid "Sidebar start"
3746
  msgstr ""
3747
 
3748
+ #: framework/premium/features/content-blocks/hooks-manager.php:107,
3749
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:107
3750
+ msgid "Sidebar end"
3751
  msgstr ""
3752
 
3753
+ #: framework/premium/features/content-blocks/hooks-manager.php:114,
3754
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:114
3755
+ msgid "Sidebar after"
3756
  msgstr ""
3757
 
3758
+ #: framework/premium/features/content-blocks/hooks-manager.php:121,
3759
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:121
3760
+ msgid "Dynamic sidebar before"
3761
  msgstr ""
3762
 
3763
+ #: framework/premium/features/content-blocks/hooks-manager.php:122,
3764
+ #: framework/premium/features/content-blocks/hooks-manager.php:129,
3765
+ #: framework/premium/features/content-blocks/hooks-manager.php:137,
3766
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:122,
3767
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:129,
3768
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:137
3769
+ msgid "All widget areas"
3770
  msgstr ""
3771
 
3772
+ #: framework/premium/features/content-blocks/hooks-manager.php:128,
3773
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:128
3774
+ msgid "Dynamic sidebar"
3775
  msgstr ""
3776
 
3777
+ #: framework/premium/features/content-blocks/hooks-manager.php:136,
3778
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:136
3779
+ msgid "Dynamic sidebar after"
3780
  msgstr ""
3781
 
3782
+ #: framework/premium/features/content-blocks/hooks-manager.php:145,
3783
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:145
3784
+ msgid "Before section"
3785
  msgstr ""
3786
 
3787
+ #: framework/premium/features/content-blocks/hooks-manager.php:146,
3788
+ #: framework/premium/features/content-blocks/hooks-manager.php:154,
3789
+ #: framework/premium/features/content-blocks/hooks-manager.php:162,
3790
+ #: framework/premium/features/content-blocks/hooks-manager.php:170,
3791
+ #: framework/premium/features/content-blocks/hooks-manager.php:178,
3792
+ #: framework/premium/features/content-blocks/hooks-manager.php:186,
3793
+ #: framework/premium/features/content-blocks/hooks-manager.php:194,
3794
+ #: framework/premium/features/content-blocks/hooks-manager.php:202,
3795
+ #: framework/premium/features/content-blocks/hooks-manager.php:210,
3796
+ #: framework/premium/features/content-blocks/hooks-manager.php:218,
3797
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:146,
3798
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:154,
3799
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:162,
3800
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:170,
3801
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:178,
3802
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:186,
3803
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:194,
3804
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:202,
3805
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:210,
3806
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:218
3807
+ msgid "Page/post title"
3808
  msgstr ""
3809
 
3810
+ #: framework/premium/features/content-blocks/hooks-manager.php:153,
3811
+ #: framework/premium/features/content-blocks/hooks-manager.php:271,
3812
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:153,
3813
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:271
3814
+ msgid "Before title"
3815
  msgstr ""
3816
 
3817
+ #: framework/premium/features/content-blocks/hooks-manager.php:177,
3818
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:177
3819
+ msgid "Before post meta"
3820
  msgstr ""
3821
 
3822
+ #: framework/premium/features/content-blocks/hooks-manager.php:185,
3823
+ #: framework/premium/features/content-blocks/hooks-manager.php:278,
3824
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:185,
3825
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:278
3826
+ msgid "After title"
3827
  msgstr ""
3828
 
3829
+ #: framework/premium/features/content-blocks/hooks-manager.php:209,
3830
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:209
3831
+ msgid "After post meta"
3832
  msgstr ""
3833
 
3834
+ #: framework/premium/features/content-blocks/hooks-manager.php:217,
3835
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:217
3836
+ msgid "After section"
3837
  msgstr ""
3838
 
3839
+ #: framework/premium/features/content-blocks/hooks-manager.php:225,
3840
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:225
3841
+ msgid "Before content"
3842
  msgstr ""
3843
 
3844
+ #: framework/premium/features/content-blocks/hooks-manager.php:233,
3845
+ #: framework/premium/features/content-blocks/hooks-manager.php:335,
3846
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:233,
3847
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:335
3848
+ msgid "Top content"
3849
  msgstr ""
3850
 
3851
+ #: framework/premium/features/content-blocks/hooks-manager.php:241,
3852
+ #: framework/premium/features/content-blocks/hooks-manager.php:357,
3853
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:241,
3854
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:357
3855
+ msgid "Bottom content"
3856
  msgstr ""
3857
 
3858
+ #: framework/premium/features/content-blocks/hooks-manager.php:249,
3859
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:249
3860
+ msgid "After content"
3861
  msgstr ""
3862
 
3863
+ #: framework/premium/features/content-blocks/hooks-manager.php:257,
3864
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:257
3865
+ msgid "Before comments"
3866
  msgstr ""
3867
 
3868
+ #: framework/premium/features/content-blocks/hooks-manager.php:258,
3869
+ #: framework/premium/features/content-blocks/hooks-manager.php:265,
3870
+ #: framework/premium/features/content-blocks/hooks-manager.php:272,
3871
+ #: framework/premium/features/content-blocks/hooks-manager.php:279,
3872
+ #: framework/premium/features/content-blocks/hooks-manager.php:286,
3873
+ #: framework/premium/features/content-blocks/hooks-manager.php:293,
3874
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:258,
3875
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:265,
3876
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:272,
3877
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:279,
3878
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:286,
3879
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:293
3880
+ msgid "Comments"
3881
  msgstr ""
3882
 
3883
+ #: framework/premium/features/content-blocks/hooks-manager.php:264,
3884
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:264
3885
+ msgid "Top comments"
3886
  msgstr ""
3887
 
3888
+ #: framework/premium/features/content-blocks/hooks-manager.php:285,
3889
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:285
3890
+ msgid "Bottom comments"
3891
  msgstr ""
3892
 
3893
+ #: framework/premium/features/content-blocks/hooks-manager.php:292,
3894
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:292
3895
+ msgid "After comments"
 
3896
  msgstr ""
3897
 
3898
+ #: framework/premium/features/content-blocks/hooks-manager.php:299,
3899
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459,
3900
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:299,
3901
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459
3902
+ msgid "Before"
3903
  msgstr ""
3904
 
3905
+ #: framework/premium/features/content-blocks/hooks-manager.php:300,
3906
+ #: framework/premium/features/content-blocks/hooks-manager.php:307,
3907
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:300,
3908
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:307
3909
+ msgid "Loop"
3910
  msgstr ""
3911
 
3912
+ #: framework/premium/features/content-blocks/hooks-manager.php:306,
3913
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470,
3914
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:306,
3915
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470
3916
+ msgid "After"
3917
  msgstr ""
3918
 
3919
+ #: framework/premium/features/content-blocks/hooks-manager.php:313,
3920
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:313
3921
+ msgid "Start"
3922
  msgstr ""
3923
 
3924
+ #: framework/premium/features/content-blocks/hooks-manager.php:314,
3925
+ #: framework/premium/features/content-blocks/hooks-manager.php:321,
3926
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:314,
3927
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:321
3928
+ msgid "Loop card"
3929
  msgstr ""
3930
 
3931
+ #: framework/premium/features/content-blocks/hooks-manager.php:320,
3932
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:320
3933
+ msgid "End"
3934
  msgstr ""
3935
 
3936
+ #: framework/premium/features/content-blocks/hooks-manager.php:343,
3937
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:343
3938
+ msgid "After certain number of blocks"
3939
  msgstr ""
3940
 
3941
+ #: framework/premium/features/content-blocks/hooks-manager.php:350,
3942
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:350
3943
+ msgid "Before certain number of headings"
3944
  msgstr ""
3945
 
3946
+ #: framework/premium/features/content-blocks/hooks-manager.php:373,
3947
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:373
3948
+ msgid "Login form start"
3949
  msgstr ""
3950
 
3951
+ #: framework/premium/features/content-blocks/hooks-manager.php:374,
3952
+ #: framework/premium/features/content-blocks/hooks-manager.php:381,
3953
+ #: framework/premium/features/content-blocks/hooks-manager.php:388,
3954
+ #: framework/premium/features/content-blocks/hooks-manager.php:395,
3955
+ #: framework/premium/features/content-blocks/hooks-manager.php:402,
3956
+ #: framework/premium/features/content-blocks/hooks-manager.php:409,
3957
+ #: framework/premium/features/content-blocks/hooks-manager.php:416,
3958
+ #: framework/premium/features/content-blocks/hooks-manager.php:423,
3959
+ #: framework/premium/features/content-blocks/hooks-manager.php:430,
3960
+ #: framework/premium/features/content-blocks/hooks-manager.php:437,
3961
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:374,
3962
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:381,
3963
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:388,
3964
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:395,
3965
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:402,
3966
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:409,
3967
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:416,
3968
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:423,
3969
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:430,
3970
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:437
3971
+ msgid "Auth forms"
3972
  msgstr ""
3973
 
3974
+ #: framework/premium/features/content-blocks/hooks-manager.php:380,
3975
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:380
3976
+ msgid "Login form end"
3977
  msgstr ""
3978
 
3979
+ #: framework/premium/features/content-blocks/hooks-manager.php:387,
3980
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:387
3981
+ msgid "Login form modal start"
3982
  msgstr ""
3983
 
3984
+ #: framework/premium/features/content-blocks/hooks-manager.php:394,
3985
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:394
3986
+ msgid "Login form modal end"
3987
  msgstr ""
3988
 
3989
+ #: framework/premium/features/content-blocks/hooks-manager.php:401,
3990
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:401
3991
+ msgid "Register form start"
3992
  msgstr ""
3993
 
3994
+ #: framework/premium/features/content-blocks/hooks-manager.php:408,
3995
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:408
3996
+ msgid "Register form end"
3997
  msgstr ""
3998
 
3999
+ #: framework/premium/features/content-blocks/hooks-manager.php:415,
4000
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:415
4001
+ msgid "Register form modal start"
4002
  msgstr ""
4003
 
4004
+ #: framework/premium/features/content-blocks/hooks-manager.php:422,
4005
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:422
4006
+ msgid "Register form modal end"
4007
  msgstr ""
4008
 
4009
+ #: framework/premium/features/content-blocks/hooks-manager.php:429,
4010
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:429
4011
+ msgid "Lost password form modal start"
4012
  msgstr ""
4013
 
4014
+ #: framework/premium/features/content-blocks/hooks-manager.php:436,
4015
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:436
4016
+ msgid "Lost password form modal end"
4017
  msgstr ""
4018
 
4019
+ #: framework/premium/features/content-blocks/hooks-manager.php:444,
4020
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:444
4021
+ msgid "Before main content"
4022
  msgstr ""
4023
 
4024
+ #: framework/premium/features/content-blocks/hooks-manager.php:450,
4025
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:450
4026
+ msgid "After main content"
4027
  msgstr ""
4028
 
4029
+ #: framework/premium/features/content-blocks/hooks-manager.php:453,
4030
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:453
4031
+ msgid "WooCommerce Global"
4032
  msgstr ""
4033
 
4034
+ #: framework/premium/features/content-blocks/hooks-manager.php:458,
4035
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:458
4036
+ msgid "Archive description"
4037
  msgstr ""
4038
 
4039
+ #: framework/premium/features/content-blocks/hooks-manager.php:463,
4040
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:463
4041
+ msgid "Before shop loop"
4042
  msgstr ""
4043
 
4044
+ #: framework/premium/features/content-blocks/hooks-manager.php:480,
4045
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:480
4046
+ msgid "Before shop loop item title"
4047
  msgstr ""
4048
 
4049
+ #: framework/premium/features/content-blocks/hooks-manager.php:485,
4050
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:485
4051
+ msgid "After shop loop item title"
4052
  msgstr ""
4053
 
4054
+ #: framework/premium/features/content-blocks/hooks-manager.php:490,
4055
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:490
4056
+ msgid "Before shop loop item price"
4057
  msgstr ""
4058
 
4059
+ #: framework/premium/features/content-blocks/hooks-manager.php:495,
4060
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:495
4061
+ msgid "After shop loop item price"
 
4062
  msgstr ""
4063
 
4064
+ #: framework/premium/features/content-blocks/hooks-manager.php:510,
4065
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:510
4066
+ msgid "After shop loop"
4067
  msgstr ""
4068
 
4069
+ #: framework/premium/features/content-blocks/hooks-manager.php:512,
4070
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:512
4071
+ msgid "WooCommerce Archive"
4072
  msgstr ""
4073
 
4074
+ #: framework/premium/features/content-blocks/hooks-manager.php:517,
4075
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:517
4076
+ msgid "Before single product"
4077
  msgstr ""
4078
 
4079
+ #: framework/premium/features/content-blocks/hooks-manager.php:535,
4080
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:535
4081
+ msgid "Product meta start"
 
 
 
4082
  msgstr ""
4083
 
4084
+ #: framework/premium/features/content-blocks/hooks-manager.php:539,
4085
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:539
4086
+ msgid "Product meta end"
4087
  msgstr ""
4088
 
4089
+ #: framework/premium/features/content-blocks/hooks-manager.php:543,
4090
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:543
4091
+ msgid "Share"
4092
  msgstr ""
4093
 
4094
+ #: framework/premium/features/content-blocks/hooks-manager.php:547,
4095
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:547
4096
+ msgid "After single product"
4097
  msgstr ""
4098
 
4099
+ #: framework/premium/features/content-blocks/hooks-manager.php:553,
4100
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:553
4101
+ msgid "Before single product excerpt"
4102
  msgstr ""
4103
 
4104
+ #: framework/premium/features/content-blocks/hooks-manager.php:558,
4105
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:558
4106
+ msgid "After single product excerpt"
4107
  msgstr ""
4108
 
4109
+ #: framework/premium/features/content-blocks/hooks-manager.php:563,
4110
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:563
4111
+ msgid "Before single product tabs"
4112
  msgstr ""
4113
 
4114
+ #: framework/premium/features/content-blocks/hooks-manager.php:569,
4115
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:569
4116
+ msgid "After single product tabs"
4117
  msgstr ""
4118
 
4119
+ #: framework/premium/features/content-blocks/hooks-manager.php:573,
4120
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:573
4121
+ msgid "WooCommerce Product"
4122
  msgstr ""
4123
 
4124
+ #: framework/premium/features/content-blocks/hooks-manager.php:578,
4125
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:578
4126
+ msgid "Cart is empty"
4127
  msgstr ""
4128
 
4129
+ #: framework/premium/features/content-blocks/hooks-manager.php:582,
4130
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:582
4131
+ msgid "Before cart"
4132
  msgstr ""
4133
 
4134
+ #: framework/premium/features/content-blocks/hooks-manager.php:586,
4135
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:586
4136
+ msgid "Before cart table"
4137
  msgstr ""
4138
 
4139
+ #: framework/premium/features/content-blocks/hooks-manager.php:590,
4140
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:590
4141
+ msgid "Before cart contents"
4142
  msgstr ""
4143
 
4144
+ #: framework/premium/features/content-blocks/hooks-manager.php:594,
4145
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:594
4146
+ msgid "Cart contents"
4147
  msgstr ""
4148
 
4149
+ #: framework/premium/features/content-blocks/hooks-manager.php:598,
4150
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:598
4151
+ msgid "After cart contents"
4152
  msgstr ""
4153
 
4154
+ #: framework/premium/features/content-blocks/hooks-manager.php:602,
4155
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:602
4156
+ msgid "Cart coupon"
4157
  msgstr ""
4158
 
4159
+ #: framework/premium/features/content-blocks/hooks-manager.php:606,
4160
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:606
4161
+ msgid "Cart actions"
4162
  msgstr ""
4163
 
4164
+ #: framework/premium/features/content-blocks/hooks-manager.php:610,
4165
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:610
4166
+ msgid "After cart table"
4167
  msgstr ""
4168
 
4169
+ #: framework/premium/features/content-blocks/hooks-manager.php:614,
4170
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:614
4171
+ msgid "Cart collaterals"
4172
  msgstr ""
4173
 
4174
+ #: framework/premium/features/content-blocks/hooks-manager.php:618,
4175
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:618
4176
+ msgid "Before cart totals"
4177
  msgstr ""
4178
 
4179
+ #: framework/premium/features/content-blocks/hooks-manager.php:622,
4180
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:622
4181
+ msgid "Cart totals before order total"
4182
  msgstr ""
4183
 
4184
+ #: framework/premium/features/content-blocks/hooks-manager.php:626,
4185
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:626
4186
+ msgid "Cart totals after order total"
4187
  msgstr ""
4188
 
4189
+ #: framework/premium/features/content-blocks/hooks-manager.php:630,
4190
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:630
4191
+ msgid "Proceed to checkout"
4192
  msgstr ""
4193
 
4194
+ #: framework/premium/features/content-blocks/hooks-manager.php:634,
4195
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:634
4196
+ msgid "After cart totals"
 
 
4197
  msgstr ""
4198
 
4199
+ #: framework/premium/features/content-blocks/hooks-manager.php:638,
4200
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:638
4201
+ msgid "After cart"
4202
  msgstr ""
4203
 
4204
+ #: framework/premium/features/content-blocks/hooks-manager.php:643,
4205
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:643
4206
+ msgid "Before Mini Cart"
4207
  msgstr ""
4208
 
4209
+ #: framework/premium/features/content-blocks/hooks-manager.php:648,
4210
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:648
4211
+ msgid "Before Mini Cart Contents"
4212
  msgstr ""
4213
 
4214
+ #: framework/premium/features/content-blocks/hooks-manager.php:653,
4215
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:653
4216
+ msgid "Mini Cart Contents"
 
 
4217
  msgstr ""
4218
 
4219
+ #: framework/premium/features/content-blocks/hooks-manager.php:658,
4220
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:658
4221
+ msgid "Widget Shopping Cart Before Buttons"
4222
+ msgstr ""
 
 
 
 
 
4223
 
4224
+ #: framework/premium/features/content-blocks/hooks-manager.php:663,
4225
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:663
4226
+ msgid "Widget Shopping Cart After Buttons"
4227
  msgstr ""
4228
 
4229
+ #: framework/premium/features/content-blocks/hooks-manager.php:668,
4230
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:668
4231
+ msgid "After Mini Cart"
4232
  msgstr ""
4233
 
4234
+ #: framework/premium/features/content-blocks/hooks-manager.php:670,
4235
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:670
4236
+ msgid "WooCommerce Cart"
4237
  msgstr ""
4238
 
4239
+ #: framework/premium/features/content-blocks/hooks-manager.php:676,
4240
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:676
4241
+ msgid "Before checkout form"
4242
+ msgstr ""
4243
 
4244
+ #: framework/premium/features/content-blocks/hooks-manager.php:680,
4245
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:680
4246
+ msgid "Before customer details"
 
 
 
 
 
 
4247
  msgstr ""
4248
 
4249
+ #: framework/premium/features/content-blocks/hooks-manager.php:684,
4250
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:684
4251
+ msgid "After customer details"
4252
+ msgstr ""
 
 
 
4253
 
4254
+ #: framework/premium/features/content-blocks/hooks-manager.php:688,
4255
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:688
4256
+ msgid "Checkout billing"
4257
  msgstr ""
4258
 
4259
+ #: framework/premium/features/content-blocks/hooks-manager.php:692,
4260
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:692
4261
+ msgid "Before checkout billing form"
4262
  msgstr ""
4263
 
4264
+ #: framework/premium/features/content-blocks/hooks-manager.php:696,
4265
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:696
4266
+ msgid "After checkout billing form"
4267
  msgstr ""
4268
 
4269
+ #: framework/premium/features/content-blocks/hooks-manager.php:700,
4270
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:700
4271
+ msgid "Before order notes"
4272
  msgstr ""
4273
 
4274
+ #: framework/premium/features/content-blocks/hooks-manager.php:704,
4275
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:704
4276
+ msgid "After order notes"
4277
+ msgstr ""
4278
 
4279
+ #: framework/premium/features/content-blocks/hooks-manager.php:708,
4280
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:708
4281
+ msgid "Checkout shipping"
 
 
 
 
 
4282
  msgstr ""
4283
 
4284
+ #: framework/premium/features/content-blocks/hooks-manager.php:712,
4285
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:712
4286
+ msgid "Checkout before order review"
4287
  msgstr ""
4288
 
4289
+ #: framework/premium/features/content-blocks/hooks-manager.php:716,
4290
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:716
4291
+ msgid "Checkout order review"
4292
  msgstr ""
4293
 
4294
+ #: framework/premium/features/content-blocks/hooks-manager.php:720,
4295
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:720
4296
+ msgid "Review order before cart contents"
4297
  msgstr ""
4298
 
4299
+ #: framework/premium/features/content-blocks/hooks-manager.php:724,
4300
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:724
4301
+ msgid "Review order after cart contents"
4302
  msgstr ""
4303
 
4304
+ #: framework/premium/features/content-blocks/hooks-manager.php:728,
4305
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:728
4306
+ msgid "Review order before order total"
4307
  msgstr ""
4308
 
4309
+ #: framework/premium/features/content-blocks/hooks-manager.php:732,
4310
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:732
4311
+ msgid "Review order after order total"
4312
  msgstr ""
4313
 
4314
+ #: framework/premium/features/content-blocks/hooks-manager.php:736,
4315
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:736
4316
+ msgid "Review order before payment"
4317
  msgstr ""
4318
 
4319
+ #: framework/premium/features/content-blocks/hooks-manager.php:740,
4320
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:740
4321
+ msgid "Review order before submit"
4322
  msgstr ""
4323
 
4324
+ #: framework/premium/features/content-blocks/hooks-manager.php:744,
4325
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:744
4326
+ msgid "Review order after submit"
4327
  msgstr ""
4328
 
4329
+ #: framework/premium/features/content-blocks/hooks-manager.php:748,
4330
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:748
4331
+ msgid "Review order after payment"
4332
  msgstr ""
4333
 
4334
+ #: framework/premium/features/content-blocks/hooks-manager.php:752,
4335
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:752
4336
+ msgid "Checkout after order review"
4337
  msgstr ""
4338
 
4339
+ #: framework/premium/features/content-blocks/hooks-manager.php:756,
4340
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:756
4341
+ msgid "After checkout form"
4342
  msgstr ""
4343
 
4344
+ #: framework/premium/features/content-blocks/hooks-manager.php:759,
4345
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:759
4346
+ msgid "WooCommerce Checkout"
4347
  msgstr ""
4348
 
4349
+ #: framework/premium/features/content-blocks/hooks-manager.php:765,
4350
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:765
4351
+ msgid "Before my account"
4352
  msgstr ""
4353
 
4354
+ #: framework/premium/features/content-blocks/hooks-manager.php:769,
4355
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:769
4356
+ msgid "Before account navigation"
4357
  msgstr ""
4358
 
4359
+ #: framework/premium/features/content-blocks/hooks-manager.php:773,
4360
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:773
4361
+ msgid "Account navigation"
4362
  msgstr ""
4363
 
4364
+ #: framework/premium/features/content-blocks/hooks-manager.php:777,
4365
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:777
4366
+ msgid "After account navigation"
4367
  msgstr ""
4368
 
4369
+ #: framework/premium/features/content-blocks/hooks-manager.php:781,
4370
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:781
4371
+ msgid "Account content"
4372
  msgstr ""
4373
 
4374
+ #: framework/premium/features/content-blocks/hooks-manager.php:785,
4375
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:785
4376
+ msgid "Account dashboard"
4377
  msgstr ""
4378
 
4379
+ #: framework/premium/features/content-blocks/hooks-manager.php:789,
4380
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:789
4381
+ msgid "After my account"
4382
  msgstr ""
4383
 
4384
+ #: framework/premium/features/content-blocks/hooks-manager.php:791,
4385
+ #: framework/features/header/items/account/options.php:17,
4386
+ #: framework/features/header/items/account/options.php:18,
4387
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:791,
4388
+ #: build_tmp/build/framework/features/header/items/account/options.php:17,
4389
+ #: build_tmp/build/framework/features/header/items/account/options.php:18
4390
+ msgid "WooCommerce Account"
4391
  msgstr ""
4392
 
4393
+ #: framework/premium/features/content-blocks/hooks-manager.php:797,
4394
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:797
4395
+ msgid "WP footer"
4396
  msgstr ""
4397
 
4398
+ #: framework/premium/features/content-blocks/hooks-manager.php:798,
4399
+ #: framework/premium/features/content-blocks/hooks-manager.php:806,
4400
+ #: framework/premium/features/content-blocks/hooks-manager.php:814,
4401
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:798,
4402
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:806,
4403
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:814
4404
+ msgid "Footer"
4405
  msgstr ""
4406
 
4407
+ #: framework/premium/features/content-blocks/hooks-manager.php:805,
4408
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:805
4409
+ msgid "Footer before"
4410
  msgstr ""
4411
 
4412
+ #: framework/premium/features/content-blocks/hooks-manager.php:813,
4413
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:813
4414
+ msgid "Footer after"
4415
  msgstr ""
4416
 
4417
+ #: framework/premium/features/content-blocks/hooks-manager.php:828,
4418
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:828
4419
+ msgid "Custom Hook (%s)"
4420
+ msgstr ""
4421
 
4422
+ #: framework/premium/features/content-blocks/hooks-manager.php:834,
4423
+ #: framework/premium/features/content-blocks/options/hook.php:197,
4424
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:834,
4425
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:197
4426
+ #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
4427
+ msgid "After Block Number"
4428
  msgstr ""
4429
 
4430
+ #: framework/premium/features/content-blocks/hooks-manager.php:840,
4431
+ #: framework/premium/features/content-blocks/options/hook.php:214,
4432
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:840,
4433
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:214
4434
+ #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
4435
+ msgid "Before Heading Number"
4436
  msgstr ""
4437
 
4438
+ #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13,
4439
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:13
4440
+ msgid "About Me"
4441
  msgstr ""
4442
 
4443
+ #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14,
4444
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:14
4445
+ msgid "About me"
4446
  msgstr ""
4447
 
4448
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
4449
+ #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
4450
+ #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
4451
+ #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14,
4452
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
4453
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
4454
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
4455
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
4456
+ msgid "Advertisement"
4457
  msgstr ""
4458
 
4459
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31,
4460
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:31
4461
+ msgid "Code"
4462
  msgstr ""
4463
 
4464
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32,
4465
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:32
4466
+ msgid "Image"
4467
  msgstr ""
4468
 
4469
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42,
4470
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:42
4471
+ msgid "Ad Code"
4472
  msgstr ""
4473
 
4474
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58,
4475
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:58
4476
+ msgid "Upload Image"
4477
  msgstr ""
4478
 
4479
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
4480
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:66,
4481
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
4482
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:66
4483
+ msgid "Select Image"
4484
  msgstr ""
4485
 
4486
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
4487
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:67,
4488
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
4489
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:67
4490
+ msgid "Change Image"
4491
  msgstr ""
4492
 
4493
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
4494
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:126,
4495
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
4496
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:126
4497
+ msgid "Image Ratio"
4498
  msgstr ""
4499
 
4500
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:75,
4501
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:75
4502
+ msgid "Ad URL"
4503
  msgstr ""
4504
 
4505
+ #: framework/premium/extensions/shortcuts/customizer.php:293,
4506
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
4507
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:322,
4508
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:293,
4509
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
4510
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:322
4511
+ msgid "Open link in new tab"
4512
  msgstr ""
4513
 
4514
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
4515
+ #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
4516
+ #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13,
4517
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
4518
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
4519
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
4520
+ msgid "Contact Info"
4521
  msgstr ""
4522
 
4523
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
4524
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
4525
+ #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
4526
+ #: framework/premium/features/premium-header/items/contacts/options.php:17,
4527
+ #: framework/premium/features/premium-header/items/contacts/options.php:46,
4528
+ #: framework/premium/features/premium-header/items/contacts/view.php:22,
4529
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
4530
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
4531
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
4532
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:17,
4533
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:46,
4534
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:22
4535
+ msgid "Address:"
4536
  msgstr ""
4537
 
4538
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
4539
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
4540
+ #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
4541
+ #: framework/premium/features/premium-header/items/contacts/options.php:24,
4542
+ #: framework/premium/features/premium-header/items/contacts/options.php:72,
4543
+ #: framework/premium/features/premium-header/items/contacts/view.php:29,
4544
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
4545
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
4546
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
4547
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:24,
4548
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:72,
4549
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:29
4550
+ msgid "Phone:"
4551
  msgstr ""
4552
 
4553
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
4554
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
4555
+ #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
4556
+ #: framework/premium/features/premium-header/items/contacts/options.php:32,
4557
+ #: framework/premium/features/premium-header/items/contacts/options.php:99,
4558
+ #: framework/premium/features/premium-header/items/contacts/view.php:37,
4559
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
4560
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
4561
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
4562
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:32,
4563
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:99,
4564
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:37
4565
+ msgid "Mobile:"
4566
  msgstr ""
4567
 
4568
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
4569
+ #: framework/premium/features/premium-header/items/contacts/options.php:41,
4570
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
4571
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:41
4572
+ msgid "Address"
4573
  msgstr ""
4574
 
4575
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
4576
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
4577
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:150,
4578
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:178,
4579
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
4580
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
4581
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
4582
+ #: framework/premium/features/premium-header/items/contacts/options.php:59,
4583
+ #: framework/premium/features/premium-header/items/contacts/options.php:85,
4584
+ #: framework/premium/features/premium-header/items/contacts/options.php:112,
4585
+ #: framework/premium/features/premium-header/items/contacts/options.php:139,
4586
+ #: framework/premium/features/premium-header/items/contacts/options.php:166,
4587
+ #: framework/premium/features/premium-header/items/contacts/options.php:193,
4588
+ #: framework/premium/features/premium-header/items/contacts/options.php:220,
4589
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
4590
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
4591
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:150,
4592
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:178,
4593
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
4594
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
4595
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
4596
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:59,
4597
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:85,
4598
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:112,
4599
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:139,
4600
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:166,
4601
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:193,
4602
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:220
4603
+ msgid "Link (optional)"
4604
  msgstr ""
4605
 
4606
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
4607
+ #: framework/premium/features/premium-header/items/contacts/options.php:121,
4608
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
4609
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:121
4610
+ msgid "Work Hours"
4611
  msgstr ""
4612
 
4613
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
4614
+ #: framework/premium/features/premium-header/items/contacts/options.php:126,
4615
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
4616
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:126
4617
+ msgid "Opening hours"
4618
  msgstr ""
4619
 
4620
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
4621
+ #: framework/premium/features/premium-header/items/contacts/options.php:148,
4622
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
4623
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:148
4624
+ msgid "Fax"
4625
  msgstr ""
4626
 
4627
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
4628
+ #: framework/premium/features/premium-header/items/contacts/options.php:153,
4629
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
4630
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:153
4631
+ msgid "Fax:"
4632
  msgstr ""
4633
 
4634
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
4635
+ #: framework/premium/features/premium-header/items/contacts/options.php:180,
4636
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
4637
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:180
4638
+ msgid "Email:"
4639
  msgstr ""
4640
 
4641
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
4642
+ #: framework/premium/features/premium-header/items/contacts/options.php:202,
4643
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
4644
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:202
4645
+ msgid "Website"
4646
  msgstr ""
4647
 
4648
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
4649
+ #: framework/premium/features/premium-header/items/contacts/options.php:207,
4650
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
4651
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:207
4652
+ msgid "Website:"
4653
  msgstr ""
4654
 
4655
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
4656
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:82,
4657
+ #: framework/premium/features/content-blocks/options/archive.php:85,
4658
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
4659
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:82,
4660
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:85
4661
+ msgid "Small"
4662
  msgstr ""
4663
 
4664
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
4665
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:84,
4666
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
4667
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:84
4668
+ msgid "Large"
4669
  msgstr ""
4670
 
4671
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
4672
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:89,
4673
+ #: framework/premium/features/premium-header/items/contacts/options.php:267,
4674
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
4675
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:89,
4676
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:267
4677
+ msgid "Icons Shape Type"
4678
  msgstr ""
4679
 
4680
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
4681
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:97,
4682
+ #: framework/premium/features/premium-header/items/contacts/options.php:275,
4683
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
4684
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:97,
4685
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:275
4686
+ msgid "Rounded"
4687
  msgstr ""
4688
 
4689
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
4690
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:98,
4691
+ #: framework/premium/features/premium-header/items/contacts/options.php:276,
4692
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
4693
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:98,
4694
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:276
4695
+ msgid "Square"
4696
  msgstr ""
4697
 
4698
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
4699
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:108,
4700
+ #: framework/premium/features/premium-header/items/contacts/options.php:287,
4701
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
4702
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:108,
4703
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:287
4704
+ msgid "Shape Fill Type"
4705
  msgstr ""
4706
 
4707
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
4708
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:115,
4709
+ #: framework/premium/features/premium-header/items/contacts/options.php:294,
4710
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
4711
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:115,
4712
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:294
4713
+ msgid "Solid"
4714
  msgstr ""
4715
 
4716
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
4717
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:116,
4718
+ #: framework/premium/features/premium-header/items/contacts/options.php:295,
4719
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
4720
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:116,
4721
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:295
4722
+ msgid "Outline"
4723
  msgstr ""
4724
 
4725
+ #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14,
4726
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
4727
+ msgid "Contact info"
4728
  msgstr ""
4729
 
4730
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:22,
4731
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:22
4732
+ msgid "Page URL"
4733
  msgstr ""
4734
 
4735
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:30,
4736
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:30
4737
+ msgid "Profile Photos"
4738
  msgstr ""
4739
 
4740
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:37,
4741
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:37
4742
+ msgid "Timeline"
4743
  msgstr ""
4744
 
4745
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:44,
4746
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:44
4747
+ msgid "Cover Photo"
4748
  msgstr ""
4749
 
4750
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:51,
4751
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:51
4752
+ msgid "Small Header"
4753
  msgstr ""
4754
 
4755
+ #: framework/extensions/widgets/widgets/ct-facebook/widget.php:14,
4756
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:14
4757
+ msgid "Facebook like box"
4758
  msgstr ""
4759
 
4760
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:103,
4761
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:103
4762
+ msgid "Widget Design"
4763
  msgstr ""
4764
 
4765
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:108,
4766
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:108
4767
+ msgid "Without Thumbnails"
4768
  msgstr ""
4769
 
4770
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:109,
4771
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:109
4772
+ msgid "Small Thumbnails"
4773
  msgstr ""
4774
 
4775
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:110,
4776
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:110
4777
+ msgid "Large Thumbnails"
4778
  msgstr ""
4779
 
4780
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:111,
4781
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:111
4782
+ msgid "First Thumbnail Large"
4783
  msgstr ""
4784
 
4785
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:112,
4786
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:112
4787
+ msgid "Rounded Thumbnails"
4788
  msgstr ""
4789
 
4790
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:113,
4791
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:113
4792
+ msgid "Numbered"
4793
  msgstr ""
4794
 
4795
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:137,
4796
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:137
4797
+ msgid "Post Type"
4798
  msgstr ""
4799
 
4800
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:193,
4801
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:193
4802
+ msgid "Sort by"
4803
  msgstr ""
4804
 
4805
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:199,
4806
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:199
4807
+ msgid "Recent"
4808
  msgstr ""
4809
 
4810
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:200,
4811
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:200
4812
+ msgid "Most Commented"
4813
  msgstr ""
4814
 
4815
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:201,
4816
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:201
4817
+ msgid "Random"
4818
  msgstr ""
4819
 
4820
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:208,
4821
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:208
4822
+ msgid "Order by"
4823
  msgstr ""
4824
 
4825
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:214,
4826
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:214
4827
+ msgid "1 Week"
4828
  msgstr ""
4829
 
4830
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:215,
4831
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:215
4832
+ msgid "1 Month"
4833
  msgstr ""
4834
 
4835
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:216,
4836
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:216
4837
+ msgid "3 Months"
4838
  msgstr ""
4839
 
4840
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:217,
4841
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:217
4842
+ msgid "6 Months"
4843
  msgstr ""
4844
 
4845
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:218,
4846
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:218
4847
+ msgid "1 Year"
4848
  msgstr ""
4849
 
4850
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:225,
4851
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:225
4852
+ msgid "Posts Count"
4853
  msgstr ""
4854
 
4855
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:265,
4856
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:265
4857
+ msgid "Pages ID"
4858
  msgstr ""
4859
 
4860
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:269,
4861
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:269
4862
+ msgid "Separate pages ID by comma. More info %shere%s."
4863
  msgstr ""
4864
 
4865
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:287,
4866
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:287
4867
+ msgid "Pages Count"
4868
  msgstr ""
4869
 
4870
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:298,
4871
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:298
4872
+ msgid "Show Date"
4873
  msgstr ""
4874
 
4875
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:305,
4876
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:305
4877
+ msgid "Show Comments"
4878
  msgstr ""
4879
 
4880
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:312,
4881
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:312
4882
+ msgid "Show Excerpt"
4883
  msgstr ""
4884
 
4885
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:324,
4886
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:324
4887
+ msgid "Excerpt Lenght"
 
 
 
 
 
4888
  msgstr ""
4889
 
4890
+ #: framework/extensions/widgets/widgets/ct-posts/view.php:220,
4891
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:220
4892
+ msgid "1 Comment"
4893
  msgstr ""
4894
 
4895
+ #: framework/extensions/widgets/widgets/ct-posts/view.php:220,
4896
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:220
4897
+ msgid "% Comments"
4898
  msgstr ""
4899
 
4900
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:18,
4901
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:12,
4902
+ #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
4903
+ #: framework/extensions/widgets/widgets/ct-quote/widget.php:14,
4904
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:18,
4905
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:12,
4906
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/widget.php:13,
4907
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/widget.php:14
4908
+ msgid "Quote"
4909
  msgstr ""
4910
 
4911
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:46,
4912
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:46
4913
+ msgid "Author Name"
4914
  msgstr ""
4915
 
 
 
 
 
 
4916
  #. translators: %s: PHP version
4917
+ #. translators: %s: PHP version
4918
+ #: blocksy-companion.php:136, build_tmp/build/blocksy-companion.php:136
4919
  msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
4920
  msgstr ""
4921
 
4922
  #. translators: %s: WordPress version
4923
+ #. translators: %s: WordPress version
4924
+ #: blocksy-companion.php:147, build_tmp/build/blocksy-companion.php:147
4925
  msgid "Blocksy requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT RUNNING."
4926
  msgstr ""
4927
 
4928
  #: framework/extensions-manager.php:245,
4929
+ #: build_tmp/build/framework/extensions-manager.php:245,
4930
+ #: framework/premium/extensions/adobe-typekit/extension.php:46,
4931
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/extension.php:46
4932
  msgid "Adobe Typekit"
4933
  msgstr ""
4934
 
4935
+ #: framework/extensions-manager.php:246,
4936
+ #: build_tmp/build/framework/extensions-manager.php:246
4937
  msgid "Connect your Typekit account and use your fonts in any typography option."
4938
  msgstr ""
4939
 
4940
  #: framework/extensions-manager.php:257,
4941
+ #: build_tmp/build/framework/extensions-manager.php:257,
4942
+ #: framework/premium/extensions/code-snippets/readme.php:38,
4943
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:38
 
 
4944
  msgid "Custom Code Snippets"
4945
  msgstr ""
4946
 
4947
+ #: framework/extensions-manager.php:258,
4948
+ #: build_tmp/build/framework/extensions-manager.php:258
4949
  msgid "Add custom code snippets in your header and footer, globally and per post or page individually."
4950
  msgstr ""
4951
 
4952
  #: framework/extensions-manager.php:269,
4953
+ #: build_tmp/build/framework/extensions-manager.php:269,
4954
+ #: framework/premium/extensions/custom-fonts/extension.php:145,
4955
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/extension.php:145
4956
  msgid "Custom Fonts"
4957
  msgstr ""
4958
 
4959
+ #: framework/extensions-manager.php:270,
4960
+ #: build_tmp/build/framework/extensions-manager.php:270
4961
  msgid "Upload unlimited number of custom fonts or variable fonts and use them in any typography option."
4962
  msgstr ""
4963
 
4964
  #: framework/extensions-manager.php:281,
4965
+ #: build_tmp/build/framework/extensions-manager.php:281,
4966
+ #: framework/premium/extensions/local-google-fonts/extension.php:188,
4967
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/extension.php:188
4968
  msgid "Local Google Fonts"
4969
  msgstr ""
4970
 
4971
+ #: framework/extensions-manager.php:282,
4972
+ #: build_tmp/build/framework/extensions-manager.php:282
4973
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
4974
  msgstr ""
4975
 
4976
  #: framework/extensions-manager.php:293,
4977
+ #: build_tmp/build/framework/extensions-manager.php:293
4978
  msgid "Advanced Menu"
4979
  msgstr ""
4980
 
4981
+ #: framework/extensions-manager.php:294,
4982
+ #: build_tmp/build/framework/extensions-manager.php:294
4983
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
4984
  msgstr ""
4985
 
4986
  #: framework/extensions-manager.php:305,
4987
+ #: build_tmp/build/framework/extensions-manager.php:305
 
4988
  msgid "Shortcuts Bar"
4989
  msgstr ""
4990
 
4991
+ #: framework/extensions-manager.php:306,
4992
+ #: build_tmp/build/framework/extensions-manager.php:306
4993
  msgid "Transform your website into a app like by displaying a neat shortcuts bar at the bottom of the vieport."
4994
  msgstr ""
4995
 
4996
  #: framework/extensions-manager.php:317,
4997
+ #: build_tmp/build/framework/extensions-manager.php:317
4998
  msgid "Multiple Sidebars"
4999
  msgstr ""
5000
 
5001
+ #: framework/extensions-manager.php:318,
5002
+ #: build_tmp/build/framework/extensions-manager.php:318
5003
  msgid "Create unlimited number of sidebars and display them conditionaly on any page or post."
5004
  msgstr ""
5005
 
5006
+ #: framework/extensions-manager.php:329,
5007
+ #: build_tmp/build/framework/extensions-manager.php:329
5008
  msgid "White Label (Agency Package)"
5009
  msgstr ""
5010
 
5011
+ #: framework/extensions-manager.php:330,
5012
+ #: build_tmp/build/framework/extensions-manager.php:330
5013
  msgid "Change the theme and companion plugin branding to your own custom one."
5014
  msgstr ""
5015
 
5016
  #: framework/extensions-manager.php:341,
5017
+ #: build_tmp/build/framework/extensions-manager.php:341
5018
  msgid "WooCommerce Extra"
5019
  msgstr ""
5020
 
5021
+ #: framework/extensions-manager.php:342,
5022
+ #: build_tmp/build/framework/extensions-manager.php:342
5023
  msgid "Increase the conversion rate by adding a product quick view modal, a floating cart. Control the single product gallery/slider and the layout, add a wishlits page."
5024
  msgstr ""
5025
 
5026
+ #: framework/theme-integration.php:302,
5027
+ #: build_tmp/build/framework/theme-integration.php:302,
5028
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
5029
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
5030
+ #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13,
5031
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:16,
5032
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/view.php:12,
5033
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:13
5034
  msgid "Facebook"
5035
  msgstr ""
5036
 
5037
+ #: framework/theme-integration.php:303,
5038
+ #: build_tmp/build/framework/theme-integration.php:303
5039
  msgid "Twitter"
5040
  msgstr ""
5041
 
5042
+ #: framework/theme-integration.php:304,
5043
+ #: build_tmp/build/framework/theme-integration.php:304
5044
  msgid "LinkedIn"
5045
  msgstr ""
5046
 
5047
+ #: framework/theme-integration.php:305,
5048
+ #: build_tmp/build/framework/theme-integration.php:305
5049
  msgid "Dribbble"
5050
  msgstr ""
5051
 
5052
+ #: framework/theme-integration.php:306,
5053
+ #: build_tmp/build/framework/theme-integration.php:306
5054
  msgid "Instagram"
5055
  msgstr ""
5056
 
5057
+ #: framework/theme-integration.php:307,
5058
+ #: build_tmp/build/framework/theme-integration.php:307
5059
  msgid "Pinterest"
5060
  msgstr ""
5061
 
5062
+ #: framework/theme-integration.php:308,
5063
+ #: build_tmp/build/framework/theme-integration.php:308
5064
  msgid "WordPress"
5065
  msgstr ""
5066
 
5067
+ #: framework/theme-integration.php:309,
5068
+ #: build_tmp/build/framework/theme-integration.php:309
5069
  msgid "GitHub"
5070
  msgstr ""
5071
 
5072
+ #: framework/theme-integration.php:310,
5073
+ #: build_tmp/build/framework/theme-integration.php:310,
5074
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
5075
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:83,
5076
+ #: framework/premium/features/content-blocks/options/archive.php:86,
5077
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
5078
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:83,
5079
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:86
5080
  msgid "Medium"
5081
  msgstr ""
5082
 
5083
+ #: framework/theme-integration.php:311,
5084
+ #: build_tmp/build/framework/theme-integration.php:311
5085
  msgid "YouTube"
5086
  msgstr ""
5087
 
5088
+ #: framework/theme-integration.php:312,
5089
+ #: build_tmp/build/framework/theme-integration.php:312
5090
  msgid "Vimeo"
5091
  msgstr ""
5092
 
5093
+ #: framework/theme-integration.php:313,
5094
+ #: build_tmp/build/framework/theme-integration.php:313
5095
  msgid "VKontakte"
5096
  msgstr ""
5097
 
5098
+ #: framework/theme-integration.php:314,
5099
+ #: build_tmp/build/framework/theme-integration.php:314
5100
  msgid "Odnoklassniki"
5101
  msgstr ""
5102
 
5103
+ #: framework/theme-integration.php:315,
5104
+ #: build_tmp/build/framework/theme-integration.php:315
5105
  msgid "TikTok"
5106
  msgstr ""
5107
 
5108
+ #: framework/theme-integration.php:387,
5109
+ #: build_tmp/build/framework/theme-integration.php:387
5110
  msgid "Companion"
5111
  msgstr ""
5112
 
5113
+ #: framework/theme-integration.php:403,
5114
+ #: build_tmp/build/framework/theme-integration.php:403
5115
+ #: static/js/screens/SiteExport.js:106
5116
  msgid "PRO"
5117
  msgstr ""
5118
 
5119
+ #: framework/features/account-auth.php:104,
5120
+ #: framework/features/account-auth.php:231,
5121
+ #: build_tmp/build/framework/features/account-auth.php:104,
5122
+ #: build_tmp/build/framework/features/account-auth.php:231
5123
  msgid "Check your email"
5124
  msgstr ""
5125
 
5126
+ #: framework/features/account-auth.php:237,
5127
+ #: build_tmp/build/framework/features/account-auth.php:237
5128
  msgid "Registration Form"
5129
  msgstr ""
5130
 
5131
+ #: framework/features/account-auth.php:238,
5132
+ #: build_tmp/build/framework/features/account-auth.php:238
5133
  msgid "Register For This Site"
5134
  msgstr ""
5135
 
5136
+ #: framework/widgets-manager.php:75,
5137
+ #: build_tmp/build/framework/widgets-manager.php:75
5138
  msgid "Default widget name"
5139
  msgstr ""
5140
 
5141
+ #: framework/widgets-manager.php:81,
5142
+ #: build_tmp/build/framework/widgets-manager.php:81
5143
  msgid "Display online support infomation"
5144
  msgstr ""
5145
 
5146
+ #: framework/widgets-manager.php:144,
5147
+ #: build_tmp/build/framework/widgets-manager.php:144
5148
  msgid "Widget Title"
5149
  msgstr ""
5150
 
5151
+ #: framework/features/conditions-manager.php:598,
5152
+ #: build_tmp/build/framework/features/conditions-manager.php:598
5153
  msgid "%s Single"
5154
  msgstr ""
5155
 
5156
+ #: framework/features/conditions-manager.php:608,
5157
+ #: build_tmp/build/framework/features/conditions-manager.php:608
5158
  msgid "%s Archive"
5159
  msgstr ""
5160
 
5161
+ #: framework/features/conditions-manager.php:621,
5162
+ #: build_tmp/build/framework/features/conditions-manager.php:621
5163
  msgid "%s %s Taxonomy"
5164
  msgstr ""
5165
 
5166
+ #: framework/features/conditions-manager.php:463,
5167
+ #: build_tmp/build/framework/features/conditions-manager.php:463
5168
  msgid "Entire Website"
5169
  msgstr ""
5170
 
5171
+ #: framework/features/conditions-manager.php:471,
5172
+ #: framework/features/conditions-manager.php:513,
5173
+ #: framework/features/conditions-manager.php:545,
5174
+ #: build_tmp/build/framework/features/conditions-manager.php:471,
5175
+ #: build_tmp/build/framework/features/conditions-manager.php:513,
5176
+ #: build_tmp/build/framework/features/conditions-manager.php:545
5177
  msgid "Basic"
5178
  msgstr ""
5179
 
5180
+ #: framework/features/conditions-manager.php:475,
5181
+ #: framework/features/conditions-manager.php:549,
5182
+ #: build_tmp/build/framework/features/conditions-manager.php:475,
5183
+ #: build_tmp/build/framework/features/conditions-manager.php:549
5184
  msgid "Singulars"
5185
  msgstr ""
5186
 
5187
+ #: framework/features/conditions-manager.php:480,
5188
+ #: framework/features/conditions-manager.php:517,
5189
+ #: build_tmp/build/framework/features/conditions-manager.php:480,
5190
+ #: build_tmp/build/framework/features/conditions-manager.php:517
5191
  msgid "Archives"
5192
  msgstr ""
5193
 
5194
+ #: framework/features/conditions-manager.php:486,
5195
+ #: framework/features/conditions-manager.php:523,
5196
+ #: framework/features/conditions-manager.php:555,
5197
  #: framework/extensions/trending/customizer.php:4,
5198
+ #: build_tmp/build/framework/features/conditions-manager.php:486,
5199
+ #: build_tmp/build/framework/features/conditions-manager.php:523,
5200
+ #: build_tmp/build/framework/features/conditions-manager.php:555,
5201
+ #: build_tmp/build/framework/extensions/trending/customizer.php:4,
5202
  #: framework/extensions/widgets/widgets/ct-posts/options.php:11,
5203
  #: framework/extensions/widgets/widgets/ct-posts/options.php:98,
5204
  #: framework/extensions/widgets/widgets/ct-posts/view.php:139,
5205
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
5206
+ #: framework/premium/features/premium-header/items/search-input/options.php:4,
5207
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:11,
5208
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:98,
5209
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:139,
5210
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:13,
5211
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:4
5212
  msgid "Posts"
5213
  msgstr ""
5214
 
5215
+ #: framework/features/conditions-manager.php:490,
5216
+ #: framework/features/conditions-manager.php:559,
5217
+ #: build_tmp/build/framework/features/conditions-manager.php:490,
5218
+ #: build_tmp/build/framework/features/conditions-manager.php:559,
5219
+ #: framework/premium/features/content-blocks/hooks-manager.php:328,
5220
+ #: framework/premium/features/content-blocks/hooks-manager.php:336,
5221
+ #: framework/premium/features/content-blocks/hooks-manager.php:344,
5222
+ #: framework/premium/features/content-blocks/hooks-manager.php:351,
5223
+ #: framework/premium/features/content-blocks/hooks-manager.php:358,
5224
+ #: framework/premium/features/content-blocks/hooks-manager.php:366,
5225
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:328,
5226
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:336,
5227
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:344,
5228
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:351,
5229
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:358,
5230
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:366
5231
  msgid "Single Post"
5232
  msgstr ""
5233
 
5234
+ #: framework/features/conditions-manager.php:495,
5235
+ #: framework/features/conditions-manager.php:527,
5236
+ #: build_tmp/build/framework/features/conditions-manager.php:495,
5237
+ #: build_tmp/build/framework/features/conditions-manager.php:527
5238
  msgid "All Post Archives"
5239
  msgstr ""
5240
 
5241
+ #: framework/features/conditions-manager.php:500,
5242
+ #: framework/features/conditions-manager.php:532,
5243
+ #: build_tmp/build/framework/features/conditions-manager.php:500,
5244
+ #: build_tmp/build/framework/features/conditions-manager.php:532
5245
  msgid "Post Categories"
5246
  msgstr ""
5247
 
5248
+ #: framework/features/conditions-manager.php:505,
5249
+ #: framework/features/conditions-manager.php:537,
5250
+ #: build_tmp/build/framework/features/conditions-manager.php:505,
5251
+ #: build_tmp/build/framework/features/conditions-manager.php:537
5252
  msgid "Post Tags"
5253
  msgstr ""
5254
 
5255
+ #: framework/features/conditions-manager.php:567,
5256
+ #: build_tmp/build/framework/features/conditions-manager.php:567,
5257
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
5258
+ #: framework/premium/features/premium-header/items/search-input/options.php:5,
5259
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:12,
5260
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:5
5261
  msgid "Pages"
5262
  msgstr ""
5263
 
5264
+ #: framework/features/conditions-manager.php:571,
5265
+ #: build_tmp/build/framework/features/conditions-manager.php:571
5266
  msgid "Single Page"
5267
  msgstr ""
5268
 
5269
+ #: framework/features/conditions-manager.php:660,
5270
+ #: build_tmp/build/framework/features/conditions-manager.php:660
5271
  msgid "Specific"
5272
  msgstr ""
5273
 
5274
+ #: framework/features/conditions-manager.php:636,
5275
+ #: build_tmp/build/framework/features/conditions-manager.php:636
5276
  msgid "Post ID"
5277
  msgstr ""
5278
 
5279
+ #: framework/features/conditions-manager.php:641,
5280
+ #: build_tmp/build/framework/features/conditions-manager.php:641
5281
  msgid "Page ID"
5282
  msgstr ""
5283
 
5284
+ #: framework/features/conditions-manager.php:646,
5285
+ #: build_tmp/build/framework/features/conditions-manager.php:646
5286
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
5287
  msgid "Custom Post Type ID"
5288
  msgstr ""
5289
 
5290
+ #: framework/features/conditions-manager.php:656,
5291
+ #: build_tmp/build/framework/features/conditions-manager.php:656
5292
  msgid "Taxonomy ID"
5293
  msgstr ""
5294
 
5295
+ #: framework/features/conditions-manager.php:651,
5296
+ #: build_tmp/build/framework/features/conditions-manager.php:651
5297
  msgid "Post with Taxonomy ID"
5298
  msgstr ""
5299
 
5300
+ #: framework/features/conditions-manager.php:666,
5301
+ #: build_tmp/build/framework/features/conditions-manager.php:666
5302
  msgid "Other Pages"
5303
  msgstr ""
5304
 
5305
+ #: framework/features/conditions-manager.php:670,
5306
+ #: build_tmp/build/framework/features/conditions-manager.php:670
5307
  msgid "404"
5308
  msgstr ""
5309
 
5310
+ #: framework/features/conditions-manager.php:675,
5311
+ #: build_tmp/build/framework/features/conditions-manager.php:675,
5312
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
5313
+ #: framework/premium/features/premium-header/items/search-input/view.php:71,
5314
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:45,
5315
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/view.php:71
5316
  msgid "Search"
5317
  msgstr ""
5318
 
5319
+ #: framework/features/conditions-manager.php:680,
5320
+ #: build_tmp/build/framework/features/conditions-manager.php:680
5321
  msgid "Blog"
5322
  msgstr ""
5323
 
5324
+ #: framework/features/conditions-manager.php:685,
5325
+ #: build_tmp/build/framework/features/conditions-manager.php:685
5326
  msgid "Front Page"
5327
  msgstr ""
5328
 
5329
+ #: framework/features/conditions-manager.php:697,
5330
+ #: build_tmp/build/framework/features/conditions-manager.php:697
5331
  msgid "Author"
5332
  msgstr ""
5333
 
5334
+ #: framework/features/conditions-manager.php:748,
5335
+ #: build_tmp/build/framework/features/conditions-manager.php:748
5336
  msgid "User Auth"
5337
  msgstr ""
5338
 
5339
+ #: framework/features/conditions-manager.php:752,
5340
+ #: build_tmp/build/framework/features/conditions-manager.php:752
5341
  msgid "User Logged In"
5342
  msgstr ""
5343
 
5344
+ #: framework/features/conditions-manager.php:757,
5345
+ #: build_tmp/build/framework/features/conditions-manager.php:757
5346
  msgid "User Logged Out"
5347
  msgstr ""
5348
 
5349
+ #: framework/features/conditions-manager.php:763,
5350
+ #: build_tmp/build/framework/features/conditions-manager.php:763
5351
  msgid "User Roles"
5352
  msgstr ""
5353
 
5354
+ #: framework/features/conditions-manager.php:768,
5355
+ #: build_tmp/build/framework/features/conditions-manager.php:768,
5356
  #: framework/premium/features/content-blocks/options/404.php:19,
5357
  #: framework/premium/features/content-blocks/options/header.php:19,
5358
  #: framework/premium/features/content-blocks/options/hook.php:24,
5359
+ #: framework/premium/features/content-blocks/options/popup.php:25,
5360
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:19,
5361
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:19,
5362
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:24,
5363
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:25
5364
  msgid "Other"
5365
  msgstr ""
5366
 
5367
+ #: framework/features/conditions-manager.php:772,
5368
+ #: build_tmp/build/framework/features/conditions-manager.php:772
5369
  msgid "Post Author"
5370
  msgstr ""
5371
 
5372
+ #: framework/features/conditions-manager.php:865,
5373
+ #: build_tmp/build/framework/features/conditions-manager.php:865
5374
  msgid "Language"
5375
  msgstr ""
5376
 
5377
+ #: framework/features/demo-install.php:233,
5378
+ #: build_tmp/build/framework/features/demo-install.php:233
5379
  msgid "Your PHP installation doesn't have support for XML. Please install the <i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install starter sites. You might need to contact your hosting provider to assist you in doing so."
5380
  msgstr ""
5381
 
5382
+ #: framework/features/dynamic-css.php:46,
5383
+ #: build_tmp/build/framework/features/dynamic-css.php:46
5384
  msgid "Dynamic CSS Output"
5385
  msgstr ""
5386
 
5387
+ #: framework/features/dynamic-css.php:50,
5388
+ #: build_tmp/build/framework/features/dynamic-css.php:50
5389
  msgid "The strategy of outputting the dynamic CSS. File - all the CSS code will be placed in a static file, otherwise it will be placed inline in head."
5390
  msgstr ""
5391
 
5392
+ #: framework/features/dynamic-css.php:52,
5393
+ #: build_tmp/build/framework/features/dynamic-css.php:52
5394
  msgid "File"
5395
  msgstr ""
5396
 
5397
  #: framework/features/dynamic-css.php:53,
5398
+ #: build_tmp/build/framework/features/dynamic-css.php:53,
5399
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:32,
5400
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:32
5401
  msgid "Inline"
5402
  msgstr ""
5403
 
5404
+ #: framework/features/google-analytics.php:69,
5405
+ #: build_tmp/build/framework/features/google-analytics.php:69
5406
  msgid "Google Analytics v3"
5407
  msgstr ""
5408
 
5409
+ #: framework/features/google-analytics.php:74,
5410
+ #: build_tmp/build/framework/features/google-analytics.php:74
5411
  msgid "Link your Google Analytics 3 tracking ID."
5412
  msgstr ""
5413
 
5414
+ #: framework/features/google-analytics.php:80,
5415
+ #: build_tmp/build/framework/features/google-analytics.php:80
5416
  msgid "Google Analytics v4"
5417
  msgstr ""
5418
 
5419
+ #: framework/features/google-analytics.php:86,
5420
+ #: build_tmp/build/framework/features/google-analytics.php:86
5421
  msgid "Link your Google Analytics 4 tracking ID. More info and instructions can be found %shere%s."
5422
  msgstr ""
5423
 
5424
+ #: framework/features/google-analytics.php:98,
5425
+ #: build_tmp/build/framework/features/google-analytics.php:98
5426
  msgid "IP Anonymization"
5427
  msgstr ""
5428
 
5429
+ #: framework/features/google-analytics.php:102,
5430
+ #: build_tmp/build/framework/features/google-analytics.php:102
5431
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
5432
  msgstr ""
5433
 
5434
+ #: framework/features/opengraph-meta-data.php:17,
5435
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:17
5436
  msgid "OpenGraph Meta Data"
5437
  msgstr ""
5438
 
5439
+ #: framework/features/opengraph-meta-data.php:20,
5440
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:20
5441
  msgid "Enable the OpenGraph rich meta data features for your website."
5442
  msgstr ""
5443
 
5444
+ #: framework/features/opengraph-meta-data.php:29,
5445
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:29
5446
  msgid "Facebook Page URL"
5447
  msgstr ""
5448
 
5449
+ #: framework/features/opengraph-meta-data.php:36,
5450
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:36
5451
  msgid "Facebook App ID"
5452
  msgstr ""
5453
 
5454
+ #: framework/features/opengraph-meta-data.php:43,
5455
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:43
5456
  msgid "Twitter Username"
5457
  msgstr ""
5458
 
5459
+ #: framework/extensions/cookies-consent/config.php:6,
5460
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:6
 
 
 
5461
  msgid "Display a cookie acceptance box in order to comply with the privacy regulations in your country."
5462
  msgstr ""
5463
 
5464
+ #: framework/extensions/cookies-consent/customizer.php:15,
 
 
 
 
5465
  #: framework/extensions/newsletter-subscribe/customizer.php:12,
5466
  #: framework/extensions/product-reviews/extension.php:297,
5467
  #: framework/extensions/product-reviews/metabox.php:6,
5468
+ #: framework/extensions/trending/customizer.php:110,
5469
  #: framework/premium/extensions/mega-menu/options.php:6,
5470
+ #: framework/premium/extensions/shortcuts/customizer.php:534,
5471
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
5472
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
5473
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:15,
5474
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:12,
5475
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:297,
5476
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:6,
5477
+ #: build_tmp/build/framework/extensions/trending/customizer.php:110,
5478
+ #: framework/features/header/items/account/options.php:68,
5479
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
5480
  #: framework/premium/features/content-blocks/options/popup.php:30,
5481
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:6,
5482
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:534,
5483
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
5484
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
5485
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
5486
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
5487
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
5488
  #: framework/premium/features/premium-header/items/contacts/options.php:5,
5489
  #: framework/premium/features/premium-header/items/language-switcher/options.php:21,
5490
  #: framework/premium/features/premium-header/items/language-switcher/options.php:347,
5491
+ #: framework/premium/features/premium-header/items/search-input/options.php:37,
5492
+ #: build_tmp/build/framework/features/header/items/account/options.php:68,
5493
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
5494
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:30,
5495
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
5496
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
5497
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
5498
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:5,
5499
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:21,
5500
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:347,
5501
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:37
5502
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
5503
  msgid "General"
5504
  msgstr ""
5505
 
5506
+ #: framework/extensions/cookies-consent/customizer.php:28,
5507
+ #: framework/premium/extensions/shortcuts/customizer.php:546,
5508
+ #: framework/premium/extensions/woocommerce-extra/extension.php:73,
5509
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
5510
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:28,
5511
+ #: framework/features/header/items/account/options.php:184,
5512
+ #: framework/features/header/items/account/options.php:390,
5513
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:546,
5514
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:73,
5515
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
5516
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
5517
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23,
5518
+ #: build_tmp/build/framework/features/header/items/account/options.php:184,
5519
+ #: build_tmp/build/framework/features/header/items/account/options.php:390,
5520
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
5521
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
5522
  msgid "Type 1"
5523
  msgstr ""
5524
 
5525
+ #: framework/extensions/cookies-consent/customizer.php:33,
5526
+ #: framework/premium/extensions/shortcuts/customizer.php:551,
5527
+ #: framework/premium/extensions/woocommerce-extra/extension.php:78,
5528
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
5529
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:33,
5530
+ #: framework/features/header/items/account/options.php:189,
5531
+ #: framework/features/header/items/account/options.php:395,
5532
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:551,
5533
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:78,
5534
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
5535
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
5536
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
5537
+ #: build_tmp/build/framework/features/header/items/account/options.php:189,
5538
+ #: build_tmp/build/framework/features/header/items/account/options.php:395,
5539
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
5540
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
5541
  msgid "Type 2"
5542
  msgstr ""
5543
 
5544
+ #: framework/extensions/cookies-consent/customizer.php:40,
5545
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:40
5546
  msgid "Cookie period"
5547
  msgstr ""
5548
 
5549
+ #: framework/extensions/cookies-consent/customizer.php:48,
5550
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:48
5551
  msgid "One hour"
5552
  msgstr ""
5553
 
5554
+ #: framework/extensions/cookies-consent/customizer.php:49,
5555
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:49
5556
  msgid "One day"
5557
  msgstr ""
5558
 
5559
+ #: framework/extensions/cookies-consent/customizer.php:50,
5560
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:50
5561
  msgid "One week"
5562
  msgstr ""
5563
 
5564
+ #: framework/extensions/cookies-consent/customizer.php:51,
5565
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:51
5566
  msgid "One month"
5567
  msgstr ""
5568
 
5569
+ #: framework/extensions/cookies-consent/customizer.php:52,
5570
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:52
5571
  msgid "Three months"
5572
  msgstr ""
5573
 
5574
+ #: framework/extensions/cookies-consent/customizer.php:53,
5575
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:53
5576
  msgid "Six months"
5577
  msgstr ""
5578
 
5579
+ #: framework/extensions/cookies-consent/customizer.php:54,
5580
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:54
5581
  msgid "One year"
5582
  msgstr ""
5583
 
5584
+ #: framework/extensions/cookies-consent/customizer.php:55,
5585
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:55
5586
  msgid "Forever"
5587
  msgstr ""
5588
 
5589
+ #: framework/extensions/cookies-consent/customizer.php:62,
5590
+ #: framework/premium/features/content-blocks/hooks-manager.php:226,
5591
+ #: framework/premium/features/content-blocks/hooks-manager.php:234,
5592
+ #: framework/premium/features/content-blocks/hooks-manager.php:242,
5593
+ #: framework/premium/features/content-blocks/hooks-manager.php:250,
5594
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:62,
5595
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
5596
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
5597
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
5599
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
5600
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
5601
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
5602
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:226,
5603
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:234,
5604
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:242,
5605
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:250,
5606
+ #: framework/premium/features/premium-header/items/contacts/options.php:52,
5607
+ #: framework/premium/features/premium-header/items/contacts/options.php:78,
5608
+ #: framework/premium/features/premium-header/items/contacts/options.php:105,
5609
+ #: framework/premium/features/premium-header/items/contacts/options.php:132,
5610
+ #: framework/premium/features/premium-header/items/contacts/options.php:159,
5611
+ #: framework/premium/features/premium-header/items/contacts/options.php:186,
5612
+ #: framework/premium/features/premium-header/items/contacts/options.php:213,
5613
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
5614
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
5615
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
5616
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:171,
5617
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
5618
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
5619
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
5620
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:52,
5621
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:78,
5622
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:105,
5623
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:132,
5624
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:159,
5625
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:186,
5626
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:213
5627
  msgid "Content"
5628
  msgstr ""
5629
 
5630
+ #: framework/extensions/cookies-consent/customizer.php:64,
5631
+ #: framework/extensions/cookies-consent/helpers.php:30,
5632
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:64,
5633
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:30
5634
  msgid "We use cookies to ensure that we give you the best experience on our website."
5635
  msgstr ""
5636
 
5637
+ #: framework/extensions/cookies-consent/customizer.php:80,
5638
+ #: framework/extensions/cookies-consent/helpers.php:33,
5639
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:80,
5640
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:33
 
 
5641
  msgid "Accept"
5642
  msgstr ""
5643
 
5644
+ #: framework/extensions/cookies-consent/customizer.php:142,
5645
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
5646
  #: framework/extensions/product-reviews/extension.php:337,
5647
+ #: framework/extensions/trending/customizer.php:333,
5648
+ #: framework/premium/extensions/mega-menu/options.php:516,
5649
+ #: framework/premium/extensions/shortcuts/customizer.php:778,
5650
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
5651
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
5652
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
5653
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:142,
5654
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:147,
5655
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:337,
5656
+ #: build_tmp/build/framework/extensions/trending/customizer.php:333,
5657
+ #: framework/features/header/items/account/options.php:531,
5658
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
5659
+ #: framework/premium/features/content-blocks/options/popup.php:361,
5660
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:516,
5661
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:778,
5662
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
5663
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
5664
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
5665
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
5666
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
5667
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
5668
+ #: framework/premium/features/premium-header/items/contacts/options.php:340,
5669
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
5670
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
5671
+ #: framework/premium/features/premium-header/items/search-input/options.php:178,
5672
+ #: build_tmp/build/framework/features/header/items/account/options.php:531,
5673
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
5674
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:361,
5675
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
5676
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
5677
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
5678
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:340,
5679
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:186,
5680
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:371,
5681
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:178
5682
  msgid "Design"
5683
  msgstr ""
5684
 
5685
+ #: framework/extensions/cookies-consent/customizer.php:203,
5686
+ #: framework/extensions/cookies-consent/customizer.php:270,
5687
+ #: framework/extensions/trending/customizer.php:348,
5688
+ #: framework/premium/extensions/mega-menu/options.php:796,
5689
+ #: framework/premium/extensions/shortcuts/customizer.php:794,
5690
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
5691
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:203,
5692
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:270,
5693
+ #: build_tmp/build/framework/extensions/trending/customizer.php:348,
5694
+ #: framework/features/header/items/account/options.php:842,
5695
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:796,
5696
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:794,
5697
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
5698
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
5699
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
5700
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
5701
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
5702
+ #: framework/premium/features/premium-header/items/contacts/options.php:356,
5703
+ #: framework/premium/features/premium-header/items/contacts/options.php:385,
5704
+ #: framework/premium/features/premium-header/items/contacts/options.php:428,
5705
+ #: framework/premium/features/premium-header/items/contacts/options.php:468,
5706
  #: framework/premium/features/premium-header/items/language-switcher/options.php:203,
5707
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
5708
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
5709
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
5710
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:382,
5711
+ #: build_tmp/build/framework/features/header/items/account/options.php:842,
5712
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
5713
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
5714
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
5715
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
5716
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:356,
5717
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:385,
5718
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:428,
5719
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:468,
5720
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:203,
5721
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:232,
5722
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:262,
5723
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:291,
5724
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:382
5725
  msgid "Font Color"
5726
  msgstr ""
5727
 
5728
+ #: framework/extensions/cookies-consent/customizer.php:164,
5729
+ #: framework/extensions/cookies-consent/customizer.php:191,
5730
+ #: framework/extensions/cookies-consent/customizer.php:220,
5731
+ #: framework/extensions/cookies-consent/customizer.php:251,
5732
+ #: framework/extensions/cookies-consent/customizer.php:287,
5733
+ #: framework/extensions/cookies-consent/customizer.php:316,
5734
  #: framework/extensions/newsletter-subscribe/customizer.php:165,
5735
  #: framework/extensions/newsletter-subscribe/customizer.php:190,
5736
  #: framework/extensions/newsletter-subscribe/customizer.php:222,
5737
  #: framework/extensions/newsletter-subscribe/customizer.php:253,
5738
  #: framework/extensions/newsletter-subscribe/customizer.php:290,
5739
  #: framework/extensions/newsletter-subscribe/customizer.php:322,
5740
+ #: framework/extensions/trending/customizer.php:366,
5741
+ #: framework/premium/extensions/mega-menu/options.php:762,
5742
+ #: framework/premium/extensions/mega-menu/options.php:809,
5743
+ #: framework/premium/extensions/mega-menu/options.php:828,
5744
+ #: framework/premium/extensions/shortcuts/customizer.php:812,
5745
+ #: framework/premium/extensions/shortcuts/customizer.php:844,
5746
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
5747
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
5748
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
5749
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
5750
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
5751
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:164,
5752
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:191,
5753
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:220,
5754
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:251,
5755
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:287,
5756
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:316,
5757
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:165,
5758
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:190,
5759
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:222,
5760
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:253,
5761
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:290,
5762
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:322,
5763
+ #: build_tmp/build/framework/extensions/trending/customizer.php:366,
5764
+ #: framework/features/header/items/account/options.php:595,
5765
+ #: framework/features/header/items/account/options.php:627,
5766
+ #: framework/features/header/items/account/options.php:657,
5767
+ #: framework/features/header/items/account/options.php:739,
5768
+ #: framework/features/header/items/account/options.php:770,
5769
+ #: framework/features/header/items/account/options.php:799,
5770
+ #: framework/features/header/items/account/options.php:860,
5771
+ #: framework/features/header/items/account/options.php:890,
5772
+ #: framework/features/header/items/account/options.php:920,
5773
+ #: framework/features/header/items/account/options.php:956,
5774
+ #: framework/features/header/items/account/options.php:1056,
5775
+ #: framework/features/header/items/account/options.php:1092,
5776
+ #: framework/features/header/items/account/options.php:1131,
5777
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
5778
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
5779
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
5780
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
5781
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:762,
5782
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:809,
5783
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:828,
5784
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:812,
5785
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:844,
5786
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
5787
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
5788
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
5789
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
5790
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
5791
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
5792
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
5793
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
5798
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
5799
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
5800
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
5801
+ #: framework/premium/features/premium-header/items/contacts/options.php:573,
5802
+ #: framework/premium/features/premium-header/items/contacts/options.php:604,
5803
+ #: framework/premium/features/premium-header/items/contacts/options.php:634,
5804
+ #: framework/premium/features/premium-header/items/contacts/options.php:734,
5805
+ #: framework/premium/features/premium-header/items/contacts/options.php:773,
5806
+ #: framework/premium/features/premium-header/items/contacts/options.php:812,
5807
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
5808
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
5809
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
5824
  #: framework/premium/features/premium-header/items/search-input/options.php:626,
5825
  #: framework/premium/features/premium-header/items/search-input/options.php:656,
5826
  #: framework/premium/features/premium-header/items/search-input/options.php:686,
5827
+ #: framework/premium/features/premium-header/items/search-input/options.php:773,
5828
+ #: framework/premium/features/premium-header/items/search-input/options.php:801,
5829
+ #: build_tmp/build/framework/features/header/items/account/options.php:595,
5830
+ #: build_tmp/build/framework/features/header/items/account/options.php:627,
5831
+ #: build_tmp/build/framework/features/header/items/account/options.php:657,
5832
+ #: build_tmp/build/framework/features/header/items/account/options.php:739,
5833
+ #: build_tmp/build/framework/features/header/items/account/options.php:770,
5834
+ #: build_tmp/build/framework/features/header/items/account/options.php:799,
5835
+ #: build_tmp/build/framework/features/header/items/account/options.php:860,
5836
+ #: build_tmp/build/framework/features/header/items/account/options.php:890,
5837
+ #: build_tmp/build/framework/features/header/items/account/options.php:920,
5838
+ #: build_tmp/build/framework/features/header/items/account/options.php:956,
5839
+ #: build_tmp/build/framework/features/header/items/account/options.php:1056,
5840
+ #: build_tmp/build/framework/features/header/items/account/options.php:1092,
5841
+ #: build_tmp/build/framework/features/header/items/account/options.php:1131,
5842
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
5843
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
5844
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
5845
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
5846
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
5847
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
5848
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
5849
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:105,
5850
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:191,
5851
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:222,
5852
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:251,
5853
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
5854
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
5855
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
5856
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:573,
5857
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:604,
5858
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:634,
5859
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:734,
5860
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:773,
5861
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:812,
5862
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
5863
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
5864
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
5865
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:249,
5866
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:279,
5867
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:308,
5868
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:399,
5869
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:425,
5870
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:231,
5871
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:263,
5872
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:293,
5873
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:361,
5874
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:393,
5875
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:423,
5876
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:491,
5877
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:523,
5878
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:553,
5879
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:626,
5880
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:656,
5881
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:686,
5882
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:773,
5883
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:801
5884
  msgid "Initial"
5885
  msgstr ""
5886
 
5887
+ #: framework/extensions/cookies-consent/customizer.php:170,
5888
+ #: framework/extensions/cookies-consent/customizer.php:226,
5889
+ #: framework/extensions/cookies-consent/customizer.php:257,
5890
+ #: framework/extensions/cookies-consent/customizer.php:292,
5891
+ #: framework/extensions/cookies-consent/customizer.php:321,
5892
  #: framework/extensions/newsletter-subscribe/customizer.php:196,
5893
  #: framework/extensions/newsletter-subscribe/customizer.php:327,
5894
+ #: framework/extensions/trending/customizer.php:372,
5895
+ #: framework/premium/extensions/mega-menu/options.php:767,
5896
+ #: framework/premium/extensions/shortcuts/customizer.php:818,
5897
+ #: framework/premium/extensions/shortcuts/customizer.php:850,
5898
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
5899
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
5900
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
5901
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:170,
5902
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:226,
5903
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:257,
5904
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:292,
5905
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:321,
5906
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:196,
5907
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:327,
5908
+ #: build_tmp/build/framework/extensions/trending/customizer.php:372,
5909
+ #: framework/features/header/items/account/options.php:601,
5910
+ #: framework/features/header/items/account/options.php:632,
5911
+ #: framework/features/header/items/account/options.php:662,
5912
+ #: framework/features/header/items/account/options.php:745,
5913
+ #: framework/features/header/items/account/options.php:775,
5914
+ #: framework/features/header/items/account/options.php:804,
5915
+ #: framework/features/header/items/account/options.php:866,
5916
+ #: framework/features/header/items/account/options.php:1062,
5917
+ #: framework/features/header/items/account/options.php:1098,
5918
+ #: framework/features/header/items/account/options.php:1137,
5919
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:767,
5920
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:818,
5921
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:850,
5922
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
5923
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
5924
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
5925
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
5926
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
5927
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
5928
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
5929
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
5930
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
5931
+ #: framework/premium/features/premium-header/items/contacts/options.php:578,
5932
+ #: framework/premium/features/premium-header/items/contacts/options.php:609,
5933
+ #: framework/premium/features/premium-header/items/contacts/options.php:639,
5934
+ #: framework/premium/features/premium-header/items/contacts/options.php:739,
5935
+ #: framework/premium/features/premium-header/items/contacts/options.php:778,
5936
+ #: framework/premium/features/premium-header/items/contacts/options.php:817,
5937
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
5938
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
5939
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
5940
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
5941
+ #: framework/premium/features/premium-header/items/search-input/options.php:778,
5942
+ #: build_tmp/build/framework/features/header/items/account/options.php:601,
5943
+ #: build_tmp/build/framework/features/header/items/account/options.php:632,
5944
+ #: build_tmp/build/framework/features/header/items/account/options.php:662,
5945
+ #: build_tmp/build/framework/features/header/items/account/options.php:745,
5946
+ #: build_tmp/build/framework/features/header/items/account/options.php:775,
5947
+ #: build_tmp/build/framework/features/header/items/account/options.php:804,
5948
+ #: build_tmp/build/framework/features/header/items/account/options.php:866,
5949
+ #: build_tmp/build/framework/features/header/items/account/options.php:1062,
5950
+ #: build_tmp/build/framework/features/header/items/account/options.php:1098,
5951
+ #: build_tmp/build/framework/features/header/items/account/options.php:1137,
5952
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
5953
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
5954
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
5955
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
5956
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
5957
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
5958
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:578,
5959
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:609,
5960
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:639,
5961
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:739,
5962
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:778,
5963
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:817,
5964
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
5965
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
5966
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
5967
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:404,
5968
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:778
5969
  msgid "Hover"
5970
  msgstr ""
5971
 
 
5972
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
5973
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:305,
5974
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220,
5975
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
5976
  msgid "Button Color"
5977
  msgstr ""
5978
 
5979
+ #: framework/extensions/cookies-consent/customizer.php:178,
5980
+ #: framework/extensions/cookies-consent/customizer.php:234,
5981
+ #: framework/extensions/cookies-consent/customizer.php:299,
5982
+ #: framework/premium/extensions/mega-menu/options.php:816,
5983
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
5984
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:178,
5985
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:234,
5986
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:299,
5987
+ #: framework/features/header/items/account/options.php:1114,
5988
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
5989
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:816,
5990
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
5991
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
5992
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:412,
5993
+ #: build_tmp/build/framework/features/header/items/account/options.php:1114,
5994
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
5995
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
5996
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:412
5997
  msgid "Background Color"
5998
  msgstr ""
5999
 
6000
+ #: framework/extensions/cookies-consent/customizer.php:98,
6001
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:98
6002
  msgid "Maximum Width"
6003
  msgstr ""
6004
 
6005
+ #: framework/extensions/cookies-consent/customizer.php:119,
6006
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:119
6007
  msgid "I accept the %sPrivacy Policy%s*"
6008
  msgstr ""
6009
 
6010
+ #: framework/extensions/cookies-consent/customizer.php:123,
6011
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:123
6012
  msgid "This text will appear under each comment form and subscribe form."
6013
  msgstr ""
6014
 
6015
+ #: framework/extensions/cookies-consent/helpers.php:79,
6016
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:79
6017
  msgid "I accept the %sPrivacy Policy%s"
6018
  msgstr ""
6019
 
6021
  #: framework/extensions/newsletter-subscribe/readme.php:1,
6022
  #: framework/premium/extensions/code-snippets/readme.php:1,
6023
  #: framework/premium/extensions/post-types-extra/readme.php:1,
6024
+ #: framework/premium/extensions/woocommerce-extra/readme.php:1,
6025
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:1,
6026
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:1,
6027
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:1,
6028
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:1,
6029
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:1
6030
  msgid "Instructions"
6031
  msgstr ""
6032
 
6033
+ #: framework/extensions/cookies-consent/readme.php:4,
6034
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:4
6035
  msgid "After installing and activating the Cookies Consent extension you will be able to configure it from this location:"
6036
  msgstr ""
6037
 
6038
  #: framework/extensions/cookies-consent/readme.php:9,
6039
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:9
6040
  msgid "Customizer"
6041
  msgstr ""
6042
 
6043
+ #: framework/extensions/cookies-consent/readme.php:13,
6044
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:13
6045
  msgid "Navigate to %s and customize the notification to meet your needs."
6046
  msgstr ""
6047
 
6048
+ #: framework/extensions/cookies-consent/readme.php:16,
6049
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:16
6050
  msgid "Customizer ➝ Cookie Consent"
6051
  msgstr ""
6052
 
6053
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13,
6054
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
6055
  msgid "Newsletter Subscribe"
6056
  msgstr ""
6057
 
6058
+ #: framework/extensions/newsletter-subscribe/config.php:6,
6059
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:6
6060
  msgid "Easily capture new leads for your newsletter with the help of a widget, shortcode or even a block inserted on your pages or posts."
6061
  msgstr ""
6062
 
6063
+ #: framework/extensions/newsletter-subscribe/customizer.php:4,
6064
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:4
6065
  msgid "Subscribe Form"
6066
  msgstr ""
6067
 
6068
  #: framework/extensions/newsletter-subscribe/customizer.php:18,
6069
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
6070
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:18,
6071
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
6072
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
6073
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
6081
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
6082
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
6083
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
6084
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
6085
+ #: framework/premium/features/premium-header/items/contacts/options.php:45,
6086
+ #: framework/premium/features/premium-header/items/contacts/options.php:71,
6087
+ #: framework/premium/features/premium-header/items/contacts/options.php:98,
6088
+ #: framework/premium/features/premium-header/items/contacts/options.php:125,
6089
+ #: framework/premium/features/premium-header/items/contacts/options.php:152,
6090
+ #: framework/premium/features/premium-header/items/contacts/options.php:179,
6091
+ #: framework/premium/features/premium-header/items/contacts/options.php:206,
6092
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
6093
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
6094
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
6095
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:108,
6096
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:136,
6097
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:164,
6098
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:192,
6099
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:220,
6100
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
6101
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:13,
6102
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:95,
6103
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:15,
6104
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:15,
6105
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:45,
6106
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:71,
6107
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:98,
6108
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:125,
6109
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:152,
6110
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:179,
6111
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:206
6112
  msgid "Title"
6113
  msgstr ""
6114
 
6115
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
6116
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
6117
+ #: framework/extensions/newsletter-subscribe/helpers.php:96,
6118
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:21,
6119
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:42,
6120
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:96
6121
  msgid "Newsletter Updates"
6122
  msgstr ""
6123
 
6124
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
6125
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:27,
6126
+ #: framework/extensions/widgets/widgets/ct-posts/widget.php:14,
6127
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:14
6128
  msgid "Description"
6129
  msgstr ""
6130
 
6132
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
6133
  #: framework/extensions/newsletter-subscribe/helpers.php:97,
6134
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
6135
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16,
6136
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:29,
6137
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:45,
6138
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:97,
6139
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
6140
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
6141
  msgid "Enter your email address below to subscribe to our newsletter"
6142
  msgstr ""
6143
 
6144
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
6145
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46,
6146
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:42,
6147
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
6148
  msgid "List Source"
6149
  msgstr ""
6150
 
6153
  #: framework/features/header/header-options.php:71,
6154
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
6155
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
6156
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:49,
6157
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:17,
6158
+ #: build_tmp/build/framework/features/header/header-options.php:71,
6159
  #: framework/extensions/widgets/widgets/ct-posts/options.php:173,
6160
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
6161
+ #: framework/premium/features/content-blocks/options/hook.php:289,
6162
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
6163
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
6164
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:173,
6165
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:198,
6166
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:289
6167
  msgid "Default"
6168
  msgstr ""
6169
 
6170
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
6171
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
6172
  #: framework/premium/extensions/shortcuts/customizer.php:250,
6173
+ #: framework/premium/extensions/shortcuts/customizer.php:276,
6174
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:50,
6175
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
6176
+ #: framework/premium/features/content-blocks/options/archive.php:87,
6177
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
6178
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:250,
6179
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:276,
6180
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
6181
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:87
6182
  #: framework/premium/static/js/options/IconPicker/Modal.js:148
6183
  msgid "Custom"
6184
  msgstr ""
6185
 
6186
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
6187
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64,
6188
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:62,
6189
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
6190
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:194
6191
  msgid "List ID"
6192
  msgstr ""
6193
 
6194
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
6195
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76,
6196
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:80,
6197
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
6198
  msgid "Name Field"
6199
  msgstr ""
6200
 
6201
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
6202
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88,
6203
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:93,
6204
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
6205
  msgid "Name Label"
6206
  msgstr ""
6207
 
6210
  #: framework/extensions/newsletter-subscribe/helpers.php:57,
6211
  #: framework/extensions/newsletter-subscribe/helpers.php:108,
6212
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
6213
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69,
6214
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:95,
6215
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:186,
6216
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:57,
6217
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:108,
6218
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
6219
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
6220
  msgid "Your name"
6221
  msgstr ""
6222
 
6223
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
6224
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99,
6225
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:105,
6226
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
6227
  msgid "Mail Label"
6228
  msgstr ""
6229
 
6232
  #: framework/extensions/newsletter-subscribe/helpers.php:61,
6233
  #: framework/extensions/newsletter-subscribe/helpers.php:109,
6234
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
6235
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70,
6236
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:107,
6237
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:187,
6238
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:61,
6239
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:109,
6240
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
6241
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
6242
  msgid "Your email"
6243
  msgstr ""
6244
 
6245
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
6246
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107,
6247
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:114,
6248
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
6249
  msgid "Button Label"
6250
  msgstr ""
6251
 
6254
  #: framework/extensions/newsletter-subscribe/helpers.php:52,
6255
  #: framework/extensions/newsletter-subscribe/helpers.php:101,
6256
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
6257
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19,
6258
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:116,
6259
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:181,
6260
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:52,
6261
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:101,
6262
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
6263
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
6264
  msgid "Subscribe"
6265
  msgstr ""
6266
 
6269
  #: framework/premium/extensions/shortcuts/customizer.php:107,
6270
  #: framework/premium/extensions/shortcuts/customizer.php:169,
6271
  #: framework/premium/extensions/shortcuts/customizer.php:225,
6272
+ #: framework/premium/extensions/shortcuts/customizer.php:312,
6273
+ #: framework/premium/extensions/shortcuts/customizer.php:371,
6274
+ #: framework/premium/extensions/shortcuts/customizer.php:427,
6275
+ #: framework/premium/extensions/shortcuts/customizer.php:483,
6276
+ #: framework/premium/extensions/shortcuts/customizer.php:742,
6277
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:126,
6278
  #: framework/premium/features/content-blocks/options/404.php:140,
6279
  #: framework/premium/features/content-blocks/options/header.php:166,
6280
  #: framework/premium/features/content-blocks/options/hook.php:325,
6281
+ #: framework/premium/features/content-blocks/options/popup.php:339,
6282
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:45,
6283
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:107,
6284
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:169,
6285
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:225,
6286
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:312,
6287
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:371,
6288
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:427,
6289
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:483,
6290
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:742,
6291
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
6292
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43,
6293
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:140,
6294
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:166,
6295
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:325,
6296
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:339,
6297
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
6298
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
6299
  msgid "Visibility"
6300
  msgstr ""
6301
 
6302
  #: framework/extensions/newsletter-subscribe/customizer.php:137,
6303
+ #: framework/extensions/trending/customizer.php:279,
6304
+ #: framework/features/header/header-options.php:103,
6305
+ #: framework/features/header/header-options.php:185,
6306
  #: framework/premium/extensions/shortcuts/customizer.php:59,
6307
  #: framework/premium/extensions/shortcuts/customizer.php:121,
6308
  #: framework/premium/extensions/shortcuts/customizer.php:183,
6309
  #: framework/premium/extensions/shortcuts/customizer.php:239,
6310
+ #: framework/premium/extensions/shortcuts/customizer.php:327,
6311
+ #: framework/premium/extensions/shortcuts/customizer.php:385,
6312
+ #: framework/premium/extensions/shortcuts/customizer.php:441,
6313
+ #: framework/premium/extensions/shortcuts/customizer.php:497,
6314
+ #: framework/premium/extensions/shortcuts/customizer.php:634,
6315
+ #: framework/premium/extensions/shortcuts/customizer.php:756,
6316
+ #: framework/premium/extensions/woocommerce-extra/extension.php:168,
6317
+ #: framework/premium/extensions/woocommerce-extra/extension.php:189,
6318
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
6319
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
6320
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
6321
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:137,
6322
+ #: build_tmp/build/framework/extensions/trending/customizer.php:279,
6323
+ #: build_tmp/build/framework/features/header/header-options.php:103,
6324
+ #: build_tmp/build/framework/features/header/header-options.php:185,
6325
+ #: framework/features/header/items/account/options.php:245,
6326
+ #: framework/features/header/items/account/options.php:451,
6327
  #: framework/premium/features/content-blocks/options/404.php:151,
6328
  #: framework/premium/features/content-blocks/options/header.php:177,
6329
  #: framework/premium/features/content-blocks/options/hook.php:336,
6330
+ #: framework/premium/features/content-blocks/options/popup.php:350,
6331
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:59,
6332
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:121,
6333
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:183,
6334
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:239,
6335
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:327,
6336
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:385,
6337
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:441,
6338
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:497,
6339
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:634,
6340
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:756,
6341
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:168,
6342
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:189,
6343
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
6344
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
6345
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
6346
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
6347
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
6348
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73,
6349
+ #: build_tmp/build/framework/features/header/items/account/options.php:245,
6350
+ #: build_tmp/build/framework/features/header/items/account/options.php:451,
6351
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:151,
6352
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:177,
6353
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:336,
6354
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:350,
6355
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
6356
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
6357
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
6358
  msgid "Desktop"
6359
  msgstr ""
6360
 
6361
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
6362
+ #: framework/extensions/trending/customizer.php:280,
6363
  #: framework/premium/extensions/shortcuts/customizer.php:60,
6364
  #: framework/premium/extensions/shortcuts/customizer.php:122,
6365
  #: framework/premium/extensions/shortcuts/customizer.php:184,
6366
  #: framework/premium/extensions/shortcuts/customizer.php:240,
6367
+ #: framework/premium/extensions/shortcuts/customizer.php:328,
6368
+ #: framework/premium/extensions/shortcuts/customizer.php:386,
6369
+ #: framework/premium/extensions/shortcuts/customizer.php:442,
6370
+ #: framework/premium/extensions/shortcuts/customizer.php:498,
6371
+ #: framework/premium/extensions/shortcuts/customizer.php:635,
6372
+ #: framework/premium/extensions/shortcuts/customizer.php:757,
6373
+ #: framework/premium/extensions/woocommerce-extra/extension.php:169,
6374
+ #: framework/premium/extensions/woocommerce-extra/extension.php:190,
6375
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
6376
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
6377
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
6378
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:138,
6379
+ #: build_tmp/build/framework/extensions/trending/customizer.php:280,
6380
+ #: framework/features/header/items/account/options.php:246,
6381
+ #: framework/features/header/items/account/options.php:452,
6382
+ #: framework/features/header/items/account/options.php:1179,
6383
  #: framework/premium/features/content-blocks/options/404.php:152,
6384
  #: framework/premium/features/content-blocks/options/header.php:178,
6385
  #: framework/premium/features/content-blocks/options/hook.php:337,
6386
+ #: framework/premium/features/content-blocks/options/popup.php:351,
6387
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:60,
6388
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:122,
6389
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:184,
6390
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:240,
6391
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:328,
6392
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:386,
6393
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:442,
6394
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:498,
6395
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:635,
6396
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:757,
6397
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:169,
6398
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:190,
6399
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
6400
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
6401
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
6402
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
6403
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
6404
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74,
6405
+ #: build_tmp/build/framework/features/header/items/account/options.php:246,
6406
+ #: build_tmp/build/framework/features/header/items/account/options.php:452,
6407
+ #: build_tmp/build/framework/features/header/items/account/options.php:1179,
6408
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:152,
6409
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:178,
6410
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:337,
6411
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:351,
6412
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
6413
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
6414
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
6415
  msgid "Tablet"
6416
  msgstr ""
6417
 
6418
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
6419
+ #: framework/extensions/trending/customizer.php:281,
6420
+ #: framework/features/header/header-options.php:105,
6421
+ #: framework/features/header/header-options.php:187,
6422
  #: framework/premium/extensions/shortcuts/customizer.php:61,
6423
  #: framework/premium/extensions/shortcuts/customizer.php:123,
6424
  #: framework/premium/extensions/shortcuts/customizer.php:185,
6425
  #: framework/premium/extensions/shortcuts/customizer.php:241,
6426
+ #: framework/premium/extensions/shortcuts/customizer.php:329,
6427
+ #: framework/premium/extensions/shortcuts/customizer.php:387,
6428
+ #: framework/premium/extensions/shortcuts/customizer.php:443,
6429
+ #: framework/premium/extensions/shortcuts/customizer.php:499,
6430
+ #: framework/premium/extensions/shortcuts/customizer.php:636,
6431
+ #: framework/premium/extensions/shortcuts/customizer.php:758,
6432
+ #: framework/premium/extensions/woocommerce-extra/extension.php:170,
6433
+ #: framework/premium/extensions/woocommerce-extra/extension.php:191,
6434
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
6435
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
6436
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
6437
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:139,
6438
+ #: build_tmp/build/framework/extensions/trending/customizer.php:281,
6439
+ #: build_tmp/build/framework/features/header/header-options.php:105,
6440
+ #: build_tmp/build/framework/features/header/header-options.php:187,
6441
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
6442
+ #: framework/features/header/items/account/options.php:247,
6443
+ #: framework/features/header/items/account/options.php:453,
6444
+ #: framework/features/header/items/account/options.php:1180,
6445
  #: framework/premium/features/content-blocks/options/404.php:153,
6446
  #: framework/premium/features/content-blocks/options/header.php:179,
6447
  #: framework/premium/features/content-blocks/options/hook.php:338,
6448
+ #: framework/premium/features/content-blocks/options/popup.php:352,
6449
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:61,
6450
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:123,
6451
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:185,
6452
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:241,
6453
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:329,
6454
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:387,
6455
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:443,
6456
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:499,
6457
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:636,
6458
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:758,
6459
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:170,
6460
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:191,
6461
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
6462
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
6463
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
6464
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
6465
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
6466
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
6467
+ #: framework/premium/features/premium-header/items/contacts/options.php:94,
6468
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
6469
+ #: build_tmp/build/framework/features/header/items/account/options.php:247,
6470
+ #: build_tmp/build/framework/features/header/items/account/options.php:453,
6471
+ #: build_tmp/build/framework/features/header/items/account/options.php:1180,
6472
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:153,
6473
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:179,
6474
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:338,
6475
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:352,
6476
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
6477
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
6478
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
6479
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:94
6480
  msgid "Mobile"
6481
  msgstr ""
6482
 
6483
+ #: framework/extensions/newsletter-subscribe/customizer.php:152,
6484
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:152
6485
  msgid "Title Color"
6486
  msgstr ""
6487
 
6488
+ #: framework/extensions/newsletter-subscribe/customizer.php:173,
6489
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:173
6490
  msgid "Description Color"
6491
  msgstr ""
6492
 
6493
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
6494
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:204,
6495
+ #: framework/features/header/items/account/options.php:874,
6496
  #: framework/premium/features/premium-header/items/search-input/options.php:184,
6497
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
6498
  #: framework/premium/features/premium-header/items/search-input/options.php:245,
6499
+ #: framework/premium/features/premium-header/items/search-input/options.php:275,
6500
+ #: build_tmp/build/framework/features/header/items/account/options.php:874,
6501
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:184,
6502
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:213,
6503
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:245,
6504
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:275
6505
  msgid "Input Font Color"
6506
  msgstr ""
6507
 
6508
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
6509
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
6510
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
6511
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:228,
6512
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:259,
6513
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:295,
6514
+ #: framework/features/header/items/account/options.php:896,
6515
+ #: framework/features/header/items/account/options.php:926,
6516
+ #: framework/features/header/items/account/options.php:962,
6517
  #: framework/premium/features/premium-header/items/search-input/options.php:237,
6518
  #: framework/premium/features/premium-header/items/search-input/options.php:268,
6519
  #: framework/premium/features/premium-header/items/search-input/options.php:298,
6525
  #: framework/premium/features/premium-header/items/search-input/options.php:558,
6526
  #: framework/premium/features/premium-header/items/search-input/options.php:631,
6527
  #: framework/premium/features/premium-header/items/search-input/options.php:661,
6528
+ #: framework/premium/features/premium-header/items/search-input/options.php:691,
6529
+ #: build_tmp/build/framework/features/header/items/account/options.php:896,
6530
+ #: build_tmp/build/framework/features/header/items/account/options.php:926,
6531
+ #: build_tmp/build/framework/features/header/items/account/options.php:962,
6532
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:237,
6533
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:268,
6534
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:298,
6535
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:367,
6536
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:398,
6537
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:428,
6538
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:497,
6539
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:528,
6540
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:558,
6541
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:631,
6542
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:661,
6543
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:691
6544
  msgid "Focus"
6545
  msgstr ""
6546
 
6547
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
6548
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:236,
6549
+ #: framework/features/header/items/account/options.php:904,
6550
  #: framework/premium/features/premium-header/items/search-input/options.php:444,
6551
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
6552
  #: framework/premium/features/premium-header/items/search-input/options.php:505,
6553
+ #: framework/premium/features/premium-header/items/search-input/options.php:535,
6554
+ #: build_tmp/build/framework/features/header/items/account/options.php:904,
6555
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:444,
6556
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:473,
6557
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:505,
6558
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:535
6559
  msgid "Input Border Color"
6560
  msgstr ""
6561
 
6562
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
6563
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:273,
6564
+ #: framework/features/header/items/account/options.php:940,
6565
  #: framework/premium/features/premium-header/items/search-input/options.php:580,
6566
  #: framework/premium/features/premium-header/items/search-input/options.php:608,
6567
  #: framework/premium/features/premium-header/items/search-input/options.php:638,
6568
+ #: framework/premium/features/premium-header/items/search-input/options.php:668,
6569
+ #: build_tmp/build/framework/features/header/items/account/options.php:940,
6570
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:580,
6571
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:608,
6572
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:638,
6573
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:668
6574
  msgid "Input Background Color"
6575
  msgstr ""
6576
 
6577
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
6578
+ #: framework/extensions/trending/customizer.php:380,
6579
+ #: framework/premium/extensions/shortcuts/customizer.php:953,
6580
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:334,
6581
+ #: build_tmp/build/framework/extensions/trending/customizer.php:380,
6582
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:953
6583
  msgid "Container Background"
6584
  msgstr ""
6585
 
6586
+ #: framework/extensions/newsletter-subscribe/customizer.php:350,
6587
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:350
6588
  msgid "Container Border"
6589
  msgstr ""
6590
 
6591
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
6592
+ #: framework/extensions/trending/customizer.php:396,
6593
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:385,
6594
+ #: build_tmp/build/framework/extensions/trending/customizer.php:396
6595
  msgid "Container Inner Spacing"
6596
  msgstr ""
6597
 
6598
  #: framework/extensions/newsletter-subscribe/customizer.php:400,
6599
+ #: framework/premium/extensions/shortcuts/customizer.php:974,
6600
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:400,
6601
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:974
6602
  msgid "Container Border Radius"
6603
  msgstr ""
6604
 
6605
+ #: framework/extensions/newsletter-subscribe/extension.php:134,
6606
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:134
6607
  msgid "Disable Subscribe Form"
6608
  msgstr ""
6609
 
6610
  #: framework/extensions/newsletter-subscribe/helpers.php:163,
6611
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:163,
6612
+ #: framework/features/header/items/account/options.php:295,
6613
+ #: build_tmp/build/framework/features/header/items/account/options.php:295
6614
  #: static/js/screens/SiteExport.js:85
6615
  msgid "Name"
6616
  msgstr ""
6617
 
6618
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
6619
+ #: framework/features/header/modal/register.php:36,
6620
  #: framework/premium/extensions/shortcuts/customizer.php:130,
6621
  #: framework/premium/extensions/shortcuts/customizer.php:153,
6622
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:166,
6623
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
6624
+ #: framework/premium/extensions/shortcuts/views/bar.php:45,
6625
+ #: build_tmp/build/framework/features/header/modal/register.php:36,
6626
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:130,
6627
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:153,
6628
+ #: framework/premium/features/premium-header/items/contacts/options.php:175,
6629
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
6630
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:45,
6631
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:175
6632
  msgid "Email"
6633
  msgstr ""
6634
 
6635
+ #: framework/extensions/newsletter-subscribe/readme.php:4,
6636
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:4
6637
  msgid ""
6638
  "After installing and activating the Newsletter Subscribe\n"
6639
  " extension you will have two possibilities to show your subscribe form:"
6640
  msgstr ""
6641
 
6642
+ #: framework/extensions/newsletter-subscribe/readme.php:10,
6643
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:10
6644
  msgid "Widget"
6645
  msgstr ""
6646
 
6647
+ #: framework/extensions/newsletter-subscribe/readme.php:14,
6648
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:14
6649
  msgid "Navigate to %s and place the widget in any widget area you want."
6650
  msgstr ""
6651
 
6652
+ #: framework/extensions/newsletter-subscribe/readme.php:17,
6653
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:17
6654
  msgid "Appearance ➝ Widgets"
6655
  msgstr ""
6656
 
6657
+ #: framework/extensions/newsletter-subscribe/readme.php:25,
6658
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:25
6659
  msgid "Single Page Block"
6660
  msgstr ""
6661
 
6662
+ #: framework/extensions/newsletter-subscribe/readme.php:29,
6663
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:29
6664
  msgid "Navigate to %s and customize the form and more."
6665
  msgstr ""
6666
 
6667
+ #: framework/extensions/newsletter-subscribe/readme.php:32,
6668
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:32
6669
  msgid "Customizer ➝ Single Posts"
6670
  msgstr ""
6671
 
 
6672
  #: framework/extensions/product-reviews/extension.php:434,
6673
  #: framework/extensions/product-reviews/extension.php:435,
6674
  #: framework/extensions/product-reviews/extension.php:438,
6675
+ #: framework/extensions/product-reviews/extension.php:440,
6676
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:434,
6677
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:435,
6678
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:438,
6679
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:440
6680
  msgid "Product Reviews"
6681
  msgstr ""
6682
 
6683
+ #: framework/extensions/product-reviews/config.php:6,
6684
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:6
6685
  msgid "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."
6686
  msgstr ""
6687
 
6688
  #: framework/extensions/product-reviews/extension.php:233,
6689
+ #: framework/extensions/product-reviews/views/single-top.php:139,
6690
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:233,
6691
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:139
6692
  msgid "Overall Score"
6693
  msgstr ""
6694
 
6695
+ #: framework/extensions/product-reviews/extension.php:291,
6696
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:291
6697
  msgid "Review Summary"
6698
  msgstr ""
6699
 
6700
+ #: framework/extensions/product-reviews/extension.php:302,
6701
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:302
6702
  msgid "Scores Box Width"
6703
  msgstr ""
6704
 
6705
+ #: framework/extensions/product-reviews/extension.php:312,
6706
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:312
6707
  msgid "Read More Button"
6708
  msgstr ""
6709
 
6710
+ #: framework/extensions/product-reviews/extension.php:323,
6711
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:323
6712
  msgid "Buy Now Button"
6713
  msgstr ""
6714
 
6715
+ #: framework/extensions/product-reviews/extension.php:342,
6716
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:342
6717
  msgid "Star Rating Color"
6718
  msgstr ""
6719
 
6720
  #: framework/extensions/product-reviews/extension.php:359,
6721
  #: framework/extensions/product-reviews/extension.php:387,
6722
  #: framework/extensions/product-reviews/extension.php:408,
6723
+ #: framework/premium/extensions/mega-menu/options.php:772,
6724
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:359,
6725
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:387,
6726
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:408,
6727
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:772
6728
  msgid "Active"
6729
  msgstr ""
6730
 
6731
+ #: framework/extensions/product-reviews/extension.php:365,
6732
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:365
6733
  msgid "Inactive"
6734
  msgstr ""
6735
 
6736
+ #: framework/extensions/product-reviews/extension.php:373,
6737
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:373
6738
  msgid "Overll Score Text"
6739
  msgstr ""
6740
 
6741
+ #: framework/extensions/product-reviews/extension.php:395,
6742
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:395
6743
  msgid "Overll Score Background"
6744
  msgstr ""
6745
 
6746
+ #: framework/extensions/product-reviews/extension.php:439,
6747
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:439
6748
  msgid "Product Review"
6749
  msgstr ""
6750
 
6751
+ #: framework/extensions/product-reviews/extension.php:441,
6752
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:441
6753
  msgid "Parent Product Review"
6754
  msgstr ""
6755
 
6756
+ #: framework/extensions/product-reviews/extension.php:442,
6757
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:442
6758
  msgid "All Reviews"
6759
  msgstr ""
6760
 
6761
+ #: framework/extensions/product-reviews/extension.php:443,
6762
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:443
6763
  msgid "View Product Review"
6764
  msgstr ""
6765
 
6766
+ #: framework/extensions/product-reviews/extension.php:444,
6767
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:444
6768
  msgid "Add New Product Review"
6769
  msgstr ""
6770
 
6771
+ #: framework/extensions/product-reviews/extension.php:445,
6772
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:445
6773
  msgid "Add New Review"
6774
  msgstr ""
6775
 
6776
+ #: framework/extensions/product-reviews/extension.php:446,
6777
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:446
6778
  msgid "Edit Product Review"
6779
  msgstr ""
6780
 
6781
+ #: framework/extensions/product-reviews/extension.php:447,
6782
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:447
6783
  msgid "Update Product Review"
6784
  msgstr ""
6785
 
6786
+ #: framework/extensions/product-reviews/extension.php:448,
6787
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:448
6788
  msgid "Search Product Review"
6789
  msgstr ""
6790
 
6791
+ #: framework/extensions/product-reviews/extension.php:449,
6792
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:449
6793
  msgid "Not Found"
6794
  msgstr ""
6795
 
6796
+ #: framework/extensions/product-reviews/extension.php:450,
6797
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:450
6798
  msgid "Not found in Trash"
6799
  msgstr ""
6800
 
6801
  #: framework/extensions/product-reviews/extension.php:484,
6802
+ #: framework/extensions/product-reviews/extension.php:494,
6803
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:484,
6804
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:494
6805
  msgid "Categories"
6806
  msgstr ""
6807
 
6808
  #: framework/extensions/product-reviews/extension.php:485,
6809
  #: framework/extensions/trending/customizer.php:35,
6810
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:485,
6811
+ #: build_tmp/build/framework/extensions/trending/customizer.php:35,
6812
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:37,
6813
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:37
6814
  msgid "Category"
6815
  msgstr ""
6816
 
6817
+ #: framework/extensions/product-reviews/extension.php:486,
6818
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:486
6819
  msgid "Search Category"
6820
  msgstr ""
6821
 
6822
+ #: framework/extensions/product-reviews/extension.php:487,
6823
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:487
6824
  msgid "All Categories"
6825
  msgstr ""
6826
 
6827
+ #: framework/extensions/product-reviews/extension.php:488,
6828
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:488
6829
  msgid "Parent Category"
6830
  msgstr ""
6831
 
6832
+ #: framework/extensions/product-reviews/extension.php:489,
6833
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:489
6834
  msgid "Parent Category:"
6835
  msgstr ""
6836
 
6837
+ #: framework/extensions/product-reviews/extension.php:490,
6838
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:490
6839
  msgid "Edit Category"
6840
  msgstr ""
6841
 
6842
+ #: framework/extensions/product-reviews/extension.php:491,
6843
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:491
6844
  msgid "Update Category"
6845
  msgstr ""
6846
 
6847
+ #: framework/extensions/product-reviews/extension.php:492,
6848
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:492
6849
  msgid "Add New Category"
6850
  msgstr ""
6851
 
6852
+ #: framework/extensions/product-reviews/extension.php:493,
6853
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:493
6854
  msgid "New Category Name"
6855
  msgstr ""
6856
 
6857
  #. translators: %s is the theme name.
6858
+ #. translators: %s is the theme name.
6859
+ #: framework/extensions/product-reviews/extension.php:512,
6860
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:512
6861
  msgid "%s Settings"
6862
  msgstr ""
6863
 
6864
+ #: framework/extensions/product-reviews/extension.php:513,
6865
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:513
6866
  msgid "Blocksy"
6867
  msgstr ""
6868
 
6869
  #: framework/extensions/product-reviews/helpers.php:30,
6870
+ #: framework/extensions/product-reviews/metabox.php:179,
6871
+ #: build_tmp/build/framework/extensions/product-reviews/helpers.php:30,
6872
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:179
6873
  msgid "Rating"
6874
  msgstr ""
6875
 
6876
+ #: framework/extensions/product-reviews/metabox.php:10,
6877
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:10
6878
  msgid "Review Entity"
6879
  msgstr ""
6880
 
6881
  #: framework/extensions/product-reviews/metabox.php:18,
6882
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:18,
6883
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:32,
6884
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:32
6885
  msgid "Product"
6886
  msgstr ""
6887
 
6888
+ #: framework/extensions/product-reviews/metabox.php:19,
6889
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:19
6890
  msgid "Book"
6891
  msgstr ""
6892
 
6893
+ #: framework/extensions/product-reviews/metabox.php:21,
6894
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:21
6895
  msgid "Creative Work Season"
6896
  msgstr ""
6897
 
6898
+ #: framework/extensions/product-reviews/metabox.php:22,
6899
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:22
6900
  msgid "Creative Work Series"
6901
  msgstr ""
6902
 
6903
+ #: framework/extensions/product-reviews/metabox.php:23,
6904
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:23
6905
  msgid "Episode"
6906
  msgstr ""
6907
 
6908
+ #: framework/extensions/product-reviews/metabox.php:25,
6909
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:25
6910
  msgid "Game"
6911
  msgstr ""
6912
 
6913
+ #: framework/extensions/product-reviews/metabox.php:27,
6914
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:27
6915
  msgid "Local Business"
6916
  msgstr ""
6917
 
6918
+ #: framework/extensions/product-reviews/metabox.php:28,
6919
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:28
6920
  msgid "Media Object"
6921
  msgstr ""
6922
 
6923
+ #: framework/extensions/product-reviews/metabox.php:29,
6924
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:29
6925
  msgid "Movie"
6926
  msgstr ""
6927
 
6928
+ #: framework/extensions/product-reviews/metabox.php:30,
6929
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:30
6930
  msgid "Music Playlist"
6931
  msgstr ""
6932
 
6933
+ #: framework/extensions/product-reviews/metabox.php:31,
6934
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:31
6935
  msgid "Music Recording"
6936
  msgstr ""
6937
 
6938
+ #: framework/extensions/product-reviews/metabox.php:32,
6939
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:32
6940
  msgid "Organization"
6941
  msgstr ""
6942
 
6943
+ #: framework/extensions/product-reviews/metabox.php:38,
6944
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:38
6945
  msgid "More info about review entity and how to choose the right one can be found %shere%s."
6946
  msgstr ""
6947
 
6948
+ #: framework/extensions/product-reviews/metabox.php:69,
6949
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:69
6950
  msgid "Product Price"
6951
  msgstr ""
6952
 
6953
+ #: framework/extensions/product-reviews/metabox.php:76,
6954
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:76
6955
  msgid "Product SKU"
6956
  msgstr ""
6957
 
6958
+ #: framework/extensions/product-reviews/metabox.php:83,
6959
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:83
6960
  msgid "Product Brand"
6961
  msgstr ""
6962
 
6963
+ #: framework/extensions/product-reviews/metabox.php:96,
6964
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:96
6965
  msgid "Gallery"
6966
  msgstr ""
6967
 
6968
+ #: framework/extensions/product-reviews/metabox.php:107,
6969
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:107
6970
  msgid "Affiliate Button Label"
6971
  msgstr ""
6972
 
6973
+ #: framework/extensions/product-reviews/metabox.php:109,
6974
+ #: framework/extensions/product-reviews/views/single-top.php:156,
6975
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:109,
6976
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:156
6977
  msgid "Buy Now"
6978
  msgstr ""
6979
 
6980
+ #: framework/extensions/product-reviews/metabox.php:114,
6981
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:114
6982
  msgid "Affiliate Link"
6983
  msgstr ""
6984
 
6985
+ #: framework/extensions/product-reviews/metabox.php:120,
6986
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:120
6987
  msgid "Open Link In New Tab"
6988
  msgstr ""
6989
 
6990
+ #: framework/extensions/product-reviews/metabox.php:126,
6991
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:126
6992
  msgid "Sponsored Attribute"
6993
  msgstr ""
6994
 
6995
+ #: framework/extensions/product-reviews/metabox.php:148,
6996
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:148
6997
  msgid "Read More Button Label"
6998
  msgstr ""
6999
 
7000
+ #: framework/extensions/product-reviews/metabox.php:150,
7001
+ #: framework/extensions/product-reviews/views/single-top.php:162,
7002
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:150,
7003
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:162
7004
  msgid "Read More"
7005
  msgstr ""
7006
 
7007
+ #: framework/extensions/product-reviews/metabox.php:170,
7008
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:170
7009
  msgid "Short Description"
7010
  msgstr ""
7011
 
7012
+ #: framework/extensions/product-reviews/metabox.php:185,
7013
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:185
7014
  msgid "Scores"
7015
  msgstr ""
7016
 
7017
+ #: framework/extensions/product-reviews/metabox.php:225,
7018
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:225
7019
  msgid "Product specs"
7020
  msgstr ""
7021
 
7022
+ #: framework/extensions/product-reviews/metabox.php:250,
7023
+ #: framework/extensions/product-reviews/views/single-top.php:262,
7024
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:250,
7025
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:262
7026
  msgid "Pros"
7027
  msgstr ""
7028
 
7029
+ #: framework/extensions/product-reviews/metabox.php:270,
7030
+ #: framework/extensions/product-reviews/views/single-top.php:285,
7031
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:270,
7032
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:285
7033
  msgid "Cons"
7034
  msgstr ""
7035
 
7036
+ #: framework/extensions/trending/customizer.php:106,
7037
+ #: build_tmp/build/framework/extensions/trending/customizer.php:106
 
7038
  msgid "Trending Posts"
7039
  msgstr ""
7040
 
7041
+ #: framework/extensions/trending/config.php:6,
7042
+ #: build_tmp/build/framework/extensions/trending/config.php:6
7043
  msgid "Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time."
7044
  msgstr ""
7045
 
7046
  #: framework/extensions/trending/customizer.php:8,
7047
+ #: build_tmp/build/framework/extensions/trending/customizer.php:8,
7048
+ #: framework/premium/extensions/shortcuts/views/bar.php:48,
7049
+ #: framework/premium/features/premium-header/items/search-input/options.php:6,
7050
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:48,
7051
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:6
7052
  msgid "Products"
7053
  msgstr ""
7054
 
7055
  #: framework/extensions/trending/customizer.php:36,
7056
+ #: build_tmp/build/framework/extensions/trending/customizer.php:36,
7057
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:38,
7058
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:38
7059
  msgid "All categories"
7060
  msgstr ""
7061
 
7062
  #: framework/extensions/trending/customizer.php:41,
7063
+ #: build_tmp/build/framework/extensions/trending/customizer.php:41,
7064
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:43,
7065
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:43
7066
  msgid "Taxonomy"
7067
  msgstr ""
7068
 
7069
  #: framework/extensions/trending/customizer.php:42,
7070
+ #: build_tmp/build/framework/extensions/trending/customizer.php:42,
7071
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:44,
7072
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:44
7073
  msgid "All taxonomies"
7074
  msgstr ""
7075
 
7076
+ #: framework/extensions/trending/customizer.php:115,
7077
+ #: build_tmp/build/framework/extensions/trending/customizer.php:115
7078
  msgid "Module Title"
7079
  msgstr ""
7080
 
7081
+ #: framework/extensions/trending/customizer.php:118,
7082
+ #: framework/extensions/trending/helpers.php:221,
7083
+ #: build_tmp/build/framework/extensions/trending/customizer.php:118,
7084
+ #: build_tmp/build/framework/extensions/trending/helpers.php:221
7085
  msgid "Trending now"
7086
  msgstr ""
7087
 
7088
+ #: framework/extensions/trending/customizer.php:123,
7089
+ #: build_tmp/build/framework/extensions/trending/customizer.php:123
7090
  msgid "Module Title Tag"
7091
  msgstr ""
7092
 
7093
+ #: framework/extensions/trending/customizer.php:171,
7094
+ #: build_tmp/build/framework/extensions/trending/customizer.php:171,
7095
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
7096
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
7097
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:168,
7098
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
7099
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:149,
7100
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:168
7101
  msgid "Source"
7102
  msgstr ""
7103
 
7104
+ #: framework/extensions/trending/customizer.php:176,
7105
+ #: build_tmp/build/framework/extensions/trending/customizer.php:176,
7106
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:154,
7107
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:154
7108
  msgid "Taxonomies"
7109
  msgstr ""
7110
 
7111
+ #: framework/extensions/trending/customizer.php:177,
7112
+ #: build_tmp/build/framework/extensions/trending/customizer.php:177,
7113
  #: framework/extensions/widgets/widgets/ct-posts/options.php:155,
7114
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:174,
7115
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:155,
7116
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:174
7117
  msgid "Custom Query"
7118
  msgstr ""
7119
 
7120
+ #: framework/extensions/trending/customizer.php:200,
7121
+ #: build_tmp/build/framework/extensions/trending/customizer.php:200,
7122
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:243,
7123
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:243
7124
  msgid "Posts ID"
7125
  msgstr ""
7126
 
7127
+ #: framework/extensions/trending/customizer.php:204,
7128
+ #: build_tmp/build/framework/extensions/trending/customizer.php:204,
7129
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:247,
7130
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:247
7131
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
7132
  msgstr ""
7133
 
7134
+ #: framework/extensions/trending/customizer.php:220,
7135
+ #: build_tmp/build/framework/extensions/trending/customizer.php:220
7136
  msgid "Trending From"
7137
  msgstr ""
7138
 
7139
+ #: framework/extensions/trending/customizer.php:229,
7140
+ #: build_tmp/build/framework/extensions/trending/customizer.php:229,
7141
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:213,
7142
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:213
7143
  msgid "All Time"
7144
  msgstr ""
7145
 
7146
+ #: framework/extensions/trending/customizer.php:230,
7147
+ #: build_tmp/build/framework/extensions/trending/customizer.php:230
7148
  msgid "Last 24 Hours"
7149
  msgstr ""
7150
 
7151
+ #: framework/extensions/trending/customizer.php:231,
7152
+ #: build_tmp/build/framework/extensions/trending/customizer.php:231
7153
  msgid "Last 7 Days"
7154
  msgstr ""
7155
 
7156
+ #: framework/extensions/trending/customizer.php:232,
7157
+ #: build_tmp/build/framework/extensions/trending/customizer.php:232
7158
  msgid "Last Month"
7159
  msgstr ""
7160
 
7161
+ #: framework/extensions/trending/customizer.php:267,
7162
+ #: build_tmp/build/framework/extensions/trending/customizer.php:267
7163
  msgid "Container Visibility"
7164
  msgstr ""
7165
 
7166
+ #: framework/extensions/trending/customizer.php:339,
7167
+ #: build_tmp/build/framework/extensions/trending/customizer.php:339
7168
  msgid "Posts Font"
7169
  msgstr ""
7170
 
7171
+ #: framework/extensions/widgets/config.php:6,
7172
+ #: build_tmp/build/framework/extensions/widgets/config.php:6
7173
  msgid "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."
7174
  msgstr ""
7175
 
7176
+ #: framework/features/header/account-modal.php:49,
7177
+ #: build_tmp/build/framework/features/header/account-modal.php:49,
7178
+ #: framework/features/header/items/account/options.php:498,
7179
+ #: framework/features/header/items/account/views/logout.php:7,
7180
+ #: build_tmp/build/framework/features/header/items/account/options.php:498,
7181
+ #: build_tmp/build/framework/features/header/items/account/views/logout.php:7
7182
  msgid "Login"
7183
  msgstr ""
7184
 
7185
+ #: framework/features/header/account-modal.php:53,
7186
+ #: build_tmp/build/framework/features/header/account-modal.php:53
7187
  msgid "Sign Up"
7188
  msgstr ""
7189
 
7190
+ #: framework/features/header/account-modal.php:72,
7191
+ #: build_tmp/build/framework/features/header/account-modal.php:72
7192
  msgid "Back to login"
7193
  msgstr ""
7194
 
7195
+ #: framework/features/header/header-options.php:6,
7196
+ #: build_tmp/build/framework/features/header/header-options.php:6
7197
  msgid "Sticky Functionality"
7198
  msgstr ""
7199
 
7200
+ #: framework/features/header/header-options.php:32,
7201
+ #: build_tmp/build/framework/features/header/header-options.php:32
7202
  msgid "Only Main Row"
7203
  msgstr ""
7204
 
7205
+ #: framework/features/header/header-options.php:37,
7206
+ #: build_tmp/build/framework/features/header/header-options.php:37
7207
  msgid "Top & Main Row"
7208
  msgstr ""
7209
 
7210
+ #: framework/features/header/header-options.php:42,
7211
+ #: build_tmp/build/framework/features/header/header-options.php:42
7212
  msgid "All Rows"
7213
  msgstr ""
7214
 
7215
+ #: framework/features/header/header-options.php:47,
7216
+ #: build_tmp/build/framework/features/header/header-options.php:47
7217
  msgid "Main & Bottom Row"
7218
  msgstr ""
7219
 
7220
+ #: framework/features/header/header-options.php:52,
7221
+ #: build_tmp/build/framework/features/header/header-options.php:52
7222
  msgid "Only Top Row"
7223
  msgstr ""
7224
 
7225
+ #: framework/features/header/header-options.php:57,
7226
+ #: build_tmp/build/framework/features/header/header-options.php:57
7227
  msgid "Only Bottom Row"
7228
  msgstr ""
7229
 
7230
+ #: framework/features/header/header-options.php:72,
7231
+ #: build_tmp/build/framework/features/header/header-options.php:72
 
 
 
7232
  msgid "Slide Down"
7233
  msgstr ""
7234
 
7235
+ #: framework/features/header/header-options.php:73,
7236
+ #: build_tmp/build/framework/features/header/header-options.php:73
7237
  msgid "Fade"
7238
  msgstr ""
7239
 
7240
+ #: framework/features/header/header-options.php:74,
7241
+ #: build_tmp/build/framework/features/header/header-options.php:74
7242
  msgid "Auto Hide/Show"
7243
  msgstr ""
7244
 
7245
+ #: framework/features/header/header-options.php:92,
7246
+ #: framework/features/header/header-options.php:174,
7247
+ #: build_tmp/build/framework/features/header/header-options.php:92,
7248
+ #: build_tmp/build/framework/features/header/header-options.php:174
7249
  msgid "Enable on"
7250
  msgstr ""
7251
 
7252
+ #: framework/features/header/header-options.php:120,
7253
+ #: build_tmp/build/framework/features/header/header-options.php:120
7254
  msgid "Transparent Functionality"
7255
  msgstr ""
7256
 
7257
+ #: framework/features/header/header-options.php:158,
7258
+ #: framework/premium/extensions/shortcuts/customizer.php:763,
7259
+ #: build_tmp/build/framework/features/header/header-options.php:158,
7260
+ #: framework/premium/features/content-blocks/options/archive.php:11,
7261
  #: framework/premium/features/content-blocks/options/header.php:142,
7262
  #: framework/premium/features/content-blocks/options/hook.php:236,
7263
+ #: framework/premium/features/content-blocks/options/popup.php:297,
7264
+ #: framework/premium/features/content-blocks/options/single.php:11,
7265
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:763,
7266
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:11,
7267
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:142,
7268
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:236,
7269
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:297,
7270
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:11
7271
+ #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:49
7272
  #: framework/premium/static/js/footer/EditConditions.js:97
7273
+ #: static/js/header/EditConditions.js:98
7274
  msgid "Display Conditions"
7275
  msgstr ""
7276
 
7277
+ #: framework/premium/features/content-blocks.php:183,
7278
+ #: build_tmp/build/framework/premium/features/content-blocks.php:183
7279
  msgid "Hooks Locations"
7280
  msgstr ""
7281
 
7282
+ #: framework/premium/features/content-blocks.php:348,
7283
+ #: framework/premium/extensions/shortcuts/customizer.php:538,
7284
+ #: build_tmp/build/framework/premium/features/content-blocks.php:348,
7285
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:538
7286
  msgid "Type"
7287
  msgstr ""
7288
 
7289
+ #: framework/premium/features/content-blocks.php:349,
7290
+ #: build_tmp/build/framework/premium/features/content-blocks.php:349
7291
  msgid "Location/Trigger"
7292
  msgstr ""
7293
 
7294
+ #: framework/premium/features/content-blocks.php:350,
7295
+ #: build_tmp/build/framework/premium/features/content-blocks.php:350
7296
  msgid "Conditions"
7297
  msgstr ""
7298
 
7299
+ #: framework/premium/features/content-blocks.php:351,
7300
+ #: build_tmp/build/framework/premium/features/content-blocks.php:351
7301
  msgid "Output"
7302
  msgstr ""
7303
 
7304
+ #: framework/premium/features/content-blocks.php:352,
7305
+ #: build_tmp/build/framework/premium/features/content-blocks.php:352
7306
  msgid "Enable/Disable"
7307
  msgstr ""
7308
 
7309
+ #: framework/premium/features/content-blocks.php:372,
7310
+ #: framework/premium/extensions/shortcuts/customizer.php:726,
7311
+ #: build_tmp/build/framework/premium/features/content-blocks.php:372,
7312
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
7313
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
7314
+ #: framework/features/header/items/account/options.php:141,
7315
+ #: framework/features/header/items/account/options.php:366,
7316
  #: framework/premium/features/content-blocks/options/hook.php:9,
7317
  #: framework/premium/features/content-blocks/options/hook.php:158,
7318
  #: framework/premium/features/content-blocks/options/popup.php:162,
7319
+ #: framework/premium/features/content-blocks/options/popup.php:437,
7320
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:726,
7321
+ #: framework/premium/features/premium-header/items/contacts/options.php:274,
7322
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
7323
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:96,
7324
+ #: build_tmp/build/framework/features/header/items/account/options.php:141,
7325
+ #: build_tmp/build/framework/features/header/items/account/options.php:366,
7326
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:9,
7327
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:158,
7328
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:162,
7329
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:437,
7330
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:274
7331
  msgid "None"
7332
  msgstr ""
7333
 
7334
+ #: framework/premium/features/content-blocks.php:373,
7335
+ #: build_tmp/build/framework/premium/features/content-blocks.php:373,
7336
+ #: framework/premium/features/content-blocks/options/popup.php:163,
7337
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:163
7338
  msgid "On scroll"
7339
  msgstr ""
7340
 
7341
+ #: framework/premium/features/content-blocks.php:374,
7342
+ #: build_tmp/build/framework/premium/features/content-blocks.php:374,
7343
+ #: framework/premium/features/content-blocks/options/popup.php:164,
7344
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:164
7345
  msgid "On scroll to element"
7346
  msgstr ""
7347
 
7348
+ #: framework/premium/features/content-blocks.php:375,
7349
+ #: build_tmp/build/framework/premium/features/content-blocks.php:375,
7350
+ #: framework/premium/features/content-blocks/options/popup.php:165,
7351
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:165
7352
  msgid "On page load"
7353
  msgstr ""
7354
 
7355
+ #: framework/premium/features/content-blocks.php:376,
7356
+ #: build_tmp/build/framework/premium/features/content-blocks.php:376,
7357
+ #: framework/premium/features/content-blocks/options/popup.php:166,
7358
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:166
7359
  msgid "After inactivity"
7360
  msgstr ""
7361
 
7362
+ #: framework/premium/features/content-blocks.php:377,
7363
+ #: build_tmp/build/framework/premium/features/content-blocks.php:377,
7364
+ #: framework/premium/features/content-blocks/options/popup.php:167,
7365
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:167
7366
  msgid "After x time"
7367
  msgstr ""
7368
 
7369
+ #: framework/premium/features/content-blocks.php:379,
7370
+ #: build_tmp/build/framework/premium/features/content-blocks.php:379,
7371
+ #: framework/premium/features/content-blocks/options/popup.php:169,
7372
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:169
7373
  msgid "On page exit intent"
7374
  msgstr ""
7375
 
7376
+ #: framework/premium/features/content-blocks.php:383,
7377
+ #: build_tmp/build/framework/premium/features/content-blocks.php:383
7378
  msgid "Down"
7379
  msgstr ""
7380
 
7381
+ #: framework/premium/features/content-blocks.php:384,
7382
+ #: build_tmp/build/framework/premium/features/content-blocks.php:384
7383
  msgid "Up"
7384
  msgstr ""
7385
 
7386
+ #: framework/premium/features/content-blocks.php:790,
7387
+ #: framework/premium/features/content-blocks.php:796,
7388
+ #: build_tmp/build/framework/premium/features/content-blocks.php:790,
7389
+ #: build_tmp/build/framework/premium/features/content-blocks.php:796
7390
  msgid "Content Blocks"
7391
  msgstr ""
7392
 
7393
+ #: framework/premium/features/content-blocks.php:791,
7394
+ #: framework/premium/extensions/mega-menu/options.php:333,
7395
+ #: build_tmp/build/framework/premium/features/content-blocks.php:791,
7396
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:333
7397
  msgid "Content Block"
7398
  msgstr ""
7399
 
7400
+ #: framework/premium/features/content-blocks.php:792,
7401
+ #: build_tmp/build/framework/premium/features/content-blocks.php:792
7402
  msgid "Add New"
7403
  msgstr ""
7404
 
7405
+ #: framework/premium/features/content-blocks.php:793,
7406
+ #: build_tmp/build/framework/premium/features/content-blocks.php:793
7407
  msgid "Add New Content Block"
7408
  msgstr ""
7409
 
7410
+ #: framework/premium/features/content-blocks.php:794,
7411
+ #: build_tmp/build/framework/premium/features/content-blocks.php:794
7412
  msgid "Edit Content Block"
7413
  msgstr ""
7414
 
7415
+ #: framework/premium/features/content-blocks.php:795,
7416
+ #: build_tmp/build/framework/premium/features/content-blocks.php:795
7417
+ #: framework/premium/static/js/hooks/CreateHook.js:33
7418
  msgid "New Content Block"
7419
  msgstr ""
7420
 
7421
+ #: framework/premium/features/content-blocks.php:797,
7422
+ #: build_tmp/build/framework/premium/features/content-blocks.php:797
7423
  msgid "View Content Block"
7424
  msgstr ""
7425
 
7426
+ #: framework/premium/features/content-blocks.php:798,
7427
+ #: build_tmp/build/framework/premium/features/content-blocks.php:798
7428
  msgid "Search Content Blocks"
7429
  msgstr ""
7430
 
7431
+ #: framework/premium/features/content-blocks.php:799,
7432
+ #: build_tmp/build/framework/premium/features/content-blocks.php:799
7433
  msgid "Nothing found"
7434
  msgstr ""
7435
 
7436
+ #: framework/premium/features/content-blocks.php:800,
7437
+ #: build_tmp/build/framework/premium/features/content-blocks.php:800
7438
  msgid "Nothing found in Trash"
7439
  msgstr ""
7440
 
7441
+ #: framework/premium/features/premium-footer.php:14,
7442
+ #: framework/premium/features/premium-footer.php:28,
7443
+ #: build_tmp/build/framework/premium/features/premium-footer.php:14,
7444
+ #: build_tmp/build/framework/premium/features/premium-footer.php:28
7445
  msgid "Footer Menu 1"
7446
  msgstr ""
7447
 
7448
+ #: framework/premium/features/premium-footer.php:29,
7449
+ #: build_tmp/build/framework/premium/features/premium-footer.php:29,
7450
+ #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4,
7451
+ #: build_tmp/build/framework/premium/features/premium-footer/items/menu-secondary/config.php:4
7452
  msgid "Footer Menu 2"
7453
  msgstr ""
7454
 
7455
+ #: framework/premium/features/premium-header.php:42,
7456
+ #: build_tmp/build/framework/premium/features/premium-header.php:42
7457
  msgid "Header Menu 3"
7458
  msgstr ""
7459
 
7460
+ #: framework/premium/features/premium-header.php:103,
7461
+ #: build_tmp/build/framework/premium/features/premium-header.php:103
7462
  msgid "Header Widget Area "
7463
  msgstr ""
7464
 
7465
+ #: framework/premium/features/premium-header.php:159,
7466
+ #: framework/premium/extensions/mega-menu/options.php:422,
7467
+ #: build_tmp/build/framework/premium/features/premium-header.php:159,
7468
+ #: framework/features/header/items/account/options.php:140,
7469
+ #: framework/features/header/items/account/options.php:365,
7470
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
7471
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:422,
7472
+ #: build_tmp/build/framework/features/header/items/account/options.php:140,
7473
+ #: build_tmp/build/framework/features/header/items/account/options.php:365,
7474
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447
7475
  msgid "Icon"
7476
  msgstr ""
7477
 
7478
+ #: framework/premium/features/premium-header.php:173,
7479
+ #: framework/premium/extensions/mega-menu/options.php:436,
7480
+ #: framework/premium/extensions/woocommerce-extra/extension.php:373,
7481
+ #: build_tmp/build/framework/premium/features/premium-header.php:173,
7482
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
7483
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:75,
7484
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:436,
7485
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:373,
7486
+ #: framework/premium/features/premium-header/items/contacts/options.php:246,
7487
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
7488
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:75,
7489
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:246
7490
  msgid "Icons Size"
7491
  msgstr ""
7492
 
7493
+ #: framework/premium/features/premium-header.php:185,
7494
+ #: framework/premium/extensions/mega-menu/options.php:458,
7495
+ #: build_tmp/build/framework/premium/features/premium-header.php:185,
7496
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:458
7497
  msgid "Icon Position"
7498
  msgstr ""
7499
 
7500
+ #: framework/premium/features/premium-header.php:192,
7501
+ #: framework/premium/extensions/mega-menu/options.php:465,
7502
+ #: framework/premium/extensions/shortcuts/customizer.php:659,
7503
+ #: build_tmp/build/framework/premium/features/premium-header.php:192,
7504
+ #: framework/features/header/items/account/options.php:276,
7505
+ #: framework/features/header/items/account/options.php:482,
7506
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:465,
7507
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:659,
7508
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98,
7509
+ #: build_tmp/build/framework/features/header/items/account/options.php:276,
7510
+ #: build_tmp/build/framework/features/header/items/account/options.php:482,
7511
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
7512
  msgid "Left"
7513
  msgstr ""
7514
 
7515
+ #: framework/premium/features/premium-header.php:193,
7516
+ #: framework/premium/extensions/mega-menu/options.php:466,
7517
+ #: framework/premium/extensions/shortcuts/customizer.php:660,
7518
+ #: build_tmp/build/framework/premium/features/premium-header.php:193,
7519
+ #: framework/features/header/items/account/options.php:277,
7520
+ #: framework/features/header/items/account/options.php:483,
7521
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:466,
7522
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:660,
7523
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99,
7524
+ #: build_tmp/build/framework/features/header/items/account/options.php:277,
7525
+ #: build_tmp/build/framework/features/header/items/account/options.php:483,
7526
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
7527
  msgid "Right"
7528
  msgstr ""
7529
 
7530
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
7531
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12,
7532
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
7533
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
7534
  msgid "Newsletter"
7535
  msgstr ""
7536
 
7537
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
7538
+ #: framework/premium/extensions/mega-menu/options.php:493,
7539
+ #: framework/premium/extensions/shortcuts/customizer.php:889,
7540
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
7541
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
7542
+ #: framework/features/header/items/account/options.php:294,
7543
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
7544
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:493,
7545
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:889,
7546
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
7547
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:31,
7548
+ #: build_tmp/build/framework/features/header/items/account/options.php:294
7549
  msgid "Text"
7550
  msgstr ""
7551
 
7552
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
7553
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
7554
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:34,
7555
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
7556
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
7557
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:34
7558
  msgid "You can add here some arbitrary HTML code."
7559
  msgstr ""
7560
 
7561
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114,
7562
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
7563
  msgid "Container Type"
7564
  msgstr ""
7565
 
7566
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121,
7567
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
7568
  msgid "Boxed"
7569
  msgstr ""
7570
 
7571
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127,
7572
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
7573
  msgid "Content Alignment"
7574
  msgstr ""
7575
 
7576
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14,
7577
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
7578
  msgid "Newsletter subscribe form"
7579
  msgstr ""
7580
 
7581
+ #: framework/extensions/product-reviews/views/single-top.php:238,
7582
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:238
 
 
 
7583
  msgid "Specs"
7584
  msgstr ""
7585
 
7586
+ #: framework/features/header/modal/login.php:33,
7587
+ #: framework/features/header/modal/register.php:42,
7588
+ #: build_tmp/build/framework/features/header/modal/login.php:33,
7589
+ #: build_tmp/build/framework/features/header/modal/register.php:42
 
7590
  msgid "Password"
7591
  msgstr ""
7592
 
7593
+ #: framework/features/header/modal/login.php:40,
7594
+ #: build_tmp/build/framework/features/header/modal/login.php:40
7595
  msgid "Remember Me"
7596
  msgstr ""
7597
 
7598
+ #: framework/features/header/modal/login.php:44,
7599
+ #: build_tmp/build/framework/features/header/modal/login.php:44
7600
  msgid "Forgot Password?"
7601
  msgstr ""
7602
 
7603
+ #: framework/features/header/modal/login.php:60,
7604
+ #: build_tmp/build/framework/features/header/modal/login.php:60
7605
  msgid "Log In"
7606
  msgstr ""
7607
 
7608
+ #: framework/features/header/modal/login.php:28,
7609
+ #: framework/features/header/modal/lostpassword.php:5,
7610
+ #: build_tmp/build/framework/features/header/modal/login.php:28,
7611
+ #: build_tmp/build/framework/features/header/modal/lostpassword.php:5
7612
  msgid "Username or Email Address"
7613
  msgstr ""
7614
 
7615
+ #: framework/features/header/modal/lostpassword.php:13,
7616
+ #: build_tmp/build/framework/features/header/modal/lostpassword.php:13
7617
  msgid "Get New Password"
7618
  msgstr ""
7619
 
7620
+ #: framework/features/header/modal/register.php:30,
7621
+ #: build_tmp/build/framework/features/header/modal/register.php:30
7622
  msgid "Username"
7623
  msgstr ""
7624
 
7625
+ #: framework/features/header/modal/register.php:58,
7626
+ #: build_tmp/build/framework/features/header/modal/register.php:58
7627
  msgid "Registration confirmation will be emailed to you"
7628
  msgstr ""
7629
 
7630
+ #: framework/features/header/modal/register.php:63,
7631
+ #: build_tmp/build/framework/features/header/modal/register.php:63
7632
  msgid "Register"
7633
  msgstr ""
7634
 
7635
+ #: framework/premium/extensions/adobe-typekit/config.php:6,
7636
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:6
 
 
 
7637
  msgid "Connect your Adobe Fonts project and use the selected fonts throughout Blocksy and your favorite page builder."
7638
  msgstr ""
7639
 
7640
+ #: framework/premium/extensions/code-snippets/config.php:6,
7641
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:6
7642
  msgid "Inject custom code snippets throughout your website. The extension works globally or on a per post/page basis."
7643
  msgstr ""
7644
 
7645
+ #: framework/premium/extensions/code-snippets/extension.php:39,
7646
+ #: framework/premium/extensions/code-snippets/extension.php:80,
7647
+ #: framework/premium/extensions/code-snippets/extension.php:120,
7648
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:39,
7649
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:80,
7650
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:120
7651
  msgid "After body open scripts"
7652
  msgstr ""
7653
 
7654
+ #: framework/premium/extensions/code-snippets/readme.php:4,
7655
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:4
7656
  msgid "After activating the Custom Code Snippets extension you will have two ways to manage your snippets:"
7657
  msgstr ""
7658
 
7659
+ #: framework/premium/extensions/code-snippets/readme.php:9,
7660
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:9
7661
  msgid "Globally"
7662
  msgstr ""
7663
 
7664
+ #: framework/premium/extensions/code-snippets/readme.php:13,
7665
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:13
7666
  msgid "Navigate to %s and place there your header, body or footer scripts."
7667
  msgstr ""
7668
 
7669
+ #: framework/premium/extensions/code-snippets/readme.php:16,
7670
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:16
7671
  msgid "Customizer ➝ Custom Code Snippets"
7672
  msgstr ""
7673
 
7674
+ #: framework/premium/extensions/code-snippets/readme.php:24,
7675
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:24
7676
  msgid "Per page/post"
7677
  msgstr ""
7678
 
7679
+ #: framework/premium/extensions/code-snippets/readme.php:28,
7680
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:28
7681
  msgid "Edit your page or post, click on %s, scroll down and you will see the %2s panel."
7682
  msgstr ""
7683
 
7684
+ #: framework/premium/extensions/code-snippets/readme.php:32,
7685
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:32
7686
  msgid "%s Page Settings"
7687
  msgstr ""
7688
 
7689
+ #: framework/premium/extensions/custom-fonts/config.php:6,
7690
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:6
7691
  msgid "Upload an unlimited number of custom fonts or variable fonts and use them throughout Blocksy and your favorite page builder."
7692
  msgstr ""
7693
 
7694
+ #: framework/premium/extensions/local-google-fonts/config.php:6,
7695
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:6
7696
  msgid "Serve your chosen Google Fonts from your own web server. This will increase the loading speed and makes sure your website complies with the privacy regulations."
7697
  msgstr ""
7698
 
7699
+ #: framework/premium/extensions/mega-menu/config.php:6,
7700
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:6
7701
  msgid "Create beautiful personalised menus that set your website apart from the others. Add icons and badges to your entries and even add Content Blocks inside your dropdowns."
7702
  msgstr ""
7703
 
7704
+ #: framework/premium/extensions/mega-menu/config.php:10,
7705
+ #: framework/premium/extensions/shortcuts/config.php:13,
7706
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:10,
7707
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:13
7708
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
7709
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
7710
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
7711
  msgid "Configure"
7712
  msgstr "إعداد التكوين"
7713
 
7714
+ #: framework/premium/extensions/mega-menu/extension.php:99,
7715
+ #: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:99
7716
  msgid "Menu Item Settings"
7717
  msgstr ""
languages/blocksy-companion-es_ES.mo CHANGED
Binary file
languages/blocksy-companion-es_ES.po CHANGED
@@ -11,6 +11,573 @@ msgstr ""
11
  "Language: es\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 +603,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 +691,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 "Sitios de inicio"
@@ -165,12 +699,12 @@ msgstr "Sitios de inicio"
165
  msgid "Extensions"
166
  msgstr "Extensiones"
167
 
168
- #: static/js/header/EditConditions.js:142
169
- #: static/js/options/DisplayCondition.js:76
170
  msgid "Save Conditions"
171
  msgstr "Guardar condiciones"
172
 
173
- #: static/js/header/EditConditions.js:98
174
  msgid "Add one or more conditions in order to display your header."
175
  msgstr "Añade una o más condiciones para visualizar tu cabecera."
176
 
@@ -214,46 +748,48 @@ msgstr "Actualizar ahora"
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 "Seleccionar regla"
220
 
221
- #: static/js/options/ConditionsManager.js:173
222
  msgid "Select taxonomy"
223
  msgstr "Seleccionar taxonomía"
224
 
225
- #: static/js/options/ConditionsManager.js:207
226
  msgid "Select language"
227
  msgstr "Seleccionar el idioma"
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 "Añadir condición de visualización"
240
 
241
- #: static/js/options/ConditionsManager.js:321
242
  msgid "Add User Condition"
243
  msgstr "Añadir condición de usuario"
244
 
245
- #: static/js/options/ConditionsManager.js:93
246
  msgid "Include"
247
  msgstr "Incluir"
248
 
249
- #: static/js/options/ConditionsManager.js:94
250
  msgid "Exclude"
251
  msgstr "Excluir"
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 "Seleccionar entrada"
@@ -262,87 +798,87 @@ msgstr "Seleccionar entrada"
262
  msgid "Select page"
263
  msgstr "Seleccionar página"
264
 
265
- #: static/js/options/CustomizerOptionsManager.js:105
266
  msgid "Import Options"
267
  msgstr "Opciones de importación"
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 "Importar personalizaciones"
280
 
281
- #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
  msgstr "Copiar las opciones"
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 "Sí, estoy seguro"
308
 
309
- #: static/js/options/CustomizerOptionsManager.js:334
310
  msgid "Export Settings"
311
  msgstr "Ajustes de exportación"
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 "Exportar"
328
 
329
- #: static/js/options/CustomizerOptionsManager.js:82
330
  msgid "Export Options"
331
  msgstr "Opciones de exportación"
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 "Condiciones de visualización de cabecera transparente"
344
 
345
- #: static/js/options/DisplayCondition.js:19
346
  msgid "Add one or more conditions to display the transparent header."
347
  msgstr "Añade una o más condiciones para mostrar la cabecera transparente."
348
 
@@ -599,23 +1135,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 "Extensiones gratuitas"
617
 
618
- #: static/js/screens/Extensions.js:256
619
  msgid "Pro Extensions"
620
  msgstr "Extensiones Pro"
621
 
@@ -651,3420 +1187,4407 @@ msgstr ""
651
  msgid "Preview URL"
652
  msgstr "URL de la vista previa"
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 "Color del icono"
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 "Teléfono"
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 "Tamaño del icono"
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 "Tipo 3"
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 "Tipo 4"
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 "Color del icono de cerrar"
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 "Fondo del icono de cerrar"
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 "Cuenta de WooCommerce"
1858
-
1859
- #: framework/premium/features/content-blocks/hooks-manager.php:755
1860
- msgid "WP footer"
1861
  msgstr ""
1862
 
1863
- #: framework/premium/features/content-blocks/hooks-manager.php:756,
1864
- #: framework/premium/features/content-blocks/hooks-manager.php:764,
1865
- #: framework/premium/features/content-blocks/hooks-manager.php:772
1866
- msgid "Footer"
1867
  msgstr ""
1868
 
1869
- #: framework/premium/features/content-blocks/hooks-manager.php:763
1870
- msgid "Footer before"
1871
  msgstr ""
1872
 
1873
- #: framework/premium/features/content-blocks/hooks-manager.php:771
1874
- msgid "Footer after"
1875
  msgstr ""
1876
 
1877
- #: framework/premium/features/content-blocks/hooks-manager.php:786
1878
- msgid "Custom Hook (%s)"
1879
  msgstr ""
1880
 
1881
- #: framework/premium/features/content-blocks/hooks-manager.php:792,
1882
- #: framework/premium/features/content-blocks/options/hook.php:197
1883
- #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
1884
- msgid "After Block Number"
1885
  msgstr ""
1886
 
1887
- #: framework/premium/features/content-blocks/hooks-manager.php:798,
1888
- #: framework/premium/features/content-blocks/options/hook.php:214
1889
- #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
1890
- msgid "Before Heading Number"
1891
  msgstr ""
1892
 
1893
- #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
1894
- msgid "About Me"
1895
- msgstr "Sobre mí"
1896
-
1897
- #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14
1898
- msgid "About me"
1899
- msgstr "Sobre mí"
1900
-
1901
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
1902
- #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
1903
- #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
1904
- #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
1905
- msgid "Advertisement"
1906
  msgstr ""
1907
 
1908
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31
1909
- msgid "Code"
1910
  msgstr ""
1911
 
1912
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
1913
- msgid "Image"
1914
- msgstr "Imagen"
1915
-
1916
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
1917
- msgid "Ad Code"
1918
  msgstr ""
1919
 
1920
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
1921
- msgid "Upload Image"
1922
- msgstr "Subir imagen"
1923
-
1924
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
1925
- #: framework/extensions/widgets/widgets/ct-quote/options.php:66
1926
- msgid "Select Image"
1927
- msgstr "Seleccionar imagen"
1928
-
1929
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
1930
- #: framework/extensions/widgets/widgets/ct-quote/options.php:67
1931
- msgid "Change Image"
1932
- msgstr "Cambiar imagen"
1933
-
1934
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
1935
- #: framework/extensions/widgets/widgets/ct-posts/options.php:126
1936
- msgid "Image Ratio"
1937
  msgstr ""
1938
 
1939
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:75
1940
- msgid "Ad URL"
1941
  msgstr ""
1942
 
1943
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
1944
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:322
1945
- msgid "Open link in new tab"
1946
  msgstr ""
1947
 
1948
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
1949
- #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
1950
- #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
1951
- msgid "Contact Info"
1952
- msgstr "Información de contacto"
1953
-
1954
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
1955
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
1956
- #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
1957
- #: framework/premium/features/premium-header/items/contacts/options.php:20,
1958
- #: framework/premium/features/premium-header/items/contacts/options.php:49,
1959
- #: framework/premium/features/premium-header/items/contacts/view.php:22
1960
- msgid "Address:"
1961
- msgstr "Dirección:"
1962
-
1963
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
1964
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
1965
- #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
1966
- #: framework/premium/features/premium-header/items/contacts/options.php:27,
1967
- #: framework/premium/features/premium-header/items/contacts/options.php:75,
1968
- #: framework/premium/features/premium-header/items/contacts/view.php:29
1969
- msgid "Phone:"
1970
- msgstr "Teléfono:"
1971
-
1972
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
1973
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
1974
- #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
1975
- #: framework/premium/features/premium-header/items/contacts/options.php:35,
1976
- #: framework/premium/features/premium-header/items/contacts/options.php:102,
1977
- #: framework/premium/features/premium-header/items/contacts/view.php:37
1978
- msgid "Mobile:"
1979
- msgstr "Móvil:"
1980
-
1981
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
1982
- #: framework/premium/features/premium-header/items/contacts/options.php:44
1983
- msgid "Address"
1984
- msgstr "Dirección"
1985
-
1986
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
1987
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
1988
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:150,
1989
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:178,
1990
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
1991
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
1992
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
1993
- #: framework/premium/features/premium-header/items/contacts/options.php:62,
1994
- #: framework/premium/features/premium-header/items/contacts/options.php:88,
1995
- #: framework/premium/features/premium-header/items/contacts/options.php:115,
1996
- #: framework/premium/features/premium-header/items/contacts/options.php:142,
1997
- #: framework/premium/features/premium-header/items/contacts/options.php:169,
1998
- #: framework/premium/features/premium-header/items/contacts/options.php:196,
1999
- #: framework/premium/features/premium-header/items/contacts/options.php:223
2000
- msgid "Link (optional)"
2001
- msgstr "Enlace (opcional)"
2002
-
2003
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
2004
- #: framework/premium/features/premium-header/items/contacts/options.php:124
2005
- msgid "Work Hours"
2006
- msgstr "Horario de trabajo"
2007
-
2008
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
2009
- #: framework/premium/features/premium-header/items/contacts/options.php:129
2010
- msgid "Opening hours"
2011
- msgstr "Horario de apertura"
2012
 
2013
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
2014
- #: framework/premium/features/premium-header/items/contacts/options.php:151
2015
- msgid "Fax"
2016
- msgstr "Fax"
2017
 
2018
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
2019
- #: framework/premium/features/premium-header/items/contacts/options.php:156
2020
- msgid "Fax:"
2021
- msgstr "Fax:"
2022
 
2023
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
2024
- #: framework/premium/features/premium-header/items/contacts/options.php:183
2025
- msgid "Email:"
2026
- msgstr "Correo electrónico:"
2027
 
2028
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
2029
- #: framework/premium/features/premium-header/items/contacts/options.php:205
2030
- msgid "Website"
2031
- msgstr "Web"
2032
 
2033
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
2034
- #: framework/premium/features/premium-header/items/contacts/options.php:210
2035
- msgid "Website:"
2036
- msgstr "Web:"
2037
 
2038
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
2039
- #: framework/extensions/widgets/widgets/ct-socials/options.php:80
2040
- msgid "Small"
2041
- msgstr "Pequeño"
2042
 
2043
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
2044
- #: framework/extensions/widgets/widgets/ct-socials/options.php:82
2045
- msgid "Large"
2046
  msgstr ""
2047
 
2048
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
2049
- #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
2050
- #: framework/premium/features/premium-header/items/contacts/options.php:270
2051
- msgid "Icons Shape Type"
2052
  msgstr ""
2053
 
2054
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
2055
- #: framework/extensions/widgets/widgets/ct-socials/options.php:95,
2056
- #: framework/premium/features/premium-header/items/contacts/options.php:278
2057
- msgid "Rounded"
2058
  msgstr ""
2059
 
2060
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
2061
- #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
2062
- #: framework/premium/features/premium-header/items/contacts/options.php:279
2063
- msgid "Square"
2064
  msgstr ""
2065
 
2066
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
2067
- #: framework/extensions/widgets/widgets/ct-socials/options.php:106,
2068
- #: framework/premium/features/premium-header/items/contacts/options.php:290
2069
- msgid "Shape Fill Type"
2070
  msgstr ""
2071
 
2072
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
2073
- #: framework/extensions/widgets/widgets/ct-socials/options.php:113,
2074
- #: framework/premium/features/premium-header/items/contacts/options.php:297
2075
- msgid "Solid"
2076
- msgstr "Sólido"
2077
 
2078
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
2079
- #: framework/extensions/widgets/widgets/ct-socials/options.php:114,
2080
- #: framework/premium/features/premium-header/items/contacts/options.php:298
2081
- msgid "Outline"
2082
  msgstr ""
2083
 
2084
- #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
2085
- msgid "Contact info"
2086
- msgstr "Información de contacto"
 
 
2087
 
2088
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:22
2089
- msgid "Page URL"
2090
- msgstr "URL de la página"
2091
 
2092
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:30
2093
- msgid "Profile Photos"
2094
- msgstr "Fotos del perfil"
2095
 
2096
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:37
2097
- msgid "Timeline"
2098
- msgstr "Línea de tiempo"
2099
 
2100
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:44
2101
- msgid "Cover Photo"
2102
- msgstr "Foto de portada"
 
 
 
2103
 
2104
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:51
2105
- msgid "Small Header"
2106
- msgstr "Cabecera pequeña"
 
2107
 
2108
- #: framework/extensions/widgets/widgets/ct-facebook/widget.php:14
2109
- msgid "Facebook like box"
2110
- msgstr "Cuadro de «Me gusta» de Facebook"
 
2111
 
2112
- #: framework/extensions/widgets/widgets/ct-posts/options.php:103
2113
- msgid "Widget Design"
 
2114
  msgstr ""
2115
 
2116
- #: framework/extensions/widgets/widgets/ct-posts/options.php:108
2117
- msgid "Without Thumbnails"
 
 
 
2118
  msgstr ""
2119
 
2120
- #: framework/extensions/widgets/widgets/ct-posts/options.php:109
2121
- msgid "Small Thumbnails"
 
2122
  msgstr ""
2123
 
2124
- #: framework/extensions/widgets/widgets/ct-posts/options.php:110
2125
- msgid "Large Thumbnails"
 
 
 
2126
  msgstr ""
2127
 
2128
- #: framework/extensions/widgets/widgets/ct-posts/options.php:111
2129
- msgid "First Thumbnail Large"
 
 
 
2130
  msgstr ""
2131
 
2132
- #: framework/extensions/widgets/widgets/ct-posts/options.php:112
2133
- msgid "Rounded Thumbnails"
 
 
 
2134
  msgstr ""
2135
 
2136
- #: framework/extensions/widgets/widgets/ct-posts/options.php:113
2137
- msgid "Numbered"
 
2138
  msgstr ""
2139
 
2140
- #: framework/extensions/widgets/widgets/ct-posts/options.php:137
2141
- msgid "Post Type"
 
2142
  msgstr ""
2143
 
2144
- #: framework/extensions/widgets/widgets/ct-posts/options.php:193
2145
- msgid "Sort by"
 
2146
  msgstr ""
2147
 
2148
- #: framework/extensions/widgets/widgets/ct-posts/options.php:199
2149
- msgid "Recent"
2150
- msgstr "Reciente"
2151
-
2152
- #: framework/extensions/widgets/widgets/ct-posts/options.php:200
2153
- msgid "Most Commented"
2154
  msgstr ""
2155
 
2156
- #: framework/extensions/widgets/widgets/ct-posts/options.php:201
2157
- msgid "Random"
2158
- msgstr "Aleatorio"
2159
-
2160
- #: framework/extensions/widgets/widgets/ct-posts/options.php:208
2161
- msgid "Order by"
2162
  msgstr ""
2163
 
2164
- #: framework/extensions/widgets/widgets/ct-posts/options.php:214
2165
- msgid "1 Week"
2166
- msgstr "1 semana"
2167
-
2168
- #: framework/extensions/widgets/widgets/ct-posts/options.php:215
2169
- msgid "1 Month"
2170
- msgstr "1 mes"
2171
-
2172
- #: framework/extensions/widgets/widgets/ct-posts/options.php:216
2173
- msgid "3 Months"
2174
- msgstr "3 meses"
2175
-
2176
- #: framework/extensions/widgets/widgets/ct-posts/options.php:217
2177
- msgid "6 Months"
2178
- msgstr "6 meses"
2179
-
2180
- #: framework/extensions/widgets/widgets/ct-posts/options.php:218
2181
- msgid "1 Year"
2182
- msgstr "1 año"
2183
-
2184
- #: framework/extensions/widgets/widgets/ct-posts/options.php:225
2185
- msgid "Posts Count"
2186
  msgstr ""
2187
 
2188
- #: framework/extensions/widgets/widgets/ct-posts/options.php:265
2189
- msgid "Pages ID"
 
 
 
2190
  msgstr ""
2191
 
2192
- #: framework/extensions/widgets/widgets/ct-posts/options.php:269
2193
- msgid "Separate pages ID by comma. More info %shere%s."
 
2194
  msgstr ""
2195
 
2196
- #: framework/extensions/widgets/widgets/ct-posts/options.php:287
2197
- msgid "Pages Count"
 
2198
  msgstr ""
2199
 
2200
- #: framework/extensions/widgets/widgets/ct-posts/options.php:298
2201
- msgid "Show Date"
2202
- msgstr "Mostrar la fecha"
2203
-
2204
- #: framework/extensions/widgets/widgets/ct-posts/options.php:305
2205
- msgid "Show Comments"
2206
- msgstr "Mostrar los comentarios"
 
 
 
2207
 
2208
- #: framework/extensions/widgets/widgets/ct-posts/options.php:312
2209
- msgid "Show Excerpt"
 
2210
  msgstr ""
2211
 
2212
- #: framework/extensions/widgets/widgets/ct-posts/options.php:324
2213
- msgid "Excerpt Lenght"
 
2214
  msgstr ""
2215
 
2216
- #: framework/extensions/widgets/widgets/ct-posts/view.php:220
2217
- msgid "1 Comment"
 
 
 
2218
  msgstr ""
2219
 
2220
- #: framework/extensions/widgets/widgets/ct-posts/view.php:220
2221
- msgid "% Comments"
 
 
 
2222
  msgstr ""
2223
 
2224
- #: framework/extensions/widgets/widgets/ct-quote/options.php:18,
2225
- #: framework/extensions/widgets/widgets/ct-quote/view.php:12,
2226
- #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
2227
- #: framework/extensions/widgets/widgets/ct-quote/widget.php:14
2228
- msgid "Quote"
2229
- msgstr "Cita"
 
 
 
 
2230
 
2231
- #: framework/extensions/widgets/widgets/ct-quote/options.php:46
2232
- msgid "Author Name"
2233
- msgstr "Nombre del autor"
 
2234
 
2235
- #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
2236
- #: framework/extensions/widgets/widgets/ct-quote/view.php:18
2237
- msgid "John Doe"
2238
- msgstr "Juan Nadie"
 
 
 
 
 
 
 
 
2239
 
2240
- #: framework/extensions/widgets/widgets/ct-quote/options.php:55
2241
- msgid "Author Label"
2242
- msgstr "Etiqueta del autor"
 
2243
 
2244
- #: framework/extensions/widgets/widgets/ct-quote/options.php:62
2245
- msgid "Author Avatar"
2246
- msgstr "Avatar del autor"
 
2247
 
2248
- #. translators: %s here is the author name
2249
- #: framework/extensions/widgets/widgets/ct-quote/view.php:49
2250
- msgid "By %s"
2251
- msgstr "Por %s"
 
 
2252
 
2253
- #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
2254
- #: framework/extensions/widgets/widgets/ct-socials/view.php:11
2255
- msgid "Social Icons"
 
 
 
 
2256
  msgstr ""
2257
 
2258
- #: framework/extensions/widgets/widgets/ct-socials/options.php:27
2259
- msgid "You can configure social URLs in %s."
 
 
 
2260
  msgstr ""
2261
 
2262
- #: framework/extensions/widgets/widgets/ct-socials/options.php:59
2263
- msgid "Open links in new tab"
2264
- msgstr "Abrir los enlaces en una nueva pestaña"
 
 
 
 
 
 
 
2265
 
2266
- #: framework/extensions/widgets/widgets/ct-socials/options.php:67
2267
- msgid "Set links to nofollow"
 
2268
  msgstr ""
2269
 
2270
- #: framework/features/header/items/account/options.php:4
2271
- msgid "Profile Page"
2272
- msgstr "Página de perfil"
 
 
 
2273
 
2274
- #: framework/features/header/items/account/options.php:5
2275
- msgid "Dashboard Page"
2276
- msgstr "Página del escritorio"
 
2277
 
2278
- #: framework/features/header/items/account/options.php:7,
2279
- #: framework/features/header/items/account/options.php:13
2280
- msgid "Custom Link"
2281
- msgstr "Enlace personalizado"
2282
 
2283
- #: framework/features/header/items/account/options.php:8
2284
- msgid "Logout"
2285
- msgstr "Cerrar sesión"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2286
 
2287
- #: framework/features/header/items/account/options.php:12
2288
- msgid "Modal"
 
2289
  msgstr ""
2290
 
2291
- #: framework/features/header/items/account/options.php:24
2292
- msgid "Customizing: Logged in State"
 
2293
  msgstr ""
2294
 
2295
- #: framework/features/header/items/account/options.php:36
2296
- msgid "Logged In Options"
 
2297
  msgstr ""
2298
 
2299
- #: framework/features/header/items/account/options.php:41
2300
- msgid "Logged Out Options"
 
2301
  msgstr ""
2302
 
2303
- #: framework/features/header/items/account/options.php:61,
2304
- #: framework/features/header/items/account/options.php:311
2305
- msgid "Account Action"
2306
  msgstr ""
2307
 
2308
- #: framework/features/header/items/account/options.php:74
2309
- msgid "Select Menu"
2310
- msgstr "Seleccionar el menú"
2311
-
2312
- #: framework/features/header/items/account/options.php:80
2313
- msgid "Select menu..."
2314
- msgstr "Seleccionar el menú..."
2315
-
2316
- #. translators: placeholder here means the actual URL.
2317
- #: framework/features/header/items/account/options.php:84
2318
- msgid "Manage your menu items in the %sMenus screen%s."
2319
  msgstr ""
2320
 
2321
- #: framework/features/header/items/account/options.php:101,
2322
- #: framework/features/header/items/account/options.php:326
2323
- msgid "Custom Page Link"
2324
- msgstr "Enlace de la página personalizada"
2325
-
2326
- #: framework/features/header/items/account/options.php:116,
2327
- #: framework/features/header/items/account/options.php:342
2328
- msgid "Account Image"
2329
- msgstr "Imagen de la cuenta"
2330
-
2331
- #: framework/features/header/items/account/options.php:122
2332
- msgid "Avatar"
2333
- msgstr "Avatar"
2334
 
2335
- #: framework/features/header/items/account/options.php:135
2336
- msgid "Avatar Size"
2337
- msgstr "Tamaño del avatar"
 
2338
 
2339
- #: framework/features/header/items/account/options.php:187,
2340
- #: framework/features/header/items/account/options.php:393
2341
- msgid "Type 5"
2342
- msgstr "Tipo 5"
2343
 
2344
- #: framework/features/header/items/account/options.php:192,
2345
- #: framework/features/header/items/account/options.php:398
2346
- msgid "Type 6"
2347
- msgstr "Tipo 6"
2348
 
2349
- #: framework/features/header/items/account/options.php:269
2350
- msgid "Label Type"
 
2351
  msgstr ""
2352
 
2353
- #: framework/features/header/items/account/options.php:288,
2354
- #: framework/features/header/items/account/options.php:475,
2355
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
2356
- msgid "Label Text"
2357
  msgstr ""
2358
 
2359
- #: framework/features/header/items/account/options.php:293,
2360
- #: framework/features/header/items/account/views/login.php:67
2361
- msgid "My Account"
2362
- msgstr "Mi cuenta"
2363
 
2364
- #: framework/features/header/items/account/options.php:503,
2365
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
2366
- msgid "Label Font"
2367
  msgstr ""
2368
 
2369
- #: framework/features/header/items/account/options.php:514,
2370
- #: framework/features/header/items/account/options.php:543,
2371
- #: framework/features/header/items/account/options.php:575,
2372
- #: framework/features/header/items/account/options.php:605
2373
- msgid "Label Color"
2374
  msgstr ""
2375
 
2376
- #: framework/features/header/items/account/options.php:519,
2377
- #: framework/features/header/items/account/options.php:665,
2378
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
2379
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
2380
- #: framework/premium/features/premium-header/items/contacts/options.php:364,
2381
- #: framework/premium/features/premium-header/items/contacts/options.php:534,
2382
- #: framework/premium/features/premium-header/items/contacts/options.php:681,
2383
- #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
2384
- #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
2385
- #: framework/premium/features/premium-header/items/search-input/options.php:189,
2386
- #: framework/premium/features/premium-header/items/search-input/options.php:319,
2387
- #: framework/premium/features/premium-header/items/search-input/options.php:449,
2388
- #: framework/premium/features/premium-header/items/search-input/options.php:585
2389
- msgid "Default State"
2390
- msgstr "Estado por defecto"
2391
 
2392
- #: framework/features/header/items/account/options.php:524,
2393
- #: framework/features/header/items/account/options.php:670,
2394
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
2395
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
2396
- #: framework/premium/features/premium-header/items/contacts/options.php:369,
2397
- #: framework/premium/features/premium-header/items/contacts/options.php:539,
2398
- #: framework/premium/features/premium-header/items/contacts/options.php:689,
2399
- #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
2400
- #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
2401
- #: framework/premium/features/premium-header/items/search-input/options.php:194,
2402
- #: framework/premium/features/premium-header/items/search-input/options.php:324,
2403
- #: framework/premium/features/premium-header/items/search-input/options.php:454,
2404
- #: framework/premium/features/premium-header/items/search-input/options.php:590
2405
- msgid "Transparent State"
2406
- msgstr "Estado transparente"
2407
 
2408
- #: framework/features/header/items/account/options.php:533,
2409
- #: framework/features/header/items/account/options.php:679,
2410
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
2411
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
2412
- #: framework/premium/features/premium-header/items/contacts/options.php:378,
2413
- #: framework/premium/features/premium-header/items/contacts/options.php:548,
2414
- #: framework/premium/features/premium-header/items/contacts/options.php:699,
2415
- #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
2416
- #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
2417
- #: framework/premium/features/premium-header/items/search-input/options.php:203,
2418
- #: framework/premium/features/premium-header/items/search-input/options.php:333,
2419
- #: framework/premium/features/premium-header/items/search-input/options.php:463,
2420
- #: framework/premium/features/premium-header/items/search-input/options.php:599
2421
- msgid "Sticky State"
2422
- msgstr "Estado fijo"
 
2423
 
2424
- #: framework/features/header/items/account/options.php:785
2425
- msgid "Item Margin"
2426
- msgstr "Margen del elemento"
 
 
 
 
 
2427
 
2428
- #: framework/features/header/items/account/options.php:804
2429
- msgid "Modal Options"
 
 
 
 
 
2430
  msgstr ""
2431
 
2432
- #: framework/features/header/items/account/options.php:939
2433
- msgid "Modal Shadow"
 
 
 
2434
  msgstr ""
2435
 
2436
- #: framework/features/header/items/account/options.php:1021
2437
- msgid "Modal Background"
 
 
 
 
 
 
 
 
 
 
 
 
 
2438
  msgstr ""
2439
 
2440
- #: framework/features/header/items/account/options.php:1036
2441
- msgid "Modal Backdrop"
 
2442
  msgstr ""
2443
 
2444
- #: framework/features/header/items/account/options.php:1066
2445
- msgid "Element Visibility"
2446
- msgstr "Visibilidad del elemento"
 
 
 
 
 
 
 
2447
 
2448
- #: framework/features/header/items/account/view.php:16,
2449
- #: framework/features/header/items/account/view.php:18,
2450
- #: framework/features/header/items/account/view.php:20,
2451
- #: framework/features/header/items/account/view.php:23,
2452
- #: framework/features/header/items/account/view.php:25,
2453
- #: framework/features/header/items/account/view.php:27
2454
- msgid "Account header icon"
 
 
2455
  msgstr ""
2456
 
2457
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:403
2458
- msgid "You have no %s fields declared for this custom post type."
 
 
 
 
 
 
 
 
 
 
 
 
 
2459
  msgstr ""
2460
 
2461
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:415,
2462
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:836,
2463
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:847
2464
- msgid "Field"
 
 
 
 
 
 
 
 
 
 
2465
  msgstr ""
2466
 
2467
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:427,
2468
- #: framework/premium/features/premium-header/items/language-switcher/options.php:60
2469
- msgid "Label"
2470
  msgstr ""
2471
 
2472
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:476
2473
- msgid "Fallback"
 
2474
  msgstr ""
2475
 
2476
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:488
2477
- msgid "%s Field"
 
2478
  msgstr ""
2479
 
2480
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:834
2481
- msgid "%s %s Font"
 
2482
  msgstr ""
2483
 
2484
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:845
2485
- msgid "%s %s Color"
 
2486
  msgstr ""
2487
 
2488
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
2489
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
2490
- msgid "Read Time"
 
 
 
 
 
 
 
 
2491
  msgstr ""
2492
 
2493
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:88
2494
- msgid " min"
 
 
 
 
 
 
 
 
 
2495
  msgstr ""
2496
 
2497
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:91
2498
- msgid " mins"
 
2499
  msgstr ""
2500
 
2501
- #: framework/premium/extensions/post-types-extra/includes/filtering.php:286
2502
- msgid "All"
 
2503
  msgstr ""
2504
 
2505
- #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
2506
- msgid "Featured Image"
 
 
 
 
 
 
 
2507
  msgstr ""
2508
 
2509
- #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
2510
- msgid "Accent Color"
 
2511
  msgstr ""
2512
 
2513
- #: framework/premium/extensions/shortcuts/views/bar.php:31,
2514
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:137
2515
- msgid "Wish List"
2516
  msgstr ""
2517
 
2518
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:42,
2519
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:50
2520
- msgid "Add to wishlist"
 
2521
  msgstr ""
2522
 
2523
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
2524
- msgid "Select a page"
 
2525
  msgstr ""
2526
 
2527
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
2528
- msgid "Products Wishlist"
 
 
2529
  msgstr ""
2530
 
2531
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
2532
- msgid "Show Wishlist Page To"
 
2533
  msgstr ""
2534
 
2535
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
2536
- msgid "Logged Users"
 
2537
  msgstr ""
2538
 
2539
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
2540
- msgid "All Users"
 
2541
  msgstr ""
2542
 
2543
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
2544
- msgid "Wish List Page"
 
2545
  msgstr ""
2546
 
2547
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
2548
- msgid "The page you select here will display the wish list for your logged out users."
 
2549
  msgstr ""
2550
 
2551
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
2552
- msgid "Display Wishlist Button On"
 
2553
  msgstr ""
2554
 
2555
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
2556
- msgid "Archive Pages"
 
2557
  msgstr ""
2558
 
2559
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
2560
- msgid "Single Product Pages"
 
2561
  msgstr ""
2562
 
2563
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
2564
- msgid "Quick View Modal"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2565
  msgstr ""
2566
 
2567
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
2568
- msgid "AJAX Add To Cart"
 
2569
  msgstr ""
2570
 
2571
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:131
2572
- msgid "Archive Button"
 
2573
  msgstr ""
2574
 
2575
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
2576
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
2577
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
2578
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
2579
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
2580
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
2581
- #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
2582
- #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
2583
- #: framework/premium/features/premium-header/items/language-switcher/options.php:313
2584
- msgid "Hover/Active"
2585
  msgstr ""
2586
 
2587
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:208
2588
- msgid "Single Product Button"
 
2589
  msgstr ""
2590
 
2591
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:284
2592
- msgid "Quick View Modal Button"
 
2593
  msgstr ""
2594
 
2595
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
2596
- msgid "You don't have any products in your wish list yet."
 
2597
  msgstr ""
2598
 
2599
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:14
2600
- msgid "Add to cart"
 
2601
  msgstr ""
2602
 
2603
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:89,
2604
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:113
2605
- msgid "Remove Product"
 
 
2606
  msgstr ""
2607
 
2608
- #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
2609
- msgid "Blocksy Variation Images"
 
2610
  msgstr ""
2611
 
2612
- #: framework/premium/features/content-blocks/options/404.php:33,
2613
- #: framework/premium/features/content-blocks/options/header.php:35,
2614
- #: framework/premium/features/content-blocks/options/hook.php:40,
2615
- #: framework/premium/features/content-blocks/options/popup.php:42
2616
- msgid "Container Structure"
 
 
2617
  msgstr ""
2618
 
2619
- #: framework/premium/features/content-blocks/options/404.php:59,
2620
- #: framework/premium/features/content-blocks/options/header.php:63,
2621
- #: framework/premium/features/content-blocks/options/hook.php:68
2622
- msgid "Narrow Width"
2623
  msgstr ""
2624
 
2625
- #: framework/premium/features/content-blocks/options/404.php:64,
2626
- #: framework/premium/features/content-blocks/options/header.php:68,
2627
- #: framework/premium/features/content-blocks/options/hook.php:73
2628
- msgid "Normal Width"
2629
  msgstr ""
2630
 
2631
- #: framework/premium/features/content-blocks/options/404.php:70,
2632
- #: framework/premium/features/content-blocks/options/header.php:74,
2633
- #: framework/premium/features/content-blocks/options/hook.php:79
2634
- msgid "Content Area Style"
2635
  msgstr ""
2636
 
2637
- #: framework/premium/features/content-blocks/options/404.php:84,
2638
- #: framework/premium/features/content-blocks/options/header.php:88,
2639
- #: framework/premium/features/content-blocks/options/hook.php:93
2640
- msgid "Content Area Vertical Spacing"
2641
  msgstr ""
2642
 
2643
- #: framework/premium/features/content-blocks/options/404.php:95,
2644
- #: framework/premium/features/content-blocks/options/header.php:99,
2645
- #: framework/premium/features/content-blocks/options/hook.php:104
2646
- msgid "Top & Bottom"
2647
  msgstr ""
2648
 
2649
- #: framework/premium/features/content-blocks/options/404.php:98,
2650
- #: framework/premium/features/content-blocks/options/header.php:102,
2651
- #: framework/premium/features/content-blocks/options/hook.php:107
2652
- msgid "Only Top"
2653
  msgstr ""
2654
 
2655
- #: framework/premium/features/content-blocks/options/404.php:101,
2656
- #: framework/premium/features/content-blocks/options/header.php:105,
2657
- #: framework/premium/features/content-blocks/options/hook.php:110
2658
- msgid "Only Bottom"
2659
  msgstr ""
2660
 
2661
- #: framework/premium/features/content-blocks/options/hook.php:148
2662
- msgid "Location & Priority"
 
2663
  msgstr ""
2664
 
2665
- #: framework/premium/features/content-blocks/options/hook.php:181
2666
- #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
2667
- msgid "Custom Hook"
2668
  msgstr ""
2669
 
2670
- #: framework/premium/features/content-blocks/options/hook.php:256,
2671
- #: framework/premium/features/content-blocks/options/popup.php:296
2672
- msgid "Expiration Date/Time"
2673
  msgstr ""
2674
 
2675
- #: framework/premium/features/content-blocks/options/hook.php:283
2676
- msgid "Block Position"
 
2677
  msgstr ""
2678
 
2679
- #: framework/premium/features/content-blocks/options/hook.php:290
2680
- msgid "Fixed"
 
2681
  msgstr ""
2682
 
2683
- #: framework/premium/features/content-blocks/options/hook.php:300
2684
- msgid "Location"
 
 
 
 
 
 
 
2685
  msgstr ""
2686
 
2687
- #: framework/premium/features/content-blocks/options/popup.php:50
2688
- msgid "Popup Position"
 
 
 
 
 
 
 
2689
  msgstr ""
2690
 
2691
- #: framework/premium/features/content-blocks/options/popup.php:57
2692
- msgid "Popup Size"
 
2693
  msgstr ""
2694
 
2695
- #: framework/premium/features/content-blocks/options/popup.php:63
2696
- msgid "Small Size"
 
2697
  msgstr ""
2698
 
2699
- #: framework/premium/features/content-blocks/options/popup.php:64
2700
- msgid "Medium Size"
 
2701
  msgstr ""
2702
 
2703
- #: framework/premium/features/content-blocks/options/popup.php:65
2704
- msgid "Large Size"
 
2705
  msgstr ""
2706
 
2707
- #: framework/premium/features/content-blocks/options/popup.php:66
2708
- msgid "Custom Size"
 
2709
  msgstr ""
2710
 
2711
- #: framework/premium/features/content-blocks/options/popup.php:76
2712
- msgid "Max Width"
 
2713
  msgstr ""
2714
 
2715
- #: framework/premium/features/content-blocks/options/popup.php:92
2716
- msgid "Max Height"
 
2717
  msgstr ""
2718
 
2719
- #: framework/premium/features/content-blocks/options/popup.php:111
2720
- msgid "Popup Animation"
 
2721
  msgstr ""
2722
 
2723
- #: framework/premium/features/content-blocks/options/popup.php:117
2724
- msgid "Fade in fade out"
 
2725
  msgstr ""
2726
 
2727
- #: framework/premium/features/content-blocks/options/popup.php:118
2728
- msgid "Zoom in zoom out"
 
2729
  msgstr ""
2730
 
2731
- #: framework/premium/features/content-blocks/options/popup.php:119
2732
- msgid "Slide in from left"
 
2733
  msgstr ""
2734
 
2735
- #: framework/premium/features/content-blocks/options/popup.php:120
2736
- msgid "Slide in from right"
 
 
 
 
 
 
 
 
 
2737
  msgstr ""
2738
 
2739
- #: framework/premium/features/content-blocks/options/popup.php:121
2740
- msgid "Slide in from top"
 
2741
  msgstr ""
2742
 
2743
- #: framework/premium/features/content-blocks/options/popup.php:122
2744
- msgid "Slide in from bottom"
 
2745
  msgstr ""
2746
 
2747
- #: framework/premium/features/content-blocks/options/popup.php:127
2748
- msgid "Animation Speed"
 
2749
  msgstr ""
2750
 
2751
- #: framework/premium/features/content-blocks/options/popup.php:144
2752
- msgid "Entrance Value"
 
2753
  msgstr ""
2754
 
2755
- #: framework/premium/features/content-blocks/options/popup.php:156
2756
- msgid "Trigger Condition"
 
2757
  msgstr ""
2758
 
2759
- #: framework/premium/features/content-blocks/options/popup.php:181
2760
- msgid "Element Class"
 
2761
  msgstr ""
2762
 
2763
- #: framework/premium/features/content-blocks/options/popup.php:188
2764
- msgid "Separate each class by comma if you have multiple elements."
 
2765
  msgstr ""
2766
 
2767
- #: framework/premium/features/content-blocks/options/popup.php:200
2768
- msgid "Scroll Direction"
 
2769
  msgstr ""
2770
 
2771
- #: framework/premium/features/content-blocks/options/popup.php:205
2772
- msgid "Scroll Down"
 
 
 
 
 
2773
  msgstr ""
2774
 
2775
- #: framework/premium/features/content-blocks/options/popup.php:206
2776
- msgid "Scroll Up"
 
2777
  msgstr ""
2778
 
2779
- #: framework/premium/features/content-blocks/options/popup.php:211
2780
- msgid "Scroll Distance"
 
2781
  msgstr ""
2782
 
2783
- #: framework/premium/features/content-blocks/options/popup.php:221
2784
- msgid "Set the scroll distance till the popup block will appear."
 
2785
  msgstr ""
2786
 
2787
- #: framework/premium/features/content-blocks/options/popup.php:233
2788
- msgid "Inactivity Time"
 
 
 
2789
  msgstr ""
2790
 
2791
- #: framework/premium/features/content-blocks/options/popup.php:239
2792
- msgid "Set the inactivity time (in seconds) till the popup block will appear."
 
2793
  msgstr ""
2794
 
2795
- #: framework/premium/features/content-blocks/options/popup.php:251
2796
- msgid "After X Time"
 
2797
  msgstr ""
2798
 
2799
- #: framework/premium/features/content-blocks/options/popup.php:257
2800
- msgid "Set after how much time (in seconds) the popup block will appear."
 
 
 
 
 
 
 
2801
  msgstr ""
2802
 
2803
- #: framework/premium/features/content-blocks/options/popup.php:269
2804
- msgid "Trigger Popup Only Once"
 
2805
  msgstr ""
2806
 
2807
- #: framework/premium/features/content-blocks/options/popup.php:272
2808
- msgid "If the close button is clicked the popup won't be triggered anymore for the current visitor."
 
2809
  msgstr ""
2810
 
2811
- #: framework/premium/features/content-blocks/options/popup.php:347
2812
- msgid "Padding"
 
2813
  msgstr ""
2814
 
2815
- #: framework/premium/features/content-blocks/options/popup.php:357,
2816
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
2817
- #: framework/premium/features/premium-header/items/language-switcher/options.php:465
2818
- msgid "Border Radius"
2819
  msgstr ""
2820
 
2821
- #: framework/premium/features/content-blocks/options/popup.php:386
2822
- msgid "Popup Offset"
 
 
 
 
 
 
 
2823
  msgstr ""
2824
 
2825
- #: framework/premium/features/content-blocks/options/popup.php:396
2826
- msgid "Container Overflow"
 
2827
  msgstr ""
2828
 
2829
- #: framework/premium/features/content-blocks/options/popup.php:403
2830
- msgid "Hidden"
 
2831
  msgstr ""
2832
 
2833
- #: framework/premium/features/content-blocks/options/popup.php:404
2834
- msgid "Visible"
 
2835
  msgstr ""
2836
 
2837
- #: framework/premium/features/content-blocks/options/popup.php:405
2838
- msgid "Scroll"
 
2839
  msgstr ""
2840
 
2841
- #: framework/premium/features/content-blocks/options/popup.php:407
2842
- msgid "Control what happens to the content that is too big to fit into the popup."
 
 
 
 
 
2843
  msgstr ""
2844
 
2845
- #: framework/premium/features/content-blocks/options/popup.php:411
2846
- msgid "Close Button"
 
2847
  msgstr ""
2848
 
2849
- #: framework/premium/features/content-blocks/options/popup.php:419
2850
- msgid "Inside"
 
2851
  msgstr ""
2852
 
2853
- #: framework/premium/features/content-blocks/options/popup.php:420
2854
- msgid "Outside"
 
2855
  msgstr ""
2856
 
2857
- #: framework/premium/features/content-blocks/options/popup.php:494
2858
- msgid "Popup Background"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2859
  msgstr ""
2860
 
2861
- #: framework/premium/features/content-blocks/options/popup.php:508
2862
- msgid "Popup Backdrop Background"
 
 
 
2863
  msgstr ""
2864
 
2865
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
2866
- msgid "Posts Filter"
 
2867
  msgstr ""
2868
 
2869
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
2870
- msgid "Filtering Behavior"
 
 
 
2871
  msgstr ""
2872
 
2873
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
2874
- msgid "Instant Reload"
 
2875
  msgstr ""
2876
 
2877
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
2878
- msgid "Page Reload"
 
2879
  msgstr ""
2880
 
2881
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
2882
- msgid "Items Horizontal Spacing"
 
2883
  msgstr ""
2884
 
2885
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
2886
- #: framework/premium/features/premium-header/items/language-switcher/options.php:360
2887
- msgid "Items Vertical Spacing"
 
 
2888
  msgstr ""
2889
 
2890
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
2891
- msgid "Container Bottom Spacing"
 
 
 
2892
  msgstr ""
2893
 
2894
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
2895
- msgid "Horizontal Alignment"
 
2896
  msgstr ""
2897
 
2898
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
2899
- msgid "Button Padding"
 
2900
  msgstr ""
2901
 
2902
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
2903
- msgid "Read Progress"
 
 
 
 
 
 
 
 
 
 
 
2904
  msgstr ""
2905
 
2906
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
2907
- msgid "Indicator Height"
 
2908
  msgstr ""
2909
 
2910
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
2911
- msgid "Auto Hide"
 
2912
  msgstr ""
2913
 
2914
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
2915
- msgid "Automatically hide the read progress bar once you arrive at the bottom of the article."
 
2916
  msgstr ""
2917
 
2918
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
2919
- msgid "Main Color"
 
 
 
2920
  msgstr ""
2921
 
2922
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
2923
- msgid "Icon Badge"
 
 
 
2924
  msgstr ""
2925
 
2926
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146
2927
- msgid "Label Font Color"
 
 
 
2928
  msgstr ""
2929
 
2930
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:21,
2931
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:24,
2932
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:30
2933
- msgid "Wishlist header icon"
2934
  msgstr ""
2935
 
2936
- #: framework/premium/features/premium-header/items/contacts/config.php:4
2937
- msgid "Contacts"
 
 
 
2938
  msgstr ""
2939
 
2940
- #: framework/premium/features/premium-header/items/contacts/options.php:239
2941
- msgid "Open Links In New Tab"
 
2942
  msgstr ""
2943
 
2944
- #: framework/premium/features/premium-header/items/contacts/options.php:259,
2945
- #: framework/premium/features/premium-header/items/language-switcher/options.php:95
2946
- msgid "Items Spacing"
2947
  msgstr ""
2948
 
2949
- #: framework/premium/features/premium-header/items/contacts/options.php:834,
2950
- #: framework/premium/features/premium-header/items/divider/options.php:107,
2951
- #: framework/premium/features/premium-header/items/divider/options.php:126,
2952
- #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2953
- #: framework/premium/features/premium-header/items/search-input/options.php:724
2954
- msgid "Margin"
2955
  msgstr ""
2956
 
2957
- #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2958
- msgid "Dark Mode"
 
2959
  msgstr ""
2960
 
2961
- #: framework/premium/features/premium-header/items/divider/config.php:4
2962
- msgid "Divider"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2963
  msgstr ""
2964
 
2965
- #: framework/premium/features/premium-header/items/divider/options.php:6
2966
- msgid "Size"
 
2967
  msgstr ""
2968
 
2969
- #: framework/premium/features/premium-header/items/language-switcher/config.php:6
2970
- msgid "Languages"
2971
- msgstr "Idiomas"
2972
-
2973
- #: framework/premium/features/premium-header/items/language-switcher/options.php:17
2974
- msgid "Top Level Options"
2975
  msgstr ""
2976
 
2977
- #: framework/premium/features/premium-header/items/language-switcher/options.php:37
2978
- msgid "Dropdown"
 
2979
  msgstr ""
2980
 
2981
- #: framework/premium/features/premium-header/items/language-switcher/options.php:47
2982
- msgid "Display"
 
2983
  msgstr ""
2984
 
2985
- #: framework/premium/features/premium-header/items/language-switcher/options.php:59
2986
- msgid "Flag"
 
2987
  msgstr ""
2988
 
2989
- #: framework/premium/features/premium-header/items/language-switcher/options.php:73
2990
- msgid "Label Style"
 
2991
  msgstr ""
2992
 
2993
- #: framework/premium/features/premium-header/items/language-switcher/options.php:79
2994
- msgid "Long"
 
2995
  msgstr ""
2996
 
2997
- #: framework/premium/features/premium-header/items/language-switcher/options.php:80
2998
- msgid "Short"
 
2999
  msgstr ""
3000
 
3001
- #: framework/premium/features/premium-header/items/language-switcher/options.php:112
3002
- msgid "Hide Current Language"
 
3003
  msgstr ""
3004
 
3005
- #: framework/premium/features/premium-header/items/language-switcher/options.php:343
3006
- msgid "Dropdown Options"
 
3007
  msgstr ""
3008
 
3009
- #: framework/premium/features/premium-header/items/language-switcher/options.php:352
3010
- msgid "Dropdown Top Offset"
 
3011
  msgstr ""
3012
 
3013
- #: framework/premium/features/premium-header/items/search-input/config.php:4
3014
- msgid "Search Box"
 
3015
  msgstr ""
3016
 
3017
- #: framework/premium/features/premium-header/items/search-input/options.php:42
3018
- msgid "Placeholder Text"
 
3019
  msgstr ""
3020
 
3021
- #: framework/premium/features/premium-header/items/search-input/options.php:52
3022
- msgid "Input Maximum Width"
 
3023
  msgstr ""
3024
 
3025
- #: framework/premium/features/premium-header/items/search-input/options.php:64
3026
- msgid "Input Height"
 
3027
  msgstr ""
3028
 
3029
- #: framework/premium/features/premium-header/items/search-input/options.php:79
3030
- msgid "Live Results"
 
3031
  msgstr ""
3032
 
3033
- #: framework/premium/features/premium-header/items/search-input/options.php:90
3034
- msgid "Live Results Images"
 
3035
  msgstr ""
3036
 
3037
- #: framework/premium/features/premium-header/items/search-input/options.php:101
3038
- msgid "Search Through Criteria"
 
3039
  msgstr ""
3040
 
3041
- #: framework/premium/features/premium-header/items/search-input/options.php:102
3042
- msgid "Chose in which post types do you want to perform searches."
 
3043
  msgstr ""
3044
 
3045
- #: framework/premium/features/premium-header/items/search-input/options.php:314,
3046
- #: framework/premium/features/premium-header/items/search-input/options.php:343,
3047
- #: framework/premium/features/premium-header/items/search-input/options.php:375,
3048
- #: framework/premium/features/premium-header/items/search-input/options.php:405
3049
- msgid "Input Icon Color"
3050
  msgstr ""
3051
 
3052
- #: framework/premium/features/premium-header/items/search-input/options.php:744
3053
- msgid "Dropdown Text Color"
 
3054
  msgstr ""
3055
 
3056
- #: framework/premium/features/premium-header/items/search-input/options.php:775
3057
- msgid "Dropdown Background"
 
3058
  msgstr ""
3059
 
3060
- #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
3061
- msgid "Widget Area"
 
3062
  msgstr ""
3063
 
3064
- #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker.js:14
3065
- #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:63
3066
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:205
3067
- #: static/js/screens/SiteExport.js:143
3068
- msgid "Loading..."
3069
- msgstr "Cargando…"
3070
 
3071
- #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
3072
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
3073
- msgid "Invalid API Key..."
3074
- msgstr "Clave de la API no válida..."
3075
 
3076
- #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:92
3077
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:113
3078
- msgid "Select list..."
3079
- msgstr "Seleccionar una lista..."
3080
 
3081
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:123
3082
- msgid "This option is available only in Blocksy premium %sversion%s."
 
3083
  msgstr ""
3084
 
3085
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:139
3086
- msgid "More info on how to generate an API key for Mailchimp can be found %shere%s."
 
3087
  msgstr ""
3088
 
3089
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:156
3090
- msgid "More info on how to generate an API key for Mailerlite can be found %shere%s."
 
3091
  msgstr ""
3092
 
3093
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:173
3094
- msgid "API Key"
3095
- msgstr "Clave de la API"
 
3096
 
3097
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:207
3098
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
3099
- #: framework/extensions/product-reviews/static/js/ProductReviews.js:73
3100
- #: framework/premium/extensions/adobe-typekit/static/js/AdobeTypekit.js:72
3101
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/CustomFonts.js:71
3102
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/LocalGoogleFonts.js:73
3103
- #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:75
3104
- #: static/js/screens/Extensions.js:80
3105
- msgid "Activate"
3106
- msgstr "Activar"
3107
 
3108
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:208
3109
- #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:221
3110
- #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:106
3111
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:978
3112
- #: framework/premium/static/js/footer/EditConditions.js:143
3113
- msgid "Save Settings"
3114
- msgstr "Guardar los ajustes"
3115
 
3116
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:78
3117
- msgid "API Credentials"
 
3118
  msgstr ""
3119
 
3120
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:82
3121
- msgid "Enter your Newsletter provider API credentials in the form below."
 
3122
  msgstr ""
3123
 
3124
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:91
3125
- msgid "Select Provider"
 
3126
  msgstr ""
3127
 
3128
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:98
3129
- msgid "Pick Mailing Service"
 
3130
  msgstr ""
3131
 
3132
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:84
3133
- msgid "Loading"
3134
- msgstr "Cargando"
 
3135
 
3136
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:73
3137
- #: framework/extensions/product-reviews/static/js/ProductReviews.js:72
3138
- #: framework/premium/extensions/adobe-typekit/static/js/AdobeTypekit.js:71
3139
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/CustomFonts.js:70
3140
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/LocalGoogleFonts.js:72
3141
- #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:74
3142
- #: static/js/screens/Extensions.js:79
3143
- msgid "Deactivate"
3144
- msgstr "Desactivar"
3145
 
3146
- #: framework/extensions/product-reviews/static/js/EditSettings.js:130
3147
- msgid "Save"
3148
- msgstr "Guardar"
 
3149
 
3150
- #: framework/extensions/product-reviews/static/js/EditSettings.js:39
3151
- msgid "Product Reviews Settings"
 
3152
  msgstr ""
3153
 
3154
- #: framework/extensions/product-reviews/static/js/EditSettings.js:42
3155
- msgid "Configure the slugs for single and category pages of the product review custom post type."
 
3156
  msgstr ""
3157
 
3158
- #: framework/extensions/product-reviews/static/js/EditSettings.js:61
3159
- msgid "Single Slug"
 
3160
  msgstr ""
3161
 
3162
- #: framework/extensions/product-reviews/static/js/EditSettings.js:67
3163
- msgid "Category Slug"
 
3164
  msgstr ""
3165
 
3166
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:108
3167
- msgid "Adobe Fonts Settings"
 
3168
  msgstr ""
3169
 
3170
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:113
3171
- msgid "You can find %shere%s your Project ID. Once you insert your Project ID and click the \"Fetch fonts\" button, your fonts will become available in all theme’s typography options."
 
3172
  msgstr ""
3173
 
3174
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:141
3175
- msgid "Project ID"
 
3176
  msgstr ""
3177
 
3178
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:188
3179
- msgid "Fetch Fonts"
 
3180
  msgstr ""
3181
 
3182
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:195
3183
- msgid "Please enter the valid Project ID to get the kit details"
 
3184
  msgstr ""
3185
 
3186
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:214
3187
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:56
3188
- msgid "Variations"
3189
  msgstr ""
3190
 
3191
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:96
3192
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:94
3193
- msgid "Edit Settings"
3194
  msgstr ""
3195
 
3196
- #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:98
3197
- msgid "Add/Edit Fonts"
 
3198
  msgstr ""
3199
 
3200
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:104
3201
- msgid "There are no custom fonts at the moment, hit the button below and upload some."
 
3202
  msgstr ""
3203
 
3204
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:117
3205
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:246
3206
- msgid "Upload Simple Font"
3207
  msgstr ""
3208
 
3209
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:125
3210
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:270
3211
- msgid "Upload Variable Font"
3212
  msgstr ""
3213
 
3214
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:23
3215
- msgid "Custom Fonts Settings"
 
3216
  msgstr ""
3217
 
3218
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:25
3219
- msgid "Here you can see all your custom fonts that could be used in all typography options across the theme."
 
3220
  msgstr ""
3221
 
3222
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:39
3223
- msgid "Dynamic Font"
 
3224
  msgstr ""
3225
 
3226
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:43
3227
- msgid "Variable font"
 
3228
  msgstr ""
3229
 
3230
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:74
3231
- msgid "Edit Font"
 
3232
  msgstr ""
3233
 
3234
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:91
3235
- msgid "Remove Font"
 
3236
  msgstr ""
3237
 
3238
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/EditSettings.js:79
3239
- msgid "Settings"
 
3240
  msgstr ""
3241
 
3242
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:162
3243
- msgid "Change"
 
3244
  msgstr ""
3245
 
3246
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:163
3247
- msgid "Choose"
 
3248
  msgstr ""
3249
 
3250
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
3251
- #: static/js/options/ConditionsManager.js:91
3252
- msgid "Select variation"
3253
- msgstr "Seleccionar variaciones"
3254
 
3255
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
3256
- msgid "Regular"
 
3257
  msgstr ""
3258
 
3259
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
3260
- msgid "Italic"
 
3261
  msgstr ""
3262
 
3263
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:250
3264
- msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats (see browser coverage %shere%s). Use %sthis converter tool%s if you don't have these font formats."
 
3265
  msgstr ""
3266
 
3267
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:274
3268
- msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats. Please don't convert non-woff variable fonts by yourself. Instead, just ask the font provider to hand a correct file otherwise the %svariable%s font will loose its capabilities."
 
3269
  msgstr ""
3270
 
3271
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:300
3272
- msgid "Font Name"
 
3273
  msgstr ""
3274
 
3275
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:343
3276
- msgid "Add/upload another font variation"
 
3277
  msgstr ""
3278
 
3279
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:364
3280
- msgid "Back to All Fonts"
 
3281
  msgstr ""
3282
 
3283
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:389
3284
- msgid "Save Custom Font"
 
3285
  msgstr ""
3286
 
3287
- #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:82
3288
- msgid "Add Variation"
 
3289
  msgstr ""
3290
 
3291
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:138
3292
- msgid "By checking this option you will download and replace the existing Google Fonts with the above ones."
 
3293
  msgstr ""
3294
 
3295
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:207
3296
- msgid "Sync Google Fonts"
 
3297
  msgstr ""
3298
 
3299
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:51
3300
- msgid "Add Google Fonts"
 
3301
  msgstr ""
3302
 
3303
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:60
3304
- msgid "Local Google Fonts (GDPR)"
 
3305
  msgstr ""
3306
 
3307
- #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:63
3308
- msgid "Download a font and serve it directly from your server, this is handy for those who want to comply with GDPR regulations or serve the font via CDN."
 
3309
  msgstr ""
3310
 
3311
- #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:138
3312
- msgid "Item Settings"
 
3313
  msgstr ""
3314
 
3315
- #: framework/premium/extensions/sidebars/static/js/BlockWidgetControls.js:59
3316
- msgid "Remove Sidebar"
 
3317
  msgstr ""
3318
 
3319
- #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:60
3320
- msgid "%s - Sidebar Display Conditions"
 
3321
  msgstr ""
3322
 
3323
- #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:68
3324
- msgid "Add one or more conditions in order to display your sidebar."
 
3325
  msgstr ""
3326
 
3327
- #: framework/premium/extensions/sidebars/static/js/main.js:45
3328
- msgid "Enter a name in the input below and hit the Create Sidebar button."
 
 
 
 
 
 
 
 
 
 
3329
  msgstr ""
3330
 
3331
- #: framework/premium/extensions/sidebars/static/js/main.js:52
3332
- msgid "Sidebar name"
 
 
 
 
 
3333
  msgstr ""
3334
 
3335
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:106
3336
- msgid "White Label Settings"
 
3337
  msgstr ""
3338
 
3339
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:110
3340
- msgid "Remove any link that points to Blocksy website and change the dashboard identity. These options are mostly used by agencies and developers who are building websites for clients."
 
3341
  msgstr ""
3342
 
3343
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:132
3344
- msgid "Advanced"
 
3345
  msgstr ""
3346
 
3347
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:147
3348
- msgid "Agency Details"
 
 
 
 
3349
  msgstr ""
3350
 
3351
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:155
3352
- msgid "Agency Name"
 
 
 
 
3353
  msgstr ""
3354
 
3355
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:186
3356
- msgid "Agency URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3357
  msgstr ""
3358
 
3359
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:217
3360
- msgid "Agency Support/Contact Form URL"
 
3361
  msgstr ""
3362
 
3363
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:252
3364
- msgid "Theme Details"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3365
  msgstr ""
3366
 
3367
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:260
3368
- msgid "Theme Name"
3369
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3370
 
3371
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:291
3372
- msgid "Theme Description"
3373
- msgstr ""
 
 
 
 
 
3374
 
3375
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:322
3376
- msgid "Theme Screenshot URL"
 
 
 
3377
  msgstr ""
3378
 
3379
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:419
3380
- msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 1200px wide by 900px tall."
 
 
 
 
 
3381
  msgstr ""
3382
 
3383
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:429
3384
- msgid "Theme Icon URL"
 
 
 
 
 
3385
  msgstr ""
3386
 
3387
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:526
3388
- msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 18px wide by 18px tall."
 
 
 
 
 
3389
  msgstr ""
3390
 
3391
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:536
3392
- msgid "Gutenberg Options Panel Icon URL"
 
 
 
 
 
3393
  msgstr ""
3394
 
3395
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:633
3396
- msgid "You can insert the link to a self hosted image or upload one. Please note that only icons in SVG format are allowed here to not break the editor interactiveness."
3397
- msgstr ""
 
 
 
 
 
3398
 
3399
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:646
3400
- msgid "Plugin Details"
 
 
 
 
 
3401
  msgstr ""
3402
 
3403
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:654
3404
- msgid "Plugin Name"
3405
- msgstr ""
 
3406
 
3407
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:685
3408
- msgid "Plugin Description"
3409
- msgstr ""
 
3410
 
3411
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:716
3412
- msgid "Plugin Thumbnail URL"
3413
- msgstr ""
 
3414
 
3415
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:807
3416
- msgid "Choose File"
3417
- msgstr ""
 
3418
 
3419
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:814
3420
- msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 256px wide by 256px tall."
3421
- msgstr ""
 
3422
 
3423
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:864
3424
- msgid "Hide Account Menu Item"
3425
- msgstr ""
 
3426
 
3427
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:872
3428
- msgid "Hide Starter Sites Tab"
3429
- msgstr ""
 
3430
 
3431
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:879
3432
- msgid "Hide Useful Plugins Tab"
 
3433
  msgstr ""
3434
 
3435
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:887
3436
- msgid "Hide Changelog Tab"
 
3437
  msgstr ""
3438
 
3439
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:895
3440
- msgid "Hide Support Section"
 
3441
  msgstr ""
3442
 
3443
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:903
3444
- msgid "Hide Beta Updates Section"
 
3445
  msgstr ""
3446
 
3447
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:940
3448
- msgid "Hide White Label Extension"
 
3449
  msgstr ""
3450
 
3451
- #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:957
3452
- msgid "Please note that the white label extension will be hidden if this option is enabled. In order to bring it back you have to hit the SHIFT key and click on the dashboard logo."
 
3453
  msgstr ""
3454
 
3455
- #: framework/premium/static/js/components/BetaConsent.js:54
3456
- msgid "Receive βeta Updates"
 
3457
  msgstr ""
3458
 
3459
- #: framework/premium/static/js/components/BetaConsent.js:60
3460
- msgid "Receive beta updates and help us test the new features and improve them by submitting feedback. Please note, installing beta versions on production websites is not recommended, test them on staging or localhost environments."
 
3461
  msgstr ""
3462
 
3463
- #: framework/premium/static/js/components/BetaConsent.js:73
3464
- msgid "Are you sure?"
 
3465
  msgstr ""
3466
 
3467
- #: framework/premium/static/js/components/BetaConsent.js:76
3468
- msgid "Installing beta updates on your production site can give unexpected results."
3469
- msgstr ""
 
3470
 
3471
- #: framework/premium/static/js/components/BetaConsent.js:83
3472
- msgid "Even having your website completely broken is not excluded. Please proceed with caution."
 
3473
  msgstr ""
3474
 
3475
- #: framework/premium/static/js/footer/CloneItem.js:65
3476
- #: framework/premium/static/js/header/CloneItem.js:65
3477
- msgid "Clone Item"
3478
- msgstr ""
3479
 
3480
- #: framework/premium/static/js/footer/CloneItem.js:88
3481
- #: framework/premium/static/js/header/CloneItem.js:88
3482
- msgid "Remove Item"
3483
  msgstr ""
3484
 
3485
- #: framework/premium/static/js/footer/CreateFooter.js:107
3486
- #: framework/premium/static/js/header/CreateHeader.js:106
3487
- msgid "Copy elements & styles from"
3488
- msgstr ""
3489
 
3490
- #: framework/premium/static/js/footer/CreateFooter.js:118
3491
- msgid "Picker Footer"
3492
- msgstr ""
 
3493
 
3494
- #: framework/premium/static/js/footer/CreateFooter.js:133
3495
- #: framework/premium/static/js/footer/PanelsManager.js:52
3496
- msgid "Global Footer"
3497
- msgstr ""
3498
 
3499
- #: framework/premium/static/js/footer/CreateFooter.js:137
3500
- #: framework/premium/static/js/header/CreateHeader.js:138
3501
- msgid "Secondary"
3502
- msgstr ""
3503
 
3504
- #: framework/premium/static/js/footer/CreateFooter.js:141
3505
- #: framework/premium/static/js/header/CreateHeader.js:142
3506
- msgid "Centered"
3507
- msgstr ""
3508
 
3509
- #: framework/premium/static/js/footer/CreateFooter.js:172
3510
- msgid "Create New Footer"
 
3511
  msgstr ""
3512
 
3513
- #: framework/premium/static/js/footer/CreateFooter.js:50
3514
- msgid "Create new footer"
 
3515
  msgstr ""
3516
 
3517
- #: framework/premium/static/js/footer/CreateFooter.js:53
3518
- msgid "Create a new footer and assign it to different pages or posts based on your conditions."
 
3519
  msgstr ""
3520
 
3521
- #: framework/premium/static/js/footer/CreateFooter.js:72
3522
- msgid "Footer name"
 
3523
  msgstr ""
3524
 
3525
- #: framework/premium/static/js/footer/EditConditions.js:100
3526
- msgid "Add one or more conditions in order to display your footer."
3527
- msgstr ""
 
3528
 
3529
- #: framework/premium/static/js/footer/EditConditions.js:84
3530
- #: static/js/header/EditConditions.js:83
3531
- #: static/js/options/DisplayCondition.js:44
3532
- msgid "Add/Edit Conditions"
3533
- msgstr "Añadir/Editar condiciones"
3534
 
3535
- #: framework/premium/static/js/footer/PanelsManager.js:162
3536
- msgid "Remove footer"
 
3537
  msgstr ""
3538
 
3539
- #: framework/premium/static/js/footer/PanelsManager.js:192
3540
- msgid "Remove Footer"
 
3541
  msgstr ""
3542
 
3543
- #: framework/premium/static/js/footer/PanelsManager.js:195
3544
- msgid "You are about to remove a custom footer, are you sure you want to continue?"
 
3545
  msgstr ""
3546
 
3547
- #: framework/premium/static/js/footer/PanelsManager.js:211
3548
- #: framework/premium/static/js/hooks/CodeEditor.js:60
3549
- #: static/js/header/PanelsManager.js:215
3550
- #: static/js/options/CustomizerOptionsManager.js:405
3551
- msgid "Cancel"
3552
- msgstr "Cancelar"
3553
 
3554
- #: framework/premium/static/js/footer/PanelsManager.js:227
3555
- #: static/js/header/PanelsManager.js:231
3556
- msgid "Confirm"
3557
- msgstr "Confirmar"
 
 
 
 
 
 
3558
 
3559
- #: framework/premium/static/js/footer/PanelsManager.js:68
3560
- #: static/js/header/PanelsManager.js:74
3561
- msgid "Edit Conditions"
3562
- msgstr "Editar condiciones"
3563
 
3564
  #. translators: %s: PHP version
3565
- #: blocksy-companion.php:137
 
3566
  msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
3567
  msgstr ""
3568
 
3569
  #. translators: %s: WordPress version
3570
- #: blocksy-companion.php:148
 
3571
  msgid "Blocksy requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT RUNNING."
3572
  msgstr ""
3573
 
3574
  #: framework/extensions-manager.php:245,
3575
- #: framework/premium/extensions/adobe-typekit/extension.php:46
 
 
3576
  msgid "Adobe Typekit"
3577
  msgstr ""
3578
 
3579
- #: framework/extensions-manager.php:246
 
3580
  msgid "Connect your Typekit account and use your fonts in any typography option."
3581
  msgstr ""
3582
 
3583
  #: framework/extensions-manager.php:257,
3584
- #: framework/premium/extensions/code-snippets/config.php:4,
3585
- #: framework/premium/extensions/code-snippets/extension.php:23,
3586
- #: framework/premium/extensions/code-snippets/extension.php:63,
3587
- #: framework/premium/extensions/code-snippets/extension.php:99,
3588
- #: framework/premium/extensions/code-snippets/readme.php:38
3589
  msgid "Custom Code Snippets"
3590
  msgstr ""
3591
 
3592
- #: framework/extensions-manager.php:258
 
3593
  msgid "Add custom code snippets in your header and footer, globally and per post or page individually."
3594
  msgstr ""
3595
 
3596
  #: framework/extensions-manager.php:269,
3597
- #: framework/premium/extensions/custom-fonts/extension.php:145
 
 
3598
  msgid "Custom Fonts"
3599
  msgstr "Fuentes personalizadas"
3600
 
3601
- #: framework/extensions-manager.php:270
 
3602
  msgid "Upload unlimited number of custom fonts or variable fonts and use them in any typography option."
3603
  msgstr ""
3604
 
3605
  #: framework/extensions-manager.php:281,
3606
- #: framework/premium/extensions/local-google-fonts/extension.php:171
 
 
3607
  msgid "Local Google Fonts"
3608
  msgstr ""
3609
 
3610
- #: framework/extensions-manager.php:282
 
3611
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
3612
  msgstr ""
3613
 
3614
  #: framework/extensions-manager.php:293,
3615
- #: framework/premium/extensions/mega-menu/config.php:4
3616
  msgid "Advanced Menu"
3617
  msgstr "Menú avanzado"
3618
 
3619
- #: framework/extensions-manager.php:294
 
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
3621
  msgstr ""
3622
 
3623
  #: framework/extensions-manager.php:305,
3624
- #: framework/premium/extensions/shortcuts/config.php:4,
3625
- #: framework/premium/extensions/shortcuts/customizer.php:503
3626
  msgid "Shortcuts Bar"
3627
  msgstr ""
3628
 
3629
- #: framework/extensions-manager.php:306
 
3630
  msgid "Transform your website into a app like by displaying a neat shortcuts bar at the bottom of the vieport."
3631
  msgstr ""
3632
 
3633
  #: framework/extensions-manager.php:317,
3634
- #: framework/premium/extensions/sidebars/config.php:4
3635
  msgid "Multiple Sidebars"
3636
  msgstr ""
3637
 
3638
- #: framework/extensions-manager.php:318
 
3639
  msgid "Create unlimited number of sidebars and display them conditionaly on any page or post."
3640
  msgstr ""
3641
 
3642
- #: framework/extensions-manager.php:329
 
3643
  msgid "White Label (Agency Package)"
3644
  msgstr "Marca blanca (Paquete Agency)"
3645
 
3646
- #: framework/extensions-manager.php:330
 
3647
  msgid "Change the theme and companion plugin branding to your own custom one."
3648
  msgstr ""
3649
 
3650
  #: framework/extensions-manager.php:341,
3651
- #: framework/premium/extensions/woocommerce-extra/config.php:4
3652
  msgid "WooCommerce Extra"
3653
  msgstr "Adicional de WooCommerce"
3654
 
3655
- #: framework/extensions-manager.php:342
 
3656
  msgid "Increase the conversion rate by adding a product quick view modal, a floating cart. Control the single product gallery/slider and the layout, add a wishlits page."
3657
  msgstr ""
3658
 
3659
- #: framework/theme-integration.php:276,
 
3660
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
3661
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
3662
- #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
 
 
 
3663
  msgid "Facebook"
3664
  msgstr "Facebook"
3665
 
3666
- #: framework/theme-integration.php:277
 
3667
  msgid "Twitter"
3668
  msgstr "Twitter"
3669
 
3670
- #: framework/theme-integration.php:278
 
3671
  msgid "LinkedIn"
3672
  msgstr "LinkedIn"
3673
 
3674
- #: framework/theme-integration.php:279
 
3675
  msgid "Dribbble"
3676
  msgstr "Dribbble"
3677
 
3678
- #: framework/theme-integration.php:280
 
3679
  msgid "Instagram"
3680
  msgstr "Instagram"
3681
 
3682
- #: framework/theme-integration.php:281
 
3683
  msgid "Pinterest"
3684
  msgstr "Pinterest"
3685
 
3686
- #: framework/theme-integration.php:282
 
3687
  msgid "WordPress"
3688
  msgstr "WordPress"
3689
 
3690
- #: framework/theme-integration.php:283
 
3691
  msgid "GitHub"
3692
  msgstr "GitHub"
3693
 
3694
- #: framework/theme-integration.php:284,
 
3695
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
3696
- #: framework/extensions/widgets/widgets/ct-socials/options.php:81
 
 
 
 
3697
  msgid "Medium"
3698
  msgstr "Medio"
3699
 
3700
- #: framework/theme-integration.php:285
 
3701
  msgid "YouTube"
3702
  msgstr "YouTube"
3703
 
3704
- #: framework/theme-integration.php:286
 
3705
  msgid "Vimeo"
3706
  msgstr "Vimeo"
3707
 
3708
- #: framework/theme-integration.php:287
 
3709
  msgid "VKontakte"
3710
  msgstr ""
3711
 
3712
- #: framework/theme-integration.php:288
 
3713
  msgid "Odnoklassniki"
3714
  msgstr ""
3715
 
3716
- #: framework/theme-integration.php:289
 
3717
  msgid "TikTok"
3718
  msgstr "TikTok"
3719
 
3720
- #: framework/theme-integration.php:361
 
3721
  msgid "Companion"
3722
  msgstr "Companion"
3723
 
3724
- #: framework/theme-integration.php:377 static/js/screens/SiteExport.js:106
 
 
3725
  msgid "PRO"
3726
  msgstr "PRO"
3727
 
3728
- #: framework/theme-integration.php:506
 
 
 
3729
  msgid "Check your email"
3730
  msgstr "Comprueba tu correo electrónico"
3731
 
3732
- #: framework/theme-integration.php:512
 
3733
  msgid "Registration Form"
3734
  msgstr "Formulario de registro"
3735
 
3736
- #: framework/theme-integration.php:513
 
3737
  msgid "Register For This Site"
3738
  msgstr "Regístrate en este sitio"
3739
 
3740
- #: framework/widgets-manager.php:75
 
3741
  msgid "Default widget name"
3742
  msgstr ""
3743
 
3744
- #: framework/widgets-manager.php:81
 
3745
  msgid "Display online support infomation"
3746
  msgstr ""
3747
 
3748
- #: framework/widgets-manager.php:144
 
3749
  msgid "Widget Title"
3750
  msgstr ""
3751
 
3752
- #: framework/features/conditions-manager.php:344
 
3753
  msgid "%s Single"
3754
  msgstr ""
3755
 
3756
- #: framework/features/conditions-manager.php:352
 
3757
  msgid "%s Archive"
3758
  msgstr "Archivo de %s"
3759
 
3760
- #: framework/features/conditions-manager.php:363
 
3761
  msgid "%s %s Taxonomy"
3762
  msgstr ""
3763
 
3764
- #: framework/features/conditions-manager.php:377
 
3765
  msgid "Entire Website"
3766
  msgstr ""
3767
 
3768
- #: framework/features/conditions-manager.php:383
 
 
 
 
 
3769
  msgid "Basic"
3770
  msgstr "Básico"
3771
 
3772
- #: framework/features/conditions-manager.php:387
 
 
 
3773
  msgid "Singulars"
3774
  msgstr "Singulares"
3775
 
3776
- #: framework/features/conditions-manager.php:392
 
 
 
3777
  msgid "Archives"
3778
  msgstr "Archivos"
3779
 
3780
- #: framework/features/conditions-manager.php:398,
 
 
3781
  #: framework/extensions/trending/customizer.php:4,
 
 
 
 
3782
  #: framework/extensions/widgets/widgets/ct-posts/options.php:11,
3783
  #: framework/extensions/widgets/widgets/ct-posts/options.php:98,
3784
  #: framework/extensions/widgets/widgets/ct-posts/view.php:139,
3785
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
3786
- #: framework/premium/features/premium-header/items/search-input/options.php:4
 
 
 
 
 
3787
  msgid "Posts"
3788
  msgstr "Entradas"
3789
 
3790
- #: framework/features/conditions-manager.php:402,
3791
- #: framework/premium/features/content-blocks/hooks-manager.php:296,
3792
- #: framework/premium/features/content-blocks/hooks-manager.php:304,
3793
- #: framework/premium/features/content-blocks/hooks-manager.php:312,
3794
- #: framework/premium/features/content-blocks/hooks-manager.php:319,
3795
- #: framework/premium/features/content-blocks/hooks-manager.php:326,
3796
- #: framework/premium/features/content-blocks/hooks-manager.php:334
 
 
 
 
 
 
 
 
 
3797
  msgid "Single Post"
3798
  msgstr "Entrada individual"
3799
 
3800
- #: framework/features/conditions-manager.php:407
 
 
 
3801
  msgid "All Post Archives"
3802
  msgstr "Archivos de todas las entradas"
3803
 
3804
- #: framework/features/conditions-manager.php:412
 
 
 
3805
  msgid "Post Categories"
3806
  msgstr "Categorías de la entrada"
3807
 
3808
- #: framework/features/conditions-manager.php:417
 
 
 
3809
  msgid "Post Tags"
3810
  msgstr "Etiquetas de la entrada"
3811
 
3812
- #: framework/features/conditions-manager.php:423,
 
3813
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
3814
- #: framework/premium/features/premium-header/items/search-input/options.php:5
 
 
3815
  msgid "Pages"
3816
  msgstr "Páginas"
3817
 
3818
- #: framework/features/conditions-manager.php:427
 
3819
  msgid "Single Page"
3820
  msgstr "Página individual"
3821
 
3822
- #: framework/features/conditions-manager.php:474
 
3823
  msgid "Specific"
3824
  msgstr "Específico"
3825
 
3826
- #: framework/features/conditions-manager.php:478
 
3827
  msgid "Post ID"
3828
  msgstr "ID de la entrada"
3829
 
3830
- #: framework/features/conditions-manager.php:483
 
3831
  msgid "Page ID"
3832
  msgstr "ID de la página"
3833
 
3834
- #: framework/features/conditions-manager.php:488
 
3835
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
3836
  msgid "Custom Post Type ID"
3837
  msgstr "ID de tipo de contenido personalizado"
3838
 
3839
- #: framework/features/conditions-manager.php:493
 
3840
  msgid "Taxonomy ID"
3841
  msgstr "ID de la taxonomía"
3842
 
3843
- #: framework/features/conditions-manager.php:498
 
3844
  msgid "Post with Taxonomy ID"
3845
  msgstr ""
3846
 
3847
- #: framework/features/conditions-manager.php:504
 
3848
  msgid "Other Pages"
3849
  msgstr "Otras páginas"
3850
 
3851
- #: framework/features/conditions-manager.php:508
 
3852
  msgid "404"
3853
  msgstr "404"
3854
 
3855
- #: framework/features/conditions-manager.php:513,
 
3856
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
3857
- #: framework/premium/features/premium-header/items/search-input/view.php:70
 
 
3858
  msgid "Search"
3859
  msgstr "Buscar"
3860
 
3861
- #: framework/features/conditions-manager.php:518
 
3862
  msgid "Blog"
3863
  msgstr "Blog"
3864
 
3865
- #: framework/features/conditions-manager.php:523
 
3866
  msgid "Front Page"
3867
  msgstr "Página principal"
3868
 
3869
- #: framework/features/conditions-manager.php:535
 
3870
  msgid "Author"
3871
  msgstr "Autor"
3872
 
3873
- #: framework/features/conditions-manager.php:541
 
3874
  msgid "User Auth"
3875
  msgstr "Autorización del usuario"
3876
 
3877
- #: framework/features/conditions-manager.php:545
 
3878
  msgid "User Logged In"
3879
  msgstr "Usuario conectado"
3880
 
3881
- #: framework/features/conditions-manager.php:550
 
3882
  msgid "User Logged Out"
3883
  msgstr "Usuario desconectado"
3884
 
3885
- #: framework/features/conditions-manager.php:556
 
3886
  msgid "User Roles"
3887
  msgstr "Perfiles de usuario"
3888
 
3889
- #: framework/features/conditions-manager.php:561,
 
3890
  #: framework/premium/features/content-blocks/options/404.php:19,
3891
  #: framework/premium/features/content-blocks/options/header.php:19,
3892
  #: framework/premium/features/content-blocks/options/hook.php:24,
3893
- #: framework/premium/features/content-blocks/options/popup.php:25
 
 
 
 
3894
  msgid "Other"
3895
  msgstr ""
3896
 
3897
- #: framework/features/conditions-manager.php:565
 
3898
  msgid "Post Author"
3899
  msgstr ""
3900
 
3901
- #: framework/features/conditions-manager.php:657
 
3902
  msgid "Language"
3903
  msgstr "Idioma"
3904
 
3905
- #: framework/features/demo-install.php:233
 
3906
  msgid "Your PHP installation doesn't have support for XML. Please install the <i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install starter sites. You might need to contact your hosting provider to assist you in doing so."
3907
  msgstr ""
3908
 
3909
- #: framework/features/dynamic-css.php:46
 
3910
  msgid "Dynamic CSS Output"
3911
  msgstr "Salida del CSS dinámico"
3912
 
3913
- #: framework/features/dynamic-css.php:50
 
3914
  msgid "The strategy of outputting the dynamic CSS. File - all the CSS code will be placed in a static file, otherwise it will be placed inline in head."
3915
  msgstr "La estrategia de salida del CSS dinámico. Archivo - todo el código CSS será colocado en un archivo estático, de lo contrario, será colocado integrado en la cabecera."
3916
 
3917
- #: framework/features/dynamic-css.php:52
 
3918
  msgid "File"
3919
  msgstr "Archivo"
3920
 
3921
  #: framework/features/dynamic-css.php:53,
3922
- #: framework/premium/features/premium-header/items/language-switcher/options.php:32
 
 
3923
  msgid "Inline"
3924
  msgstr ""
3925
 
3926
- #: framework/features/google-analytics.php:69
 
3927
  msgid "Google Analytics v3"
3928
  msgstr ""
3929
 
3930
- #: framework/features/google-analytics.php:74
 
3931
  msgid "Link your Google Analytics 3 tracking ID."
3932
  msgstr ""
3933
 
3934
- #: framework/features/google-analytics.php:80
 
3935
  msgid "Google Analytics v4"
3936
  msgstr ""
3937
 
3938
- #: framework/features/google-analytics.php:86
 
3939
  msgid "Link your Google Analytics 4 tracking ID. More info and instructions can be found %shere%s."
3940
  msgstr ""
3941
 
3942
- #: framework/features/google-analytics.php:98
 
3943
  msgid "IP Anonymization"
3944
  msgstr "Anonimizar IP"
3945
 
3946
- #: framework/features/google-analytics.php:102
 
3947
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
3948
  msgstr ""
3949
 
3950
- #: framework/features/opengraph-meta-data.php:17
 
3951
  msgid "OpenGraph Meta Data"
3952
  msgstr "Datos meta de OpenGraph"
3953
 
3954
- #: framework/features/opengraph-meta-data.php:20
 
3955
  msgid "Enable the OpenGraph rich meta data features for your website."
3956
  msgstr ""
3957
 
3958
- #: framework/features/opengraph-meta-data.php:29
 
3959
  msgid "Facebook Page URL"
3960
  msgstr "URL de la página de Facebook"
3961
 
3962
- #: framework/features/opengraph-meta-data.php:36
 
3963
  msgid "Facebook App ID"
3964
  msgstr "ID de la App de Facebook"
3965
 
3966
- #: framework/features/opengraph-meta-data.php:43
 
3967
  msgid "Twitter Username"
3968
  msgstr "Nombre de usuario de Twitter"
3969
 
3970
- #: framework/extensions/cookies-consent/config.php:4
3971
- msgid "Cookies Consent"
3972
- msgstr ""
3973
-
3974
- #: framework/extensions/cookies-consent/config.php:5
3975
  msgid "Display a cookie acceptance box in order to comply with the privacy regulations in your country."
3976
  msgstr ""
3977
 
3978
- #: framework/extensions/cookies-consent/customizer.php:4
3979
- msgid "Cookie Consent"
3980
- msgstr ""
3981
-
3982
- #: framework/extensions/cookies-consent/customizer.php:18,
3983
  #: framework/extensions/newsletter-subscribe/customizer.php:12,
3984
  #: framework/extensions/product-reviews/extension.php:297,
3985
  #: framework/extensions/product-reviews/metabox.php:6,
3986
- #: framework/extensions/trending/customizer.php:109,
3987
  #: framework/premium/extensions/mega-menu/options.php:6,
3988
- #: framework/premium/extensions/shortcuts/customizer.php:513,
3989
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
3990
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
3991
- #: framework/features/header/items/account/options.php:51,
 
 
 
 
 
3992
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
3993
  #: framework/premium/features/content-blocks/options/popup.php:30,
 
 
 
 
3994
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
3995
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
3996
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
3997
  #: framework/premium/features/premium-header/items/contacts/options.php:5,
3998
  #: framework/premium/features/premium-header/items/language-switcher/options.php:21,
3999
  #: framework/premium/features/premium-header/items/language-switcher/options.php:347,
4000
- #: framework/premium/features/premium-header/items/search-input/options.php:37
 
 
 
 
 
 
 
 
 
 
4001
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
4002
  msgid "General"
4003
  msgstr "General"
4004
 
4005
- #: framework/extensions/cookies-consent/customizer.php:31,
4006
- #: framework/premium/extensions/shortcuts/customizer.php:525,
4007
- #: framework/premium/extensions/woocommerce-extra/extension.php:72,
4008
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
4009
- #: framework/features/header/items/account/options.php:167,
4010
- #: framework/features/header/items/account/options.php:373,
 
 
 
 
4011
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
4012
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
 
 
 
 
4013
  msgid "Type 1"
4014
  msgstr "Tipo 1"
4015
 
4016
- #: framework/extensions/cookies-consent/customizer.php:36,
4017
- #: framework/premium/extensions/shortcuts/customizer.php:530,
4018
- #: framework/premium/extensions/woocommerce-extra/extension.php:77,
4019
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
4020
- #: framework/features/header/items/account/options.php:172,
4021
- #: framework/features/header/items/account/options.php:378,
 
 
 
 
4022
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
4023
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
 
 
 
 
4024
  msgid "Type 2"
4025
  msgstr "Tipo 2"
4026
 
4027
- #: framework/extensions/cookies-consent/customizer.php:43
 
4028
  msgid "Cookie period"
4029
  msgstr ""
4030
 
4031
- #: framework/extensions/cookies-consent/customizer.php:51
 
4032
  msgid "One hour"
4033
  msgstr "Una hora"
4034
 
4035
- #: framework/extensions/cookies-consent/customizer.php:52
 
4036
  msgid "One day"
4037
  msgstr "Un día"
4038
 
4039
- #: framework/extensions/cookies-consent/customizer.php:53
 
4040
  msgid "One week"
4041
  msgstr "Una semana"
4042
 
4043
- #: framework/extensions/cookies-consent/customizer.php:54
 
4044
  msgid "One month"
4045
  msgstr "Un mes"
4046
 
4047
- #: framework/extensions/cookies-consent/customizer.php:55
 
4048
  msgid "Three months"
4049
  msgstr "Tres meses"
4050
 
4051
- #: framework/extensions/cookies-consent/customizer.php:56
 
4052
  msgid "Six months"
4053
  msgstr "Seis meses"
4054
 
4055
- #: framework/extensions/cookies-consent/customizer.php:57
 
4056
  msgid "One year"
4057
  msgstr "Un año"
4058
 
4059
- #: framework/extensions/cookies-consent/customizer.php:58
 
4060
  msgid "Forever"
4061
  msgstr "Para siempre"
4062
 
4063
- #: framework/extensions/cookies-consent/customizer.php:65,
4064
- #: framework/premium/features/content-blocks/hooks-manager.php:194,
4065
- #: framework/premium/features/content-blocks/hooks-manager.php:202,
4066
- #: framework/premium/features/content-blocks/hooks-manager.php:210,
4067
- #: framework/premium/features/content-blocks/hooks-manager.php:218,
 
4068
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
4069
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
4070
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
@@ -4072,109 +5595,195 @@ msgstr "Para siempre"
4072
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
4073
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
4074
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
4075
- #: framework/premium/features/premium-header/items/contacts/options.php:55,
4076
- #: framework/premium/features/premium-header/items/contacts/options.php:81,
4077
- #: framework/premium/features/premium-header/items/contacts/options.php:108,
4078
- #: framework/premium/features/premium-header/items/contacts/options.php:135,
4079
- #: framework/premium/features/premium-header/items/contacts/options.php:162,
4080
- #: framework/premium/features/premium-header/items/contacts/options.php:189,
4081
- #: framework/premium/features/premium-header/items/contacts/options.php:216
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4082
  msgid "Content"
4083
  msgstr ""
4084
 
4085
- #: framework/extensions/cookies-consent/customizer.php:67,
4086
- #: framework/extensions/cookies-consent/helpers.php:30
 
 
4087
  msgid "We use cookies to ensure that we give you the best experience on our website."
4088
  msgstr ""
4089
 
4090
- #: framework/extensions/cookies-consent/customizer.php:79
4091
- msgid "Button text"
4092
- msgstr ""
4093
-
4094
- #: framework/extensions/cookies-consent/customizer.php:82,
4095
- #: framework/extensions/cookies-consent/helpers.php:33
4096
  msgid "Accept"
4097
  msgstr "Aceptar"
4098
 
4099
- #: framework/extensions/cookies-consent/customizer.php:90,
4100
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
4101
  #: framework/extensions/product-reviews/extension.php:337,
4102
- #: framework/extensions/trending/customizer.php:314,
4103
- #: framework/premium/extensions/mega-menu/options.php:514,
4104
- #: framework/premium/extensions/shortcuts/customizer.php:757,
4105
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
4106
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
4107
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
4108
- #: framework/features/header/items/account/options.php:497,
4109
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:120,
4110
- #: framework/premium/features/content-blocks/options/popup.php:342,
 
 
 
 
 
 
 
 
 
4111
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
4112
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
4113
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
4114
- #: framework/premium/features/premium-header/items/contacts/options.php:343,
4115
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
4116
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
4117
- #: framework/premium/features/premium-header/items/search-input/options.php:178
 
 
 
 
 
 
 
 
 
 
4118
  msgid "Design"
4119
  msgstr "Diseño"
4120
 
4121
- #: framework/extensions/cookies-consent/customizer.php:95,
4122
- #: framework/extensions/trending/customizer.php:329,
4123
- #: framework/premium/extensions/mega-menu/options.php:794,
4124
- #: framework/premium/extensions/shortcuts/customizer.php:773,
 
4125
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
4126
- #: framework/features/header/items/account/options.php:808,
 
 
 
 
 
 
4127
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
4128
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
4129
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
4130
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
4131
- #: framework/premium/features/premium-header/items/contacts/options.php:359,
4132
- #: framework/premium/features/premium-header/items/contacts/options.php:388,
4133
- #: framework/premium/features/premium-header/items/contacts/options.php:431,
4134
- #: framework/premium/features/premium-header/items/contacts/options.php:471,
4135
  #: framework/premium/features/premium-header/items/language-switcher/options.php:203,
4136
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
4137
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
4138
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
4139
- #: framework/premium/features/premium-header/items/language-switcher/options.php:382
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4140
  msgid "Font Color"
4141
  msgstr "Color de la fuente"
4142
 
4143
- #: framework/extensions/cookies-consent/customizer.php:112,
4144
- #: framework/extensions/cookies-consent/customizer.php:142,
4145
- #: framework/extensions/cookies-consent/customizer.php:167,
 
 
 
4146
  #: framework/extensions/newsletter-subscribe/customizer.php:165,
4147
  #: framework/extensions/newsletter-subscribe/customizer.php:190,
4148
  #: framework/extensions/newsletter-subscribe/customizer.php:222,
4149
  #: framework/extensions/newsletter-subscribe/customizer.php:253,
4150
  #: framework/extensions/newsletter-subscribe/customizer.php:290,
4151
  #: framework/extensions/newsletter-subscribe/customizer.php:322,
4152
- #: framework/extensions/trending/customizer.php:347,
4153
- #: framework/premium/extensions/mega-menu/options.php:760,
4154
- #: framework/premium/extensions/mega-menu/options.php:807,
4155
- #: framework/premium/extensions/mega-menu/options.php:826,
4156
- #: framework/premium/extensions/shortcuts/customizer.php:791,
4157
- #: framework/premium/extensions/shortcuts/customizer.php:823,
4158
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
4159
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
4160
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
4161
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:381,
4162
- #: framework/features/header/items/account/options.php:561,
4163
- #: framework/features/header/items/account/options.php:593,
4164
- #: framework/features/header/items/account/options.php:623,
4165
- #: framework/features/header/items/account/options.php:705,
4166
- #: framework/features/header/items/account/options.php:736,
4167
- #: framework/features/header/items/account/options.php:765,
4168
- #: framework/features/header/items/account/options.php:826,
4169
- #: framework/features/header/items/account/options.php:856,
4170
- #: framework/features/header/items/account/options.php:886,
4171
- #: framework/features/header/items/account/options.php:922,
4172
- #: framework/features/header/items/account/options.php:976,
4173
- #: framework/features/header/items/account/options.php:1007,
4174
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:153,
4175
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:185,
4176
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:229,
4177
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:305,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4178
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
4179
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
4180
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
@@ -4185,12 +5794,12 @@ msgstr "Color de la fuente"
4185
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
4186
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
4187
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
4188
- #: framework/premium/features/premium-header/items/contacts/options.php:576,
4189
- #: framework/premium/features/premium-header/items/contacts/options.php:607,
4190
- #: framework/premium/features/premium-header/items/contacts/options.php:637,
4191
- #: framework/premium/features/premium-header/items/contacts/options.php:737,
4192
- #: framework/premium/features/premium-header/items/contacts/options.php:776,
4193
- #: framework/premium/features/premium-header/items/contacts/options.php:815,
4194
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
4195
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
4196
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
@@ -4211,120 +5820,250 @@ msgstr "Color de la fuente"
4211
  #: framework/premium/features/premium-header/items/search-input/options.php:626,
4212
  #: framework/premium/features/premium-header/items/search-input/options.php:656,
4213
  #: framework/premium/features/premium-header/items/search-input/options.php:686,
4214
- #: framework/premium/features/premium-header/items/search-input/options.php:762,
4215
- #: framework/premium/features/premium-header/items/search-input/options.php:790
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4216
  msgid "Initial"
4217
  msgstr ""
4218
 
4219
- #: framework/extensions/cookies-consent/customizer.php:118,
4220
- #: framework/extensions/cookies-consent/customizer.php:147,
 
 
 
4221
  #: framework/extensions/newsletter-subscribe/customizer.php:196,
4222
  #: framework/extensions/newsletter-subscribe/customizer.php:327,
4223
- #: framework/extensions/trending/customizer.php:353,
4224
- #: framework/premium/extensions/mega-menu/options.php:765,
4225
- #: framework/premium/extensions/shortcuts/customizer.php:797,
4226
- #: framework/premium/extensions/shortcuts/customizer.php:829,
4227
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:357,
4228
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
4229
- #: framework/features/header/items/account/options.php:567,
4230
- #: framework/features/header/items/account/options.php:598,
4231
- #: framework/features/header/items/account/options.php:628,
4232
- #: framework/features/header/items/account/options.php:711,
4233
- #: framework/features/header/items/account/options.php:741,
4234
- #: framework/features/header/items/account/options.php:770,
4235
- #: framework/features/header/items/account/options.php:832,
4236
- #: framework/features/header/items/account/options.php:982,
4237
- #: framework/features/header/items/account/options.php:1013,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4238
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
4239
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
4240
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
4241
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
4242
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
4243
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
4244
- #: framework/premium/features/premium-header/items/contacts/options.php:581,
4245
- #: framework/premium/features/premium-header/items/contacts/options.php:612,
4246
- #: framework/premium/features/premium-header/items/contacts/options.php:642,
4247
- #: framework/premium/features/premium-header/items/contacts/options.php:742,
4248
- #: framework/premium/features/premium-header/items/contacts/options.php:781,
4249
- #: framework/premium/features/premium-header/items/contacts/options.php:820,
4250
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
4251
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
4252
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
4253
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
4254
- #: framework/premium/features/premium-header/items/search-input/options.php:767
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4255
  msgid "Hover"
4256
  msgstr ""
4257
 
4258
- #: framework/extensions/cookies-consent/customizer.php:126,
4259
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
4260
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
 
 
4261
  msgid "Button Color"
4262
  msgstr "Color del botón"
4263
 
4264
- #: framework/extensions/cookies-consent/customizer.php:154,
4265
- #: framework/premium/extensions/mega-menu/options.php:814,
4266
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:167,
 
 
 
 
 
 
 
 
 
4267
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
4268
- #: framework/premium/features/premium-header/items/language-switcher/options.php:412
 
 
 
 
4269
  msgid "Background Color"
4270
  msgstr "Color del fondo"
4271
 
4272
- #: framework/extensions/cookies-consent/customizer.php:179
 
4273
  msgid "Maximum Width"
4274
  msgstr ""
4275
 
4276
- #: framework/extensions/cookies-consent/customizer.php:202
 
4277
  msgid "I accept the %sPrivacy Policy%s*"
4278
  msgstr ""
4279
 
4280
- #: framework/extensions/cookies-consent/customizer.php:206
 
4281
  msgid "This text will appear under each comment form and subscribe form."
4282
  msgstr ""
4283
 
4284
- #: framework/extensions/cookies-consent/helpers.php:78
 
4285
  msgid "I accept the %sPrivacy Policy%s"
4286
- msgstr "Acepto la %spol��tica de privacidad%s"
4287
 
4288
  #: framework/extensions/cookies-consent/readme.php:1,
4289
  #: framework/extensions/newsletter-subscribe/readme.php:1,
4290
  #: framework/premium/extensions/code-snippets/readme.php:1,
4291
  #: framework/premium/extensions/post-types-extra/readme.php:1,
4292
- #: framework/premium/extensions/woocommerce-extra/readme.php:1
 
 
 
 
 
4293
  msgid "Instructions"
4294
  msgstr "Instrucciones"
4295
 
4296
- #: framework/extensions/cookies-consent/readme.php:4
 
4297
  msgid "After installing and activating the Cookies Consent extension you will be able to configure it from this location:"
4298
  msgstr ""
4299
 
4300
  #: framework/extensions/cookies-consent/readme.php:9,
4301
- #: framework/extensions/widgets/widgets/ct-socials/options.php:31
4302
  msgid "Customizer"
4303
  msgstr "Personalizador"
4304
 
4305
- #: framework/extensions/cookies-consent/readme.php:13
 
4306
  msgid "Navigate to %s and customize the notification to meet your needs."
4307
  msgstr ""
4308
 
4309
- #: framework/extensions/cookies-consent/readme.php:16
 
4310
  msgid "Customizer ➝ Cookie Consent"
4311
  msgstr ""
4312
 
4313
- #: framework/extensions/newsletter-subscribe/config.php:4,
4314
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
4315
  msgid "Newsletter Subscribe"
4316
  msgstr ""
4317
 
4318
- #: framework/extensions/newsletter-subscribe/config.php:5
 
4319
  msgid "Easily capture new leads for your newsletter with the help of a widget, shortcode or even a block inserted on your pages or posts."
4320
  msgstr ""
4321
 
4322
- #: framework/extensions/newsletter-subscribe/customizer.php:4
 
4323
  msgid "Subscribe Form"
4324
  msgstr ""
4325
 
4326
  #: framework/extensions/newsletter-subscribe/customizer.php:18,
4327
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
 
4328
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
4329
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
4330
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
@@ -4338,24 +6077,50 @@ msgstr ""
4338
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
4339
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
4340
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
4341
- #: framework/premium/features/premium-header/items/contacts/options.php:48,
4342
- #: framework/premium/features/premium-header/items/contacts/options.php:74,
4343
- #: framework/premium/features/premium-header/items/contacts/options.php:101,
4344
- #: framework/premium/features/premium-header/items/contacts/options.php:128,
4345
- #: framework/premium/features/premium-header/items/contacts/options.php:155,
4346
- #: framework/premium/features/premium-header/items/contacts/options.php:182,
4347
- #: framework/premium/features/premium-header/items/contacts/options.php:209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4348
  msgid "Title"
4349
  msgstr "Título"
4350
 
4351
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
4352
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
4353
- #: framework/extensions/newsletter-subscribe/helpers.php:96
 
 
 
4354
  msgid "Newsletter Updates"
4355
  msgstr ""
4356
 
4357
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
4358
- #: framework/extensions/widgets/widgets/ct-posts/widget.php:14
 
 
4359
  msgid "Description"
4360
  msgstr "Descripción"
4361
 
@@ -4363,12 +6128,19 @@ msgstr "Descripción"
4363
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
4364
  #: framework/extensions/newsletter-subscribe/helpers.php:97,
4365
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
4366
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
 
 
 
 
 
4367
  msgid "Enter your email address below to subscribe to our newsletter"
4368
  msgstr "Introduce tu dirección de correo electrónico para suscribirte a nuestro boletín"
4369
 
4370
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
4371
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
 
 
4372
  msgid "List Source"
4373
  msgstr ""
4374
 
@@ -4377,33 +6149,55 @@ msgstr ""
4377
  #: framework/features/header/header-options.php:71,
4378
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
4379
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
 
 
 
4380
  #: framework/extensions/widgets/widgets/ct-posts/options.php:173,
4381
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
4382
- #: framework/premium/features/content-blocks/options/hook.php:289
 
 
 
 
 
4383
  msgid "Default"
4384
  msgstr "Por defecto"
4385
 
4386
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
4387
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
4388
  #: framework/premium/extensions/shortcuts/customizer.php:250,
4389
- #: framework/premium/extensions/shortcuts/customizer.php:276
 
 
 
 
 
 
 
 
4390
  #: framework/premium/static/js/options/IconPicker/Modal.js:148
4391
  msgid "Custom"
4392
  msgstr ""
4393
 
4394
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
4395
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
4396
- #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:187
 
 
4397
  msgid "List ID"
4398
  msgstr ""
4399
 
4400
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
4401
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
 
 
4402
  msgid "Name Field"
4403
  msgstr ""
4404
 
4405
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
4406
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
 
 
4407
  msgid "Name Label"
4408
  msgstr ""
4409
 
@@ -4412,12 +6206,20 @@ msgstr ""
4412
  #: framework/extensions/newsletter-subscribe/helpers.php:57,
4413
  #: framework/extensions/newsletter-subscribe/helpers.php:108,
4414
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
4415
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
 
 
 
 
 
 
4416
  msgid "Your name"
4417
  msgstr "Tu nombre"
4418
 
4419
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
4420
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
 
 
4421
  msgid "Mail Label"
4422
  msgstr ""
4423
 
@@ -4426,12 +6228,20 @@ msgstr ""
4426
  #: framework/extensions/newsletter-subscribe/helpers.php:61,
4427
  #: framework/extensions/newsletter-subscribe/helpers.php:109,
4428
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
4429
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
 
 
 
 
 
 
4430
  msgid "Your email"
4431
  msgstr "Tu correo electrónico"
4432
 
4433
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
4434
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
 
 
4435
  msgid "Button Label"
4436
  msgstr ""
4437
 
@@ -4440,7 +6250,13 @@ msgstr ""
4440
  #: framework/extensions/newsletter-subscribe/helpers.php:52,
4441
  #: framework/extensions/newsletter-subscribe/helpers.php:101,
4442
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
4443
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
 
 
 
 
 
 
4444
  msgid "Subscribe"
4445
  msgstr "Suscribir"
4446
 
@@ -4449,132 +6265,251 @@ msgstr "Suscribir"
4449
  #: framework/premium/extensions/shortcuts/customizer.php:107,
4450
  #: framework/premium/extensions/shortcuts/customizer.php:169,
4451
  #: framework/premium/extensions/shortcuts/customizer.php:225,
4452
- #: framework/premium/extensions/shortcuts/customizer.php:292,
4453
- #: framework/premium/extensions/shortcuts/customizer.php:351,
4454
- #: framework/premium/extensions/shortcuts/customizer.php:407,
4455
- #: framework/premium/extensions/shortcuts/customizer.php:463,
4456
- #: framework/premium/extensions/shortcuts/customizer.php:721,
 
4457
  #: framework/premium/features/content-blocks/options/404.php:140,
4458
  #: framework/premium/features/content-blocks/options/header.php:166,
4459
  #: framework/premium/features/content-blocks/options/hook.php:325,
4460
- #: framework/premium/features/content-blocks/options/popup.php:321,
 
 
 
 
 
 
 
 
 
4461
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
4462
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
 
 
 
 
 
 
4463
  msgid "Visibility"
4464
  msgstr "Visibilidad"
4465
 
4466
  #: framework/extensions/newsletter-subscribe/customizer.php:137,
4467
- #: framework/extensions/trending/customizer.php:259,
4468
- #: framework/features/header/header-options.php:89,
4469
- #: framework/features/header/header-options.php:171,
4470
  #: framework/premium/extensions/shortcuts/customizer.php:59,
4471
  #: framework/premium/extensions/shortcuts/customizer.php:121,
4472
  #: framework/premium/extensions/shortcuts/customizer.php:183,
4473
  #: framework/premium/extensions/shortcuts/customizer.php:239,
4474
- #: framework/premium/extensions/shortcuts/customizer.php:307,
4475
- #: framework/premium/extensions/shortcuts/customizer.php:365,
4476
- #: framework/premium/extensions/shortcuts/customizer.php:421,
4477
- #: framework/premium/extensions/shortcuts/customizer.php:477,
4478
- #: framework/premium/extensions/shortcuts/customizer.php:613,
4479
- #: framework/premium/extensions/shortcuts/customizer.php:735,
 
 
4480
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
4481
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
4482
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
4483
- #: framework/features/header/items/account/options.php:228,
4484
- #: framework/features/header/items/account/options.php:434,
 
 
 
 
4485
  #: framework/premium/features/content-blocks/options/404.php:151,
4486
  #: framework/premium/features/content-blocks/options/header.php:177,
4487
  #: framework/premium/features/content-blocks/options/hook.php:336,
4488
- #: framework/premium/features/content-blocks/options/popup.php:332,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4489
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
4490
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
4491
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
 
 
 
 
 
 
 
 
 
4492
  msgid "Desktop"
4493
  msgstr "Escritorio"
4494
 
4495
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
4496
- #: framework/extensions/trending/customizer.php:260,
4497
  #: framework/premium/extensions/shortcuts/customizer.php:60,
4498
  #: framework/premium/extensions/shortcuts/customizer.php:122,
4499
  #: framework/premium/extensions/shortcuts/customizer.php:184,
4500
  #: framework/premium/extensions/shortcuts/customizer.php:240,
4501
- #: framework/premium/extensions/shortcuts/customizer.php:308,
4502
- #: framework/premium/extensions/shortcuts/customizer.php:366,
4503
- #: framework/premium/extensions/shortcuts/customizer.php:422,
4504
- #: framework/premium/extensions/shortcuts/customizer.php:478,
4505
- #: framework/premium/extensions/shortcuts/customizer.php:614,
4506
- #: framework/premium/extensions/shortcuts/customizer.php:736,
 
 
4507
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
4508
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
4509
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
4510
- #: framework/features/header/items/account/options.php:229,
4511
- #: framework/features/header/items/account/options.php:435,
4512
- #: framework/features/header/items/account/options.php:1077,
 
 
4513
  #: framework/premium/features/content-blocks/options/404.php:152,
4514
  #: framework/premium/features/content-blocks/options/header.php:178,
4515
  #: framework/premium/features/content-blocks/options/hook.php:337,
4516
- #: framework/premium/features/content-blocks/options/popup.php:333,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4517
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
4518
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
4519
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
 
 
 
 
 
 
 
 
 
 
4520
  msgid "Tablet"
4521
  msgstr "Tableta"
4522
 
4523
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
4524
- #: framework/extensions/trending/customizer.php:261,
4525
- #: framework/features/header/header-options.php:91,
4526
- #: framework/features/header/header-options.php:173,
4527
  #: framework/premium/extensions/shortcuts/customizer.php:61,
4528
  #: framework/premium/extensions/shortcuts/customizer.php:123,
4529
  #: framework/premium/extensions/shortcuts/customizer.php:185,
4530
  #: framework/premium/extensions/shortcuts/customizer.php:241,
4531
- #: framework/premium/extensions/shortcuts/customizer.php:309,
4532
- #: framework/premium/extensions/shortcuts/customizer.php:367,
4533
- #: framework/premium/extensions/shortcuts/customizer.php:423,
4534
- #: framework/premium/extensions/shortcuts/customizer.php:479,
4535
- #: framework/premium/extensions/shortcuts/customizer.php:615,
4536
- #: framework/premium/extensions/shortcuts/customizer.php:737,
 
 
4537
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
4538
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
4539
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
 
 
 
 
4540
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
4541
- #: framework/features/header/items/account/options.php:230,
4542
- #: framework/features/header/items/account/options.php:436,
4543
- #: framework/features/header/items/account/options.php:1078,
4544
  #: framework/premium/features/content-blocks/options/404.php:153,
4545
  #: framework/premium/features/content-blocks/options/header.php:179,
4546
  #: framework/premium/features/content-blocks/options/hook.php:338,
4547
- #: framework/premium/features/content-blocks/options/popup.php:334,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4548
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
4549
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
4550
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
4551
- #: framework/premium/features/premium-header/items/contacts/options.php:97
 
 
 
 
 
 
 
 
 
 
 
 
4552
  msgid "Mobile"
4553
  msgstr "Móvil"
4554
 
4555
- #: framework/extensions/newsletter-subscribe/customizer.php:152
 
4556
  msgid "Title Color"
4557
  msgstr ""
4558
 
4559
- #: framework/extensions/newsletter-subscribe/customizer.php:173
 
4560
  msgid "Description Color"
4561
  msgstr ""
4562
 
4563
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
4564
- #: framework/features/header/items/account/options.php:840,
 
4565
  #: framework/premium/features/premium-header/items/search-input/options.php:184,
4566
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
4567
  #: framework/premium/features/premium-header/items/search-input/options.php:245,
4568
- #: framework/premium/features/premium-header/items/search-input/options.php:275
 
 
 
 
 
4569
  msgid "Input Font Color"
4570
  msgstr ""
4571
 
4572
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
4573
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
4574
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
4575
- #: framework/features/header/items/account/options.php:862,
4576
- #: framework/features/header/items/account/options.php:892,
4577
- #: framework/features/header/items/account/options.php:928,
 
 
 
4578
  #: framework/premium/features/premium-header/items/search-input/options.php:237,
4579
  #: framework/premium/features/premium-header/items/search-input/options.php:268,
4580
  #: framework/premium/features/premium-header/items/search-input/options.php:298,
@@ -4586,889 +6521,1193 @@ msgstr ""
4586
  #: framework/premium/features/premium-header/items/search-input/options.php:558,
4587
  #: framework/premium/features/premium-header/items/search-input/options.php:631,
4588
  #: framework/premium/features/premium-header/items/search-input/options.php:661,
4589
- #: framework/premium/features/premium-header/items/search-input/options.php:691
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4590
  msgid "Focus"
4591
  msgstr "Objetivo"
4592
 
4593
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
4594
- #: framework/features/header/items/account/options.php:870,
 
4595
  #: framework/premium/features/premium-header/items/search-input/options.php:444,
4596
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
4597
  #: framework/premium/features/premium-header/items/search-input/options.php:505,
4598
- #: framework/premium/features/premium-header/items/search-input/options.php:535
 
 
 
 
 
4599
  msgid "Input Border Color"
4600
  msgstr ""
4601
 
4602
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
4603
- #: framework/features/header/items/account/options.php:906,
 
4604
  #: framework/premium/features/premium-header/items/search-input/options.php:580,
4605
  #: framework/premium/features/premium-header/items/search-input/options.php:608,
4606
  #: framework/premium/features/premium-header/items/search-input/options.php:638,
4607
- #: framework/premium/features/premium-header/items/search-input/options.php:668
 
 
 
 
 
4608
  msgid "Input Background Color"
4609
  msgstr ""
4610
 
4611
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
4612
- #: framework/extensions/trending/customizer.php:361,
4613
- #: framework/premium/extensions/shortcuts/customizer.php:932
 
 
 
4614
  msgid "Container Background"
4615
  msgstr "Fondo del contenedor"
4616
 
4617
- #: framework/extensions/newsletter-subscribe/customizer.php:350
 
4618
  msgid "Container Border"
4619
  msgstr ""
4620
 
4621
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
4622
- #: framework/extensions/trending/customizer.php:377
 
 
4623
  msgid "Container Inner Spacing"
4624
  msgstr ""
4625
 
4626
  #: framework/extensions/newsletter-subscribe/customizer.php:400,
4627
- #: framework/premium/extensions/shortcuts/customizer.php:953
 
 
4628
  msgid "Container Border Radius"
4629
  msgstr ""
4630
 
4631
- #: framework/extensions/newsletter-subscribe/extension.php:134
 
4632
  msgid "Disable Subscribe Form"
4633
  msgstr ""
4634
 
4635
  #: framework/extensions/newsletter-subscribe/helpers.php:163,
4636
- #: framework/features/header/items/account/options.php:278
 
 
4637
  #: static/js/screens/SiteExport.js:85
4638
  msgid "Name"
4639
  msgstr "Nombre"
4640
 
4641
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
4642
- #: framework/features/header/modal/register.php:11,
4643
  #: framework/premium/extensions/shortcuts/customizer.php:130,
4644
  #: framework/premium/extensions/shortcuts/customizer.php:153,
 
4645
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
4646
- #: framework/premium/extensions/shortcuts/views/bar.php:27,
4647
- #: framework/premium/features/premium-header/items/contacts/options.php:178
 
 
 
 
 
 
4648
  msgid "Email"
4649
  msgstr "Correo electrónico"
4650
 
4651
- #: framework/extensions/newsletter-subscribe/readme.php:4
 
4652
  msgid ""
4653
  "After installing and activating the Newsletter Subscribe\n"
4654
  " extension you will have two possibilities to show your subscribe form:"
4655
  msgstr ""
4656
 
4657
- #: framework/extensions/newsletter-subscribe/readme.php:10
 
4658
  msgid "Widget"
4659
  msgstr ""
4660
 
4661
- #: framework/extensions/newsletter-subscribe/readme.php:14
 
4662
  msgid "Navigate to %s and place the widget in any widget area you want."
4663
  msgstr ""
4664
 
4665
- #: framework/extensions/newsletter-subscribe/readme.php:17
 
4666
  msgid "Appearance ➝ Widgets"
4667
  msgstr ""
4668
 
4669
- #: framework/extensions/newsletter-subscribe/readme.php:25
 
4670
  msgid "Single Page Block"
4671
  msgstr ""
4672
 
4673
- #: framework/extensions/newsletter-subscribe/readme.php:29
 
4674
  msgid "Navigate to %s and customize the form and more."
4675
  msgstr ""
4676
 
4677
- #: framework/extensions/newsletter-subscribe/readme.php:32
 
4678
  msgid "Customizer ➝ Single Posts"
4679
  msgstr ""
4680
 
4681
- #: framework/extensions/product-reviews/config.php:4,
4682
  #: framework/extensions/product-reviews/extension.php:434,
4683
  #: framework/extensions/product-reviews/extension.php:435,
4684
  #: framework/extensions/product-reviews/extension.php:438,
4685
- #: framework/extensions/product-reviews/extension.php:440
 
 
 
 
4686
  msgid "Product Reviews"
4687
  msgstr ""
4688
 
4689
- #: framework/extensions/product-reviews/config.php:5
 
4690
  msgid "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."
4691
  msgstr ""
4692
 
4693
  #: framework/extensions/product-reviews/extension.php:233,
4694
- #: framework/extensions/product-reviews/views/single-top.php:139
 
 
4695
  msgid "Overall Score"
4696
  msgstr ""
4697
 
4698
- #: framework/extensions/product-reviews/extension.php:291
 
4699
  msgid "Review Summary"
4700
  msgstr ""
4701
 
4702
- #: framework/extensions/product-reviews/extension.php:302
 
4703
  msgid "Scores Box Width"
4704
  msgstr ""
4705
 
4706
- #: framework/extensions/product-reviews/extension.php:312
 
4707
  msgid "Read More Button"
4708
  msgstr "Botón «Leer más»"
4709
 
4710
- #: framework/extensions/product-reviews/extension.php:323
 
4711
  msgid "Buy Now Button"
4712
  msgstr ""
4713
 
4714
- #: framework/extensions/product-reviews/extension.php:342
 
4715
  msgid "Star Rating Color"
4716
  msgstr ""
4717
 
4718
  #: framework/extensions/product-reviews/extension.php:359,
4719
  #: framework/extensions/product-reviews/extension.php:387,
4720
  #: framework/extensions/product-reviews/extension.php:408,
4721
- #: framework/premium/extensions/mega-menu/options.php:770
 
 
 
 
4722
  msgid "Active"
4723
  msgstr "Activo"
4724
 
4725
- #: framework/extensions/product-reviews/extension.php:365
 
4726
  msgid "Inactive"
4727
  msgstr "Inactivo"
4728
 
4729
- #: framework/extensions/product-reviews/extension.php:373
 
4730
  msgid "Overll Score Text"
4731
  msgstr ""
4732
 
4733
- #: framework/extensions/product-reviews/extension.php:395
 
4734
  msgid "Overll Score Background"
4735
  msgstr ""
4736
 
4737
- #: framework/extensions/product-reviews/extension.php:439
 
4738
  msgid "Product Review"
4739
  msgstr ""
4740
 
4741
- #: framework/extensions/product-reviews/extension.php:441
 
4742
  msgid "Parent Product Review"
4743
  msgstr ""
4744
 
4745
- #: framework/extensions/product-reviews/extension.php:442
 
4746
  msgid "All Reviews"
4747
  msgstr "Todas las reseñas"
4748
 
4749
- #: framework/extensions/product-reviews/extension.php:443
 
4750
  msgid "View Product Review"
4751
  msgstr ""
4752
 
4753
- #: framework/extensions/product-reviews/extension.php:444
 
4754
  msgid "Add New Product Review"
4755
  msgstr ""
4756
 
4757
- #: framework/extensions/product-reviews/extension.php:445
 
4758
  msgid "Add New Review"
4759
  msgstr ""
4760
 
4761
- #: framework/extensions/product-reviews/extension.php:446
 
4762
  msgid "Edit Product Review"
4763
  msgstr ""
4764
 
4765
- #: framework/extensions/product-reviews/extension.php:447
 
4766
  msgid "Update Product Review"
4767
  msgstr ""
4768
 
4769
- #: framework/extensions/product-reviews/extension.php:448
 
4770
  msgid "Search Product Review"
4771
  msgstr ""
4772
 
4773
- #: framework/extensions/product-reviews/extension.php:449
 
4774
  msgid "Not Found"
4775
  msgstr "No encontrado"
4776
 
4777
- #: framework/extensions/product-reviews/extension.php:450
 
4778
  msgid "Not found in Trash"
4779
  msgstr ""
4780
 
4781
  #: framework/extensions/product-reviews/extension.php:484,
4782
- #: framework/extensions/product-reviews/extension.php:494
 
 
4783
  msgid "Categories"
4784
  msgstr "Categorías"
4785
 
4786
  #: framework/extensions/product-reviews/extension.php:485,
4787
  #: framework/extensions/trending/customizer.php:35,
4788
- #: framework/extensions/widgets/widgets/ct-posts/options.php:37
 
 
 
4789
  msgid "Category"
4790
  msgstr "Categoría"
4791
 
4792
- #: framework/extensions/product-reviews/extension.php:486
 
4793
  msgid "Search Category"
4794
  msgstr "Buscar una categoría"
4795
 
4796
- #: framework/extensions/product-reviews/extension.php:487
 
4797
  msgid "All Categories"
4798
  msgstr "Todas las categorías"
4799
 
4800
- #: framework/extensions/product-reviews/extension.php:488
 
4801
  msgid "Parent Category"
4802
  msgstr ""
4803
 
4804
- #: framework/extensions/product-reviews/extension.php:489
 
4805
  msgid "Parent Category:"
4806
  msgstr ""
4807
 
4808
- #: framework/extensions/product-reviews/extension.php:490
 
4809
  msgid "Edit Category"
4810
  msgstr "Editar la categoría"
4811
 
4812
- #: framework/extensions/product-reviews/extension.php:491
 
4813
  msgid "Update Category"
4814
  msgstr "Actualizar la categoría"
4815
 
4816
- #: framework/extensions/product-reviews/extension.php:492
 
4817
  msgid "Add New Category"
4818
  msgstr "Añadir una nueva categoría"
4819
 
4820
- #: framework/extensions/product-reviews/extension.php:493
 
4821
  msgid "New Category Name"
4822
  msgstr "Nombre de la nueva categoría"
4823
 
4824
  #. translators: %s is the theme name.
4825
- #: framework/extensions/product-reviews/extension.php:512
 
 
4826
  msgid "%s Settings"
4827
  msgstr ""
4828
 
4829
- #: framework/extensions/product-reviews/extension.php:513
 
4830
  msgid "Blocksy"
4831
  msgstr "Blocksy"
4832
 
4833
  #: framework/extensions/product-reviews/helpers.php:30,
4834
- #: framework/extensions/product-reviews/metabox.php:163
 
 
4835
  msgid "Rating"
4836
  msgstr "Valoración"
4837
 
4838
- #: framework/extensions/product-reviews/metabox.php:10
 
4839
  msgid "Review Entity"
4840
  msgstr ""
4841
 
4842
  #: framework/extensions/product-reviews/metabox.php:18,
4843
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:13
 
 
4844
  msgid "Product"
4845
  msgstr ""
4846
 
4847
- #: framework/extensions/product-reviews/metabox.php:19
 
4848
  msgid "Book"
4849
  msgstr "Libro"
4850
 
4851
- #: framework/extensions/product-reviews/metabox.php:21
 
4852
  msgid "Creative Work Season"
4853
  msgstr ""
4854
 
4855
- #: framework/extensions/product-reviews/metabox.php:22
 
4856
  msgid "Creative Work Series"
4857
  msgstr ""
4858
 
4859
- #: framework/extensions/product-reviews/metabox.php:23
 
4860
  msgid "Episode"
4861
  msgstr "Episodio"
4862
 
4863
- #: framework/extensions/product-reviews/metabox.php:25
 
4864
  msgid "Game"
4865
  msgstr "Juego"
4866
 
4867
- #: framework/extensions/product-reviews/metabox.php:27
 
4868
  msgid "Local Business"
4869
  msgstr "Negocio local"
4870
 
4871
- #: framework/extensions/product-reviews/metabox.php:28
 
4872
  msgid "Media Object"
4873
  msgstr ""
4874
 
4875
- #: framework/extensions/product-reviews/metabox.php:29
 
4876
  msgid "Movie"
4877
  msgstr "Película"
4878
 
4879
- #: framework/extensions/product-reviews/metabox.php:30
 
4880
  msgid "Music Playlist"
4881
  msgstr ""
4882
 
4883
- #: framework/extensions/product-reviews/metabox.php:31
 
4884
  msgid "Music Recording"
4885
  msgstr ""
4886
 
4887
- #: framework/extensions/product-reviews/metabox.php:32
 
4888
  msgid "Organization"
4889
  msgstr "Organización"
4890
 
4891
- #: framework/extensions/product-reviews/metabox.php:38
 
4892
  msgid "More info about review entity and how to choose the right one can be found %shere%s."
4893
  msgstr ""
4894
 
4895
- #: framework/extensions/product-reviews/metabox.php:53
 
4896
  msgid "Product Price"
4897
  msgstr ""
4898
 
4899
- #: framework/extensions/product-reviews/metabox.php:60
 
4900
  msgid "Product SKU"
4901
  msgstr ""
4902
 
4903
- #: framework/extensions/product-reviews/metabox.php:67
 
4904
  msgid "Product Brand"
4905
  msgstr ""
4906
 
4907
- #: framework/extensions/product-reviews/metabox.php:80
 
4908
  msgid "Gallery"
4909
  msgstr "Galería"
4910
 
4911
- #: framework/extensions/product-reviews/metabox.php:91
 
4912
  msgid "Affiliate Button Label"
4913
  msgstr ""
4914
 
4915
- #: framework/extensions/product-reviews/metabox.php:93,
4916
- #: framework/extensions/product-reviews/views/single-top.php:156
 
 
4917
  msgid "Buy Now"
4918
  msgstr "Comprar ahora"
4919
 
4920
- #: framework/extensions/product-reviews/metabox.php:98
 
4921
  msgid "Affiliate Link"
4922
  msgstr ""
4923
 
4924
- #: framework/extensions/product-reviews/metabox.php:104
 
4925
  msgid "Open Link In New Tab"
4926
  msgstr ""
4927
 
4928
- #: framework/extensions/product-reviews/metabox.php:110
 
4929
  msgid "Sponsored Attribute"
4930
  msgstr ""
4931
 
4932
- #: framework/extensions/product-reviews/metabox.php:132
 
4933
  msgid "Read More Button Label"
4934
  msgstr ""
4935
 
4936
- #: framework/extensions/product-reviews/metabox.php:134,
4937
- #: framework/extensions/product-reviews/views/single-top.php:162
 
 
4938
  msgid "Read More"
4939
  msgstr "Leer más"
4940
 
4941
- #: framework/extensions/product-reviews/metabox.php:154
 
4942
  msgid "Short Description"
4943
  msgstr "Descripción corta"
4944
 
4945
- #: framework/extensions/product-reviews/metabox.php:169
 
4946
  msgid "Scores"
4947
  msgstr "Puntuaciones"
4948
 
4949
- #: framework/extensions/product-reviews/metabox.php:209
 
4950
  msgid "Product specs"
4951
  msgstr ""
4952
 
4953
- #: framework/extensions/product-reviews/metabox.php:234,
4954
- #: framework/extensions/product-reviews/views/single-top.php:262
 
 
4955
  msgid "Pros"
4956
  msgstr ""
4957
 
4958
- #: framework/extensions/product-reviews/metabox.php:254,
4959
- #: framework/extensions/product-reviews/views/single-top.php:285
 
 
4960
  msgid "Cons"
4961
  msgstr ""
4962
 
4963
- #: framework/extensions/trending/config.php:4,
4964
- #: framework/extensions/trending/customizer.php:96,
4965
- #: framework/extensions/trending/customizer.php:105
4966
  msgid "Trending Posts"
4967
  msgstr "Entradas en tendencia"
4968
 
4969
- #: framework/extensions/trending/config.php:5
 
4970
  msgid "Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time."
4971
  msgstr ""
4972
 
4973
  #: framework/extensions/trending/customizer.php:8,
4974
- #: framework/premium/extensions/shortcuts/views/bar.php:30,
4975
- #: framework/premium/features/premium-header/items/search-input/options.php:6
 
 
 
4976
  msgid "Products"
4977
  msgstr "Productos"
4978
 
4979
  #: framework/extensions/trending/customizer.php:36,
4980
- #: framework/extensions/widgets/widgets/ct-posts/options.php:38
 
 
4981
  msgid "All categories"
4982
  msgstr "Todas las categorias"
4983
 
4984
  #: framework/extensions/trending/customizer.php:41,
4985
- #: framework/extensions/widgets/widgets/ct-posts/options.php:43
 
 
4986
  msgid "Taxonomy"
4987
  msgstr ""
4988
 
4989
  #: framework/extensions/trending/customizer.php:42,
4990
- #: framework/extensions/widgets/widgets/ct-posts/options.php:44
 
 
4991
  msgid "All taxonomies"
4992
  msgstr ""
4993
 
4994
- #: framework/extensions/trending/customizer.php:114
 
4995
  msgid "Module Title"
4996
  msgstr ""
4997
 
4998
- #: framework/extensions/trending/customizer.php:117,
4999
- #: framework/extensions/trending/helpers.php:218
 
 
5000
  msgid "Trending now"
5001
  msgstr "Tendencia ahora"
5002
 
5003
- #: framework/extensions/trending/customizer.php:122
 
5004
  msgid "Module Title Tag"
5005
  msgstr ""
5006
 
5007
- #: framework/extensions/trending/customizer.php:169,
 
5008
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
5009
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
5010
- #: framework/extensions/widgets/widgets/ct-posts/options.php:168
 
 
 
5011
  msgid "Source"
5012
  msgstr ""
5013
 
5014
- #: framework/extensions/trending/customizer.php:174,
5015
- #: framework/extensions/widgets/widgets/ct-posts/options.php:154
 
 
5016
  msgid "Taxonomies"
5017
  msgstr ""
5018
 
5019
- #: framework/extensions/trending/customizer.php:175,
 
5020
  #: framework/extensions/widgets/widgets/ct-posts/options.php:155,
5021
- #: framework/extensions/widgets/widgets/ct-posts/options.php:174
 
 
5022
  msgid "Custom Query"
5023
  msgstr ""
5024
 
5025
- #: framework/extensions/trending/customizer.php:198,
5026
- #: framework/extensions/widgets/widgets/ct-posts/options.php:243
 
 
5027
  msgid "Posts ID"
5028
  msgstr ""
5029
 
5030
- #: framework/extensions/trending/customizer.php:202,
5031
- #: framework/extensions/widgets/widgets/ct-posts/options.php:247
 
 
5032
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
5033
  msgstr ""
5034
 
5035
- #: framework/extensions/trending/customizer.php:218
 
5036
  msgid "Trending From"
5037
  msgstr "Tendencia desde"
5038
 
5039
- #: framework/extensions/trending/customizer.php:227,
5040
- #: framework/extensions/widgets/widgets/ct-posts/options.php:213
 
 
5041
  msgid "All Time"
5042
  msgstr "Todo el tiempo"
5043
 
5044
- #: framework/extensions/trending/customizer.php:228
 
5045
  msgid "Last 24 Hours"
5046
  msgstr "Últimas 24 horas"
5047
 
5048
- #: framework/extensions/trending/customizer.php:229
 
5049
  msgid "Last 7 Days"
5050
  msgstr "Últimos 7 días"
5051
 
5052
- #: framework/extensions/trending/customizer.php:230
 
5053
  msgid "Last Month"
5054
  msgstr "Último mes"
5055
 
5056
- #: framework/extensions/trending/customizer.php:247
 
5057
  msgid "Container Visibility"
5058
  msgstr "Visibilidad del contenedor"
5059
 
5060
- #: framework/extensions/trending/customizer.php:320
 
5061
  msgid "Posts Font"
5062
  msgstr ""
5063
 
5064
- #: framework/extensions/widgets/config.php:4
 
5065
  msgid "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."
5066
  msgstr ""
5067
 
5068
- #: framework/features/header/account-modal.php:47,
5069
- #: framework/features/header/items/account/options.php:481,
5070
- #: framework/features/header/items/account/views/logout.php:3
 
 
 
5071
  msgid "Login"
5072
  msgstr "Acceso"
5073
 
5074
- #: framework/features/header/account-modal.php:51
 
5075
  msgid "Sign Up"
5076
  msgstr "Registrarse"
5077
 
5078
- #: framework/features/header/account-modal.php:70
 
5079
  msgid "Back to login"
5080
  msgstr "Volver a acceso"
5081
 
5082
- #: framework/features/header/header-options.php:6
 
5083
  msgid "Sticky Functionality"
5084
  msgstr "Funcionalidad de efecto fijo"
5085
 
5086
- #: framework/features/header/header-options.php:32
 
5087
  msgid "Only Main Row"
5088
  msgstr "Sólo la fila principal"
5089
 
5090
- #: framework/features/header/header-options.php:37
 
5091
  msgid "Top & Main Row"
5092
  msgstr "Filas superior e inferior"
5093
 
5094
- #: framework/features/header/header-options.php:42
 
5095
  msgid "All Rows"
5096
  msgstr "Todas las filas"
5097
 
5098
- #: framework/features/header/header-options.php:47
 
5099
  msgid "Main & Bottom Row"
5100
  msgstr "Filas principal e inferior"
5101
 
5102
- #: framework/features/header/header-options.php:52
 
5103
  msgid "Only Top Row"
5104
  msgstr "Sólo la fila superior"
5105
 
5106
- #: framework/features/header/header-options.php:57
 
5107
  msgid "Only Bottom Row"
5108
  msgstr "Sólo la fila inferior"
5109
 
5110
- #: framework/features/header/header-options.php:63
5111
- msgid "Sticky Effect"
5112
- msgstr "Efecto fijo"
5113
-
5114
- #: framework/features/header/header-options.php:72
5115
  msgid "Slide Down"
5116
  msgstr "Deslizar hacia abajo"
5117
 
5118
- #: framework/features/header/header-options.php:73
 
5119
  msgid "Fade"
5120
  msgstr "Desvanecer"
5121
 
5122
- #: framework/features/header/header-options.php:74
 
5123
  msgid "Auto Hide/Show"
5124
  msgstr ""
5125
 
5126
- #: framework/features/header/header-options.php:79,
5127
- #: framework/features/header/header-options.php:160
 
 
5128
  msgid "Enable on"
5129
  msgstr "Activar en"
5130
 
5131
- #: framework/features/header/header-options.php:106
 
5132
  msgid "Transparent Functionality"
5133
  msgstr "Funcionalidad de transparencia"
5134
 
5135
- #: framework/features/header/header-options.php:144,
5136
- #: framework/premium/extensions/shortcuts/customizer.php:742,
 
 
5137
  #: framework/premium/features/content-blocks/options/header.php:142,
5138
  #: framework/premium/features/content-blocks/options/hook.php:236,
5139
- #: framework/premium/features/content-blocks/options/popup.php:279
5140
- #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:45
 
 
 
 
 
 
 
5141
  #: framework/premium/static/js/footer/EditConditions.js:97
5142
- #: static/js/header/EditConditions.js:96
5143
  msgid "Display Conditions"
5144
  msgstr "Condiciones de visualización"
5145
 
5146
- #: framework/premium/features/content-blocks.php:39
 
5147
  msgid "Hooks Locations"
5148
  msgstr ""
5149
 
5150
- #: framework/premium/features/content-blocks.php:204,
5151
- #: framework/premium/extensions/shortcuts/customizer.php:517
 
 
5152
  msgid "Type"
5153
  msgstr "Tipo"
5154
 
5155
- #: framework/premium/features/content-blocks.php:205
 
5156
  msgid "Location/Trigger"
5157
  msgstr ""
5158
 
5159
- #: framework/premium/features/content-blocks.php:206
 
5160
  msgid "Conditions"
5161
  msgstr ""
5162
 
5163
- #: framework/premium/features/content-blocks.php:207
 
5164
  msgid "Output"
5165
  msgstr ""
5166
 
5167
- #: framework/premium/features/content-blocks.php:208
 
5168
  msgid "Enable/Disable"
5169
  msgstr ""
5170
 
5171
- #: framework/premium/features/content-blocks.php:228,
5172
- #: framework/premium/extensions/shortcuts/customizer.php:705,
 
5173
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
5174
- #: framework/extensions/widgets/widgets/ct-socials/options.php:94,
5175
- #: framework/features/header/items/account/options.php:124,
5176
- #: framework/features/header/items/account/options.php:349,
5177
  #: framework/premium/features/content-blocks/options/hook.php:9,
5178
  #: framework/premium/features/content-blocks/options/hook.php:158,
5179
  #: framework/premium/features/content-blocks/options/popup.php:162,
5180
- #: framework/premium/features/content-blocks/options/popup.php:418,
5181
- #: framework/premium/features/premium-header/items/contacts/options.php:277
 
 
 
 
 
 
 
 
 
 
5182
  msgid "None"
5183
  msgstr "Ninguno"
5184
 
5185
- #: framework/premium/features/content-blocks.php:229,
5186
- #: framework/premium/features/content-blocks/options/popup.php:163
 
 
5187
  msgid "On scroll"
5188
  msgstr ""
5189
 
5190
- #: framework/premium/features/content-blocks.php:230,
5191
- #: framework/premium/features/content-blocks/options/popup.php:164
 
 
5192
  msgid "On scroll to element"
5193
  msgstr ""
5194
 
5195
- #: framework/premium/features/content-blocks.php:231,
5196
- #: framework/premium/features/content-blocks/options/popup.php:165
 
 
5197
  msgid "On page load"
5198
  msgstr ""
5199
 
5200
- #: framework/premium/features/content-blocks.php:232,
5201
- #: framework/premium/features/content-blocks/options/popup.php:166
 
 
5202
  msgid "After inactivity"
5203
  msgstr ""
5204
 
5205
- #: framework/premium/features/content-blocks.php:233,
5206
- #: framework/premium/features/content-blocks/options/popup.php:167
 
 
5207
  msgid "After x time"
5208
  msgstr ""
5209
 
5210
- #: framework/premium/features/content-blocks.php:234,
5211
- #: framework/premium/features/content-blocks/options/popup.php:168
 
 
5212
  msgid "On page exit intent"
5213
  msgstr ""
5214
 
5215
- #: framework/premium/features/content-blocks.php:238
 
5216
  msgid "Down"
5217
  msgstr ""
5218
 
5219
- #: framework/premium/features/content-blocks.php:239
 
5220
  msgid "Up"
5221
  msgstr ""
5222
 
5223
- #: framework/premium/features/content-blocks.php:616,
5224
- #: framework/premium/features/content-blocks.php:622
 
 
5225
  msgid "Content Blocks"
5226
  msgstr ""
5227
 
5228
- #: framework/premium/features/content-blocks.php:617
 
 
 
5229
  msgid "Content Block"
5230
  msgstr ""
5231
 
5232
- #: framework/premium/features/content-blocks.php:618
 
5233
  msgid "Add New"
5234
  msgstr ""
5235
 
5236
- #: framework/premium/features/content-blocks.php:619
 
5237
  msgid "Add New Content Block"
5238
  msgstr ""
5239
 
5240
- #: framework/premium/features/content-blocks.php:620
 
5241
  msgid "Edit Content Block"
5242
  msgstr ""
5243
 
5244
- #: framework/premium/features/content-blocks.php:621
5245
- #: framework/premium/static/js/hooks/CreateHook.js:32
 
5246
  msgid "New Content Block"
5247
  msgstr ""
5248
 
5249
- #: framework/premium/features/content-blocks.php:623
 
5250
  msgid "View Content Block"
5251
  msgstr ""
5252
 
5253
- #: framework/premium/features/content-blocks.php:624
 
5254
  msgid "Search Content Blocks"
5255
  msgstr ""
5256
 
5257
- #: framework/premium/features/content-blocks.php:625
 
5258
  msgid "Nothing found"
5259
  msgstr ""
5260
 
5261
- #: framework/premium/features/content-blocks.php:626
 
5262
  msgid "Nothing found in Trash"
5263
  msgstr ""
5264
 
5265
- #: framework/premium/features/premium-footer.php:30,
5266
- #: framework/premium/features/premium-footer.php:41
 
 
5267
  msgid "Footer Menu 1"
5268
  msgstr ""
5269
 
5270
- #: framework/premium/features/premium-footer.php:42,
5271
- #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
 
 
5272
  msgid "Footer Menu 2"
5273
  msgstr ""
5274
 
5275
- #: framework/premium/features/premium-header.php:42
 
5276
  msgid "Header Menu 3"
5277
  msgstr ""
5278
 
5279
- #: framework/premium/features/premium-header.php:102
 
5280
  msgid "Header Widget Area "
5281
  msgstr ""
5282
 
5283
- #: framework/premium/features/premium-header.php:158,
5284
- #: framework/premium/extensions/mega-menu/options.php:420,
5285
- #: framework/features/header/items/account/options.php:123,
5286
- #: framework/features/header/items/account/options.php:348,
5287
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:441
 
 
 
 
 
5288
  msgid "Icon"
5289
  msgstr "Icono "
5290
 
5291
- #: framework/premium/features/premium-header.php:172,
5292
- #: framework/premium/extensions/mega-menu/options.php:434,
 
 
5293
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
5294
- #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
5295
- #: framework/premium/features/premium-header/items/contacts/options.php:249
 
 
 
 
 
5296
  msgid "Icons Size"
5297
  msgstr ""
5298
 
5299
- #: framework/premium/features/premium-header.php:184,
5300
- #: framework/premium/extensions/mega-menu/options.php:456
 
 
5301
  msgid "Icon Position"
5302
  msgstr ""
5303
 
5304
- #: framework/premium/features/premium-header.php:191,
5305
- #: framework/premium/extensions/mega-menu/options.php:463,
5306
- #: framework/premium/extensions/shortcuts/customizer.php:638,
5307
- #: framework/features/header/items/account/options.php:259,
5308
- #: framework/features/header/items/account/options.php:465,
5309
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
 
 
 
 
 
 
5310
  msgid "Left"
5311
  msgstr "Izquierda"
5312
 
5313
- #: framework/premium/features/premium-header.php:192,
5314
- #: framework/premium/extensions/mega-menu/options.php:464,
5315
- #: framework/premium/extensions/shortcuts/customizer.php:639,
5316
- #: framework/features/header/items/account/options.php:260,
5317
- #: framework/features/header/items/account/options.php:466,
5318
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
 
 
 
 
 
 
5319
  msgid "Right"
5320
  msgstr "Derecha"
5321
 
5322
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
5323
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
 
 
5324
  msgid "Newsletter"
5325
  msgstr ""
5326
 
5327
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
5328
- #: framework/premium/extensions/mega-menu/options.php:491,
5329
- #: framework/premium/extensions/shortcuts/customizer.php:868,
5330
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
5331
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
5332
- #: framework/features/header/items/account/options.php:277
 
 
 
 
 
 
5333
  msgid "Text"
5334
  msgstr "Texto"
5335
 
5336
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
5337
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
5338
- #: framework/extensions/widgets/widgets/ct-quote/options.php:34
 
 
 
5339
  msgid "You can add here some arbitrary HTML code."
5340
  msgstr ""
5341
 
5342
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
 
5343
  msgid "Container Type"
5344
  msgstr ""
5345
 
5346
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
 
5347
  msgid "Boxed"
5348
  msgstr "En cajas"
5349
 
5350
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
 
5351
  msgid "Content Alignment"
5352
  msgstr ""
5353
 
5354
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
 
5355
  msgid "Newsletter subscribe form"
5356
  msgstr ""
5357
 
5358
- #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
5359
- msgid "Thank you for subscribing!"
5360
- msgstr ""
5361
-
5362
- #: framework/extensions/product-reviews/views/single-top.php:238
5363
  msgid "Specs"
5364
  msgstr ""
5365
 
5366
- #: framework/features/header/modal/login.php:17
5367
- msgid "Email Address"
5368
- msgstr "Correo electrónico"
5369
-
5370
- #: framework/features/header/modal/login.php:22
5371
  msgid "Password"
5372
  msgstr "Contraseña"
5373
 
5374
- #: framework/features/header/modal/login.php:29
 
5375
  msgid "Remember Me"
5376
  msgstr "Recordarme"
5377
 
5378
- #: framework/features/header/modal/login.php:33
 
5379
  msgid "Forgot Password?"
5380
  msgstr "¿Olvidaste la contraseña?"
5381
 
5382
- #: framework/features/header/modal/login.php:41
 
5383
  msgid "Log In"
5384
  msgstr "Acceder"
5385
 
5386
- #: framework/features/header/modal/lostpassword.php:5
 
 
 
5387
  msgid "Username or Email Address"
5388
  msgstr "Nombre de usuario o correo electrónico"
5389
 
5390
- #: framework/features/header/modal/lostpassword.php:11
 
5391
  msgid "Get New Password"
5392
  msgstr "Obtener una nueva contraseña"
5393
 
5394
- #: framework/features/header/modal/register.php:6
 
5395
  msgid "Username"
5396
  msgstr "Nombre de usuario"
5397
 
5398
- #: framework/features/header/modal/register.php:18
 
5399
  msgid "Registration confirmation will be emailed to you"
5400
  msgstr "Recibirás confirmación del registro por correo electrónico."
5401
 
5402
- #: framework/features/header/modal/register.php:23
 
5403
  msgid "Register"
5404
  msgstr "Registrarse"
5405
 
5406
- #: framework/premium/extensions/adobe-typekit/config.php:4
5407
- msgid "Adobe Fonts"
5408
- msgstr ""
5409
-
5410
- #: framework/premium/extensions/adobe-typekit/config.php:5
5411
  msgid "Connect your Adobe Fonts project and use the selected fonts throughout Blocksy and your favorite page builder."
5412
  msgstr ""
5413
 
5414
- #: framework/premium/extensions/code-snippets/config.php:5
 
5415
  msgid "Inject custom code snippets throughout your website. The extension works globally or on a per post/page basis."
5416
  msgstr ""
5417
 
5418
- #: framework/premium/extensions/code-snippets/extension.php:38,
5419
- #: framework/premium/extensions/code-snippets/extension.php:78,
5420
- #: framework/premium/extensions/code-snippets/extension.php:117
 
 
 
5421
  msgid "After body open scripts"
5422
  msgstr ""
5423
 
5424
- #: framework/premium/extensions/code-snippets/readme.php:4
 
5425
  msgid "After activating the Custom Code Snippets extension you will have two ways to manage your snippets:"
5426
  msgstr ""
5427
 
5428
- #: framework/premium/extensions/code-snippets/readme.php:9
 
5429
  msgid "Globally"
5430
  msgstr ""
5431
 
5432
- #: framework/premium/extensions/code-snippets/readme.php:13
 
5433
  msgid "Navigate to %s and place there your header, body or footer scripts."
5434
  msgstr ""
5435
 
5436
- #: framework/premium/extensions/code-snippets/readme.php:16
 
5437
  msgid "Customizer ➝ Custom Code Snippets"
5438
  msgstr ""
5439
 
5440
- #: framework/premium/extensions/code-snippets/readme.php:24
 
5441
  msgid "Per page/post"
5442
  msgstr ""
5443
 
5444
- #: framework/premium/extensions/code-snippets/readme.php:28
 
5445
  msgid "Edit your page or post, click on %s, scroll down and you will see the %2s panel."
5446
  msgstr ""
5447
 
5448
- #: framework/premium/extensions/code-snippets/readme.php:32
 
5449
  msgid "%s Page Settings"
5450
  msgstr ""
5451
 
5452
- #: framework/premium/extensions/custom-fonts/config.php:4
 
5453
  msgid "Upload an unlimited number of custom fonts or variable fonts and use them throughout Blocksy and your favorite page builder."
5454
  msgstr ""
5455
 
5456
- #: framework/premium/extensions/local-google-fonts/config.php:4
 
5457
  msgid "Serve your chosen Google Fonts from your own web server. This will increase the loading speed and makes sure your website complies with the privacy regulations."
5458
  msgstr ""
5459
 
5460
- #: framework/premium/extensions/mega-menu/config.php:5
 
5461
  msgid "Create beautiful personalised menus that set your website apart from the others. Add icons and badges to your entries and even add Content Blocks inside your dropdowns."
5462
  msgstr ""
5463
 
5464
- #: framework/premium/extensions/mega-menu/config.php:9,
5465
- #: framework/premium/extensions/shortcuts/config.php:12
 
 
5466
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
5467
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
5468
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
5469
  msgid "Configure"
5470
  msgstr "Configurar"
5471
 
5472
- #: framework/premium/extensions/mega-menu/extension.php:99
 
5473
  msgid "Menu Item Settings"
5474
  msgstr ""
11
  "Language: es\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
14
+ #: framework/premium/features/premium-header.php:43,
15
+ #: build_tmp/build/framework/premium/features/premium-header.php:43
16
+ msgid "Mobile Menu 1"
17
+ msgstr ""
18
+
19
+ #: framework/premium/features/premium-header.php:44,
20
+ #: build_tmp/build/framework/premium/features/premium-header.php:44
21
+ msgid "Mobile Menu 2"
22
+ msgstr ""
23
+
24
+ #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99,
25
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
26
+ msgid "Thank you for subscribing to our newsletter!"
27
+ msgstr ""
28
+
29
+ #. translators: This is a brand name. Preferably to not be translated
30
+ #. translators: This is a brand name. Preferably to not be translated
31
+ #: framework/premium/extensions/adobe-typekit/config.php:5,
32
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:5
33
+ msgctxt "Extension Brand Name"
34
+ msgid "Adobe Fonts"
35
+ msgstr ""
36
+
37
+ #. translators: This is a brand name. Preferably to not be translated
38
+ #. translators: This is a brand name. Preferably to not be translated
39
+ #. translators: This is a brand name. Preferably to not be translated
40
+ #. translators: This is a brand name. Preferably to not be translated
41
+ #. translators: This is a brand name. Preferably to not be translated
42
+ #. translators: This is a brand name. Preferably to not be translated
43
+ #. translators: This is a brand name. Preferably to not be translated
44
+ #. translators: This is a brand name. Preferably to not be translated
45
+ #: framework/premium/extensions/code-snippets/config.php:5,
46
+ #: framework/premium/extensions/code-snippets/extension.php:24,
47
+ #: framework/premium/extensions/code-snippets/extension.php:65,
48
+ #: framework/premium/extensions/code-snippets/extension.php:102,
49
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:5,
50
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:24,
51
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:65,
52
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:102
53
+ msgctxt "Extension Brand Name"
54
+ msgid "Custom Code Snippets"
55
+ msgstr ""
56
+
57
+ #. translators: This is a brand name. Preferably to not be translated
58
+ #. translators: This is a brand name. Preferably to not be translated
59
+ #: framework/premium/extensions/custom-fonts/config.php:5,
60
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:5
61
+ msgctxt "Extension Brand Name"
62
+ msgid "Custom Fonts"
63
+ msgstr ""
64
+
65
+ #. translators: This is a brand name. Preferably to not be translated
66
+ #. translators: This is a brand name. Preferably to not be translated
67
+ #: framework/premium/extensions/local-google-fonts/config.php:5,
68
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:5
69
+ msgctxt "Extension Brand Name"
70
+ msgid "Local Google Fonts"
71
+ msgstr ""
72
+
73
+ #. translators: This is a brand name. Preferably to not be translated
74
+ #. translators: This is a brand name. Preferably to not be translated
75
+ #: framework/premium/extensions/mega-menu/config.php:5,
76
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:5
77
+ msgctxt "Extension Brand Name"
78
+ msgid "Advanced Menu"
79
+ msgstr ""
80
+
81
+ #. translators: This is a brand name. Preferably to not be translated
82
+ #. translators: This is a brand name. Preferably to not be translated
83
+ #: framework/premium/extensions/post-types-extra/config.php:5,
84
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:5
85
+ msgctxt "Extension Brand Name"
86
+ msgid "Post Types Extra"
87
+ msgstr ""
88
+
89
+ #. translators: This is a brand name. Preferably to not be translated
90
+ #. translators: This is a brand name. Preferably to not be translated
91
+ #. translators: This is a brand name. Preferably to not be translated
92
+ #. translators: This is a brand name. Preferably to not be translated
93
+ #: framework/premium/extensions/shortcuts/config.php:5,
94
+ #: framework/premium/extensions/shortcuts/customizer.php:524,
95
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:5,
96
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:524
97
+ msgctxt "Extension Brand Name"
98
+ msgid "Shortcuts Bar"
99
+ msgstr ""
100
+
101
+ #: framework/premium/extensions/shortcuts/customizer.php:300,
102
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:300
103
+ msgid "Set link to nofollow"
104
+ msgstr ""
105
+
106
+ #: framework/premium/extensions/shortcuts/customizer.php:306,
107
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:306
108
+ msgid "Custom class"
109
+ msgstr ""
110
+
111
+ #. translators: This is a brand name. Preferably to not be translated
112
+ #. translators: This is a brand name. Preferably to not be translated
113
+ #: framework/premium/extensions/sidebars/config.php:5,
114
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:5
115
+ msgctxt "Extension Brand Name"
116
+ msgid "Multiple Sidebars"
117
+ msgstr ""
118
+
119
+ #. translators: This is a brand name. Preferably to not be translated
120
+ #. translators: This is a brand name. Preferably to not be translated
121
+ #: framework/premium/extensions/white-label/config.php:5,
122
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:5
123
+ msgctxt "Extension Brand Name"
124
+ msgid "White Label"
125
+ msgstr ""
126
+
127
+ #. translators: This is a brand name. Preferably to not be translated
128
+ #. translators: This is a brand name. Preferably to not be translated
129
+ #: framework/premium/extensions/woocommerce-extra/config.php:5,
130
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:5
131
+ msgctxt "Extension Brand Name"
132
+ msgid "WooCommerce Extra"
133
+ msgstr ""
134
+
135
+ #: framework/premium/extensions/woocommerce-extra/extension.php:154,
136
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:154
137
+ msgid "Gallery Arrows Visibility"
138
+ msgstr ""
139
+
140
+ #: framework/premium/extensions/woocommerce-extra/extension.php:175,
141
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:175
142
+ msgid "Thumbnails Arrows Visibility"
143
+ msgstr ""
144
+
145
+ #: framework/premium/extensions/woocommerce-extra/extension.php:384,
146
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:384
147
+ msgid "Icons Spacing"
148
+ msgstr ""
149
+
150
+ #: framework/premium/extensions/woocommerce-extra/extension.php:428,
151
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:428
152
+ msgid "WooCommerce Offcanvas Filters"
153
+ msgstr ""
154
+
155
+ #: framework/premium/extensions/woocommerce-extra/extension.php:430,
156
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:430
157
+ msgid "Add widgets here."
158
+ msgstr ""
159
+
160
+ #: framework/premium/extensions/woocommerce-extra/extension.php:702,
161
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:702
162
+ msgid "Close filters modal"
163
+ msgstr ""
164
+
165
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:75,
166
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:75
167
+ msgid "Close quick view"
168
+ msgstr ""
169
+
170
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:148,
171
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:148
172
+ msgid "Quick view toggle"
173
+ msgstr ""
174
+
175
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:148,
176
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:148
177
+ msgid "Quick view icon"
178
+ msgstr ""
179
+
180
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
181
+ #: framework/features/header/items/account/options.php:1022,
182
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
183
+ #: build_tmp/build/framework/features/header/items/account/options.php:1022
184
+ msgid "Close Button Type"
185
+ msgstr ""
186
+
187
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
188
+ #: framework/features/header/items/account/options.php:1031,
189
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
190
+ #: build_tmp/build/framework/features/header/items/account/options.php:1031
191
+ msgid "Simple"
192
+ msgstr ""
193
+
194
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
195
+ #: framework/features/header/items/account/options.php:1032,
196
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
197
+ #: build_tmp/build/framework/features/header/items/account/options.php:1032
198
+ msgid "Border"
199
+ msgstr ""
200
+
201
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
202
+ #: framework/features/header/items/account/options.php:1075,
203
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
204
+ #: build_tmp/build/framework/features/header/items/account/options.php:1075
205
+ msgid "Border Color"
206
+ msgstr ""
207
+
208
+ #: framework/premium/features/content-blocks/hooks-manager.php:161,
209
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:161
210
+ msgid "Before description"
211
+ msgstr ""
212
+
213
+ #: framework/premium/features/content-blocks/hooks-manager.php:169,
214
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:169
215
+ msgid "Before breadcrumbs"
216
+ msgstr ""
217
+
218
+ #: framework/premium/features/content-blocks/hooks-manager.php:193,
219
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:193
220
+ msgid "After description"
221
+ msgstr ""
222
+
223
+ #: framework/premium/features/content-blocks/hooks-manager.php:201,
224
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:201
225
+ msgid "After breadcrumbs"
226
+ msgstr ""
227
+
228
+ #: framework/premium/features/content-blocks/hooks-manager.php:500,
229
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:500
230
+ msgid "Before shop loop item actions"
231
+ msgstr ""
232
+
233
+ #: framework/premium/features/content-blocks/hooks-manager.php:505,
234
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:505
235
+ msgid "After shop loop item actions"
236
+ msgstr ""
237
+
238
+ #. translators: placeholder here means the actual URL.
239
+ #. translators: placeholder here means the actual URL.
240
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:28,
241
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:28
242
+ msgid "Configure the social links in Customizer ➝ General ➝ %sSocial Network Accounts%s."
243
+ msgstr ""
244
+
245
+ #: framework/features/header/items/account/options.php:39,
246
+ #: build_tmp/build/framework/features/header/items/account/options.php:39
247
+ msgid "Customizing: Logged out State"
248
+ msgstr ""
249
+
250
+ #: framework/features/header/items/account/options.php:508,
251
+ #: build_tmp/build/framework/features/header/items/account/options.php:508
252
+ msgid "User Visibility"
253
+ msgstr ""
254
+
255
+ #: framework/features/header/items/account/options.php:519,
256
+ #: build_tmp/build/framework/features/header/items/account/options.php:519
257
+ msgid "Logged In"
258
+ msgstr ""
259
+
260
+ #: framework/features/header/items/account/options.php:520,
261
+ #: build_tmp/build/framework/features/header/items/account/options.php:520
262
+ msgid "Logged Out"
263
+ msgstr ""
264
+
265
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880,
266
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880
267
+ msgid "Custom Field"
268
+ msgstr ""
269
+
270
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:107
271
+ msgid "%s min"
272
+ msgid_plural "%s mins"
273
+ msgstr[0] ""
274
+ msgstr[1] ""
275
+
276
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38,
277
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38
278
+ msgid "Wishlist icon"
279
+ msgstr ""
280
+
281
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101,
282
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
283
+ msgid "Enable AJAX loading"
284
+ msgstr ""
285
+
286
+ #: framework/premium/features/content-blocks/options/archive.php:56,
287
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:56
288
+ msgid "Default Card Layout"
289
+ msgstr ""
290
+
291
+ #: framework/premium/features/content-blocks/options/archive.php:60,
292
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:60
293
+ msgid "Inherit card wrapper settings from Customizer (background color, spacing, shadow)."
294
+ msgstr ""
295
+
296
+ #: framework/premium/features/content-blocks/options/archive.php:68,
297
+ #: framework/premium/features/content-blocks/options/single.php:56,
298
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:68,
299
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:56
300
+ msgid "Dynamic Content Preview"
301
+ msgstr ""
302
+
303
+ #: framework/premium/features/content-blocks/options/archive.php:74,
304
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:74
305
+ msgid "Select a post/page to preview it's content inside the editor while building the archive."
306
+ msgstr ""
307
+
308
+ #: framework/premium/features/content-blocks/options/archive.php:78,
309
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:78
310
+ msgid "Editor/Card Width"
311
+ msgstr ""
312
+
313
+ #: framework/premium/features/content-blocks/options/archive.php:89,
314
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:89
315
+ msgid "Set the editor width for better understanging the layout you are building (just for preview purpose, this option won't apply in frontend)."
316
+ msgstr ""
317
+
318
+ #: framework/premium/features/content-blocks/options/popup.php:269,
319
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:269
320
+ msgid "After X Pages"
321
+ msgstr ""
322
+
323
+ #: framework/premium/features/content-blocks/options/popup.php:275,
324
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:275
325
+ msgid "Set after how many visited pages the popup block will appear."
326
+ msgstr ""
327
+
328
+ #: framework/premium/features/content-blocks/options/single.php:62,
329
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:62
330
+ msgid "Select a post/page to preview it's content inside the editor while building the post/page."
331
+ msgstr ""
332
+
333
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:158
334
+ msgid "More info on how to generate an API key for Mailerlite can be found %shere%s. Please note that we require at least one group to be created in your account for the integration to work. More info on how to create a group %shere%s."
335
+ msgstr ""
336
+
337
+ #: framework/premium/static/js/hooks/CodeEditor.js:56
338
+ msgid "Code Editor"
339
+ msgstr ""
340
+
341
+ #: framework/premium/static/js/hooks/CreateHook.js:101
342
+ msgid "Template Type"
343
+ msgstr ""
344
+
345
+ #: framework/premium/static/js/hooks/CreateHook.js:116
346
+ msgid "Archive Template"
347
+ msgstr ""
348
+
349
+ #: framework/premium/static/js/hooks/CreateHook.js:124
350
+ msgid "Single Template"
351
+ msgstr ""
352
+
353
+ #: framework/premium/static/js/hooks/CreateHook.js:162
354
+ msgid "Hook Name"
355
+ msgstr ""
356
+
357
+ #: framework/premium/static/js/hooks/CreateHook.js:166
358
+ msgid "Popup Name"
359
+ msgstr ""
360
+
361
+ #: framework/premium/static/js/hooks/CreateHook.js:170
362
+ msgid "Template Name"
363
+ msgstr ""
364
+
365
+ #: framework/premium/static/js/hooks/CreateHook.js:77
366
+ msgid "Popup"
367
+ msgstr ""
368
+
369
+ #: framework/premium/static/js/hooks/CreateHook.js:86
370
+ msgid "Custom Template"
371
+ msgstr ""
372
+
373
+ #: framework/premium/static/js/media-video-upload-button.js:27
374
+ msgid "Select MP4"
375
+ msgstr ""
376
+
377
+ #: framework/premium/static/js/media-video-upload-button.js:29
378
+ msgid "Attach MP4"
379
+ msgstr ""
380
+
381
+ #: framework/premium/static/js/options/IconPicker.js:20
382
+ msgid "Theme Icons"
383
+ msgstr ""
384
+
385
+ #: framework/premium/static/js/options/IconPicker.js:26
386
+ msgid "FontAwesome Brands"
387
+ msgstr ""
388
+
389
+ #: framework/premium/static/js/options/IconPicker.js:32
390
+ msgid "FontAwesome Solid"
391
+ msgstr ""
392
+
393
+ #: framework/premium/static/js/options/IconPicker.js:38
394
+ msgid "FontAwesome Regular"
395
+ msgstr ""
396
+
397
+ #: framework/premium/static/js/typography/providers/kadence.js:21
398
+ #: framework/premium/static/js/typography/providers/plus-addons.js:23
399
+ #: framework/premium/static/js/typography/providers/stackable.js:23
400
+ msgid "%s Local Google Fonts"
401
+ msgstr ""
402
+
403
+ #: framework/premium/static/js/typography/providers/kadence.js:25
404
+ #: framework/premium/static/js/typography/providers/plus-addons.js:27
405
+ #: framework/premium/static/js/typography/providers/stackable.js:27
406
+ msgid "%s Typekit"
407
+ msgstr ""
408
+
409
+ #: framework/premium/static/js/typography/providers/kadence.js:30
410
+ #: framework/premium/static/js/typography/providers/stackable.js:31
411
+ msgid "%s Custom Fonts"
412
+ msgstr ""
413
+
414
+ #: framework/premium/static/js/typography/providers/kadence.js:58
415
+ msgid "Normal"
416
+ msgstr ""
417
+
418
+ #: framework/premium/static/js/typography/providers/kadence.js:82
419
+ msgid "Inherit"
420
+ msgstr ""
421
+
422
+ #: framework/premium/static/js/typography/providers/plus-addons.js:31
423
+ msgid "%s Custom"
424
+ msgstr ""
425
+
426
+ #: framework/premium/static/js/typography/providers/plus-addons.js:35
427
+ msgid "%s System"
428
+ msgstr ""
429
+
430
+ #. translators: %s: Link to the login page.
431
+ #. translators: %s: Link to the login page.
432
+ #: framework/features/account-auth.php:92,
433
+ #: build_tmp/build/framework/features/account-auth.php:92
434
+ msgid "Check your email for the confirmation link, then visit the <a href=\"%s\">login page</a>."
435
+ msgstr ""
436
+
437
+ #: framework/features/account-auth.php:198,
438
+ #: build_tmp/build/framework/features/account-auth.php:198
439
+ msgid "Your account was created successfully. Your login details have been sent to your email address. Please visit the <a href=\"%s\">login page</a>."
440
+ msgstr ""
441
+
442
+ #: framework/features/account-auth.php:207,
443
+ #: build_tmp/build/framework/features/account-auth.php:207
444
+ msgid "Your account was created successfully and a password has been sent to your email address. Please visit the <a href=\"%s\">login page</a>."
445
+ msgstr ""
446
+
447
+ #. translators: This is a brand name. Preferably to not be translated
448
+ #. translators: This is a brand name. Preferably to not be translated
449
+ #. translators: This is a brand name. Preferably to not be translated
450
+ #. translators: This is a brand name. Preferably to not be translated
451
+ #: framework/extensions/cookies-consent/config.php:5,
452
+ #: framework/extensions/cookies-consent/customizer.php:5,
453
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:5,
454
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:5
455
+ msgctxt "Extension Brand Name"
456
+ msgid "Cookies Consent"
457
+ msgstr ""
458
+
459
+ #: framework/extensions/cookies-consent/customizer.php:76,
460
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:76
461
+ msgid "Accept Button text"
462
+ msgstr ""
463
+
464
+ #: framework/extensions/cookies-consent/customizer.php:85,
465
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:85
466
+ msgid "Decline Button text"
467
+ msgstr ""
468
+
469
+ #: framework/extensions/cookies-consent/customizer.php:88,
470
+ #: framework/extensions/cookies-consent/helpers.php:34,
471
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:88,
472
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:34
473
+ msgid "Decline"
474
+ msgstr ""
475
+
476
+ #. translators: This is a brand name. Preferably to not be translated
477
+ #. translators: This is a brand name. Preferably to not be translated
478
+ #: framework/extensions/newsletter-subscribe/config.php:5,
479
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:5
480
+ msgctxt "Extension Brand Name"
481
+ msgid "Newsletter Subscribe"
482
+ msgstr ""
483
+
484
+ #. translators: This is a brand name. Preferably to not be translated
485
+ #. translators: This is a brand name. Preferably to not be translated
486
+ #: framework/extensions/product-reviews/config.php:5,
487
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:5
488
+ msgctxt "Extension Brand Name"
489
+ msgid "Product Reviews"
490
+ msgstr ""
491
+
492
+ #: framework/extensions/product-reviews/metabox.php:60,
493
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:60
494
+ msgid "Please note that some of this information (price, sku, brand) won't be displayed on the front-end. It is solely used for Google's Schema.org markup."
495
+ msgstr ""
496
+
497
+ #. translators: This is a brand name. Preferably to not be translated
498
+ #. translators: This is a brand name. Preferably to not be translated
499
+ #. translators: This is a brand name. Preferably to not be translated
500
+ #. translators: This is a brand name. Preferably to not be translated
501
+ #: framework/extensions/trending/config.php:5,
502
+ #: framework/extensions/trending/customizer.php:97,
503
+ #: build_tmp/build/framework/extensions/trending/config.php:5,
504
+ #: build_tmp/build/framework/extensions/trending/customizer.php:97
505
+ msgctxt "Extension Brand Name"
506
+ msgid "Trending Posts"
507
+ msgstr ""
508
+
509
+ #: framework/extensions/trending/customizer.php:245,
510
+ #: build_tmp/build/framework/extensions/trending/customizer.php:245
511
+ msgid "Image Size"
512
+ msgstr ""
513
+
514
+ #. translators: This is a brand name. Preferably to not be translated
515
+ #. translators: This is a brand name. Preferably to not be translated
516
+ #: framework/extensions/widgets/config.php:5,
517
+ #: build_tmp/build/framework/extensions/widgets/config.php:5
518
+ msgctxt "Extension Brand Name"
519
+ msgid "Widgets"
520
+ msgstr ""
521
+
522
+ #: framework/features/header/account-modal.php:37,
523
+ #: build_tmp/build/framework/features/header/account-modal.php:37
524
+ msgid "Close account modal"
525
+ msgstr ""
526
+
527
+ #: framework/features/header/header-options.php:63,
528
+ #: build_tmp/build/framework/features/header/header-options.php:63
529
+ msgid "Effect"
530
+ msgstr ""
531
+
532
+ #: framework/features/header/header-options.php:79,
533
+ #: build_tmp/build/framework/features/header/header-options.php:79
534
+ msgid "Offset"
535
+ msgstr ""
536
+
537
+ #: framework/premium/features/content-blocks.php:86,
538
+ #: build_tmp/build/framework/premium/features/content-blocks.php:86
539
+ msgid "All types"
540
+ msgstr ""
541
+
542
+ #: framework/premium/features/content-blocks.php:378,
543
+ #: build_tmp/build/framework/premium/features/content-blocks.php:378,
544
+ #: framework/premium/features/content-blocks/options/popup.php:168,
545
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:168
546
+ msgid "After x pages"
547
+ msgstr ""
548
+
549
+ #: framework/premium/features/content-blocks.php:1088,
550
+ #: build_tmp/build/framework/premium/features/content-blocks.php:1088
551
+ msgid "Close popup"
552
+ msgstr ""
553
+
554
+ #: framework/premium/features/media-meta-fields.php:29,
555
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:29
556
+ msgid "Attachment Video"
557
+ msgstr ""
558
+
559
+ #: framework/premium/features/media-meta-fields.php:33,
560
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:33
561
+ msgid "Video URL"
562
+ msgstr ""
563
+
564
+ #. translators: %s: Link to wordpress.org article
565
+ #. translators: %s: Link to wordpress.org article
566
+ #: framework/premium/features/media-meta-fields.php:39,
567
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:39
568
+ msgid "Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an MP4 file into the media library."
569
+ msgstr ""
570
+
571
+ #: framework/premium/features/media-meta-fields.php:42,
572
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:42
573
+ msgid "Upload"
574
+ msgstr ""
575
+
576
+ #: framework/premium/features/media-meta-fields.php:44,
577
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:44
578
+ msgid "Upload Video (MP4 File)"
579
+ msgstr ""
580
+
581
  #: framework/premium/static/js/header/CreateHeader.js:117
582
  msgid "Picker header"
583
  msgstr ""
603
  msgid "Header name"
604
  msgstr ""
605
 
606
+ #: framework/premium/static/js/hooks/CodeEditor.js:214
607
  msgid "Yes, continue"
608
  msgstr ""
609
 
610
+ #: framework/premium/static/js/hooks/CodeEditor.js:126
611
  msgid "Use code editor"
612
  msgstr ""
613
 
614
+ #: framework/premium/static/js/hooks/CodeEditor.js:129
615
  msgid "Exit code editor"
616
  msgstr ""
617
 
618
+ #: framework/premium/static/js/hooks/CodeEditor.js:141
619
  msgid "Heads up!"
620
  msgstr ""
621
 
622
+ #: framework/premium/static/js/hooks/CodeEditor.js:143
623
  msgid "Enabling & disabling the code editor will erase everything from your post editor and this action is irreversible."
624
  msgstr ""
625
 
626
+ #: framework/premium/static/js/hooks/CodeEditor.js:150
627
  msgid "Are you sure you want to continue?"
628
  msgstr ""
629
 
630
+ #: framework/premium/static/js/hooks/CreateHook.js:207
 
 
 
 
631
  msgid "Create Content Block"
632
  msgstr ""
633
 
634
+ #: framework/premium/static/js/hooks/CreateHook.js:36
635
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
636
  msgstr ""
637
 
638
+ #: framework/premium/static/js/hooks/CreateHook.js:108
639
  msgid "Select template type..."
640
  msgstr ""
641
 
642
+ #: framework/premium/static/js/hooks/CreateHook.js:68
643
  msgid "Custom Content/Hooks"
644
  msgstr ""
645
 
646
+ #: framework/premium/static/js/hooks/CreateHook.js:148
 
 
 
 
647
  msgid "404 Page Template"
648
  msgstr ""
649
 
650
+ #: framework/premium/static/js/hooks/CreateHook.js:132
651
  msgid "Header Template"
652
  msgstr ""
653
 
654
+ #: framework/premium/static/js/hooks/CreateHook.js:140
655
  msgid "Footer Template"
656
  msgstr ""
657
 
691
  msgid "Select location"
692
  msgstr ""
693
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
694
  #: static/js/dashboard.js:30
695
  msgid "Starter Sites"
696
  msgstr "Sitios de inicio"
699
  msgid "Extensions"
700
  msgstr "Extensiones"
701
 
702
+ #: static/js/header/EditConditions.js:146
703
+ #: static/js/options/DisplayCondition.js:88
704
  msgid "Save Conditions"
705
  msgstr "Guardar condiciones"
706
 
707
+ #: static/js/header/EditConditions.js:102
708
  msgid "Add one or more conditions in order to display your header."
709
  msgstr "Añade una o más condiciones para visualizar tu cabecera."
710
 
748
  msgid "Upgrade to the Pro version and get instant access to all premium extensions, features and future updates."
749
  msgstr ""
750
 
751
+ #: static/js/options/ConditionsManager.js:127
752
  msgid "Select rule"
753
  msgstr "Seleccionar regla"
754
 
755
+ #: static/js/options/ConditionsManager.js:184
756
  msgid "Select taxonomy"
757
  msgstr "Seleccionar taxonomía"
758
 
759
+ #: static/js/options/ConditionsManager.js:221
760
  msgid "Select language"
761
  msgstr "Seleccionar el idioma"
762
 
763
+ #: static/js/options/ConditionsManager.js:255
764
  msgid "Select user"
765
  msgstr ""
766
 
767
+ #: static/js/options/ConditionsManager.js:262
768
  msgid "Current user"
769
  msgstr ""
770
 
771
+ #: static/js/options/ConditionsManager.js:325
772
  msgid "Add Display Condition"
773
  msgstr "Añadir condición de visualización"
774
 
775
+ #: static/js/options/ConditionsManager.js:344
776
  msgid "Add User Condition"
777
  msgstr "Añadir condición de usuario"
778
 
779
+ #: static/js/options/ConditionsManager.js:104
780
  msgid "Include"
781
  msgstr "Incluir"
782
 
783
+ #: static/js/options/ConditionsManager.js:105
784
  msgid "Exclude"
785
  msgstr "Excluir"
786
 
787
+ #: framework/premium/static/js/options/PreviewedPostsSelect.js:98
788
  #: static/js/options/ConditionsManager/PostIdPicker.js:67
789
  msgid "Type to search by ID or title..."
790
  msgstr ""
791
 
792
+ #: framework/premium/static/js/options/PreviewedPostsSelect.js:102
793
  #: static/js/options/ConditionsManager/PostIdPicker.js:73
794
  msgid "Select post"
795
  msgstr "Seleccionar entrada"
798
  msgid "Select page"
799
  msgstr "Seleccionar página"
800
 
801
+ #: static/js/options/CustomizerOptionsManager.js:110
802
  msgid "Import Options"
803
  msgstr "Opciones de importación"
804
 
805
+ #: static/js/options/CustomizerOptionsManager.js:113
806
  msgid "Easily import the theme customizer settings."
807
  msgstr ""
808
 
809
+ #: static/js/options/CustomizerOptionsManager.js:136
810
  msgid "Click or drop to upload a file..."
811
  msgstr ""
812
 
813
+ #: static/js/options/CustomizerOptionsManager.js:197
814
  msgid "Import Customizations"
815
  msgstr "Importar personalizaciones"
816
 
817
+ #: static/js/options/CustomizerOptionsManager.js:206
818
  msgid "Copy Options"
819
  msgstr "Copiar las opciones"
820
 
821
+ #: static/js/options/CustomizerOptionsManager.js:209
822
  msgid "Copy and import your customizations from parent or child theme."
823
  msgstr ""
824
 
825
+ #: static/js/options/CustomizerOptionsManager.js:269
826
  msgid "Copy From Parent Theme"
827
  msgstr ""
828
 
829
+ #: static/js/options/CustomizerOptionsManager.js:275
830
  msgid "Copy From Child Theme"
831
  msgstr ""
832
 
833
+ #: static/js/options/CustomizerOptionsManager.js:282
834
  msgid "You are about to copy all the settings from your parent theme into the child theme. Are you sure you want to continue?"
835
  msgstr ""
836
 
837
+ #: static/js/options/CustomizerOptionsManager.js:288
838
  msgid "You are about to copy all the settings from your child theme into the parent theme. Are you sure you want to continue?"
839
  msgstr ""
840
 
841
+ #: static/js/options/CustomizerOptionsManager.js:337
842
  msgid "Yes, I am sure"
843
  msgstr "Sí, estoy seguro"
844
 
845
+ #: static/js/options/CustomizerOptionsManager.js:351
846
  msgid "Export Settings"
847
  msgstr "Ajustes de exportación"
848
 
849
+ #: static/js/options/CustomizerOptionsManager.js:355
850
  msgid "Choose what set of settings you want to export."
851
  msgstr ""
852
 
853
+ #: static/js/options/CustomizerOptionsManager.js:383
854
  msgid "Customizer settings"
855
  msgstr ""
856
 
857
+ #: static/js/options/CustomizerOptionsManager.js:387
858
  msgid "Widgets settings"
859
  msgstr ""
860
 
861
+ #: static/js/options/CustomizerOptionsManager.js:496
862
  msgid "Export"
863
  msgstr "Exportar"
864
 
865
+ #: static/js/options/CustomizerOptionsManager.js:84
866
  msgid "Export Options"
867
  msgstr "Opciones de exportación"
868
 
869
+ #: static/js/options/CustomizerOptionsManager.js:87
870
  msgid "Easily export the theme customizer settings."
871
  msgstr ""
872
 
873
+ #: static/js/options/CustomizerOptionsManager.js:104
874
  msgid "Export Customizations"
875
  msgstr ""
876
 
877
+ #: static/js/options/DisplayCondition.js:20
878
  msgid "Transparent Header Display Conditions"
879
  msgstr "Condiciones de visualización de cabecera transparente"
880
 
881
+ #: static/js/options/DisplayCondition.js:24
882
  msgid "Add one or more conditions to display the transparent header."
883
  msgstr "Añade una o más condiciones para mostrar la cabecera transparente."
884
 
1135
  msgid "This starter site can be imported and used with one of these page builders. Please select your prefered one in order to continue."
1136
  msgstr ""
1137
 
1138
+ #: static/js/screens/DemoInstall/Wizzard/Plugins.js:65
1139
  msgid "Install & Activate Plugins"
1140
  msgstr ""
1141
 
1142
+ #: static/js/screens/DemoInstall/Wizzard/Plugins.js:67
1143
  msgid "The following plugins are required for this starter site in order to work properly."
1144
  msgstr ""
1145
 
1146
+ #: static/js/screens/Extensions.js:239
1147
  msgid "Loading Extensions Status..."
1148
  msgstr ""
1149
 
1150
+ #: static/js/screens/Extensions.js:264
1151
  msgid "Free Extensions"
1152
  msgstr "Extensiones gratuitas"
1153
 
1154
+ #: static/js/screens/Extensions.js:268
1155
  msgid "Pro Extensions"
1156
  msgstr "Extensiones Pro"
1157
 
1187
  msgid "Preview URL"
1188
  msgstr "URL de la vista previa"
1189
 
1190
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
1191
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:18,
1192
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:49,
1193
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:18
1194
+ msgid "John Doe"
1195
+ msgstr "Juan Nadie"
 
 
1196
 
1197
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:55,
1198
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:55
1199
+ msgid "Author Label"
1200
+ msgstr "Etiqueta del autor"
1201
 
1202
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:62,
1203
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:62
1204
+ msgid "Author Avatar"
1205
+ msgstr "Avatar del autor"
1206
 
1207
+ #. translators: %s here is the author name
1208
+ #. translators: %s here is the author name
1209
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:58,
1210
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:58
1211
+ msgid "By %s"
1212
+ msgstr "Por %s"
1213
 
1214
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
1215
+ #: framework/extensions/widgets/widgets/ct-socials/view.php:11,
1216
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:18,
1217
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/view.php:11
1218
+ msgid "Social Icons"
1219
  msgstr ""
1220
 
1221
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:61,
1222
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:61
1223
+ msgid "Open links in new tab"
1224
+ msgstr "Abrir los enlaces en una nueva pestaña"
1225
 
1226
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:69,
1227
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:69
1228
+ msgid "Set links to nofollow"
1229
  msgstr ""
1230
 
1231
+ #: framework/features/header/items/account/options.php:4,
1232
+ #: build_tmp/build/framework/features/header/items/account/options.php:4
1233
+ msgid "Profile Page"
1234
+ msgstr "Página de perfil"
1235
 
1236
+ #: framework/features/header/items/account/options.php:5,
1237
+ #: build_tmp/build/framework/features/header/items/account/options.php:5
1238
+ msgid "Dashboard Page"
1239
+ msgstr "Página del escritorio"
1240
 
1241
+ #: framework/features/header/items/account/options.php:7,
1242
+ #: framework/features/header/items/account/options.php:13,
1243
+ #: build_tmp/build/framework/features/header/items/account/options.php:7,
1244
+ #: build_tmp/build/framework/features/header/items/account/options.php:13
1245
+ msgid "Custom Link"
1246
+ msgstr "Enlace personalizado"
1247
 
1248
+ #: framework/features/header/items/account/options.php:8,
1249
+ #: build_tmp/build/framework/features/header/items/account/options.php:8
1250
+ msgid "Logout"
1251
+ msgstr "Cerrar sesión"
1252
 
1253
+ #: framework/features/header/items/account/options.php:12,
1254
+ #: build_tmp/build/framework/features/header/items/account/options.php:12
1255
+ msgid "Modal"
1256
  msgstr ""
1257
 
1258
+ #: framework/features/header/items/account/options.php:28,
1259
+ #: build_tmp/build/framework/features/header/items/account/options.php:28
1260
+ msgid "Customizing: Logged in State"
1261
  msgstr ""
1262
 
1263
+ #: framework/features/header/items/account/options.php:53,
1264
+ #: build_tmp/build/framework/features/header/items/account/options.php:53
1265
+ msgid "Logged In Options"
1266
  msgstr ""
1267
 
1268
+ #: framework/features/header/items/account/options.php:58,
1269
+ #: build_tmp/build/framework/features/header/items/account/options.php:58
1270
+ msgid "Logged Out Options"
1271
  msgstr ""
1272
 
1273
+ #: framework/features/header/items/account/options.php:78,
1274
+ #: framework/features/header/items/account/options.php:328,
1275
+ #: build_tmp/build/framework/features/header/items/account/options.php:78,
1276
+ #: build_tmp/build/framework/features/header/items/account/options.php:328
1277
+ msgid "Account Action"
1278
  msgstr ""
1279
 
1280
+ #: framework/features/header/items/account/options.php:91,
1281
+ #: build_tmp/build/framework/features/header/items/account/options.php:91
1282
+ msgid "Select Menu"
1283
+ msgstr "Seleccionar el menú"
1284
 
1285
+ #: framework/features/header/items/account/options.php:97,
1286
+ #: build_tmp/build/framework/features/header/items/account/options.php:97
1287
+ msgid "Select menu..."
1288
+ msgstr "Seleccionar el menú..."
1289
 
1290
+ #. translators: placeholder here means the actual URL.
1291
+ #. translators: placeholder here means the actual URL.
1292
+ #: framework/features/header/items/account/options.php:101,
1293
+ #: build_tmp/build/framework/features/header/items/account/options.php:101
1294
+ msgid "Manage your menu items in the %sMenus screen%s."
1295
  msgstr ""
1296
 
1297
+ #: framework/features/header/items/account/options.php:118,
1298
+ #: framework/features/header/items/account/options.php:343,
1299
+ #: build_tmp/build/framework/features/header/items/account/options.php:118,
1300
+ #: build_tmp/build/framework/features/header/items/account/options.php:343
1301
+ msgid "Custom Page Link"
1302
+ msgstr "Enlace de la página personalizada"
1303
 
1304
+ #: framework/features/header/items/account/options.php:133,
1305
+ #: framework/features/header/items/account/options.php:359,
1306
+ #: build_tmp/build/framework/features/header/items/account/options.php:133,
1307
+ #: build_tmp/build/framework/features/header/items/account/options.php:359
1308
+ msgid "Account Image"
1309
+ msgstr "Imagen de la cuenta"
1310
 
1311
+ #: framework/features/header/items/account/options.php:139,
1312
+ #: build_tmp/build/framework/features/header/items/account/options.php:139
1313
+ msgid "Avatar"
1314
+ msgstr "Avatar"
1315
 
1316
+ #: framework/features/header/items/account/options.php:152,
1317
+ #: build_tmp/build/framework/features/header/items/account/options.php:152
1318
+ msgid "Avatar Size"
1319
+ msgstr "Tamaño del avatar"
 
 
 
1320
 
1321
+ #: framework/features/header/items/account/options.php:204,
1322
+ #: framework/features/header/items/account/options.php:410,
1323
+ #: build_tmp/build/framework/features/header/items/account/options.php:204,
1324
+ #: build_tmp/build/framework/features/header/items/account/options.php:410
1325
+ msgid "Type 5"
1326
+ msgstr "Tipo 5"
1327
 
1328
+ #: framework/features/header/items/account/options.php:209,
1329
+ #: framework/features/header/items/account/options.php:415,
1330
+ #: build_tmp/build/framework/features/header/items/account/options.php:209,
1331
+ #: build_tmp/build/framework/features/header/items/account/options.php:415
1332
+ msgid "Type 6"
1333
+ msgstr "Tipo 6"
1334
 
1335
+ #: framework/features/header/items/account/options.php:286,
1336
+ #: build_tmp/build/framework/features/header/items/account/options.php:286
1337
+ msgid "Label Type"
1338
  msgstr ""
1339
 
1340
+ #: framework/features/header/items/account/options.php:305,
1341
+ #: framework/features/header/items/account/options.php:492,
1342
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105,
1343
+ #: build_tmp/build/framework/features/header/items/account/options.php:305,
1344
+ #: build_tmp/build/framework/features/header/items/account/options.php:492,
1345
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
1346
+ msgid "Label Text"
1347
  msgstr ""
1348
 
1349
+ #: framework/features/header/items/account/options.php:310,
1350
+ #: framework/features/header/items/account/views/login.php:68,
1351
+ #: build_tmp/build/framework/features/header/items/account/options.php:310,
1352
+ #: build_tmp/build/framework/features/header/items/account/views/login.php:68
1353
+ msgid "My Account"
1354
+ msgstr "Mi cuenta"
1355
 
1356
+ #: framework/features/header/items/account/options.php:537,
1357
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135,
1358
+ #: build_tmp/build/framework/features/header/items/account/options.php:537,
1359
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
1360
+ msgid "Label Font"
1361
  msgstr ""
1362
 
1363
+ #: framework/features/header/items/account/options.php:548,
1364
+ #: framework/features/header/items/account/options.php:577,
1365
+ #: framework/features/header/items/account/options.php:609,
1366
+ #: framework/features/header/items/account/options.php:639,
1367
+ #: build_tmp/build/framework/features/header/items/account/options.php:548,
1368
+ #: build_tmp/build/framework/features/header/items/account/options.php:577,
1369
+ #: build_tmp/build/framework/features/header/items/account/options.php:609,
1370
+ #: build_tmp/build/framework/features/header/items/account/options.php:639
1371
+ msgid "Label Color"
1372
  msgstr ""
1373
 
1374
+ #: framework/features/header/items/account/options.php:553,
1375
+ #: framework/features/header/items/account/options.php:699,
1376
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
1377
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
1378
+ #: framework/premium/features/premium-header/items/contacts/options.php:361,
1379
+ #: framework/premium/features/premium-header/items/contacts/options.php:531,
1380
+ #: framework/premium/features/premium-header/items/contacts/options.php:678,
1381
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
1382
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
1383
+ #: framework/premium/features/premium-header/items/search-input/options.php:189,
1384
+ #: framework/premium/features/premium-header/items/search-input/options.php:319,
1385
+ #: framework/premium/features/premium-header/items/search-input/options.php:449,
1386
+ #: framework/premium/features/premium-header/items/search-input/options.php:585,
1387
+ #: build_tmp/build/framework/features/header/items/account/options.php:553,
1388
+ #: build_tmp/build/framework/features/header/items/account/options.php:699,
1389
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
1390
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
1391
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:361,
1392
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:531,
1393
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:678,
1394
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
1395
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:208,
1396
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:189,
1397
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:319,
1398
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:449,
1399
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:585
1400
+ msgid "Default State"
1401
+ msgstr "Estado por defecto"
1402
 
1403
+ #: framework/features/header/items/account/options.php:558,
1404
+ #: framework/features/header/items/account/options.php:704,
1405
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
1406
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
1407
+ #: framework/premium/features/premium-header/items/contacts/options.php:366,
1408
+ #: framework/premium/features/premium-header/items/contacts/options.php:536,
1409
+ #: framework/premium/features/premium-header/items/contacts/options.php:686,
1410
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
1411
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
1412
+ #: framework/premium/features/premium-header/items/search-input/options.php:194,
1413
+ #: framework/premium/features/premium-header/items/search-input/options.php:324,
1414
+ #: framework/premium/features/premium-header/items/search-input/options.php:454,
1415
+ #: framework/premium/features/premium-header/items/search-input/options.php:590,
1416
+ #: build_tmp/build/framework/features/header/items/account/options.php:558,
1417
+ #: build_tmp/build/framework/features/header/items/account/options.php:704,
1418
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
1419
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
1420
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:366,
1421
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:536,
1422
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:686,
1423
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
1424
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:213,
1425
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:194,
1426
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:324,
1427
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:454,
1428
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:590
1429
+ msgid "Transparent State"
1430
+ msgstr "Estado transparente"
1431
 
1432
+ #: framework/features/header/items/account/options.php:567,
1433
+ #: framework/features/header/items/account/options.php:713,
1434
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
1435
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
1436
+ #: framework/premium/features/premium-header/items/contacts/options.php:375,
1437
+ #: framework/premium/features/premium-header/items/contacts/options.php:545,
1438
+ #: framework/premium/features/premium-header/items/contacts/options.php:696,
1439
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
1440
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
1441
+ #: framework/premium/features/premium-header/items/search-input/options.php:203,
1442
+ #: framework/premium/features/premium-header/items/search-input/options.php:333,
1443
+ #: framework/premium/features/premium-header/items/search-input/options.php:463,
1444
+ #: framework/premium/features/premium-header/items/search-input/options.php:599,
1445
+ #: build_tmp/build/framework/features/header/items/account/options.php:567,
1446
+ #: build_tmp/build/framework/features/header/items/account/options.php:713,
1447
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
1448
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
1449
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:375,
1450
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:545,
1451
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:696,
1452
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
1453
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:222,
1454
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:203,
1455
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:333,
1456
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:463,
1457
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:599
1458
+ msgid "Sticky State"
1459
+ msgstr "Estado fijo"
1460
 
1461
+ #: framework/features/header/items/account/options.php:819,
1462
+ #: build_tmp/build/framework/features/header/items/account/options.php:819
1463
+ msgid "Item Margin"
1464
+ msgstr "Margen del elemento"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1465
 
1466
+ #: framework/features/header/items/account/options.php:838,
1467
+ #: build_tmp/build/framework/features/header/items/account/options.php:838
1468
+ msgid "Modal Options"
1469
  msgstr ""
1470
 
1471
+ #: framework/features/header/items/account/options.php:1003,
1472
+ #: build_tmp/build/framework/features/header/items/account/options.php:1003
1473
+ msgid "Modal Shadow"
1474
  msgstr ""
1475
 
1476
+ #: framework/features/header/items/account/options.php:973,
1477
+ #: build_tmp/build/framework/features/header/items/account/options.php:973
1478
+ msgid "Modal Background"
1479
  msgstr ""
1480
 
1481
+ #: framework/features/header/items/account/options.php:988,
1482
+ #: build_tmp/build/framework/features/header/items/account/options.php:988
1483
+ msgid "Modal Backdrop"
1484
  msgstr ""
1485
 
1486
+ #: framework/features/header/items/account/options.php:1168,
1487
+ #: build_tmp/build/framework/features/header/items/account/options.php:1168
1488
+ msgid "Element Visibility"
1489
+ msgstr "Visibilidad del elemento"
1490
 
1491
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409,
1492
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409
1493
+ msgid "You have no %s fields declared for this custom post type."
1494
  msgstr ""
1495
 
1496
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
1497
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
1498
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907,
1499
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
1500
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
1501
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907
1502
+ msgid "Field"
1503
  msgstr ""
1504
 
1505
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
1506
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:60,
1507
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
1508
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:60
1509
+ msgid "Label"
1510
  msgstr ""
1511
 
1512
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482,
1513
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482
1514
+ msgid "Fallback"
1515
  msgstr ""
1516
 
1517
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494,
1518
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494
1519
+ msgid "%s Field"
1520
  msgstr ""
1521
 
1522
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894,
1523
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894
1524
+ msgid "%s %s Font"
1525
  msgstr ""
1526
 
1527
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905,
1528
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905
1529
+ msgid "%s %s Color"
1530
  msgstr ""
1531
 
1532
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
1533
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50,
1534
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
1535
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
1536
+ msgid "Read Time"
1537
  msgstr ""
1538
 
1539
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:106
1540
+ msgid " min"
1541
  msgstr ""
1542
 
1543
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:109
1544
+ msgid " mins"
1545
  msgstr ""
1546
 
1547
+ #: framework/premium/extensions/post-types-extra/includes/filtering.php:286,
1548
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering.php:286
1549
+ msgid "All"
1550
  msgstr ""
1551
 
1552
+ #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129,
1553
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
1554
+ msgid "Featured Image"
1555
  msgstr ""
1556
 
1557
+ #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134,
1558
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
1559
+ msgid "Accent Color"
 
 
1560
  msgstr ""
1561
 
1562
+ #: framework/premium/extensions/shortcuts/views/bar.php:49,
1563
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143,
1564
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:49,
1565
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143
1566
+ msgid "Wish List"
 
 
 
 
 
 
 
 
1567
  msgstr ""
1568
 
1569
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
1570
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54,
1571
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
1572
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54
1573
+ msgid "Add to wishlist"
1574
  msgstr ""
1575
 
1576
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9,
1577
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
1578
+ msgid "Select a page"
1579
  msgstr ""
1580
 
1581
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18,
1582
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
1583
+ msgid "Products Wishlist"
 
 
 
 
1584
  msgstr ""
1585
 
1586
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28,
1587
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
1588
+ msgid "Show Wishlist Page To"
1589
  msgstr ""
1590
 
1591
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34,
1592
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
1593
+ msgid "Logged Users"
 
 
1594
  msgstr ""
1595
 
1596
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35,
1597
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
1598
+ msgid "All Users"
 
 
1599
  msgstr ""
1600
 
1601
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45,
1602
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
1603
+ msgid "Wish List Page"
 
 
 
 
 
1604
  msgstr ""
1605
 
1606
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51,
1607
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
1608
+ msgid "The page you select here will display the wish list for your logged out users."
 
 
 
 
 
 
1609
  msgstr ""
1610
 
1611
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60,
1612
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
1613
+ msgid "Display Wishlist Button On"
1614
  msgstr ""
1615
 
1616
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64,
1617
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
1618
+ msgid "Archive Pages"
1619
  msgstr ""
1620
 
1621
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73,
1622
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
1623
+ msgid "Single Product Pages"
1624
  msgstr ""
1625
 
1626
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82,
1627
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
1628
+ msgid "Quick View Modal"
1629
  msgstr ""
1630
 
1631
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95,
1632
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
1633
+ msgid "AJAX Add To Cart"
1634
  msgstr ""
1635
 
1636
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137,
1637
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
1638
+ msgid "Archive Button"
 
 
 
1639
  msgstr ""
1640
 
1641
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
1642
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
1643
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
1644
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
1645
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
1646
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
1647
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
1648
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
1649
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:313,
1650
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
1651
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
1652
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
1653
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
1654
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
1655
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
1656
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:254,
1657
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:284,
1658
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:313
1659
+ msgid "Hover/Active"
1660
  msgstr ""
1661
 
1662
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214,
1663
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
1664
+ msgid "Single Product Button"
1665
  msgstr ""
1666
 
1667
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290,
1668
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
1669
+ msgid "Quick View Modal Button"
1670
  msgstr ""
1671
 
1672
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:172,
1673
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:171
1674
+ msgid "You don't have any products in your wish list yet."
 
 
1675
  msgstr ""
1676
 
1677
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:33,
1678
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:33
1679
+ msgid "Add to cart"
1680
  msgstr ""
1681
 
1682
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:108,
1683
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:132,
1684
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:108,
1685
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:132
1686
+ msgid "Remove Product"
1687
  msgstr ""
1688
 
1689
+ #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34,
1690
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
1691
+ msgid "Blocksy Variation Images"
1692
  msgstr ""
1693
 
1694
+ #: framework/premium/features/content-blocks/options/404.php:33,
1695
+ #: framework/premium/features/content-blocks/options/header.php:35,
1696
+ #: framework/premium/features/content-blocks/options/hook.php:40,
1697
+ #: framework/premium/features/content-blocks/options/popup.php:42,
1698
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:33,
1699
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:35,
1700
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:40,
1701
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:42
1702
+ msgid "Container Structure"
1703
  msgstr ""
1704
 
1705
+ #: framework/premium/features/content-blocks/options/404.php:59,
1706
+ #: framework/premium/features/content-blocks/options/header.php:63,
1707
+ #: framework/premium/features/content-blocks/options/hook.php:68,
1708
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:59,
1709
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:63,
1710
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:68
1711
+ msgid "Narrow Width"
1712
  msgstr ""
1713
 
1714
+ #: framework/premium/features/content-blocks/options/404.php:64,
1715
+ #: framework/premium/features/content-blocks/options/header.php:68,
1716
+ #: framework/premium/features/content-blocks/options/hook.php:73,
1717
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:64,
1718
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:68,
1719
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:73
1720
+ msgid "Normal Width"
1721
  msgstr ""
1722
 
1723
+ #: framework/premium/features/content-blocks/options/404.php:70,
1724
+ #: framework/premium/features/content-blocks/options/header.php:74,
1725
+ #: framework/premium/features/content-blocks/options/hook.php:79,
1726
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:70,
1727
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:74,
1728
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:79
1729
+ msgid "Content Area Style"
1730
  msgstr ""
1731
 
1732
+ #: framework/premium/features/content-blocks/options/404.php:84,
1733
+ #: framework/premium/features/content-blocks/options/header.php:88,
1734
+ #: framework/premium/features/content-blocks/options/hook.php:93,
1735
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:84,
1736
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:88,
1737
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:93
1738
+ msgid "Content Area Vertical Spacing"
1739
  msgstr ""
1740
 
1741
+ #: framework/premium/features/content-blocks/options/404.php:95,
1742
+ #: framework/premium/features/content-blocks/options/header.php:99,
1743
+ #: framework/premium/features/content-blocks/options/hook.php:104,
1744
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:95,
1745
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:99,
1746
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:104
1747
+ msgid "Top & Bottom"
1748
  msgstr ""
1749
 
1750
+ #: framework/premium/features/content-blocks/options/404.php:98,
1751
+ #: framework/premium/features/content-blocks/options/header.php:102,
1752
+ #: framework/premium/features/content-blocks/options/hook.php:107,
1753
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:98,
1754
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:102,
1755
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:107
1756
+ msgid "Only Top"
1757
  msgstr ""
1758
 
1759
+ #: framework/premium/features/content-blocks/options/404.php:101,
1760
+ #: framework/premium/features/content-blocks/options/header.php:105,
1761
+ #: framework/premium/features/content-blocks/options/hook.php:110,
1762
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:101,
1763
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:105,
1764
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:110
1765
+ msgid "Only Bottom"
1766
  msgstr ""
1767
 
1768
+ #: framework/premium/features/content-blocks/options/hook.php:148,
1769
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:148
1770
+ msgid "Location & Priority"
1771
  msgstr ""
1772
 
1773
+ #: framework/premium/features/content-blocks/options/hook.php:181,
1774
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:181
1775
+ #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
1776
+ msgid "Custom Hook"
1777
  msgstr ""
1778
 
1779
+ #: framework/premium/features/content-blocks/options/archive.php:32,
1780
+ #: framework/premium/features/content-blocks/options/hook.php:256,
1781
+ #: framework/premium/features/content-blocks/options/popup.php:314,
1782
+ #: framework/premium/features/content-blocks/options/single.php:32,
1783
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:32,
1784
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:256,
1785
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:314,
1786
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:32
1787
+ msgid "Expiration Date/Time"
 
 
 
 
 
 
 
 
 
1788
  msgstr ""
1789
 
1790
+ #: framework/premium/features/content-blocks/options/hook.php:283,
1791
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:283
1792
+ msgid "Block Position"
1793
  msgstr ""
1794
 
1795
+ #: framework/premium/features/content-blocks/options/hook.php:290,
1796
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:290
1797
+ msgid "Fixed"
1798
  msgstr ""
1799
 
1800
+ #: framework/premium/features/content-blocks/options/hook.php:300,
1801
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:300
1802
+ msgid "Location"
1803
  msgstr ""
1804
 
1805
+ #: framework/premium/features/content-blocks/options/popup.php:50,
1806
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:50
1807
+ msgid "Popup Position"
1808
  msgstr ""
1809
 
1810
+ #: framework/premium/features/content-blocks/options/popup.php:57,
1811
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:57
1812
+ msgid "Popup Size"
1813
  msgstr ""
1814
 
1815
+ #: framework/premium/features/content-blocks/options/popup.php:63,
1816
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:63
1817
+ msgid "Small Size"
1818
  msgstr ""
1819
 
1820
+ #: framework/premium/features/content-blocks/options/popup.php:64,
1821
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:64
1822
+ msgid "Medium Size"
1823
  msgstr ""
1824
 
1825
+ #: framework/premium/features/content-blocks/options/popup.php:65,
1826
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:65
1827
+ msgid "Large Size"
1828
  msgstr ""
1829
 
1830
+ #: framework/premium/features/content-blocks/options/popup.php:66,
1831
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:66
1832
+ msgid "Custom Size"
1833
  msgstr ""
1834
 
1835
+ #: framework/premium/features/content-blocks/options/popup.php:76,
1836
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:76
1837
+ msgid "Max Width"
 
1838
  msgstr ""
1839
 
1840
+ #: framework/premium/features/content-blocks/options/popup.php:92,
1841
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:92
1842
+ msgid "Max Height"
1843
  msgstr ""
1844
 
1845
+ #: framework/premium/features/content-blocks/options/popup.php:111,
1846
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:111
1847
+ msgid "Popup Animation"
1848
  msgstr ""
1849
 
1850
+ #: framework/premium/features/content-blocks/options/popup.php:117,
1851
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:117
1852
+ msgid "Fade in fade out"
1853
  msgstr ""
1854
 
1855
+ #: framework/premium/features/content-blocks/options/popup.php:118,
1856
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:118
1857
+ msgid "Zoom in zoom out"
1858
  msgstr ""
1859
 
1860
+ #: framework/premium/features/content-blocks/options/popup.php:119,
1861
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:119
1862
+ msgid "Slide in from left"
1863
  msgstr ""
1864
 
1865
+ #: framework/premium/features/content-blocks/options/popup.php:120,
1866
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:120
1867
+ msgid "Slide in from right"
1868
  msgstr ""
1869
 
1870
+ #: framework/premium/features/content-blocks/options/popup.php:121,
1871
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:121
1872
+ msgid "Slide in from top"
1873
  msgstr ""
1874
 
1875
+ #: framework/premium/features/content-blocks/options/popup.php:122,
1876
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:122
1877
+ msgid "Slide in from bottom"
1878
  msgstr ""
1879
 
1880
+ #: framework/premium/features/content-blocks/options/popup.php:127,
1881
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:127
1882
+ msgid "Animation Speed"
1883
  msgstr ""
1884
 
1885
+ #: framework/premium/features/content-blocks/options/popup.php:144,
1886
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:144
1887
+ msgid "Entrance Value"
1888
  msgstr ""
1889
 
1890
+ #: framework/premium/features/content-blocks/options/popup.php:156,
1891
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:156
1892
+ msgid "Trigger Condition"
1893
  msgstr ""
1894
 
1895
+ #: framework/premium/features/content-blocks/options/popup.php:181,
1896
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:181
1897
+ msgid "Element Class"
1898
  msgstr ""
1899
 
1900
+ #: framework/premium/features/content-blocks/options/popup.php:188,
1901
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:188
1902
+ msgid "Separate each class by comma if you have multiple elements."
 
 
1903
  msgstr ""
1904
 
1905
+ #: framework/premium/features/content-blocks/options/popup.php:200,
1906
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:200
1907
+ msgid "Scroll Direction"
 
 
1908
  msgstr ""
1909
 
1910
+ #: framework/premium/features/content-blocks/options/popup.php:205,
1911
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:205
1912
+ msgid "Scroll Down"
1913
  msgstr ""
1914
 
1915
+ #: framework/premium/features/content-blocks/options/popup.php:206,
1916
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:206
1917
+ msgid "Scroll Up"
1918
  msgstr ""
1919
 
1920
+ #: framework/premium/features/content-blocks/options/popup.php:211,
1921
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:211
1922
+ msgid "Scroll Distance"
1923
  msgstr ""
1924
 
1925
+ #: framework/premium/features/content-blocks/options/popup.php:221,
1926
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:221
1927
+ msgid "Set the scroll distance till the popup block will appear."
1928
  msgstr ""
1929
 
1930
+ #: framework/premium/features/content-blocks/options/popup.php:233,
1931
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:233
1932
+ msgid "Inactivity Time"
1933
  msgstr ""
1934
 
1935
+ #: framework/premium/features/content-blocks/options/popup.php:239,
1936
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:239
1937
+ msgid "Set the inactivity time (in seconds) till the popup block will appear."
1938
  msgstr ""
1939
 
1940
+ #: framework/premium/features/content-blocks/options/popup.php:251,
1941
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:251
1942
+ msgid "After X Time"
1943
  msgstr ""
1944
 
1945
+ #: framework/premium/features/content-blocks/options/popup.php:257,
1946
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:257
1947
+ msgid "Set after how much time (in seconds) the popup block will appear."
1948
  msgstr ""
1949
 
1950
+ #: framework/premium/features/content-blocks/options/popup.php:287,
1951
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:287
1952
+ msgid "Trigger Popup Only Once"
1953
  msgstr ""
1954
 
1955
+ #: framework/premium/features/content-blocks/options/popup.php:290,
1956
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:290
1957
+ msgid "If the close button is clicked the popup won't be triggered anymore for the current visitor."
 
 
 
 
 
 
 
 
 
1958
  msgstr ""
1959
 
1960
+ #: framework/premium/features/content-blocks/options/popup.php:366,
1961
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:366
1962
+ msgid "Padding"
1963
  msgstr ""
1964
 
1965
+ #: framework/premium/features/content-blocks/options/popup.php:376,
1966
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
1967
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:465,
1968
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:376,
1969
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
1970
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:465
1971
+ msgid "Border Radius"
1972
  msgstr ""
1973
 
1974
+ #: framework/premium/features/content-blocks/options/popup.php:405,
1975
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:405
1976
+ msgid "Popup Offset"
1977
  msgstr ""
1978
 
1979
+ #: framework/premium/features/content-blocks/options/popup.php:415,
1980
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:415
1981
+ msgid "Container Overflow"
1982
  msgstr ""
1983
 
1984
+ #: framework/premium/features/content-blocks/options/popup.php:422,
1985
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:422
1986
+ msgid "Hidden"
1987
  msgstr ""
1988
 
1989
+ #: framework/premium/features/content-blocks/options/popup.php:423,
1990
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:423
1991
+ msgid "Visible"
1992
  msgstr ""
1993
 
1994
+ #: framework/premium/features/content-blocks/options/popup.php:424,
1995
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:424
1996
+ msgid "Scroll"
1997
  msgstr ""
1998
 
1999
+ #: framework/premium/features/content-blocks/options/popup.php:426,
2000
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:426
2001
+ msgid "Control what happens to the content that is too big to fit into the popup."
2002
  msgstr ""
2003
 
2004
+ #: framework/premium/features/content-blocks/options/popup.php:430,
2005
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:430
2006
+ msgid "Close Button"
2007
  msgstr ""
2008
 
2009
+ #: framework/premium/features/content-blocks/options/popup.php:438,
2010
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:438
2011
+ msgid "Inside"
2012
  msgstr ""
2013
 
2014
+ #: framework/premium/features/content-blocks/options/popup.php:439,
2015
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:439
2016
+ msgid "Outside"
 
2017
  msgstr ""
2018
 
2019
+ #: framework/premium/features/content-blocks/options/popup.php:513,
2020
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:513
2021
+ msgid "Popup Background"
2022
  msgstr ""
2023
 
2024
+ #: framework/premium/features/content-blocks/options/popup.php:527,
2025
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:527
2026
+ msgid "Popup Backdrop Background"
2027
  msgstr ""
2028
 
2029
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25,
2030
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
2031
+ msgid "Posts Filter"
2032
  msgstr ""
2033
 
2034
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60,
2035
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
2036
+ msgid "Filtering Behavior"
2037
  msgstr ""
2038
 
2039
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68,
2040
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
2041
+ msgid "Instant Reload"
2042
  msgstr ""
2043
 
2044
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69,
2045
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
2046
+ msgid "Page Reload"
2047
  msgstr ""
2048
 
2049
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92,
2050
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
2051
+ msgid "Items Horizontal Spacing"
 
 
2052
  msgstr ""
2053
 
2054
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
2055
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:360,
2056
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
2057
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:360
2058
+ msgid "Items Vertical Spacing"
2059
  msgstr ""
2060
 
2061
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116,
2062
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
2063
+ msgid "Container Bottom Spacing"
2064
  msgstr ""
2065
 
2066
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128,
2067
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
2068
+ msgid "Horizontal Alignment"
2069
  msgstr ""
2070
 
2071
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251,
2072
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
2073
+ msgid "Button Padding"
2074
  msgstr ""
2075
 
2076
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4,
2077
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
2078
+ msgid "Read Progress"
 
 
2079
  msgstr ""
2080
 
2081
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24,
2082
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
2083
+ msgid "Indicator Height"
2084
  msgstr ""
2085
 
2086
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34,
2087
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
2088
+ msgid "Auto Hide"
2089
  msgstr ""
2090
 
2091
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38,
2092
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
2093
+ msgid "Automatically hide the read progress bar once you arrive at the bottom of the article."
2094
  msgstr ""
2095
 
2096
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71,
2097
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
2098
+ msgid "Main Color"
2099
  msgstr ""
2100
 
2101
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49,
2102
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
2103
+ msgid "Icon Badge"
 
2104
  msgstr ""
2105
 
2106
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146,
2107
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146
2108
+ msgid "Label Font Color"
2109
  msgstr ""
2110
 
2111
+ #: framework/premium/features/premium-header/items/contacts/config.php:4,
2112
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/config.php:4
2113
+ msgid "Contacts"
2114
  msgstr ""
2115
 
2116
+ #: framework/premium/features/premium-header/items/contacts/options.php:236,
2117
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:236
2118
+ msgid "Open Links In New Tab"
2119
  msgstr ""
2120
 
2121
+ #: framework/premium/features/premium-header/items/contacts/options.php:256,
2122
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:95,
2123
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:256,
2124
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:95
2125
+ msgid "Items Spacing"
 
 
2126
  msgstr ""
2127
 
2128
+ #: framework/premium/features/premium-header/items/contacts/options.php:831,
2129
+ #: framework/premium/features/premium-header/items/divider/options.php:107,
2130
+ #: framework/premium/features/premium-header/items/divider/options.php:126,
2131
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2132
+ #: framework/premium/features/premium-header/items/search-input/options.php:724,
2133
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:831,
2134
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:107,
2135
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:126,
2136
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:323,
2137
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:724
2138
+ msgid "Margin"
2139
  msgstr ""
2140
 
2141
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5,
2142
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2143
+ msgid "Dark Mode"
2144
  msgstr ""
2145
 
2146
+ #: framework/premium/features/premium-header/items/divider/config.php:4,
2147
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/config.php:4
2148
+ msgid "Divider"
2149
  msgstr ""
2150
 
2151
+ #: framework/premium/features/premium-header/items/divider/options.php:6,
2152
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:6
2153
+ msgid "Size"
2154
  msgstr ""
2155
 
2156
+ #: framework/premium/features/premium-header/items/language-switcher/config.php:14,
2157
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/config.php:14
2158
+ msgid "Languages"
2159
+ msgstr "Idiomas"
2160
+
2161
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:17,
2162
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:17
2163
+ msgid "Top Level Options"
2164
  msgstr ""
2165
 
2166
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:37,
2167
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:37
2168
+ msgid "Dropdown"
2169
  msgstr ""
2170
 
2171
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:47,
2172
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:47
2173
+ msgid "Display"
2174
  msgstr ""
2175
 
2176
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:59,
2177
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:59
2178
+ msgid "Flag"
2179
  msgstr ""
2180
 
2181
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:73,
2182
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:73
2183
+ msgid "Label Style"
2184
  msgstr ""
2185
 
2186
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:79,
2187
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:79
2188
+ msgid "Long"
2189
  msgstr ""
2190
 
2191
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:80,
2192
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:80
2193
+ msgid "Short"
 
 
 
 
2194
  msgstr ""
2195
 
2196
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:112,
2197
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:112
2198
+ msgid "Hide Current Language"
2199
  msgstr ""
2200
 
2201
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:343,
2202
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:343
2203
+ msgid "Dropdown Options"
2204
  msgstr ""
2205
 
2206
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:352,
2207
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:352
2208
+ msgid "Dropdown Top Offset"
2209
  msgstr ""
2210
 
2211
+ #: framework/premium/features/premium-header/items/search-input/config.php:4,
2212
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/config.php:4
2213
+ msgid "Search Box"
2214
  msgstr ""
2215
 
2216
+ #: framework/premium/features/premium-header/items/search-input/options.php:42,
2217
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:42
2218
+ msgid "Placeholder Text"
2219
  msgstr ""
2220
 
2221
+ #: framework/premium/features/premium-header/items/search-input/options.php:52,
2222
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:52
2223
+ msgid "Input Maximum Width"
2224
  msgstr ""
2225
 
2226
+ #: framework/premium/features/premium-header/items/search-input/options.php:64,
2227
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:64
2228
+ msgid "Input Height"
2229
  msgstr ""
2230
 
2231
+ #: framework/premium/features/premium-header/items/search-input/options.php:79,
2232
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:79
2233
+ msgid "Live Results"
2234
  msgstr ""
2235
 
2236
+ #: framework/premium/features/premium-header/items/search-input/options.php:90,
2237
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:90
2238
+ msgid "Live Results Images"
2239
  msgstr ""
2240
 
2241
+ #: framework/premium/features/premium-header/items/search-input/options.php:101,
2242
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:101
2243
+ msgid "Search Through Criteria"
2244
  msgstr ""
2245
 
2246
+ #: framework/premium/features/premium-header/items/search-input/options.php:102,
2247
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:102
2248
+ msgid "Chose in which post types do you want to perform searches."
2249
  msgstr ""
2250
 
2251
+ #: framework/premium/features/premium-header/items/search-input/options.php:314,
2252
+ #: framework/premium/features/premium-header/items/search-input/options.php:343,
2253
+ #: framework/premium/features/premium-header/items/search-input/options.php:375,
2254
+ #: framework/premium/features/premium-header/items/search-input/options.php:405,
2255
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:314,
2256
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:343,
2257
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:375,
2258
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:405
2259
+ msgid "Input Icon Color"
2260
  msgstr ""
2261
 
2262
+ #: framework/premium/features/premium-header/items/search-input/options.php:755,
2263
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:755
2264
+ msgid "Dropdown Text Color"
 
 
 
 
 
 
 
 
2265
  msgstr ""
2266
 
2267
+ #: framework/premium/features/premium-header/items/search-input/options.php:786,
2268
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:786
2269
+ msgid "Dropdown Background"
2270
  msgstr ""
2271
 
2272
+ #: framework/premium/features/premium-header/items/widget-area-1/config.php:4,
2273
+ #: build_tmp/build/framework/premium/features/premium-header/items/widget-area-1/config.php:4
2274
+ msgid "Widget Area"
2275
  msgstr ""
2276
 
2277
+ #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker.js:14
2278
+ #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:63
2279
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:213
2280
+ #: static/js/screens/SiteExport.js:143
2281
+ msgid "Loading..."
2282
+ msgstr "Cargando…"
2283
 
2284
+ #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
2285
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
2286
+ msgid "Invalid API Key..."
2287
+ msgstr "Clave de la API no válida..."
2288
 
2289
+ #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:92
2290
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:113
2291
+ msgid "Select list..."
2292
+ msgstr "Seleccionar una lista..."
2293
 
2294
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:125
2295
+ msgid "This option is available only in Blocksy premium %sversion%s."
2296
  msgstr ""
2297
 
2298
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:141
2299
+ msgid "More info on how to generate an API key for Mailchimp can be found %shere%s."
2300
  msgstr ""
2301
 
2302
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:178
2303
+ msgid "API Key"
2304
+ msgstr "Clave de la API"
2305
 
2306
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:215
2307
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
2308
+ #: framework/extensions/product-reviews/static/js/ProductReviews.js:73
2309
+ #: framework/premium/extensions/adobe-typekit/static/js/AdobeTypekit.js:72
2310
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/CustomFonts.js:71
2311
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/LocalGoogleFonts.js:73
2312
+ #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:75
2313
+ #: static/js/screens/Extensions.js:80
2314
+ msgid "Activate"
2315
+ msgstr "Activar"
2316
 
2317
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:216
2318
+ #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:221
2319
+ #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:110
2320
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:978
2321
+ #: framework/premium/static/js/footer/EditConditions.js:143
2322
+ msgid "Save Settings"
2323
+ msgstr "Guardar los ajustes"
2324
 
2325
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:78
2326
+ msgid "API Credentials"
2327
  msgstr ""
2328
 
2329
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:82
2330
+ msgid "Enter your Newsletter provider API credentials in the form below."
2331
  msgstr ""
2332
 
2333
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:92
2334
+ msgid "Select Provider"
2335
  msgstr ""
2336
 
2337
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:100
2338
+ msgid "Pick Mailing Service"
2339
  msgstr ""
2340
 
2341
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:84
2342
+ msgid "Loading"
2343
+ msgstr "Cargando"
2344
 
2345
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:73
2346
+ #: framework/extensions/product-reviews/static/js/ProductReviews.js:72
2347
+ #: framework/premium/extensions/adobe-typekit/static/js/AdobeTypekit.js:71
2348
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/CustomFonts.js:70
2349
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/LocalGoogleFonts.js:72
2350
+ #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:74
2351
+ #: static/js/screens/Extensions.js:79
2352
+ msgid "Deactivate"
2353
+ msgstr "Desactivar"
2354
 
2355
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:130
2356
+ msgid "Save"
2357
+ msgstr "Guardar"
2358
 
2359
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:39
2360
+ msgid "Product Reviews Settings"
2361
  msgstr ""
2362
 
2363
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:42
2364
+ msgid "Configure the slugs for single and category pages of the product review custom post type."
2365
  msgstr ""
2366
 
2367
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:61
2368
+ msgid "Single Slug"
2369
  msgstr ""
2370
 
2371
+ #: framework/extensions/product-reviews/static/js/EditSettings.js:67
2372
+ msgid "Category Slug"
2373
  msgstr ""
2374
 
2375
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:108
2376
+ msgid "Adobe Fonts Settings"
2377
  msgstr ""
2378
 
2379
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:113
2380
+ msgid "You can find %shere%s your Project ID. Once you insert your Project ID and click the \"Fetch fonts\" button, your fonts will become available in all theme’s typography options."
2381
  msgstr ""
2382
 
2383
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:141
2384
+ msgid "Project ID"
2385
  msgstr ""
2386
 
2387
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:188
2388
+ msgid "Fetch Fonts"
2389
  msgstr ""
2390
 
2391
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:195
2392
+ msgid "Please enter the valid Project ID to get the kit details"
2393
  msgstr ""
2394
 
2395
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:214
2396
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:56
2397
+ msgid "Variations"
2398
  msgstr ""
2399
 
2400
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:96
2401
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:94
2402
+ msgid "Edit Settings"
2403
  msgstr ""
2404
 
2405
+ #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:98
2406
+ msgid "Add/Edit Fonts"
2407
  msgstr ""
2408
 
2409
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:104
2410
+ msgid "There are no custom fonts at the moment, hit the button below and upload some."
2411
  msgstr ""
2412
 
2413
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:117
2414
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:256
2415
+ msgid "Upload Simple Font"
2416
  msgstr ""
2417
 
2418
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:125
2419
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:280
2420
+ msgid "Upload Variable Font"
2421
  msgstr ""
2422
 
2423
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:23
2424
+ msgid "Custom Fonts Settings"
2425
  msgstr ""
2426
 
2427
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:25
2428
+ msgid "Here you can see all your custom fonts that could be used in all typography options across the theme."
2429
  msgstr ""
2430
 
2431
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:39
2432
+ msgid "Dynamic Font"
2433
  msgstr ""
2434
 
2435
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:43
2436
+ msgid "Variable font"
2437
  msgstr ""
2438
 
2439
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:74
2440
+ msgid "Edit Font"
2441
  msgstr ""
2442
 
2443
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:91
2444
+ msgid "Remove Font"
2445
  msgstr ""
2446
 
2447
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/EditSettings.js:79
2448
+ msgid "Settings"
2449
  msgstr ""
2450
 
2451
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:162
2452
+ msgid "Change"
2453
  msgstr ""
2454
 
2455
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:163
2456
+ msgid "Choose"
2457
  msgstr ""
2458
 
2459
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
2460
+ #: static/js/options/ConditionsManager.js:99
2461
+ msgid "Select variation"
2462
+ msgstr "Seleccionar variaciones"
2463
 
2464
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
2465
+ msgid "Regular"
2466
  msgstr ""
2467
 
2468
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
2469
+ #: framework/premium/static/js/typography/providers/kadence.js:70
2470
+ msgid "Italic"
2471
  msgstr ""
2472
 
2473
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:260
2474
+ msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats (see browser coverage %shere%s). Use %sthis converter tool%s if you don't have these font formats."
2475
  msgstr ""
2476
 
2477
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:284
2478
+ msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats. Please don't convert non-woff variable fonts by yourself. Instead, just ask the font provider to hand a correct file otherwise the %svariable%s font will loose its capabilities."
2479
  msgstr ""
2480
 
2481
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:310
2482
+ msgid "Font Name"
2483
  msgstr ""
2484
 
2485
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:353
2486
+ msgid "Add/upload another font variation"
2487
  msgstr ""
2488
 
2489
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:374
2490
+ msgid "Back to All Fonts"
2491
  msgstr ""
2492
 
2493
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:399
2494
+ msgid "Save Custom Font"
2495
  msgstr ""
2496
 
2497
+ #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:82
2498
+ msgid "Add Variation"
2499
  msgstr ""
2500
 
2501
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:190
2502
+ msgid "By checking this option you will download and replace the existing Google Fonts with the above ones."
2503
  msgstr ""
2504
 
2505
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:240
2506
+ msgid "Sync Google Fonts"
2507
  msgstr ""
2508
 
2509
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:98
2510
+ msgid "Add Google Fonts"
2511
  msgstr ""
2512
 
2513
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:108
2514
+ msgid "Local Google Fonts (GDPR)"
2515
  msgstr ""
2516
 
2517
+ #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:115
2518
+ msgid "Download a font and serve it directly from your server, this is handy for those who want to comply with GDPR regulations or serve the font via CDN."
2519
  msgstr ""
2520
 
2521
+ #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:138
2522
+ msgid "Item Settings"
2523
  msgstr ""
2524
 
2525
+ #: framework/premium/extensions/sidebars/static/js/BlockWidgetControls.js:59
2526
+ msgid "Remove Sidebar"
2527
  msgstr ""
2528
 
2529
+ #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:64
2530
+ msgid "%s - Sidebar Display Conditions"
2531
  msgstr ""
2532
 
2533
+ #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:72
2534
+ msgid "Add one or more conditions in order to display your sidebar."
2535
  msgstr ""
2536
 
2537
+ #: framework/premium/extensions/sidebars/static/js/main.js:45
2538
+ msgid "Enter a name in the input below and hit the Create Sidebar button."
2539
  msgstr ""
2540
 
2541
+ #: framework/premium/extensions/sidebars/static/js/main.js:52
2542
+ msgid "Sidebar name"
2543
  msgstr ""
2544
 
2545
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:106
2546
+ msgid "White Label Settings"
2547
  msgstr ""
2548
 
2549
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:110
2550
+ msgid "Remove any link that points to Blocksy website and change the dashboard identity. These options are mostly used by agencies and developers who are building websites for clients."
2551
  msgstr ""
2552
 
2553
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:132
2554
+ msgid "Advanced"
2555
  msgstr ""
2556
 
2557
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:147
2558
+ msgid "Agency Details"
2559
  msgstr ""
2560
 
2561
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:155
2562
+ msgid "Agency Name"
2563
  msgstr ""
2564
 
2565
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:186
2566
+ msgid "Agency URL"
2567
  msgstr ""
2568
 
2569
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:217
2570
+ msgid "Agency Support/Contact Form URL"
2571
  msgstr ""
2572
 
2573
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:252
2574
+ msgid "Theme Details"
2575
  msgstr ""
2576
 
2577
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:260
2578
+ msgid "Theme Name"
2579
  msgstr ""
2580
 
2581
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:291
2582
+ msgid "Theme Description"
2583
  msgstr ""
2584
 
2585
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:322
2586
+ msgid "Theme Screenshot URL"
2587
  msgstr ""
2588
 
2589
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:419
2590
+ msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 1200px wide by 900px tall."
2591
  msgstr ""
2592
 
2593
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:429
2594
+ msgid "Theme Icon URL"
2595
  msgstr ""
2596
 
2597
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:526
2598
+ msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 18px wide by 18px tall."
2599
  msgstr ""
2600
 
2601
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:536
2602
+ msgid "Gutenberg Options Panel Icon URL"
2603
  msgstr ""
2604
 
2605
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:633
2606
+ msgid "You can insert the link to a self hosted image or upload one. Please note that only icons in SVG format are allowed here to not break the editor interactiveness."
2607
  msgstr ""
2608
 
2609
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:646
2610
+ msgid "Plugin Details"
2611
  msgstr ""
2612
 
2613
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:654
2614
+ msgid "Plugin Name"
2615
  msgstr ""
2616
 
2617
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:685
2618
+ msgid "Plugin Description"
2619
  msgstr ""
2620
 
2621
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:716
2622
+ msgid "Plugin Thumbnail URL"
2623
  msgstr ""
2624
 
2625
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:807
2626
+ msgid "Choose File"
 
 
 
 
 
 
2627
  msgstr ""
2628
 
2629
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:814
2630
+ msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 256px wide by 256px tall."
 
 
2631
  msgstr ""
2632
 
2633
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:864
2634
+ msgid "Hide Account Menu Item"
2635
  msgstr ""
2636
 
2637
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:872
2638
+ msgid "Hide Starter Sites Tab"
2639
  msgstr ""
2640
 
2641
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:879
2642
+ msgid "Hide Useful Plugins Tab"
2643
  msgstr ""
2644
 
2645
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:887
2646
+ msgid "Hide Changelog Tab"
 
 
2647
  msgstr ""
2648
 
2649
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:895
2650
+ msgid "Hide Support Section"
 
 
2651
  msgstr ""
2652
 
2653
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:903
2654
+ msgid "Hide Beta Updates Section"
 
 
 
 
 
 
 
 
 
 
 
2655
  msgstr ""
2656
 
2657
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:940
2658
+ msgid "Hide White Label Extension"
2659
  msgstr ""
2660
 
2661
+ #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:957
2662
+ msgid "Please note that the white label extension will be hidden if this option is enabled. In order to bring it back you have to hit the SHIFT key and click on the dashboard logo."
 
 
 
 
2663
  msgstr ""
2664
 
2665
+ #: framework/premium/static/js/components/BetaConsent.js:54
2666
+ msgid "Receive βeta Updates"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2667
  msgstr ""
2668
 
2669
+ #: framework/premium/static/js/components/BetaConsent.js:60
2670
+ msgid "Receive beta updates and help us test the new features and improve them by submitting feedback. Please note, installing beta versions on production websites is not recommended, test them on staging or localhost environments."
2671
  msgstr ""
2672
 
2673
+ #: framework/premium/static/js/components/BetaConsent.js:73
2674
+ msgid "Are you sure?"
 
2675
  msgstr ""
2676
 
2677
+ #: framework/premium/static/js/components/BetaConsent.js:76
2678
+ msgid "Installing beta updates on your production site can give unexpected results."
2679
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2680
 
2681
+ #: framework/premium/static/js/components/BetaConsent.js:83
2682
+ msgid "Even having your website completely broken is not excluded. Please proceed with caution."
2683
+ msgstr ""
 
2684
 
2685
+ #: framework/premium/static/js/footer/CloneItem.js:65
2686
+ #: framework/premium/static/js/header/CloneItem.js:65
2687
+ msgid "Clone Item"
2688
+ msgstr ""
2689
 
2690
+ #: framework/premium/static/js/footer/CloneItem.js:88
2691
+ #: framework/premium/static/js/header/CloneItem.js:88
2692
+ msgid "Remove Item"
2693
+ msgstr ""
2694
 
2695
+ #: framework/premium/static/js/footer/CreateFooter.js:107
2696
+ #: framework/premium/static/js/header/CreateHeader.js:106
2697
+ msgid "Copy elements & styles from"
2698
+ msgstr ""
2699
 
2700
+ #: framework/premium/static/js/footer/CreateFooter.js:118
2701
+ msgid "Picker Footer"
2702
+ msgstr ""
 
2703
 
2704
+ #: framework/premium/static/js/footer/CreateFooter.js:133
2705
+ #: framework/premium/static/js/footer/PanelsManager.js:52
2706
+ msgid "Global Footer"
2707
+ msgstr ""
2708
 
2709
+ #: framework/premium/static/js/footer/CreateFooter.js:137
2710
+ #: framework/premium/static/js/header/CreateHeader.js:138
2711
+ msgid "Secondary"
2712
  msgstr ""
2713
 
2714
+ #: framework/premium/static/js/footer/CreateFooter.js:141
2715
+ #: framework/premium/static/js/header/CreateHeader.js:142
2716
+ msgid "Centered"
 
2717
  msgstr ""
2718
 
2719
+ #: framework/premium/static/js/footer/CreateFooter.js:172
2720
+ msgid "Create New Footer"
 
 
2721
  msgstr ""
2722
 
2723
+ #: framework/premium/static/js/footer/CreateFooter.js:50
2724
+ msgid "Create new footer"
 
 
2725
  msgstr ""
2726
 
2727
+ #: framework/premium/static/js/footer/CreateFooter.js:53
2728
+ msgid "Create a new footer and assign it to different pages or posts based on your conditions."
 
 
2729
  msgstr ""
2730
 
2731
+ #: framework/premium/static/js/footer/CreateFooter.js:72
2732
+ msgid "Footer name"
2733
+ msgstr ""
 
 
2734
 
2735
+ #: framework/premium/static/js/footer/EditConditions.js:100
2736
+ msgid "Add one or more conditions in order to display your footer."
 
 
2737
  msgstr ""
2738
 
2739
+ #: framework/premium/static/js/footer/EditConditions.js:84
2740
+ #: static/js/header/EditConditions.js:83
2741
+ #: static/js/options/DisplayCondition.js:55
2742
+ msgid "Add/Edit Conditions"
2743
+ msgstr "Añadir/Editar condiciones"
2744
 
2745
+ #: framework/premium/static/js/footer/PanelsManager.js:162
2746
+ msgid "Remove footer"
2747
+ msgstr ""
2748
 
2749
+ #: framework/premium/static/js/footer/PanelsManager.js:192
2750
+ msgid "Remove Footer"
2751
+ msgstr ""
2752
 
2753
+ #: framework/premium/static/js/footer/PanelsManager.js:195
2754
+ msgid "You are about to remove a custom footer, are you sure you want to continue?"
2755
+ msgstr ""
2756
 
2757
+ #: framework/premium/static/js/footer/PanelsManager.js:211
2758
+ #: framework/premium/static/js/hooks/CodeEditor.js:165
2759
+ #: static/js/header/PanelsManager.js:215
2760
+ #: static/js/options/CustomizerOptionsManager.js:422
2761
+ msgid "Cancel"
2762
+ msgstr "Cancelar"
2763
 
2764
+ #: framework/premium/static/js/footer/PanelsManager.js:227
2765
+ #: static/js/header/PanelsManager.js:231
2766
+ msgid "Confirm"
2767
+ msgstr "Confirmar"
2768
 
2769
+ #: framework/premium/static/js/footer/PanelsManager.js:68
2770
+ #: static/js/header/PanelsManager.js:74
2771
+ msgid "Edit Conditions"
2772
+ msgstr "Editar condiciones"
2773
 
2774
+ #: framework/premium/extensions/mega-menu/extension.php:257,
2775
+ #: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:257
2776
+ msgid "New"
2777
  msgstr ""
2778
 
2779
+ #: framework/premium/extensions/mega-menu/options.php:16,
2780
+ #: framework/premium/extensions/mega-menu/options.php:530,
2781
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:16,
2782
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:530
2783
+ msgid "Mega Menu Settings"
2784
  msgstr ""
2785
 
2786
+ #: framework/premium/extensions/mega-menu/options.php:27,
2787
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:27
2788
+ msgid "Dropdown Width"
2789
  msgstr ""
2790
 
2791
+ #: framework/premium/extensions/mega-menu/options.php:35,
2792
+ #: framework/premium/extensions/mega-menu/options.php:48,
2793
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:35,
2794
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:48
2795
+ msgid "Content Width"
2796
  msgstr ""
2797
 
2798
+ #: framework/premium/extensions/mega-menu/options.php:36,
2799
+ #: framework/premium/extensions/mega-menu/options.php:57,
2800
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:36,
2801
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:57
2802
+ msgid "Full Width"
2803
  msgstr ""
2804
 
2805
+ #: framework/premium/extensions/mega-menu/options.php:37,
2806
+ #: framework/premium/features/content-blocks/options/archive.php:98,
2807
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:37,
2808
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:98
2809
+ msgid "Custom Width"
2810
  msgstr ""
2811
 
2812
+ #: framework/premium/extensions/mega-menu/options.php:56,
2813
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:56
2814
+ msgid "Default Width"
2815
  msgstr ""
2816
 
2817
+ #: framework/premium/extensions/mega-menu/options.php:85,
2818
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:85
2819
+ msgid "Columns"
2820
  msgstr ""
2821
 
2822
+ #: framework/premium/extensions/mega-menu/options.php:320,
2823
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:320
2824
+ msgid "Custom Content"
2825
  msgstr ""
2826
 
2827
+ #: framework/premium/extensions/mega-menu/options.php:324,
2828
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:324
2829
+ msgid "Content Type"
 
 
 
2830
  msgstr ""
2831
 
2832
+ #: framework/premium/extensions/mega-menu/options.php:331,
2833
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:331
2834
+ msgid "Default (Menu Item)"
 
 
 
2835
  msgstr ""
2836
 
2837
+ #: framework/premium/extensions/mega-menu/options.php:332,
2838
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:332
2839
+ msgid "Custom Text"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2840
  msgstr ""
2841
 
2842
+ #: framework/premium/extensions/mega-menu/options.php:394,
2843
+ #: framework/premium/extensions/mega-menu/options.php:710,
2844
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:394,
2845
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:710
2846
+ msgid "Item Label Settings"
2847
  msgstr ""
2848
 
2849
+ #: framework/premium/extensions/mega-menu/options.php:399,
2850
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:399
2851
+ msgid "Item Label"
2852
  msgstr ""
2853
 
2854
+ #: framework/premium/extensions/mega-menu/options.php:407,
2855
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:407
2856
+ msgid "Enabled"
2857
  msgstr ""
2858
 
2859
+ #: framework/premium/extensions/mega-menu/options.php:408,
2860
+ #: framework/premium/features/content-blocks/options/404.php:104,
2861
+ #: framework/premium/features/content-blocks/options/header.php:108,
2862
+ #: framework/premium/features/content-blocks/options/hook.php:113,
2863
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:408,
2864
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:104,
2865
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:108,
2866
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:113
2867
+ msgid "Disabled"
2868
+ msgstr ""
2869
 
2870
+ #: framework/premium/extensions/mega-menu/options.php:409,
2871
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:409
2872
+ msgid "Heading"
2873
  msgstr ""
2874
 
2875
+ #: framework/premium/extensions/mega-menu/options.php:415,
2876
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:415
2877
+ msgid "Label Link"
2878
  msgstr ""
2879
 
2880
+ #: framework/premium/extensions/mega-menu/options.php:481,
2881
+ #: framework/premium/extensions/mega-menu/options.php:792,
2882
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:481,
2883
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:792
2884
+ msgid "Menu Badge Settings"
2885
  msgstr ""
2886
 
2887
+ #: framework/premium/extensions/mega-menu/options.php:499,
2888
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260,
2889
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:499,
2890
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
2891
+ msgid "Vertical Alignment"
2892
  msgstr ""
2893
 
2894
+ #: framework/premium/extensions/mega-menu/options.php:534,
2895
+ #: framework/premium/extensions/shortcuts/customizer.php:883,
2896
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2897
+ #: framework/features/header/items/account/options.php:1033,
2898
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:534,
2899
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:883,
2900
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2901
+ #: build_tmp/build/framework/features/header/items/account/options.php:1033
2902
+ msgid "Background"
2903
+ msgstr ""
2904
 
2905
+ #: framework/premium/extensions/mega-menu/options.php:548,
2906
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:548
2907
+ msgid "Link Color"
2908
+ msgstr ""
2909
 
2910
+ #: framework/premium/extensions/mega-menu/options.php:568,
2911
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
2912
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:568,
2913
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
2914
+ #: framework/premium/features/premium-header/items/contacts/options.php:414,
2915
+ #: framework/premium/features/premium-header/items/contacts/options.php:456,
2916
+ #: framework/premium/features/premium-header/items/contacts/options.php:496,
2917
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:414,
2918
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:456,
2919
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:496
2920
+ msgid "Link Initial"
2921
+ msgstr ""
2922
 
2923
+ #: framework/premium/extensions/mega-menu/options.php:573,
2924
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:573
2925
+ msgid "Link Hover/Active"
2926
+ msgstr ""
2927
 
2928
+ #: framework/premium/extensions/mega-menu/options.php:578,
2929
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:578
2930
+ msgid "Background Hover"
2931
+ msgstr ""
2932
 
2933
+ #: framework/premium/extensions/mega-menu/options.php:585,
2934
+ #: framework/premium/extensions/mega-menu/options.php:719,
2935
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:585,
2936
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:719
2937
+ msgid "Heading Color"
2938
+ msgstr ""
2939
 
2940
+ #: framework/premium/extensions/mega-menu/options.php:597,
2941
+ #: framework/premium/extensions/mega-menu/options.php:617,
2942
+ #: framework/premium/extensions/mega-menu/options.php:731,
2943
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:597,
2944
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:617,
2945
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:731
2946
+ msgid "Initial Color"
2947
  msgstr ""
2948
 
2949
+ #: framework/extensions/cookies-consent/customizer.php:147,
2950
+ #: framework/premium/extensions/mega-menu/options.php:605,
2951
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:147,
2952
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:605
2953
+ msgid "Text Color"
2954
  msgstr ""
2955
 
2956
+ #: framework/premium/extensions/mega-menu/options.php:624,
2957
+ #: framework/premium/extensions/shortcuts/customizer.php:900,
2958
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:624,
2959
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:900,
2960
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
2961
+ #: framework/premium/features/premium-header/items/search-input/options.php:826,
2962
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:432,
2963
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:826
2964
+ msgid "Items Divider"
2965
+ msgstr ""
2966
 
2967
+ #: framework/premium/extensions/mega-menu/options.php:639,
2968
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:639
2969
+ msgid "Columns Divider"
2970
  msgstr ""
2971
 
2972
+ #: framework/premium/extensions/mega-menu/options.php:654,
2973
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:654,
2974
+ #: framework/premium/features/premium-header/items/search-input/options.php:808,
2975
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:808
2976
+ msgid "Dropdown Shadow"
2977
+ msgstr ""
2978
 
2979
+ #: framework/premium/extensions/mega-menu/options.php:686,
2980
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:686
2981
+ msgid "Column Settings"
2982
+ msgstr ""
2983
 
2984
+ #: framework/premium/extensions/mega-menu/options.php:690,
2985
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:690
2986
+ msgid "Column Spacing"
2987
+ msgstr ""
2988
 
2989
+ #: framework/premium/extensions/mega-menu/options.php:742,
2990
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
2991
+ #: framework/features/header/items/account/options.php:694,
2992
+ #: framework/features/header/items/account/options.php:722,
2993
+ #: framework/features/header/items/account/options.php:753,
2994
+ #: framework/features/header/items/account/options.php:782,
2995
+ #: framework/features/header/items/account/options.php:1039,
2996
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
2997
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
2998
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
2999
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:742,
3000
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
3001
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
3002
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
3003
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
3004
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:361,
3005
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
3006
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
3007
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
3008
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118,
3009
+ #: build_tmp/build/framework/features/header/items/account/options.php:694,
3010
+ #: build_tmp/build/framework/features/header/items/account/options.php:722,
3011
+ #: build_tmp/build/framework/features/header/items/account/options.php:753,
3012
+ #: build_tmp/build/framework/features/header/items/account/options.php:782,
3013
+ #: build_tmp/build/framework/features/header/items/account/options.php:1039,
3014
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
3015
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
3016
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
3017
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
3018
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
3019
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
3020
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:361,
3021
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
3022
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
3023
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
3024
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
3025
+ msgid "Icon Color"
3026
+ msgstr "Color del icono"
3027
 
3028
+ #: framework/premium/extensions/post-types-extra/config.php:6,
3029
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:6
3030
+ 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."
3031
  msgstr ""
3032
 
3033
+ #: framework/premium/extensions/post-types-extra/readme.php:4,
3034
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:4
3035
+ 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."
3036
  msgstr ""
3037
 
3038
+ #: framework/premium/extensions/post-types-extra/readme.php:10,
3039
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:10
3040
+ msgid "Custom Fields"
3041
  msgstr ""
3042
 
3043
+ #: framework/premium/extensions/post-types-extra/readme.php:14,
3044
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:14
3045
+ msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
3046
  msgstr ""
3047
 
3048
+ #: framework/premium/extensions/post-types-extra/readme.php:17,
3049
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:17
3050
+ msgid "Customizer ➝ Blog Posts ➝ Card Options"
3051
  msgstr ""
3052
 
3053
+ #: framework/premium/extensions/post-types-extra/readme.php:21,
3054
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:21
3055
+ msgid "Customizer Single Posts ➝ Post Title"
 
 
 
 
 
 
 
 
3056
  msgstr ""
3057
 
3058
+ #: framework/premium/extensions/post-types-extra/readme.php:29,
3059
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:29
3060
+ msgid "Taxonomies Filters"
3061
+ msgstr ""
 
 
 
 
 
 
 
 
 
3062
 
3063
+ #: framework/premium/extensions/post-types-extra/readme.php:33,
3064
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:33
3065
+ msgid "You can enable the taxonomies filters from %s."
3066
+ msgstr ""
3067
 
3068
+ #: framework/premium/extensions/post-types-extra/readme.php:36,
3069
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:36
3070
+ msgid "Customizer ➝ Blog Posts ➝ Filters"
3071
+ msgstr ""
3072
 
3073
+ #: framework/premium/extensions/post-types-extra/readme.php:44,
3074
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:44
3075
+ msgid "Read Progress Bar"
3076
+ msgstr ""
3077
 
3078
+ #: framework/premium/extensions/post-types-extra/readme.php:48,
3079
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:48
3080
+ msgid "This options could be enabled from %s."
3081
  msgstr ""
3082
 
3083
+ #: framework/premium/extensions/post-types-extra/readme.php:51,
3084
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:51
3085
+ msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
 
3086
  msgstr ""
3087
 
3088
+ #: framework/premium/extensions/post-types-extra/readme.php:59,
3089
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:59
3090
+ msgid "Taxonomy Featured Image & Custom Colors"
3091
+ msgstr ""
3092
 
3093
+ #: framework/premium/extensions/post-types-extra/readme.php:63,
3094
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:63
3095
+ msgid "To customize these options simply navigate to %s and edit one of your categories."
3096
  msgstr ""
3097
 
3098
+ #: framework/premium/extensions/post-types-extra/readme.php:66,
3099
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:66
3100
+ msgid "Dashboard ➝ Posts ➝ Categories"
 
 
3101
  msgstr ""
3102
 
3103
+ #: framework/premium/extensions/shortcuts/config.php:6,
3104
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:6
3105
+ 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."
3106
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
3107
 
3108
+ #: framework/premium/extensions/shortcuts/customizer.php:12,
3109
+ #: framework/premium/extensions/shortcuts/customizer.php:35,
3110
+ #: framework/premium/extensions/shortcuts/customizer.php:563,
3111
+ #: framework/premium/extensions/shortcuts/views/bar.php:13,
3112
+ #: framework/premium/extensions/shortcuts/views/bar.php:43,
3113
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:12,
3114
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:35,
3115
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:563,
3116
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:13,
3117
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:43
3118
+ msgid "Home"
3119
+ msgstr ""
 
 
 
3120
 
3121
+ #: framework/premium/extensions/shortcuts/customizer.php:68,
3122
+ #: framework/premium/extensions/shortcuts/customizer.php:91,
3123
+ #: framework/premium/extensions/shortcuts/customizer.php:572,
3124
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
3125
+ #: framework/premium/extensions/shortcuts/views/bar.php:22,
3126
+ #: framework/premium/extensions/shortcuts/views/bar.php:44,
3127
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:68,
3128
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:91,
3129
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:572,
3130
+ #: framework/premium/features/premium-header/items/contacts/options.php:66,
3131
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
3132
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:22,
3133
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:44,
3134
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:66
3135
+ msgid "Phone"
3136
+ msgstr "Teléfono"
3137
 
3138
+ #: framework/premium/extensions/shortcuts/customizer.php:192,
3139
+ #: framework/premium/extensions/shortcuts/customizer.php:215,
3140
+ #: framework/premium/extensions/shortcuts/views/bar.php:46,
3141
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:192,
3142
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:215,
3143
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:46
3144
+ msgid "Scroll Top"
3145
+ msgstr ""
3146
 
3147
+ #: framework/premium/extensions/shortcuts/customizer.php:338,
3148
+ #: framework/premium/extensions/shortcuts/customizer.php:361,
3149
+ #: framework/premium/extensions/shortcuts/views/bar.php:47,
3150
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:338,
3151
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:361,
3152
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:47
3153
+ msgid "Cart"
3154
  msgstr ""
3155
 
3156
+ #: framework/premium/extensions/shortcuts/customizer.php:394,
3157
+ #: framework/premium/extensions/shortcuts/customizer.php:417,
3158
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:394,
3159
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:417
3160
+ msgid "Shop"
3161
  msgstr ""
3162
 
3163
+ #: framework/premium/extensions/shortcuts/customizer.php:450,
3164
+ #: framework/premium/extensions/shortcuts/customizer.php:473,
3165
+ #: framework/premium/extensions/woocommerce-extra/readme.php:70,
3166
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:450,
3167
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:473,
3168
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:70,
3169
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
3170
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
3171
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
3172
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88,
3173
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
3174
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
3175
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
3176
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
3177
+ msgid "Wishlist"
3178
  msgstr ""
3179
 
3180
+ #: framework/premium/extensions/shortcuts/customizer.php:557,
3181
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:557
3182
+ msgid "Shortcuts"
3183
  msgstr ""
3184
 
3185
+ #: framework/premium/extensions/shortcuts/customizer.php:612,
3186
+ #: framework/features/header/items/account/options.php:233,
3187
+ #: framework/features/header/items/account/options.php:439,
3188
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:612,
3189
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61,
3190
+ #: build_tmp/build/framework/features/header/items/account/options.php:233,
3191
+ #: build_tmp/build/framework/features/header/items/account/options.php:439,
3192
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
3193
+ msgid "Label Visibility"
3194
+ msgstr ""
3195
 
3196
+ #: framework/premium/extensions/shortcuts/customizer.php:652,
3197
+ #: framework/features/header/items/account/options.php:269,
3198
+ #: framework/features/header/items/account/options.php:475,
3199
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:652,
3200
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91,
3201
+ #: build_tmp/build/framework/features/header/items/account/options.php:269,
3202
+ #: build_tmp/build/framework/features/header/items/account/options.php:475,
3203
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
3204
+ msgid "Label Position"
3205
  msgstr ""
3206
 
3207
+ #: framework/premium/extensions/shortcuts/customizer.php:661,
3208
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
3209
+ #: framework/premium/features/content-blocks/hooks-manager.php:365,
3210
+ #: framework/features/header/items/account/options.php:278,
3211
+ #: framework/features/header/items/account/options.php:484,
3212
+ #: framework/premium/features/content-blocks/options/hook.php:307,
3213
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:661,
3214
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
3215
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:365,
3216
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100,
3217
+ #: build_tmp/build/framework/features/header/items/account/options.php:278,
3218
+ #: build_tmp/build/framework/features/header/items/account/options.php:484,
3219
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:307,
3220
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
3221
+ msgid "Bottom"
3222
  msgstr ""
3223
 
3224
+ #: framework/premium/extensions/shortcuts/customizer.php:672,
3225
+ #: framework/features/header/items/account/options.php:215,
3226
+ #: framework/features/header/items/account/options.php:421,
3227
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:672,
3228
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39,
3229
+ #: build_tmp/build/framework/features/header/items/account/options.php:215,
3230
+ #: build_tmp/build/framework/features/header/items/account/options.php:421,
3231
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
3232
+ msgid "Icon Size"
3233
+ msgstr "Tamaño del icono"
3234
+
3235
+ #: framework/premium/extensions/shortcuts/customizer.php:682,
3236
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:682
3237
+ msgid "Container Height"
3238
  msgstr ""
3239
 
3240
+ #: framework/premium/extensions/shortcuts/customizer.php:697,
3241
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:697
3242
+ msgid "Container Max Width"
3243
  msgstr ""
3244
 
3245
+ #: framework/premium/extensions/shortcuts/customizer.php:721,
3246
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:721
3247
+ msgid "Scroll Interaction"
3248
  msgstr ""
3249
 
3250
+ #: framework/premium/extensions/shortcuts/customizer.php:727,
3251
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:727
3252
+ msgid "Hide"
3253
  msgstr ""
3254
 
3255
+ #: framework/premium/extensions/shortcuts/customizer.php:769,
3256
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:769
3257
+ msgid "Shortcuts Bar Display Conditions"
3258
  msgstr ""
3259
 
3260
+ #: framework/premium/extensions/shortcuts/customizer.php:770,
3261
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:770
3262
+ msgid "Add one or more conditions to display the shortcuts bar."
3263
  msgstr ""
3264
 
3265
+ #: framework/premium/extensions/shortcuts/customizer.php:784,
3266
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:784,
3267
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
3268
+ #: framework/premium/features/premium-header/items/contacts/options.php:346,
3269
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
3270
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:376,
3271
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
3272
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:346,
3273
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:192,
3274
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:376
3275
+ msgid "Font"
3276
  msgstr ""
3277
 
3278
+ #: framework/premium/extensions/shortcuts/customizer.php:826,
3279
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:826,
3280
+ #: framework/premium/features/premium-header/items/contacts/options.php:526,
3281
+ #: framework/premium/features/premium-header/items/contacts/options.php:555,
3282
+ #: framework/premium/features/premium-header/items/contacts/options.php:586,
3283
+ #: framework/premium/features/premium-header/items/contacts/options.php:616,
3284
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:526,
3285
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:555,
3286
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:586,
3287
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:616
3288
+ msgid "Icons Color"
3289
  msgstr ""
3290
 
3291
+ #: framework/premium/extensions/shortcuts/customizer.php:865,
3292
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:865
3293
+ msgid "Cart Badge Color"
3294
  msgstr ""
3295
 
3296
+ #: framework/premium/extensions/shortcuts/customizer.php:920,
3297
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:920
3298
+ msgid "Items Divider Height"
3299
  msgstr ""
3300
 
3301
+ #: framework/premium/extensions/shortcuts/customizer.php:934,
3302
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
3303
+ #: framework/premium/features/content-blocks/options/popup.php:387,
3304
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:934,
3305
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
3306
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:446,
3307
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:387,
3308
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:446
3309
+ msgid "Shadow"
3310
  msgstr ""
3311
 
3312
+ #: framework/premium/extensions/sidebars/config.php:6,
3313
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:6
3314
+ msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
3315
  msgstr ""
3316
 
3317
+ #: framework/premium/extensions/sidebars/config.php:10,
3318
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:10
3319
+ msgid "Create New Sidebar"
3320
  msgstr ""
3321
 
3322
+ #: framework/premium/extensions/sidebars/form.php:3,
3323
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:3
3324
+ #: framework/premium/extensions/sidebars/static/js/main.js:42
3325
+ msgid "Create Sidebar/Widget Area"
3326
  msgstr ""
3327
 
3328
+ #: framework/premium/extensions/sidebars/form.php:6,
3329
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:6
3330
+ msgid "In order to create a new sidebar/widget area simply enter a name in the input below and click the Create Sidebar button."
3331
  msgstr ""
3332
 
3333
+ #: framework/premium/extensions/sidebars/form.php:16,
3334
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:16
3335
+ #: framework/premium/extensions/sidebars/static/js/main.js:58
3336
+ msgid "Create Sidebar"
3337
  msgstr ""
3338
 
3339
+ #: framework/premium/extensions/sidebars/form.php:20,
3340
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:20
3341
+ msgid "Available Sidebars/Widget Areas"
3342
  msgstr ""
3343
 
3344
+ #: framework/premium/extensions/white-label/config.php:6,
3345
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:6
3346
+ 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."
3347
  msgstr ""
3348
 
3349
+ #: framework/premium/extensions/woocommerce-extra/config.php:6,
3350
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:6
3351
+ 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."
3352
  msgstr ""
3353
 
3354
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:5,
3355
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:5
3356
+ msgid "Quick View Button"
3357
  msgstr ""
3358
 
3359
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:21,
3360
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:21
3361
+ msgid "Trigger On"
3362
  msgstr ""
3363
 
3364
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:29,
3365
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:29
3366
+ msgid "Button click"
3367
  msgstr ""
3368
 
3369
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:30,
3370
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:30
3371
+ msgid "Image click"
3372
  msgstr ""
3373
 
3374
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:31,
3375
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:31
3376
+ msgid "Card click"
3377
  msgstr ""
3378
 
3379
+ #: framework/premium/extensions/woocommerce-extra/extension.php:83,
3380
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
3381
+ #: framework/features/header/items/account/options.php:194,
3382
+ #: framework/features/header/items/account/options.php:400,
3383
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:83,
3384
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
3385
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33,
3386
+ #: build_tmp/build/framework/features/header/items/account/options.php:194,
3387
+ #: build_tmp/build/framework/features/header/items/account/options.php:400,
3388
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
3389
+ msgid "Type 3"
3390
+ msgstr "Tipo 3"
3391
+
3392
+ #: framework/premium/extensions/woocommerce-extra/extension.php:88,
3393
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
3394
+ #: framework/features/header/items/account/options.php:199,
3395
+ #: framework/features/header/items/account/options.php:405,
3396
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:88,
3397
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
3398
+ #: build_tmp/build/framework/features/header/items/account/options.php:199,
3399
+ #: build_tmp/build/framework/features/header/items/account/options.php:405
3400
+ msgid "Type 4"
3401
+ msgstr "Tipo 4"
3402
+
3403
+ #: framework/premium/extensions/woocommerce-extra/extension.php:111,
3404
+ #: framework/premium/extensions/woocommerce-extra/extension.php:130,
3405
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:111,
3406
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:130
3407
+ msgid "Number of Columns"
3408
  msgstr ""
3409
 
3410
+ #: framework/premium/extensions/woocommerce-extra/extension.php:701,
3411
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:701
3412
+ msgid "Available Filters"
3413
  msgstr ""
3414
 
3415
+ #: framework/premium/extensions/woocommerce-extra/extension.php:779,
3416
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:779
3417
+ msgid "Quick view title before"
3418
  msgstr ""
3419
 
3420
+ #: framework/premium/extensions/woocommerce-extra/extension.php:784,
3421
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:784
3422
+ msgid "Quick view title after"
 
 
 
 
 
 
 
3423
  msgstr ""
3424
 
3425
+ #: framework/premium/extensions/woocommerce-extra/extension.php:789,
3426
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:789
3427
+ msgid "Quick view price before"
3428
  msgstr ""
3429
 
3430
+ #: framework/premium/extensions/woocommerce-extra/extension.php:794,
3431
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:794
3432
+ msgid "Quick view price after"
3433
  msgstr ""
3434
 
3435
+ #: framework/premium/extensions/woocommerce-extra/extension.php:799,
3436
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:799
3437
+ msgid "Quick view summary before"
3438
  msgstr ""
3439
 
3440
+ #: framework/premium/extensions/woocommerce-extra/extension.php:804,
3441
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:804
3442
+ msgid "Quick view summary after"
3443
  msgstr ""
3444
 
3445
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
3446
+ #: framework/premium/extensions/woocommerce-extra/readme.php:25,
3447
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
3448
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:25
3449
+ msgid "Floating Cart"
3450
  msgstr ""
3451
 
3452
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17,
3453
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:17
3454
+ msgid "Position"
3455
  msgstr ""
3456
 
3457
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
3458
+ #: framework/premium/features/content-blocks/hooks-manager.php:327,
3459
+ #: framework/premium/features/content-blocks/options/hook.php:306,
3460
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
3461
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:327,
3462
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:306
3463
+ msgid "Top"
3464
  msgstr ""
3465
 
3466
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34,
3467
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:34
3468
+ msgid "Product Title Visibility"
 
3469
  msgstr ""
3470
 
3471
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58,
3472
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:58
3473
+ msgid "Floating Cart Visibility"
 
3474
  msgstr ""
3475
 
3476
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:102,
3477
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:102
3478
+ msgid "Go to product page"
 
3479
  msgstr ""
3480
 
3481
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:182,
3482
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:182
3483
+ msgid "Filter"
 
3484
  msgstr ""
3485
 
3486
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3,
3487
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
3488
+ msgid "Off Canvas Filter"
 
3489
  msgstr ""
3490
 
3491
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14,
3492
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
3493
+ msgid "Filter Widgets"
 
3494
  msgstr ""
3495
 
3496
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18,
3497
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
3498
+ msgid "Widgets"
 
3499
  msgstr ""
3500
 
3501
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36,
3502
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
3503
+ msgid "Widgets Vertical Spacing"
3504
  msgstr ""
3505
 
3506
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51,
3507
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
3508
+ msgid "Widgets Title Font"
3509
  msgstr ""
3510
 
3511
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59,
3512
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
3513
+ msgid "Widgets Title Font Color"
3514
  msgstr ""
3515
 
3516
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107,
3517
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
3518
+ msgid "Widgets Font"
3519
  msgstr ""
3520
 
3521
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116,
3522
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
3523
+ msgid "Widgets Font Color"
3524
  msgstr ""
3525
 
3526
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
3527
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
3528
+ #: framework/premium/features/premium-header/items/contacts/options.php:408,
3529
+ #: framework/premium/features/premium-header/items/contacts/options.php:451,
3530
+ #: framework/premium/features/premium-header/items/contacts/options.php:491,
3531
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:408,
3532
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:451,
3533
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:491
3534
+ msgid "Text Initial"
3535
  msgstr ""
3536
 
3537
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
3538
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
3539
+ #: framework/premium/features/premium-header/items/contacts/options.php:420,
3540
+ #: framework/premium/features/premium-header/items/contacts/options.php:461,
3541
+ #: framework/premium/features/premium-header/items/contacts/options.php:501,
3542
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:420,
3543
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:461,
3544
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:501
3545
+ msgid "Link Hover"
3546
  msgstr ""
3547
 
3548
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160,
3549
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
3550
+ msgid "Filter Button & Panel"
3551
  msgstr ""
3552
 
3553
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169,
3554
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
3555
+ msgid "Filter Icon Type"
3556
  msgstr ""
3557
 
3558
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207,
3559
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
3560
+ msgid "Filter Button Visibility"
3561
  msgstr ""
3562
 
3563
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230,
3564
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
3565
+ msgid "Panel Reveal"
3566
  msgstr ""
3567
 
3568
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237,
3569
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
3570
+ msgid "Left Side"
3571
  msgstr ""
3572
 
3573
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238,
3574
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
3575
+ msgid "Right Side"
3576
  msgstr ""
3577
 
3578
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243,
3579
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
3580
+ msgid "Panel Width"
3581
  msgstr ""
3582
 
3583
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316,
3584
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
3585
+ msgid "Panel Shadow"
3586
  msgstr ""
3587
 
3588
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284,
3589
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
3590
+ msgid "Panel Background"
3591
  msgstr ""
3592
 
3593
+ #: framework/premium/extensions/woocommerce-extra/readme.php:4,
3594
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:4
3595
+ msgid "After installing and activating the WooCommerce Extra extension you will have these features:"
3596
  msgstr ""
3597
 
3598
+ #: framework/premium/extensions/woocommerce-extra/readme.php:10,
3599
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:10
3600
+ msgid "Product Quick View"
3601
  msgstr ""
3602
 
3603
+ #: framework/premium/extensions/woocommerce-extra/readme.php:14,
3604
+ #: framework/premium/extensions/woocommerce-extra/readme.php:29,
3605
+ #: framework/premium/extensions/woocommerce-extra/readme.php:44,
3606
+ #: framework/premium/extensions/woocommerce-extra/readme.php:59,
3607
+ #: framework/premium/extensions/woocommerce-extra/readme.php:74,
3608
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:14,
3609
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:29,
3610
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:44,
3611
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:59,
3612
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:74
3613
+ msgid "Navigate to %s."
3614
  msgstr ""
3615
 
3616
+ #: framework/premium/extensions/woocommerce-extra/readme.php:17,
3617
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:17
3618
+ msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
3619
  msgstr ""
3620
 
3621
+ #: framework/premium/extensions/woocommerce-extra/readme.php:32,
3622
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:32
3623
+ msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
3624
  msgstr ""
3625
 
3626
+ #: framework/premium/extensions/woocommerce-extra/readme.php:40,
3627
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:40
3628
+ msgid "Advanced Gallery & Slider"
3629
  msgstr ""
3630
 
3631
+ #: framework/premium/extensions/woocommerce-extra/readme.php:47,
3632
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:47
3633
+ msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
3634
  msgstr ""
3635
 
3636
+ #: framework/premium/extensions/woocommerce-extra/readme.php:55,
3637
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:55
3638
+ msgid "Share Box"
3639
  msgstr ""
3640
 
3641
+ #: framework/premium/extensions/woocommerce-extra/readme.php:62,
3642
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:62
3643
+ msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
3644
  msgstr ""
3645
 
3646
+ #: framework/premium/extensions/woocommerce-extra/readme.php:77,
3647
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:77
3648
+ msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
3649
  msgstr ""
3650
 
3651
+ #: framework/premium/features/content-blocks/hooks-manager.php:11,
3652
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:11
3653
+ msgid "WP head"
3654
  msgstr ""
3655
 
3656
+ #: framework/premium/features/content-blocks/hooks-manager.php:13,
3657
+ #: framework/premium/features/content-blocks/hooks-manager.php:22,
3658
+ #: framework/premium/features/content-blocks/hooks-manager.php:32,
3659
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:13,
3660
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:22,
3661
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:32
3662
+ msgid "Head"
3663
  msgstr ""
3664
 
3665
+ #: framework/premium/features/content-blocks/hooks-manager.php:20,
3666
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:20
3667
+ msgid "WP head start"
3668
  msgstr ""
3669
 
3670
+ #: framework/premium/features/content-blocks/hooks-manager.php:30,
3671
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:30
3672
+ msgid "WP head end"
3673
  msgstr ""
3674
 
3675
+ #: framework/premium/features/content-blocks/hooks-manager.php:39,
3676
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:39
3677
+ msgid "Header before"
3678
  msgstr ""
3679
 
3680
+ #: framework/premium/features/content-blocks/hooks-manager.php:41,
3681
+ #: framework/premium/features/content-blocks/hooks-manager.php:50,
3682
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:41,
3683
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:50
3684
+ msgid "Header"
3685
  msgstr ""
3686
 
3687
+ #: framework/premium/features/content-blocks/hooks-manager.php:48,
3688
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:48
3689
+ msgid "Header after"
3690
  msgstr ""
3691
 
3692
+ #: framework/premium/features/content-blocks/hooks-manager.php:57,
3693
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:57
3694
+ msgid "Desktop top"
3695
  msgstr ""
3696
 
3697
+ #: framework/premium/features/content-blocks/hooks-manager.php:59,
3698
+ #: framework/premium/features/content-blocks/hooks-manager.php:68,
3699
+ #: framework/premium/features/content-blocks/hooks-manager.php:77,
3700
+ #: framework/premium/features/content-blocks/hooks-manager.php:86,
3701
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:59,
3702
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:68,
3703
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:77,
3704
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:86
3705
+ msgid "Header offcanvas"
3706
  msgstr ""
3707
 
3708
+ #: framework/premium/features/content-blocks/hooks-manager.php:66,
3709
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:66
3710
+ msgid "Desktop bottom"
3711
  msgstr ""
3712
 
3713
+ #: framework/premium/features/content-blocks/hooks-manager.php:75,
3714
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:75
3715
+ msgid "Mobile top"
3716
  msgstr ""
3717
 
3718
+ #: framework/premium/features/content-blocks/hooks-manager.php:84,
3719
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:84
3720
+ msgid "Mobile bottom"
3721
  msgstr ""
3722
 
3723
+ #: framework/premium/features/content-blocks/hooks-manager.php:93,
3724
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:93
3725
+ msgid "Sidebar before"
 
3726
  msgstr ""
3727
 
3728
+ #: framework/premium/features/content-blocks/hooks-manager.php:94,
3729
+ #: framework/premium/features/content-blocks/hooks-manager.php:101,
3730
+ #: framework/premium/features/content-blocks/hooks-manager.php:108,
3731
+ #: framework/premium/features/content-blocks/hooks-manager.php:115,
3732
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:94,
3733
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:101,
3734
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:108,
3735
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:115
3736
+ msgid "Left/Right sidebar"
3737
  msgstr ""
3738
 
3739
+ #: framework/premium/features/content-blocks/hooks-manager.php:100,
3740
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:100
3741
+ msgid "Sidebar start"
3742
  msgstr ""
3743
 
3744
+ #: framework/premium/features/content-blocks/hooks-manager.php:107,
3745
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:107
3746
+ msgid "Sidebar end"
3747
  msgstr ""
3748
 
3749
+ #: framework/premium/features/content-blocks/hooks-manager.php:114,
3750
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:114
3751
+ msgid "Sidebar after"
3752
  msgstr ""
3753
 
3754
+ #: framework/premium/features/content-blocks/hooks-manager.php:121,
3755
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:121
3756
+ msgid "Dynamic sidebar before"
3757
  msgstr ""
3758
 
3759
+ #: framework/premium/features/content-blocks/hooks-manager.php:122,
3760
+ #: framework/premium/features/content-blocks/hooks-manager.php:129,
3761
+ #: framework/premium/features/content-blocks/hooks-manager.php:137,
3762
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:122,
3763
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:129,
3764
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:137
3765
+ msgid "All widget areas"
3766
  msgstr ""
3767
 
3768
+ #: framework/premium/features/content-blocks/hooks-manager.php:128,
3769
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:128
3770
+ msgid "Dynamic sidebar"
3771
  msgstr ""
3772
 
3773
+ #: framework/premium/features/content-blocks/hooks-manager.php:136,
3774
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:136
3775
+ msgid "Dynamic sidebar after"
3776
  msgstr ""
3777
 
3778
+ #: framework/premium/features/content-blocks/hooks-manager.php:145,
3779
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:145
3780
+ msgid "Before section"
3781
  msgstr ""
3782
 
3783
+ #: framework/premium/features/content-blocks/hooks-manager.php:146,
3784
+ #: framework/premium/features/content-blocks/hooks-manager.php:154,
3785
+ #: framework/premium/features/content-blocks/hooks-manager.php:162,
3786
+ #: framework/premium/features/content-blocks/hooks-manager.php:170,
3787
+ #: framework/premium/features/content-blocks/hooks-manager.php:178,
3788
+ #: framework/premium/features/content-blocks/hooks-manager.php:186,
3789
+ #: framework/premium/features/content-blocks/hooks-manager.php:194,
3790
+ #: framework/premium/features/content-blocks/hooks-manager.php:202,
3791
+ #: framework/premium/features/content-blocks/hooks-manager.php:210,
3792
+ #: framework/premium/features/content-blocks/hooks-manager.php:218,
3793
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:146,
3794
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:154,
3795
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:162,
3796
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:170,
3797
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:178,
3798
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:186,
3799
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:194,
3800
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:202,
3801
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:210,
3802
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:218
3803
+ msgid "Page/post title"
3804
  msgstr ""
3805
 
3806
+ #: framework/premium/features/content-blocks/hooks-manager.php:153,
3807
+ #: framework/premium/features/content-blocks/hooks-manager.php:271,
3808
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:153,
3809
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:271
3810
+ msgid "Before title"
3811
  msgstr ""
3812
 
3813
+ #: framework/premium/features/content-blocks/hooks-manager.php:177,
3814
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:177
3815
+ msgid "Before post meta"
3816
  msgstr ""
3817
 
3818
+ #: framework/premium/features/content-blocks/hooks-manager.php:185,
3819
+ #: framework/premium/features/content-blocks/hooks-manager.php:278,
3820
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:185,
3821
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:278
3822
+ msgid "After title"
3823
  msgstr ""
3824
 
3825
+ #: framework/premium/features/content-blocks/hooks-manager.php:209,
3826
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:209
3827
+ msgid "After post meta"
3828
  msgstr ""
3829
 
3830
+ #: framework/premium/features/content-blocks/hooks-manager.php:217,
3831
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:217
3832
+ msgid "After section"
3833
  msgstr ""
3834
 
3835
+ #: framework/premium/features/content-blocks/hooks-manager.php:225,
3836
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:225
3837
+ msgid "Before content"
3838
  msgstr ""
3839
 
3840
+ #: framework/premium/features/content-blocks/hooks-manager.php:233,
3841
+ #: framework/premium/features/content-blocks/hooks-manager.php:335,
3842
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:233,
3843
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:335
3844
+ msgid "Top content"
3845
  msgstr ""
3846
 
3847
+ #: framework/premium/features/content-blocks/hooks-manager.php:241,
3848
+ #: framework/premium/features/content-blocks/hooks-manager.php:357,
3849
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:241,
3850
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:357
3851
+ msgid "Bottom content"
3852
  msgstr ""
3853
 
3854
+ #: framework/premium/features/content-blocks/hooks-manager.php:249,
3855
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:249
3856
+ msgid "After content"
3857
  msgstr ""
3858
 
3859
+ #: framework/premium/features/content-blocks/hooks-manager.php:257,
3860
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:257
3861
+ msgid "Before comments"
3862
  msgstr ""
3863
 
3864
+ #: framework/premium/features/content-blocks/hooks-manager.php:258,
3865
+ #: framework/premium/features/content-blocks/hooks-manager.php:265,
3866
+ #: framework/premium/features/content-blocks/hooks-manager.php:272,
3867
+ #: framework/premium/features/content-blocks/hooks-manager.php:279,
3868
+ #: framework/premium/features/content-blocks/hooks-manager.php:286,
3869
+ #: framework/premium/features/content-blocks/hooks-manager.php:293,
3870
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:258,
3871
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:265,
3872
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:272,
3873
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:279,
3874
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:286,
3875
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:293
3876
+ msgid "Comments"
3877
  msgstr ""
3878
 
3879
+ #: framework/premium/features/content-blocks/hooks-manager.php:264,
3880
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:264
3881
+ msgid "Top comments"
3882
  msgstr ""
3883
 
3884
+ #: framework/premium/features/content-blocks/hooks-manager.php:285,
3885
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:285
3886
+ msgid "Bottom comments"
3887
  msgstr ""
3888
 
3889
+ #: framework/premium/features/content-blocks/hooks-manager.php:292,
3890
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:292
3891
+ msgid "After comments"
3892
  msgstr ""
3893
 
3894
+ #: framework/premium/features/content-blocks/hooks-manager.php:299,
3895
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459,
3896
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:299,
3897
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459
3898
+ msgid "Before"
3899
  msgstr ""
3900
 
3901
+ #: framework/premium/features/content-blocks/hooks-manager.php:300,
3902
+ #: framework/premium/features/content-blocks/hooks-manager.php:307,
3903
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:300,
3904
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:307
3905
+ msgid "Loop"
3906
  msgstr ""
3907
 
3908
+ #: framework/premium/features/content-blocks/hooks-manager.php:306,
3909
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470,
3910
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:306,
3911
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470
3912
+ msgid "After"
3913
  msgstr ""
3914
 
3915
+ #: framework/premium/features/content-blocks/hooks-manager.php:313,
3916
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:313
3917
+ msgid "Start"
 
3918
  msgstr ""
3919
 
3920
+ #: framework/premium/features/content-blocks/hooks-manager.php:314,
3921
+ #: framework/premium/features/content-blocks/hooks-manager.php:321,
3922
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:314,
3923
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:321
3924
+ msgid "Loop card"
3925
  msgstr ""
3926
 
3927
+ #: framework/premium/features/content-blocks/hooks-manager.php:320,
3928
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:320
3929
+ msgid "End"
3930
  msgstr ""
3931
 
3932
+ #: framework/premium/features/content-blocks/hooks-manager.php:343,
3933
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:343
3934
+ msgid "After certain number of blocks"
3935
  msgstr ""
3936
 
3937
+ #: framework/premium/features/content-blocks/hooks-manager.php:350,
3938
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:350
3939
+ msgid "Before certain number of headings"
 
 
 
3940
  msgstr ""
3941
 
3942
+ #: framework/premium/features/content-blocks/hooks-manager.php:373,
3943
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:373
3944
+ msgid "Login form start"
3945
  msgstr ""
3946
 
3947
+ #: framework/premium/features/content-blocks/hooks-manager.php:374,
3948
+ #: framework/premium/features/content-blocks/hooks-manager.php:381,
3949
+ #: framework/premium/features/content-blocks/hooks-manager.php:388,
3950
+ #: framework/premium/features/content-blocks/hooks-manager.php:395,
3951
+ #: framework/premium/features/content-blocks/hooks-manager.php:402,
3952
+ #: framework/premium/features/content-blocks/hooks-manager.php:409,
3953
+ #: framework/premium/features/content-blocks/hooks-manager.php:416,
3954
+ #: framework/premium/features/content-blocks/hooks-manager.php:423,
3955
+ #: framework/premium/features/content-blocks/hooks-manager.php:430,
3956
+ #: framework/premium/features/content-blocks/hooks-manager.php:437,
3957
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:374,
3958
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:381,
3959
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:388,
3960
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:395,
3961
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:402,
3962
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:409,
3963
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:416,
3964
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:423,
3965
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:430,
3966
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:437
3967
+ msgid "Auth forms"
3968
  msgstr ""
3969
 
3970
+ #: framework/premium/features/content-blocks/hooks-manager.php:380,
3971
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:380
3972
+ msgid "Login form end"
3973
  msgstr ""
3974
 
3975
+ #: framework/premium/features/content-blocks/hooks-manager.php:387,
3976
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:387
3977
+ msgid "Login form modal start"
 
 
 
3978
  msgstr ""
3979
 
3980
+ #: framework/premium/features/content-blocks/hooks-manager.php:394,
3981
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:394
3982
+ msgid "Login form modal end"
3983
  msgstr ""
3984
 
3985
+ #: framework/premium/features/content-blocks/hooks-manager.php:401,
3986
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:401
3987
+ msgid "Register form start"
3988
  msgstr ""
3989
 
3990
+ #: framework/premium/features/content-blocks/hooks-manager.php:408,
3991
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:408
3992
+ msgid "Register form end"
3993
  msgstr ""
3994
 
3995
+ #: framework/premium/features/content-blocks/hooks-manager.php:415,
3996
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:415
3997
+ msgid "Register form modal start"
3998
  msgstr ""
3999
 
4000
+ #: framework/premium/features/content-blocks/hooks-manager.php:422,
4001
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:422
4002
+ msgid "Register form modal end"
4003
  msgstr ""
4004
 
4005
+ #: framework/premium/features/content-blocks/hooks-manager.php:429,
4006
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:429
4007
+ msgid "Lost password form modal start"
4008
  msgstr ""
4009
 
4010
+ #: framework/premium/features/content-blocks/hooks-manager.php:436,
4011
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:436
4012
+ msgid "Lost password form modal end"
4013
  msgstr ""
4014
 
4015
+ #: framework/premium/features/content-blocks/hooks-manager.php:444,
4016
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:444
4017
+ msgid "Before main content"
4018
  msgstr ""
4019
 
4020
+ #: framework/premium/features/content-blocks/hooks-manager.php:450,
4021
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:450
4022
+ msgid "After main content"
4023
  msgstr ""
4024
 
4025
+ #: framework/premium/features/content-blocks/hooks-manager.php:453,
4026
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:453
4027
+ msgid "WooCommerce Global"
4028
  msgstr ""
4029
 
4030
+ #: framework/premium/features/content-blocks/hooks-manager.php:458,
4031
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:458
4032
+ msgid "Archive description"
4033
  msgstr ""
4034
 
4035
+ #: framework/premium/features/content-blocks/hooks-manager.php:463,
4036
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:463
4037
+ msgid "Before shop loop"
4038
  msgstr ""
4039
 
4040
+ #: framework/premium/features/content-blocks/hooks-manager.php:480,
4041
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:480
4042
+ msgid "Before shop loop item title"
4043
  msgstr ""
4044
 
4045
+ #: framework/premium/features/content-blocks/hooks-manager.php:485,
4046
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:485
4047
+ msgid "After shop loop item title"
4048
  msgstr ""
4049
 
4050
+ #: framework/premium/features/content-blocks/hooks-manager.php:490,
4051
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:490
4052
+ msgid "Before shop loop item price"
4053
  msgstr ""
4054
 
4055
+ #: framework/premium/features/content-blocks/hooks-manager.php:495,
4056
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:495
4057
+ msgid "After shop loop item price"
4058
  msgstr ""
4059
 
4060
+ #: framework/premium/features/content-blocks/hooks-manager.php:510,
4061
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:510
4062
+ msgid "After shop loop"
4063
  msgstr ""
4064
 
4065
+ #: framework/premium/features/content-blocks/hooks-manager.php:512,
4066
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:512
4067
+ msgid "WooCommerce Archive"
 
 
4068
  msgstr ""
4069
 
4070
+ #: framework/premium/features/content-blocks/hooks-manager.php:517,
4071
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:517
4072
+ msgid "Before single product"
4073
  msgstr ""
4074
 
4075
+ #: framework/premium/features/content-blocks/hooks-manager.php:535,
4076
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:535
4077
+ msgid "Product meta start"
4078
  msgstr ""
4079
 
4080
+ #: framework/premium/features/content-blocks/hooks-manager.php:539,
4081
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:539
4082
+ msgid "Product meta end"
4083
  msgstr ""
4084
 
4085
+ #: framework/premium/features/content-blocks/hooks-manager.php:543,
4086
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:543
4087
+ msgid "Share"
4088
+ msgstr ""
 
 
4089
 
4090
+ #: framework/premium/features/content-blocks/hooks-manager.php:547,
4091
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:547
4092
+ msgid "After single product"
4093
+ msgstr ""
4094
 
4095
+ #: framework/premium/features/content-blocks/hooks-manager.php:553,
4096
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:553
4097
+ msgid "Before single product excerpt"
4098
+ msgstr ""
4099
 
4100
+ #: framework/premium/features/content-blocks/hooks-manager.php:558,
4101
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:558
4102
+ msgid "After single product excerpt"
4103
  msgstr ""
4104
 
4105
+ #: framework/premium/features/content-blocks/hooks-manager.php:563,
4106
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:563
4107
+ msgid "Before single product tabs"
4108
  msgstr ""
4109
 
4110
+ #: framework/premium/features/content-blocks/hooks-manager.php:569,
4111
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:569
4112
+ msgid "After single product tabs"
4113
  msgstr ""
4114
 
4115
+ #: framework/premium/features/content-blocks/hooks-manager.php:573,
4116
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:573
4117
+ msgid "WooCommerce Product"
4118
+ msgstr ""
4119
 
4120
+ #: framework/premium/features/content-blocks/hooks-manager.php:578,
4121
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:578
4122
+ msgid "Cart is empty"
4123
+ msgstr ""
 
 
 
 
 
 
4124
 
4125
+ #: framework/premium/features/content-blocks/hooks-manager.php:582,
4126
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:582
4127
+ msgid "Before cart"
4128
+ msgstr ""
 
 
 
4129
 
4130
+ #: framework/premium/features/content-blocks/hooks-manager.php:586,
4131
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:586
4132
+ msgid "Before cart table"
4133
  msgstr ""
4134
 
4135
+ #: framework/premium/features/content-blocks/hooks-manager.php:590,
4136
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:590
4137
+ msgid "Before cart contents"
4138
  msgstr ""
4139
 
4140
+ #: framework/premium/features/content-blocks/hooks-manager.php:594,
4141
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:594
4142
+ msgid "Cart contents"
4143
  msgstr ""
4144
 
4145
+ #: framework/premium/features/content-blocks/hooks-manager.php:598,
4146
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:598
4147
+ msgid "After cart contents"
4148
  msgstr ""
4149
 
4150
+ #: framework/premium/features/content-blocks/hooks-manager.php:602,
4151
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:602
4152
+ msgid "Cart coupon"
4153
+ msgstr ""
4154
 
4155
+ #: framework/premium/features/content-blocks/hooks-manager.php:606,
4156
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:606
4157
+ msgid "Cart actions"
4158
+ msgstr ""
 
 
 
 
 
4159
 
4160
+ #: framework/premium/features/content-blocks/hooks-manager.php:610,
4161
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:610
4162
+ msgid "After cart table"
4163
+ msgstr ""
4164
 
4165
+ #: framework/premium/features/content-blocks/hooks-manager.php:614,
4166
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:614
4167
+ msgid "Cart collaterals"
4168
  msgstr ""
4169
 
4170
+ #: framework/premium/features/content-blocks/hooks-manager.php:618,
4171
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:618
4172
+ msgid "Before cart totals"
4173
  msgstr ""
4174
 
4175
+ #: framework/premium/features/content-blocks/hooks-manager.php:622,
4176
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:622
4177
+ msgid "Cart totals before order total"
4178
  msgstr ""
4179
 
4180
+ #: framework/premium/features/content-blocks/hooks-manager.php:626,
4181
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:626
4182
+ msgid "Cart totals after order total"
4183
  msgstr ""
4184
 
4185
+ #: framework/premium/features/content-blocks/hooks-manager.php:630,
4186
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:630
4187
+ msgid "Proceed to checkout"
4188
  msgstr ""
4189
 
4190
+ #: framework/premium/features/content-blocks/hooks-manager.php:634,
4191
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:634
4192
+ msgid "After cart totals"
4193
  msgstr ""
4194
 
4195
+ #: framework/premium/features/content-blocks/hooks-manager.php:638,
4196
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:638
4197
+ msgid "After cart"
4198
  msgstr ""
4199
 
4200
+ #: framework/premium/features/content-blocks/hooks-manager.php:643,
4201
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:643
4202
+ msgid "Before Mini Cart"
4203
  msgstr ""
4204
 
4205
+ #: framework/premium/features/content-blocks/hooks-manager.php:648,
4206
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:648
4207
+ msgid "Before Mini Cart Contents"
4208
  msgstr ""
4209
 
4210
+ #: framework/premium/features/content-blocks/hooks-manager.php:653,
4211
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:653
4212
+ msgid "Mini Cart Contents"
4213
  msgstr ""
4214
 
4215
+ #: framework/premium/features/content-blocks/hooks-manager.php:658,
4216
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:658
4217
+ msgid "Widget Shopping Cart Before Buttons"
4218
  msgstr ""
4219
 
4220
+ #: framework/premium/features/content-blocks/hooks-manager.php:663,
4221
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:663
4222
+ msgid "Widget Shopping Cart After Buttons"
4223
  msgstr ""
4224
 
4225
+ #: framework/premium/features/content-blocks/hooks-manager.php:668,
4226
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:668
4227
+ msgid "After Mini Cart"
4228
  msgstr ""
4229
 
4230
+ #: framework/premium/features/content-blocks/hooks-manager.php:670,
4231
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:670
4232
+ msgid "WooCommerce Cart"
4233
  msgstr ""
4234
 
4235
+ #: framework/premium/features/content-blocks/hooks-manager.php:676,
4236
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:676
4237
+ msgid "Before checkout form"
4238
  msgstr ""
4239
 
4240
+ #: framework/premium/features/content-blocks/hooks-manager.php:680,
4241
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:680
4242
+ msgid "Before customer details"
4243
  msgstr ""
4244
 
4245
+ #: framework/premium/features/content-blocks/hooks-manager.php:684,
4246
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:684
4247
+ msgid "After customer details"
4248
  msgstr ""
4249
 
4250
+ #: framework/premium/features/content-blocks/hooks-manager.php:688,
4251
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:688
4252
+ msgid "Checkout billing"
4253
  msgstr ""
4254
 
4255
+ #: framework/premium/features/content-blocks/hooks-manager.php:692,
4256
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:692
4257
+ msgid "Before checkout billing form"
4258
  msgstr ""
4259
 
4260
+ #: framework/premium/features/content-blocks/hooks-manager.php:696,
4261
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:696
4262
+ msgid "After checkout billing form"
4263
  msgstr ""
4264
 
4265
+ #: framework/premium/features/content-blocks/hooks-manager.php:700,
4266
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:700
4267
+ msgid "Before order notes"
4268
  msgstr ""
4269
 
4270
+ #: framework/premium/features/content-blocks/hooks-manager.php:704,
4271
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:704
4272
+ msgid "After order notes"
4273
  msgstr ""
4274
 
4275
+ #: framework/premium/features/content-blocks/hooks-manager.php:708,
4276
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:708
4277
+ msgid "Checkout shipping"
4278
  msgstr ""
4279
 
4280
+ #: framework/premium/features/content-blocks/hooks-manager.php:712,
4281
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:712
4282
+ msgid "Checkout before order review"
4283
  msgstr ""
4284
 
4285
+ #: framework/premium/features/content-blocks/hooks-manager.php:716,
4286
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:716
4287
+ msgid "Checkout order review"
4288
+ msgstr ""
4289
 
4290
+ #: framework/premium/features/content-blocks/hooks-manager.php:720,
4291
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:720
4292
+ msgid "Review order before cart contents"
4293
  msgstr ""
4294
 
4295
+ #: framework/premium/features/content-blocks/hooks-manager.php:724,
4296
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:724
4297
+ msgid "Review order after cart contents"
4298
  msgstr ""
4299
 
4300
+ #: framework/premium/features/content-blocks/hooks-manager.php:728,
4301
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:728
4302
+ msgid "Review order before order total"
4303
  msgstr ""
4304
 
4305
+ #: framework/premium/features/content-blocks/hooks-manager.php:732,
4306
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:732
4307
+ msgid "Review order after order total"
4308
  msgstr ""
4309
 
4310
+ #: framework/premium/features/content-blocks/hooks-manager.php:736,
4311
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:736
4312
+ msgid "Review order before payment"
4313
  msgstr ""
4314
 
4315
+ #: framework/premium/features/content-blocks/hooks-manager.php:740,
4316
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:740
4317
+ msgid "Review order before submit"
4318
  msgstr ""
4319
 
4320
+ #: framework/premium/features/content-blocks/hooks-manager.php:744,
4321
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:744
4322
+ msgid "Review order after submit"
4323
  msgstr ""
4324
 
4325
+ #: framework/premium/features/content-blocks/hooks-manager.php:748,
4326
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:748
4327
+ msgid "Review order after payment"
4328
  msgstr ""
4329
 
4330
+ #: framework/premium/features/content-blocks/hooks-manager.php:752,
4331
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:752
4332
+ msgid "Checkout after order review"
4333
  msgstr ""
4334
 
4335
+ #: framework/premium/features/content-blocks/hooks-manager.php:756,
4336
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:756
4337
+ msgid "After checkout form"
4338
  msgstr ""
4339
 
4340
+ #: framework/premium/features/content-blocks/hooks-manager.php:759,
4341
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:759
4342
+ msgid "WooCommerce Checkout"
4343
  msgstr ""
4344
 
4345
+ #: framework/premium/features/content-blocks/hooks-manager.php:765,
4346
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:765
4347
+ msgid "Before my account"
4348
  msgstr ""
4349
 
4350
+ #: framework/premium/features/content-blocks/hooks-manager.php:769,
4351
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:769
4352
+ msgid "Before account navigation"
4353
  msgstr ""
4354
 
4355
+ #: framework/premium/features/content-blocks/hooks-manager.php:773,
4356
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:773
4357
+ msgid "Account navigation"
4358
  msgstr ""
4359
 
4360
+ #: framework/premium/features/content-blocks/hooks-manager.php:777,
4361
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:777
4362
+ msgid "After account navigation"
4363
  msgstr ""
4364
 
4365
+ #: framework/premium/features/content-blocks/hooks-manager.php:781,
4366
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:781
4367
+ msgid "Account content"
4368
  msgstr ""
4369
 
4370
+ #: framework/premium/features/content-blocks/hooks-manager.php:785,
4371
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:785
4372
+ msgid "Account dashboard"
4373
  msgstr ""
4374
 
4375
+ #: framework/premium/features/content-blocks/hooks-manager.php:789,
4376
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:789
4377
+ msgid "After my account"
4378
  msgstr ""
4379
 
4380
+ #: framework/premium/features/content-blocks/hooks-manager.php:791,
4381
+ #: framework/features/header/items/account/options.php:17,
4382
+ #: framework/features/header/items/account/options.php:18,
4383
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:791,
4384
+ #: build_tmp/build/framework/features/header/items/account/options.php:17,
4385
+ #: build_tmp/build/framework/features/header/items/account/options.php:18
4386
+ msgid "WooCommerce Account"
4387
+ msgstr "Cuenta de WooCommerce"
4388
+
4389
+ #: framework/premium/features/content-blocks/hooks-manager.php:797,
4390
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:797
4391
+ msgid "WP footer"
4392
  msgstr ""
4393
 
4394
+ #: framework/premium/features/content-blocks/hooks-manager.php:798,
4395
+ #: framework/premium/features/content-blocks/hooks-manager.php:806,
4396
+ #: framework/premium/features/content-blocks/hooks-manager.php:814,
4397
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:798,
4398
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:806,
4399
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:814
4400
+ msgid "Footer"
4401
  msgstr ""
4402
 
4403
+ #: framework/premium/features/content-blocks/hooks-manager.php:805,
4404
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:805
4405
+ msgid "Footer before"
4406
  msgstr ""
4407
 
4408
+ #: framework/premium/features/content-blocks/hooks-manager.php:813,
4409
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:813
4410
+ msgid "Footer after"
4411
  msgstr ""
4412
 
4413
+ #: framework/premium/features/content-blocks/hooks-manager.php:828,
4414
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:828
4415
+ msgid "Custom Hook (%s)"
4416
  msgstr ""
4417
 
4418
+ #: framework/premium/features/content-blocks/hooks-manager.php:834,
4419
+ #: framework/premium/features/content-blocks/options/hook.php:197,
4420
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:834,
4421
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:197
4422
+ #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
4423
+ msgid "After Block Number"
4424
  msgstr ""
4425
 
4426
+ #: framework/premium/features/content-blocks/hooks-manager.php:840,
4427
+ #: framework/premium/features/content-blocks/options/hook.php:214,
4428
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:840,
4429
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:214
4430
+ #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
4431
+ msgid "Before Heading Number"
4432
  msgstr ""
4433
 
4434
+ #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13,
4435
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:13
4436
+ msgid "About Me"
4437
+ msgstr "Sobre mí"
4438
+
4439
+ #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14,
4440
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:14
4441
+ msgid "About me"
4442
+ msgstr "Sobre mí"
4443
+
4444
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
4445
+ #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
4446
+ #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
4447
+ #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14,
4448
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
4449
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
4450
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
4451
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
4452
+ msgid "Advertisement"
4453
  msgstr ""
4454
 
4455
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31,
4456
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:31
4457
+ msgid "Code"
4458
  msgstr ""
4459
 
4460
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32,
4461
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:32
4462
+ msgid "Image"
4463
+ msgstr "Imagen"
4464
+
4465
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42,
4466
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:42
4467
+ msgid "Ad Code"
4468
+ msgstr ""
4469
+
4470
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58,
4471
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:58
4472
+ msgid "Upload Image"
4473
+ msgstr "Subir imagen"
4474
+
4475
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
4476
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:66,
4477
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
4478
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:66
4479
+ msgid "Select Image"
4480
+ msgstr "Seleccionar imagen"
4481
+
4482
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
4483
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:67,
4484
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
4485
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:67
4486
+ msgid "Change Image"
4487
+ msgstr "Cambiar imagen"
4488
+
4489
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
4490
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:126,
4491
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
4492
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:126
4493
+ msgid "Image Ratio"
4494
+ msgstr ""
4495
+
4496
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:75,
4497
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:75
4498
+ msgid "Ad URL"
4499
+ msgstr ""
4500
+
4501
+ #: framework/premium/extensions/shortcuts/customizer.php:293,
4502
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
4503
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:322,
4504
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:293,
4505
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
4506
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:322
4507
+ msgid "Open link in new tab"
4508
  msgstr ""
4509
 
4510
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
4511
+ #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
4512
+ #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13,
4513
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
4514
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
4515
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
4516
+ msgid "Contact Info"
4517
+ msgstr "Información de contacto"
4518
+
4519
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
4520
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
4521
+ #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
4522
+ #: framework/premium/features/premium-header/items/contacts/options.php:17,
4523
+ #: framework/premium/features/premium-header/items/contacts/options.php:46,
4524
+ #: framework/premium/features/premium-header/items/contacts/view.php:22,
4525
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
4526
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
4527
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
4528
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:17,
4529
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:46,
4530
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:22
4531
+ msgid "Address:"
4532
+ msgstr "Dirección:"
4533
+
4534
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
4535
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
4536
+ #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
4537
+ #: framework/premium/features/premium-header/items/contacts/options.php:24,
4538
+ #: framework/premium/features/premium-header/items/contacts/options.php:72,
4539
+ #: framework/premium/features/premium-header/items/contacts/view.php:29,
4540
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
4541
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
4542
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
4543
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:24,
4544
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:72,
4545
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:29
4546
+ msgid "Phone:"
4547
+ msgstr "Teléfono:"
4548
+
4549
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
4550
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
4551
+ #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
4552
+ #: framework/premium/features/premium-header/items/contacts/options.php:32,
4553
+ #: framework/premium/features/premium-header/items/contacts/options.php:99,
4554
+ #: framework/premium/features/premium-header/items/contacts/view.php:37,
4555
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
4556
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
4557
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
4558
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:32,
4559
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:99,
4560
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:37
4561
+ msgid "Mobile:"
4562
+ msgstr "Móvil:"
4563
+
4564
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
4565
+ #: framework/premium/features/premium-header/items/contacts/options.php:41,
4566
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
4567
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:41
4568
+ msgid "Address"
4569
+ msgstr "Dirección"
4570
+
4571
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
4572
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
4573
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:150,
4574
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:178,
4575
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
4576
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
4577
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
4578
+ #: framework/premium/features/premium-header/items/contacts/options.php:59,
4579
+ #: framework/premium/features/premium-header/items/contacts/options.php:85,
4580
+ #: framework/premium/features/premium-header/items/contacts/options.php:112,
4581
+ #: framework/premium/features/premium-header/items/contacts/options.php:139,
4582
+ #: framework/premium/features/premium-header/items/contacts/options.php:166,
4583
+ #: framework/premium/features/premium-header/items/contacts/options.php:193,
4584
+ #: framework/premium/features/premium-header/items/contacts/options.php:220,
4585
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
4586
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
4587
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:150,
4588
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:178,
4589
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
4590
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
4591
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
4592
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:59,
4593
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:85,
4594
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:112,
4595
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:139,
4596
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:166,
4597
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:193,
4598
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:220
4599
+ msgid "Link (optional)"
4600
+ msgstr "Enlace (opcional)"
4601
+
4602
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
4603
+ #: framework/premium/features/premium-header/items/contacts/options.php:121,
4604
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
4605
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:121
4606
+ msgid "Work Hours"
4607
+ msgstr "Horario de trabajo"
4608
+
4609
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
4610
+ #: framework/premium/features/premium-header/items/contacts/options.php:126,
4611
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
4612
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:126
4613
+ msgid "Opening hours"
4614
+ msgstr "Horario de apertura"
4615
+
4616
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
4617
+ #: framework/premium/features/premium-header/items/contacts/options.php:148,
4618
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
4619
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:148
4620
+ msgid "Fax"
4621
+ msgstr "Fax"
4622
+
4623
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
4624
+ #: framework/premium/features/premium-header/items/contacts/options.php:153,
4625
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
4626
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:153
4627
+ msgid "Fax:"
4628
+ msgstr "Fax:"
4629
+
4630
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
4631
+ #: framework/premium/features/premium-header/items/contacts/options.php:180,
4632
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
4633
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:180
4634
+ msgid "Email:"
4635
+ msgstr "Correo electrónico:"
4636
+
4637
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
4638
+ #: framework/premium/features/premium-header/items/contacts/options.php:202,
4639
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
4640
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:202
4641
+ msgid "Website"
4642
+ msgstr "Web"
4643
+
4644
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
4645
+ #: framework/premium/features/premium-header/items/contacts/options.php:207,
4646
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
4647
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:207
4648
+ msgid "Website:"
4649
+ msgstr "Web:"
4650
 
4651
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
4652
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:82,
4653
+ #: framework/premium/features/content-blocks/options/archive.php:85,
4654
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
4655
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:82,
4656
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:85
4657
+ msgid "Small"
4658
+ msgstr "Pequeño"
4659
 
4660
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
4661
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:84,
4662
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
4663
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:84
4664
+ msgid "Large"
4665
  msgstr ""
4666
 
4667
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
4668
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:89,
4669
+ #: framework/premium/features/premium-header/items/contacts/options.php:267,
4670
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
4671
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:89,
4672
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:267
4673
+ msgid "Icons Shape Type"
4674
  msgstr ""
4675
 
4676
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
4677
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:97,
4678
+ #: framework/premium/features/premium-header/items/contacts/options.php:275,
4679
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
4680
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:97,
4681
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:275
4682
+ msgid "Rounded"
4683
  msgstr ""
4684
 
4685
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
4686
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:98,
4687
+ #: framework/premium/features/premium-header/items/contacts/options.php:276,
4688
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
4689
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:98,
4690
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:276
4691
+ msgid "Square"
4692
  msgstr ""
4693
 
4694
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
4695
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:108,
4696
+ #: framework/premium/features/premium-header/items/contacts/options.php:287,
4697
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
4698
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:108,
4699
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:287
4700
+ msgid "Shape Fill Type"
4701
  msgstr ""
4702
 
4703
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
4704
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:115,
4705
+ #: framework/premium/features/premium-header/items/contacts/options.php:294,
4706
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
4707
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:115,
4708
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:294
4709
+ msgid "Solid"
4710
+ msgstr "Sólido"
4711
 
4712
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
4713
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:116,
4714
+ #: framework/premium/features/premium-header/items/contacts/options.php:295,
4715
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
4716
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:116,
4717
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:295
4718
+ msgid "Outline"
4719
  msgstr ""
4720
 
4721
+ #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14,
4722
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
4723
+ msgid "Contact info"
4724
+ msgstr "Información de contacto"
4725
 
4726
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:22,
4727
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:22
4728
+ msgid "Page URL"
4729
+ msgstr "URL de la página"
4730
 
4731
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:30,
4732
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:30
4733
+ msgid "Profile Photos"
4734
+ msgstr "Fotos del perfil"
4735
 
4736
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:37,
4737
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:37
4738
+ msgid "Timeline"
4739
+ msgstr "Línea de tiempo"
4740
 
4741
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:44,
4742
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:44
4743
+ msgid "Cover Photo"
4744
+ msgstr "Foto de portada"
4745
 
4746
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:51,
4747
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:51
4748
+ msgid "Small Header"
4749
+ msgstr "Cabecera pequeña"
4750
 
4751
+ #: framework/extensions/widgets/widgets/ct-facebook/widget.php:14,
4752
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:14
4753
+ msgid "Facebook like box"
4754
+ msgstr "Cuadro de «Me gusta» de Facebook"
4755
 
4756
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:103,
4757
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:103
4758
+ msgid "Widget Design"
4759
  msgstr ""
4760
 
4761
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:108,
4762
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:108
4763
+ msgid "Without Thumbnails"
4764
  msgstr ""
4765
 
4766
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:109,
4767
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:109
4768
+ msgid "Small Thumbnails"
4769
  msgstr ""
4770
 
4771
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:110,
4772
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:110
4773
+ msgid "Large Thumbnails"
4774
  msgstr ""
4775
 
4776
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:111,
4777
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:111
4778
+ msgid "First Thumbnail Large"
4779
  msgstr ""
4780
 
4781
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:112,
4782
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:112
4783
+ msgid "Rounded Thumbnails"
4784
  msgstr ""
4785
 
4786
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:113,
4787
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:113
4788
+ msgid "Numbered"
4789
  msgstr ""
4790
 
4791
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:137,
4792
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:137
4793
+ msgid "Post Type"
4794
  msgstr ""
4795
 
4796
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:193,
4797
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:193
4798
+ msgid "Sort by"
4799
  msgstr ""
4800
 
4801
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:199,
4802
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:199
4803
+ msgid "Recent"
4804
+ msgstr "Reciente"
4805
 
4806
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:200,
4807
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:200
4808
+ msgid "Most Commented"
4809
  msgstr ""
4810
 
4811
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:201,
4812
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:201
4813
+ msgid "Random"
4814
+ msgstr "Aleatorio"
4815
 
4816
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:208,
4817
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:208
4818
+ msgid "Order by"
4819
  msgstr ""
4820
 
4821
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:214,
4822
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:214
4823
+ msgid "1 Week"
4824
+ msgstr "1 semana"
4825
 
4826
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:215,
4827
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:215
4828
+ msgid "1 Month"
4829
+ msgstr "1 mes"
4830
 
4831
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:216,
4832
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:216
4833
+ msgid "3 Months"
4834
+ msgstr "3 meses"
4835
 
4836
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:217,
4837
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:217
4838
+ msgid "6 Months"
4839
+ msgstr "6 meses"
4840
 
4841
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:218,
4842
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:218
4843
+ msgid "1 Year"
4844
+ msgstr "1 año"
4845
 
4846
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:225,
4847
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:225
4848
+ msgid "Posts Count"
4849
  msgstr ""
4850
 
4851
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:265,
4852
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:265
4853
+ msgid "Pages ID"
4854
  msgstr ""
4855
 
4856
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:269,
4857
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:269
4858
+ msgid "Separate pages ID by comma. More info %shere%s."
4859
  msgstr ""
4860
 
4861
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:287,
4862
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:287
4863
+ msgid "Pages Count"
4864
  msgstr ""
4865
 
4866
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:298,
4867
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:298
4868
+ msgid "Show Date"
4869
+ msgstr "Mostrar la fecha"
4870
 
4871
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:305,
4872
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:305
4873
+ msgid "Show Comments"
4874
+ msgstr "Mostrar los comentarios"
 
4875
 
4876
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:312,
4877
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:312
4878
+ msgid "Show Excerpt"
4879
  msgstr ""
4880
 
4881
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:324,
4882
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:324
4883
+ msgid "Excerpt Lenght"
4884
  msgstr ""
4885
 
4886
+ #: framework/extensions/widgets/widgets/ct-posts/view.php:220,
4887
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:220
4888
+ msgid "1 Comment"
4889
  msgstr ""
4890
 
4891
+ #: framework/extensions/widgets/widgets/ct-posts/view.php:220,
4892
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:220
4893
+ msgid "% Comments"
4894
+ msgstr ""
 
 
4895
 
4896
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:18,
4897
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:12,
4898
+ #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
4899
+ #: framework/extensions/widgets/widgets/ct-quote/widget.php:14,
4900
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:18,
4901
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:12,
4902
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/widget.php:13,
4903
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/widget.php:14
4904
+ msgid "Quote"
4905
+ msgstr "Cita"
4906
 
4907
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:46,
4908
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:46
4909
+ msgid "Author Name"
4910
+ msgstr "Nombre del autor"
4911
 
4912
  #. translators: %s: PHP version
4913
+ #. translators: %s: PHP version
4914
+ #: blocksy-companion.php:136, build_tmp/build/blocksy-companion.php:136
4915
  msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
4916
  msgstr ""
4917
 
4918
  #. translators: %s: WordPress version
4919
+ #. translators: %s: WordPress version
4920
+ #: blocksy-companion.php:147, build_tmp/build/blocksy-companion.php:147
4921
  msgid "Blocksy requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT RUNNING."
4922
  msgstr ""
4923
 
4924
  #: framework/extensions-manager.php:245,
4925
+ #: build_tmp/build/framework/extensions-manager.php:245,
4926
+ #: framework/premium/extensions/adobe-typekit/extension.php:46,
4927
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/extension.php:46
4928
  msgid "Adobe Typekit"
4929
  msgstr ""
4930
 
4931
+ #: framework/extensions-manager.php:246,
4932
+ #: build_tmp/build/framework/extensions-manager.php:246
4933
  msgid "Connect your Typekit account and use your fonts in any typography option."
4934
  msgstr ""
4935
 
4936
  #: framework/extensions-manager.php:257,
4937
+ #: build_tmp/build/framework/extensions-manager.php:257,
4938
+ #: framework/premium/extensions/code-snippets/readme.php:38,
4939
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:38
 
 
4940
  msgid "Custom Code Snippets"
4941
  msgstr ""
4942
 
4943
+ #: framework/extensions-manager.php:258,
4944
+ #: build_tmp/build/framework/extensions-manager.php:258
4945
  msgid "Add custom code snippets in your header and footer, globally and per post or page individually."
4946
  msgstr ""
4947
 
4948
  #: framework/extensions-manager.php:269,
4949
+ #: build_tmp/build/framework/extensions-manager.php:269,
4950
+ #: framework/premium/extensions/custom-fonts/extension.php:145,
4951
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/extension.php:145
4952
  msgid "Custom Fonts"
4953
  msgstr "Fuentes personalizadas"
4954
 
4955
+ #: framework/extensions-manager.php:270,
4956
+ #: build_tmp/build/framework/extensions-manager.php:270
4957
  msgid "Upload unlimited number of custom fonts or variable fonts and use them in any typography option."
4958
  msgstr ""
4959
 
4960
  #: framework/extensions-manager.php:281,
4961
+ #: build_tmp/build/framework/extensions-manager.php:281,
4962
+ #: framework/premium/extensions/local-google-fonts/extension.php:188,
4963
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/extension.php:188
4964
  msgid "Local Google Fonts"
4965
  msgstr ""
4966
 
4967
+ #: framework/extensions-manager.php:282,
4968
+ #: build_tmp/build/framework/extensions-manager.php:282
4969
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
4970
  msgstr ""
4971
 
4972
  #: framework/extensions-manager.php:293,
4973
+ #: build_tmp/build/framework/extensions-manager.php:293
4974
  msgid "Advanced Menu"
4975
  msgstr "Menú avanzado"
4976
 
4977
+ #: framework/extensions-manager.php:294,
4978
+ #: build_tmp/build/framework/extensions-manager.php:294
4979
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
4980
  msgstr ""
4981
 
4982
  #: framework/extensions-manager.php:305,
4983
+ #: build_tmp/build/framework/extensions-manager.php:305
 
4984
  msgid "Shortcuts Bar"
4985
  msgstr ""
4986
 
4987
+ #: framework/extensions-manager.php:306,
4988
+ #: build_tmp/build/framework/extensions-manager.php:306
4989
  msgid "Transform your website into a app like by displaying a neat shortcuts bar at the bottom of the vieport."
4990
  msgstr ""
4991
 
4992
  #: framework/extensions-manager.php:317,
4993
+ #: build_tmp/build/framework/extensions-manager.php:317
4994
  msgid "Multiple Sidebars"
4995
  msgstr ""
4996
 
4997
+ #: framework/extensions-manager.php:318,
4998
+ #: build_tmp/build/framework/extensions-manager.php:318
4999
  msgid "Create unlimited number of sidebars and display them conditionaly on any page or post."
5000
  msgstr ""
5001
 
5002
+ #: framework/extensions-manager.php:329,
5003
+ #: build_tmp/build/framework/extensions-manager.php:329
5004
  msgid "White Label (Agency Package)"
5005
  msgstr "Marca blanca (Paquete Agency)"
5006
 
5007
+ #: framework/extensions-manager.php:330,
5008
+ #: build_tmp/build/framework/extensions-manager.php:330
5009
  msgid "Change the theme and companion plugin branding to your own custom one."
5010
  msgstr ""
5011
 
5012
  #: framework/extensions-manager.php:341,
5013
+ #: build_tmp/build/framework/extensions-manager.php:341
5014
  msgid "WooCommerce Extra"
5015
  msgstr "Adicional de WooCommerce"
5016
 
5017
+ #: framework/extensions-manager.php:342,
5018
+ #: build_tmp/build/framework/extensions-manager.php:342
5019
  msgid "Increase the conversion rate by adding a product quick view modal, a floating cart. Control the single product gallery/slider and the layout, add a wishlits page."
5020
  msgstr ""
5021
 
5022
+ #: framework/theme-integration.php:302,
5023
+ #: build_tmp/build/framework/theme-integration.php:302,
5024
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
5025
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
5026
+ #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13,
5027
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:16,
5028
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/view.php:12,
5029
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:13
5030
  msgid "Facebook"
5031
  msgstr "Facebook"
5032
 
5033
+ #: framework/theme-integration.php:303,
5034
+ #: build_tmp/build/framework/theme-integration.php:303
5035
  msgid "Twitter"
5036
  msgstr "Twitter"
5037
 
5038
+ #: framework/theme-integration.php:304,
5039
+ #: build_tmp/build/framework/theme-integration.php:304
5040
  msgid "LinkedIn"
5041
  msgstr "LinkedIn"
5042
 
5043
+ #: framework/theme-integration.php:305,
5044
+ #: build_tmp/build/framework/theme-integration.php:305
5045
  msgid "Dribbble"
5046
  msgstr "Dribbble"
5047
 
5048
+ #: framework/theme-integration.php:306,
5049
+ #: build_tmp/build/framework/theme-integration.php:306
5050
  msgid "Instagram"
5051
  msgstr "Instagram"
5052
 
5053
+ #: framework/theme-integration.php:307,
5054
+ #: build_tmp/build/framework/theme-integration.php:307
5055
  msgid "Pinterest"
5056
  msgstr "Pinterest"
5057
 
5058
+ #: framework/theme-integration.php:308,
5059
+ #: build_tmp/build/framework/theme-integration.php:308
5060
  msgid "WordPress"
5061
  msgstr "WordPress"
5062
 
5063
+ #: framework/theme-integration.php:309,
5064
+ #: build_tmp/build/framework/theme-integration.php:309
5065
  msgid "GitHub"
5066
  msgstr "GitHub"
5067
 
5068
+ #: framework/theme-integration.php:310,
5069
+ #: build_tmp/build/framework/theme-integration.php:310,
5070
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
5071
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:83,
5072
+ #: framework/premium/features/content-blocks/options/archive.php:86,
5073
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
5074
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:83,
5075
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:86
5076
  msgid "Medium"
5077
  msgstr "Medio"
5078
 
5079
+ #: framework/theme-integration.php:311,
5080
+ #: build_tmp/build/framework/theme-integration.php:311
5081
  msgid "YouTube"
5082
  msgstr "YouTube"
5083
 
5084
+ #: framework/theme-integration.php:312,
5085
+ #: build_tmp/build/framework/theme-integration.php:312
5086
  msgid "Vimeo"
5087
  msgstr "Vimeo"
5088
 
5089
+ #: framework/theme-integration.php:313,
5090
+ #: build_tmp/build/framework/theme-integration.php:313
5091
  msgid "VKontakte"
5092
  msgstr ""
5093
 
5094
+ #: framework/theme-integration.php:314,
5095
+ #: build_tmp/build/framework/theme-integration.php:314
5096
  msgid "Odnoklassniki"
5097
  msgstr ""
5098
 
5099
+ #: framework/theme-integration.php:315,
5100
+ #: build_tmp/build/framework/theme-integration.php:315
5101
  msgid "TikTok"
5102
  msgstr "TikTok"
5103
 
5104
+ #: framework/theme-integration.php:387,
5105
+ #: build_tmp/build/framework/theme-integration.php:387
5106
  msgid "Companion"
5107
  msgstr "Companion"
5108
 
5109
+ #: framework/theme-integration.php:403,
5110
+ #: build_tmp/build/framework/theme-integration.php:403
5111
+ #: static/js/screens/SiteExport.js:106
5112
  msgid "PRO"
5113
  msgstr "PRO"
5114
 
5115
+ #: framework/features/account-auth.php:104,
5116
+ #: framework/features/account-auth.php:231,
5117
+ #: build_tmp/build/framework/features/account-auth.php:104,
5118
+ #: build_tmp/build/framework/features/account-auth.php:231
5119
  msgid "Check your email"
5120
  msgstr "Comprueba tu correo electrónico"
5121
 
5122
+ #: framework/features/account-auth.php:237,
5123
+ #: build_tmp/build/framework/features/account-auth.php:237
5124
  msgid "Registration Form"
5125
  msgstr "Formulario de registro"
5126
 
5127
+ #: framework/features/account-auth.php:238,
5128
+ #: build_tmp/build/framework/features/account-auth.php:238
5129
  msgid "Register For This Site"
5130
  msgstr "Regístrate en este sitio"
5131
 
5132
+ #: framework/widgets-manager.php:75,
5133
+ #: build_tmp/build/framework/widgets-manager.php:75
5134
  msgid "Default widget name"
5135
  msgstr ""
5136
 
5137
+ #: framework/widgets-manager.php:81,
5138
+ #: build_tmp/build/framework/widgets-manager.php:81
5139
  msgid "Display online support infomation"
5140
  msgstr ""
5141
 
5142
+ #: framework/widgets-manager.php:144,
5143
+ #: build_tmp/build/framework/widgets-manager.php:144
5144
  msgid "Widget Title"
5145
  msgstr ""
5146
 
5147
+ #: framework/features/conditions-manager.php:598,
5148
+ #: build_tmp/build/framework/features/conditions-manager.php:598
5149
  msgid "%s Single"
5150
  msgstr ""
5151
 
5152
+ #: framework/features/conditions-manager.php:608,
5153
+ #: build_tmp/build/framework/features/conditions-manager.php:608
5154
  msgid "%s Archive"
5155
  msgstr "Archivo de %s"
5156
 
5157
+ #: framework/features/conditions-manager.php:621,
5158
+ #: build_tmp/build/framework/features/conditions-manager.php:621
5159
  msgid "%s %s Taxonomy"
5160
  msgstr ""
5161
 
5162
+ #: framework/features/conditions-manager.php:463,
5163
+ #: build_tmp/build/framework/features/conditions-manager.php:463
5164
  msgid "Entire Website"
5165
  msgstr ""
5166
 
5167
+ #: framework/features/conditions-manager.php:471,
5168
+ #: framework/features/conditions-manager.php:513,
5169
+ #: framework/features/conditions-manager.php:545,
5170
+ #: build_tmp/build/framework/features/conditions-manager.php:471,
5171
+ #: build_tmp/build/framework/features/conditions-manager.php:513,
5172
+ #: build_tmp/build/framework/features/conditions-manager.php:545
5173
  msgid "Basic"
5174
  msgstr "Básico"
5175
 
5176
+ #: framework/features/conditions-manager.php:475,
5177
+ #: framework/features/conditions-manager.php:549,
5178
+ #: build_tmp/build/framework/features/conditions-manager.php:475,
5179
+ #: build_tmp/build/framework/features/conditions-manager.php:549
5180
  msgid "Singulars"
5181
  msgstr "Singulares"
5182
 
5183
+ #: framework/features/conditions-manager.php:480,
5184
+ #: framework/features/conditions-manager.php:517,
5185
+ #: build_tmp/build/framework/features/conditions-manager.php:480,
5186
+ #: build_tmp/build/framework/features/conditions-manager.php:517
5187
  msgid "Archives"
5188
  msgstr "Archivos"
5189
 
5190
+ #: framework/features/conditions-manager.php:486,
5191
+ #: framework/features/conditions-manager.php:523,
5192
+ #: framework/features/conditions-manager.php:555,
5193
  #: framework/extensions/trending/customizer.php:4,
5194
+ #: build_tmp/build/framework/features/conditions-manager.php:486,
5195
+ #: build_tmp/build/framework/features/conditions-manager.php:523,
5196
+ #: build_tmp/build/framework/features/conditions-manager.php:555,
5197
+ #: build_tmp/build/framework/extensions/trending/customizer.php:4,
5198
  #: framework/extensions/widgets/widgets/ct-posts/options.php:11,
5199
  #: framework/extensions/widgets/widgets/ct-posts/options.php:98,
5200
  #: framework/extensions/widgets/widgets/ct-posts/view.php:139,
5201
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
5202
+ #: framework/premium/features/premium-header/items/search-input/options.php:4,
5203
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:11,
5204
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:98,
5205
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:139,
5206
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:13,
5207
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:4
5208
  msgid "Posts"
5209
  msgstr "Entradas"
5210
 
5211
+ #: framework/features/conditions-manager.php:490,
5212
+ #: framework/features/conditions-manager.php:559,
5213
+ #: build_tmp/build/framework/features/conditions-manager.php:490,
5214
+ #: build_tmp/build/framework/features/conditions-manager.php:559,
5215
+ #: framework/premium/features/content-blocks/hooks-manager.php:328,
5216
+ #: framework/premium/features/content-blocks/hooks-manager.php:336,
5217
+ #: framework/premium/features/content-blocks/hooks-manager.php:344,
5218
+ #: framework/premium/features/content-blocks/hooks-manager.php:351,
5219
+ #: framework/premium/features/content-blocks/hooks-manager.php:358,
5220
+ #: framework/premium/features/content-blocks/hooks-manager.php:366,
5221
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:328,
5222
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:336,
5223
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:344,
5224
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:351,
5225
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:358,
5226
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:366
5227
  msgid "Single Post"
5228
  msgstr "Entrada individual"
5229
 
5230
+ #: framework/features/conditions-manager.php:495,
5231
+ #: framework/features/conditions-manager.php:527,
5232
+ #: build_tmp/build/framework/features/conditions-manager.php:495,
5233
+ #: build_tmp/build/framework/features/conditions-manager.php:527
5234
  msgid "All Post Archives"
5235
  msgstr "Archivos de todas las entradas"
5236
 
5237
+ #: framework/features/conditions-manager.php:500,
5238
+ #: framework/features/conditions-manager.php:532,
5239
+ #: build_tmp/build/framework/features/conditions-manager.php:500,
5240
+ #: build_tmp/build/framework/features/conditions-manager.php:532
5241
  msgid "Post Categories"
5242
  msgstr "Categorías de la entrada"
5243
 
5244
+ #: framework/features/conditions-manager.php:505,
5245
+ #: framework/features/conditions-manager.php:537,
5246
+ #: build_tmp/build/framework/features/conditions-manager.php:505,
5247
+ #: build_tmp/build/framework/features/conditions-manager.php:537
5248
  msgid "Post Tags"
5249
  msgstr "Etiquetas de la entrada"
5250
 
5251
+ #: framework/features/conditions-manager.php:567,
5252
+ #: build_tmp/build/framework/features/conditions-manager.php:567,
5253
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
5254
+ #: framework/premium/features/premium-header/items/search-input/options.php:5,
5255
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:12,
5256
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:5
5257
  msgid "Pages"
5258
  msgstr "Páginas"
5259
 
5260
+ #: framework/features/conditions-manager.php:571,
5261
+ #: build_tmp/build/framework/features/conditions-manager.php:571
5262
  msgid "Single Page"
5263
  msgstr "Página individual"
5264
 
5265
+ #: framework/features/conditions-manager.php:660,
5266
+ #: build_tmp/build/framework/features/conditions-manager.php:660
5267
  msgid "Specific"
5268
  msgstr "Específico"
5269
 
5270
+ #: framework/features/conditions-manager.php:636,
5271
+ #: build_tmp/build/framework/features/conditions-manager.php:636
5272
  msgid "Post ID"
5273
  msgstr "ID de la entrada"
5274
 
5275
+ #: framework/features/conditions-manager.php:641,
5276
+ #: build_tmp/build/framework/features/conditions-manager.php:641
5277
  msgid "Page ID"
5278
  msgstr "ID de la página"
5279
 
5280
+ #: framework/features/conditions-manager.php:646,
5281
+ #: build_tmp/build/framework/features/conditions-manager.php:646
5282
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
5283
  msgid "Custom Post Type ID"
5284
  msgstr "ID de tipo de contenido personalizado"
5285
 
5286
+ #: framework/features/conditions-manager.php:656,
5287
+ #: build_tmp/build/framework/features/conditions-manager.php:656
5288
  msgid "Taxonomy ID"
5289
  msgstr "ID de la taxonomía"
5290
 
5291
+ #: framework/features/conditions-manager.php:651,
5292
+ #: build_tmp/build/framework/features/conditions-manager.php:651
5293
  msgid "Post with Taxonomy ID"
5294
  msgstr ""
5295
 
5296
+ #: framework/features/conditions-manager.php:666,
5297
+ #: build_tmp/build/framework/features/conditions-manager.php:666
5298
  msgid "Other Pages"
5299
  msgstr "Otras páginas"
5300
 
5301
+ #: framework/features/conditions-manager.php:670,
5302
+ #: build_tmp/build/framework/features/conditions-manager.php:670
5303
  msgid "404"
5304
  msgstr "404"
5305
 
5306
+ #: framework/features/conditions-manager.php:675,
5307
+ #: build_tmp/build/framework/features/conditions-manager.php:675,
5308
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
5309
+ #: framework/premium/features/premium-header/items/search-input/view.php:71,
5310
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:45,
5311
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/view.php:71
5312
  msgid "Search"
5313
  msgstr "Buscar"
5314
 
5315
+ #: framework/features/conditions-manager.php:680,
5316
+ #: build_tmp/build/framework/features/conditions-manager.php:680
5317
  msgid "Blog"
5318
  msgstr "Blog"
5319
 
5320
+ #: framework/features/conditions-manager.php:685,
5321
+ #: build_tmp/build/framework/features/conditions-manager.php:685
5322
  msgid "Front Page"
5323
  msgstr "Página principal"
5324
 
5325
+ #: framework/features/conditions-manager.php:697,
5326
+ #: build_tmp/build/framework/features/conditions-manager.php:697
5327
  msgid "Author"
5328
  msgstr "Autor"
5329
 
5330
+ #: framework/features/conditions-manager.php:748,
5331
+ #: build_tmp/build/framework/features/conditions-manager.php:748
5332
  msgid "User Auth"
5333
  msgstr "Autorización del usuario"
5334
 
5335
+ #: framework/features/conditions-manager.php:752,
5336
+ #: build_tmp/build/framework/features/conditions-manager.php:752
5337
  msgid "User Logged In"
5338
  msgstr "Usuario conectado"
5339
 
5340
+ #: framework/features/conditions-manager.php:757,
5341
+ #: build_tmp/build/framework/features/conditions-manager.php:757
5342
  msgid "User Logged Out"
5343
  msgstr "Usuario desconectado"
5344
 
5345
+ #: framework/features/conditions-manager.php:763,
5346
+ #: build_tmp/build/framework/features/conditions-manager.php:763
5347
  msgid "User Roles"
5348
  msgstr "Perfiles de usuario"
5349
 
5350
+ #: framework/features/conditions-manager.php:768,
5351
+ #: build_tmp/build/framework/features/conditions-manager.php:768,
5352
  #: framework/premium/features/content-blocks/options/404.php:19,
5353
  #: framework/premium/features/content-blocks/options/header.php:19,
5354
  #: framework/premium/features/content-blocks/options/hook.php:24,
5355
+ #: framework/premium/features/content-blocks/options/popup.php:25,
5356
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:19,
5357
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:19,
5358
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:24,
5359
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:25
5360
  msgid "Other"
5361
  msgstr ""
5362
 
5363
+ #: framework/features/conditions-manager.php:772,
5364
+ #: build_tmp/build/framework/features/conditions-manager.php:772
5365
  msgid "Post Author"
5366
  msgstr ""
5367
 
5368
+ #: framework/features/conditions-manager.php:865,
5369
+ #: build_tmp/build/framework/features/conditions-manager.php:865
5370
  msgid "Language"
5371
  msgstr "Idioma"
5372
 
5373
+ #: framework/features/demo-install.php:233,
5374
+ #: build_tmp/build/framework/features/demo-install.php:233
5375
  msgid "Your PHP installation doesn't have support for XML. Please install the <i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install starter sites. You might need to contact your hosting provider to assist you in doing so."
5376
  msgstr ""
5377
 
5378
+ #: framework/features/dynamic-css.php:46,
5379
+ #: build_tmp/build/framework/features/dynamic-css.php:46
5380
  msgid "Dynamic CSS Output"
5381
  msgstr "Salida del CSS dinámico"
5382
 
5383
+ #: framework/features/dynamic-css.php:50,
5384
+ #: build_tmp/build/framework/features/dynamic-css.php:50
5385
  msgid "The strategy of outputting the dynamic CSS. File - all the CSS code will be placed in a static file, otherwise it will be placed inline in head."
5386
  msgstr "La estrategia de salida del CSS dinámico. Archivo - todo el código CSS será colocado en un archivo estático, de lo contrario, será colocado integrado en la cabecera."
5387
 
5388
+ #: framework/features/dynamic-css.php:52,
5389
+ #: build_tmp/build/framework/features/dynamic-css.php:52
5390
  msgid "File"
5391
  msgstr "Archivo"
5392
 
5393
  #: framework/features/dynamic-css.php:53,
5394
+ #: build_tmp/build/framework/features/dynamic-css.php:53,
5395
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:32,
5396
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:32
5397
  msgid "Inline"
5398
  msgstr ""
5399
 
5400
+ #: framework/features/google-analytics.php:69,
5401
+ #: build_tmp/build/framework/features/google-analytics.php:69
5402
  msgid "Google Analytics v3"
5403
  msgstr ""
5404
 
5405
+ #: framework/features/google-analytics.php:74,
5406
+ #: build_tmp/build/framework/features/google-analytics.php:74
5407
  msgid "Link your Google Analytics 3 tracking ID."
5408
  msgstr ""
5409
 
5410
+ #: framework/features/google-analytics.php:80,
5411
+ #: build_tmp/build/framework/features/google-analytics.php:80
5412
  msgid "Google Analytics v4"
5413
  msgstr ""
5414
 
5415
+ #: framework/features/google-analytics.php:86,
5416
+ #: build_tmp/build/framework/features/google-analytics.php:86
5417
  msgid "Link your Google Analytics 4 tracking ID. More info and instructions can be found %shere%s."
5418
  msgstr ""
5419
 
5420
+ #: framework/features/google-analytics.php:98,
5421
+ #: build_tmp/build/framework/features/google-analytics.php:98
5422
  msgid "IP Anonymization"
5423
  msgstr "Anonimizar IP"
5424
 
5425
+ #: framework/features/google-analytics.php:102,
5426
+ #: build_tmp/build/framework/features/google-analytics.php:102
5427
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
5428
  msgstr ""
5429
 
5430
+ #: framework/features/opengraph-meta-data.php:17,
5431
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:17
5432
  msgid "OpenGraph Meta Data"
5433
  msgstr "Datos meta de OpenGraph"
5434
 
5435
+ #: framework/features/opengraph-meta-data.php:20,
5436
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:20
5437
  msgid "Enable the OpenGraph rich meta data features for your website."
5438
  msgstr ""
5439
 
5440
+ #: framework/features/opengraph-meta-data.php:29,
5441
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:29
5442
  msgid "Facebook Page URL"
5443
  msgstr "URL de la página de Facebook"
5444
 
5445
+ #: framework/features/opengraph-meta-data.php:36,
5446
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:36
5447
  msgid "Facebook App ID"
5448
  msgstr "ID de la App de Facebook"
5449
 
5450
+ #: framework/features/opengraph-meta-data.php:43,
5451
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:43
5452
  msgid "Twitter Username"
5453
  msgstr "Nombre de usuario de Twitter"
5454
 
5455
+ #: framework/extensions/cookies-consent/config.php:6,
5456
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:6
 
 
 
5457
  msgid "Display a cookie acceptance box in order to comply with the privacy regulations in your country."
5458
  msgstr ""
5459
 
5460
+ #: framework/extensions/cookies-consent/customizer.php:15,
 
 
 
 
5461
  #: framework/extensions/newsletter-subscribe/customizer.php:12,
5462
  #: framework/extensions/product-reviews/extension.php:297,
5463
  #: framework/extensions/product-reviews/metabox.php:6,
5464
+ #: framework/extensions/trending/customizer.php:110,
5465
  #: framework/premium/extensions/mega-menu/options.php:6,
5466
+ #: framework/premium/extensions/shortcuts/customizer.php:534,
5467
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
5468
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
5469
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:15,
5470
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:12,
5471
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:297,
5472
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:6,
5473
+ #: build_tmp/build/framework/extensions/trending/customizer.php:110,
5474
+ #: framework/features/header/items/account/options.php:68,
5475
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
5476
  #: framework/premium/features/content-blocks/options/popup.php:30,
5477
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:6,
5478
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:534,
5479
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
5480
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
5481
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
5482
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
5483
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
5484
  #: framework/premium/features/premium-header/items/contacts/options.php:5,
5485
  #: framework/premium/features/premium-header/items/language-switcher/options.php:21,
5486
  #: framework/premium/features/premium-header/items/language-switcher/options.php:347,
5487
+ #: framework/premium/features/premium-header/items/search-input/options.php:37,
5488
+ #: build_tmp/build/framework/features/header/items/account/options.php:68,
5489
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
5490
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:30,
5491
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
5492
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
5493
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
5494
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:5,
5495
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:21,
5496
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:347,
5497
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:37
5498
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
5499
  msgid "General"
5500
  msgstr "General"
5501
 
5502
+ #: framework/extensions/cookies-consent/customizer.php:28,
5503
+ #: framework/premium/extensions/shortcuts/customizer.php:546,
5504
+ #: framework/premium/extensions/woocommerce-extra/extension.php:73,
5505
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
5506
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:28,
5507
+ #: framework/features/header/items/account/options.php:184,
5508
+ #: framework/features/header/items/account/options.php:390,
5509
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:546,
5510
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:73,
5511
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
5512
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
5513
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23,
5514
+ #: build_tmp/build/framework/features/header/items/account/options.php:184,
5515
+ #: build_tmp/build/framework/features/header/items/account/options.php:390,
5516
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
5517
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
5518
  msgid "Type 1"
5519
  msgstr "Tipo 1"
5520
 
5521
+ #: framework/extensions/cookies-consent/customizer.php:33,
5522
+ #: framework/premium/extensions/shortcuts/customizer.php:551,
5523
+ #: framework/premium/extensions/woocommerce-extra/extension.php:78,
5524
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
5525
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:33,
5526
+ #: framework/features/header/items/account/options.php:189,
5527
+ #: framework/features/header/items/account/options.php:395,
5528
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:551,
5529
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:78,
5530
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
5531
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
5532
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
5533
+ #: build_tmp/build/framework/features/header/items/account/options.php:189,
5534
+ #: build_tmp/build/framework/features/header/items/account/options.php:395,
5535
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
5536
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
5537
  msgid "Type 2"
5538
  msgstr "Tipo 2"
5539
 
5540
+ #: framework/extensions/cookies-consent/customizer.php:40,
5541
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:40
5542
  msgid "Cookie period"
5543
  msgstr ""
5544
 
5545
+ #: framework/extensions/cookies-consent/customizer.php:48,
5546
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:48
5547
  msgid "One hour"
5548
  msgstr "Una hora"
5549
 
5550
+ #: framework/extensions/cookies-consent/customizer.php:49,
5551
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:49
5552
  msgid "One day"
5553
  msgstr "Un día"
5554
 
5555
+ #: framework/extensions/cookies-consent/customizer.php:50,
5556
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:50
5557
  msgid "One week"
5558
  msgstr "Una semana"
5559
 
5560
+ #: framework/extensions/cookies-consent/customizer.php:51,
5561
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:51
5562
  msgid "One month"
5563
  msgstr "Un mes"
5564
 
5565
+ #: framework/extensions/cookies-consent/customizer.php:52,
5566
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:52
5567
  msgid "Three months"
5568
  msgstr "Tres meses"
5569
 
5570
+ #: framework/extensions/cookies-consent/customizer.php:53,
5571
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:53
5572
  msgid "Six months"
5573
  msgstr "Seis meses"
5574
 
5575
+ #: framework/extensions/cookies-consent/customizer.php:54,
5576
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:54
5577
  msgid "One year"
5578
  msgstr "Un año"
5579
 
5580
+ #: framework/extensions/cookies-consent/customizer.php:55,
5581
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:55
5582
  msgid "Forever"
5583
  msgstr "Para siempre"
5584
 
5585
+ #: framework/extensions/cookies-consent/customizer.php:62,
5586
+ #: framework/premium/features/content-blocks/hooks-manager.php:226,
5587
+ #: framework/premium/features/content-blocks/hooks-manager.php:234,
5588
+ #: framework/premium/features/content-blocks/hooks-manager.php:242,
5589
+ #: framework/premium/features/content-blocks/hooks-manager.php:250,
5590
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:62,
5591
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
5592
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
5593
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
5595
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
5596
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
5597
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
5598
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:226,
5599
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:234,
5600
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:242,
5601
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:250,
5602
+ #: framework/premium/features/premium-header/items/contacts/options.php:52,
5603
+ #: framework/premium/features/premium-header/items/contacts/options.php:78,
5604
+ #: framework/premium/features/premium-header/items/contacts/options.php:105,
5605
+ #: framework/premium/features/premium-header/items/contacts/options.php:132,
5606
+ #: framework/premium/features/premium-header/items/contacts/options.php:159,
5607
+ #: framework/premium/features/premium-header/items/contacts/options.php:186,
5608
+ #: framework/premium/features/premium-header/items/contacts/options.php:213,
5609
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
5610
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
5611
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
5612
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:171,
5613
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
5614
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
5615
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
5616
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:52,
5617
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:78,
5618
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:105,
5619
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:132,
5620
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:159,
5621
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:186,
5622
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:213
5623
  msgid "Content"
5624
  msgstr ""
5625
 
5626
+ #: framework/extensions/cookies-consent/customizer.php:64,
5627
+ #: framework/extensions/cookies-consent/helpers.php:30,
5628
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:64,
5629
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:30
5630
  msgid "We use cookies to ensure that we give you the best experience on our website."
5631
  msgstr ""
5632
 
5633
+ #: framework/extensions/cookies-consent/customizer.php:80,
5634
+ #: framework/extensions/cookies-consent/helpers.php:33,
5635
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:80,
5636
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:33
 
 
5637
  msgid "Accept"
5638
  msgstr "Aceptar"
5639
 
5640
+ #: framework/extensions/cookies-consent/customizer.php:142,
5641
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
5642
  #: framework/extensions/product-reviews/extension.php:337,
5643
+ #: framework/extensions/trending/customizer.php:333,
5644
+ #: framework/premium/extensions/mega-menu/options.php:516,
5645
+ #: framework/premium/extensions/shortcuts/customizer.php:778,
5646
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
5647
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
5648
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
5649
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:142,
5650
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:147,
5651
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:337,
5652
+ #: build_tmp/build/framework/extensions/trending/customizer.php:333,
5653
+ #: framework/features/header/items/account/options.php:531,
5654
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
5655
+ #: framework/premium/features/content-blocks/options/popup.php:361,
5656
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:516,
5657
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:778,
5658
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
5659
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
5660
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
5661
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
5662
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
5663
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
5664
+ #: framework/premium/features/premium-header/items/contacts/options.php:340,
5665
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
5666
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
5667
+ #: framework/premium/features/premium-header/items/search-input/options.php:178,
5668
+ #: build_tmp/build/framework/features/header/items/account/options.php:531,
5669
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
5670
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:361,
5671
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
5672
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
5673
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
5674
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:340,
5675
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:186,
5676
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:371,
5677
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:178
5678
  msgid "Design"
5679
  msgstr "Diseño"
5680
 
5681
+ #: framework/extensions/cookies-consent/customizer.php:203,
5682
+ #: framework/extensions/cookies-consent/customizer.php:270,
5683
+ #: framework/extensions/trending/customizer.php:348,
5684
+ #: framework/premium/extensions/mega-menu/options.php:796,
5685
+ #: framework/premium/extensions/shortcuts/customizer.php:794,
5686
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
5687
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:203,
5688
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:270,
5689
+ #: build_tmp/build/framework/extensions/trending/customizer.php:348,
5690
+ #: framework/features/header/items/account/options.php:842,
5691
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:796,
5692
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:794,
5693
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
5694
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
5695
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
5696
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
5697
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
5698
+ #: framework/premium/features/premium-header/items/contacts/options.php:356,
5699
+ #: framework/premium/features/premium-header/items/contacts/options.php:385,
5700
+ #: framework/premium/features/premium-header/items/contacts/options.php:428,
5701
+ #: framework/premium/features/premium-header/items/contacts/options.php:468,
5702
  #: framework/premium/features/premium-header/items/language-switcher/options.php:203,
5703
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
5704
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
5705
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
5706
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:382,
5707
+ #: build_tmp/build/framework/features/header/items/account/options.php:842,
5708
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
5709
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
5710
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
5711
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
5712
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:356,
5713
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:385,
5714
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:428,
5715
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:468,
5716
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:203,
5717
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:232,
5718
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:262,
5719
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:291,
5720
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:382
5721
  msgid "Font Color"
5722
  msgstr "Color de la fuente"
5723
 
5724
+ #: framework/extensions/cookies-consent/customizer.php:164,
5725
+ #: framework/extensions/cookies-consent/customizer.php:191,
5726
+ #: framework/extensions/cookies-consent/customizer.php:220,
5727
+ #: framework/extensions/cookies-consent/customizer.php:251,
5728
+ #: framework/extensions/cookies-consent/customizer.php:287,
5729
+ #: framework/extensions/cookies-consent/customizer.php:316,
5730
  #: framework/extensions/newsletter-subscribe/customizer.php:165,
5731
  #: framework/extensions/newsletter-subscribe/customizer.php:190,
5732
  #: framework/extensions/newsletter-subscribe/customizer.php:222,
5733
  #: framework/extensions/newsletter-subscribe/customizer.php:253,
5734
  #: framework/extensions/newsletter-subscribe/customizer.php:290,
5735
  #: framework/extensions/newsletter-subscribe/customizer.php:322,
5736
+ #: framework/extensions/trending/customizer.php:366,
5737
+ #: framework/premium/extensions/mega-menu/options.php:762,
5738
+ #: framework/premium/extensions/mega-menu/options.php:809,
5739
+ #: framework/premium/extensions/mega-menu/options.php:828,
5740
+ #: framework/premium/extensions/shortcuts/customizer.php:812,
5741
+ #: framework/premium/extensions/shortcuts/customizer.php:844,
5742
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
5743
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
5744
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
5745
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
5746
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
5747
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:164,
5748
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:191,
5749
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:220,
5750
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:251,
5751
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:287,
5752
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:316,
5753
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:165,
5754
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:190,
5755
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:222,
5756
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:253,
5757
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:290,
5758
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:322,
5759
+ #: build_tmp/build/framework/extensions/trending/customizer.php:366,
5760
+ #: framework/features/header/items/account/options.php:595,
5761
+ #: framework/features/header/items/account/options.php:627,
5762
+ #: framework/features/header/items/account/options.php:657,
5763
+ #: framework/features/header/items/account/options.php:739,
5764
+ #: framework/features/header/items/account/options.php:770,
5765
+ #: framework/features/header/items/account/options.php:799,
5766
+ #: framework/features/header/items/account/options.php:860,
5767
+ #: framework/features/header/items/account/options.php:890,
5768
+ #: framework/features/header/items/account/options.php:920,
5769
+ #: framework/features/header/items/account/options.php:956,
5770
+ #: framework/features/header/items/account/options.php:1056,
5771
+ #: framework/features/header/items/account/options.php:1092,
5772
+ #: framework/features/header/items/account/options.php:1131,
5773
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
5774
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
5775
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
5776
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
5777
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:762,
5778
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:809,
5779
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:828,
5780
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:812,
5781
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:844,
5782
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
5783
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
5784
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
5785
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
5786
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
5787
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
5788
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
5789
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
5794
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
5795
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
5796
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
5797
+ #: framework/premium/features/premium-header/items/contacts/options.php:573,
5798
+ #: framework/premium/features/premium-header/items/contacts/options.php:604,
5799
+ #: framework/premium/features/premium-header/items/contacts/options.php:634,
5800
+ #: framework/premium/features/premium-header/items/contacts/options.php:734,
5801
+ #: framework/premium/features/premium-header/items/contacts/options.php:773,
5802
+ #: framework/premium/features/premium-header/items/contacts/options.php:812,
5803
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
5804
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
5805
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
5820
  #: framework/premium/features/premium-header/items/search-input/options.php:626,
5821
  #: framework/premium/features/premium-header/items/search-input/options.php:656,
5822
  #: framework/premium/features/premium-header/items/search-input/options.php:686,
5823
+ #: framework/premium/features/premium-header/items/search-input/options.php:773,
5824
+ #: framework/premium/features/premium-header/items/search-input/options.php:801,
5825
+ #: build_tmp/build/framework/features/header/items/account/options.php:595,
5826
+ #: build_tmp/build/framework/features/header/items/account/options.php:627,
5827
+ #: build_tmp/build/framework/features/header/items/account/options.php:657,
5828
+ #: build_tmp/build/framework/features/header/items/account/options.php:739,
5829
+ #: build_tmp/build/framework/features/header/items/account/options.php:770,
5830
+ #: build_tmp/build/framework/features/header/items/account/options.php:799,
5831
+ #: build_tmp/build/framework/features/header/items/account/options.php:860,
5832
+ #: build_tmp/build/framework/features/header/items/account/options.php:890,
5833
+ #: build_tmp/build/framework/features/header/items/account/options.php:920,
5834
+ #: build_tmp/build/framework/features/header/items/account/options.php:956,
5835
+ #: build_tmp/build/framework/features/header/items/account/options.php:1056,
5836
+ #: build_tmp/build/framework/features/header/items/account/options.php:1092,
5837
+ #: build_tmp/build/framework/features/header/items/account/options.php:1131,
5838
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
5839
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
5840
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
5841
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
5842
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
5843
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
5844
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
5845
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:105,
5846
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:191,
5847
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:222,
5848
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:251,
5849
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
5850
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
5851
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
5852
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:573,
5853
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:604,
5854
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:634,
5855
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:734,
5856
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:773,
5857
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:812,
5858
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
5859
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
5860
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
5861
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:249,
5862
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:279,
5863
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:308,
5864
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:399,
5865
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:425,
5866
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:231,
5867
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:263,
5868
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:293,
5869
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:361,
5870
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:393,
5871
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:423,
5872
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:491,
5873
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:523,
5874
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:553,
5875
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:626,
5876
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:656,
5877
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:686,
5878
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:773,
5879
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:801
5880
  msgid "Initial"
5881
  msgstr ""
5882
 
5883
+ #: framework/extensions/cookies-consent/customizer.php:170,
5884
+ #: framework/extensions/cookies-consent/customizer.php:226,
5885
+ #: framework/extensions/cookies-consent/customizer.php:257,
5886
+ #: framework/extensions/cookies-consent/customizer.php:292,
5887
+ #: framework/extensions/cookies-consent/customizer.php:321,
5888
  #: framework/extensions/newsletter-subscribe/customizer.php:196,
5889
  #: framework/extensions/newsletter-subscribe/customizer.php:327,
5890
+ #: framework/extensions/trending/customizer.php:372,
5891
+ #: framework/premium/extensions/mega-menu/options.php:767,
5892
+ #: framework/premium/extensions/shortcuts/customizer.php:818,
5893
+ #: framework/premium/extensions/shortcuts/customizer.php:850,
5894
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
5895
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
5896
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
5897
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:170,
5898
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:226,
5899
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:257,
5900
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:292,
5901
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:321,
5902
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:196,
5903
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:327,
5904
+ #: build_tmp/build/framework/extensions/trending/customizer.php:372,
5905
+ #: framework/features/header/items/account/options.php:601,
5906
+ #: framework/features/header/items/account/options.php:632,
5907
+ #: framework/features/header/items/account/options.php:662,
5908
+ #: framework/features/header/items/account/options.php:745,
5909
+ #: framework/features/header/items/account/options.php:775,
5910
+ #: framework/features/header/items/account/options.php:804,
5911
+ #: framework/features/header/items/account/options.php:866,
5912
+ #: framework/features/header/items/account/options.php:1062,
5913
+ #: framework/features/header/items/account/options.php:1098,
5914
+ #: framework/features/header/items/account/options.php:1137,
5915
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:767,
5916
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:818,
5917
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:850,
5918
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
5919
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
5920
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
5921
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
5922
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
5923
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
5924
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
5925
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
5926
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
5927
+ #: framework/premium/features/premium-header/items/contacts/options.php:578,
5928
+ #: framework/premium/features/premium-header/items/contacts/options.php:609,
5929
+ #: framework/premium/features/premium-header/items/contacts/options.php:639,
5930
+ #: framework/premium/features/premium-header/items/contacts/options.php:739,
5931
+ #: framework/premium/features/premium-header/items/contacts/options.php:778,
5932
+ #: framework/premium/features/premium-header/items/contacts/options.php:817,
5933
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
5934
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
5935
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
5936
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
5937
+ #: framework/premium/features/premium-header/items/search-input/options.php:778,
5938
+ #: build_tmp/build/framework/features/header/items/account/options.php:601,
5939
+ #: build_tmp/build/framework/features/header/items/account/options.php:632,
5940
+ #: build_tmp/build/framework/features/header/items/account/options.php:662,
5941
+ #: build_tmp/build/framework/features/header/items/account/options.php:745,
5942
+ #: build_tmp/build/framework/features/header/items/account/options.php:775,
5943
+ #: build_tmp/build/framework/features/header/items/account/options.php:804,
5944
+ #: build_tmp/build/framework/features/header/items/account/options.php:866,
5945
+ #: build_tmp/build/framework/features/header/items/account/options.php:1062,
5946
+ #: build_tmp/build/framework/features/header/items/account/options.php:1098,
5947
+ #: build_tmp/build/framework/features/header/items/account/options.php:1137,
5948
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
5949
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
5950
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
5951
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
5952
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
5953
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
5954
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:578,
5955
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:609,
5956
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:639,
5957
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:739,
5958
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:778,
5959
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:817,
5960
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
5961
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
5962
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
5963
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:404,
5964
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:778
5965
  msgid "Hover"
5966
  msgstr ""
5967
 
 
5968
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
5969
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:305,
5970
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220,
5971
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
5972
  msgid "Button Color"
5973
  msgstr "Color del botón"
5974
 
5975
+ #: framework/extensions/cookies-consent/customizer.php:178,
5976
+ #: framework/extensions/cookies-consent/customizer.php:234,
5977
+ #: framework/extensions/cookies-consent/customizer.php:299,
5978
+ #: framework/premium/extensions/mega-menu/options.php:816,
5979
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
5980
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:178,
5981
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:234,
5982
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:299,
5983
+ #: framework/features/header/items/account/options.php:1114,
5984
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
5985
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:816,
5986
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
5987
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
5988
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:412,
5989
+ #: build_tmp/build/framework/features/header/items/account/options.php:1114,
5990
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
5991
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
5992
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:412
5993
  msgid "Background Color"
5994
  msgstr "Color del fondo"
5995
 
5996
+ #: framework/extensions/cookies-consent/customizer.php:98,
5997
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:98
5998
  msgid "Maximum Width"
5999
  msgstr ""
6000
 
6001
+ #: framework/extensions/cookies-consent/customizer.php:119,
6002
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:119
6003
  msgid "I accept the %sPrivacy Policy%s*"
6004
  msgstr ""
6005
 
6006
+ #: framework/extensions/cookies-consent/customizer.php:123,
6007
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:123
6008
  msgid "This text will appear under each comment form and subscribe form."
6009
  msgstr ""
6010
 
6011
+ #: framework/extensions/cookies-consent/helpers.php:79,
6012
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:79
6013
  msgid "I accept the %sPrivacy Policy%s"
6014
+ msgstr "Acepto la %spolítica de privacidad%s"
6015
 
6016
  #: framework/extensions/cookies-consent/readme.php:1,
6017
  #: framework/extensions/newsletter-subscribe/readme.php:1,
6018
  #: framework/premium/extensions/code-snippets/readme.php:1,
6019
  #: framework/premium/extensions/post-types-extra/readme.php:1,
6020
+ #: framework/premium/extensions/woocommerce-extra/readme.php:1,
6021
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:1,
6022
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:1,
6023
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:1,
6024
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:1,
6025
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:1
6026
  msgid "Instructions"
6027
  msgstr "Instrucciones"
6028
 
6029
+ #: framework/extensions/cookies-consent/readme.php:4,
6030
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:4
6031
  msgid "After installing and activating the Cookies Consent extension you will be able to configure it from this location:"
6032
  msgstr ""
6033
 
6034
  #: framework/extensions/cookies-consent/readme.php:9,
6035
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:9
6036
  msgid "Customizer"
6037
  msgstr "Personalizador"
6038
 
6039
+ #: framework/extensions/cookies-consent/readme.php:13,
6040
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:13
6041
  msgid "Navigate to %s and customize the notification to meet your needs."
6042
  msgstr ""
6043
 
6044
+ #: framework/extensions/cookies-consent/readme.php:16,
6045
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:16
6046
  msgid "Customizer ➝ Cookie Consent"
6047
  msgstr ""
6048
 
6049
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13,
6050
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
6051
  msgid "Newsletter Subscribe"
6052
  msgstr ""
6053
 
6054
+ #: framework/extensions/newsletter-subscribe/config.php:6,
6055
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:6
6056
  msgid "Easily capture new leads for your newsletter with the help of a widget, shortcode or even a block inserted on your pages or posts."
6057
  msgstr ""
6058
 
6059
+ #: framework/extensions/newsletter-subscribe/customizer.php:4,
6060
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:4
6061
  msgid "Subscribe Form"
6062
  msgstr ""
6063
 
6064
  #: framework/extensions/newsletter-subscribe/customizer.php:18,
6065
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
6066
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:18,
6067
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
6068
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
6069
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
6077
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
6078
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
6079
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
6080
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
6081
+ #: framework/premium/features/premium-header/items/contacts/options.php:45,
6082
+ #: framework/premium/features/premium-header/items/contacts/options.php:71,
6083
+ #: framework/premium/features/premium-header/items/contacts/options.php:98,
6084
+ #: framework/premium/features/premium-header/items/contacts/options.php:125,
6085
+ #: framework/premium/features/premium-header/items/contacts/options.php:152,
6086
+ #: framework/premium/features/premium-header/items/contacts/options.php:179,
6087
+ #: framework/premium/features/premium-header/items/contacts/options.php:206,
6088
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
6089
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
6090
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
6091
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:108,
6092
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:136,
6093
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:164,
6094
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:192,
6095
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:220,
6096
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
6097
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:13,
6098
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:95,
6099
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:15,
6100
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:15,
6101
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:45,
6102
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:71,
6103
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:98,
6104
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:125,
6105
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:152,
6106
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:179,
6107
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:206
6108
  msgid "Title"
6109
  msgstr "Título"
6110
 
6111
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
6112
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
6113
+ #: framework/extensions/newsletter-subscribe/helpers.php:96,
6114
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:21,
6115
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:42,
6116
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:96
6117
  msgid "Newsletter Updates"
6118
  msgstr ""
6119
 
6120
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
6121
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:27,
6122
+ #: framework/extensions/widgets/widgets/ct-posts/widget.php:14,
6123
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:14
6124
  msgid "Description"
6125
  msgstr "Descripción"
6126
 
6128
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
6129
  #: framework/extensions/newsletter-subscribe/helpers.php:97,
6130
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
6131
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16,
6132
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:29,
6133
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:45,
6134
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:97,
6135
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
6136
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
6137
  msgid "Enter your email address below to subscribe to our newsletter"
6138
  msgstr "Introduce tu dirección de correo electrónico para suscribirte a nuestro boletín"
6139
 
6140
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
6141
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46,
6142
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:42,
6143
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
6144
  msgid "List Source"
6145
  msgstr ""
6146
 
6149
  #: framework/features/header/header-options.php:71,
6150
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
6151
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
6152
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:49,
6153
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:17,
6154
+ #: build_tmp/build/framework/features/header/header-options.php:71,
6155
  #: framework/extensions/widgets/widgets/ct-posts/options.php:173,
6156
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
6157
+ #: framework/premium/features/content-blocks/options/hook.php:289,
6158
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
6159
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
6160
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:173,
6161
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:198,
6162
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:289
6163
  msgid "Default"
6164
  msgstr "Por defecto"
6165
 
6166
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
6167
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
6168
  #: framework/premium/extensions/shortcuts/customizer.php:250,
6169
+ #: framework/premium/extensions/shortcuts/customizer.php:276,
6170
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:50,
6171
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
6172
+ #: framework/premium/features/content-blocks/options/archive.php:87,
6173
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
6174
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:250,
6175
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:276,
6176
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
6177
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:87
6178
  #: framework/premium/static/js/options/IconPicker/Modal.js:148
6179
  msgid "Custom"
6180
  msgstr ""
6181
 
6182
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
6183
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64,
6184
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:62,
6185
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
6186
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:194
6187
  msgid "List ID"
6188
  msgstr ""
6189
 
6190
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
6191
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76,
6192
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:80,
6193
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
6194
  msgid "Name Field"
6195
  msgstr ""
6196
 
6197
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
6198
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88,
6199
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:93,
6200
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
6201
  msgid "Name Label"
6202
  msgstr ""
6203
 
6206
  #: framework/extensions/newsletter-subscribe/helpers.php:57,
6207
  #: framework/extensions/newsletter-subscribe/helpers.php:108,
6208
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
6209
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69,
6210
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:95,
6211
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:186,
6212
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:57,
6213
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:108,
6214
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
6215
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
6216
  msgid "Your name"
6217
  msgstr "Tu nombre"
6218
 
6219
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
6220
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99,
6221
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:105,
6222
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
6223
  msgid "Mail Label"
6224
  msgstr ""
6225
 
6228
  #: framework/extensions/newsletter-subscribe/helpers.php:61,
6229
  #: framework/extensions/newsletter-subscribe/helpers.php:109,
6230
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
6231
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70,
6232
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:107,
6233
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:187,
6234
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:61,
6235
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:109,
6236
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
6237
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
6238
  msgid "Your email"
6239
  msgstr "Tu correo electrónico"
6240
 
6241
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
6242
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107,
6243
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:114,
6244
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
6245
  msgid "Button Label"
6246
  msgstr ""
6247
 
6250
  #: framework/extensions/newsletter-subscribe/helpers.php:52,
6251
  #: framework/extensions/newsletter-subscribe/helpers.php:101,
6252
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
6253
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19,
6254
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:116,
6255
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:181,
6256
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:52,
6257
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:101,
6258
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
6259
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
6260
  msgid "Subscribe"
6261
  msgstr "Suscribir"
6262
 
6265
  #: framework/premium/extensions/shortcuts/customizer.php:107,
6266
  #: framework/premium/extensions/shortcuts/customizer.php:169,
6267
  #: framework/premium/extensions/shortcuts/customizer.php:225,
6268
+ #: framework/premium/extensions/shortcuts/customizer.php:312,
6269
+ #: framework/premium/extensions/shortcuts/customizer.php:371,
6270
+ #: framework/premium/extensions/shortcuts/customizer.php:427,
6271
+ #: framework/premium/extensions/shortcuts/customizer.php:483,
6272
+ #: framework/premium/extensions/shortcuts/customizer.php:742,
6273
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:126,
6274
  #: framework/premium/features/content-blocks/options/404.php:140,
6275
  #: framework/premium/features/content-blocks/options/header.php:166,
6276
  #: framework/premium/features/content-blocks/options/hook.php:325,
6277
+ #: framework/premium/features/content-blocks/options/popup.php:339,
6278
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:45,
6279
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:107,
6280
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:169,
6281
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:225,
6282
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:312,
6283
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:371,
6284
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:427,
6285
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:483,
6286
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:742,
6287
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
6288
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43,
6289
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:140,
6290
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:166,
6291
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:325,
6292
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:339,
6293
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
6294
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
6295
  msgid "Visibility"
6296
  msgstr "Visibilidad"
6297
 
6298
  #: framework/extensions/newsletter-subscribe/customizer.php:137,
6299
+ #: framework/extensions/trending/customizer.php:279,
6300
+ #: framework/features/header/header-options.php:103,
6301
+ #: framework/features/header/header-options.php:185,
6302
  #: framework/premium/extensions/shortcuts/customizer.php:59,
6303
  #: framework/premium/extensions/shortcuts/customizer.php:121,
6304
  #: framework/premium/extensions/shortcuts/customizer.php:183,
6305
  #: framework/premium/extensions/shortcuts/customizer.php:239,
6306
+ #: framework/premium/extensions/shortcuts/customizer.php:327,
6307
+ #: framework/premium/extensions/shortcuts/customizer.php:385,
6308
+ #: framework/premium/extensions/shortcuts/customizer.php:441,
6309
+ #: framework/premium/extensions/shortcuts/customizer.php:497,
6310
+ #: framework/premium/extensions/shortcuts/customizer.php:634,
6311
+ #: framework/premium/extensions/shortcuts/customizer.php:756,
6312
+ #: framework/premium/extensions/woocommerce-extra/extension.php:168,
6313
+ #: framework/premium/extensions/woocommerce-extra/extension.php:189,
6314
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
6315
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
6316
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
6317
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:137,
6318
+ #: build_tmp/build/framework/extensions/trending/customizer.php:279,
6319
+ #: build_tmp/build/framework/features/header/header-options.php:103,
6320
+ #: build_tmp/build/framework/features/header/header-options.php:185,
6321
+ #: framework/features/header/items/account/options.php:245,
6322
+ #: framework/features/header/items/account/options.php:451,
6323
  #: framework/premium/features/content-blocks/options/404.php:151,
6324
  #: framework/premium/features/content-blocks/options/header.php:177,
6325
  #: framework/premium/features/content-blocks/options/hook.php:336,
6326
+ #: framework/premium/features/content-blocks/options/popup.php:350,
6327
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:59,
6328
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:121,
6329
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:183,
6330
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:239,
6331
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:327,
6332
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:385,
6333
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:441,
6334
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:497,
6335
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:634,
6336
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:756,
6337
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:168,
6338
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:189,
6339
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
6340
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
6341
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
6342
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
6343
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
6344
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73,
6345
+ #: build_tmp/build/framework/features/header/items/account/options.php:245,
6346
+ #: build_tmp/build/framework/features/header/items/account/options.php:451,
6347
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:151,
6348
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:177,
6349
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:336,
6350
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:350,
6351
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
6352
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
6353
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
6354
  msgid "Desktop"
6355
  msgstr "Escritorio"
6356
 
6357
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
6358
+ #: framework/extensions/trending/customizer.php:280,
6359
  #: framework/premium/extensions/shortcuts/customizer.php:60,
6360
  #: framework/premium/extensions/shortcuts/customizer.php:122,
6361
  #: framework/premium/extensions/shortcuts/customizer.php:184,
6362
  #: framework/premium/extensions/shortcuts/customizer.php:240,
6363
+ #: framework/premium/extensions/shortcuts/customizer.php:328,
6364
+ #: framework/premium/extensions/shortcuts/customizer.php:386,
6365
+ #: framework/premium/extensions/shortcuts/customizer.php:442,
6366
+ #: framework/premium/extensions/shortcuts/customizer.php:498,
6367
+ #: framework/premium/extensions/shortcuts/customizer.php:635,
6368
+ #: framework/premium/extensions/shortcuts/customizer.php:757,
6369
+ #: framework/premium/extensions/woocommerce-extra/extension.php:169,
6370
+ #: framework/premium/extensions/woocommerce-extra/extension.php:190,
6371
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
6372
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
6373
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
6374
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:138,
6375
+ #: build_tmp/build/framework/extensions/trending/customizer.php:280,
6376
+ #: framework/features/header/items/account/options.php:246,
6377
+ #: framework/features/header/items/account/options.php:452,
6378
+ #: framework/features/header/items/account/options.php:1179,
6379
  #: framework/premium/features/content-blocks/options/404.php:152,
6380
  #: framework/premium/features/content-blocks/options/header.php:178,
6381
  #: framework/premium/features/content-blocks/options/hook.php:337,
6382
+ #: framework/premium/features/content-blocks/options/popup.php:351,
6383
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:60,
6384
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:122,
6385
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:184,
6386
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:240,
6387
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:328,
6388
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:386,
6389
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:442,
6390
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:498,
6391
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:635,
6392
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:757,
6393
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:169,
6394
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:190,
6395
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
6396
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
6397
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
6398
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
6399
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
6400
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74,
6401
+ #: build_tmp/build/framework/features/header/items/account/options.php:246,
6402
+ #: build_tmp/build/framework/features/header/items/account/options.php:452,
6403
+ #: build_tmp/build/framework/features/header/items/account/options.php:1179,
6404
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:152,
6405
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:178,
6406
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:337,
6407
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:351,
6408
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
6409
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
6410
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
6411
  msgid "Tablet"
6412
  msgstr "Tableta"
6413
 
6414
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
6415
+ #: framework/extensions/trending/customizer.php:281,
6416
+ #: framework/features/header/header-options.php:105,
6417
+ #: framework/features/header/header-options.php:187,
6418
  #: framework/premium/extensions/shortcuts/customizer.php:61,
6419
  #: framework/premium/extensions/shortcuts/customizer.php:123,
6420
  #: framework/premium/extensions/shortcuts/customizer.php:185,
6421
  #: framework/premium/extensions/shortcuts/customizer.php:241,
6422
+ #: framework/premium/extensions/shortcuts/customizer.php:329,
6423
+ #: framework/premium/extensions/shortcuts/customizer.php:387,
6424
+ #: framework/premium/extensions/shortcuts/customizer.php:443,
6425
+ #: framework/premium/extensions/shortcuts/customizer.php:499,
6426
+ #: framework/premium/extensions/shortcuts/customizer.php:636,
6427
+ #: framework/premium/extensions/shortcuts/customizer.php:758,
6428
+ #: framework/premium/extensions/woocommerce-extra/extension.php:170,
6429
+ #: framework/premium/extensions/woocommerce-extra/extension.php:191,
6430
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
6431
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
6432
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
6433
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:139,
6434
+ #: build_tmp/build/framework/extensions/trending/customizer.php:281,
6435
+ #: build_tmp/build/framework/features/header/header-options.php:105,
6436
+ #: build_tmp/build/framework/features/header/header-options.php:187,
6437
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
6438
+ #: framework/features/header/items/account/options.php:247,
6439
+ #: framework/features/header/items/account/options.php:453,
6440
+ #: framework/features/header/items/account/options.php:1180,
6441
  #: framework/premium/features/content-blocks/options/404.php:153,
6442
  #: framework/premium/features/content-blocks/options/header.php:179,
6443
  #: framework/premium/features/content-blocks/options/hook.php:338,
6444
+ #: framework/premium/features/content-blocks/options/popup.php:352,
6445
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:61,
6446
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:123,
6447
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:185,
6448
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:241,
6449
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:329,
6450
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:387,
6451
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:443,
6452
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:499,
6453
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:636,
6454
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:758,
6455
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:170,
6456
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:191,
6457
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
6458
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
6459
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
6460
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
6461
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
6462
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
6463
+ #: framework/premium/features/premium-header/items/contacts/options.php:94,
6464
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
6465
+ #: build_tmp/build/framework/features/header/items/account/options.php:247,
6466
+ #: build_tmp/build/framework/features/header/items/account/options.php:453,
6467
+ #: build_tmp/build/framework/features/header/items/account/options.php:1180,
6468
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:153,
6469
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:179,
6470
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:338,
6471
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:352,
6472
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
6473
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
6474
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
6475
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:94
6476
  msgid "Mobile"
6477
  msgstr "Móvil"
6478
 
6479
+ #: framework/extensions/newsletter-subscribe/customizer.php:152,
6480
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:152
6481
  msgid "Title Color"
6482
  msgstr ""
6483
 
6484
+ #: framework/extensions/newsletter-subscribe/customizer.php:173,
6485
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:173
6486
  msgid "Description Color"
6487
  msgstr ""
6488
 
6489
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
6490
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:204,
6491
+ #: framework/features/header/items/account/options.php:874,
6492
  #: framework/premium/features/premium-header/items/search-input/options.php:184,
6493
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
6494
  #: framework/premium/features/premium-header/items/search-input/options.php:245,
6495
+ #: framework/premium/features/premium-header/items/search-input/options.php:275,
6496
+ #: build_tmp/build/framework/features/header/items/account/options.php:874,
6497
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:184,
6498
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:213,
6499
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:245,
6500
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:275
6501
  msgid "Input Font Color"
6502
  msgstr ""
6503
 
6504
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
6505
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
6506
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
6507
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:228,
6508
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:259,
6509
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:295,
6510
+ #: framework/features/header/items/account/options.php:896,
6511
+ #: framework/features/header/items/account/options.php:926,
6512
+ #: framework/features/header/items/account/options.php:962,
6513
  #: framework/premium/features/premium-header/items/search-input/options.php:237,
6514
  #: framework/premium/features/premium-header/items/search-input/options.php:268,
6515
  #: framework/premium/features/premium-header/items/search-input/options.php:298,
6521
  #: framework/premium/features/premium-header/items/search-input/options.php:558,
6522
  #: framework/premium/features/premium-header/items/search-input/options.php:631,
6523
  #: framework/premium/features/premium-header/items/search-input/options.php:661,
6524
+ #: framework/premium/features/premium-header/items/search-input/options.php:691,
6525
+ #: build_tmp/build/framework/features/header/items/account/options.php:896,
6526
+ #: build_tmp/build/framework/features/header/items/account/options.php:926,
6527
+ #: build_tmp/build/framework/features/header/items/account/options.php:962,
6528
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:237,
6529
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:268,
6530
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:298,
6531
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:367,
6532
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:398,
6533
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:428,
6534
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:497,
6535
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:528,
6536
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:558,
6537
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:631,
6538
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:661,
6539
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:691
6540
  msgid "Focus"
6541
  msgstr "Objetivo"
6542
 
6543
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
6544
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:236,
6545
+ #: framework/features/header/items/account/options.php:904,
6546
  #: framework/premium/features/premium-header/items/search-input/options.php:444,
6547
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
6548
  #: framework/premium/features/premium-header/items/search-input/options.php:505,
6549
+ #: framework/premium/features/premium-header/items/search-input/options.php:535,
6550
+ #: build_tmp/build/framework/features/header/items/account/options.php:904,
6551
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:444,
6552
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:473,
6553
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:505,
6554
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:535
6555
  msgid "Input Border Color"
6556
  msgstr ""
6557
 
6558
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
6559
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:273,
6560
+ #: framework/features/header/items/account/options.php:940,
6561
  #: framework/premium/features/premium-header/items/search-input/options.php:580,
6562
  #: framework/premium/features/premium-header/items/search-input/options.php:608,
6563
  #: framework/premium/features/premium-header/items/search-input/options.php:638,
6564
+ #: framework/premium/features/premium-header/items/search-input/options.php:668,
6565
+ #: build_tmp/build/framework/features/header/items/account/options.php:940,
6566
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:580,
6567
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:608,
6568
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:638,
6569
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:668
6570
  msgid "Input Background Color"
6571
  msgstr ""
6572
 
6573
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
6574
+ #: framework/extensions/trending/customizer.php:380,
6575
+ #: framework/premium/extensions/shortcuts/customizer.php:953,
6576
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:334,
6577
+ #: build_tmp/build/framework/extensions/trending/customizer.php:380,
6578
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:953
6579
  msgid "Container Background"
6580
  msgstr "Fondo del contenedor"
6581
 
6582
+ #: framework/extensions/newsletter-subscribe/customizer.php:350,
6583
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:350
6584
  msgid "Container Border"
6585
  msgstr ""
6586
 
6587
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
6588
+ #: framework/extensions/trending/customizer.php:396,
6589
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:385,
6590
+ #: build_tmp/build/framework/extensions/trending/customizer.php:396
6591
  msgid "Container Inner Spacing"
6592
  msgstr ""
6593
 
6594
  #: framework/extensions/newsletter-subscribe/customizer.php:400,
6595
+ #: framework/premium/extensions/shortcuts/customizer.php:974,
6596
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:400,
6597
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:974
6598
  msgid "Container Border Radius"
6599
  msgstr ""
6600
 
6601
+ #: framework/extensions/newsletter-subscribe/extension.php:134,
6602
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:134
6603
  msgid "Disable Subscribe Form"
6604
  msgstr ""
6605
 
6606
  #: framework/extensions/newsletter-subscribe/helpers.php:163,
6607
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:163,
6608
+ #: framework/features/header/items/account/options.php:295,
6609
+ #: build_tmp/build/framework/features/header/items/account/options.php:295
6610
  #: static/js/screens/SiteExport.js:85
6611
  msgid "Name"
6612
  msgstr "Nombre"
6613
 
6614
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
6615
+ #: framework/features/header/modal/register.php:36,
6616
  #: framework/premium/extensions/shortcuts/customizer.php:130,
6617
  #: framework/premium/extensions/shortcuts/customizer.php:153,
6618
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:166,
6619
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
6620
+ #: framework/premium/extensions/shortcuts/views/bar.php:45,
6621
+ #: build_tmp/build/framework/features/header/modal/register.php:36,
6622
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:130,
6623
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:153,
6624
+ #: framework/premium/features/premium-header/items/contacts/options.php:175,
6625
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
6626
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:45,
6627
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:175
6628
  msgid "Email"
6629
  msgstr "Correo electrónico"
6630
 
6631
+ #: framework/extensions/newsletter-subscribe/readme.php:4,
6632
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:4
6633
  msgid ""
6634
  "After installing and activating the Newsletter Subscribe\n"
6635
  " extension you will have two possibilities to show your subscribe form:"
6636
  msgstr ""
6637
 
6638
+ #: framework/extensions/newsletter-subscribe/readme.php:10,
6639
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:10
6640
  msgid "Widget"
6641
  msgstr ""
6642
 
6643
+ #: framework/extensions/newsletter-subscribe/readme.php:14,
6644
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:14
6645
  msgid "Navigate to %s and place the widget in any widget area you want."
6646
  msgstr ""
6647
 
6648
+ #: framework/extensions/newsletter-subscribe/readme.php:17,
6649
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:17
6650
  msgid "Appearance ➝ Widgets"
6651
  msgstr ""
6652
 
6653
+ #: framework/extensions/newsletter-subscribe/readme.php:25,
6654
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:25
6655
  msgid "Single Page Block"
6656
  msgstr ""
6657
 
6658
+ #: framework/extensions/newsletter-subscribe/readme.php:29,
6659
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:29
6660
  msgid "Navigate to %s and customize the form and more."
6661
  msgstr ""
6662
 
6663
+ #: framework/extensions/newsletter-subscribe/readme.php:32,
6664
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:32
6665
  msgid "Customizer ➝ Single Posts"
6666
  msgstr ""
6667
 
 
6668
  #: framework/extensions/product-reviews/extension.php:434,
6669
  #: framework/extensions/product-reviews/extension.php:435,
6670
  #: framework/extensions/product-reviews/extension.php:438,
6671
+ #: framework/extensions/product-reviews/extension.php:440,
6672
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:434,
6673
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:435,
6674
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:438,
6675
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:440
6676
  msgid "Product Reviews"
6677
  msgstr ""
6678
 
6679
+ #: framework/extensions/product-reviews/config.php:6,
6680
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:6
6681
  msgid "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."
6682
  msgstr ""
6683
 
6684
  #: framework/extensions/product-reviews/extension.php:233,
6685
+ #: framework/extensions/product-reviews/views/single-top.php:139,
6686
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:233,
6687
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:139
6688
  msgid "Overall Score"
6689
  msgstr ""
6690
 
6691
+ #: framework/extensions/product-reviews/extension.php:291,
6692
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:291
6693
  msgid "Review Summary"
6694
  msgstr ""
6695
 
6696
+ #: framework/extensions/product-reviews/extension.php:302,
6697
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:302
6698
  msgid "Scores Box Width"
6699
  msgstr ""
6700
 
6701
+ #: framework/extensions/product-reviews/extension.php:312,
6702
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:312
6703
  msgid "Read More Button"
6704
  msgstr "Botón «Leer más»"
6705
 
6706
+ #: framework/extensions/product-reviews/extension.php:323,
6707
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:323
6708
  msgid "Buy Now Button"
6709
  msgstr ""
6710
 
6711
+ #: framework/extensions/product-reviews/extension.php:342,
6712
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:342
6713
  msgid "Star Rating Color"
6714
  msgstr ""
6715
 
6716
  #: framework/extensions/product-reviews/extension.php:359,
6717
  #: framework/extensions/product-reviews/extension.php:387,
6718
  #: framework/extensions/product-reviews/extension.php:408,
6719
+ #: framework/premium/extensions/mega-menu/options.php:772,
6720
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:359,
6721
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:387,
6722
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:408,
6723
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:772
6724
  msgid "Active"
6725
  msgstr "Activo"
6726
 
6727
+ #: framework/extensions/product-reviews/extension.php:365,
6728
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:365
6729
  msgid "Inactive"
6730
  msgstr "Inactivo"
6731
 
6732
+ #: framework/extensions/product-reviews/extension.php:373,
6733
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:373
6734
  msgid "Overll Score Text"
6735
  msgstr ""
6736
 
6737
+ #: framework/extensions/product-reviews/extension.php:395,
6738
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:395
6739
  msgid "Overll Score Background"
6740
  msgstr ""
6741
 
6742
+ #: framework/extensions/product-reviews/extension.php:439,
6743
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:439
6744
  msgid "Product Review"
6745
  msgstr ""
6746
 
6747
+ #: framework/extensions/product-reviews/extension.php:441,
6748
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:441
6749
  msgid "Parent Product Review"
6750
  msgstr ""
6751
 
6752
+ #: framework/extensions/product-reviews/extension.php:442,
6753
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:442
6754
  msgid "All Reviews"
6755
  msgstr "Todas las reseñas"
6756
 
6757
+ #: framework/extensions/product-reviews/extension.php:443,
6758
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:443
6759
  msgid "View Product Review"
6760
  msgstr ""
6761
 
6762
+ #: framework/extensions/product-reviews/extension.php:444,
6763
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:444
6764
  msgid "Add New Product Review"
6765
  msgstr ""
6766
 
6767
+ #: framework/extensions/product-reviews/extension.php:445,
6768
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:445
6769
  msgid "Add New Review"
6770
  msgstr ""
6771
 
6772
+ #: framework/extensions/product-reviews/extension.php:446,
6773
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:446
6774
  msgid "Edit Product Review"
6775
  msgstr ""
6776
 
6777
+ #: framework/extensions/product-reviews/extension.php:447,
6778
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:447
6779
  msgid "Update Product Review"
6780
  msgstr ""
6781
 
6782
+ #: framework/extensions/product-reviews/extension.php:448,
6783
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:448
6784
  msgid "Search Product Review"
6785
  msgstr ""
6786
 
6787
+ #: framework/extensions/product-reviews/extension.php:449,
6788
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:449
6789
  msgid "Not Found"
6790
  msgstr "No encontrado"
6791
 
6792
+ #: framework/extensions/product-reviews/extension.php:450,
6793
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:450
6794
  msgid "Not found in Trash"
6795
  msgstr ""
6796
 
6797
  #: framework/extensions/product-reviews/extension.php:484,
6798
+ #: framework/extensions/product-reviews/extension.php:494,
6799
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:484,
6800
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:494
6801
  msgid "Categories"
6802
  msgstr "Categorías"
6803
 
6804
  #: framework/extensions/product-reviews/extension.php:485,
6805
  #: framework/extensions/trending/customizer.php:35,
6806
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:485,
6807
+ #: build_tmp/build/framework/extensions/trending/customizer.php:35,
6808
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:37,
6809
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:37
6810
  msgid "Category"
6811
  msgstr "Categoría"
6812
 
6813
+ #: framework/extensions/product-reviews/extension.php:486,
6814
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:486
6815
  msgid "Search Category"
6816
  msgstr "Buscar una categoría"
6817
 
6818
+ #: framework/extensions/product-reviews/extension.php:487,
6819
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:487
6820
  msgid "All Categories"
6821
  msgstr "Todas las categorías"
6822
 
6823
+ #: framework/extensions/product-reviews/extension.php:488,
6824
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:488
6825
  msgid "Parent Category"
6826
  msgstr ""
6827
 
6828
+ #: framework/extensions/product-reviews/extension.php:489,
6829
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:489
6830
  msgid "Parent Category:"
6831
  msgstr ""
6832
 
6833
+ #: framework/extensions/product-reviews/extension.php:490,
6834
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:490
6835
  msgid "Edit Category"
6836
  msgstr "Editar la categoría"
6837
 
6838
+ #: framework/extensions/product-reviews/extension.php:491,
6839
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:491
6840
  msgid "Update Category"
6841
  msgstr "Actualizar la categoría"
6842
 
6843
+ #: framework/extensions/product-reviews/extension.php:492,
6844
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:492
6845
  msgid "Add New Category"
6846
  msgstr "Añadir una nueva categoría"
6847
 
6848
+ #: framework/extensions/product-reviews/extension.php:493,
6849
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:493
6850
  msgid "New Category Name"
6851
  msgstr "Nombre de la nueva categoría"
6852
 
6853
  #. translators: %s is the theme name.
6854
+ #. translators: %s is the theme name.
6855
+ #: framework/extensions/product-reviews/extension.php:512,
6856
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:512
6857
  msgid "%s Settings"
6858
  msgstr ""
6859
 
6860
+ #: framework/extensions/product-reviews/extension.php:513,
6861
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:513
6862
  msgid "Blocksy"
6863
  msgstr "Blocksy"
6864
 
6865
  #: framework/extensions/product-reviews/helpers.php:30,
6866
+ #: framework/extensions/product-reviews/metabox.php:179,
6867
+ #: build_tmp/build/framework/extensions/product-reviews/helpers.php:30,
6868
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:179
6869
  msgid "Rating"
6870
  msgstr "Valoración"
6871
 
6872
+ #: framework/extensions/product-reviews/metabox.php:10,
6873
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:10
6874
  msgid "Review Entity"
6875
  msgstr ""
6876
 
6877
  #: framework/extensions/product-reviews/metabox.php:18,
6878
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:18,
6879
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:32,
6880
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:32
6881
  msgid "Product"
6882
  msgstr ""
6883
 
6884
+ #: framework/extensions/product-reviews/metabox.php:19,
6885
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:19
6886
  msgid "Book"
6887
  msgstr "Libro"
6888
 
6889
+ #: framework/extensions/product-reviews/metabox.php:21,
6890
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:21
6891
  msgid "Creative Work Season"
6892
  msgstr ""
6893
 
6894
+ #: framework/extensions/product-reviews/metabox.php:22,
6895
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:22
6896
  msgid "Creative Work Series"
6897
  msgstr ""
6898
 
6899
+ #: framework/extensions/product-reviews/metabox.php:23,
6900
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:23
6901
  msgid "Episode"
6902
  msgstr "Episodio"
6903
 
6904
+ #: framework/extensions/product-reviews/metabox.php:25,
6905
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:25
6906
  msgid "Game"
6907
  msgstr "Juego"
6908
 
6909
+ #: framework/extensions/product-reviews/metabox.php:27,
6910
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:27
6911
  msgid "Local Business"
6912
  msgstr "Negocio local"
6913
 
6914
+ #: framework/extensions/product-reviews/metabox.php:28,
6915
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:28
6916
  msgid "Media Object"
6917
  msgstr ""
6918
 
6919
+ #: framework/extensions/product-reviews/metabox.php:29,
6920
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:29
6921
  msgid "Movie"
6922
  msgstr "Película"
6923
 
6924
+ #: framework/extensions/product-reviews/metabox.php:30,
6925
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:30
6926
  msgid "Music Playlist"
6927
  msgstr ""
6928
 
6929
+ #: framework/extensions/product-reviews/metabox.php:31,
6930
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:31
6931
  msgid "Music Recording"
6932
  msgstr ""
6933
 
6934
+ #: framework/extensions/product-reviews/metabox.php:32,
6935
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:32
6936
  msgid "Organization"
6937
  msgstr "Organización"
6938
 
6939
+ #: framework/extensions/product-reviews/metabox.php:38,
6940
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:38
6941
  msgid "More info about review entity and how to choose the right one can be found %shere%s."
6942
  msgstr ""
6943
 
6944
+ #: framework/extensions/product-reviews/metabox.php:69,
6945
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:69
6946
  msgid "Product Price"
6947
  msgstr ""
6948
 
6949
+ #: framework/extensions/product-reviews/metabox.php:76,
6950
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:76
6951
  msgid "Product SKU"
6952
  msgstr ""
6953
 
6954
+ #: framework/extensions/product-reviews/metabox.php:83,
6955
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:83
6956
  msgid "Product Brand"
6957
  msgstr ""
6958
 
6959
+ #: framework/extensions/product-reviews/metabox.php:96,
6960
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:96
6961
  msgid "Gallery"
6962
  msgstr "Galería"
6963
 
6964
+ #: framework/extensions/product-reviews/metabox.php:107,
6965
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:107
6966
  msgid "Affiliate Button Label"
6967
  msgstr ""
6968
 
6969
+ #: framework/extensions/product-reviews/metabox.php:109,
6970
+ #: framework/extensions/product-reviews/views/single-top.php:156,
6971
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:109,
6972
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:156
6973
  msgid "Buy Now"
6974
  msgstr "Comprar ahora"
6975
 
6976
+ #: framework/extensions/product-reviews/metabox.php:114,
6977
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:114
6978
  msgid "Affiliate Link"
6979
  msgstr ""
6980
 
6981
+ #: framework/extensions/product-reviews/metabox.php:120,
6982
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:120
6983
  msgid "Open Link In New Tab"
6984
  msgstr ""
6985
 
6986
+ #: framework/extensions/product-reviews/metabox.php:126,
6987
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:126
6988
  msgid "Sponsored Attribute"
6989
  msgstr ""
6990
 
6991
+ #: framework/extensions/product-reviews/metabox.php:148,
6992
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:148
6993
  msgid "Read More Button Label"
6994
  msgstr ""
6995
 
6996
+ #: framework/extensions/product-reviews/metabox.php:150,
6997
+ #: framework/extensions/product-reviews/views/single-top.php:162,
6998
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:150,
6999
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:162
7000
  msgid "Read More"
7001
  msgstr "Leer más"
7002
 
7003
+ #: framework/extensions/product-reviews/metabox.php:170,
7004
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:170
7005
  msgid "Short Description"
7006
  msgstr "Descripción corta"
7007
 
7008
+ #: framework/extensions/product-reviews/metabox.php:185,
7009
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:185
7010
  msgid "Scores"
7011
  msgstr "Puntuaciones"
7012
 
7013
+ #: framework/extensions/product-reviews/metabox.php:225,
7014
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:225
7015
  msgid "Product specs"
7016
  msgstr ""
7017
 
7018
+ #: framework/extensions/product-reviews/metabox.php:250,
7019
+ #: framework/extensions/product-reviews/views/single-top.php:262,
7020
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:250,
7021
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:262
7022
  msgid "Pros"
7023
  msgstr ""
7024
 
7025
+ #: framework/extensions/product-reviews/metabox.php:270,
7026
+ #: framework/extensions/product-reviews/views/single-top.php:285,
7027
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:270,
7028
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:285
7029
  msgid "Cons"
7030
  msgstr ""
7031
 
7032
+ #: framework/extensions/trending/customizer.php:106,
7033
+ #: build_tmp/build/framework/extensions/trending/customizer.php:106
 
7034
  msgid "Trending Posts"
7035
  msgstr "Entradas en tendencia"
7036
 
7037
+ #: framework/extensions/trending/config.php:6,
7038
+ #: build_tmp/build/framework/extensions/trending/config.php:6
7039
  msgid "Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time."
7040
  msgstr ""
7041
 
7042
  #: framework/extensions/trending/customizer.php:8,
7043
+ #: build_tmp/build/framework/extensions/trending/customizer.php:8,
7044
+ #: framework/premium/extensions/shortcuts/views/bar.php:48,
7045
+ #: framework/premium/features/premium-header/items/search-input/options.php:6,
7046
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:48,
7047
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:6
7048
  msgid "Products"
7049
  msgstr "Productos"
7050
 
7051
  #: framework/extensions/trending/customizer.php:36,
7052
+ #: build_tmp/build/framework/extensions/trending/customizer.php:36,
7053
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:38,
7054
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:38
7055
  msgid "All categories"
7056
  msgstr "Todas las categorias"
7057
 
7058
  #: framework/extensions/trending/customizer.php:41,
7059
+ #: build_tmp/build/framework/extensions/trending/customizer.php:41,
7060
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:43,
7061
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:43
7062
  msgid "Taxonomy"
7063
  msgstr ""
7064
 
7065
  #: framework/extensions/trending/customizer.php:42,
7066
+ #: build_tmp/build/framework/extensions/trending/customizer.php:42,
7067
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:44,
7068
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:44
7069
  msgid "All taxonomies"
7070
  msgstr ""
7071
 
7072
+ #: framework/extensions/trending/customizer.php:115,
7073
+ #: build_tmp/build/framework/extensions/trending/customizer.php:115
7074
  msgid "Module Title"
7075
  msgstr ""
7076
 
7077
+ #: framework/extensions/trending/customizer.php:118,
7078
+ #: framework/extensions/trending/helpers.php:221,
7079
+ #: build_tmp/build/framework/extensions/trending/customizer.php:118,
7080
+ #: build_tmp/build/framework/extensions/trending/helpers.php:221
7081
  msgid "Trending now"
7082
  msgstr "Tendencia ahora"
7083
 
7084
+ #: framework/extensions/trending/customizer.php:123,
7085
+ #: build_tmp/build/framework/extensions/trending/customizer.php:123
7086
  msgid "Module Title Tag"
7087
  msgstr ""
7088
 
7089
+ #: framework/extensions/trending/customizer.php:171,
7090
+ #: build_tmp/build/framework/extensions/trending/customizer.php:171,
7091
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
7092
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
7093
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:168,
7094
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
7095
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:149,
7096
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:168
7097
  msgid "Source"
7098
  msgstr ""
7099
 
7100
+ #: framework/extensions/trending/customizer.php:176,
7101
+ #: build_tmp/build/framework/extensions/trending/customizer.php:176,
7102
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:154,
7103
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:154
7104
  msgid "Taxonomies"
7105
  msgstr ""
7106
 
7107
+ #: framework/extensions/trending/customizer.php:177,
7108
+ #: build_tmp/build/framework/extensions/trending/customizer.php:177,
7109
  #: framework/extensions/widgets/widgets/ct-posts/options.php:155,
7110
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:174,
7111
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:155,
7112
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:174
7113
  msgid "Custom Query"
7114
  msgstr ""
7115
 
7116
+ #: framework/extensions/trending/customizer.php:200,
7117
+ #: build_tmp/build/framework/extensions/trending/customizer.php:200,
7118
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:243,
7119
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:243
7120
  msgid "Posts ID"
7121
  msgstr ""
7122
 
7123
+ #: framework/extensions/trending/customizer.php:204,
7124
+ #: build_tmp/build/framework/extensions/trending/customizer.php:204,
7125
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:247,
7126
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:247
7127
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
7128
  msgstr ""
7129
 
7130
+ #: framework/extensions/trending/customizer.php:220,
7131
+ #: build_tmp/build/framework/extensions/trending/customizer.php:220
7132
  msgid "Trending From"
7133
  msgstr "Tendencia desde"
7134
 
7135
+ #: framework/extensions/trending/customizer.php:229,
7136
+ #: build_tmp/build/framework/extensions/trending/customizer.php:229,
7137
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:213,
7138
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:213
7139
  msgid "All Time"
7140
  msgstr "Todo el tiempo"
7141
 
7142
+ #: framework/extensions/trending/customizer.php:230,
7143
+ #: build_tmp/build/framework/extensions/trending/customizer.php:230
7144
  msgid "Last 24 Hours"
7145
  msgstr "Últimas 24 horas"
7146
 
7147
+ #: framework/extensions/trending/customizer.php:231,
7148
+ #: build_tmp/build/framework/extensions/trending/customizer.php:231
7149
  msgid "Last 7 Days"
7150
  msgstr "Últimos 7 días"
7151
 
7152
+ #: framework/extensions/trending/customizer.php:232,
7153
+ #: build_tmp/build/framework/extensions/trending/customizer.php:232
7154
  msgid "Last Month"
7155
  msgstr "Último mes"
7156
 
7157
+ #: framework/extensions/trending/customizer.php:267,
7158
+ #: build_tmp/build/framework/extensions/trending/customizer.php:267
7159
  msgid "Container Visibility"
7160
  msgstr "Visibilidad del contenedor"
7161
 
7162
+ #: framework/extensions/trending/customizer.php:339,
7163
+ #: build_tmp/build/framework/extensions/trending/customizer.php:339
7164
  msgid "Posts Font"
7165
  msgstr ""
7166
 
7167
+ #: framework/extensions/widgets/config.php:6,
7168
+ #: build_tmp/build/framework/extensions/widgets/config.php:6
7169
  msgid "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."
7170
  msgstr ""
7171
 
7172
+ #: framework/features/header/account-modal.php:49,
7173
+ #: build_tmp/build/framework/features/header/account-modal.php:49,
7174
+ #: framework/features/header/items/account/options.php:498,
7175
+ #: framework/features/header/items/account/views/logout.php:7,
7176
+ #: build_tmp/build/framework/features/header/items/account/options.php:498,
7177
+ #: build_tmp/build/framework/features/header/items/account/views/logout.php:7
7178
  msgid "Login"
7179
  msgstr "Acceso"
7180
 
7181
+ #: framework/features/header/account-modal.php:53,
7182
+ #: build_tmp/build/framework/features/header/account-modal.php:53
7183
  msgid "Sign Up"
7184
  msgstr "Registrarse"
7185
 
7186
+ #: framework/features/header/account-modal.php:72,
7187
+ #: build_tmp/build/framework/features/header/account-modal.php:72
7188
  msgid "Back to login"
7189
  msgstr "Volver a acceso"
7190
 
7191
+ #: framework/features/header/header-options.php:6,
7192
+ #: build_tmp/build/framework/features/header/header-options.php:6
7193
  msgid "Sticky Functionality"
7194
  msgstr "Funcionalidad de efecto fijo"
7195
 
7196
+ #: framework/features/header/header-options.php:32,
7197
+ #: build_tmp/build/framework/features/header/header-options.php:32
7198
  msgid "Only Main Row"
7199
  msgstr "Sólo la fila principal"
7200
 
7201
+ #: framework/features/header/header-options.php:37,
7202
+ #: build_tmp/build/framework/features/header/header-options.php:37
7203
  msgid "Top & Main Row"
7204
  msgstr "Filas superior e inferior"
7205
 
7206
+ #: framework/features/header/header-options.php:42,
7207
+ #: build_tmp/build/framework/features/header/header-options.php:42
7208
  msgid "All Rows"
7209
  msgstr "Todas las filas"
7210
 
7211
+ #: framework/features/header/header-options.php:47,
7212
+ #: build_tmp/build/framework/features/header/header-options.php:47
7213
  msgid "Main & Bottom Row"
7214
  msgstr "Filas principal e inferior"
7215
 
7216
+ #: framework/features/header/header-options.php:52,
7217
+ #: build_tmp/build/framework/features/header/header-options.php:52
7218
  msgid "Only Top Row"
7219
  msgstr "Sólo la fila superior"
7220
 
7221
+ #: framework/features/header/header-options.php:57,
7222
+ #: build_tmp/build/framework/features/header/header-options.php:57
7223
  msgid "Only Bottom Row"
7224
  msgstr "Sólo la fila inferior"
7225
 
7226
+ #: framework/features/header/header-options.php:72,
7227
+ #: build_tmp/build/framework/features/header/header-options.php:72
 
 
 
7228
  msgid "Slide Down"
7229
  msgstr "Deslizar hacia abajo"
7230
 
7231
+ #: framework/features/header/header-options.php:73,
7232
+ #: build_tmp/build/framework/features/header/header-options.php:73
7233
  msgid "Fade"
7234
  msgstr "Desvanecer"
7235
 
7236
+ #: framework/features/header/header-options.php:74,
7237
+ #: build_tmp/build/framework/features/header/header-options.php:74
7238
  msgid "Auto Hide/Show"
7239
  msgstr ""
7240
 
7241
+ #: framework/features/header/header-options.php:92,
7242
+ #: framework/features/header/header-options.php:174,
7243
+ #: build_tmp/build/framework/features/header/header-options.php:92,
7244
+ #: build_tmp/build/framework/features/header/header-options.php:174
7245
  msgid "Enable on"
7246
  msgstr "Activar en"
7247
 
7248
+ #: framework/features/header/header-options.php:120,
7249
+ #: build_tmp/build/framework/features/header/header-options.php:120
7250
  msgid "Transparent Functionality"
7251
  msgstr "Funcionalidad de transparencia"
7252
 
7253
+ #: framework/features/header/header-options.php:158,
7254
+ #: framework/premium/extensions/shortcuts/customizer.php:763,
7255
+ #: build_tmp/build/framework/features/header/header-options.php:158,
7256
+ #: framework/premium/features/content-blocks/options/archive.php:11,
7257
  #: framework/premium/features/content-blocks/options/header.php:142,
7258
  #: framework/premium/features/content-blocks/options/hook.php:236,
7259
+ #: framework/premium/features/content-blocks/options/popup.php:297,
7260
+ #: framework/premium/features/content-blocks/options/single.php:11,
7261
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:763,
7262
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:11,
7263
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:142,
7264
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:236,
7265
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:297,
7266
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:11
7267
+ #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:49
7268
  #: framework/premium/static/js/footer/EditConditions.js:97
7269
+ #: static/js/header/EditConditions.js:98
7270
  msgid "Display Conditions"
7271
  msgstr "Condiciones de visualización"
7272
 
7273
+ #: framework/premium/features/content-blocks.php:183,
7274
+ #: build_tmp/build/framework/premium/features/content-blocks.php:183
7275
  msgid "Hooks Locations"
7276
  msgstr ""
7277
 
7278
+ #: framework/premium/features/content-blocks.php:348,
7279
+ #: framework/premium/extensions/shortcuts/customizer.php:538,
7280
+ #: build_tmp/build/framework/premium/features/content-blocks.php:348,
7281
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:538
7282
  msgid "Type"
7283
  msgstr "Tipo"
7284
 
7285
+ #: framework/premium/features/content-blocks.php:349,
7286
+ #: build_tmp/build/framework/premium/features/content-blocks.php:349
7287
  msgid "Location/Trigger"
7288
  msgstr ""
7289
 
7290
+ #: framework/premium/features/content-blocks.php:350,
7291
+ #: build_tmp/build/framework/premium/features/content-blocks.php:350
7292
  msgid "Conditions"
7293
  msgstr ""
7294
 
7295
+ #: framework/premium/features/content-blocks.php:351,
7296
+ #: build_tmp/build/framework/premium/features/content-blocks.php:351
7297
  msgid "Output"
7298
  msgstr ""
7299
 
7300
+ #: framework/premium/features/content-blocks.php:352,
7301
+ #: build_tmp/build/framework/premium/features/content-blocks.php:352
7302
  msgid "Enable/Disable"
7303
  msgstr ""
7304
 
7305
+ #: framework/premium/features/content-blocks.php:372,
7306
+ #: framework/premium/extensions/shortcuts/customizer.php:726,
7307
+ #: build_tmp/build/framework/premium/features/content-blocks.php:372,
7308
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
7309
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
7310
+ #: framework/features/header/items/account/options.php:141,
7311
+ #: framework/features/header/items/account/options.php:366,
7312
  #: framework/premium/features/content-blocks/options/hook.php:9,
7313
  #: framework/premium/features/content-blocks/options/hook.php:158,
7314
  #: framework/premium/features/content-blocks/options/popup.php:162,
7315
+ #: framework/premium/features/content-blocks/options/popup.php:437,
7316
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:726,
7317
+ #: framework/premium/features/premium-header/items/contacts/options.php:274,
7318
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
7319
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:96,
7320
+ #: build_tmp/build/framework/features/header/items/account/options.php:141,
7321
+ #: build_tmp/build/framework/features/header/items/account/options.php:366,
7322
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:9,
7323
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:158,
7324
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:162,
7325
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:437,
7326
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:274
7327
  msgid "None"
7328
  msgstr "Ninguno"
7329
 
7330
+ #: framework/premium/features/content-blocks.php:373,
7331
+ #: build_tmp/build/framework/premium/features/content-blocks.php:373,
7332
+ #: framework/premium/features/content-blocks/options/popup.php:163,
7333
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:163
7334
  msgid "On scroll"
7335
  msgstr ""
7336
 
7337
+ #: framework/premium/features/content-blocks.php:374,
7338
+ #: build_tmp/build/framework/premium/features/content-blocks.php:374,
7339
+ #: framework/premium/features/content-blocks/options/popup.php:164,
7340
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:164
7341
  msgid "On scroll to element"
7342
  msgstr ""
7343
 
7344
+ #: framework/premium/features/content-blocks.php:375,
7345
+ #: build_tmp/build/framework/premium/features/content-blocks.php:375,
7346
+ #: framework/premium/features/content-blocks/options/popup.php:165,
7347
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:165
7348
  msgid "On page load"
7349
  msgstr ""
7350
 
7351
+ #: framework/premium/features/content-blocks.php:376,
7352
+ #: build_tmp/build/framework/premium/features/content-blocks.php:376,
7353
+ #: framework/premium/features/content-blocks/options/popup.php:166,
7354
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:166
7355
  msgid "After inactivity"
7356
  msgstr ""
7357
 
7358
+ #: framework/premium/features/content-blocks.php:377,
7359
+ #: build_tmp/build/framework/premium/features/content-blocks.php:377,
7360
+ #: framework/premium/features/content-blocks/options/popup.php:167,
7361
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:167
7362
  msgid "After x time"
7363
  msgstr ""
7364
 
7365
+ #: framework/premium/features/content-blocks.php:379,
7366
+ #: build_tmp/build/framework/premium/features/content-blocks.php:379,
7367
+ #: framework/premium/features/content-blocks/options/popup.php:169,
7368
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:169
7369
  msgid "On page exit intent"
7370
  msgstr ""
7371
 
7372
+ #: framework/premium/features/content-blocks.php:383,
7373
+ #: build_tmp/build/framework/premium/features/content-blocks.php:383
7374
  msgid "Down"
7375
  msgstr ""
7376
 
7377
+ #: framework/premium/features/content-blocks.php:384,
7378
+ #: build_tmp/build/framework/premium/features/content-blocks.php:384
7379
  msgid "Up"
7380
  msgstr ""
7381
 
7382
+ #: framework/premium/features/content-blocks.php:790,
7383
+ #: framework/premium/features/content-blocks.php:796,
7384
+ #: build_tmp/build/framework/premium/features/content-blocks.php:790,
7385
+ #: build_tmp/build/framework/premium/features/content-blocks.php:796
7386
  msgid "Content Blocks"
7387
  msgstr ""
7388
 
7389
+ #: framework/premium/features/content-blocks.php:791,
7390
+ #: framework/premium/extensions/mega-menu/options.php:333,
7391
+ #: build_tmp/build/framework/premium/features/content-blocks.php:791,
7392
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:333
7393
  msgid "Content Block"
7394
  msgstr ""
7395
 
7396
+ #: framework/premium/features/content-blocks.php:792,
7397
+ #: build_tmp/build/framework/premium/features/content-blocks.php:792
7398
  msgid "Add New"
7399
  msgstr ""
7400
 
7401
+ #: framework/premium/features/content-blocks.php:793,
7402
+ #: build_tmp/build/framework/premium/features/content-blocks.php:793
7403
  msgid "Add New Content Block"
7404
  msgstr ""
7405
 
7406
+ #: framework/premium/features/content-blocks.php:794,
7407
+ #: build_tmp/build/framework/premium/features/content-blocks.php:794
7408
  msgid "Edit Content Block"
7409
  msgstr ""
7410
 
7411
+ #: framework/premium/features/content-blocks.php:795,
7412
+ #: build_tmp/build/framework/premium/features/content-blocks.php:795
7413
+ #: framework/premium/static/js/hooks/CreateHook.js:33
7414
  msgid "New Content Block"
7415
  msgstr ""
7416
 
7417
+ #: framework/premium/features/content-blocks.php:797,
7418
+ #: build_tmp/build/framework/premium/features/content-blocks.php:797
7419
  msgid "View Content Block"
7420
  msgstr ""
7421
 
7422
+ #: framework/premium/features/content-blocks.php:798,
7423
+ #: build_tmp/build/framework/premium/features/content-blocks.php:798
7424
  msgid "Search Content Blocks"
7425
  msgstr ""
7426
 
7427
+ #: framework/premium/features/content-blocks.php:799,
7428
+ #: build_tmp/build/framework/premium/features/content-blocks.php:799
7429
  msgid "Nothing found"
7430
  msgstr ""
7431
 
7432
+ #: framework/premium/features/content-blocks.php:800,
7433
+ #: build_tmp/build/framework/premium/features/content-blocks.php:800
7434
  msgid "Nothing found in Trash"
7435
  msgstr ""
7436
 
7437
+ #: framework/premium/features/premium-footer.php:14,
7438
+ #: framework/premium/features/premium-footer.php:28,
7439
+ #: build_tmp/build/framework/premium/features/premium-footer.php:14,
7440
+ #: build_tmp/build/framework/premium/features/premium-footer.php:28
7441
  msgid "Footer Menu 1"
7442
  msgstr ""
7443
 
7444
+ #: framework/premium/features/premium-footer.php:29,
7445
+ #: build_tmp/build/framework/premium/features/premium-footer.php:29,
7446
+ #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4,
7447
+ #: build_tmp/build/framework/premium/features/premium-footer/items/menu-secondary/config.php:4
7448
  msgid "Footer Menu 2"
7449
  msgstr ""
7450
 
7451
+ #: framework/premium/features/premium-header.php:42,
7452
+ #: build_tmp/build/framework/premium/features/premium-header.php:42
7453
  msgid "Header Menu 3"
7454
  msgstr ""
7455
 
7456
+ #: framework/premium/features/premium-header.php:103,
7457
+ #: build_tmp/build/framework/premium/features/premium-header.php:103
7458
  msgid "Header Widget Area "
7459
  msgstr ""
7460
 
7461
+ #: framework/premium/features/premium-header.php:159,
7462
+ #: framework/premium/extensions/mega-menu/options.php:422,
7463
+ #: build_tmp/build/framework/premium/features/premium-header.php:159,
7464
+ #: framework/features/header/items/account/options.php:140,
7465
+ #: framework/features/header/items/account/options.php:365,
7466
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
7467
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:422,
7468
+ #: build_tmp/build/framework/features/header/items/account/options.php:140,
7469
+ #: build_tmp/build/framework/features/header/items/account/options.php:365,
7470
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447
7471
  msgid "Icon"
7472
  msgstr "Icono "
7473
 
7474
+ #: framework/premium/features/premium-header.php:173,
7475
+ #: framework/premium/extensions/mega-menu/options.php:436,
7476
+ #: framework/premium/extensions/woocommerce-extra/extension.php:373,
7477
+ #: build_tmp/build/framework/premium/features/premium-header.php:173,
7478
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
7479
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:75,
7480
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:436,
7481
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:373,
7482
+ #: framework/premium/features/premium-header/items/contacts/options.php:246,
7483
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
7484
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:75,
7485
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:246
7486
  msgid "Icons Size"
7487
  msgstr ""
7488
 
7489
+ #: framework/premium/features/premium-header.php:185,
7490
+ #: framework/premium/extensions/mega-menu/options.php:458,
7491
+ #: build_tmp/build/framework/premium/features/premium-header.php:185,
7492
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:458
7493
  msgid "Icon Position"
7494
  msgstr ""
7495
 
7496
+ #: framework/premium/features/premium-header.php:192,
7497
+ #: framework/premium/extensions/mega-menu/options.php:465,
7498
+ #: framework/premium/extensions/shortcuts/customizer.php:659,
7499
+ #: build_tmp/build/framework/premium/features/premium-header.php:192,
7500
+ #: framework/features/header/items/account/options.php:276,
7501
+ #: framework/features/header/items/account/options.php:482,
7502
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:465,
7503
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:659,
7504
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98,
7505
+ #: build_tmp/build/framework/features/header/items/account/options.php:276,
7506
+ #: build_tmp/build/framework/features/header/items/account/options.php:482,
7507
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
7508
  msgid "Left"
7509
  msgstr "Izquierda"
7510
 
7511
+ #: framework/premium/features/premium-header.php:193,
7512
+ #: framework/premium/extensions/mega-menu/options.php:466,
7513
+ #: framework/premium/extensions/shortcuts/customizer.php:660,
7514
+ #: build_tmp/build/framework/premium/features/premium-header.php:193,
7515
+ #: framework/features/header/items/account/options.php:277,
7516
+ #: framework/features/header/items/account/options.php:483,
7517
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:466,
7518
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:660,
7519
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99,
7520
+ #: build_tmp/build/framework/features/header/items/account/options.php:277,
7521
+ #: build_tmp/build/framework/features/header/items/account/options.php:483,
7522
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
7523
  msgid "Right"
7524
  msgstr "Derecha"
7525
 
7526
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
7527
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12,
7528
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
7529
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
7530
  msgid "Newsletter"
7531
  msgstr ""
7532
 
7533
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
7534
+ #: framework/premium/extensions/mega-menu/options.php:493,
7535
+ #: framework/premium/extensions/shortcuts/customizer.php:889,
7536
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
7537
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
7538
+ #: framework/features/header/items/account/options.php:294,
7539
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
7540
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:493,
7541
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:889,
7542
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
7543
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:31,
7544
+ #: build_tmp/build/framework/features/header/items/account/options.php:294
7545
  msgid "Text"
7546
  msgstr "Texto"
7547
 
7548
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
7549
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
7550
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:34,
7551
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
7552
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
7553
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:34
7554
  msgid "You can add here some arbitrary HTML code."
7555
  msgstr ""
7556
 
7557
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114,
7558
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
7559
  msgid "Container Type"
7560
  msgstr ""
7561
 
7562
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121,
7563
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
7564
  msgid "Boxed"
7565
  msgstr "En cajas"
7566
 
7567
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127,
7568
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
7569
  msgid "Content Alignment"
7570
  msgstr ""
7571
 
7572
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14,
7573
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
7574
  msgid "Newsletter subscribe form"
7575
  msgstr ""
7576
 
7577
+ #: framework/extensions/product-reviews/views/single-top.php:238,
7578
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:238
 
 
 
7579
  msgid "Specs"
7580
  msgstr ""
7581
 
7582
+ #: framework/features/header/modal/login.php:33,
7583
+ #: framework/features/header/modal/register.php:42,
7584
+ #: build_tmp/build/framework/features/header/modal/login.php:33,
7585
+ #: build_tmp/build/framework/features/header/modal/register.php:42
 
7586
  msgid "Password"
7587
  msgstr "Contraseña"
7588
 
7589
+ #: framework/features/header/modal/login.php:40,
7590
+ #: build_tmp/build/framework/features/header/modal/login.php:40
7591
  msgid "Remember Me"
7592
  msgstr "Recordarme"
7593
 
7594
+ #: framework/features/header/modal/login.php:44,
7595
+ #: build_tmp/build/framework/features/header/modal/login.php:44
7596
  msgid "Forgot Password?"
7597
  msgstr "¿Olvidaste la contraseña?"
7598
 
7599
+ #: framework/features/header/modal/login.php:60,
7600
+ #: build_tmp/build/framework/features/header/modal/login.php:60
7601
  msgid "Log In"
7602
  msgstr "Acceder"
7603
 
7604
+ #: framework/features/header/modal/login.php:28,
7605
+ #: framework/features/header/modal/lostpassword.php:5,
7606
+ #: build_tmp/build/framework/features/header/modal/login.php:28,
7607
+ #: build_tmp/build/framework/features/header/modal/lostpassword.php:5
7608
  msgid "Username or Email Address"
7609
  msgstr "Nombre de usuario o correo electrónico"
7610
 
7611
+ #: framework/features/header/modal/lostpassword.php:13,
7612
+ #: build_tmp/build/framework/features/header/modal/lostpassword.php:13
7613
  msgid "Get New Password"
7614
  msgstr "Obtener una nueva contraseña"
7615
 
7616
+ #: framework/features/header/modal/register.php:30,
7617
+ #: build_tmp/build/framework/features/header/modal/register.php:30
7618
  msgid "Username"
7619
  msgstr "Nombre de usuario"
7620
 
7621
+ #: framework/features/header/modal/register.php:58,
7622
+ #: build_tmp/build/framework/features/header/modal/register.php:58
7623
  msgid "Registration confirmation will be emailed to you"
7624
  msgstr "Recibirás confirmación del registro por correo electrónico."
7625
 
7626
+ #: framework/features/header/modal/register.php:63,
7627
+ #: build_tmp/build/framework/features/header/modal/register.php:63
7628
  msgid "Register"
7629
  msgstr "Registrarse"
7630
 
7631
+ #: framework/premium/extensions/adobe-typekit/config.php:6,
7632
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:6
 
 
 
7633
  msgid "Connect your Adobe Fonts project and use the selected fonts throughout Blocksy and your favorite page builder."
7634
  msgstr ""
7635
 
7636
+ #: framework/premium/extensions/code-snippets/config.php:6,
7637
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:6
7638
  msgid "Inject custom code snippets throughout your website. The extension works globally or on a per post/page basis."
7639
  msgstr ""
7640
 
7641
+ #: framework/premium/extensions/code-snippets/extension.php:39,
7642
+ #: framework/premium/extensions/code-snippets/extension.php:80,
7643
+ #: framework/premium/extensions/code-snippets/extension.php:120,
7644
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:39,
7645
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:80,
7646
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:120
7647
  msgid "After body open scripts"
7648
  msgstr ""
7649
 
7650
+ #: framework/premium/extensions/code-snippets/readme.php:4,
7651
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:4
7652
  msgid "After activating the Custom Code Snippets extension you will have two ways to manage your snippets:"
7653
  msgstr ""
7654
 
7655
+ #: framework/premium/extensions/code-snippets/readme.php:9,
7656
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:9
7657
  msgid "Globally"
7658
  msgstr ""
7659
 
7660
+ #: framework/premium/extensions/code-snippets/readme.php:13,
7661
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:13
7662
  msgid "Navigate to %s and place there your header, body or footer scripts."
7663
  msgstr ""
7664
 
7665
+ #: framework/premium/extensions/code-snippets/readme.php:16,
7666
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:16
7667
  msgid "Customizer ➝ Custom Code Snippets"
7668
  msgstr ""
7669
 
7670
+ #: framework/premium/extensions/code-snippets/readme.php:24,
7671
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:24
7672
  msgid "Per page/post"
7673
  msgstr ""
7674
 
7675
+ #: framework/premium/extensions/code-snippets/readme.php:28,
7676
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:28
7677
  msgid "Edit your page or post, click on %s, scroll down and you will see the %2s panel."
7678
  msgstr ""
7679
 
7680
+ #: framework/premium/extensions/code-snippets/readme.php:32,
7681
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:32
7682
  msgid "%s Page Settings"
7683
  msgstr ""
7684
 
7685
+ #: framework/premium/extensions/custom-fonts/config.php:6,
7686
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:6
7687
  msgid "Upload an unlimited number of custom fonts or variable fonts and use them throughout Blocksy and your favorite page builder."
7688
  msgstr ""
7689
 
7690
+ #: framework/premium/extensions/local-google-fonts/config.php:6,
7691
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:6
7692
  msgid "Serve your chosen Google Fonts from your own web server. This will increase the loading speed and makes sure your website complies with the privacy regulations."
7693
  msgstr ""
7694
 
7695
+ #: framework/premium/extensions/mega-menu/config.php:6,
7696
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:6
7697
  msgid "Create beautiful personalised menus that set your website apart from the others. Add icons and badges to your entries and even add Content Blocks inside your dropdowns."
7698
  msgstr ""
7699
 
7700
+ #: framework/premium/extensions/mega-menu/config.php:10,
7701
+ #: framework/premium/extensions/shortcuts/config.php:13,
7702
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:10,
7703
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:13
7704
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
7705
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
7706
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
7707
  msgid "Configure"
7708
  msgstr "Configurar"
7709
 
7710
+ #: framework/premium/extensions/mega-menu/extension.php:99,
7711
+ #: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:99
7712
  msgid "Menu Item Settings"
7713
  msgstr ""
languages/blocksy-companion-es_MX.mo CHANGED
Binary file
languages/blocksy-companion-es_MX.po CHANGED
@@ -11,6 +11,573 @@ msgstr ""
11
  "Language: es_MX\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 +603,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 +691,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 "Sitios de inicio"
@@ -165,12 +699,12 @@ msgstr "Sitios de inicio"
165
  msgid "Extensions"
166
  msgstr "Extensiones"
167
 
168
- #: static/js/header/EditConditions.js:142
169
- #: static/js/options/DisplayCondition.js:76
170
  msgid "Save Conditions"
171
  msgstr "Guardar condiciones"
172
 
173
- #: static/js/header/EditConditions.js:98
174
  msgid "Add one or more conditions in order to display your header."
175
  msgstr "Añade una o más condiciones para visualizar tu cabecera."
176
 
@@ -214,46 +748,48 @@ msgstr "Actualizar ahora"
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 "Seleccionar regla"
220
 
221
- #: static/js/options/ConditionsManager.js:173
222
  msgid "Select taxonomy"
223
  msgstr "Seleccionar taxonomía"
224
 
225
- #: static/js/options/ConditionsManager.js:207
226
  msgid "Select language"
227
  msgstr "Seleccionar el idioma"
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 "Añadir condición de visualización"
240
 
241
- #: static/js/options/ConditionsManager.js:321
242
  msgid "Add User Condition"
243
  msgstr "Añadir condición de usuario"
244
 
245
- #: static/js/options/ConditionsManager.js:93
246
  msgid "Include"
247
  msgstr "Incluir"
248
 
249
- #: static/js/options/ConditionsManager.js:94
250
  msgid "Exclude"
251
  msgstr "Excluir"
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 "Seleccionar entrada"
@@ -262,87 +798,87 @@ msgstr "Seleccionar entrada"
262
  msgid "Select page"
263
  msgstr "Seleccionar página"
264
 
265
- #: static/js/options/CustomizerOptionsManager.js:105
266
  msgid "Import Options"
267
  msgstr "Opciones de importación"
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 "Importar personalizaciones"
280
 
281
- #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
  msgstr "Copiar las opciones"
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 "Sí, estoy seguro"
308
 
309
- #: static/js/options/CustomizerOptionsManager.js:334
310
  msgid "Export Settings"
311
  msgstr "Ajustes de exportación"
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 "Exportar"
328
 
329
- #: static/js/options/CustomizerOptionsManager.js:82
330
  msgid "Export Options"
331
  msgstr "Opciones de exportación"
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 "Condiciones de visualización de cabecera transparente"
344
 
345
- #: static/js/options/DisplayCondition.js:19
346
  msgid "Add one or more conditions to display the transparent header."
347
  msgstr "Añade una o más condiciones para mostrar la cabecera transparente."
348
 
@@ -599,23 +1135,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 "Extensiones gratuitas"
617
 
618
- #: static/js/screens/Extensions.js:256
619
  msgid "Pro Extensions"
620
  msgstr "Extensiones Pro"
621
 
@@ -651,3420 +1187,4407 @@ msgstr ""
651
  msgid "Preview URL"
652
  msgstr "URL de la vista previa"
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 "Color del icono"
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 "Teléfono"
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 "Tamaño del icono"
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 "Tipo 3"
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 "Tipo 4"
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
11
  "Language: es_MX\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
14
+ #: framework/premium/features/premium-header.php:43,
15
+ #: build_tmp/build/framework/premium/features/premium-header.php:43
16
+ msgid "Mobile Menu 1"
17
+ msgstr ""
18
+
19
+ #: framework/premium/features/premium-header.php:44,
20
+ #: build_tmp/build/framework/premium/features/premium-header.php:44
21
+ msgid "Mobile Menu 2"
22
+ msgstr ""
23
+
24
+ #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99,
25
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
26
+ msgid "Thank you for subscribing to our newsletter!"
27
+ msgstr ""
28
+
29
+ #. translators: This is a brand name. Preferably to not be translated
30
+ #. translators: This is a brand name. Preferably to not be translated
31
+ #: framework/premium/extensions/adobe-typekit/config.php:5,
32
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:5
33
+ msgctxt "Extension Brand Name"
34
+ msgid "Adobe Fonts"
35
+ msgstr ""
36
+
37
+ #. translators: This is a brand name. Preferably to not be translated
38
+ #. translators: This is a brand name. Preferably to not be translated
39
+ #. translators: This is a brand name. Preferably to not be translated
40
+ #. translators: This is a brand name. Preferably to not be translated
41
+ #. translators: This is a brand name. Preferably to not be translated
42
+ #. translators: This is a brand name. Preferably to not be translated
43
+ #. translators: This is a brand name. Preferably to not be translated
44
+ #. translators: This is a brand name. Preferably to not be translated
45
+ #: framework/premium/extensions/code-snippets/config.php:5,
46
+ #: framework/premium/extensions/code-snippets/extension.php:24,
47
+ #: framework/premium/extensions/code-snippets/extension.php:65,
48
+ #: framework/premium/extensions/code-snippets/extension.php:102,
49
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:5,
50
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:24,
51
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:65,
52
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:102
53
+ msgctxt "Extension Brand Name"
54
+ msgid "Custom Code Snippets"
55
+ msgstr ""
56
+
57
+ #. translators: This is a brand name. Preferably to not be translated
58
+ #. translators: This is a brand name. Preferably to not be translated
59
+ #: framework/premium/extensions/custom-fonts/config.php:5,
60
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:5
61
+ msgctxt "Extension Brand Name"
62
+ msgid "Custom Fonts"
63
+ msgstr ""
64
+
65
+ #. translators: This is a brand name. Preferably to not be translated
66
+ #. translators: This is a brand name. Preferably to not be translated
67
+ #: framework/premium/extensions/local-google-fonts/config.php:5,
68
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:5
69
+ msgctxt "Extension Brand Name"
70
+ msgid "Local Google Fonts"
71
+ msgstr ""
72
+
73
+ #. translators: This is a brand name. Preferably to not be translated
74
+ #. translators: This is a brand name. Preferably to not be translated
75
+ #: framework/premium/extensions/mega-menu/config.php:5,
76
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:5
77
+ msgctxt "Extension Brand Name"
78
+ msgid "Advanced Menu"
79
+ msgstr ""
80
+
81
+ #. translators: This is a brand name. Preferably to not be translated
82
+ #. translators: This is a brand name. Preferably to not be translated
83
+ #: framework/premium/extensions/post-types-extra/config.php:5,
84
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:5
85
+ msgctxt "Extension Brand Name"
86
+ msgid "Post Types Extra"
87
+ msgstr ""
88
+
89
+ #. translators: This is a brand name. Preferably to not be translated
90
+ #. translators: This is a brand name. Preferably to not be translated
91
+ #. translators: This is a brand name. Preferably to not be translated
92
+ #. translators: This is a brand name. Preferably to not be translated
93
+ #: framework/premium/extensions/shortcuts/config.php:5,
94
+ #: framework/premium/extensions/shortcuts/customizer.php:524,
95
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:5,
96
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:524
97
+ msgctxt "Extension Brand Name"
98
+ msgid "Shortcuts Bar"
99
+ msgstr ""
100
+
101
+ #: framework/premium/extensions/shortcuts/customizer.php:300,
102
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:300
103
+ msgid "Set link to nofollow"
104
+ msgstr ""
105
+
106
+ #: framework/premium/extensions/shortcuts/customizer.php:306,
107
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:306
108
+ msgid "Custom class"
109
+ msgstr ""
110
+
111
+ #. translators: This is a brand name. Preferably to not be translated
112
+ #. translators: This is a brand name. Preferably to not be translated
113
+ #: framework/premium/extensions/sidebars/config.php:5,
114
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:5
115
+ msgctxt "Extension Brand Name"
116
+ msgid "Multiple Sidebars"
117
+ msgstr ""
118
+
119
+ #. translators: This is a brand name. Preferably to not be translated
120
+ #. translators: This is a brand name. Preferably to not be translated
121
+ #: framework/premium/extensions/white-label/config.php:5,
122
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:5
123
+ msgctxt "Extension Brand Name"
124
+ msgid "White Label"
125
+ msgstr ""
126
+
127
+ #. translators: This is a brand name. Preferably to not be translated
128
+ #. translators: This is a brand name. Preferably to not be translated
129
+ #: framework/premium/extensions/woocommerce-extra/config.php:5,
130
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:5
131
+ msgctxt "Extension Brand Name"
132
+ msgid "WooCommerce Extra"
133
+ msgstr ""
134
+
135
+ #: framework/premium/extensions/woocommerce-extra/extension.php:154,
136
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:154
137
+ msgid "Gallery Arrows Visibility"
138
+ msgstr ""
139
+
140
+ #: framework/premium/extensions/woocommerce-extra/extension.php:175,
141
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:175
142
+ msgid "Thumbnails Arrows Visibility"
143
+ msgstr ""
144
+
145
+ #: framework/premium/extensions/woocommerce-extra/extension.php:384,
146
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:384
147
+ msgid "Icons Spacing"
148
+ msgstr ""
149
+
150
+ #: framework/premium/extensions/woocommerce-extra/extension.php:428,
151
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:428
152
+ msgid "WooCommerce Offcanvas Filters"
153
+ msgstr ""
154
+
155
+ #: framework/premium/extensions/woocommerce-extra/extension.php:430,
156
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:430
157
+ msgid "Add widgets here."
158
+ msgstr ""
159
+
160
+ #: framework/premium/extensions/woocommerce-extra/extension.php:702,
161
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:702
162
+ msgid "Close filters modal"
163
+ msgstr ""
164
+
165
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:75,
166
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:75
167
+ msgid "Close quick view"
168
+ msgstr ""
169
+
170
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:148,
171
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:148
172
+ msgid "Quick view toggle"
173
+ msgstr ""
174
+
175
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:148,
176
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:148
177
+ msgid "Quick view icon"
178
+ msgstr ""
179
+
180
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
181
+ #: framework/features/header/items/account/options.php:1022,
182
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
183
+ #: build_tmp/build/framework/features/header/items/account/options.php:1022
184
+ msgid "Close Button Type"
185
+ msgstr ""
186
+
187
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
188
+ #: framework/features/header/items/account/options.php:1031,
189
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
190
+ #: build_tmp/build/framework/features/header/items/account/options.php:1031
191
+ msgid "Simple"
192
+ msgstr ""
193
+
194
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
195
+ #: framework/features/header/items/account/options.php:1032,
196
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
197
+ #: build_tmp/build/framework/features/header/items/account/options.php:1032
198
+ msgid "Border"
199
+ msgstr ""
200
+
201
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
202
+ #: framework/features/header/items/account/options.php:1075,
203
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
204
+ #: build_tmp/build/framework/features/header/items/account/options.php:1075
205
+ msgid "Border Color"
206
+ msgstr ""
207
+
208
+ #: framework/premium/features/content-blocks/hooks-manager.php:161,
209
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:161
210
+ msgid "Before description"
211
+ msgstr ""
212
+
213
+ #: framework/premium/features/content-blocks/hooks-manager.php:169,
214
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:169
215
+ msgid "Before breadcrumbs"
216
+ msgstr ""
217
+
218
+ #: framework/premium/features/content-blocks/hooks-manager.php:193,
219
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:193
220
+ msgid "After description"
221
+ msgstr ""
222
+
223
+ #: framework/premium/features/content-blocks/hooks-manager.php:201,
224
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:201
225
+ msgid "After breadcrumbs"
226
+ msgstr ""
227
+
228
+ #: framework/premium/features/content-blocks/hooks-manager.php:500,
229
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:500
230
+ msgid "Before shop loop item actions"
231
+ msgstr ""
232
+
233
+ #: framework/premium/features/content-blocks/hooks-manager.php:505,
234
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:505
235
+ msgid "After shop loop item actions"
236
+ msgstr ""
237
+
238
+ #. translators: placeholder here means the actual URL.
239
+ #. translators: placeholder here means the actual URL.
240
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:28,
241
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:28
242
+ msgid "Configure the social links in Customizer ➝ General ➝ %sSocial Network Accounts%s."
243
+ msgstr ""
244
+
245
+ #: framework/features/header/items/account/options.php:39,
246
+ #: build_tmp/build/framework/features/header/items/account/options.php:39
247
+ msgid "Customizing: Logged out State"
248
+ msgstr ""
249
+
250
+ #: framework/features/header/items/account/options.php:508,
251
+ #: build_tmp/build/framework/features/header/items/account/options.php:508
252
+ msgid "User Visibility"
253
+ msgstr ""
254
+
255
+ #: framework/features/header/items/account/options.php:519,
256
+ #: build_tmp/build/framework/features/header/items/account/options.php:519
257
+ msgid "Logged In"
258
+ msgstr ""
259
+
260
+ #: framework/features/header/items/account/options.php:520,
261
+ #: build_tmp/build/framework/features/header/items/account/options.php:520
262
+ msgid "Logged Out"
263
+ msgstr ""
264
+
265
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880,
266
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880
267
+ msgid "Custom Field"
268
+ msgstr ""
269
+
270
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:107
271
+ msgid "%s min"
272
+ msgid_plural "%s mins"
273
+ msgstr[0] ""
274
+ msgstr[1] ""
275
+
276
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38,
277
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38
278
+ msgid "Wishlist icon"
279
+ msgstr ""
280
+
281
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101,
282
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
283
+ msgid "Enable AJAX loading"
284
+ msgstr ""
285
+
286
+ #: framework/premium/features/content-blocks/options/archive.php:56,
287
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:56
288
+ msgid "Default Card Layout"
289
+ msgstr ""
290
+
291
+ #: framework/premium/features/content-blocks/options/archive.php:60,
292
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:60
293
+ msgid "Inherit card wrapper settings from Customizer (background color, spacing, shadow)."
294
+ msgstr ""
295
+
296
+ #: framework/premium/features/content-blocks/options/archive.php:68,
297
+ #: framework/premium/features/content-blocks/options/single.php:56,
298
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:68,
299
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:56
300
+ msgid "Dynamic Content Preview"
301
+ msgstr ""
302
+
303
+ #: framework/premium/features/content-blocks/options/archive.php:74,
304
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:74
305
+ msgid "Select a post/page to preview it's content inside the editor while building the archive."
306
+ msgstr ""
307
+
308
+ #: framework/premium/features/content-blocks/options/archive.php:78,
309
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:78
310
+ msgid "Editor/Card Width"
311
+ msgstr ""
312
+
313
+ #: framework/premium/features/content-blocks/options/archive.php:89,
314
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:89
315
+ msgid "Set the editor width for better understanging the layout you are building (just for preview purpose, this option won't apply in frontend)."
316
+ msgstr ""
317
+
318
+ #: framework/premium/features/content-blocks/options/popup.php:269,
319
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:269
320
+ msgid "After X Pages"
321
+ msgstr ""
322
+
323
+ #: framework/premium/features/content-blocks/options/popup.php:275,
324
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:275
325
+ msgid "Set after how many visited pages the popup block will appear."
326
+ msgstr ""
327
+
328
+ #: framework/premium/features/content-blocks/options/single.php:62,
329
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:62
330
+ msgid "Select a post/page to preview it's content inside the editor while building the post/page."
331
+ msgstr ""
332
+
333
+ #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:158
334
+ msgid "More info on how to generate an API key for Mailerlite can be found %shere%s. Please note that we require at least one group to be created in your account for the integration to work. More info on how to create a group %shere%s."
335
+ msgstr ""
336
+
337
+ #: framework/premium/static/js/hooks/CodeEditor.js:56
338
+ msgid "Code Editor"
339
+ msgstr ""
340
+
341
+ #: framework/premium/static/js/hooks/CreateHook.js:101
342
+ msgid "Template Type"
343
+ msgstr ""
344
+
345
+ #: framework/premium/static/js/hooks/CreateHook.js:116
346
+ msgid "Archive Template"
347
+ msgstr ""
348
+
349
+ #: framework/premium/static/js/hooks/CreateHook.js:124
350
+ msgid "Single Template"
351
+ msgstr ""
352
+
353
+ #: framework/premium/static/js/hooks/CreateHook.js:162
354
+ msgid "Hook Name"
355
+ msgstr ""
356
+
357
+ #: framework/premium/static/js/hooks/CreateHook.js:166
358
+ msgid "Popup Name"
359
+ msgstr ""
360
+
361
+ #: framework/premium/static/js/hooks/CreateHook.js:170
362
+ msgid "Template Name"
363
+ msgstr ""
364
+
365
+ #: framework/premium/static/js/hooks/CreateHook.js:77
366
+ msgid "Popup"
367
+ msgstr ""
368
+
369
+ #: framework/premium/static/js/hooks/CreateHook.js:86
370
+ msgid "Custom Template"
371
+ msgstr ""
372
+
373
+ #: framework/premium/static/js/media-video-upload-button.js:27
374
+ msgid "Select MP4"
375
+ msgstr ""
376
+
377
+ #: framework/premium/static/js/media-video-upload-button.js:29
378
+ msgid "Attach MP4"
379
+ msgstr ""
380
+
381
+ #: framework/premium/static/js/options/IconPicker.js:20
382
+ msgid "Theme Icons"
383
+ msgstr ""
384
+
385
+ #: framework/premium/static/js/options/IconPicker.js:26
386
+ msgid "FontAwesome Brands"
387
+ msgstr ""
388
+
389
+ #: framework/premium/static/js/options/IconPicker.js:32
390
+ msgid "FontAwesome Solid"
391
+ msgstr ""
392
+
393
+ #: framework/premium/static/js/options/IconPicker.js:38
394
+ msgid "FontAwesome Regular"
395
+ msgstr ""
396
+
397
+ #: framework/premium/static/js/typography/providers/kadence.js:21
398
+ #: framework/premium/static/js/typography/providers/plus-addons.js:23
399
+ #: framework/premium/static/js/typography/providers/stackable.js:23
400
+ msgid "%s Local Google Fonts"
401
+ msgstr ""
402
+
403
+ #: framework/premium/static/js/typography/providers/kadence.js:25
404
+ #: framework/premium/static/js/typography/providers/plus-addons.js:27
405
+ #: framework/premium/static/js/typography/providers/stackable.js:27
406
+ msgid "%s Typekit"
407
+ msgstr ""
408
+
409
+ #: framework/premium/static/js/typography/providers/kadence.js:30
410
+ #: framework/premium/static/js/typography/providers/stackable.js:31
411
+ msgid "%s Custom Fonts"
412
+ msgstr ""
413
+
414
+ #: framework/premium/static/js/typography/providers/kadence.js:58
415
+ msgid "Normal"
416
+ msgstr ""
417
+
418
+ #: framework/premium/static/js/typography/providers/kadence.js:82
419
+ msgid "Inherit"
420
+ msgstr ""
421
+
422
+ #: framework/premium/static/js/typography/providers/plus-addons.js:31
423
+ msgid "%s Custom"
424
+ msgstr ""
425
+
426
+ #: framework/premium/static/js/typography/providers/plus-addons.js:35
427
+ msgid "%s System"
428
+ msgstr ""
429
+
430
+ #. translators: %s: Link to the login page.
431
+ #. translators: %s: Link to the login page.
432
+ #: framework/features/account-auth.php:92,
433
+ #: build_tmp/build/framework/features/account-auth.php:92
434
+ msgid "Check your email for the confirmation link, then visit the <a href=\"%s\">login page</a>."
435
+ msgstr ""
436
+
437
+ #: framework/features/account-auth.php:198,
438
+ #: build_tmp/build/framework/features/account-auth.php:198
439
+ msgid "Your account was created successfully. Your login details have been sent to your email address. Please visit the <a href=\"%s\">login page</a>."
440
+ msgstr ""
441
+
442
+ #: framework/features/account-auth.php:207,
443
+ #: build_tmp/build/framework/features/account-auth.php:207
444
+ msgid "Your account was created successfully and a password has been sent to your email address. Please visit the <a href=\"%s\">login page</a>."
445
+ msgstr ""
446
+
447
+ #. translators: This is a brand name. Preferably to not be translated
448
+ #. translators: This is a brand name. Preferably to not be translated
449
+ #. translators: This is a brand name. Preferably to not be translated
450
+ #. translators: This is a brand name. Preferably to not be translated
451
+ #: framework/extensions/cookies-consent/config.php:5,
452
+ #: framework/extensions/cookies-consent/customizer.php:5,
453
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:5,
454
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:5
455
+ msgctxt "Extension Brand Name"
456
+ msgid "Cookies Consent"
457
+ msgstr ""
458
+
459
+ #: framework/extensions/cookies-consent/customizer.php:76,
460
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:76
461
+ msgid "Accept Button text"
462
+ msgstr ""
463
+
464
+ #: framework/extensions/cookies-consent/customizer.php:85,
465
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:85
466
+ msgid "Decline Button text"
467
+ msgstr ""
468
+
469
+ #: framework/extensions/cookies-consent/customizer.php:88,
470
+ #: framework/extensions/cookies-consent/helpers.php:34,
471
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:88,
472
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:34
473
+ msgid "Decline"
474
+ msgstr ""
475
+
476
+ #. translators: This is a brand name. Preferably to not be translated
477
+ #. translators: This is a brand name. Preferably to not be translated
478
+ #: framework/extensions/newsletter-subscribe/config.php:5,
479
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:5
480
+ msgctxt "Extension Brand Name"
481
+ msgid "Newsletter Subscribe"
482
+ msgstr ""
483
+
484
+ #. translators: This is a brand name. Preferably to not be translated
485
+ #. translators: This is a brand name. Preferably to not be translated
486
+ #: framework/extensions/product-reviews/config.php:5,
487
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:5
488
+ msgctxt "Extension Brand Name"
489
+ msgid "Product Reviews"
490
+ msgstr ""
491
+
492
+ #: framework/extensions/product-reviews/metabox.php:60,
493
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:60
494
+ msgid "Please note that some of this information (price, sku, brand) won't be displayed on the front-end. It is solely used for Google's Schema.org markup."
495
+ msgstr ""
496
+
497
+ #. translators: This is a brand name. Preferably to not be translated
498
+ #. translators: This is a brand name. Preferably to not be translated
499
+ #. translators: This is a brand name. Preferably to not be translated
500
+ #. translators: This is a brand name. Preferably to not be translated
501
+ #: framework/extensions/trending/config.php:5,
502
+ #: framework/extensions/trending/customizer.php:97,
503
+ #: build_tmp/build/framework/extensions/trending/config.php:5,
504
+ #: build_tmp/build/framework/extensions/trending/customizer.php:97
505
+ msgctxt "Extension Brand Name"
506
+ msgid "Trending Posts"
507
+ msgstr ""
508
+
509
+ #: framework/extensions/trending/customizer.php:245,
510
+ #: build_tmp/build/framework/extensions/trending/customizer.php:245
511
+ msgid "Image Size"
512
+ msgstr ""
513
+
514
+ #. translators: This is a brand name. Preferably to not be translated
515
+ #. translators: This is a brand name. Preferably to not be translated
516
+ #: framework/extensions/widgets/config.php:5,
517
+ #: build_tmp/build/framework/extensions/widgets/config.php:5
518
+ msgctxt "Extension Brand Name"
519
+ msgid "Widgets"
520
+ msgstr ""
521
+
522
+ #: framework/features/header/account-modal.php:37,
523
+ #: build_tmp/build/framework/features/header/account-modal.php:37
524
+ msgid "Close account modal"
525
+ msgstr ""
526
+
527
+ #: framework/features/header/header-options.php:63,
528
+ #: build_tmp/build/framework/features/header/header-options.php:63
529
+ msgid "Effect"
530
+ msgstr ""
531
+
532
+ #: framework/features/header/header-options.php:79,
533
+ #: build_tmp/build/framework/features/header/header-options.php:79
534
+ msgid "Offset"
535
+ msgstr ""
536
+
537
+ #: framework/premium/features/content-blocks.php:86,
538
+ #: build_tmp/build/framework/premium/features/content-blocks.php:86
539
+ msgid "All types"
540
+ msgstr ""
541
+
542
+ #: framework/premium/features/content-blocks.php:378,
543
+ #: build_tmp/build/framework/premium/features/content-blocks.php:378,
544
+ #: framework/premium/features/content-blocks/options/popup.php:168,
545
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:168
546
+ msgid "After x pages"
547
+ msgstr ""
548
+
549
+ #: framework/premium/features/content-blocks.php:1088,
550
+ #: build_tmp/build/framework/premium/features/content-blocks.php:1088
551
+ msgid "Close popup"
552
+ msgstr ""
553
+
554
+ #: framework/premium/features/media-meta-fields.php:29,
555
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:29
556
+ msgid "Attachment Video"
557
+ msgstr ""
558
+
559
+ #: framework/premium/features/media-meta-fields.php:33,
560
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:33
561
+ msgid "Video URL"
562
+ msgstr ""
563
+
564
+ #. translators: %s: Link to wordpress.org article
565
+ #. translators: %s: Link to wordpress.org article
566
+ #: framework/premium/features/media-meta-fields.php:39,
567
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:39
568
+ msgid "Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an MP4 file into the media library."
569
+ msgstr ""
570
+
571
+ #: framework/premium/features/media-meta-fields.php:42,
572
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:42
573
+ msgid "Upload"
574
+ msgstr ""
575
+
576
+ #: framework/premium/features/media-meta-fields.php:44,
577
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:44
578
+ msgid "Upload Video (MP4 File)"
579
+ msgstr ""
580
+
581
  #: framework/premium/static/js/header/CreateHeader.js:117
582
  msgid "Picker header"
583
  msgstr ""
603
  msgid "Header name"
604
  msgstr ""
605
 
606
+ #: framework/premium/static/js/hooks/CodeEditor.js:214
607
  msgid "Yes, continue"
608
  msgstr ""
609
 
610
+ #: framework/premium/static/js/hooks/CodeEditor.js:126
611
  msgid "Use code editor"
612
  msgstr ""
613
 
614
+ #: framework/premium/static/js/hooks/CodeEditor.js:129
615
  msgid "Exit code editor"
616
  msgstr ""
617
 
618
+ #: framework/premium/static/js/hooks/CodeEditor.js:141
619
  msgid "Heads up!"
620
  msgstr ""
621
 
622
+ #: framework/premium/static/js/hooks/CodeEditor.js:143
623
  msgid "Enabling & disabling the code editor will erase everything from your post editor and this action is irreversible."
624
  msgstr ""
625
 
626
+ #: framework/premium/static/js/hooks/CodeEditor.js:150
627
  msgid "Are you sure you want to continue?"
628
  msgstr ""
629
 
630
+ #: framework/premium/static/js/hooks/CreateHook.js:207
 
 
 
 
631
  msgid "Create Content Block"
632
  msgstr ""
633
 
634
+ #: framework/premium/static/js/hooks/CreateHook.js:36
635
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
636
  msgstr ""
637
 
638
+ #: framework/premium/static/js/hooks/CreateHook.js:108
639
  msgid "Select template type..."
640
  msgstr ""
641
 
642
+ #: framework/premium/static/js/hooks/CreateHook.js:68
643
  msgid "Custom Content/Hooks"
644
  msgstr ""
645
 
646
+ #: framework/premium/static/js/hooks/CreateHook.js:148
 
 
 
 
647
  msgid "404 Page Template"
648
  msgstr ""
649
 
650
+ #: framework/premium/static/js/hooks/CreateHook.js:132
651
  msgid "Header Template"
652
  msgstr ""
653
 
654
+ #: framework/premium/static/js/hooks/CreateHook.js:140
655
  msgid "Footer Template"
656
  msgstr ""
657
 
691
  msgid "Select location"
692
  msgstr ""
693
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
694
  #: static/js/dashboard.js:30
695
  msgid "Starter Sites"
696
  msgstr "Sitios de inicio"
699
  msgid "Extensions"
700
  msgstr "Extensiones"
701
 
702
+ #: static/js/header/EditConditions.js:146
703
+ #: static/js/options/DisplayCondition.js:88
704
  msgid "Save Conditions"
705
  msgstr "Guardar condiciones"
706
 
707
+ #: static/js/header/EditConditions.js:102
708
  msgid "Add one or more conditions in order to display your header."
709
  msgstr "Añade una o más condiciones para visualizar tu cabecera."
710
 
748
  msgid "Upgrade to the Pro version and get instant access to all premium extensions, features and future updates."
749
  msgstr ""
750
 
751
+ #: static/js/options/ConditionsManager.js:127
752
  msgid "Select rule"
753
  msgstr "Seleccionar regla"
754
 
755
+ #: static/js/options/ConditionsManager.js:184
756
  msgid "Select taxonomy"
757
  msgstr "Seleccionar taxonomía"
758
 
759
+ #: static/js/options/ConditionsManager.js:221
760
  msgid "Select language"
761
  msgstr "Seleccionar el idioma"
762
 
763
+ #: static/js/options/ConditionsManager.js:255
764
  msgid "Select user"
765
  msgstr ""
766
 
767
+ #: static/js/options/ConditionsManager.js:262
768
  msgid "Current user"
769
  msgstr ""
770
 
771
+ #: static/js/options/ConditionsManager.js:325
772
  msgid "Add Display Condition"
773
  msgstr "Añadir condición de visualización"
774
 
775
+ #: static/js/options/ConditionsManager.js:344
776
  msgid "Add User Condition"
777
  msgstr "Añadir condición de usuario"
778
 
779
+ #: static/js/options/ConditionsManager.js:104
780
  msgid "Include"
781
  msgstr "Incluir"
782
 
783
+ #: static/js/options/ConditionsManager.js:105
784
  msgid "Exclude"
785
  msgstr "Excluir"
786
 
787
+ #: framework/premium/static/js/options/PreviewedPostsSelect.js:98
788
  #: static/js/options/ConditionsManager/PostIdPicker.js:67
789
  msgid "Type to search by ID or title..."
790
  msgstr ""
791
 
792
+ #: framework/premium/static/js/options/PreviewedPostsSelect.js:102
793
  #: static/js/options/ConditionsManager/PostIdPicker.js:73
794
  msgid "Select post"
795
  msgstr "Seleccionar entrada"
798
  msgid "Select page"
799
  msgstr "Seleccionar página"
800
 
801
+ #: static/js/options/CustomizerOptionsManager.js:110
802
  msgid "Import Options"
803
  msgstr "Opciones de importación"
804
 
805
+ #: static/js/options/CustomizerOptionsManager.js:113
806
  msgid "Easily import the theme customizer settings."
807
  msgstr ""
808
 
809
+ #: static/js/options/CustomizerOptionsManager.js:136
810
  msgid "Click or drop to upload a file..."
811
  msgstr ""
812
 
813
+ #: static/js/options/CustomizerOptionsManager.js:197
814
  msgid "Import Customizations"
815
  msgstr "Importar personalizaciones"
816
 
817
+ #: static/js/options/CustomizerOptionsManager.js:206
818
  msgid "Copy Options"
819
  msgstr "Copiar las opciones"
820
 
821
+ #: static/js/options/CustomizerOptionsManager.js:209
822
  msgid "Copy and import your customizations from parent or child theme."
823
  msgstr ""
824
 
825
+ #: static/js/options/CustomizerOptionsManager.js:269
826
  msgid "Copy From Parent Theme"
827
  msgstr ""
828
 
829
+ #: static/js/options/CustomizerOptionsManager.js:275
830
  msgid "Copy From Child Theme"
831
  msgstr ""
832
 
833
+ #: static/js/options/CustomizerOptionsManager.js:282
834
  msgid "You are about to copy all the settings from your parent theme into the child theme. Are you sure you want to continue?"
835
  msgstr ""
836
 
837
+ #: static/js/options/CustomizerOptionsManager.js:288
838
  msgid "You are about to copy all the settings from your child theme into the parent theme. Are you sure you want to continue?"
839
  msgstr ""
840
 
841
+ #: static/js/options/CustomizerOptionsManager.js:337
842
  msgid "Yes, I am sure"
843
  msgstr "Sí, estoy seguro"
844
 
845
+ #: static/js/options/CustomizerOptionsManager.js:351
846
  msgid "Export Settings"
847
  msgstr "Ajustes de exportación"
848
 
849
+ #: static/js/options/CustomizerOptionsManager.js:355
850
  msgid "Choose what set of settings you want to export."
851
  msgstr ""
852
 
853
+ #: static/js/options/CustomizerOptionsManager.js:383
854
  msgid "Customizer settings"
855
  msgstr ""
856
 
857
+ #: static/js/options/CustomizerOptionsManager.js:387
858
  msgid "Widgets settings"
859
  msgstr ""
860
 
861
+ #: static/js/options/CustomizerOptionsManager.js:496
862
  msgid "Export"
863
  msgstr "Exportar"
864
 
865
+ #: static/js/options/CustomizerOptionsManager.js:84
866
  msgid "Export Options"
867
  msgstr "Opciones de exportación"
868
 
869
+ #: static/js/options/CustomizerOptionsManager.js:87
870
  msgid "Easily export the theme customizer settings."
871
  msgstr ""
872
 
873
+ #: static/js/options/CustomizerOptionsManager.js:104
874
  msgid "Export Customizations"
875
  msgstr ""
876
 
877
+ #: static/js/options/DisplayCondition.js:20
878
  msgid "Transparent Header Display Conditions"
879
  msgstr "Condiciones de visualización de cabecera transparente"
880
 
881
+ #: static/js/options/DisplayCondition.js:24
882
  msgid "Add one or more conditions to display the transparent header."
883
  msgstr "Añade una o más condiciones para mostrar la cabecera transparente."
884
 
1135
  msgid "This starter site can be imported and used with one of these page builders. Please select your prefered one in order to continue."
1136
  msgstr ""
1137
 
1138
+ #: static/js/screens/DemoInstall/Wizzard/Plugins.js:65
1139
  msgid "Install & Activate Plugins"
1140
  msgstr ""
1141
 
1142
+ #: static/js/screens/DemoInstall/Wizzard/Plugins.js:67
1143
  msgid "The following plugins are required for this starter site in order to work properly."
1144
  msgstr ""
1145
 
1146
+ #: static/js/screens/Extensions.js:239
1147
  msgid "Loading Extensions Status..."
1148
  msgstr ""
1149
 
1150
+ #: static/js/screens/Extensions.js:264
1151
  msgid "Free Extensions"
1152
  msgstr "Extensiones gratuitas"
1153
 
1154
+ #: static/js/screens/Extensions.js:268
1155
  msgid "Pro Extensions"
1156
  msgstr "Extensiones Pro"
1157
 
1187
  msgid "Preview URL"
1188
  msgstr "URL de la vista previa"
1189
 
1190
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
1191
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:18,
1192
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:49,
1193
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:18
1194
+ msgid "John Doe"
1195
+ msgstr "Juan Nadie"
 
 
1196
 
1197
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:55,
1198
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:55
1199
+ msgid "Author Label"
1200
+ msgstr "Etiqueta del autor"
1201
 
1202
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:62,
1203
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:62
1204
+ msgid "Author Avatar"
1205
+ msgstr "Avatar del autor"
1206
 
1207
+ #. translators: %s here is the author name
1208
+ #. translators: %s here is the author name
1209
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:58,
1210
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:58
1211
+ msgid "By %s"
1212
+ msgstr "Por %s"
1213
 
1214
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
1215
+ #: framework/extensions/widgets/widgets/ct-socials/view.php:11,
1216
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:18,
1217
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/view.php:11
1218
+ msgid "Social Icons"
1219
  msgstr ""
1220
 
1221
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:61,
1222
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:61
1223
+ msgid "Open links in new tab"
1224
+ msgstr "Abrir los enlaces en una nueva pestaña"
1225
 
1226
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:69,
1227
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:69
1228
+ msgid "Set links to nofollow"
1229
  msgstr ""
1230
 
1231
+ #: framework/features/header/items/account/options.php:4,
1232
+ #: build_tmp/build/framework/features/header/items/account/options.php:4
1233
+ msgid "Profile Page"
1234
+ msgstr "Página de perfil"
1235
 
1236
+ #: framework/features/header/items/account/options.php:5,
1237
+ #: build_tmp/build/framework/features/header/items/account/options.php:5
1238
+ msgid "Dashboard Page"
1239
+ msgstr "Página del escritorio"
1240
 
1241
+ #: framework/features/header/items/account/options.php:7,
1242
+ #: framework/features/header/items/account/options.php:13,
1243
+ #: build_tmp/build/framework/features/header/items/account/options.php:7,
1244
+ #: build_tmp/build/framework/features/header/items/account/options.php:13
1245
+ msgid "Custom Link"
1246
+ msgstr "Enlace personalizado"
1247
 
1248
+ #: framework/features/header/items/account/options.php:8,
1249
+ #: build_tmp/build/framework/features/header/items/account/options.php:8
1250
+ msgid "Logout"
1251
+ msgstr "Cerrar sesión"
1252
 
1253
+ #: framework/features/header/items/account/options.php:12,
1254
+ #: build_tmp/build/framework/features/header/items/account/options.php:12
1255
+ msgid "Modal"
1256
  msgstr ""
1257
 
1258
+ #: framework/features/header/items/account/options.php:28,
1259
+ #: build_tmp/build/framework/features/header/items/account/options.php:28
1260
+ msgid "Customizing: Logged in State"
1261
  msgstr ""
1262
 
1263
+ #: framework/features/header/items/account/options.php:53,
1264
+ #: build_tmp/build/framework/features/header/items/account/options.php:53
1265
+ msgid "Logged In Options"
1266
  msgstr ""
1267
 
1268
+ #: framework/features/header/items/account/options.php:58,
1269
+ #: build_tmp/build/framework/features/header/items/account/options.php:58
1270
+ msgid "Logged Out Options"
1271
  msgstr ""
1272
 
1273
+ #: framework/features/header/items/account/options.php:78,
1274
+ #: framework/features/header/items/account/options.php:328,
1275
+ #: build_tmp/build/framework/features/header/items/account/options.php:78,
1276
+ #: build_tmp/build/framework/features/header/items/account/options.php:328
1277
+ msgid "Account Action"
1278
  msgstr ""
1279
 
1280
+ #: framework/features/header/items/account/options.php:91,
1281
+ #: build_tmp/build/framework/features/header/items/account/options.php:91
1282
+ msgid "Select Menu"
1283
+ msgstr "Seleccionar el menú"
1284
 
1285
+ #: framework/features/header/items/account/options.php:97,
1286
+ #: build_tmp/build/framework/features/header/items/account/options.php:97
1287
+ msgid "Select menu..."
1288
+ msgstr "Seleccionar el menú..."
1289
 
1290
+ #. translators: placeholder here means the actual URL.
1291
+ #. translators: placeholder here means the actual URL.
1292
+ #: framework/features/header/items/account/options.php:101,
1293
+ #: build_tmp/build/framework/features/header/items/account/options.php:101
1294
+ msgid "Manage your menu items in the %sMenus screen%s."
1295
  msgstr ""
1296
 
1297
+ #: framework/features/header/items/account/options.php:118,
1298
+ #: framework/features/header/items/account/options.php:343,
1299
+ #: build_tmp/build/framework/features/header/items/account/options.php:118,
1300
+ #: build_tmp/build/framework/features/header/items/account/options.php:343
1301
+ msgid "Custom Page Link"
1302
+ msgstr "Enlace de la página personalizada"
1303
 
1304
+ #: framework/features/header/items/account/options.php:133,
1305
+ #: framework/features/header/items/account/options.php:359,
1306
+ #: build_tmp/build/framework/features/header/items/account/options.php:133,
1307
+ #: build_tmp/build/framework/features/header/items/account/options.php:359
1308
+ msgid "Account Image"
1309
+ msgstr "Imagen de la cuenta"
1310
 
1311
+ #: framework/features/header/items/account/options.php:139,
1312
+ #: build_tmp/build/framework/features/header/items/account/options.php:139
1313
+ msgid "Avatar"
1314
+ msgstr "Avatar"
1315
 
1316
+ #: framework/features/header/items/account/options.php:152,
1317
+ #: build_tmp/build/framework/features/header/items/account/options.php:152
1318
+ msgid "Avatar Size"
1319
+ msgstr "Tamaño del avatar"
 
 
 
1320
 
1321
+ #: framework/features/header/items/account/options.php:204,
1322
+ #: framework/features/header/items/account/options.php:410,
1323
+ #: build_tmp/build/framework/features/header/items/account/options.php:204,
1324
+ #: build_tmp/build/framework/features/header/items/account/options.php:410
1325
+ msgid "Type 5"
1326
+ msgstr "Tipo 5"
1327
 
1328
+ #: framework/features/header/items/account/options.php:209,
1329
+ #: framework/features/header/items/account/options.php:415,
1330
+ #: build_tmp/build/framework/features/header/items/account/options.php:209,
1331
+ #: build_tmp/build/framework/features/header/items/account/options.php:415
1332
+ msgid "Type 6"
1333
+ msgstr "Tipo 6"
1334
 
1335
+ #: framework/features/header/items/account/options.php:286,
1336
+ #: build_tmp/build/framework/features/header/items/account/options.php:286
1337
+ msgid "Label Type"
1338
  msgstr ""
1339
 
1340
+ #: framework/features/header/items/account/options.php:305,
1341
+ #: framework/features/header/items/account/options.php:492,
1342
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105,
1343
+ #: build_tmp/build/framework/features/header/items/account/options.php:305,
1344
+ #: build_tmp/build/framework/features/header/items/account/options.php:492,
1345
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
1346
+ msgid "Label Text"
1347
  msgstr ""
1348
 
1349
+ #: framework/features/header/items/account/options.php:310,
1350
+ #: framework/features/header/items/account/views/login.php:68,
1351
+ #: build_tmp/build/framework/features/header/items/account/options.php:310,
1352
+ #: build_tmp/build/framework/features/header/items/account/views/login.php:68
1353
+ msgid "My Account"
1354
+ msgstr "Mi cuenta"
1355
 
1356
+ #: framework/features/header/items/account/options.php:537,
1357
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135,
1358
+ #: build_tmp/build/framework/features/header/items/account/options.php:537,
1359
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
1360
+ msgid "Label Font"
1361
  msgstr ""
1362
 
1363
+ #: framework/features/header/items/account/options.php:548,
1364
+ #: framework/features/header/items/account/options.php:577,
1365
+ #: framework/features/header/items/account/options.php:609,
1366
+ #: framework/features/header/items/account/options.php:639,
1367
+ #: build_tmp/build/framework/features/header/items/account/options.php:548,
1368
+ #: build_tmp/build/framework/features/header/items/account/options.php:577,
1369
+ #: build_tmp/build/framework/features/header/items/account/options.php:609,
1370
+ #: build_tmp/build/framework/features/header/items/account/options.php:639
1371
+ msgid "Label Color"
1372
  msgstr ""
1373
 
1374
+ #: framework/features/header/items/account/options.php:553,
1375
+ #: framework/features/header/items/account/options.php:699,
1376
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
1377
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
1378
+ #: framework/premium/features/premium-header/items/contacts/options.php:361,
1379
+ #: framework/premium/features/premium-header/items/contacts/options.php:531,
1380
+ #: framework/premium/features/premium-header/items/contacts/options.php:678,
1381
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
1382
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:208,
1383
+ #: framework/premium/features/premium-header/items/search-input/options.php:189,
1384
+ #: framework/premium/features/premium-header/items/search-input/options.php:319,
1385
+ #: framework/premium/features/premium-header/items/search-input/options.php:449,
1386
+ #: framework/premium/features/premium-header/items/search-input/options.php:585,
1387
+ #: build_tmp/build/framework/features/header/items/account/options.php:553,
1388
+ #: build_tmp/build/framework/features/header/items/account/options.php:699,
1389
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
1390
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
1391
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:361,
1392
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:531,
1393
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:678,
1394
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
1395
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:208,
1396
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:189,
1397
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:319,
1398
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:449,
1399
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:585
1400
+ msgid "Default State"
1401
+ msgstr "Estado por defecto"
1402
 
1403
+ #: framework/features/header/items/account/options.php:558,
1404
+ #: framework/features/header/items/account/options.php:704,
1405
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
1406
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
1407
+ #: framework/premium/features/premium-header/items/contacts/options.php:366,
1408
+ #: framework/premium/features/premium-header/items/contacts/options.php:536,
1409
+ #: framework/premium/features/premium-header/items/contacts/options.php:686,
1410
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
1411
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:213,
1412
+ #: framework/premium/features/premium-header/items/search-input/options.php:194,
1413
+ #: framework/premium/features/premium-header/items/search-input/options.php:324,
1414
+ #: framework/premium/features/premium-header/items/search-input/options.php:454,
1415
+ #: framework/premium/features/premium-header/items/search-input/options.php:590,
1416
+ #: build_tmp/build/framework/features/header/items/account/options.php:558,
1417
+ #: build_tmp/build/framework/features/header/items/account/options.php:704,
1418
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
1419
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
1420
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:366,
1421
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:536,
1422
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:686,
1423
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
1424
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:213,
1425
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:194,
1426
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:324,
1427
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:454,
1428
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:590
1429
+ msgid "Transparent State"
1430
+ msgstr "Estado transparente"
1431
 
1432
+ #: framework/features/header/items/account/options.php:567,
1433
+ #: framework/features/header/items/account/options.php:713,
1434
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
1435
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
1436
+ #: framework/premium/features/premium-header/items/contacts/options.php:375,
1437
+ #: framework/premium/features/premium-header/items/contacts/options.php:545,
1438
+ #: framework/premium/features/premium-header/items/contacts/options.php:696,
1439
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
1440
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:222,
1441
+ #: framework/premium/features/premium-header/items/search-input/options.php:203,
1442
+ #: framework/premium/features/premium-header/items/search-input/options.php:333,
1443
+ #: framework/premium/features/premium-header/items/search-input/options.php:463,
1444
+ #: framework/premium/features/premium-header/items/search-input/options.php:599,
1445
+ #: build_tmp/build/framework/features/header/items/account/options.php:567,
1446
+ #: build_tmp/build/framework/features/header/items/account/options.php:713,
1447
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
1448
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
1449
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:375,
1450
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:545,
1451
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:696,
1452
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
1453
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:222,
1454
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:203,
1455
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:333,
1456
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:463,
1457
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:599
1458
+ msgid "Sticky State"
1459
+ msgstr "Estado fijo"
1460
 
1461
+ #: framework/features/header/items/account/options.php:819,
1462
+ #: build_tmp/build/framework/features/header/items/account/options.php:819
1463
+ msgid "Item Margin"
1464
+ msgstr "Margen del elemento"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1465
 
1466
+ #: framework/features/header/items/account/options.php:838,
1467
+ #: build_tmp/build/framework/features/header/items/account/options.php:838
1468
+ msgid "Modal Options"
1469
  msgstr ""
1470
 
1471
+ #: framework/features/header/items/account/options.php:1003,
1472
+ #: build_tmp/build/framework/features/header/items/account/options.php:1003
1473
+ msgid "Modal Shadow"
1474
  msgstr ""
1475
 
1476
+ #: framework/features/header/items/account/options.php:973,
1477
+ #: build_tmp/build/framework/features/header/items/account/options.php:973
1478
+ msgid "Modal Background"
1479
  msgstr ""
1480
 
1481
+ #: framework/features/header/items/account/options.php:988,
1482
+ #: build_tmp/build/framework/features/header/items/account/options.php:988
1483
+ msgid "Modal Backdrop"
1484
  msgstr ""
1485
 
1486
+ #: framework/features/header/items/account/options.php:1168,
1487
+ #: build_tmp/build/framework/features/header/items/account/options.php:1168
1488
+ msgid "Element Visibility"
1489
+ msgstr "Visibilidad del elemento"
1490
 
1491
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409,
1492
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409
1493
+ msgid "You have no %s fields declared for this custom post type."
1494
  msgstr ""
1495
 
1496
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
1497
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
1498
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907,
1499
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
1500
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
1501
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907
1502
+ msgid "Field"
1503
  msgstr ""
1504
 
1505
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
1506
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:60,
1507
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
1508
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:60
1509
+ msgid "Label"
1510
  msgstr ""
1511
 
1512
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482,
1513
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482
1514
+ msgid "Fallback"
1515
  msgstr ""
1516
 
1517
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494,
1518
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494
1519
+ msgid "%s Field"
1520
  msgstr ""
1521
 
1522
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894,
1523
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894
1524
+ msgid "%s %s Font"
1525
  msgstr ""
1526
 
1527
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905,
1528
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905
1529
+ msgid "%s %s Color"
1530
  msgstr ""
1531
 
1532
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
1533
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50,
1534
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
1535
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
1536
+ msgid "Read Time"
1537
  msgstr ""
1538
 
1539
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:106
1540
+ msgid " min"
1541
  msgstr ""
1542
 
1543
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:109
1544
+ msgid " mins"
1545
  msgstr ""
1546
 
1547
+ #: framework/premium/extensions/post-types-extra/includes/filtering.php:286,
1548
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering.php:286
1549
+ msgid "All"
1550
  msgstr ""
1551
 
1552
+ #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129,
1553
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
1554
+ msgid "Featured Image"
1555
  msgstr ""
1556
 
1557
+ #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134,
1558
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
1559
+ msgid "Accent Color"
 
 
1560
  msgstr ""
1561
 
1562
+ #: framework/premium/extensions/shortcuts/views/bar.php:49,
1563
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143,
1564
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:49,
1565
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143
1566
+ msgid "Wish List"
 
 
 
 
 
 
 
 
1567
  msgstr ""
1568
 
1569
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
1570
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54,
1571
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
1572
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54
1573
+ msgid "Add to wishlist"
1574
  msgstr ""
1575
 
1576
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9,
1577
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
1578
+ msgid "Select a page"
1579
  msgstr ""
1580
 
1581
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18,
1582
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
1583
+ msgid "Products Wishlist"
 
 
 
 
1584
  msgstr ""
1585
 
1586
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28,
1587
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
1588
+ msgid "Show Wishlist Page To"
1589
  msgstr ""
1590
 
1591
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34,
1592
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
1593
+ msgid "Logged Users"
 
 
1594
  msgstr ""
1595
 
1596
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35,
1597
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
1598
+ msgid "All Users"
 
 
1599
  msgstr ""
1600
 
1601
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45,
1602
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
1603
+ msgid "Wish List Page"
 
 
 
 
 
1604
  msgstr ""
1605
 
1606
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51,
1607
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
1608
+ msgid "The page you select here will display the wish list for your logged out users."
 
 
 
 
 
 
1609
  msgstr ""
1610
 
1611
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60,
1612
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
1613
+ msgid "Display Wishlist Button On"
1614
  msgstr ""
1615
 
1616
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64,
1617
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
1618
+ msgid "Archive Pages"
1619
  msgstr ""
1620
 
1621
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73,
1622
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
1623
+ msgid "Single Product Pages"
1624
  msgstr ""
1625
 
1626
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82,
1627
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
1628
+ msgid "Quick View Modal"
1629
  msgstr ""
1630
 
1631
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95,
1632
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
1633
+ msgid "AJAX Add To Cart"
1634
  msgstr ""
1635
 
1636
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137,
1637
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
1638
+ msgid "Archive Button"
 
 
 
1639
  msgstr ""
1640
 
1641
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
1642
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
1643
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
1644
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
1645
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
1646
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
1647
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
1648
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
1649
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:313,
1650
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
1651
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
1652
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
1653
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
1654
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
1655
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
1656
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:254,
1657
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:284,
1658
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:313
1659
+ msgid "Hover/Active"
1660
  msgstr ""
1661
 
1662
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214,
1663
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
1664
+ msgid "Single Product Button"
1665
  msgstr ""
1666
 
1667
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290,
1668
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
1669
+ msgid "Quick View Modal Button"
1670
  msgstr ""
1671
 
1672
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:172,
1673
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:171
1674
+ msgid "You don't have any products in your wish list yet."
 
 
1675
  msgstr ""
1676
 
1677
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:33,
1678
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:33
1679
+ msgid "Add to cart"
1680
  msgstr ""
1681
 
1682
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:108,
1683
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:132,
1684
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:108,
1685
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:132
1686
+ msgid "Remove Product"
1687
  msgstr ""
1688
 
1689
+ #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34,
1690
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
1691
+ msgid "Blocksy Variation Images"
1692
  msgstr ""
1693
 
1694
+ #: framework/premium/features/content-blocks/options/404.php:33,
1695
+ #: framework/premium/features/content-blocks/options/header.php:35,
1696
+ #: framework/premium/features/content-blocks/options/hook.php:40,
1697
+ #: framework/premium/features/content-blocks/options/popup.php:42,
1698
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:33,
1699
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:35,
1700
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:40,
1701
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:42
1702
+ msgid "Container Structure"
1703
  msgstr ""
1704
 
1705
+ #: framework/premium/features/content-blocks/options/404.php:59,
1706
+ #: framework/premium/features/content-blocks/options/header.php:63,
1707
+ #: framework/premium/features/content-blocks/options/hook.php:68,
1708
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:59,
1709
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:63,
1710
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:68
1711
+ msgid "Narrow Width"
1712
  msgstr ""
1713
 
1714
+ #: framework/premium/features/content-blocks/options/404.php:64,
1715
+ #: framework/premium/features/content-blocks/options/header.php:68,
1716
+ #: framework/premium/features/content-blocks/options/hook.php:73,
1717
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:64,
1718
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:68,
1719
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:73
1720
+ msgid "Normal Width"
1721
  msgstr ""
1722
 
1723
+ #: framework/premium/features/content-blocks/options/404.php:70,
1724
+ #: framework/premium/features/content-blocks/options/header.php:74,
1725
+ #: framework/premium/features/content-blocks/options/hook.php:79,
1726
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:70,
1727
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:74,
1728
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:79
1729
+ msgid "Content Area Style"
1730
  msgstr ""
1731
 
1732
+ #: framework/premium/features/content-blocks/options/404.php:84,
1733
+ #: framework/premium/features/content-blocks/options/header.php:88,
1734
+ #: framework/premium/features/content-blocks/options/hook.php:93,
1735
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:84,
1736
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:88,
1737
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:93
1738
+ msgid "Content Area Vertical Spacing"
1739
  msgstr ""
1740
 
1741
+ #: framework/premium/features/content-blocks/options/404.php:95,
1742
+ #: framework/premium/features/content-blocks/options/header.php:99,
1743
+ #: framework/premium/features/content-blocks/options/hook.php:104,
1744
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:95,
1745
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:99,
1746
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:104
1747
+ msgid "Top & Bottom"
1748
  msgstr ""
1749
 
1750
+ #: framework/premium/features/content-blocks/options/404.php:98,
1751
+ #: framework/premium/features/content-blocks/options/header.php:102,
1752
+ #: framework/premium/features/content-blocks/options/hook.php:107,
1753
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:98,
1754
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:102,
1755
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:107
1756
+ msgid "Only Top"
1757
  msgstr ""
1758
 
1759
+ #: framework/premium/features/content-blocks/options/404.php:101,
1760
+ #: framework/premium/features/content-blocks/options/header.php:105,
1761
+ #: framework/premium/features/content-blocks/options/hook.php:110,
1762
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:101,
1763
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:105,
1764
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:110
1765
+ msgid "Only Bottom"
1766
  msgstr ""
1767
 
1768
+ #: framework/premium/features/content-blocks/options/hook.php:148,
1769
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:148
1770
+ msgid "Location & Priority"
1771
  msgstr ""
1772
 
1773
+ #: framework/premium/features/content-blocks/options/hook.php:181,
1774
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:181
1775
+ #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
1776
+ msgid "Custom Hook"
1777
  msgstr ""
1778
 
1779
+ #: framework/premium/features/content-blocks/options/archive.php:32,
1780
+ #: framework/premium/features/content-blocks/options/hook.php:256,
1781
+ #: framework/premium/features/content-blocks/options/popup.php:314,
1782
+ #: framework/premium/features/content-blocks/options/single.php:32,
1783
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:32,
1784
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:256,
1785
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:314,
1786
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:32
1787
+ msgid "Expiration Date/Time"
 
 
 
 
 
 
 
 
 
1788
  msgstr ""
1789
 
1790
+ #: framework/premium/features/content-blocks/options/hook.php:283,
1791
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:283
1792
+ msgid "Block Position"
1793
  msgstr ""
1794
 
1795
+ #: framework/premium/features/content-blocks/options/hook.php:290,
1796
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:290
1797
+ msgid "Fixed"
1798
  msgstr ""
1799
 
1800
+ #: framework/premium/features/content-blocks/options/hook.php:300,
1801
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:300
1802
+ msgid "Location"
1803
  msgstr ""
1804
 
1805
+ #: framework/premium/features/content-blocks/options/popup.php:50,
1806
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:50
1807
+ msgid "Popup Position"
1808
  msgstr ""
1809