Blocksy Companion - Version 1.8.44

Version Description

Download this release

Release Info

Developer creativethemeshq
Plugin Icon wp plugin Blocksy Companion
Version 1.8.44
Comparing to
See all releases

Code changes from version 1.8.43 to 1.8.44

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.43
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.44
7
  Author: CreativeThemes
8
  Author URI: https://creativethemes.com
9
  Text Domain: blocksy-companion
framework/extensions/cookies-consent/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
framework/extensions/newsletter-subscribe/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
framework/extensions/product-reviews/static/bundle/main-admin.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
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.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
framework/extensions/trending/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
framework/extensions/widgets/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
framework/features/conditions-manager.php CHANGED
@@ -257,35 +257,37 @@ class ConditionsManager {
257
  ||
258
  $rule['rule'] === 'custom_post_type_ids'
259
  ) {
260
- $is_blocksy_page = blocksy_is_page();
 
261
 
262
- if (is_singular() || $is_blocksy_page) {
263
- $post_id = get_the_ID();
264
 
265
- if ($is_blocksy_page) {
266
- $post_id = $is_blocksy_page;
267
- }
268
 
269
- global $post;
270
 
271
- if (intval($post_id) === 0 && isset($post->post_name)) {
272
- $maybe_post = get_page_by_path($post->post_name);
273
 
274
- if ($maybe_post) {
275
- $post_id = $maybe_post->ID;
 
276
  }
277
- }
278
 
279
- if (
280
- isset($rule['payload'])
281
- &&
282
- isset($rule['payload']['post_id'])
283
- &&
284
- $post_id
285
- &&
286
- intval($post_id) === intval($rule['payload']['post_id'])
287
- ) {
288
- return true;
 
289
  }
290
  }
291
  }
257
  ||
258
  $rule['rule'] === 'custom_post_type_ids'
259
  ) {
260
+ if (function_exists('blocksy_is_page')) {
261
+ $is_blocksy_page = blocksy_is_page();
262
 
263
+ if (is_singular() || $is_blocksy_page) {
264
+ $post_id = get_the_ID();
265
 
266
+ if ($is_blocksy_page) {
267
+ $post_id = $is_blocksy_page;
268
+ }
269
 
270
+ global $post;
271
 
272
+ if (intval($post_id) === 0 && isset($post->post_name)) {
273
+ $maybe_post = get_page_by_path($post->post_name);
274
 
275
+ if ($maybe_post) {
276
+ $post_id = $maybe_post->ID;
277
+ }
278
  }
 
279
 
280
+ if (
281
+ isset($rule['payload'])
282
+ &&
283
+ isset($rule['payload']['post_id'])
284
+ &&
285
+ $post_id
286
+ &&
287
+ intval($post_id) === intval($rule['payload']['post_id'])
288
+ ) {
289
+ return true;
290
+ }
291
  }
292
  }
293
  }
languages/blocksy-companion-ru_RU.po CHANGED
@@ -2294,7 +2294,7 @@ msgstr "Выберите список..."
2294
 
2295
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:125
2296
  msgid "This option is available only in Blocksy premium %sversion%s."
2297
- msgstr "Эта опция доступна только в премиальной %sверсии%s Blocksy."
2298
 
2299
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:141
2300
  msgid "More info on how to generate an API key for Mailchimp can be found %shere%s."
@@ -5426,7 +5426,7 @@ msgstr "Анонимизация IP"
5426
  #: framework/features/google-analytics.php:102,
5427
  #: build_tmp/build/framework/features/google-analytics.php:102
5428
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
5429
- msgstr "Анонимность IP-адресов для Google Analytics для повышения конфиденциальности. Подробная информация и инструкции %sздесь%s."
5430
 
5431
  #: framework/features/opengraph-meta-data.php:17,
5432
  #: build_tmp/build/framework/features/opengraph-meta-data.php:17
2294
 
2295
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:125
2296
  msgid "This option is available only in Blocksy premium %sversion%s."
2297
+ msgstr "Эта опция доступна только в премиальной %sв��рсии%s Blocksy."
2298
 
2299
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:141
2300
  msgid "More info on how to generate an API key for Mailchimp can be found %shere%s."
5426
  #: framework/features/google-analytics.php:102,
5427
  #: build_tmp/build/framework/features/google-analytics.php:102
5428
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
5429
+ msgstr "Анонимность IP-адресов для Google Analytics ��ля повышения конфиденциальности. Подробная информация и инструкции %sздесь%s."
5430
 
5431
  #: framework/features/opengraph-meta-data.php:17,
5432
  #: build_tmp/build/framework/features/opengraph-meta-data.php:17
languages/blocksy-companion-uk.po CHANGED
@@ -6136,7 +6136,7 @@ msgstr "Опис"
6136
  #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
6137
  #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
6138
  msgid "Enter your email address below to subscribe to our newsletter"
6139
- msgstr "Введіть свою електрон��у адресу нижче, щоб підписатися на нашу розсилку"
6140
 
6141
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
6142
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46,
6136
  #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
6137
  #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
6138
  msgid "Enter your email address below to subscribe to our newsletter"
6139
+ msgstr "Введіть свою електронну адресу нижче, щоб підписатися на нашу розсилку"
6140
 
6141
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
6142
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46,
languages/blocksy-companion.pot CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
- "POT-Creation-Date: 2022-07-26 15:56+0000\n"
11
  "Project-Id-Version: undefined\n"
12
  "X-Poedit-Basepath: ..\n"
13
  "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;"
@@ -21,101 +21,123 @@ msgstr ""
21
  "x-generator: babel-plugin-wp-i18n\n"
22
 
23
  #. translators: %s: PHP version
24
- #: blocksy-companion.php:128
25
  msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
26
  msgstr ""
27
 
28
  #. translators: %s: WordPress version
29
- #: blocksy-companion.php:139
30
  msgid ""
31
  "Blocksy requires WordPress version %s+. Because you are using an earlier "
32
  "version, the plugin is currently NOT RUNNING."
33
  msgstr ""
34
 
35
  #: framework/extensions-manager.php:245,
36
- #: framework/premium/extensions/adobe-typekit/extension.php:46
 
 
37
  msgid "Adobe Typekit"
38
  msgstr ""
39
 
40
- #: framework/extensions-manager.php:246
 
41
  msgid ""
42
  "Connect your Typekit account and use your fonts in any typography option."
43
  msgstr ""
44
 
45
  #: framework/extensions-manager.php:257,
46
- #: framework/premium/extensions/code-snippets/readme.php:38
 
 
47
  msgid "Custom Code Snippets"
48
  msgstr ""
49
 
50
- #: framework/extensions-manager.php:258
 
51
  msgid ""
52
  "Add custom code snippets in your header and footer, globally and per post or "
53
  "page individually."
54
  msgstr ""
55
 
56
  #: framework/extensions-manager.php:269,
57
- #: framework/premium/extensions/custom-fonts/extension.php:153
 
 
58
  msgid "Custom Fonts"
59
  msgstr ""
60
 
61
- #: framework/extensions-manager.php:270
 
62
  msgid ""
63
  "Upload unlimited number of custom fonts or variable fonts and use them in "
64
  "any typography option."
65
  msgstr ""
66
 
67
  #: framework/extensions-manager.php:281,
68
- #: framework/premium/extensions/local-google-fonts/extension.php:188
 
 
69
  msgid "Local Google Fonts"
70
  msgstr ""
71
 
72
- #: framework/extensions-manager.php:282
 
73
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
74
  msgstr ""
75
 
76
- #: framework/extensions-manager.php:293
 
77
  msgid "Advanced Menu"
78
  msgstr ""
79
 
80
- #: framework/extensions-manager.php:294
 
81
  msgid ""
82
  "Create beautiful mega menus, assign icons add badges to menu items, and "
83
  "content blocks inside menu items."
84
  msgstr ""
85
 
86
- #: framework/extensions-manager.php:305
 
87
  msgid "Shortcuts Bar"
88
  msgstr ""
89
 
90
- #: framework/extensions-manager.php:306
 
91
  msgid ""
92
  "Transform your website into a app like by displaying a neat shortcuts bar at "
93
  "the bottom of the vieport."
94
  msgstr ""
95
 
96
- #: framework/extensions-manager.php:317
 
97
  msgid "Multiple Sidebars"
98
  msgstr ""
99
 
100
- #: framework/extensions-manager.php:318
 
101
  msgid ""
102
  "Create unlimited number of sidebars and display them conditionaly on any "
103
  "page or post."
104
  msgstr ""
105
 
106
- #: framework/extensions-manager.php:329
 
107
  msgid "White Label (Agency Package)"
108
  msgstr ""
109
 
110
- #: framework/extensions-manager.php:330
 
111
  msgid "Change the theme and companion plugin branding to your own custom one."
112
  msgstr ""
113
 
114
- #: framework/extensions-manager.php:341
 
115
  msgid "WooCommerce Extra"
116
  msgstr ""
117
 
118
- #: framework/extensions-manager.php:342
 
119
  msgid ""
120
  "Increase the conversion rate by adding a product quick view modal, a "
121
  "floating cart. Control the single product gallery/slider and the layout, add "
@@ -123,342 +145,454 @@ msgid ""
123
  msgstr ""
124
 
125
  #: framework/theme-integration.php:310,
 
126
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
127
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
128
- #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
 
 
 
129
  msgid "Facebook"
130
  msgstr ""
131
 
132
- #: framework/theme-integration.php:311
 
133
  msgid "Twitter"
134
  msgstr ""
135
 
136
- #: framework/theme-integration.php:312
 
137
  msgid "LinkedIn"
138
  msgstr ""
139
 
140
- #: framework/theme-integration.php:313
 
141
  msgid "Dribbble"
142
  msgstr ""
143
 
144
- #: framework/theme-integration.php:314
 
145
  msgid "Instagram"
146
  msgstr ""
147
 
148
- #: framework/theme-integration.php:315
 
149
  msgid "Pinterest"
150
  msgstr ""
151
 
152
- #: framework/theme-integration.php:316
 
153
  msgid "WordPress"
154
  msgstr ""
155
 
156
- #: framework/theme-integration.php:317
 
157
  msgid "GitHub"
158
  msgstr ""
159
 
160
  #: framework/theme-integration.php:318,
 
161
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:497,
162
  #: framework/extensions/widgets/widgets/ct-socials/options.php:100,
163
- #: framework/premium/features/content-blocks/options/archive.php:47
 
 
 
164
  msgid "Medium"
165
  msgstr ""
166
 
167
- #: framework/theme-integration.php:319
 
168
  msgid "YouTube"
169
  msgstr ""
170
 
171
- #: framework/theme-integration.php:320
 
172
  msgid "Vimeo"
173
  msgstr ""
174
 
175
- #: framework/theme-integration.php:321
 
176
  msgid "VKontakte"
177
  msgstr ""
178
 
179
- #: framework/theme-integration.php:322
 
180
  msgid "Odnoklassniki"
181
  msgstr ""
182
 
183
- #: framework/theme-integration.php:323
 
184
  msgid "TikTok"
185
  msgstr ""
186
 
187
- #: framework/theme-integration.php:395
 
188
  msgid "Companion"
189
  msgstr ""
190
 
191
- #: framework/theme-integration.php:411 static/js/screens/SiteExport.js:111
 
 
192
  msgid "PRO"
193
  msgstr ""
194
 
195
- #: framework/widgets-manager.php:75
 
196
  msgid "Default widget name"
197
  msgstr ""
198
 
199
- #: framework/widgets-manager.php:81
 
200
  msgid "Display online support infomation"
201
  msgstr ""
202
 
203
- #: framework/widgets-manager.php:144
 
204
  msgid "Widget Title"
205
  msgstr ""
206
 
207
  #. translators: %s: Link to the login page.
208
- #: framework/features/account-auth.php:92
 
209
  msgid ""
210
  "Check your email for the confirmation link, then visit the <a href=\"%s"
211
  "\">login page</a>."
212
  msgstr ""
213
 
214
  #: framework/features/account-auth.php:104,
215
- #: framework/features/account-auth.php:232
 
 
216
  msgid "Check your email"
217
  msgstr ""
218
 
219
- #: framework/features/account-auth.php:199
 
220
  msgid ""
221
  "Your account was created successfully. Your login details have been sent to "
222
  "your email address. Please visit the <a href=\"%s\">login page</a>."
223
  msgstr ""
224
 
225
- #: framework/features/account-auth.php:208
 
226
  msgid ""
227
  "Your account was created successfully and a password has been sent to your "
228
  "email address. Please visit the <a href=\"%s\">login page</a>."
229
  msgstr ""
230
 
231
- #: framework/features/account-auth.php:238
 
232
  msgid "Registration Form"
233
  msgstr ""
234
 
235
- #: framework/features/account-auth.php:239
 
236
  msgid "Register For This Site"
237
  msgstr ""
238
 
239
- #: framework/features/conditions-manager.php:494
 
240
  msgid "Entire Website"
241
  msgstr ""
242
 
243
- #: framework/features/conditions-manager.php:502,
244
- #: framework/features/conditions-manager.php:544,
245
- #: framework/features/conditions-manager.php:576
 
 
 
246
  msgid "Basic"
247
  msgstr ""
248
 
249
- #: framework/features/conditions-manager.php:506,
250
- #: framework/features/conditions-manager.php:580
 
 
251
  msgid "Singulars"
252
  msgstr ""
253
 
254
- #: framework/features/conditions-manager.php:511,
255
- #: framework/features/conditions-manager.php:548
 
 
256
  msgid "Archives"
257
  msgstr ""
258
 
259
- #: framework/features/conditions-manager.php:517,
260
- #: framework/features/conditions-manager.php:554,
261
- #: framework/features/conditions-manager.php:586,
262
  #: framework/extensions/trending/customizer.php:4,
 
 
 
 
263
  #: framework/extensions/widgets/widgets/ct-posts/options.php:11,
264
  #: framework/extensions/widgets/widgets/ct-posts/options.php:98,
265
  #: framework/extensions/widgets/widgets/ct-posts/view.php:139,
266
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
267
- #: framework/premium/features/premium-header/items/search-input/options.php:4
 
 
 
 
 
268
  msgid "Posts"
269
  msgstr ""
270
 
271
- #: framework/features/conditions-manager.php:521,
272
- #: framework/features/conditions-manager.php:590,
 
 
273
  #: framework/premium/features/content-blocks/hooks-manager.php:408,
274
  #: framework/premium/features/content-blocks/hooks-manager.php:416,
275
  #: framework/premium/features/content-blocks/hooks-manager.php:424,
276
  #: framework/premium/features/content-blocks/hooks-manager.php:431,
277
  #: framework/premium/features/content-blocks/hooks-manager.php:438,
278
- #: framework/premium/features/content-blocks/hooks-manager.php:446
 
 
 
 
 
 
279
  msgid "Single Post"
280
  msgstr ""
281
 
282
- #: framework/features/conditions-manager.php:526,
283
- #: framework/features/conditions-manager.php:558
 
 
284
  msgid "All Post Archives"
285
  msgstr ""
286
 
287
- #: framework/features/conditions-manager.php:531,
288
- #: framework/features/conditions-manager.php:563
 
 
289
  msgid "Post Categories"
290
  msgstr ""
291
 
292
- #: framework/features/conditions-manager.php:536,
293
- #: framework/features/conditions-manager.php:568
 
 
294
  msgid "Post Tags"
295
  msgstr ""
296
 
297
- #: framework/features/conditions-manager.php:598,
 
298
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
299
- #: framework/premium/features/premium-header/items/search-input/options.php:5
 
 
300
  msgid "Pages"
301
  msgstr ""
302
 
303
- #: framework/features/conditions-manager.php:602
 
304
  msgid "Single Page"
305
  msgstr ""
306
 
307
- #: framework/features/conditions-manager.php:629
 
308
  msgid "%s Single"
309
  msgstr ""
310
 
311
- #: framework/features/conditions-manager.php:639
 
312
  msgid "%s Archive"
313
  msgstr ""
314
 
315
- #: framework/features/conditions-manager.php:652
 
316
  msgid "%s %s Taxonomy"
317
  msgstr ""
318
 
319
- #: framework/features/conditions-manager.php:667
 
320
  msgid "Post ID"
321
  msgstr ""
322
 
323
- #: framework/features/conditions-manager.php:672
 
324
  msgid "Page ID"
325
  msgstr ""
326
 
327
- #: framework/features/conditions-manager.php:677
 
328
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
329
  msgid "Custom Post Type ID"
330
  msgstr ""
331
 
332
- #: framework/features/conditions-manager.php:682
 
333
  msgid "Post with Taxonomy ID"
334
  msgstr ""
335
 
336
- #: framework/features/conditions-manager.php:687
 
337
  msgid "Taxonomy ID"
338
  msgstr ""
339
 
340
- #: framework/features/conditions-manager.php:691
 
341
  msgid "Specific"
342
  msgstr ""
343
 
344
- #: framework/features/conditions-manager.php:697
 
345
  msgid "Other Pages"
346
  msgstr ""
347
 
348
- #: framework/features/conditions-manager.php:701
 
349
  msgid "404"
350
  msgstr ""
351
 
352
- #: framework/features/conditions-manager.php:706,
 
353
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
354
- #: framework/premium/features/premium-header/items/search-input/view.php:95
 
 
355
  msgid "Search"
356
  msgstr ""
357
 
358
- #: framework/features/conditions-manager.php:711
 
359
  msgid "Blog"
360
  msgstr ""
361
 
362
- #: framework/features/conditions-manager.php:716
 
363
  msgid "Front Page"
364
  msgstr ""
365
 
366
- #: framework/features/conditions-manager.php:721
 
367
  msgid "Privacy Policy Page"
368
  msgstr ""
369
 
370
- #: framework/features/conditions-manager.php:733
 
371
  msgid "Author Archives"
372
  msgstr ""
373
 
374
- #: framework/features/conditions-manager.php:743
 
375
  msgid "WooCommerce"
376
  msgstr ""
377
 
378
- #: framework/features/conditions-manager.php:747
 
379
  msgid "Shop Home"
380
  msgstr ""
381
 
382
- #: framework/features/conditions-manager.php:752
 
383
  msgid "Single Product"
384
  msgstr ""
385
 
386
- #: framework/features/conditions-manager.php:757
 
387
  msgid "Product Archives"
388
  msgstr ""
389
 
390
- #: framework/features/conditions-manager.php:762
 
391
  msgid "Product Categories"
392
  msgstr ""
393
 
394
- #: framework/features/conditions-manager.php:767
 
395
  msgid "Product Tags"
396
  msgstr ""
397
 
398
- #: framework/features/conditions-manager.php:775
 
399
  msgid "Custom Post Types"
400
  msgstr ""
401
 
402
- #: framework/features/conditions-manager.php:784
 
403
  msgid "User Auth"
404
  msgstr ""
405
 
406
- #: framework/features/conditions-manager.php:788
 
407
  msgid "User Logged In"
408
  msgstr ""
409
 
410
- #: framework/features/conditions-manager.php:793
 
411
  msgid "User Logged Out"
412
  msgstr ""
413
 
414
- #: framework/features/conditions-manager.php:799
 
415
  msgid "User Roles"
416
  msgstr ""
417
 
418
- #: framework/features/conditions-manager.php:804,
 
419
  #: framework/premium/features/content-blocks/options/404.php:19,
420
  #: framework/premium/features/content-blocks/options/header.php:19,
421
  #: framework/premium/features/content-blocks/options/hook.php:24,
422
- #: framework/premium/features/content-blocks/options/popup.php:25
 
 
 
 
423
  msgid "Other"
424
  msgstr ""
425
 
426
- #: framework/features/conditions-manager.php:808
 
427
  msgid "Post Author"
428
  msgstr ""
429
 
430
- #: framework/features/conditions-manager.php:820,
431
- #: framework/premium/features/premium-header/items/language-switcher/config.php:14
 
 
432
  msgid "Languages"
433
  msgstr ""
434
 
435
- #: framework/features/conditions-manager.php:824
 
436
  msgid "Current Language"
437
  msgstr ""
438
 
439
- #: framework/features/conditions-manager.php:832
 
440
  msgid "bbPress"
441
  msgstr ""
442
 
443
- #: framework/features/conditions-manager.php:836
 
444
  msgid "Profile"
445
  msgstr ""
446
 
447
- #: framework/features/conditions-manager.php:848
 
448
  #: static/js/options/ConditionsManager.js:105
449
  msgid "Include"
450
  msgstr ""
451
 
452
- #: framework/features/conditions-manager.php:848
 
453
  #: static/js/options/ConditionsManager.js:106
454
  msgid "Exclude"
455
  msgstr ""
456
 
457
- #: framework/features/conditions-manager.php:901
 
458
  msgid "Language"
459
  msgstr ""
460
 
461
- #: framework/features/demo-install.php:233
 
462
  msgid ""
463
  "Your PHP installation doesn't have support for XML. Please install the "
464
  "<i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install "
@@ -466,83 +600,102 @@ msgid ""
466
  "in doing so."
467
  msgstr ""
468
 
469
- #: framework/features/dynamic-css.php:46
 
470
  msgid "Dynamic CSS Output"
471
  msgstr ""
472
 
473
- #: framework/features/dynamic-css.php:50
 
474
  msgid ""
475
  "The strategy of outputting the dynamic CSS. File - all the CSS code will be "
476
  "placed in a static file, otherwise it will be placed inline in head."
477
  msgstr ""
478
 
479
- #: framework/features/dynamic-css.php:52
 
480
  msgid "File"
481
  msgstr ""
482
 
483
  #: framework/features/dynamic-css.php:53,
484
- #: framework/premium/features/premium-header/items/language-switcher/options.php:32
 
 
485
  msgid "Inline"
486
  msgstr ""
487
 
488
- #: framework/features/google-analytics.php:69
 
489
  msgid "Google Analytics v4"
490
  msgstr ""
491
 
492
- #: framework/features/google-analytics.php:75
 
493
  msgid ""
494
  "Link your Google Analytics 4 tracking ID. More info and instructions can be "
495
  "found %shere%s."
496
  msgstr ""
497
 
498
- #: framework/features/google-analytics.php:87
 
499
  msgid "Google Analytics v3 (Legacy)"
500
  msgstr ""
501
 
502
- #: framework/features/google-analytics.php:93
 
503
  msgid ""
504
  "Please note: this option will be deprecated soon and we strongly reccommend "
505
  "switching to GA4, more info can be fount %shere%s."
506
  msgstr ""
507
 
508
- #: framework/features/google-analytics.php:105
 
509
  msgid "IP Anonymization"
510
  msgstr ""
511
 
512
- #: framework/features/google-analytics.php:109
 
513
  msgid ""
514
  "Enable Google Analytics IP Anonymization for enhanced privacy. More info and "
515
  "instructions can be found %shere%s."
516
  msgstr ""
517
 
518
- #: framework/features/opengraph-meta-data.php:17
 
519
  msgid "OpenGraph Meta Data"
520
  msgstr ""
521
 
522
- #: framework/features/opengraph-meta-data.php:20
 
523
  msgid "Enable the OpenGraph rich meta data features for your website."
524
  msgstr ""
525
 
526
- #: framework/features/opengraph-meta-data.php:29
 
527
  msgid "Facebook Page URL"
528
  msgstr ""
529
 
530
- #: framework/features/opengraph-meta-data.php:36
 
531
  msgid "Facebook App ID"
532
  msgstr ""
533
 
534
- #: framework/features/opengraph-meta-data.php:43
 
535
  msgid "Twitter Username"
536
  msgstr ""
537
 
538
  #. translators: This is a brand name. Preferably to not be translated
539
  #: framework/extensions/cookies-consent/config.php:5,
540
- #: framework/extensions/cookies-consent/customizer.php:5
 
 
541
  msgctxt "Extension Brand Name"
542
  msgid "Cookies Consent"
543
  msgstr ""
544
 
545
- #: framework/extensions/cookies-consent/config.php:6
 
546
  msgid ""
547
  "Display a cookie acceptance box in order to comply with the privacy "
548
  "regulations in your country."
@@ -557,16 +710,35 @@ msgstr ""
557
  #: framework/premium/extensions/shortcuts/customizer.php:534,
558
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
559
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
 
 
 
 
 
560
  #: framework/features/header/items/account/options.php:70,
561
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
562
  #: framework/premium/features/content-blocks/options/popup.php:30,
 
 
 
 
563
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
564
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
565
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
566
  #: framework/premium/features/premium-header/items/contacts/options.php:5,
567
  #: framework/premium/features/premium-header/items/language-switcher/options.php:21,
568
  #: framework/premium/features/premium-header/items/language-switcher/options.php:347,
569
- #: framework/premium/features/premium-header/items/search-input/options.php:37
 
 
 
 
 
 
 
 
 
 
570
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
571
  msgid "General"
572
  msgstr ""
@@ -575,11 +747,20 @@ msgstr ""
575
  #: framework/premium/extensions/shortcuts/customizer.php:546,
576
  #: framework/premium/extensions/woocommerce-extra/extension.php:81,
577
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
 
578
  #: framework/features/header/items/account/options.php:225,
579
  #: framework/features/header/items/account/options.php:466,
580
  #: framework/features/header/items/account/options.php:524,
 
 
 
581
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
582
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:56
 
 
 
 
 
583
  msgid "Type 1"
584
  msgstr ""
585
 
@@ -587,47 +768,65 @@ msgstr ""
587
  #: framework/premium/extensions/shortcuts/customizer.php:551,
588
  #: framework/premium/extensions/woocommerce-extra/extension.php:86,
589
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
 
590
  #: framework/features/header/items/account/options.php:230,
591
  #: framework/features/header/items/account/options.php:471,
592
  #: framework/features/header/items/account/options.php:529,
 
 
 
593
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
594
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
 
 
 
 
 
595
  msgid "Type 2"
596
  msgstr ""
597
 
598
- #: framework/extensions/cookies-consent/customizer.php:40
 
599
  msgid "Cookie period"
600
  msgstr ""
601
 
602
- #: framework/extensions/cookies-consent/customizer.php:48
 
603
  msgid "One hour"
604
  msgstr ""
605
 
606
- #: framework/extensions/cookies-consent/customizer.php:49
 
607
  msgid "One day"
608
  msgstr ""
609
 
610
- #: framework/extensions/cookies-consent/customizer.php:50
 
611
  msgid "One week"
612
  msgstr ""
613
 
614
- #: framework/extensions/cookies-consent/customizer.php:51
 
615
  msgid "One month"
616
  msgstr ""
617
 
618
- #: framework/extensions/cookies-consent/customizer.php:52
 
619
  msgid "Three months"
620
  msgstr ""
621
 
622
- #: framework/extensions/cookies-consent/customizer.php:53
 
623
  msgid "Six months"
624
  msgstr ""
625
 
626
- #: framework/extensions/cookies-consent/customizer.php:54
 
627
  msgid "One year"
628
  msgstr ""
629
 
630
- #: framework/extensions/cookies-consent/customizer.php:55
 
631
  msgid "Forever"
632
  msgstr ""
633
 
@@ -636,6 +835,7 @@ msgstr ""
636
  #: framework/premium/features/content-blocks/hooks-manager.php:243,
637
  #: framework/premium/features/content-blocks/hooks-manager.php:251,
638
  #: framework/premium/features/content-blocks/hooks-manager.php:259,
 
639
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
640
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:141,
641
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:201,
@@ -643,49 +843,78 @@ msgstr ""
643
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:321,
644
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:381,
645
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:441,
 
 
 
 
646
  #: framework/premium/features/premium-header/items/contacts/options.php:52,
647
  #: framework/premium/features/premium-header/items/contacts/options.php:88,
648
  #: framework/premium/features/premium-header/items/contacts/options.php:124,
649
  #: framework/premium/features/premium-header/items/contacts/options.php:160,
650
  #: framework/premium/features/premium-header/items/contacts/options.php:196,
651
  #: framework/premium/features/premium-header/items/contacts/options.php:232,
652
- #: framework/premium/features/premium-header/items/contacts/options.php:268
 
 
 
 
 
 
 
 
 
 
 
 
 
 
653
  msgid "Content"
654
  msgstr ""
655
 
656
  #: framework/extensions/cookies-consent/customizer.php:64,
657
- #: framework/extensions/cookies-consent/helpers.php:30
 
 
658
  msgid ""
659
  "We use cookies to ensure that we give you the best experience on our website."
660
  msgstr ""
661
 
662
- #: framework/extensions/cookies-consent/customizer.php:76
 
663
  msgid "Accept Button text"
664
  msgstr ""
665
 
666
  #: framework/extensions/cookies-consent/customizer.php:80,
667
- #: framework/extensions/cookies-consent/helpers.php:33
 
 
668
  msgid "Accept"
669
  msgstr ""
670
 
671
- #: framework/extensions/cookies-consent/customizer.php:85
 
672
  msgid "Decline Button text"
673
  msgstr ""
674
 
675
  #: framework/extensions/cookies-consent/customizer.php:88,
676
- #: framework/extensions/cookies-consent/helpers.php:34
 
 
677
  msgid "Decline"
678
  msgstr ""
679
 
680
- #: framework/extensions/cookies-consent/customizer.php:98
 
681
  msgid "Maximum Width"
682
  msgstr ""
683
 
684
- #: framework/extensions/cookies-consent/customizer.php:119
 
685
  msgid "I accept the %sPrivacy Policy%s*"
686
  msgstr ""
687
 
688
- #: framework/extensions/cookies-consent/customizer.php:123
 
689
  msgid "This text will appear under each comment form and subscribe form."
690
  msgstr ""
691
 
@@ -698,21 +927,42 @@ msgstr ""
698
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
699
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
700
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
 
 
 
 
701
  #: framework/features/header/items/account/options.php:664,
702
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
703
  #: framework/premium/features/content-blocks/options/popup.php:361,
 
 
 
 
 
704
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
705
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
706
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
707
  #: framework/premium/features/premium-header/items/contacts/options.php:404,
708
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
709
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
710
- #: framework/premium/features/premium-header/items/search-input/options.php:188
 
 
 
 
 
 
 
 
 
 
711
  msgid "Design"
712
  msgstr ""
713
 
714
  #: framework/extensions/cookies-consent/customizer.php:147,
715
- #: framework/premium/extensions/mega-menu/options.php:615
 
 
716
  msgid "Text Color"
717
  msgstr ""
718
 
@@ -739,6 +989,19 @@ msgstr ""
739
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
740
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
741
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
 
 
 
 
 
 
 
 
 
 
 
 
 
742
  #: framework/features/header/items/account/options.php:728,
743
  #: framework/features/header/items/account/options.php:760,
744
  #: framework/features/header/items/account/options.php:790,
@@ -756,6 +1019,16 @@ msgstr ""
756
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
757
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
758
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
 
 
 
 
 
 
 
 
 
 
759
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
760
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
761
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
@@ -793,7 +1066,62 @@ msgstr ""
793
  #: framework/premium/features/premium-header/items/search-input/options.php:666,
794
  #: framework/premium/features/premium-header/items/search-input/options.php:696,
795
  #: framework/premium/features/premium-header/items/search-input/options.php:783,
796
- #: framework/premium/features/premium-header/items/search-input/options.php:811
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
797
  msgid "Initial"
798
  msgstr ""
799
 
@@ -811,6 +1139,14 @@ msgstr ""
811
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
812
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
813
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
 
 
 
 
 
 
 
 
814
  #: framework/features/header/items/account/options.php:734,
815
  #: framework/features/header/items/account/options.php:765,
816
  #: framework/features/header/items/account/options.php:795,
@@ -821,6 +1157,12 @@ msgstr ""
821
  #: framework/features/header/items/account/options.php:1195,
822
  #: framework/features/header/items/account/options.php:1231,
823
  #: framework/features/header/items/account/options.php:1270,
 
 
 
 
 
 
824
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:229,
825
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:259,
826
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:288,
@@ -837,7 +1179,34 @@ msgstr ""
837
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
838
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
839
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
840
- #: framework/premium/features/premium-header/items/search-input/options.php:788
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
841
  msgid "Hover"
842
  msgstr ""
843
 
@@ -846,10 +1215,19 @@ msgstr ""
846
  #: framework/extensions/cookies-consent/customizer.php:299,
847
  #: framework/premium/extensions/mega-menu/options.php:826,
848
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
 
 
 
849
  #: framework/features/header/items/account/options.php:1247,
850
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
 
 
851
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
852
- #: framework/premium/features/premium-header/items/language-switcher/options.php:412
 
 
 
 
853
  msgid "Background Color"
854
  msgstr ""
855
 
@@ -859,7 +1237,13 @@ msgstr ""
859
  #: framework/premium/extensions/mega-menu/options.php:806,
860
  #: framework/premium/extensions/shortcuts/customizer.php:794,
861
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
 
 
 
862
  #: framework/features/header/items/account/options.php:975,
 
 
 
863
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
864
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:206,
865
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:237,
@@ -872,11 +1256,26 @@ msgstr ""
872
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
873
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
874
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
875
- #: framework/premium/features/premium-header/items/language-switcher/options.php:382
 
 
 
 
 
 
 
 
 
 
 
 
 
 
876
  msgid "Font Color"
877
  msgstr ""
878
 
879
- #: framework/extensions/cookies-consent/helpers.php:79
 
880
  msgid "I accept the %sPrivacy Policy%s"
881
  msgstr ""
882
 
@@ -884,46 +1283,59 @@ msgstr ""
884
  #: framework/extensions/newsletter-subscribe/readme.php:1,
885
  #: framework/premium/extensions/code-snippets/readme.php:1,
886
  #: framework/premium/extensions/post-types-extra/readme.php:1,
887
- #: framework/premium/extensions/woocommerce-extra/readme.php:1
 
 
 
 
 
888
  msgid "Instructions"
889
  msgstr ""
890
 
891
- #: framework/extensions/cookies-consent/readme.php:4
 
892
  msgid ""
893
  "After installing and activating the Cookies Consent extension you will be "
894
  "able to configure it from this location:"
895
  msgstr ""
896
 
897
- #: framework/extensions/cookies-consent/readme.php:9
 
898
  msgid "Customizer"
899
  msgstr ""
900
 
901
- #: framework/extensions/cookies-consent/readme.php:13
 
902
  msgid "Navigate to %s and customize the notification to meet your needs."
903
  msgstr ""
904
 
905
- #: framework/extensions/cookies-consent/readme.php:16
 
906
  msgid "Customizer ➝ Cookie Consent"
907
  msgstr ""
908
 
909
  #. translators: This is a brand name. Preferably to not be translated
910
- #: framework/extensions/newsletter-subscribe/config.php:5
 
911
  msgctxt "Extension Brand Name"
912
  msgid "Newsletter Subscribe"
913
  msgstr ""
914
 
915
- #: framework/extensions/newsletter-subscribe/config.php:6
 
916
  msgid ""
917
  "Easily capture new leads for your newsletter with the help of a widget, "
918
  "shortcode or even a block inserted on your pages or posts."
919
  msgstr ""
920
 
921
- #: framework/extensions/newsletter-subscribe/customizer.php:4
 
922
  msgid "Subscribe Form"
923
  msgstr ""
924
 
925
  #: framework/extensions/newsletter-subscribe/customizer.php:18,
926
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
 
927
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
928
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:16,
929
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:73,
@@ -937,24 +1349,50 @@ msgstr ""
937
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
938
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
939
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
 
940
  #: framework/premium/features/premium-header/items/contacts/options.php:45,
941
  #: framework/premium/features/premium-header/items/contacts/options.php:81,
942
  #: framework/premium/features/premium-header/items/contacts/options.php:117,
943
  #: framework/premium/features/premium-header/items/contacts/options.php:153,
944
  #: framework/premium/features/premium-header/items/contacts/options.php:189,
945
  #: framework/premium/features/premium-header/items/contacts/options.php:225,
946
- #: framework/premium/features/premium-header/items/contacts/options.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
947
  msgid "Title"
948
  msgstr ""
949
 
950
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
951
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
952
- #: framework/extensions/newsletter-subscribe/helpers.php:96
 
 
 
953
  msgid "Newsletter Updates"
954
  msgstr ""
955
 
956
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
957
- #: framework/extensions/widgets/widgets/ct-posts/widget.php:14
 
 
958
  msgid "Description"
959
  msgstr ""
960
 
@@ -962,12 +1400,19 @@ msgstr ""
962
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
963
  #: framework/extensions/newsletter-subscribe/helpers.php:97,
964
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
965
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
 
 
 
 
 
966
  msgid "Enter your email address below to subscribe to our newsletter"
967
  msgstr ""
968
 
969
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
970
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
 
 
971
  msgid "List Source"
972
  msgstr ""
973
 
@@ -976,9 +1421,17 @@ msgstr ""
976
  #: framework/features/header/header-options.php:71,
977
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
978
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
 
 
 
979
  #: framework/extensions/widgets/widgets/ct-posts/options.php:173,
980
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
981
- #: framework/premium/features/content-blocks/options/hook.php:289
 
 
 
 
 
982
  msgid "Default"
983
  msgstr ""
984
 
@@ -986,24 +1439,36 @@ msgstr ""
986
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
987
  #: framework/premium/extensions/shortcuts/customizer.php:250,
988
  #: framework/premium/extensions/shortcuts/customizer.php:276,
 
989
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
990
- #: framework/premium/features/content-blocks/options/archive.php:48
 
 
 
 
 
991
  msgid "Custom"
992
  msgstr ""
993
 
994
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
995
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
 
 
996
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:194
997
  msgid "List ID"
998
  msgstr ""
999
 
1000
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
1001
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
 
 
1002
  msgid "Name Field"
1003
  msgstr ""
1004
 
1005
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
1006
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
 
 
1007
  msgid "Name Label"
1008
  msgstr ""
1009
 
@@ -1012,12 +1477,20 @@ msgstr ""
1012
  #: framework/extensions/newsletter-subscribe/helpers.php:57,
1013
  #: framework/extensions/newsletter-subscribe/helpers.php:108,
1014
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
1015
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
 
 
 
 
 
 
1016
  msgid "Your name"
1017
  msgstr ""
1018
 
1019
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
1020
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
 
 
1021
  msgid "Mail Label"
1022
  msgstr ""
1023
 
@@ -1026,12 +1499,20 @@ msgstr ""
1026
  #: framework/extensions/newsletter-subscribe/helpers.php:61,
1027
  #: framework/extensions/newsletter-subscribe/helpers.php:109,
1028
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
1029
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
 
 
 
 
 
 
1030
  msgid "Your email"
1031
  msgstr ""
1032
 
1033
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
1034
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
 
 
1035
  msgid "Button Label"
1036
  msgstr ""
1037
 
@@ -1040,7 +1521,13 @@ msgstr ""
1040
  #: framework/extensions/newsletter-subscribe/helpers.php:52,
1041
  #: framework/extensions/newsletter-subscribe/helpers.php:101,
1042
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
1043
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
 
 
 
 
 
 
1044
  msgid "Subscribe"
1045
  msgstr ""
1046
 
@@ -1054,12 +1541,28 @@ msgstr ""
1054
  #: framework/premium/extensions/shortcuts/customizer.php:427,
1055
  #: framework/premium/extensions/shortcuts/customizer.php:483,
1056
  #: framework/premium/extensions/shortcuts/customizer.php:742,
 
1057
  #: framework/premium/features/content-blocks/options/404.php:146,
1058
  #: framework/premium/features/content-blocks/options/header.php:166,
1059
  #: framework/premium/features/content-blocks/options/hook.php:343,
1060
  #: framework/premium/features/content-blocks/options/popup.php:339,
 
 
 
 
 
 
 
 
 
1061
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
1062
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
 
 
 
 
 
 
1063
  msgid "Visibility"
1064
  msgstr ""
1065
 
@@ -1082,15 +1585,43 @@ msgstr ""
1082
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
1083
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
1084
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
 
 
 
 
1085
  #: framework/features/header/items/account/options.php:287,
1086
  #: framework/features/header/items/account/options.php:584,
1087
  #: framework/premium/features/content-blocks/options/404.php:157,
1088
  #: framework/premium/features/content-blocks/options/header.php:177,
1089
  #: framework/premium/features/content-blocks/options/hook.php:354,
1090
  #: framework/premium/features/content-blocks/options/popup.php:350,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1091
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
1092
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
1093
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
 
 
 
 
 
 
 
 
 
1094
  msgid "Desktop"
1095
  msgstr ""
1096
 
@@ -1111,6 +1642,8 @@ msgstr ""
1111
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
1112
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
1113
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
 
 
1114
  #: framework/features/header/items/account/options.php:288,
1115
  #: framework/features/header/items/account/options.php:585,
1116
  #: framework/features/header/items/account/options.php:1312,
@@ -1118,9 +1651,34 @@ msgstr ""
1118
  #: framework/premium/features/content-blocks/options/header.php:178,
1119
  #: framework/premium/features/content-blocks/options/hook.php:355,
1120
  #: framework/premium/features/content-blocks/options/popup.php:351,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1121
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
1122
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
1123
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:106
 
 
 
 
 
 
 
 
 
 
1124
  msgid "Tablet"
1125
  msgstr ""
1126
 
@@ -1143,6 +1701,10 @@ msgstr ""
1143
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
1144
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
1145
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
 
 
 
 
1146
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:188,
1147
  #: framework/features/header/items/account/options.php:289,
1148
  #: framework/features/header/items/account/options.php:586,
@@ -1151,33 +1713,71 @@ msgstr ""
1151
  #: framework/premium/features/content-blocks/options/header.php:179,
1152
  #: framework/premium/features/content-blocks/options/hook.php:356,
1153
  #: framework/premium/features/content-blocks/options/popup.php:352,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1154
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1155
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1156
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:107,
1157
- #: framework/premium/features/premium-header/items/contacts/options.php:113
 
 
 
 
 
 
 
 
 
 
 
 
1158
  msgid "Mobile"
1159
  msgstr ""
1160
 
1161
- #: framework/extensions/newsletter-subscribe/customizer.php:152
 
1162
  msgid "Title Color"
1163
  msgstr ""
1164
 
1165
- #: framework/extensions/newsletter-subscribe/customizer.php:173
 
1166
  msgid "Description Color"
1167
  msgstr ""
1168
 
1169
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
 
1170
  #: framework/features/header/items/account/options.php:1007,
1171
  #: framework/premium/features/premium-header/items/search-input/options.php:194,
1172
  #: framework/premium/features/premium-header/items/search-input/options.php:223,
1173
  #: framework/premium/features/premium-header/items/search-input/options.php:255,
1174
- #: framework/premium/features/premium-header/items/search-input/options.php:285
 
 
 
 
 
1175
  msgid "Input Font Color"
1176
  msgstr ""
1177
 
1178
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
1179
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
1180
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
 
 
 
1181
  #: framework/features/header/items/account/options.php:1029,
1182
  #: framework/features/header/items/account/options.php:1059,
1183
  #: framework/features/header/items/account/options.php:1095,
@@ -1192,102 +1792,151 @@ msgstr ""
1192
  #: framework/premium/features/premium-header/items/search-input/options.php:568,
1193
  #: framework/premium/features/premium-header/items/search-input/options.php:641,
1194
  #: framework/premium/features/premium-header/items/search-input/options.php:671,
1195
- #: framework/premium/features/premium-header/items/search-input/options.php:701
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1196
  msgid "Focus"
1197
  msgstr ""
1198
 
1199
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
 
1200
  #: framework/features/header/items/account/options.php:1037,
1201
  #: framework/premium/features/premium-header/items/search-input/options.php:454,
1202
  #: framework/premium/features/premium-header/items/search-input/options.php:483,
1203
  #: framework/premium/features/premium-header/items/search-input/options.php:515,
1204
- #: framework/premium/features/premium-header/items/search-input/options.php:545
 
 
 
 
 
1205
  msgid "Input Border Color"
1206
  msgstr ""
1207
 
1208
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
 
1209
  #: framework/features/header/items/account/options.php:1073,
1210
  #: framework/premium/features/premium-header/items/search-input/options.php:590,
1211
  #: framework/premium/features/premium-header/items/search-input/options.php:618,
1212
  #: framework/premium/features/premium-header/items/search-input/options.php:648,
1213
- #: framework/premium/features/premium-header/items/search-input/options.php:678
 
 
 
 
 
1214
  msgid "Input Background Color"
1215
  msgstr ""
1216
 
1217
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
1218
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
 
 
1219
  msgid "Button Color"
1220
  msgstr ""
1221
 
1222
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
1223
  #: framework/extensions/trending/customizer.php:380,
1224
- #: framework/premium/extensions/shortcuts/customizer.php:953
 
 
 
1225
  msgid "Container Background"
1226
  msgstr ""
1227
 
1228
- #: framework/extensions/newsletter-subscribe/customizer.php:350
 
1229
  msgid "Container Border"
1230
  msgstr ""
1231
 
1232
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
1233
- #: framework/extensions/trending/customizer.php:396
 
 
1234
  msgid "Container Inner Spacing"
1235
  msgstr ""
1236
 
1237
  #: framework/extensions/newsletter-subscribe/customizer.php:400,
1238
- #: framework/premium/extensions/shortcuts/customizer.php:974
 
 
1239
  msgid "Container Border Radius"
1240
  msgstr ""
1241
 
1242
- #: framework/extensions/newsletter-subscribe/extension.php:128
 
1243
  msgid "Disable Subscribe Form"
1244
  msgstr ""
1245
 
1246
- #: framework/extensions/newsletter-subscribe/helpers.php:163
 
1247
  msgid "First name"
1248
  msgstr ""
1249
 
1250
- #: framework/extensions/newsletter-subscribe/helpers.php:166
 
1251
  msgid "Email address"
1252
  msgstr ""
1253
 
1254
- #: framework/extensions/newsletter-subscribe/readme.php:4
 
1255
  msgid ""
1256
  "After installing and activating the Newsletter Subscribe\n"
1257
  " extension you will have two possibilities to show your subscribe form:"
1258
  msgstr ""
1259
 
1260
- #: framework/extensions/newsletter-subscribe/readme.php:10
 
1261
  msgid "Widget"
1262
  msgstr ""
1263
 
1264
- #: framework/extensions/newsletter-subscribe/readme.php:14
 
1265
  msgid "Navigate to %s and place the widget in any widget area you want."
1266
  msgstr ""
1267
 
1268
- #: framework/extensions/newsletter-subscribe/readme.php:17
 
1269
  msgid "Appearance ➝ Widgets"
1270
  msgstr ""
1271
 
1272
- #: framework/extensions/newsletter-subscribe/readme.php:25
 
1273
  msgid "Single Page Block"
1274
  msgstr ""
1275
 
1276
- #: framework/extensions/newsletter-subscribe/readme.php:29
 
1277
  msgid "Navigate to %s and customize the form and more."
1278
  msgstr ""
1279
 
1280
- #: framework/extensions/newsletter-subscribe/readme.php:32
 
1281
  msgid "Customizer ➝ Single Posts"
1282
  msgstr ""
1283
 
1284
  #. translators: This is a brand name. Preferably to not be translated
1285
- #: framework/extensions/product-reviews/config.php:5
 
1286
  msgctxt "Extension Brand Name"
1287
  msgid "Product Reviews"
1288
  msgstr ""
1289
 
1290
- #: framework/extensions/product-reviews/config.php:6
 
1291
  msgid ""
1292
  "This extension lets you easily create an affiliate marketing type of website "
1293
  "by giving you options to create a personalized product review and use your "
@@ -1295,7 +1944,9 @@ msgid ""
1295
  msgstr ""
1296
 
1297
  #: framework/extensions/product-reviews/extension.php:217,
1298
- #: framework/extensions/product-reviews/extension.php:388
 
 
1299
  msgid "Star Rating Color"
1300
  msgstr ""
1301
 
@@ -1303,650 +1954,845 @@ msgstr ""
1303
  #: framework/extensions/product-reviews/extension.php:405,
1304
  #: framework/extensions/product-reviews/extension.php:433,
1305
  #: framework/extensions/product-reviews/extension.php:454,
1306
- #: framework/premium/extensions/mega-menu/options.php:782
 
 
 
 
 
1307
  msgid "Active"
1308
  msgstr ""
1309
 
1310
  #: framework/extensions/product-reviews/extension.php:241,
1311
- #: framework/extensions/product-reviews/extension.php:411
 
 
1312
  msgid "Inactive"
1313
  msgstr ""
1314
 
1315
  #: framework/extensions/product-reviews/extension.php:279,
1316
- #: framework/extensions/product-reviews/views/single-top.php:139
 
 
1317
  msgid "Overall Score"
1318
  msgstr ""
1319
 
1320
- #: framework/extensions/product-reviews/extension.php:337
 
1321
  msgid "Review Summary"
1322
  msgstr ""
1323
 
1324
- #: framework/extensions/product-reviews/extension.php:348
 
1325
  msgid "Scores Box Width"
1326
  msgstr ""
1327
 
1328
- #: framework/extensions/product-reviews/extension.php:358
 
1329
  msgid "Read More Button"
1330
  msgstr ""
1331
 
1332
- #: framework/extensions/product-reviews/extension.php:369
 
1333
  msgid "Buy Now Button"
1334
  msgstr ""
1335
 
1336
- #: framework/extensions/product-reviews/extension.php:419
 
1337
  msgid "Overll Score Text"
1338
  msgstr ""
1339
 
1340
- #: framework/extensions/product-reviews/extension.php:441
 
1341
  msgid "Overll Score Background"
1342
  msgstr ""
1343
 
1344
  #: framework/extensions/product-reviews/extension.php:501,
1345
  #: framework/extensions/product-reviews/extension.php:502,
1346
  #: framework/extensions/product-reviews/extension.php:505,
1347
- #: framework/extensions/product-reviews/extension.php:507
 
 
 
 
1348
  msgid "Product Reviews"
1349
  msgstr ""
1350
 
1351
- #: framework/extensions/product-reviews/extension.php:506
 
1352
  msgid "Product Review"
1353
  msgstr ""
1354
 
1355
- #: framework/extensions/product-reviews/extension.php:508
 
1356
  msgid "Parent Product Review"
1357
  msgstr ""
1358
 
1359
- #: framework/extensions/product-reviews/extension.php:509
 
1360
  msgid "All Reviews"
1361
  msgstr ""
1362
 
1363
- #: framework/extensions/product-reviews/extension.php:510
 
1364
  msgid "View Product Review"
1365
  msgstr ""
1366
 
1367
- #: framework/extensions/product-reviews/extension.php:511
 
1368
  msgid "Add New Product Review"
1369
  msgstr ""
1370
 
1371
- #: framework/extensions/product-reviews/extension.php:512
 
1372
  msgid "Add New Review"
1373
  msgstr ""
1374
 
1375
- #: framework/extensions/product-reviews/extension.php:513
 
1376
  msgid "Edit Product Review"
1377
  msgstr ""
1378
 
1379
- #: framework/extensions/product-reviews/extension.php:514
 
1380
  msgid "Update Product Review"
1381
  msgstr ""
1382
 
1383
- #: framework/extensions/product-reviews/extension.php:515
 
1384
  msgid "Search Product Review"
1385
  msgstr ""
1386
 
1387
- #: framework/extensions/product-reviews/extension.php:516
 
1388
  msgid "Not Found"
1389
  msgstr ""
1390
 
1391
- #: framework/extensions/product-reviews/extension.php:517
 
1392
  msgid "Not found in Trash"
1393
  msgstr ""
1394
 
1395
  #: framework/extensions/product-reviews/extension.php:551,
1396
- #: framework/extensions/product-reviews/extension.php:561
 
 
1397
  msgid "Categories"
1398
  msgstr ""
1399
 
1400
  #: framework/extensions/product-reviews/extension.php:552,
1401
  #: framework/extensions/trending/customizer.php:35,
1402
- #: framework/extensions/widgets/widgets/ct-posts/options.php:37
 
 
 
1403
  msgid "Category"
1404
  msgstr ""
1405
 
1406
- #: framework/extensions/product-reviews/extension.php:553
 
1407
  msgid "Search Category"
1408
  msgstr ""
1409
 
1410
- #: framework/extensions/product-reviews/extension.php:554
 
1411
  msgid "All Categories"
1412
  msgstr ""
1413
 
1414
- #: framework/extensions/product-reviews/extension.php:555
 
1415
  msgid "Parent Category"
1416
  msgstr ""
1417
 
1418
- #: framework/extensions/product-reviews/extension.php:556
 
1419
  msgid "Parent Category:"
1420
  msgstr ""
1421
 
1422
- #: framework/extensions/product-reviews/extension.php:557
 
1423
  msgid "Edit Category"
1424
  msgstr ""
1425
 
1426
- #: framework/extensions/product-reviews/extension.php:558
 
1427
  msgid "Update Category"
1428
  msgstr ""
1429
 
1430
- #: framework/extensions/product-reviews/extension.php:559
 
1431
  msgid "Add New Category"
1432
  msgstr ""
1433
 
1434
- #: framework/extensions/product-reviews/extension.php:560
 
1435
  msgid "New Category Name"
1436
  msgstr ""
1437
 
1438
  #. translators: %s is the theme name.
1439
- #: framework/extensions/product-reviews/extension.php:579
 
1440
  msgid "%s Settings"
1441
  msgstr ""
1442
 
1443
- #: framework/extensions/product-reviews/extension.php:580
 
1444
  msgid "Blocksy"
1445
  msgstr ""
1446
 
1447
  #: framework/extensions/product-reviews/helpers.php:30,
1448
- #: framework/extensions/product-reviews/metabox.php:179
 
 
1449
  msgid "Rating"
1450
  msgstr ""
1451
 
1452
- #: framework/extensions/product-reviews/metabox.php:10
 
1453
  msgid "Review Entity"
1454
  msgstr ""
1455
 
1456
  #: framework/extensions/product-reviews/metabox.php:18,
1457
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:34
 
 
1458
  msgid "Product"
1459
  msgstr ""
1460
 
1461
- #: framework/extensions/product-reviews/metabox.php:19
 
1462
  msgid "Book"
1463
  msgstr ""
1464
 
1465
- #: framework/extensions/product-reviews/metabox.php:21
 
1466
  msgid "Creative Work Season"
1467
  msgstr ""
1468
 
1469
- #: framework/extensions/product-reviews/metabox.php:22
 
1470
  msgid "Creative Work Series"
1471
  msgstr ""
1472
 
1473
- #: framework/extensions/product-reviews/metabox.php:23
 
1474
  msgid "Episode"
1475
  msgstr ""
1476
 
1477
- #: framework/extensions/product-reviews/metabox.php:25
 
1478
  msgid "Game"
1479
  msgstr ""
1480
 
1481
- #: framework/extensions/product-reviews/metabox.php:27
 
1482
  msgid "Local Business"
1483
  msgstr ""
1484
 
1485
- #: framework/extensions/product-reviews/metabox.php:28
 
1486
  msgid "Media Object"
1487
  msgstr ""
1488
 
1489
- #: framework/extensions/product-reviews/metabox.php:29
 
1490
  msgid "Movie"
1491
  msgstr ""
1492
 
1493
- #: framework/extensions/product-reviews/metabox.php:30
 
1494
  msgid "Music Playlist"
1495
  msgstr ""
1496
 
1497
- #: framework/extensions/product-reviews/metabox.php:31
 
1498
  msgid "Music Recording"
1499
  msgstr ""
1500
 
1501
- #: framework/extensions/product-reviews/metabox.php:32
 
1502
  msgid "Organization"
1503
  msgstr ""
1504
 
1505
- #: framework/extensions/product-reviews/metabox.php:38
 
1506
  msgid ""
1507
  "More info about review entity and how to choose the right one can be found "
1508
  "%shere%s."
1509
  msgstr ""
1510
 
1511
- #: framework/extensions/product-reviews/metabox.php:60
 
1512
  msgid ""
1513
  "Please note that some of this information (price, sku, brand) won't be "
1514
  "displayed on the front-end. It is solely used for Google's Schema.org markup."
1515
  msgstr ""
1516
 
1517
- #: framework/extensions/product-reviews/metabox.php:69
 
1518
  msgid "Product Price"
1519
  msgstr ""
1520
 
1521
- #: framework/extensions/product-reviews/metabox.php:76
 
1522
  msgid "Product SKU"
1523
  msgstr ""
1524
 
1525
- #: framework/extensions/product-reviews/metabox.php:83
 
1526
  msgid "Product Brand"
1527
  msgstr ""
1528
 
1529
- #: framework/extensions/product-reviews/metabox.php:96
 
1530
  msgid "Gallery"
1531
  msgstr ""
1532
 
1533
- #: framework/extensions/product-reviews/metabox.php:107
 
1534
  msgid "Affiliate Button Label"
1535
  msgstr ""
1536
 
1537
  #: framework/extensions/product-reviews/metabox.php:109,
1538
- #: framework/extensions/product-reviews/views/single-top.php:156
 
 
1539
  msgid "Buy Now"
1540
  msgstr ""
1541
 
1542
- #: framework/extensions/product-reviews/metabox.php:114
 
1543
  msgid "Affiliate Link"
1544
  msgstr ""
1545
 
1546
- #: framework/extensions/product-reviews/metabox.php:120
 
1547
  msgid "Open Link In New Tab"
1548
  msgstr ""
1549
 
1550
- #: framework/extensions/product-reviews/metabox.php:126
 
1551
  msgid "Sponsored Attribute"
1552
  msgstr ""
1553
 
1554
- #: framework/extensions/product-reviews/metabox.php:148
 
1555
  msgid "Read More Button Label"
1556
  msgstr ""
1557
 
1558
  #: framework/extensions/product-reviews/metabox.php:150,
1559
- #: framework/extensions/product-reviews/views/single-top.php:162
 
 
1560
  msgid "Read More"
1561
  msgstr ""
1562
 
1563
- #: framework/extensions/product-reviews/metabox.php:170
 
1564
  msgid "Short Description"
1565
  msgstr ""
1566
 
1567
- #: framework/extensions/product-reviews/metabox.php:185
 
1568
  msgid "Scores"
1569
  msgstr ""
1570
 
1571
- #: framework/extensions/product-reviews/metabox.php:225
 
1572
  msgid "Product specs"
1573
  msgstr ""
1574
 
1575
  #: framework/extensions/product-reviews/metabox.php:250,
1576
- #: framework/extensions/product-reviews/views/single-top.php:262
 
 
1577
  msgid "Pros"
1578
  msgstr ""
1579
 
1580
  #: framework/extensions/product-reviews/metabox.php:270,
1581
- #: framework/extensions/product-reviews/views/single-top.php:285
 
 
1582
  msgid "Cons"
1583
  msgstr ""
1584
 
1585
  #. translators: This is a brand name. Preferably to not be translated
1586
  #: framework/extensions/trending/config.php:5,
1587
- #: framework/extensions/trending/customizer.php:97
 
 
1588
  msgctxt "Extension Brand Name"
1589
  msgid "Trending Posts"
1590
  msgstr ""
1591
 
1592
- #: framework/extensions/trending/config.php:6
 
1593
  msgid ""
1594
  "Highlight your most popular posts or products based on the number of "
1595
  "comments or reviews they have gotten in the specified period of time."
1596
  msgstr ""
1597
 
1598
  #: framework/extensions/trending/customizer.php:8,
 
1599
  #: framework/premium/extensions/shortcuts/views/bar.php:48,
1600
- #: framework/premium/features/premium-header/items/search-input/options.php:6
 
 
1601
  msgid "Products"
1602
  msgstr ""
1603
 
1604
  #: framework/extensions/trending/customizer.php:36,
1605
- #: framework/extensions/widgets/widgets/ct-posts/options.php:38
 
 
1606
  msgid "All categories"
1607
  msgstr ""
1608
 
1609
  #: framework/extensions/trending/customizer.php:41,
1610
- #: framework/extensions/widgets/widgets/ct-posts/options.php:43
 
 
1611
  msgid "Taxonomy"
1612
  msgstr ""
1613
 
1614
  #: framework/extensions/trending/customizer.php:42,
1615
- #: framework/extensions/widgets/widgets/ct-posts/options.php:44
 
 
1616
  msgid "All taxonomies"
1617
  msgstr ""
1618
 
1619
- #: framework/extensions/trending/customizer.php:106
 
1620
  msgid "Trending Posts"
1621
  msgstr ""
1622
 
1623
- #: framework/extensions/trending/customizer.php:115
 
1624
  msgid "Module Title"
1625
  msgstr ""
1626
 
1627
  #: framework/extensions/trending/customizer.php:118,
1628
- #: framework/extensions/trending/helpers.php:221
 
 
1629
  msgid "Trending now"
1630
  msgstr ""
1631
 
1632
- #: framework/extensions/trending/customizer.php:123
 
1633
  msgid "Module Title Tag"
1634
  msgstr ""
1635
 
1636
  #: framework/extensions/trending/customizer.php:149,
1637
  #: framework/extensions/trending/customizer.php:162,
1638
- #: framework/extensions/widgets/widgets/ct-posts/options.php:137
 
 
 
1639
  msgid "Post Type"
1640
  msgstr ""
1641
 
1642
  #: framework/extensions/trending/customizer.php:171,
 
1643
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
1644
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
1645
- #: framework/extensions/widgets/widgets/ct-posts/options.php:168
 
 
 
1646
  msgid "Source"
1647
  msgstr ""
1648
 
1649
  #: framework/extensions/trending/customizer.php:176,
1650
- #: framework/extensions/widgets/widgets/ct-posts/options.php:154
 
 
1651
  msgid "Taxonomies"
1652
  msgstr ""
1653
 
1654
  #: framework/extensions/trending/customizer.php:177,
 
1655
  #: framework/extensions/widgets/widgets/ct-posts/options.php:155,
1656
- #: framework/extensions/widgets/widgets/ct-posts/options.php:174
 
 
1657
  msgid "Custom Query"
1658
  msgstr ""
1659
 
1660
  #: framework/extensions/trending/customizer.php:200,
1661
- #: framework/extensions/widgets/widgets/ct-posts/options.php:243
 
 
1662
  msgid "Posts ID"
1663
  msgstr ""
1664
 
1665
  #: framework/extensions/trending/customizer.php:204,
1666
- #: framework/extensions/widgets/widgets/ct-posts/options.php:247
 
 
1667
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
1668
  msgstr ""
1669
 
1670
- #: framework/extensions/trending/customizer.php:220
 
1671
  msgid "Trending From"
1672
  msgstr ""
1673
 
1674
  #: framework/extensions/trending/customizer.php:229,
1675
- #: framework/extensions/widgets/widgets/ct-posts/options.php:213
 
 
1676
  msgid "All Time"
1677
  msgstr ""
1678
 
1679
- #: framework/extensions/trending/customizer.php:230
 
1680
  msgid "Last 24 Hours"
1681
  msgstr ""
1682
 
1683
- #: framework/extensions/trending/customizer.php:231
 
1684
  msgid "Last 7 Days"
1685
  msgstr ""
1686
 
1687
- #: framework/extensions/trending/customizer.php:232
 
1688
  msgid "Last Month"
1689
  msgstr ""
1690
 
1691
- #: framework/extensions/trending/customizer.php:245
 
1692
  msgid "Image Size"
1693
  msgstr ""
1694
 
1695
- #: framework/extensions/trending/customizer.php:267
 
1696
  msgid "Container Visibility"
1697
  msgstr ""
1698
 
1699
- #: framework/extensions/trending/customizer.php:288
 
1700
  msgid "Display Location"
1701
  msgstr ""
1702
 
1703
- #: framework/extensions/trending/customizer.php:296
 
1704
  msgid "Before Footer"
1705
  msgstr ""
1706
 
1707
- #: framework/extensions/trending/customizer.php:301
 
1708
  msgid "After Footer"
1709
  msgstr ""
1710
 
1711
- #: framework/extensions/trending/customizer.php:306
 
1712
  msgid "After Header"
1713
  msgstr ""
1714
 
1715
  #: framework/extensions/trending/customizer.php:312,
1716
  #: framework/features/header/header-options.php:158,
1717
  #: framework/premium/extensions/shortcuts/customizer.php:763,
 
 
1718
  #: framework/premium/features/content-blocks/options/archive.php:186,
1719
  #: framework/premium/features/content-blocks/options/header.php:142,
1720
  #: framework/premium/features/content-blocks/options/hook.php:236,
1721
  #: framework/premium/features/content-blocks/options/popup.php:297,
1722
- #: framework/premium/features/content-blocks/options/single.php:140
 
 
 
 
 
 
1723
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:49
1724
  #: framework/premium/static/js/footer/EditConditions.js:97
1725
  #: static/js/header/EditConditions.js:103
1726
  msgid "Display Conditions"
1727
  msgstr ""
1728
 
1729
- #: framework/extensions/trending/customizer.php:323
 
1730
  msgid "Trending Block Display Conditions"
1731
  msgstr ""
1732
 
1733
- #: framework/extensions/trending/customizer.php:324
 
1734
  msgid "Add one or more conditions to display the trending block."
1735
  msgstr ""
1736
 
1737
- #: framework/extensions/trending/customizer.php:339
 
1738
  msgid "Posts Font"
1739
  msgstr ""
1740
 
1741
  #. translators: This is a brand name. Preferably to not be translated
1742
- #: framework/extensions/widgets/config.php:5
 
1743
  msgctxt "Extension Brand Name"
1744
  msgid "Widgets"
1745
  msgstr ""
1746
 
1747
- #: framework/extensions/widgets/config.php:6
 
1748
  msgid ""
1749
  "Add new handcrafted widgets to your sidebars! Social Network Icons, "
1750
  "Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent "
1751
  "Posts are the choices available."
1752
  msgstr ""
1753
 
1754
- #: framework/features/header/account-modal.php:37
 
1755
  msgid "Close account modal"
1756
  msgstr ""
1757
 
1758
  #: framework/features/header/account-modal.php:49,
 
1759
  #: framework/features/header/items/account/options.php:631,
1760
- #: framework/features/header/items/account/views/logout.php:7
 
 
1761
  msgid "Login"
1762
  msgstr ""
1763
 
1764
- #: framework/features/header/account-modal.php:53
 
1765
  msgid "Sign Up"
1766
  msgstr ""
1767
 
1768
- #: framework/features/header/account-modal.php:72
 
1769
  msgid "Back to login"
1770
  msgstr ""
1771
 
1772
- #: framework/features/header/header-options.php:6
 
1773
  msgid "Sticky Functionality"
1774
  msgstr ""
1775
 
1776
- #: framework/features/header/header-options.php:32
 
1777
  msgid "Only Main Row"
1778
  msgstr ""
1779
 
1780
- #: framework/features/header/header-options.php:37
 
1781
  msgid "Top & Main Row"
1782
  msgstr ""
1783
 
1784
- #: framework/features/header/header-options.php:42
 
1785
  msgid "All Rows"
1786
  msgstr ""
1787
 
1788
- #: framework/features/header/header-options.php:47
 
1789
  msgid "Main & Bottom Row"
1790
  msgstr ""
1791
 
1792
- #: framework/features/header/header-options.php:52
 
1793
  msgid "Only Top Row"
1794
  msgstr ""
1795
 
1796
- #: framework/features/header/header-options.php:57
 
1797
  msgid "Only Bottom Row"
1798
  msgstr ""
1799
 
1800
- #: framework/features/header/header-options.php:63
 
1801
  msgid "Effect"
1802
  msgstr ""
1803
 
1804
- #: framework/features/header/header-options.php:72
 
1805
  msgid "Slide Down"
1806
  msgstr ""
1807
 
1808
- #: framework/features/header/header-options.php:73
 
1809
  msgid "Fade"
1810
  msgstr ""
1811
 
1812
- #: framework/features/header/header-options.php:74
 
1813
  msgid "Auto Hide/Show"
1814
  msgstr ""
1815
 
1816
- #: framework/features/header/header-options.php:79
 
1817
  msgid "Offset"
1818
  msgstr ""
1819
 
1820
  #: framework/features/header/header-options.php:92,
1821
- #: framework/features/header/header-options.php:174
 
 
1822
  msgid "Enable on"
1823
  msgstr ""
1824
 
1825
- #: framework/features/header/header-options.php:120
 
1826
  msgid "Transparent Functionality"
1827
  msgstr ""
1828
 
1829
- #: framework/premium/features/content-blocks.php:113
 
1830
  msgid "Hide Hooks"
1831
  msgstr ""
1832
 
1833
- #: framework/premium/features/content-blocks.php:114
 
1834
  msgid "Show Hooks"
1835
  msgstr ""
1836
 
1837
- #: framework/premium/features/content-blocks.php:125
 
1838
  msgid "Hooks Locations"
1839
  msgstr ""
1840
 
1841
- #: framework/premium/features/content-blocks.php:170
 
1842
  msgid "Hide Theme Hooks"
1843
  msgstr ""
1844
 
1845
- #: framework/premium/features/content-blocks.php:171
 
1846
  msgid "Show Theme Hooks"
1847
  msgstr ""
1848
 
1849
- #: framework/premium/features/content-blocks.php:179
 
1850
  msgid "Hide WooCommerce Hooks"
1851
  msgstr ""
1852
 
1853
- #: framework/premium/features/content-blocks.php:180
 
1854
  msgid "Show WooCommerce Hooks"
1855
  msgstr ""
1856
 
1857
  #: framework/premium/features/content-blocks.php:579,
1858
- #: framework/premium/features/content-blocks.php:585
 
 
1859
  msgid "Content Blocks"
1860
  msgstr ""
1861
 
1862
  #: framework/premium/features/content-blocks.php:580,
1863
- #: framework/premium/extensions/mega-menu/options.php:333
 
 
1864
  msgid "Content Block"
1865
  msgstr ""
1866
 
1867
- #: framework/premium/features/content-blocks.php:581
 
1868
  msgid "Add New"
1869
  msgstr ""
1870
 
1871
- #: framework/premium/features/content-blocks.php:582
 
1872
  msgid "Add New Content Block"
1873
  msgstr ""
1874
 
1875
- #: framework/premium/features/content-blocks.php:583
 
1876
  msgid "Edit Content Block"
1877
  msgstr ""
1878
 
1879
- #: framework/premium/features/content-blocks.php:584
 
1880
  #: framework/premium/static/js/hooks/CreateHook.js:33
1881
  msgid "New Content Block"
1882
  msgstr ""
1883
 
1884
- #: framework/premium/features/content-blocks.php:586
 
1885
  msgid "View Content Block"
1886
  msgstr ""
1887
 
1888
- #: framework/premium/features/content-blocks.php:587
 
1889
  msgid "Search Content Blocks"
1890
  msgstr ""
1891
 
1892
- #: framework/premium/features/content-blocks.php:588
 
1893
  msgid "Nothing found"
1894
  msgstr ""
1895
 
1896
- #: framework/premium/features/content-blocks.php:589
 
1897
  msgid "Nothing found in Trash"
1898
  msgstr ""
1899
 
1900
- #: framework/premium/features/content-blocks.php:878
 
1901
  msgid "Close popup"
1902
  msgstr ""
1903
 
1904
- #: framework/premium/features/media-meta-fields.php:29
 
1905
  msgid "Attachment Video"
1906
  msgstr ""
1907
 
1908
- #: framework/premium/features/media-meta-fields.php:33
 
1909
  msgid "Video URL"
1910
  msgstr ""
1911
 
1912
  #. translators: %s: Link to wordpress.org article
1913
- #: framework/premium/features/media-meta-fields.php:39
 
1914
  msgid ""
1915
  "Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an "
1916
  "MP4 file into the media library."
1917
  msgstr ""
1918
 
1919
- #: framework/premium/features/media-meta-fields.php:42
 
1920
  msgid "Upload"
1921
  msgstr ""
1922
 
1923
- #: framework/premium/features/media-meta-fields.php:44
 
1924
  msgid "Upload Video (MP4 File)"
1925
  msgstr ""
1926
 
1927
  #: framework/premium/features/premium-footer.php:14,
1928
- #: framework/premium/features/premium-footer.php:28
 
 
1929
  msgid "Footer Menu 1"
1930
  msgstr ""
1931
 
1932
  #: framework/premium/features/premium-footer.php:29,
1933
- #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
 
 
1934
  msgid "Footer Menu 2"
1935
  msgstr ""
1936
 
1937
- #: framework/premium/features/premium-header.php:49
 
1938
  msgid "Header Menu 3"
1939
  msgstr ""
1940
 
1941
- #: framework/premium/features/premium-header.php:50
 
1942
  msgid "Mobile Menu 1"
1943
  msgstr ""
1944
 
1945
- #: framework/premium/features/premium-header.php:51
 
1946
  msgid "Mobile Menu 2"
1947
  msgstr ""
1948
 
1949
- #: framework/premium/features/premium-header.php:142
 
1950
  msgid "Header Widget Area "
1951
  msgstr ""
1952
 
@@ -1956,6 +2802,11 @@ msgstr ""
1956
  #: framework/premium/features/premium-header.php:333,
1957
  #: framework/premium/features/premium-header.php:355,
1958
  #: framework/premium/extensions/mega-menu/options.php:422,
 
 
 
 
 
1959
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:112,
1960
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:174,
1961
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
@@ -1969,6 +2820,7 @@ msgstr ""
1969
  #: framework/features/header/items/account/options.php:438,
1970
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
1971
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:18,
 
1972
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
1973
  #: framework/premium/features/premium-header/items/contacts/options.php:65,
1974
  #: framework/premium/features/premium-header/items/contacts/options.php:102,
@@ -1977,44 +2829,88 @@ msgstr ""
1977
  #: framework/premium/features/premium-header/items/contacts/options.php:210,
1978
  #: framework/premium/features/premium-header/items/contacts/options.php:246,
1979
  #: framework/premium/features/premium-header/items/contacts/options.php:282,
1980
- #: framework/premium/features/premium-header/items/search-input/options.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1981
  msgid "Icon"
1982
  msgstr ""
1983
 
1984
  #: framework/premium/features/premium-header.php:212,
1985
  #: framework/premium/extensions/mega-menu/options.php:436,
1986
  #: framework/premium/extensions/woocommerce-extra/extension.php:381,
 
1987
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:489,
1988
  #: framework/extensions/widgets/widgets/ct-socials/options.php:92,
1989
- #: framework/premium/features/premium-header/items/contacts/options.php:310
 
 
 
 
 
1990
  msgid "Icons Size"
1991
  msgstr ""
1992
 
1993
  #: framework/premium/features/premium-header.php:224,
1994
- #: framework/premium/extensions/mega-menu/options.php:458
 
 
1995
  msgid "Icon Position"
1996
  msgstr ""
1997
 
1998
  #: framework/premium/features/premium-header.php:231,
1999
  #: framework/premium/extensions/mega-menu/options.php:465,
2000
  #: framework/premium/extensions/shortcuts/customizer.php:659,
 
2001
  #: framework/features/header/items/account/options.php:318,
2002
  #: framework/features/header/items/account/options.php:615,
2003
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:130
 
 
 
 
 
2004
  msgid "Left"
2005
  msgstr ""
2006
 
2007
  #: framework/premium/features/premium-header.php:232,
2008
  #: framework/premium/extensions/mega-menu/options.php:466,
2009
  #: framework/premium/extensions/shortcuts/customizer.php:660,
 
2010
  #: framework/features/header/items/account/options.php:319,
2011
  #: framework/features/header/items/account/options.php:616,
2012
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:131
 
 
 
 
 
2013
  msgid "Right"
2014
  msgstr ""
2015
 
2016
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
2017
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
 
 
2018
  msgid "Newsletter"
2019
  msgstr ""
2020
 
@@ -2023,71 +2919,96 @@ msgstr ""
2023
  #: framework/premium/extensions/shortcuts/customizer.php:889,
2024
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:24,
2025
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
2026
- #: framework/features/header/items/account/options.php:336
 
 
 
 
 
 
2027
  msgid "Text"
2028
  msgstr ""
2029
 
2030
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
2031
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:27,
2032
- #: framework/extensions/widgets/widgets/ct-quote/options.php:34
 
 
 
2033
  msgid "You can add here some arbitrary HTML code."
2034
  msgstr ""
2035
 
2036
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
 
2037
  msgid "Container Type"
2038
  msgstr ""
2039
 
2040
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
 
2041
  msgid "Boxed"
2042
  msgstr ""
2043
 
2044
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
 
2045
  msgid "Content Alignment"
2046
  msgstr ""
2047
 
2048
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
 
2049
  msgid "Newsletter Subscribe"
2050
  msgstr ""
2051
 
2052
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
 
2053
  msgid "Newsletter subscribe form"
2054
  msgstr ""
2055
 
2056
- #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
 
2057
  msgid "Thank you for subscribing to our newsletter!"
2058
  msgstr ""
2059
 
2060
- #: framework/extensions/product-reviews/views/single-top.php:238
 
2061
  msgid "Specs"
2062
  msgstr ""
2063
 
2064
  #: framework/features/header/modal/login.php:28,
2065
- #: framework/features/header/modal/lostpassword.php:5
 
 
2066
  msgid "Username or Email Address"
2067
  msgstr ""
2068
 
2069
  #: framework/features/header/modal/login.php:33,
2070
- #: framework/features/header/modal/register.php:42
 
 
2071
  msgid "Password"
2072
  msgstr ""
2073
 
2074
- #: framework/features/header/modal/login.php:40
 
2075
  msgid "Remember Me"
2076
  msgstr ""
2077
 
2078
- #: framework/features/header/modal/login.php:44
 
2079
  msgid "Forgot Password?"
2080
  msgstr ""
2081
 
2082
- #: framework/features/header/modal/login.php:62
 
2083
  msgid "Log In"
2084
  msgstr ""
2085
 
2086
- #: framework/features/header/modal/lostpassword.php:13
 
2087
  msgid "Get New Password"
2088
  msgstr ""
2089
 
2090
- #: framework/features/header/modal/register.php:30
 
2091
  msgid "Username"
2092
  msgstr ""
2093
 
@@ -2096,25 +3017,35 @@ msgstr ""
2096
  #: framework/premium/extensions/shortcuts/customizer.php:153,
2097
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:368,
2098
  #: framework/premium/extensions/shortcuts/views/bar.php:45,
2099
- #: framework/premium/features/premium-header/items/contacts/options.php:221
 
 
 
 
 
 
2100
  msgid "Email"
2101
  msgstr ""
2102
 
2103
- #: framework/features/header/modal/register.php:58
 
2104
  msgid "Registration confirmation will be emailed to you"
2105
  msgstr ""
2106
 
2107
- #: framework/features/header/modal/register.php:63
 
2108
  msgid "Register"
2109
  msgstr ""
2110
 
2111
  #. translators: This is a brand name. Preferably to not be translated
2112
- #: framework/premium/extensions/adobe-typekit/config.php:5
 
2113
  msgctxt "Extension Brand Name"
2114
  msgid "Adobe Fonts"
2115
  msgstr ""
2116
 
2117
- #: framework/premium/extensions/adobe-typekit/config.php:6
 
2118
  msgid ""
2119
  "Connect your Adobe Fonts project and use the selected fonts throughout "
2120
  "Blocksy and your favorite page builder."
@@ -2124,12 +3055,17 @@ msgstr ""
2124
  #: framework/premium/extensions/code-snippets/config.php:5,
2125
  #: framework/premium/extensions/code-snippets/extension.php:24,
2126
  #: framework/premium/extensions/code-snippets/extension.php:71,
2127
- #: framework/premium/extensions/code-snippets/extension.php:114
 
 
 
 
2128
  msgctxt "Extension Brand Name"
2129
  msgid "Custom Code Snippets"
2130
  msgstr ""
2131
 
2132
- #: framework/premium/extensions/code-snippets/config.php:6
 
2133
  msgid ""
2134
  "Inject custom code snippets throughout your website. The extension works "
2135
  "globally or on a per post/page basis."
@@ -2137,73 +3073,93 @@ msgstr ""
2137
 
2138
  #: framework/premium/extensions/code-snippets/extension.php:31,
2139
  #: framework/premium/extensions/code-snippets/extension.php:78,
2140
- #: framework/premium/extensions/code-snippets/extension.php:123
 
 
 
2141
  msgid "Header scripts"
2142
  msgstr ""
2143
 
2144
  #: framework/premium/extensions/code-snippets/extension.php:42,
2145
  #: framework/premium/extensions/code-snippets/extension.php:89,
2146
- #: framework/premium/extensions/code-snippets/extension.php:134
 
 
 
2147
  msgid "After body open scripts"
2148
  msgstr ""
2149
 
2150
  #: framework/premium/extensions/code-snippets/extension.php:53,
2151
  #: framework/premium/extensions/code-snippets/extension.php:100,
2152
- #: framework/premium/extensions/code-snippets/extension.php:145
 
 
 
2153
  msgid "Footer scripts"
2154
  msgstr ""
2155
 
2156
- #: framework/premium/extensions/code-snippets/readme.php:4
 
2157
  msgid ""
2158
  "After activating the Custom Code Snippets extension you will have two ways "
2159
  "to manage your snippets:"
2160
  msgstr ""
2161
 
2162
- #: framework/premium/extensions/code-snippets/readme.php:9
 
2163
  msgid "Globally"
2164
  msgstr ""
2165
 
2166
- #: framework/premium/extensions/code-snippets/readme.php:13
 
2167
  msgid "Navigate to %s and place there your header, body or footer scripts."
2168
  msgstr ""
2169
 
2170
- #: framework/premium/extensions/code-snippets/readme.php:16
 
2171
  msgid "Customizer ➝ Custom Code Snippets"
2172
  msgstr ""
2173
 
2174
- #: framework/premium/extensions/code-snippets/readme.php:24
 
2175
  msgid "Per page/post"
2176
  msgstr ""
2177
 
2178
- #: framework/premium/extensions/code-snippets/readme.php:28
 
2179
  msgid ""
2180
  "Edit your page or post, click on %s, scroll down and you will see the %2s "
2181
  "panel."
2182
  msgstr ""
2183
 
2184
- #: framework/premium/extensions/code-snippets/readme.php:32
 
2185
  msgid "%s Page Settings"
2186
  msgstr ""
2187
 
2188
  #. translators: This is a brand name. Preferably to not be translated
2189
- #: framework/premium/extensions/custom-fonts/config.php:5
 
2190
  msgctxt "Extension Brand Name"
2191
  msgid "Custom Fonts"
2192
  msgstr ""
2193
 
2194
- #: framework/premium/extensions/custom-fonts/config.php:6
 
2195
  msgid ""
2196
  "Upload an unlimited number of custom fonts or variable fonts and use them "
2197
  "throughout Blocksy and your favorite page builder."
2198
  msgstr ""
2199
 
2200
  #. translators: This is a brand name. Preferably to not be translated
2201
- #: framework/premium/extensions/local-google-fonts/config.php:5
 
2202
  msgctxt "Extension Brand Name"
2203
  msgid "Local Google Fonts"
2204
  msgstr ""
2205
 
2206
- #: framework/premium/extensions/local-google-fonts/config.php:6
 
2207
  msgid ""
2208
  "Serve your chosen Google Fonts from your own web server. This will increase "
2209
  "the loading speed and makes sure your website complies with the privacy "
@@ -2211,12 +3167,14 @@ msgid ""
2211
  msgstr ""
2212
 
2213
  #. translators: This is a brand name. Preferably to not be translated
2214
- #: framework/premium/extensions/mega-menu/config.php:5
 
2215
  msgctxt "Extension Brand Name"
2216
  msgid "Advanced Menu"
2217
  msgstr ""
2218
 
2219
- #: framework/premium/extensions/mega-menu/config.php:6
 
2220
  msgid ""
2221
  "Create beautiful personalised menus that set your website apart from the "
2222
  "others. Add icons and badges to your entries and even add Content Blocks "
@@ -2224,88 +3182,114 @@ msgid ""
2224
  msgstr ""
2225
 
2226
  #: framework/premium/extensions/mega-menu/config.php:10,
2227
- #: framework/premium/extensions/shortcuts/config.php:13
 
 
2228
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
2229
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
2230
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
2231
  msgid "Configure"
2232
  msgstr ""
2233
 
2234
- #: framework/premium/extensions/mega-menu/extension.php:99
 
2235
  msgid "Menu Item Settings"
2236
  msgstr ""
2237
 
2238
- #: framework/premium/extensions/mega-menu/extension.php:257
 
2239
  msgid "New"
2240
  msgstr ""
2241
 
2242
  #: framework/premium/extensions/mega-menu/options.php:16,
2243
- #: framework/premium/extensions/mega-menu/options.php:530
 
 
2244
  msgid "Mega Menu Settings"
2245
  msgstr ""
2246
 
2247
- #: framework/premium/extensions/mega-menu/options.php:27
 
2248
  msgid "Dropdown Width"
2249
  msgstr ""
2250
 
2251
  #: framework/premium/extensions/mega-menu/options.php:35,
2252
- #: framework/premium/extensions/mega-menu/options.php:48
 
 
2253
  msgid "Content Width"
2254
  msgstr ""
2255
 
2256
  #: framework/premium/extensions/mega-menu/options.php:36,
2257
- #: framework/premium/extensions/mega-menu/options.php:57
 
 
2258
  msgid "Full Width"
2259
  msgstr ""
2260
 
2261
  #: framework/premium/extensions/mega-menu/options.php:37,
2262
- #: framework/premium/features/content-blocks/options/archive.php:59
 
 
2263
  msgid "Custom Width"
2264
  msgstr ""
2265
 
2266
- #: framework/premium/extensions/mega-menu/options.php:56
 
2267
  msgid "Default Width"
2268
  msgstr ""
2269
 
2270
- #: framework/premium/extensions/mega-menu/options.php:85
 
2271
  msgid "Columns"
2272
  msgstr ""
2273
 
2274
- #: framework/premium/extensions/mega-menu/options.php:320
 
2275
  msgid "Custom Content"
2276
  msgstr ""
2277
 
2278
- #: framework/premium/extensions/mega-menu/options.php:324
 
2279
  msgid "Content Type"
2280
  msgstr ""
2281
 
2282
- #: framework/premium/extensions/mega-menu/options.php:331
 
2283
  msgid "Default (Menu Item)"
2284
  msgstr ""
2285
 
2286
- #: framework/premium/extensions/mega-menu/options.php:332
 
2287
  msgid "Custom Text"
2288
  msgstr ""
2289
 
2290
  #: framework/premium/extensions/mega-menu/options.php:364,
2291
- #: framework/premium/extensions/mega-menu/options.php:371
 
 
2292
  msgid "Select Content Block"
2293
  msgstr ""
2294
 
2295
- #: framework/premium/extensions/mega-menu/options.php:367
 
2296
  msgid "Create a new content Block/Hook"
2297
  msgstr ""
2298
 
2299
  #: framework/premium/extensions/mega-menu/options.php:394,
2300
- #: framework/premium/extensions/mega-menu/options.php:720
 
 
2301
  msgid "Item Label Settings"
2302
  msgstr ""
2303
 
2304
- #: framework/premium/extensions/mega-menu/options.php:399
 
2305
  msgid "Item Label"
2306
  msgstr ""
2307
 
2308
- #: framework/premium/extensions/mega-menu/options.php:407
 
2309
  msgid "Enabled"
2310
  msgstr ""
2311
 
@@ -2314,91 +3298,130 @@ msgstr ""
2314
  #: framework/premium/features/content-blocks/options/archive.php:160,
2315
  #: framework/premium/features/content-blocks/options/header.php:108,
2316
  #: framework/premium/features/content-blocks/options/hook.php:113,
2317
- #: framework/premium/features/content-blocks/options/single.php:99
 
 
 
 
 
 
2318
  msgid "Disabled"
2319
  msgstr ""
2320
 
2321
- #: framework/premium/extensions/mega-menu/options.php:409
 
2322
  msgid "Heading"
2323
  msgstr ""
2324
 
2325
- #: framework/premium/extensions/mega-menu/options.php:415
 
2326
  msgid "Label Link"
2327
  msgstr ""
2328
 
2329
  #: framework/premium/extensions/mega-menu/options.php:481,
2330
- #: framework/premium/extensions/mega-menu/options.php:802
 
 
2331
  msgid "Menu Badge Settings"
2332
  msgstr ""
2333
 
2334
  #: framework/premium/extensions/mega-menu/options.php:499,
2335
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
 
 
2336
  msgid "Vertical Alignment"
2337
  msgstr ""
2338
 
2339
  #: framework/premium/extensions/mega-menu/options.php:534,
2340
  #: framework/premium/extensions/shortcuts/customizer.php:883,
2341
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2342
- #: framework/features/header/items/account/options.php:1166
 
 
 
 
2343
  msgid "Background"
2344
  msgstr ""
2345
 
2346
- #: framework/premium/extensions/mega-menu/options.php:548
 
2347
  msgid "Link Color"
2348
  msgstr ""
2349
 
2350
  #: framework/premium/extensions/mega-menu/options.php:568,
2351
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
 
 
2352
  #: framework/premium/features/premium-header/items/contacts/options.php:478,
2353
  #: framework/premium/features/premium-header/items/contacts/options.php:520,
2354
- #: framework/premium/features/premium-header/items/contacts/options.php:560
 
 
 
2355
  msgid "Link Initial"
2356
  msgstr ""
2357
 
2358
- #: framework/premium/extensions/mega-menu/options.php:573
 
2359
  msgid "Link Hover/Active"
2360
  msgstr ""
2361
 
2362
- #: framework/premium/extensions/mega-menu/options.php:578
 
2363
  msgid "Background Hover"
2364
  msgstr ""
2365
 
2366
- #: framework/premium/extensions/mega-menu/options.php:586
 
2367
  msgid "Heading Font"
2368
  msgstr ""
2369
 
2370
  #: framework/premium/extensions/mega-menu/options.php:595,
2371
- #: framework/premium/extensions/mega-menu/options.php:729
 
 
2372
  msgid "Heading Color"
2373
  msgstr ""
2374
 
2375
  #: framework/premium/extensions/mega-menu/options.php:607,
2376
  #: framework/premium/extensions/mega-menu/options.php:627,
2377
- #: framework/premium/extensions/mega-menu/options.php:741
 
 
 
2378
  msgid "Initial Color"
2379
  msgstr ""
2380
 
2381
  #: framework/premium/extensions/mega-menu/options.php:634,
2382
  #: framework/premium/extensions/shortcuts/customizer.php:900,
 
 
2383
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
2384
- #: framework/premium/features/premium-header/items/search-input/options.php:836
 
 
2385
  msgid "Items Divider"
2386
  msgstr ""
2387
 
2388
- #: framework/premium/extensions/mega-menu/options.php:649
 
2389
  msgid "Columns Divider"
2390
  msgstr ""
2391
 
2392
  #: framework/premium/extensions/mega-menu/options.php:664,
2393
- #: framework/premium/features/premium-header/items/search-input/options.php:818
 
 
2394
  msgid "Dropdown Shadow"
2395
  msgstr ""
2396
 
2397
- #: framework/premium/extensions/mega-menu/options.php:696
 
2398
  msgid "Column Settings"
2399
  msgstr ""
2400
 
2401
- #: framework/premium/extensions/mega-menu/options.php:700
 
2402
  msgid "Column Spacing"
2403
  msgstr ""
2404
 
@@ -2412,6 +3435,8 @@ msgstr ""
2412
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
2413
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
2414
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
 
 
2415
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:305,
2416
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:333,
2417
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:364,
@@ -2419,24 +3444,43 @@ msgstr ""
2419
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
2420
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
2421
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
2422
- #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2423
  msgid "Icon Color"
2424
  msgstr ""
2425
 
2426
  #. translators: This is a brand name. Preferably to not be translated
2427
- #: framework/premium/extensions/post-types-extra/config.php:5
 
2428
  msgctxt "Extension Brand Name"
2429
  msgid "Post Types Extra"
2430
  msgstr ""
2431
 
2432
- #: framework/premium/extensions/post-types-extra/config.php:6
 
2433
  msgid ""
2434
  "Enables support for Custom Fields inside archive cards and single page post "
2435
  "title, adds a reading progress bar for your posts and lets you set featured "
2436
  "images and colors for your categories archives."
2437
  msgstr ""
2438
 
2439
- #: framework/premium/extensions/post-types-extra/readme.php:4
 
2440
  msgid ""
2441
  "After activating this extension you will be able to enable the read progress "
2442
  "bar for your single posts, add a featured image and set different colors to "
@@ -2445,70 +3489,86 @@ msgid ""
2445
  "taxonomies archive filters."
2446
  msgstr ""
2447
 
2448
- #: framework/premium/extensions/post-types-extra/readme.php:10
 
2449
  msgid "Custom Fields"
2450
  msgstr ""
2451
 
2452
- #: framework/premium/extensions/post-types-extra/readme.php:14
 
2453
  msgid ""
2454
  "After setting up your custom fields you will be able to output them from %s "
2455
  "or from %2s."
2456
  msgstr ""
2457
 
2458
- #: framework/premium/extensions/post-types-extra/readme.php:17
 
2459
  msgid "Customizer ➝ Blog Posts ➝ Card Options"
2460
  msgstr ""
2461
 
2462
- #: framework/premium/extensions/post-types-extra/readme.php:21
 
2463
  msgid "Customizer ➝ Single Posts ➝ Post Title"
2464
  msgstr ""
2465
 
2466
- #: framework/premium/extensions/post-types-extra/readme.php:29
 
2467
  msgid "Taxonomies Filters"
2468
  msgstr ""
2469
 
2470
- #: framework/premium/extensions/post-types-extra/readme.php:33
 
2471
  msgid "You can enable the taxonomies filters from %s."
2472
  msgstr ""
2473
 
2474
- #: framework/premium/extensions/post-types-extra/readme.php:36
 
2475
  msgid "Customizer ➝ Blog Posts ➝ Filters"
2476
  msgstr ""
2477
 
2478
- #: framework/premium/extensions/post-types-extra/readme.php:44
 
2479
  msgid "Read Progress Bar"
2480
  msgstr ""
2481
 
2482
- #: framework/premium/extensions/post-types-extra/readme.php:48
 
2483
  msgid "This options could be enabled from %s."
2484
  msgstr ""
2485
 
2486
- #: framework/premium/extensions/post-types-extra/readme.php:51
 
2487
  msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
2488
  msgstr ""
2489
 
2490
- #: framework/premium/extensions/post-types-extra/readme.php:59
 
2491
  msgid "Taxonomy Featured Image & Custom Colors"
2492
  msgstr ""
2493
 
2494
- #: framework/premium/extensions/post-types-extra/readme.php:63
 
2495
  msgid ""
2496
  "To customize these options simply navigate to %s and edit one of your "
2497
  "categories."
2498
  msgstr ""
2499
 
2500
- #: framework/premium/extensions/post-types-extra/readme.php:66
 
2501
  msgid "Dashboard ➝ Posts ➝ Categories"
2502
  msgstr ""
2503
 
2504
  #. translators: This is a brand name. Preferably to not be translated
2505
  #: framework/premium/extensions/shortcuts/config.php:5,
2506
- #: framework/premium/extensions/shortcuts/customizer.php:524
 
 
2507
  msgctxt "Extension Brand Name"
2508
  msgid "Shortcuts Bar"
2509
  msgstr ""
2510
 
2511
- #: framework/premium/extensions/shortcuts/config.php:6
 
2512
  msgid ""
2513
  "Easily turn your websites into mobile first experiences. You can easily add "
2514
  "the most important actions at the bottom of the screen for easy access."
@@ -2518,7 +3578,12 @@ msgstr ""
2518
  #: framework/premium/extensions/shortcuts/customizer.php:35,
2519
  #: framework/premium/extensions/shortcuts/customizer.php:563,
2520
  #: framework/premium/extensions/shortcuts/views/bar.php:13,
2521
- #: framework/premium/extensions/shortcuts/views/bar.php:43
 
 
 
 
 
2522
  msgid "Home"
2523
  msgstr ""
2524
 
@@ -2528,71 +3593,109 @@ msgstr ""
2528
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:128,
2529
  #: framework/premium/extensions/shortcuts/views/bar.php:22,
2530
  #: framework/premium/extensions/shortcuts/views/bar.php:44,
2531
- #: framework/premium/features/premium-header/items/contacts/options.php:76
 
 
 
 
 
 
 
2532
  msgid "Phone"
2533
  msgstr ""
2534
 
2535
  #: framework/premium/extensions/shortcuts/customizer.php:192,
2536
  #: framework/premium/extensions/shortcuts/customizer.php:215,
2537
- #: framework/premium/extensions/shortcuts/views/bar.php:46
 
 
 
2538
  msgid "Scroll Top"
2539
  msgstr ""
2540
 
2541
  #: framework/premium/extensions/shortcuts/customizer.php:293,
2542
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
2543
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:539
 
 
 
2544
  msgid "Open link in new tab"
2545
  msgstr ""
2546
 
2547
- #: framework/premium/extensions/shortcuts/customizer.php:300
 
2548
  msgid "Set link to nofollow"
2549
  msgstr ""
2550
 
2551
- #: framework/premium/extensions/shortcuts/customizer.php:306
 
2552
  msgid "Custom class"
2553
  msgstr ""
2554
 
2555
  #: framework/premium/extensions/shortcuts/customizer.php:338,
2556
  #: framework/premium/extensions/shortcuts/customizer.php:361,
2557
- #: framework/premium/extensions/shortcuts/views/bar.php:47
 
 
 
2558
  msgid "Cart"
2559
  msgstr ""
2560
 
2561
  #: framework/premium/extensions/shortcuts/customizer.php:394,
2562
- #: framework/premium/extensions/shortcuts/customizer.php:417
 
 
2563
  msgid "Shop"
2564
  msgstr ""
2565
 
2566
  #: framework/premium/extensions/shortcuts/customizer.php:450,
2567
  #: framework/premium/extensions/shortcuts/customizer.php:473,
2568
  #: framework/premium/extensions/woocommerce-extra/readme.php:70,
 
 
 
2569
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
2570
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:141,
2571
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:105,
2572
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:111
 
 
 
 
2573
  msgid "Wishlist"
2574
  msgstr ""
2575
 
2576
  #: framework/premium/extensions/shortcuts/customizer.php:538,
2577
- #: framework/premium/features/content-blocks/admin-ui.php:196
 
 
2578
  msgid "Type"
2579
  msgstr ""
2580
 
2581
- #: framework/premium/extensions/shortcuts/customizer.php:557
 
2582
  msgid "Shortcuts"
2583
  msgstr ""
2584
 
2585
  #: framework/premium/extensions/shortcuts/customizer.php:612,
2586
  #: framework/features/header/items/account/options.php:275,
2587
  #: framework/features/header/items/account/options.php:572,
2588
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:92
 
 
 
 
2589
  msgid "Label Visibility"
2590
  msgstr ""
2591
 
2592
  #: framework/premium/extensions/shortcuts/customizer.php:652,
2593
  #: framework/features/header/items/account/options.php:311,
2594
  #: framework/features/header/items/account/options.php:608,
2595
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:123
 
 
 
 
2596
  msgid "Label Position"
2597
  msgstr ""
2598
 
@@ -2602,7 +3705,14 @@ msgstr ""
2602
  #: framework/features/header/items/account/options.php:320,
2603
  #: framework/features/header/items/account/options.php:617,
2604
  #: framework/premium/features/content-blocks/options/hook.php:307,
2605
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:132
 
 
 
 
 
 
 
2606
  msgid "Bottom"
2607
  msgstr ""
2608
 
@@ -2610,19 +3720,27 @@ msgstr ""
2610
  #: framework/features/header/items/account/options.php:258,
2611
  #: framework/features/header/items/account/options.php:499,
2612
  #: framework/features/header/items/account/options.php:555,
2613
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
 
 
 
 
 
2614
  msgid "Icon Size"
2615
  msgstr ""
2616
 
2617
- #: framework/premium/extensions/shortcuts/customizer.php:682
 
2618
  msgid "Container Height"
2619
  msgstr ""
2620
 
2621
- #: framework/premium/extensions/shortcuts/customizer.php:697
 
2622
  msgid "Container Max Width"
2623
  msgstr ""
2624
 
2625
- #: framework/premium/extensions/shortcuts/customizer.php:721
 
2626
  msgid "Scroll Interaction"
2627
  msgstr ""
2628
 
@@ -2636,96 +3754,135 @@ msgstr ""
2636
  #: framework/premium/features/content-blocks/options/hook.php:158,
2637
  #: framework/premium/features/content-blocks/options/popup.php:162,
2638
  #: framework/premium/features/content-blocks/options/popup.php:437,
2639
- #: framework/premium/features/premium-header/items/contacts/options.php:338
 
 
 
 
 
 
 
 
 
 
 
2640
  msgid "None"
2641
  msgstr ""
2642
 
2643
- #: framework/premium/extensions/shortcuts/customizer.php:727
 
2644
  msgid "Hide"
2645
  msgstr ""
2646
 
2647
- #: framework/premium/extensions/shortcuts/customizer.php:769
 
2648
  msgid "Shortcuts Bar Display Conditions"
2649
  msgstr ""
2650
 
2651
- #: framework/premium/extensions/shortcuts/customizer.php:770
 
2652
  msgid "Add one or more conditions to display the shortcuts bar."
2653
  msgstr ""
2654
 
2655
  #: framework/premium/extensions/shortcuts/customizer.php:784,
 
2656
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
2657
  #: framework/premium/features/premium-header/items/contacts/options.php:410,
2658
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
2659
- #: framework/premium/features/premium-header/items/language-switcher/options.php:376
 
 
 
 
2660
  msgid "Font"
2661
  msgstr ""
2662
 
2663
  #: framework/premium/extensions/shortcuts/customizer.php:826,
 
2664
  #: framework/premium/features/premium-header/items/contacts/options.php:590,
2665
  #: framework/premium/features/premium-header/items/contacts/options.php:619,
2666
  #: framework/premium/features/premium-header/items/contacts/options.php:650,
2667
- #: framework/premium/features/premium-header/items/contacts/options.php:680
 
 
 
 
2668
  msgid "Icons Color"
2669
  msgstr ""
2670
 
2671
- #: framework/premium/extensions/shortcuts/customizer.php:865
 
2672
  msgid "Cart Badge Color"
2673
  msgstr ""
2674
 
2675
- #: framework/premium/extensions/shortcuts/customizer.php:920
 
2676
  msgid "Items Divider Height"
2677
  msgstr ""
2678
 
2679
  #: framework/premium/extensions/shortcuts/customizer.php:934,
2680
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
2681
  #: framework/premium/features/content-blocks/options/popup.php:387,
2682
- #: framework/premium/features/premium-header/items/language-switcher/options.php:446
 
 
 
 
2683
  msgid "Shadow"
2684
  msgstr ""
2685
 
2686
  #. translators: This is a brand name. Preferably to not be translated
2687
- #: framework/premium/extensions/sidebars/config.php:5
 
2688
  msgctxt "Extension Brand Name"
2689
  msgid "Multiple Sidebars"
2690
  msgstr ""
2691
 
2692
- #: framework/premium/extensions/sidebars/config.php:6
 
2693
  msgid ""
2694
  "Create unlimited personalized sets of widget areas and display them on any "
2695
  "page or post using our conditional logic functionality."
2696
  msgstr ""
2697
 
2698
- #: framework/premium/extensions/sidebars/config.php:10
 
2699
  msgid "Create New Sidebar"
2700
  msgstr ""
2701
 
2702
- #: framework/premium/extensions/sidebars/form.php:3
 
2703
  #: framework/premium/extensions/sidebars/static/js/main.js:42
2704
  msgid "Create Sidebar/Widget Area"
2705
  msgstr ""
2706
 
2707
- #: framework/premium/extensions/sidebars/form.php:6
 
2708
  msgid ""
2709
  "In order to create a new sidebar/widget area simply enter a name in the "
2710
  "input below and click the Create Sidebar button."
2711
  msgstr ""
2712
 
2713
- #: framework/premium/extensions/sidebars/form.php:16
 
2714
  #: framework/premium/extensions/sidebars/static/js/main.js:58
2715
  msgid "Create Sidebar"
2716
  msgstr ""
2717
 
2718
- #: framework/premium/extensions/sidebars/form.php:20
 
2719
  msgid "Available Sidebars/Widget Areas"
2720
  msgstr ""
2721
 
2722
  #. translators: This is a brand name. Preferably to not be translated
2723
- #: framework/premium/extensions/white-label/config.php:5
 
2724
  msgctxt "Extension Brand Name"
2725
  msgid "White Label"
2726
  msgstr ""
2727
 
2728
- #: framework/premium/extensions/white-label/config.php:6
 
2729
  msgid ""
2730
  "Replace Blocksy's branding with your own. Easily hide licensing info and "
2731
  "other sections of the theme and companion plugin from your clients and make "
@@ -2733,35 +3890,42 @@ msgid ""
2733
  msgstr ""
2734
 
2735
  #. translators: This is a brand name. Preferably to not be translated
2736
- #: framework/premium/extensions/woocommerce-extra/config.php:5
 
2737
  msgctxt "Extension Brand Name"
2738
  msgid "WooCommerce Extra"
2739
  msgstr ""
2740
 
2741
- #: framework/premium/extensions/woocommerce-extra/config.php:6
 
2742
  msgid ""
2743
  "Make the shopping experience better for your visitors! Add features such as "
2744
  "Product Quick View, Wishlist functionality and a Floating Add to Cart "
2745
  "button. Customize the single product gallery/slider and the layout."
2746
  msgstr ""
2747
 
2748
- #: framework/premium/extensions/woocommerce-extra/customizer.php:5
 
2749
  msgid "Quick View Button"
2750
  msgstr ""
2751
 
2752
- #: framework/premium/extensions/woocommerce-extra/customizer.php:21
 
2753
  msgid "Trigger On"
2754
  msgstr ""
2755
 
2756
- #: framework/premium/extensions/woocommerce-extra/customizer.php:29
 
2757
  msgid "Button click"
2758
  msgstr ""
2759
 
2760
- #: framework/premium/extensions/woocommerce-extra/customizer.php:30
 
2761
  msgid "Image click"
2762
  msgstr ""
2763
 
2764
- #: framework/premium/extensions/woocommerce-extra/customizer.php:31
 
2765
  msgid "Card click"
2766
  msgstr ""
2767
 
@@ -2770,7 +3934,13 @@ msgstr ""
2770
  #: framework/features/header/items/account/options.php:235,
2771
  #: framework/features/header/items/account/options.php:476,
2772
  #: framework/features/header/items/account/options.php:534,
2773
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:66
 
 
 
 
 
 
2774
  msgid "Type 3"
2775
  msgstr ""
2776
 
@@ -2778,219 +3948,287 @@ msgstr ""
2778
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
2779
  #: framework/features/header/items/account/options.php:240,
2780
  #: framework/features/header/items/account/options.php:481,
2781
- #: framework/features/header/items/account/options.php:539
 
 
 
 
 
2782
  msgid "Type 4"
2783
  msgstr ""
2784
 
2785
  #: framework/premium/extensions/woocommerce-extra/extension.php:119,
2786
- #: framework/premium/extensions/woocommerce-extra/extension.php:138
 
 
2787
  msgid "Number of Columns"
2788
  msgstr ""
2789
 
2790
- #: framework/premium/extensions/woocommerce-extra/extension.php:162
 
2791
  msgid "Gallery Arrows Visibility"
2792
  msgstr ""
2793
 
2794
- #: framework/premium/extensions/woocommerce-extra/extension.php:183
 
2795
  msgid "Thumbnails Arrows Visibility"
2796
  msgstr ""
2797
 
2798
- #: framework/premium/extensions/woocommerce-extra/extension.php:391
 
2799
  msgid "Icons Spacing"
2800
  msgstr ""
2801
 
2802
- #: framework/premium/extensions/woocommerce-extra/extension.php:439
 
2803
  msgid "WooCommerce Offcanvas Filters"
2804
  msgstr ""
2805
 
2806
- #: framework/premium/extensions/woocommerce-extra/extension.php:441
 
2807
  msgid "Add widgets here."
2808
  msgstr ""
2809
 
2810
- #: framework/premium/extensions/woocommerce-extra/extension.php:714
 
2811
  msgid "Available Filters"
2812
  msgstr ""
2813
 
2814
- #: framework/premium/extensions/woocommerce-extra/extension.php:715
 
2815
  msgid "Close filters modal"
2816
  msgstr ""
2817
 
2818
- #: framework/premium/extensions/woocommerce-extra/extension.php:808
 
2819
  msgid "Quick view title before"
2820
  msgstr ""
2821
 
2822
- #: framework/premium/extensions/woocommerce-extra/extension.php:813
 
2823
  msgid "Quick view title after"
2824
  msgstr ""
2825
 
2826
- #: framework/premium/extensions/woocommerce-extra/extension.php:818
 
2827
  msgid "Quick view price before"
2828
  msgstr ""
2829
 
2830
- #: framework/premium/extensions/woocommerce-extra/extension.php:823
 
2831
  msgid "Quick view price after"
2832
  msgstr ""
2833
 
2834
- #: framework/premium/extensions/woocommerce-extra/extension.php:828
 
2835
  msgid "Quick view summary before"
2836
  msgstr ""
2837
 
2838
- #: framework/premium/extensions/woocommerce-extra/extension.php:833
 
2839
  msgid "Quick view summary after"
2840
  msgstr ""
2841
 
2842
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
2843
- #: framework/premium/extensions/woocommerce-extra/readme.php:25
 
 
2844
  msgid "Floating Cart"
2845
  msgstr ""
2846
 
2847
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
 
2848
  msgid "Position"
2849
  msgstr ""
2850
 
2851
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
2852
  #: framework/premium/features/content-blocks/hooks-manager.php:407,
2853
- #: framework/premium/features/content-blocks/options/hook.php:306
 
 
 
2854
  msgid "Top"
2855
  msgstr ""
2856
 
2857
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
 
2858
  msgid "Product Title Visibility"
2859
  msgstr ""
2860
 
2861
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
 
2862
  msgid "Floating Cart Visibility"
2863
  msgstr ""
2864
 
2865
- #: framework/premium/extensions/woocommerce-extra/helpers.php:79
 
2866
  msgid "Close quick view"
2867
  msgstr ""
2868
 
2869
- #: framework/premium/extensions/woocommerce-extra/helpers.php:106
 
2870
  msgid "Go to product page"
2871
  msgstr ""
2872
 
2873
- #: framework/premium/extensions/woocommerce-extra/helpers.php:152
 
2874
  msgid "Quick view toggle"
2875
  msgstr ""
2876
 
2877
- #: framework/premium/extensions/woocommerce-extra/helpers.php:152
 
2878
  msgid "Quick view icon"
2879
  msgstr ""
2880
 
2881
- #: framework/premium/extensions/woocommerce-extra/helpers.php:186
 
2882
  msgid "Filter"
2883
  msgstr ""
2884
 
2885
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
 
2886
  msgid "Off Canvas Filter"
2887
  msgstr ""
2888
 
2889
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
 
2890
  msgid "Filter Widgets"
2891
  msgstr ""
2892
 
2893
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
 
2894
  msgid "Widgets"
2895
  msgstr ""
2896
 
2897
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
 
2898
  msgid "Widgets Vertical Spacing"
2899
  msgstr ""
2900
 
2901
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
 
2902
  msgid "Widgets Title Font"
2903
  msgstr ""
2904
 
2905
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
 
2906
  msgid "Widgets Title Font Color"
2907
  msgstr ""
2908
 
2909
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
 
2910
  msgid "Widgets Font"
2911
  msgstr ""
2912
 
2913
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
 
2914
  msgid "Widgets Font Color"
2915
  msgstr ""
2916
 
2917
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
 
2918
  #: framework/premium/features/premium-header/items/contacts/options.php:472,
2919
  #: framework/premium/features/premium-header/items/contacts/options.php:515,
2920
- #: framework/premium/features/premium-header/items/contacts/options.php:555
 
 
 
2921
  msgid "Text Initial"
2922
  msgstr ""
2923
 
2924
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
 
2925
  #: framework/premium/features/premium-header/items/contacts/options.php:484,
2926
  #: framework/premium/features/premium-header/items/contacts/options.php:525,
2927
- #: framework/premium/features/premium-header/items/contacts/options.php:565
 
 
 
2928
  msgid "Link Hover"
2929
  msgstr ""
2930
 
2931
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
 
2932
  msgid "Filter Button & Panel"
2933
  msgstr ""
2934
 
2935
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
 
2936
  msgid "Filter Icon Type"
2937
  msgstr ""
2938
 
2939
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
 
2940
  msgid "Filter Button Visibility"
2941
  msgstr ""
2942
 
2943
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
 
2944
  msgid "Panel Reveal"
2945
  msgstr ""
2946
 
2947
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
 
2948
  msgid "Left Side"
2949
  msgstr ""
2950
 
2951
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
 
2952
  msgid "Right Side"
2953
  msgstr ""
2954
 
2955
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
 
2956
  msgid "Panel Width"
2957
  msgstr ""
2958
 
2959
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
 
2960
  msgid "Panel Background"
2961
  msgstr ""
2962
 
2963
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
 
2964
  msgid "Panel Shadow"
2965
  msgstr ""
2966
 
2967
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
2968
- #: framework/features/header/items/account/options.php:1155
 
 
2969
  msgid "Close Button Type"
2970
  msgstr ""
2971
 
2972
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
2973
- #: framework/features/header/items/account/options.php:1164
 
 
2974
  msgid "Simple"
2975
  msgstr ""
2976
 
2977
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
2978
- #: framework/features/header/items/account/options.php:1165
 
 
2979
  msgid "Border"
2980
  msgstr ""
2981
 
2982
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
2983
- #: framework/features/header/items/account/options.php:1208
 
 
2984
  msgid "Border Color"
2985
  msgstr ""
2986
 
2987
- #: framework/premium/extensions/woocommerce-extra/readme.php:4
 
2988
  msgid ""
2989
  "After installing and activating the WooCommerce Extra extension you will "
2990
  "have these features:"
2991
  msgstr ""
2992
 
2993
- #: framework/premium/extensions/woocommerce-extra/readme.php:10
 
2994
  msgid "Product Quick View"
2995
  msgstr ""
2996
 
@@ -2998,252 +4236,334 @@ msgstr ""
2998
  #: framework/premium/extensions/woocommerce-extra/readme.php:29,
2999
  #: framework/premium/extensions/woocommerce-extra/readme.php:44,
3000
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
3001
- #: framework/premium/extensions/woocommerce-extra/readme.php:74
 
 
 
 
 
3002
  msgid "Navigate to %s."
3003
  msgstr ""
3004
 
3005
- #: framework/premium/extensions/woocommerce-extra/readme.php:17
 
3006
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
3007
  msgstr ""
3008
 
3009
- #: framework/premium/extensions/woocommerce-extra/readme.php:32
 
3010
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
3011
  msgstr ""
3012
 
3013
- #: framework/premium/extensions/woocommerce-extra/readme.php:40
 
3014
  msgid "Advanced Gallery & Slider"
3015
  msgstr ""
3016
 
3017
- #: framework/premium/extensions/woocommerce-extra/readme.php:47
 
3018
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
3019
  msgstr ""
3020
 
3021
- #: framework/premium/extensions/woocommerce-extra/readme.php:55
 
3022
  msgid "Share Box"
3023
  msgstr ""
3024
 
3025
- #: framework/premium/extensions/woocommerce-extra/readme.php:62
 
3026
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
3027
  msgstr ""
3028
 
3029
- #: framework/premium/extensions/woocommerce-extra/readme.php:77
 
3030
  msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
3031
  msgstr ""
3032
 
3033
- #: framework/premium/features/content-blocks/admin-ui.php:17
 
3034
  msgid "Enable"
3035
  msgstr ""
3036
 
3037
- #: framework/premium/features/content-blocks/admin-ui.php:18
 
3038
  msgid "Disable"
3039
  msgstr ""
3040
 
3041
- #: framework/premium/features/content-blocks/admin-ui.php:69
 
3042
  msgid "Enabled %s content block."
3043
  msgid_plural "Enabled %s content blocks."
3044
  msgstr[0] ""
3045
  msgstr[1] ""
3046
 
3047
- #: framework/premium/features/content-blocks/admin-ui.php:94
 
3048
  msgid "Disabled %s content block."
3049
  msgid_plural "Disabled %s content blocks."
3050
  msgstr[0] ""
3051
  msgstr[1] ""
3052
 
3053
- #: framework/premium/features/content-blocks/admin-ui.php:120
 
3054
  #: framework/premium/static/js/hooks/CreateHook.js:68
3055
  msgid "Custom Content/Hooks"
3056
  msgstr ""
3057
 
3058
- #: framework/premium/features/content-blocks/admin-ui.php:121
 
3059
  #: framework/premium/static/js/hooks/CreateHook.js:77
3060
  msgid "Popup"
3061
  msgstr ""
3062
 
3063
- #: framework/premium/features/content-blocks/admin-ui.php:122
 
3064
  msgid "404 Page"
3065
  msgstr ""
3066
 
3067
  #: framework/premium/features/content-blocks/admin-ui.php:123,
3068
  #: framework/premium/features/content-blocks/hooks-manager.php:50,
3069
- #: framework/premium/features/content-blocks/hooks-manager.php:59
 
 
 
3070
  msgid "Header"
3071
  msgstr ""
3072
 
3073
  #: framework/premium/features/content-blocks/admin-ui.php:124,
3074
  #: framework/premium/features/content-blocks/hooks-manager.php:890,
3075
  #: framework/premium/features/content-blocks/hooks-manager.php:898,
3076
- #: framework/premium/features/content-blocks/hooks-manager.php:906
 
 
 
 
3077
  msgid "Footer"
3078
  msgstr ""
3079
 
3080
- #: framework/premium/features/content-blocks/admin-ui.php:125
 
3081
  msgid "Archive"
3082
  msgstr ""
3083
 
3084
- #: framework/premium/features/content-blocks/admin-ui.php:126
 
3085
  msgid "Single"
3086
  msgstr ""
3087
 
3088
- #: framework/premium/features/content-blocks/admin-ui.php:131
 
3089
  msgid "All types"
3090
  msgstr ""
3091
 
3092
- #: framework/premium/features/content-blocks/admin-ui.php:197
 
3093
  msgid "Location/Trigger"
3094
  msgstr ""
3095
 
3096
- #: framework/premium/features/content-blocks/admin-ui.php:198
 
3097
  msgid "Conditions"
3098
  msgstr ""
3099
 
3100
- #: framework/premium/features/content-blocks/admin-ui.php:199
 
3101
  msgid "Output"
3102
  msgstr ""
3103
 
3104
- #: framework/premium/features/content-blocks/admin-ui.php:200
 
3105
  msgid "Enable/Disable"
3106
  msgstr ""
3107
 
3108
  #: framework/premium/features/content-blocks/admin-ui.php:226,
3109
- #: framework/premium/features/content-blocks/options/popup.php:163
 
 
3110
  msgid "On scroll"
3111
  msgstr ""
3112
 
3113
  #: framework/premium/features/content-blocks/admin-ui.php:227,
3114
- #: framework/premium/features/content-blocks/options/popup.php:164
 
 
3115
  msgid "On scroll to element"
3116
  msgstr ""
3117
 
3118
  #: framework/premium/features/content-blocks/admin-ui.php:228,
3119
- #: framework/premium/features/content-blocks/options/popup.php:165
 
 
3120
  msgid "On page load"
3121
  msgstr ""
3122
 
3123
  #: framework/premium/features/content-blocks/admin-ui.php:229,
3124
- #: framework/premium/features/content-blocks/options/popup.php:166
 
 
3125
  msgid "After inactivity"
3126
  msgstr ""
3127
 
3128
  #: framework/premium/features/content-blocks/admin-ui.php:230,
3129
- #: framework/premium/features/content-blocks/options/popup.php:167
 
 
3130
  msgid "After x time"
3131
  msgstr ""
3132
 
3133
  #: framework/premium/features/content-blocks/admin-ui.php:231,
3134
- #: framework/premium/features/content-blocks/options/popup.php:168
 
 
3135
  msgid "After x pages"
3136
  msgstr ""
3137
 
3138
  #: framework/premium/features/content-blocks/admin-ui.php:232,
3139
- #: framework/premium/features/content-blocks/options/popup.php:169
 
 
3140
  msgid "On page exit intent"
3141
  msgstr ""
3142
 
3143
- #: framework/premium/features/content-blocks/admin-ui.php:236
 
3144
  msgid "Down"
3145
  msgstr ""
3146
 
3147
- #: framework/premium/features/content-blocks/admin-ui.php:237
 
3148
  msgid "Up"
3149
  msgstr ""
3150
 
3151
- #: framework/premium/features/content-blocks/hooks-manager.php:11
 
3152
  msgid "WP head"
3153
  msgstr ""
3154
 
3155
  #: framework/premium/features/content-blocks/hooks-manager.php:13,
3156
  #: framework/premium/features/content-blocks/hooks-manager.php:22,
3157
  #: framework/premium/features/content-blocks/hooks-manager.php:32,
3158
- #: framework/premium/features/content-blocks/hooks-manager.php:41
 
 
 
 
3159
  msgid "Head"
3160
  msgstr ""
3161
 
3162
- #: framework/premium/features/content-blocks/hooks-manager.php:20
 
3163
  msgid "WP head start"
3164
  msgstr ""
3165
 
3166
- #: framework/premium/features/content-blocks/hooks-manager.php:30
 
3167
  msgid "WP head end"
3168
  msgstr ""
3169
 
3170
- #: framework/premium/features/content-blocks/hooks-manager.php:39
 
3171
  msgid "WP body open"
3172
  msgstr ""
3173
 
3174
- #: framework/premium/features/content-blocks/hooks-manager.php:48
 
3175
  msgid "Header before"
3176
  msgstr ""
3177
 
3178
- #: framework/premium/features/content-blocks/hooks-manager.php:57
 
3179
  msgid "Header after"
3180
  msgstr ""
3181
 
3182
- #: framework/premium/features/content-blocks/hooks-manager.php:66
 
3183
  msgid "Desktop top"
3184
  msgstr ""
3185
 
3186
  #: framework/premium/features/content-blocks/hooks-manager.php:68,
3187
  #: framework/premium/features/content-blocks/hooks-manager.php:77,
3188
  #: framework/premium/features/content-blocks/hooks-manager.php:86,
3189
- #: framework/premium/features/content-blocks/hooks-manager.php:95
 
 
 
 
3190
  msgid "Header offcanvas"
3191
  msgstr ""
3192
 
3193
- #: framework/premium/features/content-blocks/hooks-manager.php:75
 
3194
  msgid "Desktop bottom"
3195
  msgstr ""
3196
 
3197
- #: framework/premium/features/content-blocks/hooks-manager.php:84
 
3198
  msgid "Mobile top"
3199
  msgstr ""
3200
 
3201
- #: framework/premium/features/content-blocks/hooks-manager.php:93
 
3202
  msgid "Mobile bottom"
3203
  msgstr ""
3204
 
3205
- #: framework/premium/features/content-blocks/hooks-manager.php:102
 
3206
  msgid "Sidebar before"
3207
  msgstr ""
3208
 
3209
  #: framework/premium/features/content-blocks/hooks-manager.php:103,
3210
  #: framework/premium/features/content-blocks/hooks-manager.php:110,
3211
  #: framework/premium/features/content-blocks/hooks-manager.php:117,
3212
- #: framework/premium/features/content-blocks/hooks-manager.php:124
 
 
 
 
3213
  msgid "Left/Right sidebar"
3214
  msgstr ""
3215
 
3216
- #: framework/premium/features/content-blocks/hooks-manager.php:109
 
3217
  msgid "Sidebar start"
3218
  msgstr ""
3219
 
3220
- #: framework/premium/features/content-blocks/hooks-manager.php:116
 
3221
  msgid "Sidebar end"
3222
  msgstr ""
3223
 
3224
- #: framework/premium/features/content-blocks/hooks-manager.php:123
 
3225
  msgid "Sidebar after"
3226
  msgstr ""
3227
 
3228
- #: framework/premium/features/content-blocks/hooks-manager.php:130
 
3229
  msgid "Dynamic sidebar before"
3230
  msgstr ""
3231
 
3232
  #: framework/premium/features/content-blocks/hooks-manager.php:131,
3233
  #: framework/premium/features/content-blocks/hooks-manager.php:138,
3234
- #: framework/premium/features/content-blocks/hooks-manager.php:146
 
 
 
3235
  msgid "All widget areas"
3236
  msgstr ""
3237
 
3238
- #: framework/premium/features/content-blocks/hooks-manager.php:137
 
3239
  msgid "Dynamic sidebar"
3240
  msgstr ""
3241
 
3242
- #: framework/premium/features/content-blocks/hooks-manager.php:145
 
3243
  msgid "Dynamic sidebar after"
3244
  msgstr ""
3245
 
3246
- #: framework/premium/features/content-blocks/hooks-manager.php:154
 
3247
  msgid "Before section"
3248
  msgstr ""
3249
 
@@ -3256,69 +4576,99 @@ msgstr ""
3256
  #: framework/premium/features/content-blocks/hooks-manager.php:203,
3257
  #: framework/premium/features/content-blocks/hooks-manager.php:211,
3258
  #: framework/premium/features/content-blocks/hooks-manager.php:219,
3259
- #: framework/premium/features/content-blocks/hooks-manager.php:227
 
 
 
 
 
 
 
 
 
 
3260
  msgid "Page/post title"
3261
  msgstr ""
3262
 
3263
  #: framework/premium/features/content-blocks/hooks-manager.php:162,
3264
  #: framework/premium/features/content-blocks/hooks-manager.php:280,
3265
- #: framework/premium/features/content-blocks/hooks-manager.php:322
 
 
 
3266
  msgid "Before title"
3267
  msgstr ""
3268
 
3269
- #: framework/premium/features/content-blocks/hooks-manager.php:170
 
3270
  msgid "Before description"
3271
  msgstr ""
3272
 
3273
- #: framework/premium/features/content-blocks/hooks-manager.php:178
 
3274
  msgid "Before breadcrumbs"
3275
  msgstr ""
3276
 
3277
- #: framework/premium/features/content-blocks/hooks-manager.php:186
 
3278
  msgid "Before post meta"
3279
  msgstr ""
3280
 
3281
  #: framework/premium/features/content-blocks/hooks-manager.php:194,
3282
  #: framework/premium/features/content-blocks/hooks-manager.php:287,
3283
- #: framework/premium/features/content-blocks/hooks-manager.php:329
 
 
 
3284
  msgid "After title"
3285
  msgstr ""
3286
 
3287
- #: framework/premium/features/content-blocks/hooks-manager.php:202
 
3288
  msgid "After description"
3289
  msgstr ""
3290
 
3291
- #: framework/premium/features/content-blocks/hooks-manager.php:210
 
3292
  msgid "After breadcrumbs"
3293
  msgstr ""
3294
 
3295
- #: framework/premium/features/content-blocks/hooks-manager.php:218
 
3296
  msgid "After post meta"
3297
  msgstr ""
3298
 
3299
- #: framework/premium/features/content-blocks/hooks-manager.php:226
 
3300
  msgid "After section"
3301
  msgstr ""
3302
 
3303
- #: framework/premium/features/content-blocks/hooks-manager.php:234
 
3304
  msgid "Before content"
3305
  msgstr ""
3306
 
3307
  #: framework/premium/features/content-blocks/hooks-manager.php:242,
3308
- #: framework/premium/features/content-blocks/hooks-manager.php:415
 
 
3309
  msgid "Top content"
3310
  msgstr ""
3311
 
3312
  #: framework/premium/features/content-blocks/hooks-manager.php:250,
3313
- #: framework/premium/features/content-blocks/hooks-manager.php:437
 
 
3314
  msgid "Bottom content"
3315
  msgstr ""
3316
 
3317
- #: framework/premium/features/content-blocks/hooks-manager.php:258
 
3318
  msgid "After content"
3319
  msgstr ""
3320
 
3321
- #: framework/premium/features/content-blocks/hooks-manager.php:266
 
3322
  msgid "Before comments"
3323
  msgstr ""
3324
 
@@ -3327,23 +4677,33 @@ msgstr ""
3327
  #: framework/premium/features/content-blocks/hooks-manager.php:281,
3328
  #: framework/premium/features/content-blocks/hooks-manager.php:288,
3329
  #: framework/premium/features/content-blocks/hooks-manager.php:295,
3330
- #: framework/premium/features/content-blocks/hooks-manager.php:302
 
 
 
 
 
 
3331
  msgid "Comments"
3332
  msgstr ""
3333
 
3334
- #: framework/premium/features/content-blocks/hooks-manager.php:273
 
3335
  msgid "Top comments"
3336
  msgstr ""
3337
 
3338
- #: framework/premium/features/content-blocks/hooks-manager.php:294
 
3339
  msgid "Bottom comments"
3340
  msgstr ""
3341
 
3342
- #: framework/premium/features/content-blocks/hooks-manager.php:301
 
3343
  msgid "After comments"
3344
  msgstr ""
3345
 
3346
- #: framework/premium/features/content-blocks/hooks-manager.php:308
 
3347
  msgid "Before related posts"
3348
  msgstr ""
3349
 
@@ -3356,75 +4716,105 @@ msgstr ""
3356
  #: framework/premium/features/content-blocks/hooks-manager.php:351,
3357
  #: framework/premium/features/content-blocks/hooks-manager.php:358,
3358
  #: framework/premium/features/content-blocks/hooks-manager.php:366,
3359
- #: framework/premium/features/content-blocks/hooks-manager.php:373
 
 
 
 
 
 
 
 
 
 
3360
  msgid "Related posts"
3361
  msgstr ""
3362
 
3363
- #: framework/premium/features/content-blocks/hooks-manager.php:315
 
3364
  msgid "Related posts top"
3365
  msgstr ""
3366
 
3367
- #: framework/premium/features/content-blocks/hooks-manager.php:336
 
3368
  msgid "Card top"
3369
  msgstr ""
3370
 
3371
- #: framework/premium/features/content-blocks/hooks-manager.php:343
 
3372
  msgid "Before featured image"
3373
  msgstr ""
3374
 
3375
- #: framework/premium/features/content-blocks/hooks-manager.php:350
 
3376
  msgid "After featured image"
3377
  msgstr ""
3378
 
3379
- #: framework/premium/features/content-blocks/hooks-manager.php:357
 
3380
  msgid "Card bottom"
3381
  msgstr ""
3382
 
3383
- #: framework/premium/features/content-blocks/hooks-manager.php:365
 
3384
  msgid "Related posts bottom"
3385
  msgstr ""
3386
 
3387
- #: framework/premium/features/content-blocks/hooks-manager.php:372
 
3388
  msgid "After related posts"
3389
  msgstr ""
3390
 
3391
  #: framework/premium/features/content-blocks/hooks-manager.php:379,
3392
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459
 
 
3393
  msgid "Before"
3394
  msgstr ""
3395
 
3396
  #: framework/premium/features/content-blocks/hooks-manager.php:380,
3397
- #: framework/premium/features/content-blocks/hooks-manager.php:387
 
 
3398
  msgid "Loop"
3399
  msgstr ""
3400
 
3401
  #: framework/premium/features/content-blocks/hooks-manager.php:386,
3402
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470
 
 
3403
  msgid "After"
3404
  msgstr ""
3405
 
3406
- #: framework/premium/features/content-blocks/hooks-manager.php:393
 
3407
  msgid "Start"
3408
  msgstr ""
3409
 
3410
  #: framework/premium/features/content-blocks/hooks-manager.php:394,
3411
- #: framework/premium/features/content-blocks/hooks-manager.php:401
 
 
3412
  msgid "Loop card"
3413
  msgstr ""
3414
 
3415
- #: framework/premium/features/content-blocks/hooks-manager.php:400
 
3416
  msgid "End"
3417
  msgstr ""
3418
 
3419
- #: framework/premium/features/content-blocks/hooks-manager.php:423
 
3420
  msgid "After certain number of blocks"
3421
  msgstr ""
3422
 
3423
- #: framework/premium/features/content-blocks/hooks-manager.php:430
 
3424
  msgid "Before certain number of headings"
3425
  msgstr ""
3426
 
3427
- #: framework/premium/features/content-blocks/hooks-manager.php:453
 
3428
  msgid "Login form start"
3429
  msgstr ""
3430
 
@@ -3437,441 +4827,568 @@ msgstr ""
3437
  #: framework/premium/features/content-blocks/hooks-manager.php:496,
3438
  #: framework/premium/features/content-blocks/hooks-manager.php:503,
3439
  #: framework/premium/features/content-blocks/hooks-manager.php:510,
3440
- #: framework/premium/features/content-blocks/hooks-manager.php:517
 
 
 
 
 
 
 
 
 
 
3441
  msgid "Auth forms"
3442
  msgstr ""
3443
 
3444
- #: framework/premium/features/content-blocks/hooks-manager.php:460
 
3445
  msgid "Login form end"
3446
  msgstr ""
3447
 
3448
- #: framework/premium/features/content-blocks/hooks-manager.php:467
 
3449
  msgid "Login form modal start"
3450
  msgstr ""
3451
 
3452
- #: framework/premium/features/content-blocks/hooks-manager.php:474
 
3453
  msgid "Login form modal end"
3454
  msgstr ""
3455
 
3456
- #: framework/premium/features/content-blocks/hooks-manager.php:481
 
3457
  msgid "Register form start"
3458
  msgstr ""
3459
 
3460
- #: framework/premium/features/content-blocks/hooks-manager.php:488
 
3461
  msgid "Register form end"
3462
  msgstr ""
3463
 
3464
- #: framework/premium/features/content-blocks/hooks-manager.php:495
 
3465
  msgid "Register form modal start"
3466
  msgstr ""
3467
 
3468
- #: framework/premium/features/content-blocks/hooks-manager.php:502
 
3469
  msgid "Register form modal end"
3470
  msgstr ""
3471
 
3472
- #: framework/premium/features/content-blocks/hooks-manager.php:509
 
3473
  msgid "Lost password form modal start"
3474
  msgstr ""
3475
 
3476
- #: framework/premium/features/content-blocks/hooks-manager.php:516
 
3477
  msgid "Lost password form modal end"
3478
  msgstr ""
3479
 
3480
- #: framework/premium/features/content-blocks/hooks-manager.php:524
 
3481
  msgid "Before main content"
3482
  msgstr ""
3483
 
3484
- #: framework/premium/features/content-blocks/hooks-manager.php:530
 
3485
  msgid "After main content"
3486
  msgstr ""
3487
 
3488
- #: framework/premium/features/content-blocks/hooks-manager.php:536
 
3489
  msgid "Offcanvas Filters Top"
3490
  msgstr ""
3491
 
3492
- #: framework/premium/features/content-blocks/hooks-manager.php:542
 
3493
  msgid "Offcanvas Filters Bottom"
3494
  msgstr ""
3495
 
3496
- #: framework/premium/features/content-blocks/hooks-manager.php:545
 
3497
  msgid "WooCommerce Global"
3498
  msgstr ""
3499
 
3500
- #: framework/premium/features/content-blocks/hooks-manager.php:550
 
3501
  msgid "Archive description"
3502
  msgstr ""
3503
 
3504
- #: framework/premium/features/content-blocks/hooks-manager.php:555
 
3505
  msgid "Before shop loop"
3506
  msgstr ""
3507
 
3508
- #: framework/premium/features/content-blocks/hooks-manager.php:572
 
3509
  msgid "Before shop loop item title"
3510
  msgstr ""
3511
 
3512
- #: framework/premium/features/content-blocks/hooks-manager.php:577
 
3513
  msgid "After shop loop item title"
3514
  msgstr ""
3515
 
3516
- #: framework/premium/features/content-blocks/hooks-manager.php:582
 
3517
  msgid "Before shop loop item price"
3518
  msgstr ""
3519
 
3520
- #: framework/premium/features/content-blocks/hooks-manager.php:587
 
3521
  msgid "After shop loop item price"
3522
  msgstr ""
3523
 
3524
- #: framework/premium/features/content-blocks/hooks-manager.php:592
 
3525
  msgid "Before shop loop item actions"
3526
  msgstr ""
3527
 
3528
- #: framework/premium/features/content-blocks/hooks-manager.php:597
 
3529
  msgid "After shop loop item actions"
3530
  msgstr ""
3531
 
3532
- #: framework/premium/features/content-blocks/hooks-manager.php:602
 
3533
  msgid "After shop loop"
3534
  msgstr ""
3535
 
3536
- #: framework/premium/features/content-blocks/hooks-manager.php:604
 
3537
  msgid "WooCommerce Archive"
3538
  msgstr ""
3539
 
3540
- #: framework/premium/features/content-blocks/hooks-manager.php:609
 
3541
  msgid "Before single product"
3542
  msgstr ""
3543
 
3544
- #: framework/premium/features/content-blocks/hooks-manager.php:627
 
3545
  msgid "Product meta start"
3546
  msgstr ""
3547
 
3548
- #: framework/premium/features/content-blocks/hooks-manager.php:631
 
3549
  msgid "Product meta end"
3550
  msgstr ""
3551
 
3552
- #: framework/premium/features/content-blocks/hooks-manager.php:635
 
3553
  msgid "Share"
3554
  msgstr ""
3555
 
3556
- #: framework/premium/features/content-blocks/hooks-manager.php:639
 
3557
  msgid "After single product"
3558
  msgstr ""
3559
 
3560
- #: framework/premium/features/content-blocks/hooks-manager.php:645
 
3561
  msgid "Before single product excerpt"
3562
  msgstr ""
3563
 
3564
- #: framework/premium/features/content-blocks/hooks-manager.php:650
 
3565
  msgid "After single product excerpt"
3566
  msgstr ""
3567
 
3568
- #: framework/premium/features/content-blocks/hooks-manager.php:655
 
3569
  msgid "Before single product tabs"
3570
  msgstr ""
3571
 
3572
- #: framework/premium/features/content-blocks/hooks-manager.php:661
 
3573
  msgid "After single product tabs"
3574
  msgstr ""
3575
 
3576
- #: framework/premium/features/content-blocks/hooks-manager.php:665
 
3577
  msgid "WooCommerce Product"
3578
  msgstr ""
3579
 
3580
- #: framework/premium/features/content-blocks/hooks-manager.php:670
 
3581
  msgid "Cart is empty"
3582
  msgstr ""
3583
 
3584
- #: framework/premium/features/content-blocks/hooks-manager.php:674
 
3585
  msgid "Before cart"
3586
  msgstr ""
3587
 
3588
- #: framework/premium/features/content-blocks/hooks-manager.php:678
 
3589
  msgid "Before cart table"
3590
  msgstr ""
3591
 
3592
- #: framework/premium/features/content-blocks/hooks-manager.php:682
 
3593
  msgid "Before cart contents"
3594
  msgstr ""
3595
 
3596
- #: framework/premium/features/content-blocks/hooks-manager.php:686
 
3597
  msgid "Cart contents"
3598
  msgstr ""
3599
 
3600
- #: framework/premium/features/content-blocks/hooks-manager.php:690
 
3601
  msgid "After cart contents"
3602
  msgstr ""
3603
 
3604
- #: framework/premium/features/content-blocks/hooks-manager.php:694
 
3605
  msgid "Cart coupon"
3606
  msgstr ""
3607
 
3608
- #: framework/premium/features/content-blocks/hooks-manager.php:698
 
3609
  msgid "Cart actions"
3610
  msgstr ""
3611
 
3612
- #: framework/premium/features/content-blocks/hooks-manager.php:702
 
3613
  msgid "After cart table"
3614
  msgstr ""
3615
 
3616
- #: framework/premium/features/content-blocks/hooks-manager.php:706
 
3617
  msgid "Cart collaterals"
3618
  msgstr ""
3619
 
3620
- #: framework/premium/features/content-blocks/hooks-manager.php:710
 
3621
  msgid "Before cart totals"
3622
  msgstr ""
3623
 
3624
- #: framework/premium/features/content-blocks/hooks-manager.php:714
 
3625
  msgid "Cart totals before order total"
3626
  msgstr ""
3627
 
3628
- #: framework/premium/features/content-blocks/hooks-manager.php:718
 
3629
  msgid "Cart totals after order total"
3630
  msgstr ""
3631
 
3632
- #: framework/premium/features/content-blocks/hooks-manager.php:722
 
3633
  msgid "Proceed to checkout"
3634
  msgstr ""
3635
 
3636
- #: framework/premium/features/content-blocks/hooks-manager.php:726
 
3637
  msgid "After cart totals"
3638
  msgstr ""
3639
 
3640
- #: framework/premium/features/content-blocks/hooks-manager.php:730
 
3641
  msgid "After cart"
3642
  msgstr ""
3643
 
3644
- #: framework/premium/features/content-blocks/hooks-manager.php:735
 
3645
  msgid "Before Mini Cart"
3646
  msgstr ""
3647
 
3648
- #: framework/premium/features/content-blocks/hooks-manager.php:740
 
3649
  msgid "Before Mini Cart Contents"
3650
  msgstr ""
3651
 
3652
- #: framework/premium/features/content-blocks/hooks-manager.php:745
 
3653
  msgid "Mini Cart Contents"
3654
  msgstr ""
3655
 
3656
- #: framework/premium/features/content-blocks/hooks-manager.php:750
 
3657
  msgid "Widget Shopping Cart Before Buttons"
3658
  msgstr ""
3659
 
3660
- #: framework/premium/features/content-blocks/hooks-manager.php:755
 
3661
  msgid "Widget Shopping Cart After Buttons"
3662
  msgstr ""
3663
 
3664
- #: framework/premium/features/content-blocks/hooks-manager.php:760
 
3665
  msgid "After Mini Cart"
3666
  msgstr ""
3667
 
3668
- #: framework/premium/features/content-blocks/hooks-manager.php:762
 
3669
  msgid "WooCommerce Cart"
3670
  msgstr ""
3671
 
3672
- #: framework/premium/features/content-blocks/hooks-manager.php:768
 
3673
  msgid "Before checkout form"
3674
  msgstr ""
3675
 
3676
- #: framework/premium/features/content-blocks/hooks-manager.php:772
 
3677
  msgid "Before customer details"
3678
  msgstr ""
3679
 
3680
- #: framework/premium/features/content-blocks/hooks-manager.php:776
 
3681
  msgid "After customer details"
3682
  msgstr ""
3683
 
3684
- #: framework/premium/features/content-blocks/hooks-manager.php:780
 
3685
  msgid "Checkout billing"
3686
  msgstr ""
3687
 
3688
- #: framework/premium/features/content-blocks/hooks-manager.php:784
 
3689
  msgid "Before checkout billing form"
3690
  msgstr ""
3691
 
3692
- #: framework/premium/features/content-blocks/hooks-manager.php:788
 
3693
  msgid "After checkout billing form"
3694
  msgstr ""
3695
 
3696
- #: framework/premium/features/content-blocks/hooks-manager.php:792
 
3697
  msgid "Before order notes"
3698
  msgstr ""
3699
 
3700
- #: framework/premium/features/content-blocks/hooks-manager.php:796
 
3701
  msgid "After order notes"
3702
  msgstr ""
3703
 
3704
- #: framework/premium/features/content-blocks/hooks-manager.php:800
 
3705
  msgid "Checkout shipping"
3706
  msgstr ""
3707
 
3708
- #: framework/premium/features/content-blocks/hooks-manager.php:804
 
3709
  msgid "Checkout before order review"
3710
  msgstr ""
3711
 
3712
- #: framework/premium/features/content-blocks/hooks-manager.php:808
 
3713
  msgid "Checkout order review"
3714
  msgstr ""
3715
 
3716
- #: framework/premium/features/content-blocks/hooks-manager.php:812
 
3717
  msgid "Review order before cart contents"
3718
  msgstr ""
3719
 
3720
- #: framework/premium/features/content-blocks/hooks-manager.php:816
 
3721
  msgid "Review order after cart contents"
3722
  msgstr ""
3723
 
3724
- #: framework/premium/features/content-blocks/hooks-manager.php:820
 
3725
  msgid "Review order before order total"
3726
  msgstr ""
3727
 
3728
- #: framework/premium/features/content-blocks/hooks-manager.php:824
 
3729
  msgid "Review order after order total"
3730
  msgstr ""
3731
 
3732
- #: framework/premium/features/content-blocks/hooks-manager.php:828
 
3733
  msgid "Review order before payment"
3734
  msgstr ""
3735
 
3736
- #: framework/premium/features/content-blocks/hooks-manager.php:832
 
3737
  msgid "Review order before submit"
3738
  msgstr ""
3739
 
3740
- #: framework/premium/features/content-blocks/hooks-manager.php:836
 
3741
  msgid "Review order after submit"
3742
  msgstr ""
3743
 
3744
- #: framework/premium/features/content-blocks/hooks-manager.php:840
 
3745
  msgid "Review order after payment"
3746
  msgstr ""
3747
 
3748
- #: framework/premium/features/content-blocks/hooks-manager.php:844
 
3749
  msgid "Checkout after order review"
3750
  msgstr ""
3751
 
3752
- #: framework/premium/features/content-blocks/hooks-manager.php:848
 
3753
  msgid "After checkout form"
3754
  msgstr ""
3755
 
3756
- #: framework/premium/features/content-blocks/hooks-manager.php:851
 
3757
  msgid "WooCommerce Checkout"
3758
  msgstr ""
3759
 
3760
- #: framework/premium/features/content-blocks/hooks-manager.php:857
 
3761
  msgid "Before my account"
3762
  msgstr ""
3763
 
3764
- #: framework/premium/features/content-blocks/hooks-manager.php:861
 
3765
  msgid "Before account navigation"
3766
  msgstr ""
3767
 
3768
- #: framework/premium/features/content-blocks/hooks-manager.php:865
 
3769
  msgid "Account navigation"
3770
  msgstr ""
3771
 
3772
- #: framework/premium/features/content-blocks/hooks-manager.php:869
 
3773
  msgid "After account navigation"
3774
  msgstr ""
3775
 
3776
- #: framework/premium/features/content-blocks/hooks-manager.php:873
 
3777
  msgid "Account content"
3778
  msgstr ""
3779
 
3780
- #: framework/premium/features/content-blocks/hooks-manager.php:877
 
3781
  msgid "Account dashboard"
3782
  msgstr ""
3783
 
3784
- #: framework/premium/features/content-blocks/hooks-manager.php:881
 
3785
  msgid "After my account"
3786
  msgstr ""
3787
 
3788
  #: framework/premium/features/content-blocks/hooks-manager.php:883,
3789
  #: framework/features/header/items/account/options.php:17,
3790
- #: framework/features/header/items/account/options.php:18
 
 
 
3791
  msgid "WooCommerce Account"
3792
  msgstr ""
3793
 
3794
- #: framework/premium/features/content-blocks/hooks-manager.php:889
 
3795
  msgid "WP footer"
3796
  msgstr ""
3797
 
3798
- #: framework/premium/features/content-blocks/hooks-manager.php:897
 
3799
  msgid "Footer before"
3800
  msgstr ""
3801
 
3802
- #: framework/premium/features/content-blocks/hooks-manager.php:905
 
3803
  msgid "Footer after"
3804
  msgstr ""
3805
 
3806
- #: framework/premium/features/content-blocks/hooks-manager.php:920
 
3807
  msgid "Custom Hook (%s)"
3808
  msgstr ""
3809
 
3810
  #: framework/premium/features/content-blocks/hooks-manager.php:926,
3811
- #: framework/premium/features/content-blocks/options/hook.php:197
 
 
3812
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
3813
  msgid "After Block Number"
3814
  msgstr ""
3815
 
3816
  #: framework/premium/features/content-blocks/hooks-manager.php:932,
3817
- #: framework/premium/features/content-blocks/options/hook.php:214
 
 
3818
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
3819
  msgid "Before Heading Number"
3820
  msgstr ""
3821
 
3822
- #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
 
3823
  msgid "About Me"
3824
  msgstr ""
3825
 
3826
- #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14
 
3827
  msgid "About me"
3828
  msgstr ""
3829
 
3830
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
3831
  #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
3832
  #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
3833
- #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
 
 
 
 
3834
  msgid "Advertisement"
3835
  msgstr ""
3836
 
3837
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31
 
3838
  msgid "Code"
3839
  msgstr ""
3840
 
3841
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
 
3842
  msgid "Image"
3843
  msgstr ""
3844
 
3845
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
 
3846
  msgid "Ad Code"
3847
  msgstr ""
3848
 
3849
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
 
3850
  msgid "Upload Image"
3851
  msgstr ""
3852
 
3853
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
3854
- #: framework/extensions/widgets/widgets/ct-quote/options.php:66
 
 
3855
  msgid "Select Image"
3856
  msgstr ""
3857
 
3858
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
3859
- #: framework/extensions/widgets/widgets/ct-quote/options.php:67
 
 
3860
  msgid "Change Image"
3861
  msgstr ""
3862
 
3863
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
3864
- #: framework/extensions/widgets/widgets/ct-posts/options.php:126
 
 
3865
  msgid "Image Ratio"
3866
  msgstr ""
3867
 
3868
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:75
 
3869
  msgid "Ad URL"
3870
  msgstr ""
3871
 
3872
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:19,
3873
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
3874
- #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
 
 
 
3875
  msgid "Contact Info"
3876
  msgstr ""
3877
 
@@ -3880,7 +5397,13 @@ msgstr ""
3880
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
3881
  #: framework/premium/features/premium-header/items/contacts/options.php:17,
3882
  #: framework/premium/features/premium-header/items/contacts/options.php:46,
3883
- #: framework/premium/features/premium-header/items/contacts/view.php:22
 
 
 
 
 
 
3884
  msgid "Address:"
3885
  msgstr ""
3886
 
@@ -3889,7 +5412,13 @@ msgstr ""
3889
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
3890
  #: framework/premium/features/premium-header/items/contacts/options.php:24,
3891
  #: framework/premium/features/premium-header/items/contacts/options.php:82,
3892
- #: framework/premium/features/premium-header/items/contacts/view.php:29
 
 
 
 
 
 
3893
  msgid "Phone:"
3894
  msgstr ""
3895
 
@@ -3898,12 +5427,20 @@ msgstr ""
3898
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
3899
  #: framework/premium/features/premium-header/items/contacts/options.php:32,
3900
  #: framework/premium/features/premium-header/items/contacts/options.php:118,
3901
- #: framework/premium/features/premium-header/items/contacts/view.php:37
 
 
 
 
 
 
3902
  msgid "Mobile:"
3903
  msgstr ""
3904
 
3905
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:68,
3906
- #: framework/premium/features/premium-header/items/contacts/options.php:41
 
 
3907
  msgid "Address"
3908
  msgstr ""
3909
 
@@ -3920,403 +5457,546 @@ msgstr ""
3920
  #: framework/premium/features/premium-header/items/contacts/options.php:167,
3921
  #: framework/premium/features/premium-header/items/contacts/options.php:203,
3922
  #: framework/premium/features/premium-header/items/contacts/options.php:239,
3923
- #: framework/premium/features/premium-header/items/contacts/options.php:275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3924
  msgid "Link (optional)"
3925
  msgstr ""
3926
 
3927
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
3928
- #: framework/premium/features/premium-header/items/contacts/options.php:149
 
 
3929
  msgid "Work Hours"
3930
  msgstr ""
3931
 
3932
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
3933
- #: framework/premium/features/premium-header/items/contacts/options.php:154
 
 
3934
  msgid "Opening hours"
3935
  msgstr ""
3936
 
3937
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:308,
3938
- #: framework/premium/features/premium-header/items/contacts/options.php:185
 
 
3939
  msgid "Fax"
3940
  msgstr ""
3941
 
3942
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:315,
3943
- #: framework/premium/features/premium-header/items/contacts/options.php:190
 
 
3944
  msgid "Fax:"
3945
  msgstr ""
3946
 
3947
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:375,
3948
- #: framework/premium/features/premium-header/items/contacts/options.php:226
 
 
3949
  msgid "Email:"
3950
  msgstr ""
3951
 
3952
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:428,
3953
- #: framework/premium/features/premium-header/items/contacts/options.php:257
 
 
3954
  msgid "Website"
3955
  msgstr ""
3956
 
3957
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:435,
3958
- #: framework/premium/features/premium-header/items/contacts/options.php:262
 
 
3959
  msgid "Website:"
3960
  msgstr ""
3961
 
3962
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:496,
3963
  #: framework/extensions/widgets/widgets/ct-socials/options.php:99,
3964
- #: framework/premium/features/content-blocks/options/archive.php:46
 
 
 
3965
  msgid "Small"
3966
  msgstr ""
3967
 
3968
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:498,
3969
- #: framework/extensions/widgets/widgets/ct-socials/options.php:101
 
 
3970
  msgid "Large"
3971
  msgstr ""
3972
 
3973
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:503,
3974
  #: framework/extensions/widgets/widgets/ct-socials/options.php:106,
3975
- #: framework/premium/features/premium-header/items/contacts/options.php:331
 
 
 
3976
  msgid "Icons Shape Type"
3977
  msgstr ""
3978
 
3979
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:511,
3980
  #: framework/extensions/widgets/widgets/ct-socials/options.php:114,
3981
- #: framework/premium/features/premium-header/items/contacts/options.php:339
 
 
 
3982
  msgid "Rounded"
3983
  msgstr ""
3984
 
3985
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:512,
3986
  #: framework/extensions/widgets/widgets/ct-socials/options.php:115,
3987
- #: framework/premium/features/premium-header/items/contacts/options.php:340
 
 
 
3988
  msgid "Square"
3989
  msgstr ""
3990
 
3991
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:522,
3992
  #: framework/extensions/widgets/widgets/ct-socials/options.php:125,
3993
- #: framework/premium/features/premium-header/items/contacts/options.php:351
 
 
 
3994
  msgid "Shape Fill Type"
3995
  msgstr ""
3996
 
3997
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:529,
3998
  #: framework/extensions/widgets/widgets/ct-socials/options.php:132,
3999
- #: framework/premium/features/premium-header/items/contacts/options.php:358
 
 
 
4000
  msgid "Solid"
4001
  msgstr ""
4002
 
4003
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:530,
4004
  #: framework/extensions/widgets/widgets/ct-socials/options.php:133,
4005
- #: framework/premium/features/premium-header/items/contacts/options.php:359
 
 
 
4006
  msgid "Outline"
4007
  msgstr ""
4008
 
4009
- #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
 
4010
  msgid "Contact info"
4011
  msgstr ""
4012
 
4013
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:22
 
4014
  msgid "Page URL"
4015
  msgstr ""
4016
 
4017
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:30
 
4018
  msgid "Profile Photos"
4019
  msgstr ""
4020
 
4021
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:37
 
4022
  msgid "Timeline"
4023
  msgstr ""
4024
 
4025
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:44
 
4026
  msgid "Cover Photo"
4027
  msgstr ""
4028
 
4029
- #: framework/extensions/widgets/widgets/ct-facebook/options.php:51
 
4030
  msgid "Small Header"
4031
  msgstr ""
4032
 
4033
- #: framework/extensions/widgets/widgets/ct-facebook/widget.php:14
 
4034
  msgid "Facebook like box"
4035
  msgstr ""
4036
 
4037
- #: framework/extensions/widgets/widgets/ct-posts/options.php:103
 
4038
  msgid "Widget Design"
4039
  msgstr ""
4040
 
4041
- #: framework/extensions/widgets/widgets/ct-posts/options.php:108
 
4042
  msgid "Without Thumbnails"
4043
  msgstr ""
4044
 
4045
- #: framework/extensions/widgets/widgets/ct-posts/options.php:109
 
4046
  msgid "Small Thumbnails"
4047
  msgstr ""
4048
 
4049
- #: framework/extensions/widgets/widgets/ct-posts/options.php:110
 
4050
  msgid "Large Thumbnails"
4051
  msgstr ""
4052
 
4053
- #: framework/extensions/widgets/widgets/ct-posts/options.php:111
 
4054
  msgid "First Thumbnail Large"
4055
  msgstr ""
4056
 
4057
- #: framework/extensions/widgets/widgets/ct-posts/options.php:112
 
4058
  msgid "Rounded Thumbnails"
4059
  msgstr ""
4060
 
4061
- #: framework/extensions/widgets/widgets/ct-posts/options.php:113
 
4062
  msgid "Numbered"
4063
  msgstr ""
4064
 
4065
- #: framework/extensions/widgets/widgets/ct-posts/options.php:193
 
4066
  msgid "Sort by"
4067
  msgstr ""
4068
 
4069
- #: framework/extensions/widgets/widgets/ct-posts/options.php:199
 
4070
  msgid "Recent"
4071
  msgstr ""
4072
 
4073
- #: framework/extensions/widgets/widgets/ct-posts/options.php:200
 
4074
  msgid "Most Commented"
4075
  msgstr ""
4076
 
4077
- #: framework/extensions/widgets/widgets/ct-posts/options.php:201
 
4078
  msgid "Random"
4079
  msgstr ""
4080
 
4081
- #: framework/extensions/widgets/widgets/ct-posts/options.php:208
 
4082
  msgid "Order by"
4083
  msgstr ""
4084
 
4085
- #: framework/extensions/widgets/widgets/ct-posts/options.php:214
 
4086
  msgid "1 Week"
4087
  msgstr ""
4088
 
4089
- #: framework/extensions/widgets/widgets/ct-posts/options.php:215
 
4090
  msgid "1 Month"
4091
  msgstr ""
4092
 
4093
- #: framework/extensions/widgets/widgets/ct-posts/options.php:216
 
4094
  msgid "3 Months"
4095
  msgstr ""
4096
 
4097
- #: framework/extensions/widgets/widgets/ct-posts/options.php:217
 
4098
  msgid "6 Months"
4099
  msgstr ""
4100
 
4101
- #: framework/extensions/widgets/widgets/ct-posts/options.php:218
 
4102
  msgid "1 Year"
4103
  msgstr ""
4104
 
4105
- #: framework/extensions/widgets/widgets/ct-posts/options.php:225
 
4106
  msgid "Posts Count"
4107
  msgstr ""
4108
 
4109
- #: framework/extensions/widgets/widgets/ct-posts/options.php:265
 
4110
  msgid "Pages ID"
4111
  msgstr ""
4112
 
4113
- #: framework/extensions/widgets/widgets/ct-posts/options.php:269
 
4114
  msgid "Separate pages ID by comma. More info %shere%s."
4115
  msgstr ""
4116
 
4117
- #: framework/extensions/widgets/widgets/ct-posts/options.php:287
 
4118
  msgid "Pages Count"
4119
  msgstr ""
4120
 
4121
- #: framework/extensions/widgets/widgets/ct-posts/options.php:298
 
4122
  msgid "Show Date"
4123
  msgstr ""
4124
 
4125
- #: framework/extensions/widgets/widgets/ct-posts/options.php:305
 
4126
  msgid "Show Comments"
4127
  msgstr ""
4128
 
4129
- #: framework/extensions/widgets/widgets/ct-posts/options.php:312
 
4130
  msgid "Show Excerpt"
4131
  msgstr ""
4132
 
4133
- #: framework/extensions/widgets/widgets/ct-posts/options.php:324
 
4134
  msgid "Excerpt Lenght"
4135
  msgstr ""
4136
 
4137
- #: framework/extensions/widgets/widgets/ct-posts/view.php:220
 
4138
  msgid "1 Comment"
4139
  msgstr ""
4140
 
4141
- #: framework/extensions/widgets/widgets/ct-posts/view.php:220
 
4142
  msgid "% Comments"
4143
  msgstr ""
4144
 
4145
  #: framework/extensions/widgets/widgets/ct-quote/options.php:18,
4146
  #: framework/extensions/widgets/widgets/ct-quote/view.php:12,
4147
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
4148
- #: framework/extensions/widgets/widgets/ct-quote/widget.php:14
 
 
 
 
4149
  msgid "Quote"
4150
  msgstr ""
4151
 
4152
- #: framework/extensions/widgets/widgets/ct-quote/options.php:46
 
4153
  msgid "Author Name"
4154
  msgstr ""
4155
 
4156
  #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
4157
- #: framework/extensions/widgets/widgets/ct-quote/view.php:18
 
 
4158
  msgid "John Doe"
4159
  msgstr ""
4160
 
4161
- #: framework/extensions/widgets/widgets/ct-quote/options.php:55
 
4162
  msgid "Author Label"
4163
  msgstr ""
4164
 
4165
- #: framework/extensions/widgets/widgets/ct-quote/options.php:62
 
4166
  msgid "Author Avatar"
4167
  msgstr ""
4168
 
4169
  #. translators: %s here is the author name
4170
- #: framework/extensions/widgets/widgets/ct-quote/view.php:58
 
4171
  msgid "By %s"
4172
  msgstr ""
4173
 
4174
  #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
4175
- #: framework/extensions/widgets/widgets/ct-socials/view.php:11
 
 
4176
  msgid "Social Icons"
4177
  msgstr ""
4178
 
4179
  #. translators: placeholder here means the actual URL.
4180
- #: framework/extensions/widgets/widgets/ct-socials/options.php:28
 
4181
  msgid ""
4182
  "Configure the social links in Customizer ➝ General ➝ %sSocial Network "
4183
  "Accounts%s."
4184
  msgstr ""
4185
 
4186
- #: framework/extensions/widgets/widgets/ct-socials/options.php:65
 
4187
  msgid "Open links in new tab"
4188
  msgstr ""
4189
 
4190
- #: framework/extensions/widgets/widgets/ct-socials/options.php:73
 
4191
  msgid "Set links to nofollow"
4192
  msgstr ""
4193
 
4194
- #: framework/features/header/items/account/options.php:4
 
4195
  msgid "Profile Page"
4196
  msgstr ""
4197
 
4198
- #: framework/features/header/items/account/options.php:5
 
4199
  msgid "Dashboard Page"
4200
  msgstr ""
4201
 
4202
  #: framework/features/header/items/account/options.php:7,
4203
- #: framework/features/header/items/account/options.php:13
 
 
4204
  msgid "Custom Link"
4205
  msgstr ""
4206
 
4207
- #: framework/features/header/items/account/options.php:8
 
4208
  msgid "Logout"
4209
  msgstr ""
4210
 
4211
- #: framework/features/header/items/account/options.php:12
 
4212
  msgid "Modal"
4213
  msgstr ""
4214
 
4215
- #: framework/features/header/items/account/options.php:30
 
4216
  msgid "Customizing: Logged in State"
4217
  msgstr ""
4218
 
4219
- #: framework/features/header/items/account/options.php:41
 
4220
  msgid "Customizing: Logged out State"
4221
  msgstr ""
4222
 
4223
- #: framework/features/header/items/account/options.php:55
 
4224
  msgid "Logged In Options"
4225
  msgstr ""
4226
 
4227
- #: framework/features/header/items/account/options.php:60
 
4228
  msgid "Logged Out Options"
4229
  msgstr ""
4230
 
4231
  #: framework/features/header/items/account/options.php:80,
4232
- #: framework/features/header/items/account/options.php:370
 
 
4233
  msgid "Account Action"
4234
  msgstr ""
4235
 
4236
- #: framework/features/header/items/account/options.php:93
 
4237
  msgid "Select Menu"
4238
  msgstr ""
4239
 
4240
- #: framework/features/header/items/account/options.php:99
 
4241
  msgid "Select menu..."
4242
  msgstr ""
4243
 
4244
  #. translators: placeholder here means the actual URL.
4245
- #: framework/features/header/items/account/options.php:103
 
4246
  msgid "Manage your menu items in the %sMenus screen%s."
4247
  msgstr ""
4248
 
4249
  #: framework/features/header/items/account/options.php:120,
4250
- #: framework/features/header/items/account/options.php:385
 
 
4251
  msgid "Custom Page Link"
4252
  msgstr ""
4253
 
4254
  #: framework/features/header/items/account/options.php:135,
4255
- #: framework/features/header/items/account/options.php:401
 
 
4256
  msgid "Account Image"
4257
  msgstr ""
4258
 
4259
- #: framework/features/header/items/account/options.php:141
 
4260
  msgid "Avatar"
4261
  msgstr ""
4262
 
4263
- #: framework/features/header/items/account/options.php:154
 
4264
  msgid "Avatar Size"
4265
  msgstr ""
4266
 
4267
  #: framework/features/header/items/account/options.php:245,
4268
  #: framework/features/header/items/account/options.php:486,
4269
- #: framework/features/header/items/account/options.php:544
 
 
 
4270
  msgid "Type 5"
4271
  msgstr ""
4272
 
4273
  #: framework/features/header/items/account/options.php:250,
4274
  #: framework/features/header/items/account/options.php:491,
4275
- #: framework/features/header/items/account/options.php:549
 
 
 
4276
  msgid "Type 6"
4277
  msgstr ""
4278
 
4279
- #: framework/features/header/items/account/options.php:328
 
4280
  msgid "Label Type"
4281
  msgstr ""
4282
 
4283
- #: framework/features/header/items/account/options.php:337
 
4284
  #: static/js/screens/SiteExport.js:87
4285
  msgid "Name"
4286
  msgstr ""
4287
 
4288
  #: framework/features/header/items/account/options.php:347,
4289
  #: framework/features/header/items/account/options.php:625,
4290
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:137
 
 
 
4291
  msgid "Label Text"
4292
  msgstr ""
4293
 
4294
  #: framework/features/header/items/account/options.php:352,
4295
- #: framework/features/header/items/account/views/login.php:85
 
 
4296
  msgid "My Account"
4297
  msgstr ""
4298
 
4299
- #: framework/features/header/items/account/options.php:641
 
4300
  msgid "User Visibility"
4301
  msgstr ""
4302
 
4303
- #: framework/features/header/items/account/options.php:652
 
4304
  msgid "Logged In"
4305
  msgstr ""
4306
 
4307
- #: framework/features/header/items/account/options.php:653
 
4308
  msgid "Logged Out"
4309
  msgstr ""
4310
 
4311
  #: framework/features/header/items/account/options.php:670,
4312
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:167
 
 
4313
  msgid "Label Font"
4314
  msgstr ""
4315
 
4316
  #: framework/features/header/items/account/options.php:681,
4317
  #: framework/features/header/items/account/options.php:710,
4318
  #: framework/features/header/items/account/options.php:742,
4319
- #: framework/features/header/items/account/options.php:772
 
 
 
 
4320
  msgid "Label Color"
4321
  msgstr ""
4322
 
@@ -4332,7 +6012,20 @@ msgstr ""
4332
  #: framework/premium/features/premium-header/items/search-input/options.php:199,
4333
  #: framework/premium/features/premium-header/items/search-input/options.php:329,
4334
  #: framework/premium/features/premium-header/items/search-input/options.php:459,
4335
- #: framework/premium/features/premium-header/items/search-input/options.php:595
 
 
 
 
 
 
 
 
 
 
 
 
 
4336
  msgid "Default State"
4337
  msgstr ""
4338
 
@@ -4348,7 +6041,20 @@ msgstr ""
4348
  #: framework/premium/features/premium-header/items/search-input/options.php:204,
4349
  #: framework/premium/features/premium-header/items/search-input/options.php:334,
4350
  #: framework/premium/features/premium-header/items/search-input/options.php:464,
4351
- #: framework/premium/features/premium-header/items/search-input/options.php:600
 
 
 
 
 
 
 
 
 
 
 
 
 
4352
  msgid "Transparent State"
4353
  msgstr ""
4354
 
@@ -4364,162 +6070,218 @@ msgstr ""
4364
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
4365
  #: framework/premium/features/premium-header/items/search-input/options.php:343,
4366
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
4367
- #: framework/premium/features/premium-header/items/search-input/options.php:609
 
 
 
 
 
 
 
 
 
 
 
 
 
4368
  msgid "Sticky State"
4369
  msgstr ""
4370
 
4371
- #: framework/features/header/items/account/options.php:952
 
4372
  msgid "Item Margin"
4373
  msgstr ""
4374
 
4375
- #: framework/features/header/items/account/options.php:971
 
4376
  msgid "Modal Options"
4377
  msgstr ""
4378
 
4379
- #: framework/features/header/items/account/options.php:1106
 
4380
  msgid "Modal Background"
4381
  msgstr ""
4382
 
4383
- #: framework/features/header/items/account/options.php:1121
 
4384
  msgid "Modal Backdrop"
4385
  msgstr ""
4386
 
4387
- #: framework/features/header/items/account/options.php:1136
 
4388
  msgid "Modal Shadow"
4389
  msgstr ""
4390
 
4391
  #: framework/features/header/items/account/options.php:1301,
4392
- #: framework/premium/features/premium-header/items/search-input/options.php:167
 
 
4393
  msgid "Element Visibility"
4394
  msgstr ""
4395
 
4396
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409
 
4397
  msgid "You have no %s fields declared for this custom post type."
4398
  msgstr ""
4399
 
4400
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
4401
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
4402
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907
 
 
 
4403
  msgid "Field"
4404
  msgstr ""
4405
 
4406
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
4407
- #: framework/premium/features/premium-header/items/language-switcher/options.php:60
 
 
4408
  msgid "Label"
4409
  msgstr ""
4410
 
4411
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482
 
4412
  msgid "Fallback"
4413
  msgstr ""
4414
 
4415
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494
 
4416
  msgid "%s Field"
4417
  msgstr ""
4418
 
4419
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880
 
4420
  msgid "Custom Field"
4421
  msgstr ""
4422
 
4423
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894
 
4424
  msgid "%s %s Font"
4425
  msgstr ""
4426
 
4427
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905
 
4428
  msgid "%s %s Color"
4429
  msgstr ""
4430
 
4431
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
4432
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:66
 
 
4433
  msgid "Read Time"
4434
  msgstr ""
4435
 
4436
- #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:123
 
4437
  msgid "%s min"
4438
  msgid_plural "%s mins"
4439
  msgstr[0] ""
4440
  msgstr[1] ""
4441
 
4442
- #: framework/premium/extensions/post-types-extra/includes/filtering.php:286
 
4443
  msgid "All"
4444
  msgstr ""
4445
 
4446
- #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:161
 
4447
  msgid "Featured Image"
4448
  msgstr ""
4449
 
4450
- #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:166
 
4451
  msgid "Accent Color"
4452
  msgstr ""
4453
 
4454
  #: framework/premium/extensions/shortcuts/views/bar.php:49,
4455
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143
 
 
4456
  msgid "Wish List"
4457
  msgstr ""
4458
 
4459
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38
 
4460
  msgid "Wishlist icon"
4461
  msgstr ""
4462
 
4463
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
4464
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54
 
 
4465
  msgid "Add to wishlist"
4466
  msgstr ""
4467
 
4468
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
 
4469
  msgid "Select a page"
4470
  msgstr ""
4471
 
4472
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
 
4473
  msgid "Products Wishlist"
4474
  msgstr ""
4475
 
4476
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
 
4477
  msgid "Show Wishlist Page To"
4478
  msgstr ""
4479
 
4480
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
 
4481
  msgid "Logged Users"
4482
  msgstr ""
4483
 
4484
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
 
4485
  msgid "All Users"
4486
  msgstr ""
4487
 
4488
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
 
4489
  msgid "Wish List Page"
4490
  msgstr ""
4491
 
4492
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
 
4493
  msgid ""
4494
  "The page you select here will display the wish list for your logged out "
4495
  "users."
4496
  msgstr ""
4497
 
4498
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
 
4499
  msgid "Display Wishlist Button On"
4500
  msgstr ""
4501
 
4502
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
 
4503
  msgid "Archive Pages"
4504
  msgstr ""
4505
 
4506
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
 
4507
  msgid "Single Product Pages"
4508
  msgstr ""
4509
 
4510
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
 
4511
  msgid "Quick View Modal"
4512
  msgstr ""
4513
 
4514
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
 
4515
  msgid "AJAX Add To Cart"
4516
  msgstr ""
4517
 
4518
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
 
4519
  msgid "Enable AJAX loading"
4520
  msgstr ""
4521
 
4522
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
 
4523
  msgid "Archive Button"
4524
  msgstr ""
4525
 
@@ -4531,51 +6293,77 @@ msgstr ""
4531
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
4532
  #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
4533
  #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
4534
- #: framework/premium/features/premium-header/items/language-switcher/options.php:313
 
 
 
 
 
 
 
 
 
4535
  msgid "Hover/Active"
4536
  msgstr ""
4537
 
4538
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
 
4539
  msgid "Single Product Button"
4540
  msgstr ""
4541
 
4542
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
 
4543
  msgid "Quick View Modal Button"
4544
  msgstr ""
4545
 
4546
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:192
 
4547
  msgid "You don't have any products in your wish list yet."
4548
  msgstr ""
4549
 
4550
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:35
 
4551
  msgid "Add to cart"
4552
  msgstr ""
4553
 
4554
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:128,
4555
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
 
 
4556
  msgid "Remove Product"
4557
  msgstr ""
4558
 
4559
- #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
 
4560
  msgid "Blocksy Variation Images"
4561
  msgstr ""
4562
 
4563
  #: framework/premium/features/content-blocks/options/404.php:33,
4564
  #: framework/premium/features/content-blocks/options/header.php:35,
4565
  #: framework/premium/features/content-blocks/options/hook.php:40,
4566
- #: framework/premium/features/content-blocks/options/popup.php:42
 
 
 
 
4567
  msgid "Container Structure"
4568
  msgstr ""
4569
 
4570
  #: framework/premium/features/content-blocks/options/404.php:65,
4571
  #: framework/premium/features/content-blocks/options/header.php:63,
4572
- #: framework/premium/features/content-blocks/options/hook.php:68
 
 
 
4573
  msgid "Narrow Width"
4574
  msgstr ""
4575
 
4576
  #: framework/premium/features/content-blocks/options/404.php:70,
4577
  #: framework/premium/features/content-blocks/options/header.php:68,
4578
- #: framework/premium/features/content-blocks/options/hook.php:73
 
 
 
4579
  msgid "Normal Width"
4580
  msgstr ""
4581
 
@@ -4583,14 +6371,23 @@ msgstr ""
4583
  #: framework/premium/features/content-blocks/options/archive.php:126,
4584
  #: framework/premium/features/content-blocks/options/header.php:74,
4585
  #: framework/premium/features/content-blocks/options/hook.php:79,
4586
- #: framework/premium/features/content-blocks/options/single.php:65
 
 
 
 
 
4587
  msgid "Content Area Style"
4588
  msgstr ""
4589
 
4590
  #: framework/premium/features/content-blocks/options/404.php:90,
4591
  #: framework/premium/features/content-blocks/options/archive.php:140,
4592
  #: framework/premium/features/content-blocks/options/header.php:88,
4593
- #: framework/premium/features/content-blocks/options/hook.php:93
 
 
 
 
4594
  msgid "Content Area Vertical Spacing"
4595
  msgstr ""
4596
 
@@ -4598,7 +6395,12 @@ msgstr ""
4598
  #: framework/premium/features/content-blocks/options/archive.php:151,
4599
  #: framework/premium/features/content-blocks/options/header.php:99,
4600
  #: framework/premium/features/content-blocks/options/hook.php:104,
4601
- #: framework/premium/features/content-blocks/options/single.php:90
 
 
 
 
 
4602
  msgid "Top & Bottom"
4603
  msgstr ""
4604
 
@@ -4606,7 +6408,12 @@ msgstr ""
4606
  #: framework/premium/features/content-blocks/options/archive.php:154,
4607
  #: framework/premium/features/content-blocks/options/header.php:102,
4608
  #: framework/premium/features/content-blocks/options/hook.php:107,
4609
- #: framework/premium/features/content-blocks/options/single.php:93
 
 
 
 
 
4610
  msgid "Only Top"
4611
  msgstr ""
4612
 
@@ -4614,406 +6421,520 @@ msgstr ""
4614
  #: framework/premium/features/content-blocks/options/archive.php:157,
4615
  #: framework/premium/features/content-blocks/options/header.php:105,
4616
  #: framework/premium/features/content-blocks/options/hook.php:110,
4617
- #: framework/premium/features/content-blocks/options/single.php:96
 
 
 
 
 
4618
  msgid "Only Bottom"
4619
  msgstr ""
4620
 
4621
  #: framework/premium/features/content-blocks/options/archive.php:11,
4622
- #: framework/premium/features/content-blocks/options/single.php:11
 
 
4623
  msgid "Replacement Behavior"
4624
  msgstr ""
4625
 
4626
- #: framework/premium/features/content-blocks/options/archive.php:17
 
4627
  msgid "Only Card"
4628
  msgstr ""
4629
 
4630
  #: framework/premium/features/content-blocks/options/archive.php:18,
4631
- #: framework/premium/features/content-blocks/options/single.php:18
 
 
4632
  msgid "Full Page"
4633
  msgstr ""
4634
 
4635
  #: framework/premium/features/content-blocks/options/archive.php:28,
4636
- #: framework/premium/features/content-blocks/options/single.php:126
 
 
4637
  msgid "Dynamic Content Preview"
4638
  msgstr ""
4639
 
4640
- #: framework/premium/features/content-blocks/options/archive.php:35
 
4641
  msgid ""
4642
  "Select a post/page to preview it's content inside the editor while building "
4643
  "the archive."
4644
  msgstr ""
4645
 
4646
- #: framework/premium/features/content-blocks/options/archive.php:39
 
4647
  msgid "Editor/Card Width"
4648
  msgstr ""
4649
 
4650
- #: framework/premium/features/content-blocks/options/archive.php:50
 
4651
  msgid ""
4652
  "Set the editor width for better understanging the layout you are building "
4653
  "(just for preview purpose, this option won't apply in frontend)."
4654
  msgstr ""
4655
 
4656
- #: framework/premium/features/content-blocks/options/archive.php:71
 
4657
  msgid "Default Card Layout"
4658
  msgstr ""
4659
 
4660
- #: framework/premium/features/content-blocks/options/archive.php:76
 
4661
  msgid ""
4662
  "Inherit card wrapper settings from Customizer (background color, spacing, "
4663
  "shadow)."
4664
  msgstr ""
4665
 
4666
- #: framework/premium/features/content-blocks/options/archive.php:91
 
4667
  msgid "Page Structure"
4668
  msgstr ""
4669
 
4670
  #: framework/premium/features/content-blocks/options/archive.php:207,
4671
  #: framework/premium/features/content-blocks/options/hook.php:256,
4672
  #: framework/premium/features/content-blocks/options/popup.php:314,
4673
- #: framework/premium/features/content-blocks/options/single.php:161
 
 
 
 
4674
  msgid "Expiration Date/Time"
4675
  msgstr ""
4676
 
4677
  #: framework/premium/features/content-blocks/options/hook.php:23,
4678
- #: framework/premium/features/content-blocks/options/hook.php:181
 
 
4679
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
4680
  msgid "Custom Hook"
4681
  msgstr ""
4682
 
4683
- #: framework/premium/features/content-blocks/options/hook.php:148
 
4684
  msgid "Location & Priority"
4685
  msgstr ""
4686
 
4687
- #: framework/premium/features/content-blocks/options/hook.php:283
 
4688
  msgid "Block Position"
4689
  msgstr ""
4690
 
4691
- #: framework/premium/features/content-blocks/options/hook.php:290
 
4692
  msgid "Fixed"
4693
  msgstr ""
4694
 
4695
- #: framework/premium/features/content-blocks/options/hook.php:300
 
4696
  msgid "Location"
4697
  msgstr ""
4698
 
4699
- #: framework/premium/features/content-blocks/options/hook.php:313
 
4700
  msgid "Top Offset"
4701
  msgstr ""
4702
 
4703
- #: framework/premium/features/content-blocks/options/hook.php:317
 
4704
  msgid "Bottom Offset"
4705
  msgstr ""
4706
 
4707
- #: framework/premium/features/content-blocks/options/popup.php:50
 
4708
  msgid "Popup Position"
4709
  msgstr ""
4710
 
4711
- #: framework/premium/features/content-blocks/options/popup.php:57
 
4712
  msgid "Popup Size"
4713
  msgstr ""
4714
 
4715
- #: framework/premium/features/content-blocks/options/popup.php:63
 
4716
  msgid "Small Size"
4717
  msgstr ""
4718
 
4719
- #: framework/premium/features/content-blocks/options/popup.php:64
 
4720
  msgid "Medium Size"
4721
  msgstr ""
4722
 
4723
- #: framework/premium/features/content-blocks/options/popup.php:65
 
4724
  msgid "Large Size"
4725
  msgstr ""
4726
 
4727
- #: framework/premium/features/content-blocks/options/popup.php:66
 
4728
  msgid "Custom Size"
4729
  msgstr ""
4730
 
4731
- #: framework/premium/features/content-blocks/options/popup.php:76
 
4732
  msgid "Max Width"
4733
  msgstr ""
4734
 
4735
- #: framework/premium/features/content-blocks/options/popup.php:92
 
4736
  msgid "Max Height"
4737
  msgstr ""
4738
 
4739
- #: framework/premium/features/content-blocks/options/popup.php:111
 
4740
  msgid "Popup Animation"
4741
  msgstr ""
4742
 
4743
- #: framework/premium/features/content-blocks/options/popup.php:117
 
4744
  msgid "Fade in fade out"
4745
  msgstr ""
4746
 
4747
- #: framework/premium/features/content-blocks/options/popup.php:118
 
4748
  msgid "Zoom in zoom out"
4749
  msgstr ""
4750
 
4751
- #: framework/premium/features/content-blocks/options/popup.php:119
 
4752
  msgid "Slide in from left"
4753
  msgstr ""
4754
 
4755
- #: framework/premium/features/content-blocks/options/popup.php:120
 
4756
  msgid "Slide in from right"
4757
  msgstr ""
4758
 
4759
- #: framework/premium/features/content-blocks/options/popup.php:121
 
4760
  msgid "Slide in from top"
4761
  msgstr ""
4762
 
4763
- #: framework/premium/features/content-blocks/options/popup.php:122
 
4764
  msgid "Slide in from bottom"
4765
  msgstr ""
4766
 
4767
- #: framework/premium/features/content-blocks/options/popup.php:127
 
4768
  msgid "Animation Speed"
4769
  msgstr ""
4770
 
4771
- #: framework/premium/features/content-blocks/options/popup.php:144
 
4772
  msgid "Entrance Value"
4773
  msgstr ""
4774
 
4775
- #: framework/premium/features/content-blocks/options/popup.php:156
 
4776
  msgid "Trigger Condition"
4777
  msgstr ""
4778
 
4779
- #: framework/premium/features/content-blocks/options/popup.php:181
 
4780
  msgid "Element Class"
4781
  msgstr ""
4782
 
4783
- #: framework/premium/features/content-blocks/options/popup.php:188
 
4784
  msgid "Separate each class by comma if you have multiple elements."
4785
  msgstr ""
4786
 
4787
- #: framework/premium/features/content-blocks/options/popup.php:200
 
4788
  msgid "Scroll Direction"
4789
  msgstr ""
4790
 
4791
- #: framework/premium/features/content-blocks/options/popup.php:205
 
4792
  msgid "Scroll Down"
4793
  msgstr ""
4794
 
4795
- #: framework/premium/features/content-blocks/options/popup.php:206
 
4796
  msgid "Scroll Up"
4797
  msgstr ""
4798
 
4799
- #: framework/premium/features/content-blocks/options/popup.php:211
 
4800
  msgid "Scroll Distance"
4801
  msgstr ""
4802
 
4803
- #: framework/premium/features/content-blocks/options/popup.php:221
 
4804
  msgid "Set the scroll distance till the popup block will appear."
4805
  msgstr ""
4806
 
4807
- #: framework/premium/features/content-blocks/options/popup.php:233
 
4808
  msgid "Inactivity Time"
4809
  msgstr ""
4810
 
4811
- #: framework/premium/features/content-blocks/options/popup.php:239
 
4812
  msgid "Set the inactivity time (in seconds) till the popup block will appear."
4813
  msgstr ""
4814
 
4815
- #: framework/premium/features/content-blocks/options/popup.php:251
 
4816
  msgid "After X Time"
4817
  msgstr ""
4818
 
4819
- #: framework/premium/features/content-blocks/options/popup.php:257
 
4820
  msgid "Set after how much time (in seconds) the popup block will appear."
4821
  msgstr ""
4822
 
4823
- #: framework/premium/features/content-blocks/options/popup.php:269
 
4824
  msgid "After X Pages"
4825
  msgstr ""
4826
 
4827
- #: framework/premium/features/content-blocks/options/popup.php:275
 
4828
  msgid "Set after how many visited pages the popup block will appear."
4829
  msgstr ""
4830
 
4831
- #: framework/premium/features/content-blocks/options/popup.php:287
 
4832
  msgid "Trigger Popup Only Once"
4833
  msgstr ""
4834
 
4835
- #: framework/premium/features/content-blocks/options/popup.php:290
 
4836
  msgid ""
4837
  "If the close button is clicked the popup won't be triggered anymore for the "
4838
  "current visitor."
4839
  msgstr ""
4840
 
4841
- #: framework/premium/features/content-blocks/options/popup.php:366
 
4842
  msgid "Padding"
4843
  msgstr ""
4844
 
4845
  #: framework/premium/features/content-blocks/options/popup.php:376,
4846
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
4847
- #: framework/premium/features/premium-header/items/language-switcher/options.php:465
 
 
 
4848
  msgid "Border Radius"
4849
  msgstr ""
4850
 
4851
- #: framework/premium/features/content-blocks/options/popup.php:405
 
4852
  msgid "Popup Offset"
4853
  msgstr ""
4854
 
4855
- #: framework/premium/features/content-blocks/options/popup.php:415
 
4856
  msgid "Container Overflow"
4857
  msgstr ""
4858
 
4859
- #: framework/premium/features/content-blocks/options/popup.php:422
 
4860
  msgid "Hidden"
4861
  msgstr ""
4862
 
4863
- #: framework/premium/features/content-blocks/options/popup.php:423
 
4864
  msgid "Visible"
4865
  msgstr ""
4866
 
4867
- #: framework/premium/features/content-blocks/options/popup.php:424
 
4868
  msgid "Scroll"
4869
  msgstr ""
4870
 
4871
- #: framework/premium/features/content-blocks/options/popup.php:426
 
4872
  msgid ""
4873
  "Control what happens to the content that is too big to fit into the popup."
4874
  msgstr ""
4875
 
4876
- #: framework/premium/features/content-blocks/options/popup.php:430
 
4877
  msgid "Close Button"
4878
  msgstr ""
4879
 
4880
- #: framework/premium/features/content-blocks/options/popup.php:438
 
4881
  msgid "Inside"
4882
  msgstr ""
4883
 
4884
- #: framework/premium/features/content-blocks/options/popup.php:439
 
4885
  msgid "Outside"
4886
  msgstr ""
4887
 
4888
- #: framework/premium/features/content-blocks/options/popup.php:513
 
4889
  msgid "Popup Background"
4890
  msgstr ""
4891
 
4892
- #: framework/premium/features/content-blocks/options/popup.php:527
 
4893
  msgid "Popup Backdrop Background"
4894
  msgstr ""
4895
 
4896
- #: framework/premium/features/content-blocks/options/single.php:17
 
4897
  msgid "Content Area"
4898
  msgstr ""
4899
 
4900
- #: framework/premium/features/content-blocks/options/single.php:79
 
4901
  msgid "Content Area Vel Spacing"
4902
  msgstr ""
4903
 
4904
- #: framework/premium/features/content-blocks/options/single.php:132
 
4905
  msgid ""
4906
  "Select a post/page to preview it's content inside the editor while building "
4907
  "the post/page."
4908
  msgstr ""
4909
 
4910
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
 
4911
  msgid "Posts Filter"
4912
  msgstr ""
4913
 
4914
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
 
4915
  msgid "Filtering Behavior"
4916
  msgstr ""
4917
 
4918
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
 
4919
  msgid "Instant Reload"
4920
  msgstr ""
4921
 
4922
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
 
4923
  msgid "Page Reload"
4924
  msgstr ""
4925
 
4926
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:82
 
4927
  msgid "Filter Source"
4928
  msgstr ""
4929
 
4930
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
 
4931
  msgid "Items Horizontal Spacing"
4932
  msgstr ""
4933
 
4934
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
4935
- #: framework/premium/features/premium-header/items/language-switcher/options.php:360
 
 
4936
  msgid "Items Vertical Spacing"
4937
  msgstr ""
4938
 
4939
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
 
4940
  msgid "Container Bottom Spacing"
4941
  msgstr ""
4942
 
4943
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
 
4944
  msgid "Horizontal Alignment"
4945
  msgstr ""
4946
 
4947
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
 
4948
  msgid "Button Padding"
4949
  msgstr ""
4950
 
4951
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
 
4952
  msgid "Read Progress"
4953
  msgstr ""
4954
 
4955
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
 
4956
  msgid "Indicator Height"
4957
  msgstr ""
4958
 
4959
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
 
4960
  msgid "Auto Hide"
4961
  msgstr ""
4962
 
4963
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
 
4964
  msgid ""
4965
  "Automatically hide the read progress bar once you arrive at the bottom of "
4966
  "the article."
4967
  msgstr ""
4968
 
4969
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
 
4970
  msgid "Main Color"
4971
  msgstr ""
4972
 
4973
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:84
 
4974
  msgid "Icon Badge"
4975
  msgstr ""
4976
 
4977
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:178
 
4978
  msgid "Label Font Color"
4979
  msgstr ""
4980
 
4981
- #: framework/premium/features/premium-header/items/contacts/config.php:4
 
4982
  msgid "Contacts"
4983
  msgstr ""
4984
 
4985
- #: framework/premium/features/premium-header/items/contacts/options.php:300
 
4986
  msgid "Open Links In New Tab"
4987
  msgstr ""
4988
 
4989
  #: framework/premium/features/premium-header/items/contacts/options.php:320,
4990
- #: framework/premium/features/premium-header/items/language-switcher/options.php:95
 
 
4991
  msgid "Items Spacing"
4992
  msgstr ""
4993
 
4994
- #: framework/premium/features/premium-header/items/contacts/options.php:369
 
4995
  msgid "Items Direction"
4996
  msgstr ""
4997
 
4998
- #: framework/premium/features/premium-header/items/contacts/options.php:375
 
4999
  msgid "Horizontal"
5000
  msgstr ""
5001
 
5002
- #: framework/premium/features/premium-header/items/contacts/options.php:376
 
5003
  msgid "Vertical"
5004
  msgstr ""
5005
 
5006
  #: framework/premium/features/premium-header/items/contacts/options.php:730,
5007
  #: framework/premium/features/premium-header/items/contacts/options.php:772,
5008
  #: framework/premium/features/premium-header/items/contacts/options.php:811,
5009
- #: framework/premium/features/premium-header/items/contacts/options.php:850
 
 
 
 
5010
  msgid "Icons Background Color"
5011
  msgstr ""
5012
 
5013
  #: framework/premium/features/premium-header/items/contacts/options.php:734,
5014
  #: framework/premium/features/premium-header/items/contacts/options.php:776,
5015
  #: framework/premium/features/premium-header/items/contacts/options.php:815,
5016
- #: framework/premium/features/premium-header/items/contacts/options.php:854
 
 
 
 
5017
  msgid "Icons Border Color"
5018
  msgstr ""
5019
 
@@ -5021,110 +6942,143 @@ msgstr ""
5021
  #: framework/premium/features/premium-header/items/divider/options.php:107,
5022
  #: framework/premium/features/premium-header/items/divider/options.php:126,
5023
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
5024
- #: framework/premium/features/premium-header/items/search-input/options.php:734
 
 
 
 
 
5025
  msgid "Margin"
5026
  msgstr ""
5027
 
5028
- #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
 
5029
  msgid "Dark Mode"
5030
  msgstr ""
5031
 
5032
- #: framework/premium/features/premium-header/items/divider/config.php:4
 
5033
  msgid "Divider"
5034
  msgstr ""
5035
 
5036
- #: framework/premium/features/premium-header/items/divider/options.php:6
 
5037
  msgid "Size"
5038
  msgstr ""
5039
 
5040
- #: framework/premium/features/premium-header/items/language-switcher/options.php:17
 
5041
  msgid "Top Level Options"
5042
  msgstr ""
5043
 
5044
- #: framework/premium/features/premium-header/items/language-switcher/options.php:37
 
5045
  msgid "Dropdown"
5046
  msgstr ""
5047
 
5048
- #: framework/premium/features/premium-header/items/language-switcher/options.php:47
 
5049
  msgid "Display"
5050
  msgstr ""
5051
 
5052
- #: framework/premium/features/premium-header/items/language-switcher/options.php:59
 
5053
  msgid "Flag"
5054
  msgstr ""
5055
 
5056
- #: framework/premium/features/premium-header/items/language-switcher/options.php:73
 
5057
  msgid "Label Style"
5058
  msgstr ""
5059
 
5060
- #: framework/premium/features/premium-header/items/language-switcher/options.php:79
 
5061
  msgid "Long"
5062
  msgstr ""
5063
 
5064
- #: framework/premium/features/premium-header/items/language-switcher/options.php:80
 
5065
  msgid "Short"
5066
  msgstr ""
5067
 
5068
- #: framework/premium/features/premium-header/items/language-switcher/options.php:112
 
5069
  msgid "Hide Current Language"
5070
  msgstr ""
5071
 
5072
- #: framework/premium/features/premium-header/items/language-switcher/options.php:343
 
5073
  msgid "Dropdown Options"
5074
  msgstr ""
5075
 
5076
- #: framework/premium/features/premium-header/items/language-switcher/options.php:352
 
5077
  msgid "Dropdown Top Offset"
5078
  msgstr ""
5079
 
5080
- #: framework/premium/features/premium-header/items/search-input/config.php:4
 
5081
  msgid "Search Box"
5082
  msgstr ""
5083
 
5084
- #: framework/premium/features/premium-header/items/search-input/options.php:42
 
5085
  msgid "Placeholder Text"
5086
  msgstr ""
5087
 
5088
- #: framework/premium/features/premium-header/items/search-input/options.php:52
 
5089
  msgid "Input Maximum Width"
5090
  msgstr ""
5091
 
5092
- #: framework/premium/features/premium-header/items/search-input/options.php:64
 
5093
  msgid "Input Height"
5094
  msgstr ""
5095
 
5096
- #: framework/premium/features/premium-header/items/search-input/options.php:89
 
5097
  msgid "Live Results"
5098
  msgstr ""
5099
 
5100
- #: framework/premium/features/premium-header/items/search-input/options.php:100
 
5101
  msgid "Live Results Images"
5102
  msgstr ""
5103
 
5104
- #: framework/premium/features/premium-header/items/search-input/options.php:111
 
5105
  msgid "Search Through Criteria"
5106
  msgstr ""
5107
 
5108
- #: framework/premium/features/premium-header/items/search-input/options.php:112
 
5109
  msgid "Chose in which post types do you want to perform searches."
5110
  msgstr ""
5111
 
5112
  #: framework/premium/features/premium-header/items/search-input/options.php:324,
5113
  #: framework/premium/features/premium-header/items/search-input/options.php:353,
5114
  #: framework/premium/features/premium-header/items/search-input/options.php:385,
5115
- #: framework/premium/features/premium-header/items/search-input/options.php:415
 
 
 
 
5116
  msgid "Input Icon Color"
5117
  msgstr ""
5118
 
5119
- #: framework/premium/features/premium-header/items/search-input/options.php:765
 
5120
  msgid "Dropdown Text Color"
5121
  msgstr ""
5122
 
5123
- #: framework/premium/features/premium-header/items/search-input/options.php:796
 
5124
  msgid "Dropdown Background"
5125
  msgstr ""
5126
 
5127
- #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
 
5128
  msgid "Widget Area"
5129
  msgstr ""
5130
 
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
+ "POT-Creation-Date: 2022-07-27 17:15+0000\n"
11
  "Project-Id-Version: undefined\n"
12
  "X-Poedit-Basepath: ..\n"
13
  "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;"
21
  "x-generator: babel-plugin-wp-i18n\n"
22
 
23
  #. translators: %s: PHP version
24
+ #: blocksy-companion.php:128, build_tmp/build/blocksy-companion.php:128
25
  msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
26
  msgstr ""
27
 
28
  #. translators: %s: WordPress version
29
+ #: blocksy-companion.php:139, build_tmp/build/blocksy-companion.php:139
30
  msgid ""
31
  "Blocksy requires WordPress version %s+. Because you are using an earlier "
32
  "version, the plugin is currently NOT RUNNING."
33
  msgstr ""
34
 
35
  #: framework/extensions-manager.php:245,
36
+ #: build_tmp/build/framework/extensions-manager.php:245,
37
+ #: framework/premium/extensions/adobe-typekit/extension.php:46,
38
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/extension.php:46
39
  msgid "Adobe Typekit"
40
  msgstr ""
41
 
42
+ #: framework/extensions-manager.php:246,
43
+ #: build_tmp/build/framework/extensions-manager.php:246
44
  msgid ""
45
  "Connect your Typekit account and use your fonts in any typography option."
46
  msgstr ""
47
 
48
  #: framework/extensions-manager.php:257,
49
+ #: build_tmp/build/framework/extensions-manager.php:257,
50
+ #: framework/premium/extensions/code-snippets/readme.php:38,
51
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:38
52
  msgid "Custom Code Snippets"
53
  msgstr ""
54
 
55
+ #: framework/extensions-manager.php:258,
56
+ #: build_tmp/build/framework/extensions-manager.php:258
57
  msgid ""
58
  "Add custom code snippets in your header and footer, globally and per post or "
59
  "page individually."
60
  msgstr ""
61
 
62
  #: framework/extensions-manager.php:269,
63
+ #: build_tmp/build/framework/extensions-manager.php:269,
64
+ #: framework/premium/extensions/custom-fonts/extension.php:153,
65
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/extension.php:153
66
  msgid "Custom Fonts"
67
  msgstr ""
68
 
69
+ #: framework/extensions-manager.php:270,
70
+ #: build_tmp/build/framework/extensions-manager.php:270
71
  msgid ""
72
  "Upload unlimited number of custom fonts or variable fonts and use them in "
73
  "any typography option."
74
  msgstr ""
75
 
76
  #: framework/extensions-manager.php:281,
77
+ #: build_tmp/build/framework/extensions-manager.php:281,
78
+ #: framework/premium/extensions/local-google-fonts/extension.php:188,
79
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/extension.php:188
80
  msgid "Local Google Fonts"
81
  msgstr ""
82
 
83
+ #: framework/extensions-manager.php:282,
84
+ #: build_tmp/build/framework/extensions-manager.php:282
85
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
86
  msgstr ""
87
 
88
+ #: framework/extensions-manager.php:293,
89
+ #: build_tmp/build/framework/extensions-manager.php:293
90
  msgid "Advanced Menu"
91
  msgstr ""
92
 
93
+ #: framework/extensions-manager.php:294,
94
+ #: build_tmp/build/framework/extensions-manager.php:294
95
  msgid ""
96
  "Create beautiful mega menus, assign icons add badges to menu items, and "
97
  "content blocks inside menu items."
98
  msgstr ""
99
 
100
+ #: framework/extensions-manager.php:305,
101
+ #: build_tmp/build/framework/extensions-manager.php:305
102
  msgid "Shortcuts Bar"
103
  msgstr ""
104
 
105
+ #: framework/extensions-manager.php:306,
106
+ #: build_tmp/build/framework/extensions-manager.php:306
107
  msgid ""
108
  "Transform your website into a app like by displaying a neat shortcuts bar at "
109
  "the bottom of the vieport."
110
  msgstr ""
111
 
112
+ #: framework/extensions-manager.php:317,
113
+ #: build_tmp/build/framework/extensions-manager.php:317
114
  msgid "Multiple Sidebars"
115
  msgstr ""
116
 
117
+ #: framework/extensions-manager.php:318,
118
+ #: build_tmp/build/framework/extensions-manager.php:318
119
  msgid ""
120
  "Create unlimited number of sidebars and display them conditionaly on any "
121
  "page or post."
122
  msgstr ""
123
 
124
+ #: framework/extensions-manager.php:329,
125
+ #: build_tmp/build/framework/extensions-manager.php:329
126
  msgid "White Label (Agency Package)"
127
  msgstr ""
128
 
129
+ #: framework/extensions-manager.php:330,
130
+ #: build_tmp/build/framework/extensions-manager.php:330
131
  msgid "Change the theme and companion plugin branding to your own custom one."
132
  msgstr ""
133
 
134
+ #: framework/extensions-manager.php:341,
135
+ #: build_tmp/build/framework/extensions-manager.php:341
136
  msgid "WooCommerce Extra"
137
  msgstr ""
138
 
139
+ #: framework/extensions-manager.php:342,
140
+ #: build_tmp/build/framework/extensions-manager.php:342
141
  msgid ""
142
  "Increase the conversion rate by adding a product quick view modal, a "
143
  "floating cart. Control the single product gallery/slider and the layout, add "
145
  msgstr ""
146
 
147
  #: framework/theme-integration.php:310,
148
+ #: build_tmp/build/framework/theme-integration.php:310,
149
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
150
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
151
+ #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13,
152
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:16,
153
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/view.php:12,
154
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:13
155
  msgid "Facebook"
156
  msgstr ""
157
 
158
+ #: framework/theme-integration.php:311,
159
+ #: build_tmp/build/framework/theme-integration.php:311
160
  msgid "Twitter"
161
  msgstr ""
162
 
163
+ #: framework/theme-integration.php:312,
164
+ #: build_tmp/build/framework/theme-integration.php:312
165
  msgid "LinkedIn"
166
  msgstr ""
167
 
168
+ #: framework/theme-integration.php:313,
169
+ #: build_tmp/build/framework/theme-integration.php:313
170
  msgid "Dribbble"
171
  msgstr ""
172
 
173
+ #: framework/theme-integration.php:314,
174
+ #: build_tmp/build/framework/theme-integration.php:314
175
  msgid "Instagram"
176
  msgstr ""
177
 
178
+ #: framework/theme-integration.php:315,
179
+ #: build_tmp/build/framework/theme-integration.php:315
180
  msgid "Pinterest"
181
  msgstr ""
182
 
183
+ #: framework/theme-integration.php:316,
184
+ #: build_tmp/build/framework/theme-integration.php:316
185
  msgid "WordPress"
186
  msgstr ""
187
 
188
+ #: framework/theme-integration.php:317,
189
+ #: build_tmp/build/framework/theme-integration.php:317
190
  msgid "GitHub"
191
  msgstr ""
192
 
193
  #: framework/theme-integration.php:318,
194
+ #: build_tmp/build/framework/theme-integration.php:318,
195
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:497,
196
  #: framework/extensions/widgets/widgets/ct-socials/options.php:100,
197
+ #: framework/premium/features/content-blocks/options/archive.php:47,
198
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:497,
199
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:100,
200
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:47
201
  msgid "Medium"
202
  msgstr ""
203
 
204
+ #: framework/theme-integration.php:319,
205
+ #: build_tmp/build/framework/theme-integration.php:319
206
  msgid "YouTube"
207
  msgstr ""
208
 
209
+ #: framework/theme-integration.php:320,
210
+ #: build_tmp/build/framework/theme-integration.php:320
211
  msgid "Vimeo"
212
  msgstr ""
213
 
214
+ #: framework/theme-integration.php:321,
215
+ #: build_tmp/build/framework/theme-integration.php:321
216
  msgid "VKontakte"
217
  msgstr ""
218
 
219
+ #: framework/theme-integration.php:322,
220
+ #: build_tmp/build/framework/theme-integration.php:322
221
  msgid "Odnoklassniki"
222
  msgstr ""
223
 
224
+ #: framework/theme-integration.php:323,
225
+ #: build_tmp/build/framework/theme-integration.php:323
226
  msgid "TikTok"
227
  msgstr ""
228
 
229
+ #: framework/theme-integration.php:395,
230
+ #: build_tmp/build/framework/theme-integration.php:395
231
  msgid "Companion"
232
  msgstr ""
233
 
234
+ #: framework/theme-integration.php:411,
235
+ #: build_tmp/build/framework/theme-integration.php:411
236
+ #: static/js/screens/SiteExport.js:111
237
  msgid "PRO"
238
  msgstr ""
239
 
240
+ #: framework/widgets-manager.php:75,
241
+ #: build_tmp/build/framework/widgets-manager.php:75
242
  msgid "Default widget name"
243
  msgstr ""
244
 
245
+ #: framework/widgets-manager.php:81,
246
+ #: build_tmp/build/framework/widgets-manager.php:81
247
  msgid "Display online support infomation"
248
  msgstr ""
249
 
250
+ #: framework/widgets-manager.php:144,
251
+ #: build_tmp/build/framework/widgets-manager.php:144
252
  msgid "Widget Title"
253
  msgstr ""
254
 
255
  #. translators: %s: Link to the login page.
256
+ #: framework/features/account-auth.php:92,
257
+ #: build_tmp/build/framework/features/account-auth.php:92
258
  msgid ""
259
  "Check your email for the confirmation link, then visit the <a href=\"%s"
260
  "\">login page</a>."
261
  msgstr ""
262
 
263
  #: framework/features/account-auth.php:104,
264
+ #: framework/features/account-auth.php:232,
265
+ #: build_tmp/build/framework/features/account-auth.php:104,
266
+ #: build_tmp/build/framework/features/account-auth.php:232
267
  msgid "Check your email"
268
  msgstr ""
269
 
270
+ #: framework/features/account-auth.php:199,
271
+ #: build_tmp/build/framework/features/account-auth.php:199
272
  msgid ""
273
  "Your account was created successfully. Your login details have been sent to "
274
  "your email address. Please visit the <a href=\"%s\">login page</a>."
275
  msgstr ""
276
 
277
+ #: framework/features/account-auth.php:208,
278
+ #: build_tmp/build/framework/features/account-auth.php:208
279
  msgid ""
280
  "Your account was created successfully and a password has been sent to your "
281
  "email address. Please visit the <a href=\"%s\">login page</a>."
282
  msgstr ""
283
 
284
+ #: framework/features/account-auth.php:238,
285
+ #: build_tmp/build/framework/features/account-auth.php:238
286
  msgid "Registration Form"
287
  msgstr ""
288
 
289
+ #: framework/features/account-auth.php:239,
290
+ #: build_tmp/build/framework/features/account-auth.php:239
291
  msgid "Register For This Site"
292
  msgstr ""
293
 
294
+ #: framework/features/conditions-manager.php:496,
295
+ #: build_tmp/build/framework/features/conditions-manager.php:494
296
  msgid "Entire Website"
297
  msgstr ""
298
 
299
+ #: framework/features/conditions-manager.php:504,
300
+ #: framework/features/conditions-manager.php:546,
301
+ #: framework/features/conditions-manager.php:578,
302
+ #: build_tmp/build/framework/features/conditions-manager.php:502,
303
+ #: build_tmp/build/framework/features/conditions-manager.php:544,
304
+ #: build_tmp/build/framework/features/conditions-manager.php:576
305
  msgid "Basic"
306
  msgstr ""
307
 
308
+ #: framework/features/conditions-manager.php:508,
309
+ #: framework/features/conditions-manager.php:582,
310
+ #: build_tmp/build/framework/features/conditions-manager.php:506,
311
+ #: build_tmp/build/framework/features/conditions-manager.php:580
312
  msgid "Singulars"
313
  msgstr ""
314
 
315
+ #: framework/features/conditions-manager.php:513,
316
+ #: framework/features/conditions-manager.php:550,
317
+ #: build_tmp/build/framework/features/conditions-manager.php:511,
318
+ #: build_tmp/build/framework/features/conditions-manager.php:548
319
  msgid "Archives"
320
  msgstr ""
321
 
322
+ #: framework/features/conditions-manager.php:519,
323
+ #: framework/features/conditions-manager.php:556,
324
+ #: framework/features/conditions-manager.php:588,
325
  #: framework/extensions/trending/customizer.php:4,
326
+ #: build_tmp/build/framework/features/conditions-manager.php:517,
327
+ #: build_tmp/build/framework/features/conditions-manager.php:554,
328
+ #: build_tmp/build/framework/features/conditions-manager.php:586,
329
+ #: build_tmp/build/framework/extensions/trending/customizer.php:4,
330
  #: framework/extensions/widgets/widgets/ct-posts/options.php:11,
331
  #: framework/extensions/widgets/widgets/ct-posts/options.php:98,
332
  #: framework/extensions/widgets/widgets/ct-posts/view.php:139,
333
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
334
+ #: framework/premium/features/premium-header/items/search-input/options.php:4,
335
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:11,
336
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:98,
337
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:139,
338
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:13,
339
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:4
340
  msgid "Posts"
341
  msgstr ""
342
 
343
+ #: framework/features/conditions-manager.php:523,
344
+ #: framework/features/conditions-manager.php:592,
345
+ #: build_tmp/build/framework/features/conditions-manager.php:521,
346
+ #: build_tmp/build/framework/features/conditions-manager.php:590,
347
  #: framework/premium/features/content-blocks/hooks-manager.php:408,
348
  #: framework/premium/features/content-blocks/hooks-manager.php:416,
349
  #: framework/premium/features/content-blocks/hooks-manager.php:424,
350
  #: framework/premium/features/content-blocks/hooks-manager.php:431,
351
  #: framework/premium/features/content-blocks/hooks-manager.php:438,
352
+ #: framework/premium/features/content-blocks/hooks-manager.php:446,
353
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:408,
354
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:416,
355
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:424,
356
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:431,
357
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:438,
358
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:446
359
  msgid "Single Post"
360
  msgstr ""
361
 
362
+ #: framework/features/conditions-manager.php:528,
363
+ #: framework/features/conditions-manager.php:560,
364
+ #: build_tmp/build/framework/features/conditions-manager.php:526,
365
+ #: build_tmp/build/framework/features/conditions-manager.php:558
366
  msgid "All Post Archives"
367
  msgstr ""
368
 
369
+ #: framework/features/conditions-manager.php:533,
370
+ #: framework/features/conditions-manager.php:565,
371
+ #: build_tmp/build/framework/features/conditions-manager.php:531,
372
+ #: build_tmp/build/framework/features/conditions-manager.php:563
373
  msgid "Post Categories"
374
  msgstr ""
375
 
376
+ #: framework/features/conditions-manager.php:538,
377
+ #: framework/features/conditions-manager.php:570,
378
+ #: build_tmp/build/framework/features/conditions-manager.php:536,
379
+ #: build_tmp/build/framework/features/conditions-manager.php:568
380
  msgid "Post Tags"
381
  msgstr ""
382
 
383
+ #: framework/features/conditions-manager.php:600,
384
+ #: build_tmp/build/framework/features/conditions-manager.php:598,
385
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
386
+ #: framework/premium/features/premium-header/items/search-input/options.php:5,
387
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:12,
388
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:5
389
  msgid "Pages"
390
  msgstr ""
391
 
392
+ #: framework/features/conditions-manager.php:604,
393
+ #: build_tmp/build/framework/features/conditions-manager.php:602
394
  msgid "Single Page"
395
  msgstr ""
396
 
397
+ #: framework/features/conditions-manager.php:631,
398
+ #: build_tmp/build/framework/features/conditions-manager.php:629
399
  msgid "%s Single"
400
  msgstr ""
401
 
402
+ #: framework/features/conditions-manager.php:641,
403
+ #: build_tmp/build/framework/features/conditions-manager.php:639
404
  msgid "%s Archive"
405
  msgstr ""
406
 
407
+ #: framework/features/conditions-manager.php:654,
408
+ #: build_tmp/build/framework/features/conditions-manager.php:652
409
  msgid "%s %s Taxonomy"
410
  msgstr ""
411
 
412
+ #: framework/features/conditions-manager.php:669,
413
+ #: build_tmp/build/framework/features/conditions-manager.php:667
414
  msgid "Post ID"
415
  msgstr ""
416
 
417
+ #: framework/features/conditions-manager.php:674,
418
+ #: build_tmp/build/framework/features/conditions-manager.php:672
419
  msgid "Page ID"
420
  msgstr ""
421
 
422
+ #: framework/features/conditions-manager.php:679,
423
+ #: build_tmp/build/framework/features/conditions-manager.php:677
424
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
425
  msgid "Custom Post Type ID"
426
  msgstr ""
427
 
428
+ #: framework/features/conditions-manager.php:684,
429
+ #: build_tmp/build/framework/features/conditions-manager.php:682
430
  msgid "Post with Taxonomy ID"
431
  msgstr ""
432
 
433
+ #: framework/features/conditions-manager.php:689,
434
+ #: build_tmp/build/framework/features/conditions-manager.php:687
435
  msgid "Taxonomy ID"
436
  msgstr ""
437
 
438
+ #: framework/features/conditions-manager.php:693,
439
+ #: build_tmp/build/framework/features/conditions-manager.php:691
440
  msgid "Specific"
441
  msgstr ""
442
 
443
+ #: framework/features/conditions-manager.php:699,
444
+ #: build_tmp/build/framework/features/conditions-manager.php:697
445
  msgid "Other Pages"
446
  msgstr ""
447
 
448
+ #: framework/features/conditions-manager.php:703,
449
+ #: build_tmp/build/framework/features/conditions-manager.php:701
450
  msgid "404"
451
  msgstr ""
452
 
453
+ #: framework/features/conditions-manager.php:708,
454
+ #: build_tmp/build/framework/features/conditions-manager.php:706,
455
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
456
+ #: framework/premium/features/premium-header/items/search-input/view.php:95,
457
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:45,
458
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/view.php:95
459
  msgid "Search"
460
  msgstr ""
461
 
462
+ #: framework/features/conditions-manager.php:713,
463
+ #: build_tmp/build/framework/features/conditions-manager.php:711
464
  msgid "Blog"
465
  msgstr ""
466
 
467
+ #: framework/features/conditions-manager.php:718,
468
+ #: build_tmp/build/framework/features/conditions-manager.php:716
469
  msgid "Front Page"
470
  msgstr ""
471
 
472
+ #: framework/features/conditions-manager.php:723,
473
+ #: build_tmp/build/framework/features/conditions-manager.php:721
474
  msgid "Privacy Policy Page"
475
  msgstr ""
476
 
477
+ #: framework/features/conditions-manager.php:735,
478
+ #: build_tmp/build/framework/features/conditions-manager.php:733
479
  msgid "Author Archives"
480
  msgstr ""
481
 
482
+ #: framework/features/conditions-manager.php:745,
483
+ #: build_tmp/build/framework/features/conditions-manager.php:743
484
  msgid "WooCommerce"
485
  msgstr ""
486
 
487
+ #: framework/features/conditions-manager.php:749,
488
+ #: build_tmp/build/framework/features/conditions-manager.php:747
489
  msgid "Shop Home"
490
  msgstr ""
491
 
492
+ #: framework/features/conditions-manager.php:754,
493
+ #: build_tmp/build/framework/features/conditions-manager.php:752
494
  msgid "Single Product"
495
  msgstr ""
496
 
497
+ #: framework/features/conditions-manager.php:759,
498
+ #: build_tmp/build/framework/features/conditions-manager.php:757
499
  msgid "Product Archives"
500
  msgstr ""
501
 
502
+ #: framework/features/conditions-manager.php:764,
503
+ #: build_tmp/build/framework/features/conditions-manager.php:762
504
  msgid "Product Categories"
505
  msgstr ""
506
 
507
+ #: framework/features/conditions-manager.php:769,
508
+ #: build_tmp/build/framework/features/conditions-manager.php:767
509
  msgid "Product Tags"
510
  msgstr ""
511
 
512
+ #: framework/features/conditions-manager.php:777,
513
+ #: build_tmp/build/framework/features/conditions-manager.php:775
514
  msgid "Custom Post Types"
515
  msgstr ""
516
 
517
+ #: framework/features/conditions-manager.php:786,
518
+ #: build_tmp/build/framework/features/conditions-manager.php:784
519
  msgid "User Auth"
520
  msgstr ""
521
 
522
+ #: framework/features/conditions-manager.php:790,
523
+ #: build_tmp/build/framework/features/conditions-manager.php:788
524
  msgid "User Logged In"
525
  msgstr ""
526
 
527
+ #: framework/features/conditions-manager.php:795,
528
+ #: build_tmp/build/framework/features/conditions-manager.php:793
529
  msgid "User Logged Out"
530
  msgstr ""
531
 
532
+ #: framework/features/conditions-manager.php:801,
533
+ #: build_tmp/build/framework/features/conditions-manager.php:799
534
  msgid "User Roles"
535
  msgstr ""
536
 
537
+ #: framework/features/conditions-manager.php:806,
538
+ #: build_tmp/build/framework/features/conditions-manager.php:804,
539
  #: framework/premium/features/content-blocks/options/404.php:19,
540
  #: framework/premium/features/content-blocks/options/header.php:19,
541
  #: framework/premium/features/content-blocks/options/hook.php:24,
542
+ #: framework/premium/features/content-blocks/options/popup.php:25,
543
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:19,
544
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:19,
545
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:24,
546
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:25
547
  msgid "Other"
548
  msgstr ""
549
 
550
+ #: framework/features/conditions-manager.php:810,
551
+ #: build_tmp/build/framework/features/conditions-manager.php:808
552
  msgid "Post Author"
553
  msgstr ""
554
 
555
+ #: framework/features/conditions-manager.php:822,
556
+ #: build_tmp/build/framework/features/conditions-manager.php:820,
557
+ #: framework/premium/features/premium-header/items/language-switcher/config.php:14,
558
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/config.php:14
559
  msgid "Languages"
560
  msgstr ""
561
 
562
+ #: framework/features/conditions-manager.php:826,
563
+ #: build_tmp/build/framework/features/conditions-manager.php:824
564
  msgid "Current Language"
565
  msgstr ""
566
 
567
+ #: framework/features/conditions-manager.php:834,
568
+ #: build_tmp/build/framework/features/conditions-manager.php:832
569
  msgid "bbPress"
570
  msgstr ""
571
 
572
+ #: framework/features/conditions-manager.php:838,
573
+ #: build_tmp/build/framework/features/conditions-manager.php:836
574
  msgid "Profile"
575
  msgstr ""
576
 
577
+ #: framework/features/conditions-manager.php:850,
578
+ #: build_tmp/build/framework/features/conditions-manager.php:848
579
  #: static/js/options/ConditionsManager.js:105
580
  msgid "Include"
581
  msgstr ""
582
 
583
+ #: framework/features/conditions-manager.php:850,
584
+ #: build_tmp/build/framework/features/conditions-manager.php:848
585
  #: static/js/options/ConditionsManager.js:106
586
  msgid "Exclude"
587
  msgstr ""
588
 
589
+ #: framework/features/conditions-manager.php:903,
590
+ #: build_tmp/build/framework/features/conditions-manager.php:901
591
  msgid "Language"
592
  msgstr ""
593
 
594
+ #: framework/features/demo-install.php:233,
595
+ #: build_tmp/build/framework/features/demo-install.php:233
596
  msgid ""
597
  "Your PHP installation doesn't have support for XML. Please install the "
598
  "<i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install "
600
  "in doing so."
601
  msgstr ""
602
 
603
+ #: framework/features/dynamic-css.php:46,
604
+ #: build_tmp/build/framework/features/dynamic-css.php:46
605
  msgid "Dynamic CSS Output"
606
  msgstr ""
607
 
608
+ #: framework/features/dynamic-css.php:50,
609
+ #: build_tmp/build/framework/features/dynamic-css.php:50
610
  msgid ""
611
  "The strategy of outputting the dynamic CSS. File - all the CSS code will be "
612
  "placed in a static file, otherwise it will be placed inline in head."
613
  msgstr ""
614
 
615
+ #: framework/features/dynamic-css.php:52,
616
+ #: build_tmp/build/framework/features/dynamic-css.php:52
617
  msgid "File"
618
  msgstr ""
619
 
620
  #: framework/features/dynamic-css.php:53,
621
+ #: build_tmp/build/framework/features/dynamic-css.php:53,
622
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:32,
623
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:32
624
  msgid "Inline"
625
  msgstr ""
626
 
627
+ #: framework/features/google-analytics.php:69,
628
+ #: build_tmp/build/framework/features/google-analytics.php:69
629
  msgid "Google Analytics v4"
630
  msgstr ""
631
 
632
+ #: framework/features/google-analytics.php:75,
633
+ #: build_tmp/build/framework/features/google-analytics.php:75
634
  msgid ""
635
  "Link your Google Analytics 4 tracking ID. More info and instructions can be "
636
  "found %shere%s."
637
  msgstr ""
638
 
639
+ #: framework/features/google-analytics.php:87,
640
+ #: build_tmp/build/framework/features/google-analytics.php:87
641
  msgid "Google Analytics v3 (Legacy)"
642
  msgstr ""
643
 
644
+ #: framework/features/google-analytics.php:93,
645
+ #: build_tmp/build/framework/features/google-analytics.php:93
646
  msgid ""
647
  "Please note: this option will be deprecated soon and we strongly reccommend "
648
  "switching to GA4, more info can be fount %shere%s."
649
  msgstr ""
650
 
651
+ #: framework/features/google-analytics.php:105,
652
+ #: build_tmp/build/framework/features/google-analytics.php:105
653
  msgid "IP Anonymization"
654
  msgstr ""
655
 
656
+ #: framework/features/google-analytics.php:109,
657
+ #: build_tmp/build/framework/features/google-analytics.php:109
658
  msgid ""
659
  "Enable Google Analytics IP Anonymization for enhanced privacy. More info and "
660
  "instructions can be found %shere%s."
661
  msgstr ""
662
 
663
+ #: framework/features/opengraph-meta-data.php:17,
664
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:17
665
  msgid "OpenGraph Meta Data"
666
  msgstr ""
667
 
668
+ #: framework/features/opengraph-meta-data.php:20,
669
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:20
670
  msgid "Enable the OpenGraph rich meta data features for your website."
671
  msgstr ""
672
 
673
+ #: framework/features/opengraph-meta-data.php:29,
674
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:29
675
  msgid "Facebook Page URL"
676
  msgstr ""
677
 
678
+ #: framework/features/opengraph-meta-data.php:36,
679
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:36
680
  msgid "Facebook App ID"
681
  msgstr ""
682
 
683
+ #: framework/features/opengraph-meta-data.php:43,
684
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:43
685
  msgid "Twitter Username"
686
  msgstr ""
687
 
688
  #. translators: This is a brand name. Preferably to not be translated
689
  #: framework/extensions/cookies-consent/config.php:5,
690
+ #: framework/extensions/cookies-consent/customizer.php:5,
691
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:5,
692
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:5
693
  msgctxt "Extension Brand Name"
694
  msgid "Cookies Consent"
695
  msgstr ""
696
 
697
+ #: framework/extensions/cookies-consent/config.php:6,
698
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:6
699
  msgid ""
700
  "Display a cookie acceptance box in order to comply with the privacy "
701
  "regulations in your country."
710
  #: framework/premium/extensions/shortcuts/customizer.php:534,
711
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
712
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
713
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:15,
714
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:12,
715
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:343,
716
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:6,
717
+ #: build_tmp/build/framework/extensions/trending/customizer.php:110,
718
  #: framework/features/header/items/account/options.php:70,
719
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
720
  #: framework/premium/features/content-blocks/options/popup.php:30,
721
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:6,
722
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:534,
723
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
724
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
725
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
726
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
727
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
728
  #: framework/premium/features/premium-header/items/contacts/options.php:5,
729
  #: framework/premium/features/premium-header/items/language-switcher/options.php:21,
730
  #: framework/premium/features/premium-header/items/language-switcher/options.php:347,
731
+ #: framework/premium/features/premium-header/items/search-input/options.php:37,
732
+ #: build_tmp/build/framework/features/header/items/account/options.php:70,
733
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
734
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:30,
735
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
736
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
737
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
738
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:5,
739
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:21,
740
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:347,
741
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:37
742
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
743
  msgid "General"
744
  msgstr ""
747
  #: framework/premium/extensions/shortcuts/customizer.php:546,
748
  #: framework/premium/extensions/woocommerce-extra/extension.php:81,
749
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
750
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:28,
751
  #: framework/features/header/items/account/options.php:225,
752
  #: framework/features/header/items/account/options.php:466,
753
  #: framework/features/header/items/account/options.php:524,
754
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:546,
755
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:81,
756
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
757
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
758
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:56,
759
+ #: build_tmp/build/framework/features/header/items/account/options.php:225,
760
+ #: build_tmp/build/framework/features/header/items/account/options.php:466,
761
+ #: build_tmp/build/framework/features/header/items/account/options.php:524,
762
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
763
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:56
764
  msgid "Type 1"
765
  msgstr ""
766
 
768
  #: framework/premium/extensions/shortcuts/customizer.php:551,
769
  #: framework/premium/extensions/woocommerce-extra/extension.php:86,
770
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
771
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:33,
772
  #: framework/features/header/items/account/options.php:230,
773
  #: framework/features/header/items/account/options.php:471,
774
  #: framework/features/header/items/account/options.php:529,
775
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:551,
776
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:86,
777
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
778
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
779
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61,
780
+ #: build_tmp/build/framework/features/header/items/account/options.php:230,
781
+ #: build_tmp/build/framework/features/header/items/account/options.php:471,
782
+ #: build_tmp/build/framework/features/header/items/account/options.php:529,
783
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
784
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
785
  msgid "Type 2"
786
  msgstr ""
787
 
788
+ #: framework/extensions/cookies-consent/customizer.php:40,
789
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:40
790
  msgid "Cookie period"
791
  msgstr ""
792
 
793
+ #: framework/extensions/cookies-consent/customizer.php:48,
794
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:48
795
  msgid "One hour"
796
  msgstr ""
797
 
798
+ #: framework/extensions/cookies-consent/customizer.php:49,
799
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:49
800
  msgid "One day"
801
  msgstr ""
802
 
803
+ #: framework/extensions/cookies-consent/customizer.php:50,
804
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:50
805
  msgid "One week"
806
  msgstr ""
807
 
808
+ #: framework/extensions/cookies-consent/customizer.php:51,
809
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:51
810
  msgid "One month"
811
  msgstr ""
812
 
813
+ #: framework/extensions/cookies-consent/customizer.php:52,
814
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:52
815
  msgid "Three months"
816
  msgstr ""
817
 
818
+ #: framework/extensions/cookies-consent/customizer.php:53,
819
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:53
820
  msgid "Six months"
821
  msgstr ""
822
 
823
+ #: framework/extensions/cookies-consent/customizer.php:54,
824
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:54
825
  msgid "One year"
826
  msgstr ""
827
 
828
+ #: framework/extensions/cookies-consent/customizer.php:55,
829
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:55
830
  msgid "Forever"
831
  msgstr ""
832
 
835
  #: framework/premium/features/content-blocks/hooks-manager.php:243,
836
  #: framework/premium/features/content-blocks/hooks-manager.php:251,
837
  #: framework/premium/features/content-blocks/hooks-manager.php:259,
838
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:62,
839
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
840
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:141,
841
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:201,
843
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:321,
844
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:381,
845
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:441,
846
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:235,
847
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:243,
848
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:251,
849
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:259,
850
  #: framework/premium/features/premium-header/items/contacts/options.php:52,
851
  #: framework/premium/features/premium-header/items/contacts/options.php:88,
852
  #: framework/premium/features/premium-header/items/contacts/options.php:124,
853
  #: framework/premium/features/premium-header/items/contacts/options.php:160,
854
  #: framework/premium/features/premium-header/items/contacts/options.php:196,
855
  #: framework/premium/features/premium-header/items/contacts/options.php:232,
856
+ #: framework/premium/features/premium-header/items/contacts/options.php:268,
857
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
858
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:141,
859
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:201,
860
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:261,
861
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:321,
862
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:381,
863
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:441,
864
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:52,
865
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:88,
866
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:124,
867
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:160,
868
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:196,
869
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:232,
870
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:268
871
  msgid "Content"
872
  msgstr ""
873
 
874
  #: framework/extensions/cookies-consent/customizer.php:64,
875
+ #: framework/extensions/cookies-consent/helpers.php:30,
876
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:64,
877
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:30
878
  msgid ""
879
  "We use cookies to ensure that we give you the best experience on our website."
880
  msgstr ""
881
 
882
+ #: framework/extensions/cookies-consent/customizer.php:76,
883
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:76
884
  msgid "Accept Button text"
885
  msgstr ""
886
 
887
  #: framework/extensions/cookies-consent/customizer.php:80,
888
+ #: framework/extensions/cookies-consent/helpers.php:33,
889
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:80,
890
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:33
891
  msgid "Accept"
892
  msgstr ""
893
 
894
+ #: framework/extensions/cookies-consent/customizer.php:85,
895
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:85
896
  msgid "Decline Button text"
897
  msgstr ""
898
 
899
  #: framework/extensions/cookies-consent/customizer.php:88,
900
+ #: framework/extensions/cookies-consent/helpers.php:34,
901
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:88,
902
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:34
903
  msgid "Decline"
904
  msgstr ""
905
 
906
+ #: framework/extensions/cookies-consent/customizer.php:98,
907
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:98
908
  msgid "Maximum Width"
909
  msgstr ""
910
 
911
+ #: framework/extensions/cookies-consent/customizer.php:119,
912
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:119
913
  msgid "I accept the %sPrivacy Policy%s*"
914
  msgstr ""
915
 
916
+ #: framework/extensions/cookies-consent/customizer.php:123,
917
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:123
918
  msgid "This text will appear under each comment form and subscribe form."
919
  msgstr ""
920
 
927
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
928
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
929
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
930
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:142,
931
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:147,
932
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:383,
933
+ #: build_tmp/build/framework/extensions/trending/customizer.php:333,
934
  #: framework/features/header/items/account/options.php:664,
935
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
936
  #: framework/premium/features/content-blocks/options/popup.php:361,
937
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:516,
938
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:778,
939
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
940
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
941
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
942
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
943
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
944
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
945
  #: framework/premium/features/premium-header/items/contacts/options.php:404,
946
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
947
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
948
+ #: framework/premium/features/premium-header/items/search-input/options.php:188,
949
+ #: build_tmp/build/framework/features/header/items/account/options.php:664,
950
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
951
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:361,
952
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
953
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
954
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
955
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:404,
956
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:186,
957
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:371,
958
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:188
959
  msgid "Design"
960
  msgstr ""
961
 
962
  #: framework/extensions/cookies-consent/customizer.php:147,
963
+ #: framework/premium/extensions/mega-menu/options.php:615,
964
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:147,
965
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:615
966
  msgid "Text Color"
967
  msgstr ""
968
 
989
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
990
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
991
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
992
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:164,
993
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:191,
994
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:220,
995
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:251,
996
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:287,
997
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:316,
998
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:165,
999
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:190,
1000
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:222,
1001
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:253,
1002
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:290,
1003
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:322,
1004
+ #: build_tmp/build/framework/extensions/trending/customizer.php:366,
1005
  #: framework/features/header/items/account/options.php:728,
1006
  #: framework/features/header/items/account/options.php:760,
1007
  #: framework/features/header/items/account/options.php:790,
1019
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
1020
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
1021
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
1022
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:772,
1023
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:819,
1024
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:838,
1025
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:812,
1026
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:844,
1027
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
1028
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
1029
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
1030
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
1031
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
1032
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
1033
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
1034
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
1066
  #: framework/premium/features/premium-header/items/search-input/options.php:666,
1067
  #: framework/premium/features/premium-header/items/search-input/options.php:696,
1068
  #: framework/premium/features/premium-header/items/search-input/options.php:783,
1069
+ #: framework/premium/features/premium-header/items/search-input/options.php:811,
1070
+ #: build_tmp/build/framework/features/header/items/account/options.php:728,
1071
+ #: build_tmp/build/framework/features/header/items/account/options.php:760,
1072
+ #: build_tmp/build/framework/features/header/items/account/options.php:790,
1073
+ #: build_tmp/build/framework/features/header/items/account/options.php:872,
1074
+ #: build_tmp/build/framework/features/header/items/account/options.php:903,
1075
+ #: build_tmp/build/framework/features/header/items/account/options.php:932,
1076
+ #: build_tmp/build/framework/features/header/items/account/options.php:993,
1077
+ #: build_tmp/build/framework/features/header/items/account/options.php:1023,
1078
+ #: build_tmp/build/framework/features/header/items/account/options.php:1053,
1079
+ #: build_tmp/build/framework/features/header/items/account/options.php:1089,
1080
+ #: build_tmp/build/framework/features/header/items/account/options.php:1189,
1081
+ #: build_tmp/build/framework/features/header/items/account/options.php:1225,
1082
+ #: build_tmp/build/framework/features/header/items/account/options.php:1264,
1083
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
1084
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
1085
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
1086
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
1087
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
1088
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
1089
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
1090
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:105,
1091
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:223,
1092
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:254,
1093
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
1094
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:350,
1095
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:381,
1096
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:410,
1097
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:637,
1098
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:668,
1099
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:698,
1100
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:798,
1101
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:837,
1102
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:876,
1103
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
1104
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
1105
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
1106
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:249,
1107
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:279,
1108
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:308,
1109
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:399,
1110
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:425,
1111
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:241,
1112
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:273,
1113
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:303,
1114
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:371,
1115
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:403,
1116
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:433,
1117
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:501,
1118
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:533,
1119
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:563,
1120
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:636,
1121
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:666,
1122
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:696,
1123
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:783,
1124
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:811
1125
  msgid "Initial"
1126
  msgstr ""
1127
 
1139
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
1140
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
1141
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
1142
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:170,
1143
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:226,
1144
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:257,
1145
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:292,
1146
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:321,
1147
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:196,
1148
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:327,
1149
+ #: build_tmp/build/framework/extensions/trending/customizer.php:372,
1150
  #: framework/features/header/items/account/options.php:734,
1151
  #: framework/features/header/items/account/options.php:765,
1152
  #: framework/features/header/items/account/options.php:795,
1157
  #: framework/features/header/items/account/options.php:1195,
1158
  #: framework/features/header/items/account/options.php:1231,
1159
  #: framework/features/header/items/account/options.php:1270,
1160
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:777,
1161
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:818,
1162
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:850,
1163
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
1164
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
1165
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
1166
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:229,
1167
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:259,
1168
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:288,
1179
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
1180
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
1181
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
1182
+ #: framework/premium/features/premium-header/items/search-input/options.php:788,
1183
+ #: build_tmp/build/framework/features/header/items/account/options.php:734,
1184
+ #: build_tmp/build/framework/features/header/items/account/options.php:765,
1185
+ #: build_tmp/build/framework/features/header/items/account/options.php:795,
1186
+ #: build_tmp/build/framework/features/header/items/account/options.php:878,
1187
+ #: build_tmp/build/framework/features/header/items/account/options.php:908,
1188
+ #: build_tmp/build/framework/features/header/items/account/options.php:937,
1189
+ #: build_tmp/build/framework/features/header/items/account/options.php:999,
1190
+ #: build_tmp/build/framework/features/header/items/account/options.php:1195,
1191
+ #: build_tmp/build/framework/features/header/items/account/options.php:1231,
1192
+ #: build_tmp/build/framework/features/header/items/account/options.php:1270,
1193
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:229,
1194
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:259,
1195
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:288,
1196
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:356,
1197
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:386,
1198
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:415,
1199
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:642,
1200
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:673,
1201
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:703,
1202
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:803,
1203
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:842,
1204
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:881,
1205
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
1206
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
1207
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
1208
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:404,
1209
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:788
1210
  msgid "Hover"
1211
  msgstr ""
1212
 
1215
  #: framework/extensions/cookies-consent/customizer.php:299,
1216
  #: framework/premium/extensions/mega-menu/options.php:826,
1217
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
1218
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:178,
1219
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:234,
1220
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:299,
1221
  #: framework/features/header/items/account/options.php:1247,
1222
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
1223
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:826,
1224
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
1225
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
1226
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:412,
1227
+ #: build_tmp/build/framework/features/header/items/account/options.php:1247,
1228
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
1229
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
1230
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:412
1231
  msgid "Background Color"
1232
  msgstr ""
1233
 
1237
  #: framework/premium/extensions/mega-menu/options.php:806,
1238
  #: framework/premium/extensions/shortcuts/customizer.php:794,
1239
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
1240
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:203,
1241
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:270,
1242
+ #: build_tmp/build/framework/extensions/trending/customizer.php:348,
1243
  #: framework/features/header/items/account/options.php:975,
1244
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:806,
1245
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:794,
1246
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
1247
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
1248
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:206,
1249
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:237,
1256
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
1257
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
1258
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
1259
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:382,
1260
+ #: build_tmp/build/framework/features/header/items/account/options.php:975,
1261
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
1262
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:206,
1263
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:237,
1264
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:266,
1265
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:420,
1266
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:449,
1267
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:492,
1268
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:532,
1269
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:203,
1270
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:232,
1271
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:262,
1272
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:291,
1273
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:382
1274
  msgid "Font Color"
1275
  msgstr ""
1276
 
1277
+ #: framework/extensions/cookies-consent/helpers.php:79,
1278
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:79
1279
  msgid "I accept the %sPrivacy Policy%s"
1280
  msgstr ""
1281
 
1283
  #: framework/extensions/newsletter-subscribe/readme.php:1,
1284
  #: framework/premium/extensions/code-snippets/readme.php:1,
1285
  #: framework/premium/extensions/post-types-extra/readme.php:1,
1286
+ #: framework/premium/extensions/woocommerce-extra/readme.php:1,
1287
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:1,
1288
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:1,
1289
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:1,
1290
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:1,
1291
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:1
1292
  msgid "Instructions"
1293
  msgstr ""
1294
 
1295
+ #: framework/extensions/cookies-consent/readme.php:4,
1296
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:4
1297
  msgid ""
1298
  "After installing and activating the Cookies Consent extension you will be "
1299
  "able to configure it from this location:"
1300
  msgstr ""
1301
 
1302
+ #: framework/extensions/cookies-consent/readme.php:9,
1303
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:9
1304
  msgid "Customizer"
1305
  msgstr ""
1306
 
1307
+ #: framework/extensions/cookies-consent/readme.php:13,
1308
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:13
1309
  msgid "Navigate to %s and customize the notification to meet your needs."
1310
  msgstr ""
1311
 
1312
+ #: framework/extensions/cookies-consent/readme.php:16,
1313
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:16
1314
  msgid "Customizer ➝ Cookie Consent"
1315
  msgstr ""
1316
 
1317
  #. translators: This is a brand name. Preferably to not be translated
1318
+ #: framework/extensions/newsletter-subscribe/config.php:5,
1319
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:5
1320
  msgctxt "Extension Brand Name"
1321
  msgid "Newsletter Subscribe"
1322
  msgstr ""
1323
 
1324
+ #: framework/extensions/newsletter-subscribe/config.php:6,
1325
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:6
1326
  msgid ""
1327
  "Easily capture new leads for your newsletter with the help of a widget, "
1328
  "shortcode or even a block inserted on your pages or posts."
1329
  msgstr ""
1330
 
1331
+ #: framework/extensions/newsletter-subscribe/customizer.php:4,
1332
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:4
1333
  msgid "Subscribe Form"
1334
  msgstr ""
1335
 
1336
  #: framework/extensions/newsletter-subscribe/customizer.php:18,
1337
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
1338
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:18,
1339
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
1340
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:16,
1341
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:73,
1349
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
1350
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
1351
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
1352
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
1353
  #: framework/premium/features/premium-header/items/contacts/options.php:45,
1354
  #: framework/premium/features/premium-header/items/contacts/options.php:81,
1355
  #: framework/premium/features/premium-header/items/contacts/options.php:117,
1356
  #: framework/premium/features/premium-header/items/contacts/options.php:153,
1357
  #: framework/premium/features/premium-header/items/contacts/options.php:189,
1358
  #: framework/premium/features/premium-header/items/contacts/options.php:225,
1359
+ #: framework/premium/features/premium-header/items/contacts/options.php:261,
1360
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
1361
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:16,
1362
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:73,
1363
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:134,
1364
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:194,
1365
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:254,
1366
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:314,
1367
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:374,
1368
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:434,
1369
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:13,
1370
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:95,
1371
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:15,
1372
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:15,
1373
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:45,
1374
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:81,
1375
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:117,
1376
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:153,
1377
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:189,
1378
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:225,
1379
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:261
1380
  msgid "Title"
1381
  msgstr ""
1382
 
1383
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
1384
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
1385
+ #: framework/extensions/newsletter-subscribe/helpers.php:96,
1386
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:21,
1387
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:42,
1388
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:96
1389
  msgid "Newsletter Updates"
1390
  msgstr ""
1391
 
1392
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
1393
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:27,
1394
+ #: framework/extensions/widgets/widgets/ct-posts/widget.php:14,
1395
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:14
1396
  msgid "Description"
1397
  msgstr ""
1398
 
1400
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
1401
  #: framework/extensions/newsletter-subscribe/helpers.php:97,
1402
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
1403
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16,
1404
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:29,
1405
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:45,
1406
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:97,
1407
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
1408
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
1409
  msgid "Enter your email address below to subscribe to our newsletter"
1410
  msgstr ""
1411
 
1412
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
1413
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46,
1414
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:42,
1415
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
1416
  msgid "List Source"
1417
  msgstr ""
1418
 
1421
  #: framework/features/header/header-options.php:71,
1422
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
1423
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
1424
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:49,
1425
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:17,
1426
+ #: build_tmp/build/framework/features/header/header-options.php:71,
1427
  #: framework/extensions/widgets/widgets/ct-posts/options.php:173,
1428
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
1429
+ #: framework/premium/features/content-blocks/options/hook.php:289,
1430
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
1431
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
1432
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:173,
1433
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:198,
1434
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:289
1435
  msgid "Default"
1436
  msgstr ""
1437
 
1439
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
1440
  #: framework/premium/extensions/shortcuts/customizer.php:250,
1441
  #: framework/premium/extensions/shortcuts/customizer.php:276,
1442
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:50,
1443
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
1444
+ #: framework/premium/features/content-blocks/options/archive.php:48,
1445
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
1446
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:250,
1447
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:276,
1448
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:371,
1449
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:48
1450
  msgid "Custom"
1451
  msgstr ""
1452
 
1453
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
1454
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64,
1455
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:62,
1456
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
1457
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:194
1458
  msgid "List ID"
1459
  msgstr ""
1460
 
1461
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
1462
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76,
1463
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:80,
1464
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
1465
  msgid "Name Field"
1466
  msgstr ""
1467
 
1468
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
1469
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88,
1470
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:93,
1471
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
1472
  msgid "Name Label"
1473
  msgstr ""
1474
 
1477
  #: framework/extensions/newsletter-subscribe/helpers.php:57,
1478
  #: framework/extensions/newsletter-subscribe/helpers.php:108,
1479
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
1480
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69,
1481
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:95,
1482
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:180,
1483
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:57,
1484
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:108,
1485
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
1486
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
1487
  msgid "Your name"
1488
  msgstr ""
1489
 
1490
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
1491
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99,
1492
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:105,
1493
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
1494
  msgid "Mail Label"
1495
  msgstr ""
1496
 
1499
  #: framework/extensions/newsletter-subscribe/helpers.php:61,
1500
  #: framework/extensions/newsletter-subscribe/helpers.php:109,
1501
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
1502
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70,
1503
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:107,
1504
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:181,
1505
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:61,
1506
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:109,
1507
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
1508
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
1509
  msgid "Your email"
1510
  msgstr ""
1511
 
1512
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
1513
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107,
1514
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:114,
1515
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
1516
  msgid "Button Label"
1517
  msgstr ""
1518
 
1521
  #: framework/extensions/newsletter-subscribe/helpers.php:52,
1522
  #: framework/extensions/newsletter-subscribe/helpers.php:101,
1523
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
1524
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19,
1525
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:116,
1526
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:175,
1527
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:52,
1528
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:101,
1529
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
1530
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
1531
  msgid "Subscribe"
1532
  msgstr ""
1533
 
1541
  #: framework/premium/extensions/shortcuts/customizer.php:427,
1542
  #: framework/premium/extensions/shortcuts/customizer.php:483,
1543
  #: framework/premium/extensions/shortcuts/customizer.php:742,
1544
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:126,
1545
  #: framework/premium/features/content-blocks/options/404.php:146,
1546
  #: framework/premium/features/content-blocks/options/header.php:166,
1547
  #: framework/premium/features/content-blocks/options/hook.php:343,
1548
  #: framework/premium/features/content-blocks/options/popup.php:339,
1549
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:45,
1550
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:107,
1551
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:169,
1552
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:225,
1553
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:312,
1554
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:371,
1555
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:427,
1556
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:483,
1557
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:742,
1558
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
1559
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43,
1560
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:146,
1561
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:166,
1562
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:343,
1563
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:339,
1564
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
1565
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
1566
  msgid "Visibility"
1567
  msgstr ""
1568
 
1585
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
1586
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
1587
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
1588
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:137,
1589
+ #: build_tmp/build/framework/extensions/trending/customizer.php:279,
1590
+ #: build_tmp/build/framework/features/header/header-options.php:103,
1591
+ #: build_tmp/build/framework/features/header/header-options.php:185,
1592
  #: framework/features/header/items/account/options.php:287,
1593
  #: framework/features/header/items/account/options.php:584,
1594
  #: framework/premium/features/content-blocks/options/404.php:157,
1595
  #: framework/premium/features/content-blocks/options/header.php:177,
1596
  #: framework/premium/features/content-blocks/options/hook.php:354,
1597
  #: framework/premium/features/content-blocks/options/popup.php:350,
1598
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:59,
1599
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:121,
1600
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:183,
1601
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:239,
1602
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:327,
1603
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:385,
1604
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:441,
1605
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:497,
1606
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:634,
1607
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:756,
1608
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:176,
1609
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:197,
1610
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
1611
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
1612
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
1613
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
1614
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
1615
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105,
1616
+ #: build_tmp/build/framework/features/header/items/account/options.php:287,
1617
+ #: build_tmp/build/framework/features/header/items/account/options.php:584,
1618
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:157,
1619
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:177,
1620
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:354,
1621
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:350,
1622
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
1623
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
1624
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
1625
  msgid "Desktop"
1626
  msgstr ""
1627
 
1642
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
1643
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
1644
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
1645
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:138,
1646
+ #: build_tmp/build/framework/extensions/trending/customizer.php:280,
1647
  #: framework/features/header/items/account/options.php:288,
1648
  #: framework/features/header/items/account/options.php:585,
1649
  #: framework/features/header/items/account/options.php:1312,
1651
  #: framework/premium/features/content-blocks/options/header.php:178,
1652
  #: framework/premium/features/content-blocks/options/hook.php:355,
1653
  #: framework/premium/features/content-blocks/options/popup.php:351,
1654
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:60,
1655
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:122,
1656
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:184,
1657
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:240,
1658
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:328,
1659
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:386,
1660
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:442,
1661
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:498,
1662
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:635,
1663
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:757,
1664
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:177,
1665
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:198,
1666
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
1667
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
1668
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
1669
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
1670
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
1671
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:106,
1672
+ #: build_tmp/build/framework/features/header/items/account/options.php:288,
1673
+ #: build_tmp/build/framework/features/header/items/account/options.php:585,
1674
+ #: build_tmp/build/framework/features/header/items/account/options.php:1312,
1675
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:158,
1676
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:178,
1677
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:355,
1678
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:351,
1679
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
1680
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
1681
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:106
1682
  msgid "Tablet"
1683
  msgstr ""
1684
 
1701
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
1702
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
1703
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
1704
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:139,
1705
+ #: build_tmp/build/framework/extensions/trending/customizer.php:281,
1706
+ #: build_tmp/build/framework/features/header/header-options.php:105,
1707
+ #: build_tmp/build/framework/features/header/header-options.php:187,
1708
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:188,
1709
  #: framework/features/header/items/account/options.php:289,
1710
  #: framework/features/header/items/account/options.php:586,
1713
  #: framework/premium/features/content-blocks/options/header.php:179,
1714
  #: framework/premium/features/content-blocks/options/hook.php:356,
1715
  #: framework/premium/features/content-blocks/options/popup.php:352,
1716
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:61,
1717
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:123,
1718
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:185,
1719
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:241,
1720
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:329,
1721
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:387,
1722
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:443,
1723
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:499,
1724
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:636,
1725
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:758,
1726
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:178,
1727
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:199,
1728
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
1729
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
1730
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
1731
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1732
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1733
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:107,
1734
+ #: framework/premium/features/premium-header/items/contacts/options.php:113,
1735
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:188,
1736
+ #: build_tmp/build/framework/features/header/items/account/options.php:289,
1737
+ #: build_tmp/build/framework/features/header/items/account/options.php:586,
1738
+ #: build_tmp/build/framework/features/header/items/account/options.php:1313,
1739
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:159,
1740
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:179,
1741
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:356,
1742
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:352,
1743
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1744
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1745
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:107,
1746
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:113
1747
  msgid "Mobile"
1748
  msgstr ""
1749
 
1750
+ #: framework/extensions/newsletter-subscribe/customizer.php:152,
1751
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:152
1752
  msgid "Title Color"
1753
  msgstr ""
1754
 
1755
+ #: framework/extensions/newsletter-subscribe/customizer.php:173,
1756
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:173
1757
  msgid "Description Color"
1758
  msgstr ""
1759
 
1760
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
1761
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:204,
1762
  #: framework/features/header/items/account/options.php:1007,
1763
  #: framework/premium/features/premium-header/items/search-input/options.php:194,
1764
  #: framework/premium/features/premium-header/items/search-input/options.php:223,
1765
  #: framework/premium/features/premium-header/items/search-input/options.php:255,
1766
+ #: framework/premium/features/premium-header/items/search-input/options.php:285,
1767
+ #: build_tmp/build/framework/features/header/items/account/options.php:1007,
1768
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:194,
1769
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:223,
1770
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:255,
1771
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:285
1772
  msgid "Input Font Color"
1773
  msgstr ""
1774
 
1775
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
1776
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
1777
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
1778
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:228,
1779
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:259,
1780
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:295,
1781
  #: framework/features/header/items/account/options.php:1029,
1782
  #: framework/features/header/items/account/options.php:1059,
1783
  #: framework/features/header/items/account/options.php:1095,
1792
  #: framework/premium/features/premium-header/items/search-input/options.php:568,
1793
  #: framework/premium/features/premium-header/items/search-input/options.php:641,
1794
  #: framework/premium/features/premium-header/items/search-input/options.php:671,
1795
+ #: framework/premium/features/premium-header/items/search-input/options.php:701,
1796
+ #: build_tmp/build/framework/features/header/items/account/options.php:1029,
1797
+ #: build_tmp/build/framework/features/header/items/account/options.php:1059,
1798
+ #: build_tmp/build/framework/features/header/items/account/options.php:1095,
1799
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:247,
1800
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:278,
1801
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:308,
1802
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:377,
1803
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:408,
1804
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:438,
1805
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:507,
1806
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:538,
1807
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:568,
1808
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:641,
1809
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:671,
1810
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:701
1811
  msgid "Focus"
1812
  msgstr ""
1813
 
1814
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
1815
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:236,
1816
  #: framework/features/header/items/account/options.php:1037,
1817
  #: framework/premium/features/premium-header/items/search-input/options.php:454,
1818
  #: framework/premium/features/premium-header/items/search-input/options.php:483,
1819
  #: framework/premium/features/premium-header/items/search-input/options.php:515,
1820
+ #: framework/premium/features/premium-header/items/search-input/options.php:545,
1821
+ #: build_tmp/build/framework/features/header/items/account/options.php:1037,
1822
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:454,
1823
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:483,
1824
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:515,
1825
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:545
1826
  msgid "Input Border Color"
1827
  msgstr ""
1828
 
1829
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
1830
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:273,
1831
  #: framework/features/header/items/account/options.php:1073,
1832
  #: framework/premium/features/premium-header/items/search-input/options.php:590,
1833
  #: framework/premium/features/premium-header/items/search-input/options.php:618,
1834
  #: framework/premium/features/premium-header/items/search-input/options.php:648,
1835
+ #: framework/premium/features/premium-header/items/search-input/options.php:678,
1836
+ #: build_tmp/build/framework/features/header/items/account/options.php:1073,
1837
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:590,
1838
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:618,
1839
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:648,
1840
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:678
1841
  msgid "Input Background Color"
1842
  msgstr ""
1843
 
1844
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
1845
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:305,
1846
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220,
1847
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
1848
  msgid "Button Color"
1849
  msgstr ""
1850
 
1851
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
1852
  #: framework/extensions/trending/customizer.php:380,
1853
+ #: framework/premium/extensions/shortcuts/customizer.php:953,
1854
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:334,
1855
+ #: build_tmp/build/framework/extensions/trending/customizer.php:380,
1856
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:953
1857
  msgid "Container Background"
1858
  msgstr ""
1859
 
1860
+ #: framework/extensions/newsletter-subscribe/customizer.php:350,
1861
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:350
1862
  msgid "Container Border"
1863
  msgstr ""
1864
 
1865
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
1866
+ #: framework/extensions/trending/customizer.php:396,
1867
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:385,
1868
+ #: build_tmp/build/framework/extensions/trending/customizer.php:396
1869
  msgid "Container Inner Spacing"
1870
  msgstr ""
1871
 
1872
  #: framework/extensions/newsletter-subscribe/customizer.php:400,
1873
+ #: framework/premium/extensions/shortcuts/customizer.php:974,
1874
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:400,
1875
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:974
1876
  msgid "Container Border Radius"
1877
  msgstr ""
1878
 
1879
+ #: framework/extensions/newsletter-subscribe/extension.php:128,
1880
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:128
1881
  msgid "Disable Subscribe Form"
1882
  msgstr ""
1883
 
1884
+ #: framework/extensions/newsletter-subscribe/helpers.php:163,
1885
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:163
1886
  msgid "First name"
1887
  msgstr ""
1888
 
1889
+ #: framework/extensions/newsletter-subscribe/helpers.php:166,
1890
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:166
1891
  msgid "Email address"
1892
  msgstr ""
1893
 
1894
+ #: framework/extensions/newsletter-subscribe/readme.php:4,
1895
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:4
1896
  msgid ""
1897
  "After installing and activating the Newsletter Subscribe\n"
1898
  " extension you will have two possibilities to show your subscribe form:"
1899
  msgstr ""
1900
 
1901
+ #: framework/extensions/newsletter-subscribe/readme.php:10,
1902
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:10
1903
  msgid "Widget"
1904
  msgstr ""
1905
 
1906
+ #: framework/extensions/newsletter-subscribe/readme.php:14,
1907
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:14
1908
  msgid "Navigate to %s and place the widget in any widget area you want."
1909
  msgstr ""
1910
 
1911
+ #: framework/extensions/newsletter-subscribe/readme.php:17,
1912
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:17
1913
  msgid "Appearance ➝ Widgets"
1914
  msgstr ""
1915
 
1916
+ #: framework/extensions/newsletter-subscribe/readme.php:25,
1917
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:25
1918
  msgid "Single Page Block"
1919
  msgstr ""
1920
 
1921
+ #: framework/extensions/newsletter-subscribe/readme.php:29,
1922
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:29
1923
  msgid "Navigate to %s and customize the form and more."
1924
  msgstr ""
1925
 
1926
+ #: framework/extensions/newsletter-subscribe/readme.php:32,
1927
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:32
1928
  msgid "Customizer ➝ Single Posts"
1929
  msgstr ""
1930
 
1931
  #. translators: This is a brand name. Preferably to not be translated
1932
+ #: framework/extensions/product-reviews/config.php:5,
1933
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:5
1934
  msgctxt "Extension Brand Name"
1935
  msgid "Product Reviews"
1936
  msgstr ""
1937
 
1938
+ #: framework/extensions/product-reviews/config.php:6,
1939
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:6
1940
  msgid ""
1941
  "This extension lets you easily create an affiliate marketing type of website "
1942
  "by giving you options to create a personalized product review and use your "
1944
  msgstr ""
1945
 
1946
  #: framework/extensions/product-reviews/extension.php:217,
1947
+ #: framework/extensions/product-reviews/extension.php:388,
1948
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:217,
1949
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:388
1950
  msgid "Star Rating Color"
1951
  msgstr ""
1952
 
1954
  #: framework/extensions/product-reviews/extension.php:405,
1955
  #: framework/extensions/product-reviews/extension.php:433,
1956
  #: framework/extensions/product-reviews/extension.php:454,
1957
+ #: framework/premium/extensions/mega-menu/options.php:782,
1958
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:235,
1959
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:405,
1960
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:433,
1961
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:454,
1962
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:782
1963
  msgid "Active"
1964
  msgstr ""
1965
 
1966
  #: framework/extensions/product-reviews/extension.php:241,
1967
+ #: framework/extensions/product-reviews/extension.php:411,
1968
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:241,
1969
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:411
1970
  msgid "Inactive"
1971
  msgstr ""
1972
 
1973
  #: framework/extensions/product-reviews/extension.php:279,
1974
+ #: framework/extensions/product-reviews/views/single-top.php:139,
1975
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:279,
1976
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:139
1977
  msgid "Overall Score"
1978
  msgstr ""
1979
 
1980
+ #: framework/extensions/product-reviews/extension.php:337,
1981
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:337
1982
  msgid "Review Summary"
1983
  msgstr ""
1984
 
1985
+ #: framework/extensions/product-reviews/extension.php:348,
1986
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:348
1987
  msgid "Scores Box Width"
1988
  msgstr ""
1989
 
1990
+ #: framework/extensions/product-reviews/extension.php:358,
1991
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:358
1992
  msgid "Read More Button"
1993
  msgstr ""
1994
 
1995
+ #: framework/extensions/product-reviews/extension.php:369,
1996
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:369
1997
  msgid "Buy Now Button"
1998
  msgstr ""
1999
 
2000
+ #: framework/extensions/product-reviews/extension.php:419,
2001
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:419
2002
  msgid "Overll Score Text"
2003
  msgstr ""
2004
 
2005
+ #: framework/extensions/product-reviews/extension.php:441,
2006
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:441
2007
  msgid "Overll Score Background"
2008
  msgstr ""
2009
 
2010
  #: framework/extensions/product-reviews/extension.php:501,
2011
  #: framework/extensions/product-reviews/extension.php:502,
2012
  #: framework/extensions/product-reviews/extension.php:505,
2013
+ #: framework/extensions/product-reviews/extension.php:507,
2014
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:501,
2015
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:502,
2016
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:505,
2017
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:507
2018
  msgid "Product Reviews"
2019
  msgstr ""
2020
 
2021
+ #: framework/extensions/product-reviews/extension.php:506,
2022
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:506
2023
  msgid "Product Review"
2024
  msgstr ""
2025
 
2026
+ #: framework/extensions/product-reviews/extension.php:508,
2027
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:508
2028
  msgid "Parent Product Review"
2029
  msgstr ""
2030
 
2031
+ #: framework/extensions/product-reviews/extension.php:509,
2032
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:509
2033
  msgid "All Reviews"
2034
  msgstr ""
2035
 
2036
+ #: framework/extensions/product-reviews/extension.php:510,
2037
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:510
2038
  msgid "View Product Review"
2039
  msgstr ""
2040
 
2041
+ #: framework/extensions/product-reviews/extension.php:511,
2042
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:511
2043
  msgid "Add New Product Review"
2044
  msgstr ""
2045
 
2046
+ #: framework/extensions/product-reviews/extension.php:512,
2047
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:512
2048
  msgid "Add New Review"
2049
  msgstr ""
2050
 
2051
+ #: framework/extensions/product-reviews/extension.php:513,
2052
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:513
2053
  msgid "Edit Product Review"
2054
  msgstr ""
2055
 
2056
+ #: framework/extensions/product-reviews/extension.php:514,
2057
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:514
2058
  msgid "Update Product Review"
2059
  msgstr ""
2060
 
2061
+ #: framework/extensions/product-reviews/extension.php:515,
2062
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:515
2063
  msgid "Search Product Review"
2064
  msgstr ""
2065
 
2066
+ #: framework/extensions/product-reviews/extension.php:516,
2067
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:516
2068
  msgid "Not Found"
2069
  msgstr ""
2070
 
2071
+ #: framework/extensions/product-reviews/extension.php:517,
2072
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:517
2073
  msgid "Not found in Trash"
2074
  msgstr ""
2075
 
2076
  #: framework/extensions/product-reviews/extension.php:551,
2077
+ #: framework/extensions/product-reviews/extension.php:561,
2078
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:551,
2079
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:561
2080
  msgid "Categories"
2081
  msgstr ""
2082
 
2083
  #: framework/extensions/product-reviews/extension.php:552,
2084
  #: framework/extensions/trending/customizer.php:35,
2085
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:552,
2086
+ #: build_tmp/build/framework/extensions/trending/customizer.php:35,
2087
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:37,
2088
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:37
2089
  msgid "Category"
2090
  msgstr ""
2091
 
2092
+ #: framework/extensions/product-reviews/extension.php:553,
2093
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:553
2094
  msgid "Search Category"
2095
  msgstr ""
2096
 
2097
+ #: framework/extensions/product-reviews/extension.php:554,
2098
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:554
2099
  msgid "All Categories"
2100
  msgstr ""
2101
 
2102
+ #: framework/extensions/product-reviews/extension.php:555,
2103
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:555
2104
  msgid "Parent Category"
2105
  msgstr ""
2106
 
2107
+ #: framework/extensions/product-reviews/extension.php:556,
2108
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:556
2109
  msgid "Parent Category:"
2110
  msgstr ""
2111
 
2112
+ #: framework/extensions/product-reviews/extension.php:557,
2113
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:557
2114
  msgid "Edit Category"
2115
  msgstr ""
2116
 
2117
+ #: framework/extensions/product-reviews/extension.php:558,
2118
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:558
2119
  msgid "Update Category"
2120
  msgstr ""
2121
 
2122
+ #: framework/extensions/product-reviews/extension.php:559,
2123
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:559
2124
  msgid "Add New Category"
2125
  msgstr ""
2126
 
2127
+ #: framework/extensions/product-reviews/extension.php:560,
2128
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:560
2129
  msgid "New Category Name"
2130
  msgstr ""
2131
 
2132
  #. translators: %s is the theme name.
2133
+ #: framework/extensions/product-reviews/extension.php:579,
2134
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:579
2135
  msgid "%s Settings"
2136
  msgstr ""
2137
 
2138
+ #: framework/extensions/product-reviews/extension.php:580,
2139
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:580
2140
  msgid "Blocksy"
2141
  msgstr ""
2142
 
2143
  #: framework/extensions/product-reviews/helpers.php:30,
2144
+ #: framework/extensions/product-reviews/metabox.php:179,
2145
+ #: build_tmp/build/framework/extensions/product-reviews/helpers.php:30,
2146
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:179
2147
  msgid "Rating"
2148
  msgstr ""
2149
 
2150
+ #: framework/extensions/product-reviews/metabox.php:10,
2151
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:10
2152
  msgid "Review Entity"
2153
  msgstr ""
2154
 
2155
  #: framework/extensions/product-reviews/metabox.php:18,
2156
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:18,
2157
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:34,
2158
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:34
2159
  msgid "Product"
2160
  msgstr ""
2161
 
2162
+ #: framework/extensions/product-reviews/metabox.php:19,
2163
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:19
2164
  msgid "Book"
2165
  msgstr ""
2166
 
2167
+ #: framework/extensions/product-reviews/metabox.php:21,
2168
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:21
2169
  msgid "Creative Work Season"
2170
  msgstr ""
2171
 
2172
+ #: framework/extensions/product-reviews/metabox.php:22,
2173
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:22
2174
  msgid "Creative Work Series"
2175
  msgstr ""
2176
 
2177
+ #: framework/extensions/product-reviews/metabox.php:23,
2178
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:23
2179
  msgid "Episode"
2180
  msgstr ""
2181
 
2182
+ #: framework/extensions/product-reviews/metabox.php:25,
2183
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:25
2184
  msgid "Game"
2185
  msgstr ""
2186
 
2187
+ #: framework/extensions/product-reviews/metabox.php:27,
2188
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:27
2189
  msgid "Local Business"
2190
  msgstr ""
2191
 
2192
+ #: framework/extensions/product-reviews/metabox.php:28,
2193
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:28
2194
  msgid "Media Object"
2195
  msgstr ""
2196
 
2197
+ #: framework/extensions/product-reviews/metabox.php:29,
2198
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:29
2199
  msgid "Movie"
2200
  msgstr ""
2201
 
2202
+ #: framework/extensions/product-reviews/metabox.php:30,
2203
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:30
2204
  msgid "Music Playlist"
2205
  msgstr ""
2206
 
2207
+ #: framework/extensions/product-reviews/metabox.php:31,
2208
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:31
2209
  msgid "Music Recording"
2210
  msgstr ""
2211
 
2212
+ #: framework/extensions/product-reviews/metabox.php:32,
2213
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:32
2214
  msgid "Organization"
2215
  msgstr ""
2216
 
2217
+ #: framework/extensions/product-reviews/metabox.php:38,
2218
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:38
2219
  msgid ""
2220
  "More info about review entity and how to choose the right one can be found "
2221
  "%shere%s."
2222
  msgstr ""
2223
 
2224
+ #: framework/extensions/product-reviews/metabox.php:60,
2225
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:60
2226
  msgid ""
2227
  "Please note that some of this information (price, sku, brand) won't be "
2228
  "displayed on the front-end. It is solely used for Google's Schema.org markup."
2229
  msgstr ""
2230
 
2231
+ #: framework/extensions/product-reviews/metabox.php:69,
2232
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:69
2233
  msgid "Product Price"
2234
  msgstr ""
2235
 
2236
+ #: framework/extensions/product-reviews/metabox.php:76,
2237
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:76
2238
  msgid "Product SKU"
2239
  msgstr ""
2240
 
2241
+ #: framework/extensions/product-reviews/metabox.php:83,
2242
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:83
2243
  msgid "Product Brand"
2244
  msgstr ""
2245
 
2246
+ #: framework/extensions/product-reviews/metabox.php:96,
2247
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:96
2248
  msgid "Gallery"
2249
  msgstr ""
2250
 
2251
+ #: framework/extensions/product-reviews/metabox.php:107,
2252
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:107
2253
  msgid "Affiliate Button Label"
2254
  msgstr ""
2255
 
2256
  #: framework/extensions/product-reviews/metabox.php:109,
2257
+ #: framework/extensions/product-reviews/views/single-top.php:156,
2258
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:109,
2259
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:156
2260
  msgid "Buy Now"
2261
  msgstr ""
2262
 
2263
+ #: framework/extensions/product-reviews/metabox.php:114,
2264
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:114
2265
  msgid "Affiliate Link"
2266
  msgstr ""
2267
 
2268
+ #: framework/extensions/product-reviews/metabox.php:120,
2269
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:120
2270
  msgid "Open Link In New Tab"
2271
  msgstr ""
2272
 
2273
+ #: framework/extensions/product-reviews/metabox.php:126,
2274
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:126
2275
  msgid "Sponsored Attribute"
2276
  msgstr ""
2277
 
2278
+ #: framework/extensions/product-reviews/metabox.php:148,
2279
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:148
2280
  msgid "Read More Button Label"
2281
  msgstr ""
2282
 
2283
  #: framework/extensions/product-reviews/metabox.php:150,
2284
+ #: framework/extensions/product-reviews/views/single-top.php:162,
2285
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:150,
2286
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:162
2287
  msgid "Read More"
2288
  msgstr ""
2289
 
2290
+ #: framework/extensions/product-reviews/metabox.php:170,
2291
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:170
2292
  msgid "Short Description"
2293
  msgstr ""
2294
 
2295
+ #: framework/extensions/product-reviews/metabox.php:185,
2296
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:185
2297
  msgid "Scores"
2298
  msgstr ""
2299
 
2300
+ #: framework/extensions/product-reviews/metabox.php:225,
2301
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:225
2302
  msgid "Product specs"
2303
  msgstr ""
2304
 
2305
  #: framework/extensions/product-reviews/metabox.php:250,
2306
+ #: framework/extensions/product-reviews/views/single-top.php:262,
2307
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:250,
2308
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:262
2309
  msgid "Pros"
2310
  msgstr ""
2311
 
2312
  #: framework/extensions/product-reviews/metabox.php:270,
2313
+ #: framework/extensions/product-reviews/views/single-top.php:285,
2314
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:270,
2315
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:285
2316
  msgid "Cons"
2317
  msgstr ""
2318
 
2319
  #. translators: This is a brand name. Preferably to not be translated
2320
  #: framework/extensions/trending/config.php:5,
2321
+ #: framework/extensions/trending/customizer.php:97,
2322
+ #: build_tmp/build/framework/extensions/trending/config.php:5,
2323
+ #: build_tmp/build/framework/extensions/trending/customizer.php:97
2324
  msgctxt "Extension Brand Name"
2325
  msgid "Trending Posts"
2326
  msgstr ""
2327
 
2328
+ #: framework/extensions/trending/config.php:6,
2329
+ #: build_tmp/build/framework/extensions/trending/config.php:6
2330
  msgid ""
2331
  "Highlight your most popular posts or products based on the number of "
2332
  "comments or reviews they have gotten in the specified period of time."
2333
  msgstr ""
2334
 
2335
  #: framework/extensions/trending/customizer.php:8,
2336
+ #: build_tmp/build/framework/extensions/trending/customizer.php:8,
2337
  #: framework/premium/extensions/shortcuts/views/bar.php:48,
2338
+ #: framework/premium/features/premium-header/items/search-input/options.php:6,
2339
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:48,
2340
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:6
2341
  msgid "Products"
2342
  msgstr ""
2343
 
2344
  #: framework/extensions/trending/customizer.php:36,
2345
+ #: build_tmp/build/framework/extensions/trending/customizer.php:36,
2346
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:38,
2347
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:38
2348
  msgid "All categories"
2349
  msgstr ""
2350
 
2351
  #: framework/extensions/trending/customizer.php:41,
2352
+ #: build_tmp/build/framework/extensions/trending/customizer.php:41,
2353
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:43,
2354
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:43
2355
  msgid "Taxonomy"
2356
  msgstr ""
2357
 
2358
  #: framework/extensions/trending/customizer.php:42,
2359
+ #: build_tmp/build/framework/extensions/trending/customizer.php:42,
2360
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:44,
2361
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:44
2362
  msgid "All taxonomies"
2363
  msgstr ""
2364
 
2365
+ #: framework/extensions/trending/customizer.php:106,
2366
+ #: build_tmp/build/framework/extensions/trending/customizer.php:106
2367
  msgid "Trending Posts"
2368
  msgstr ""
2369
 
2370
+ #: framework/extensions/trending/customizer.php:115,
2371
+ #: build_tmp/build/framework/extensions/trending/customizer.php:115
2372
  msgid "Module Title"
2373
  msgstr ""
2374
 
2375
  #: framework/extensions/trending/customizer.php:118,
2376
+ #: framework/extensions/trending/helpers.php:221,
2377
+ #: build_tmp/build/framework/extensions/trending/customizer.php:118,
2378
+ #: build_tmp/build/framework/extensions/trending/helpers.php:221
2379
  msgid "Trending now"
2380
  msgstr ""
2381
 
2382
+ #: framework/extensions/trending/customizer.php:123,
2383
+ #: build_tmp/build/framework/extensions/trending/customizer.php:123
2384
  msgid "Module Title Tag"
2385
  msgstr ""
2386
 
2387
  #: framework/extensions/trending/customizer.php:149,
2388
  #: framework/extensions/trending/customizer.php:162,
2389
+ #: build_tmp/build/framework/extensions/trending/customizer.php:149,
2390
+ #: build_tmp/build/framework/extensions/trending/customizer.php:162,
2391
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:137,
2392
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:137
2393
  msgid "Post Type"
2394
  msgstr ""
2395
 
2396
  #: framework/extensions/trending/customizer.php:171,
2397
+ #: build_tmp/build/framework/extensions/trending/customizer.php:171,
2398
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
2399
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
2400
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:168,
2401
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
2402
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:149,
2403
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:168
2404
  msgid "Source"
2405
  msgstr ""
2406
 
2407
  #: framework/extensions/trending/customizer.php:176,
2408
+ #: build_tmp/build/framework/extensions/trending/customizer.php:176,
2409
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:154,
2410
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:154
2411
  msgid "Taxonomies"
2412
  msgstr ""
2413
 
2414
  #: framework/extensions/trending/customizer.php:177,
2415
+ #: build_tmp/build/framework/extensions/trending/customizer.php:177,
2416
  #: framework/extensions/widgets/widgets/ct-posts/options.php:155,
2417
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:174,
2418
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:155,
2419
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:174
2420
  msgid "Custom Query"
2421
  msgstr ""
2422
 
2423
  #: framework/extensions/trending/customizer.php:200,
2424
+ #: build_tmp/build/framework/extensions/trending/customizer.php:200,
2425
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:243,
2426
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:243
2427
  msgid "Posts ID"
2428
  msgstr ""
2429
 
2430
  #: framework/extensions/trending/customizer.php:204,
2431
+ #: build_tmp/build/framework/extensions/trending/customizer.php:204,
2432
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:247,
2433
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:247
2434
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
2435
  msgstr ""
2436
 
2437
+ #: framework/extensions/trending/customizer.php:220,
2438
+ #: build_tmp/build/framework/extensions/trending/customizer.php:220
2439
  msgid "Trending From"
2440
  msgstr ""
2441
 
2442
  #: framework/extensions/trending/customizer.php:229,
2443
+ #: build_tmp/build/framework/extensions/trending/customizer.php:229,
2444
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:213,
2445
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:213
2446
  msgid "All Time"
2447
  msgstr ""
2448
 
2449
+ #: framework/extensions/trending/customizer.php:230,
2450
+ #: build_tmp/build/framework/extensions/trending/customizer.php:230
2451
  msgid "Last 24 Hours"
2452
  msgstr ""
2453
 
2454
+ #: framework/extensions/trending/customizer.php:231,
2455
+ #: build_tmp/build/framework/extensions/trending/customizer.php:231
2456
  msgid "Last 7 Days"
2457
  msgstr ""
2458
 
2459
+ #: framework/extensions/trending/customizer.php:232,
2460
+ #: build_tmp/build/framework/extensions/trending/customizer.php:232
2461
  msgid "Last Month"
2462
  msgstr ""
2463
 
2464
+ #: framework/extensions/trending/customizer.php:245,
2465
+ #: build_tmp/build/framework/extensions/trending/customizer.php:245
2466
  msgid "Image Size"
2467
  msgstr ""
2468
 
2469
+ #: framework/extensions/trending/customizer.php:267,
2470
+ #: build_tmp/build/framework/extensions/trending/customizer.php:267
2471
  msgid "Container Visibility"
2472
  msgstr ""
2473
 
2474
+ #: framework/extensions/trending/customizer.php:288,
2475
+ #: build_tmp/build/framework/extensions/trending/customizer.php:288
2476
  msgid "Display Location"
2477
  msgstr ""
2478
 
2479
+ #: framework/extensions/trending/customizer.php:296,
2480
+ #: build_tmp/build/framework/extensions/trending/customizer.php:296
2481
  msgid "Before Footer"
2482
  msgstr ""
2483
 
2484
+ #: framework/extensions/trending/customizer.php:301,
2485
+ #: build_tmp/build/framework/extensions/trending/customizer.php:301
2486
  msgid "After Footer"
2487
  msgstr ""
2488
 
2489
+ #: framework/extensions/trending/customizer.php:306,
2490
+ #: build_tmp/build/framework/extensions/trending/customizer.php:306
2491
  msgid "After Header"
2492
  msgstr ""
2493
 
2494
  #: framework/extensions/trending/customizer.php:312,
2495
  #: framework/features/header/header-options.php:158,
2496
  #: framework/premium/extensions/shortcuts/customizer.php:763,
2497
+ #: build_tmp/build/framework/extensions/trending/customizer.php:312,
2498
+ #: build_tmp/build/framework/features/header/header-options.php:158,
2499
  #: framework/premium/features/content-blocks/options/archive.php:186,
2500
  #: framework/premium/features/content-blocks/options/header.php:142,
2501
  #: framework/premium/features/content-blocks/options/hook.php:236,
2502
  #: framework/premium/features/content-blocks/options/popup.php:297,
2503
+ #: framework/premium/features/content-blocks/options/single.php:140,
2504
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:763,
2505
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:186,
2506
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:142,
2507
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:236,
2508
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:297,
2509
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:140
2510
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:49
2511
  #: framework/premium/static/js/footer/EditConditions.js:97
2512
  #: static/js/header/EditConditions.js:103
2513
  msgid "Display Conditions"
2514
  msgstr ""
2515
 
2516
+ #: framework/extensions/trending/customizer.php:323,
2517
+ #: build_tmp/build/framework/extensions/trending/customizer.php:323
2518
  msgid "Trending Block Display Conditions"
2519
  msgstr ""
2520
 
2521
+ #: framework/extensions/trending/customizer.php:324,
2522
+ #: build_tmp/build/framework/extensions/trending/customizer.php:324
2523
  msgid "Add one or more conditions to display the trending block."
2524
  msgstr ""
2525
 
2526
+ #: framework/extensions/trending/customizer.php:339,
2527
+ #: build_tmp/build/framework/extensions/trending/customizer.php:339
2528
  msgid "Posts Font"
2529
  msgstr ""
2530
 
2531
  #. translators: This is a brand name. Preferably to not be translated
2532
+ #: framework/extensions/widgets/config.php:5,
2533
+ #: build_tmp/build/framework/extensions/widgets/config.php:5
2534
  msgctxt "Extension Brand Name"
2535
  msgid "Widgets"
2536
  msgstr ""
2537
 
2538
+ #: framework/extensions/widgets/config.php:6,
2539
+ #: build_tmp/build/framework/extensions/widgets/config.php:6
2540
  msgid ""
2541
  "Add new handcrafted widgets to your sidebars! Social Network Icons, "
2542
  "Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent "
2543
  "Posts are the choices available."
2544
  msgstr ""
2545
 
2546
+ #: framework/features/header/account-modal.php:37,
2547
+ #: build_tmp/build/framework/features/header/account-modal.php:37
2548
  msgid "Close account modal"
2549
  msgstr ""
2550
 
2551
  #: framework/features/header/account-modal.php:49,
2552
+ #: build_tmp/build/framework/features/header/account-modal.php:49,
2553
  #: framework/features/header/items/account/options.php:631,
2554
+ #: framework/features/header/items/account/views/logout.php:7,
2555
+ #: build_tmp/build/framework/features/header/items/account/options.php:631,
2556
+ #: build_tmp/build/framework/features/header/items/account/views/logout.php:7
2557
  msgid "Login"
2558
  msgstr ""
2559
 
2560
+ #: framework/features/header/account-modal.php:53,
2561
+ #: build_tmp/build/framework/features/header/account-modal.php:53
2562
  msgid "Sign Up"
2563
  msgstr ""
2564
 
2565
+ #: framework/features/header/account-modal.php:72,
2566
+ #: build_tmp/build/framework/features/header/account-modal.php:72
2567
  msgid "Back to login"
2568
  msgstr ""
2569
 
2570
+ #: framework/features/header/header-options.php:6,
2571
+ #: build_tmp/build/framework/features/header/header-options.php:6
2572
  msgid "Sticky Functionality"
2573
  msgstr ""
2574
 
2575
+ #: framework/features/header/header-options.php:32,
2576
+ #: build_tmp/build/framework/features/header/header-options.php:32
2577
  msgid "Only Main Row"
2578
  msgstr ""
2579
 
2580
+ #: framework/features/header/header-options.php:37,
2581
+ #: build_tmp/build/framework/features/header/header-options.php:37
2582
  msgid "Top & Main Row"
2583
  msgstr ""
2584
 
2585
+ #: framework/features/header/header-options.php:42,
2586
+ #: build_tmp/build/framework/features/header/header-options.php:42
2587
  msgid "All Rows"
2588
  msgstr ""
2589
 
2590
+ #: framework/features/header/header-options.php:47,
2591
+ #: build_tmp/build/framework/features/header/header-options.php:47
2592
  msgid "Main & Bottom Row"
2593
  msgstr ""
2594
 
2595
+ #: framework/features/header/header-options.php:52,
2596
+ #: build_tmp/build/framework/features/header/header-options.php:52
2597
  msgid "Only Top Row"
2598
  msgstr ""
2599
 
2600
+ #: framework/features/header/header-options.php:57,
2601
+ #: build_tmp/build/framework/features/header/header-options.php:57
2602
  msgid "Only Bottom Row"
2603
  msgstr ""
2604
 
2605
+ #: framework/features/header/header-options.php:63,
2606
+ #: build_tmp/build/framework/features/header/header-options.php:63
2607
  msgid "Effect"
2608
  msgstr ""
2609
 
2610
+ #: framework/features/header/header-options.php:72,
2611
+ #: build_tmp/build/framework/features/header/header-options.php:72
2612
  msgid "Slide Down"
2613
  msgstr ""
2614
 
2615
+ #: framework/features/header/header-options.php:73,
2616
+ #: build_tmp/build/framework/features/header/header-options.php:73
2617
  msgid "Fade"
2618
  msgstr ""
2619
 
2620
+ #: framework/features/header/header-options.php:74,
2621
+ #: build_tmp/build/framework/features/header/header-options.php:74
2622
  msgid "Auto Hide/Show"
2623
  msgstr ""
2624
 
2625
+ #: framework/features/header/header-options.php:79,
2626
+ #: build_tmp/build/framework/features/header/header-options.php:79
2627
  msgid "Offset"
2628
  msgstr ""
2629
 
2630
  #: framework/features/header/header-options.php:92,
2631
+ #: framework/features/header/header-options.php:174,
2632
+ #: build_tmp/build/framework/features/header/header-options.php:92,
2633
+ #: build_tmp/build/framework/features/header/header-options.php:174
2634
  msgid "Enable on"
2635
  msgstr ""
2636
 
2637
+ #: framework/features/header/header-options.php:120,
2638
+ #: build_tmp/build/framework/features/header/header-options.php:120
2639
  msgid "Transparent Functionality"
2640
  msgstr ""
2641
 
2642
+ #: framework/premium/features/content-blocks.php:113,
2643
+ #: build_tmp/build/framework/premium/features/content-blocks.php:113
2644
  msgid "Hide Hooks"
2645
  msgstr ""
2646
 
2647
+ #: framework/premium/features/content-blocks.php:114,
2648
+ #: build_tmp/build/framework/premium/features/content-blocks.php:114
2649
  msgid "Show Hooks"
2650
  msgstr ""
2651
 
2652
+ #: framework/premium/features/content-blocks.php:125,
2653
+ #: build_tmp/build/framework/premium/features/content-blocks.php:125
2654
  msgid "Hooks Locations"
2655
  msgstr ""
2656
 
2657
+ #: framework/premium/features/content-blocks.php:170,
2658
+ #: build_tmp/build/framework/premium/features/content-blocks.php:170
2659
  msgid "Hide Theme Hooks"
2660
  msgstr ""
2661
 
2662
+ #: framework/premium/features/content-blocks.php:171,
2663
+ #: build_tmp/build/framework/premium/features/content-blocks.php:171
2664
  msgid "Show Theme Hooks"
2665
  msgstr ""
2666
 
2667
+ #: framework/premium/features/content-blocks.php:179,
2668
+ #: build_tmp/build/framework/premium/features/content-blocks.php:179
2669
  msgid "Hide WooCommerce Hooks"
2670
  msgstr ""
2671
 
2672
+ #: framework/premium/features/content-blocks.php:180,
2673
+ #: build_tmp/build/framework/premium/features/content-blocks.php:180
2674
  msgid "Show WooCommerce Hooks"
2675
  msgstr ""
2676
 
2677
  #: framework/premium/features/content-blocks.php:579,
2678
+ #: framework/premium/features/content-blocks.php:585,
2679
+ #: build_tmp/build/framework/premium/features/content-blocks.php:579,
2680
+ #: build_tmp/build/framework/premium/features/content-blocks.php:585
2681
  msgid "Content Blocks"
2682
  msgstr ""
2683
 
2684
  #: framework/premium/features/content-blocks.php:580,
2685
+ #: framework/premium/extensions/mega-menu/options.php:333,
2686
+ #: build_tmp/build/framework/premium/features/content-blocks.php:580,
2687
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:333
2688
  msgid "Content Block"
2689
  msgstr ""
2690
 
2691
+ #: framework/premium/features/content-blocks.php:581,
2692
+ #: build_tmp/build/framework/premium/features/content-blocks.php:581
2693
  msgid "Add New"
2694
  msgstr ""
2695
 
2696
+ #: framework/premium/features/content-blocks.php:582,
2697
+ #: build_tmp/build/framework/premium/features/content-blocks.php:582
2698
  msgid "Add New Content Block"
2699
  msgstr ""
2700
 
2701
+ #: framework/premium/features/content-blocks.php:583,
2702
+ #: build_tmp/build/framework/premium/features/content-blocks.php:583
2703
  msgid "Edit Content Block"
2704
  msgstr ""
2705
 
2706
+ #: framework/premium/features/content-blocks.php:584,
2707
+ #: build_tmp/build/framework/premium/features/content-blocks.php:584
2708
  #: framework/premium/static/js/hooks/CreateHook.js:33
2709
  msgid "New Content Block"
2710
  msgstr ""
2711
 
2712
+ #: framework/premium/features/content-blocks.php:586,
2713
+ #: build_tmp/build/framework/premium/features/content-blocks.php:586
2714
  msgid "View Content Block"
2715
  msgstr ""
2716
 
2717
+ #: framework/premium/features/content-blocks.php:587,
2718
+ #: build_tmp/build/framework/premium/features/content-blocks.php:587
2719
  msgid "Search Content Blocks"
2720
  msgstr ""
2721
 
2722
+ #: framework/premium/features/content-blocks.php:588,
2723
+ #: build_tmp/build/framework/premium/features/content-blocks.php:588
2724
  msgid "Nothing found"
2725
  msgstr ""
2726
 
2727
+ #: framework/premium/features/content-blocks.php:589,
2728
+ #: build_tmp/build/framework/premium/features/content-blocks.php:589
2729
  msgid "Nothing found in Trash"
2730
  msgstr ""
2731
 
2732
+ #: framework/premium/features/content-blocks.php:878,
2733
+ #: build_tmp/build/framework/premium/features/content-blocks.php:878
2734
  msgid "Close popup"
2735
  msgstr ""
2736
 
2737
+ #: framework/premium/features/media-meta-fields.php:29,
2738
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:29
2739
  msgid "Attachment Video"
2740
  msgstr ""
2741
 
2742
+ #: framework/premium/features/media-meta-fields.php:33,
2743
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:33
2744
  msgid "Video URL"
2745
  msgstr ""
2746
 
2747
  #. translators: %s: Link to wordpress.org article
2748
+ #: framework/premium/features/media-meta-fields.php:39,
2749
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:39
2750
  msgid ""
2751
  "Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an "
2752
  "MP4 file into the media library."
2753
  msgstr ""
2754
 
2755
+ #: framework/premium/features/media-meta-fields.php:42,
2756
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:42
2757
  msgid "Upload"
2758
  msgstr ""
2759
 
2760
+ #: framework/premium/features/media-meta-fields.php:44,
2761
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:44
2762
  msgid "Upload Video (MP4 File)"
2763
  msgstr ""
2764
 
2765
  #: framework/premium/features/premium-footer.php:14,
2766
+ #: framework/premium/features/premium-footer.php:28,
2767
+ #: build_tmp/build/framework/premium/features/premium-footer.php:14,
2768
+ #: build_tmp/build/framework/premium/features/premium-footer.php:28
2769
  msgid "Footer Menu 1"
2770
  msgstr ""
2771
 
2772
  #: framework/premium/features/premium-footer.php:29,
2773
+ #: build_tmp/build/framework/premium/features/premium-footer.php:29,
2774
+ #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4,
2775
+ #: build_tmp/build/framework/premium/features/premium-footer/items/menu-secondary/config.php:4
2776
  msgid "Footer Menu 2"
2777
  msgstr ""
2778
 
2779
+ #: framework/premium/features/premium-header.php:49,
2780
+ #: build_tmp/build/framework/premium/features/premium-header.php:49
2781
  msgid "Header Menu 3"
2782
  msgstr ""
2783
 
2784
+ #: framework/premium/features/premium-header.php:50,
2785
+ #: build_tmp/build/framework/premium/features/premium-header.php:50
2786
  msgid "Mobile Menu 1"
2787
  msgstr ""
2788
 
2789
+ #: framework/premium/features/premium-header.php:51,
2790
+ #: build_tmp/build/framework/premium/features/premium-header.php:51
2791
  msgid "Mobile Menu 2"
2792
  msgstr ""
2793
 
2794
+ #: framework/premium/features/premium-header.php:142,
2795
+ #: build_tmp/build/framework/premium/features/premium-header.php:142
2796
  msgid "Header Widget Area "
2797
  msgstr ""
2798
 
2802
  #: framework/premium/features/premium-header.php:333,
2803
  #: framework/premium/features/premium-header.php:355,
2804
  #: framework/premium/extensions/mega-menu/options.php:422,
2805
+ #: build_tmp/build/framework/premium/features/premium-header.php:198,
2806
+ #: build_tmp/build/framework/premium/features/premium-header.php:274,
2807
+ #: build_tmp/build/framework/premium/features/premium-header.php:294,
2808
+ #: build_tmp/build/framework/premium/features/premium-header.php:333,
2809
+ #: build_tmp/build/framework/premium/features/premium-header.php:355,
2810
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:112,
2811
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:174,
2812
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
2820
  #: framework/features/header/items/account/options.php:438,
2821
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
2822
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:18,
2823
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:422,
2824
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
2825
  #: framework/premium/features/premium-header/items/contacts/options.php:65,
2826
  #: framework/premium/features/premium-header/items/contacts/options.php:102,
2829
  #: framework/premium/features/premium-header/items/contacts/options.php:210,
2830
  #: framework/premium/features/premium-header/items/contacts/options.php:246,
2831
  #: framework/premium/features/premium-header/items/contacts/options.php:282,
2832
+ #: framework/premium/features/premium-header/items/search-input/options.php:76,
2833
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:112,
2834
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:174,
2835
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
2836
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
2837
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:354,
2838
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:414,
2839
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:474,
2840
+ #: build_tmp/build/framework/features/header/items/account/options.php:142,
2841
+ #: build_tmp/build/framework/features/header/items/account/options.php:192,
2842
+ #: build_tmp/build/framework/features/header/items/account/options.php:407,
2843
+ #: build_tmp/build/framework/features/header/items/account/options.php:438,
2844
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:447,
2845
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:18,
2846
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
2847
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:65,
2848
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:102,
2849
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:138,
2850
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:174,
2851
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:210,
2852
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:246,
2853
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:282,
2854
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:76
2855
  msgid "Icon"
2856
  msgstr ""
2857
 
2858
  #: framework/premium/features/premium-header.php:212,
2859
  #: framework/premium/extensions/mega-menu/options.php:436,
2860
  #: framework/premium/extensions/woocommerce-extra/extension.php:381,
2861
+ #: build_tmp/build/framework/premium/features/premium-header.php:212,
2862
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:489,
2863
  #: framework/extensions/widgets/widgets/ct-socials/options.php:92,
2864
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:436,
2865
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:381,
2866
+ #: framework/premium/features/premium-header/items/contacts/options.php:310,
2867
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:489,
2868
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:92,
2869
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:310
2870
  msgid "Icons Size"
2871
  msgstr ""
2872
 
2873
  #: framework/premium/features/premium-header.php:224,
2874
+ #: framework/premium/extensions/mega-menu/options.php:458,
2875
+ #: build_tmp/build/framework/premium/features/premium-header.php:224,
2876
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:458
2877
  msgid "Icon Position"
2878
  msgstr ""
2879
 
2880
  #: framework/premium/features/premium-header.php:231,
2881
  #: framework/premium/extensions/mega-menu/options.php:465,
2882
  #: framework/premium/extensions/shortcuts/customizer.php:659,
2883
+ #: build_tmp/build/framework/premium/features/premium-header.php:231,
2884
  #: framework/features/header/items/account/options.php:318,
2885
  #: framework/features/header/items/account/options.php:615,
2886
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:465,
2887
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:659,
2888
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:130,
2889
+ #: build_tmp/build/framework/features/header/items/account/options.php:318,
2890
+ #: build_tmp/build/framework/features/header/items/account/options.php:615,
2891
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:130
2892
  msgid "Left"
2893
  msgstr ""
2894
 
2895
  #: framework/premium/features/premium-header.php:232,
2896
  #: framework/premium/extensions/mega-menu/options.php:466,
2897
  #: framework/premium/extensions/shortcuts/customizer.php:660,
2898
+ #: build_tmp/build/framework/premium/features/premium-header.php:232,
2899
  #: framework/features/header/items/account/options.php:319,
2900
  #: framework/features/header/items/account/options.php:616,
2901
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:466,
2902
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:660,
2903
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:131,
2904
+ #: build_tmp/build/framework/features/header/items/account/options.php:319,
2905
+ #: build_tmp/build/framework/features/header/items/account/options.php:616,
2906
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:131
2907
  msgid "Right"
2908
  msgstr ""
2909
 
2910
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
2911
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12,
2912
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
2913
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
2914
  msgid "Newsletter"
2915
  msgstr ""
2916
 
2919
  #: framework/premium/extensions/shortcuts/customizer.php:889,
2920
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:24,
2921
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
2922
+ #: framework/features/header/items/account/options.php:336,
2923
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
2924
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:493,
2925
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:889,
2926
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:24,
2927
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:31,
2928
+ #: build_tmp/build/framework/features/header/items/account/options.php:336
2929
  msgid "Text"
2930
  msgstr ""
2931
 
2932
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
2933
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:27,
2934
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:34,
2935
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
2936
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:27,
2937
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:34
2938
  msgid "You can add here some arbitrary HTML code."
2939
  msgstr ""
2940
 
2941
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114,
2942
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
2943
  msgid "Container Type"
2944
  msgstr ""
2945
 
2946
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121,
2947
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
2948
  msgid "Boxed"
2949
  msgstr ""
2950
 
2951
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127,
2952
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
2953
  msgid "Content Alignment"
2954
  msgstr ""
2955
 
2956
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13,
2957
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
2958
  msgid "Newsletter Subscribe"
2959
  msgstr ""
2960
 
2961
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14,
2962
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
2963
  msgid "Newsletter subscribe form"
2964
  msgstr ""
2965
 
2966
+ #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99,
2967
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
2968
  msgid "Thank you for subscribing to our newsletter!"
2969
  msgstr ""
2970
 
2971
+ #: framework/extensions/product-reviews/views/single-top.php:238,
2972
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:238
2973
  msgid "Specs"
2974
  msgstr ""
2975
 
2976
  #: framework/features/header/modal/login.php:28,
2977
+ #: framework/features/header/modal/lostpassword.php:5,
2978
+ #: build_tmp/build/framework/features/header/modal/login.php:28,
2979
+ #: build_tmp/build/framework/features/header/modal/lostpassword.php:5
2980
  msgid "Username or Email Address"
2981
  msgstr ""
2982
 
2983
  #: framework/features/header/modal/login.php:33,
2984
+ #: framework/features/header/modal/register.php:42,
2985
+ #: build_tmp/build/framework/features/header/modal/login.php:33,
2986
+ #: build_tmp/build/framework/features/header/modal/register.php:42
2987
  msgid "Password"
2988
  msgstr ""
2989
 
2990
+ #: framework/features/header/modal/login.php:40,
2991
+ #: build_tmp/build/framework/features/header/modal/login.php:40
2992
  msgid "Remember Me"
2993
  msgstr ""
2994
 
2995
+ #: framework/features/header/modal/login.php:44,
2996
+ #: build_tmp/build/framework/features/header/modal/login.php:44
2997
  msgid "Forgot Password?"
2998
  msgstr ""
2999
 
3000
+ #: framework/features/header/modal/login.php:62,
3001
+ #: build_tmp/build/framework/features/header/modal/login.php:62
3002
  msgid "Log In"
3003
  msgstr ""
3004
 
3005
+ #: framework/features/header/modal/lostpassword.php:13,
3006
+ #: build_tmp/build/framework/features/header/modal/lostpassword.php:13
3007
  msgid "Get New Password"
3008
  msgstr ""
3009
 
3010
+ #: framework/features/header/modal/register.php:30,
3011
+ #: build_tmp/build/framework/features/header/modal/register.php:30
3012
  msgid "Username"
3013
  msgstr ""
3014
 
3017
  #: framework/premium/extensions/shortcuts/customizer.php:153,
3018
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:368,
3019
  #: framework/premium/extensions/shortcuts/views/bar.php:45,
3020
+ #: build_tmp/build/framework/features/header/modal/register.php:36,
3021
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:130,
3022
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:153,
3023
+ #: framework/premium/features/premium-header/items/contacts/options.php:221,
3024
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:368,
3025
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:45,
3026
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:221
3027
  msgid "Email"
3028
  msgstr ""
3029
 
3030
+ #: framework/features/header/modal/register.php:58,
3031
+ #: build_tmp/build/framework/features/header/modal/register.php:58
3032
  msgid "Registration confirmation will be emailed to you"
3033
  msgstr ""
3034
 
3035
+ #: framework/features/header/modal/register.php:63,
3036
+ #: build_tmp/build/framework/features/header/modal/register.php:63
3037
  msgid "Register"
3038
  msgstr ""
3039
 
3040
  #. translators: This is a brand name. Preferably to not be translated
3041
+ #: framework/premium/extensions/adobe-typekit/config.php:5,
3042
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:5
3043
  msgctxt "Extension Brand Name"
3044
  msgid "Adobe Fonts"
3045
  msgstr ""
3046
 
3047
+ #: framework/premium/extensions/adobe-typekit/config.php:6,
3048
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:6
3049
  msgid ""
3050
  "Connect your Adobe Fonts project and use the selected fonts throughout "
3051
  "Blocksy and your favorite page builder."
3055
  #: framework/premium/extensions/code-snippets/config.php:5,
3056
  #: framework/premium/extensions/code-snippets/extension.php:24,
3057
  #: framework/premium/extensions/code-snippets/extension.php:71,
3058
+ #: framework/premium/extensions/code-snippets/extension.php:114,
3059
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:5,
3060
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:24,
3061
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:71,
3062
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:114
3063
  msgctxt "Extension Brand Name"
3064
  msgid "Custom Code Snippets"
3065
  msgstr ""
3066
 
3067
+ #: framework/premium/extensions/code-snippets/config.php:6,
3068
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:6
3069
  msgid ""
3070
  "Inject custom code snippets throughout your website. The extension works "
3071
  "globally or on a per post/page basis."
3073
 
3074
  #: framework/premium/extensions/code-snippets/extension.php:31,
3075
  #: framework/premium/extensions/code-snippets/extension.php:78,
3076
+ #: framework/premium/extensions/code-snippets/extension.php:123,
3077
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:31,
3078
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:78,
3079
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:123
3080
  msgid "Header scripts"
3081
  msgstr ""
3082
 
3083
  #: framework/premium/extensions/code-snippets/extension.php:42,
3084
  #: framework/premium/extensions/code-snippets/extension.php:89,
3085
+ #: framework/premium/extensions/code-snippets/extension.php:134,
3086
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:42,
3087
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:89,
3088
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:134
3089
  msgid "After body open scripts"
3090
  msgstr ""
3091
 
3092
  #: framework/premium/extensions/code-snippets/extension.php:53,
3093
  #: framework/premium/extensions/code-snippets/extension.php:100,
3094
+ #: framework/premium/extensions/code-snippets/extension.php:145,
3095
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:53,
3096
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:100,
3097
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:145
3098
  msgid "Footer scripts"
3099
  msgstr ""
3100
 
3101
+ #: framework/premium/extensions/code-snippets/readme.php:4,
3102
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:4
3103
  msgid ""
3104
  "After activating the Custom Code Snippets extension you will have two ways "
3105
  "to manage your snippets:"
3106
  msgstr ""
3107
 
3108
+ #: framework/premium/extensions/code-snippets/readme.php:9,
3109
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:9
3110
  msgid "Globally"
3111
  msgstr ""
3112
 
3113
+ #: framework/premium/extensions/code-snippets/readme.php:13,
3114
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:13
3115
  msgid "Navigate to %s and place there your header, body or footer scripts."
3116
  msgstr ""
3117
 
3118
+ #: framework/premium/extensions/code-snippets/readme.php:16,
3119
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:16
3120
  msgid "Customizer ➝ Custom Code Snippets"
3121
  msgstr ""
3122
 
3123
+ #: framework/premium/extensions/code-snippets/readme.php:24,
3124
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:24
3125
  msgid "Per page/post"
3126
  msgstr ""
3127
 
3128
+ #: framework/premium/extensions/code-snippets/readme.php:28,
3129
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:28
3130
  msgid ""
3131
  "Edit your page or post, click on %s, scroll down and you will see the %2s "
3132
  "panel."
3133
  msgstr ""
3134
 
3135
+ #: framework/premium/extensions/code-snippets/readme.php:32,
3136
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:32
3137
  msgid "%s Page Settings"
3138
  msgstr ""
3139
 
3140
  #. translators: This is a brand name. Preferably to not be translated
3141
+ #: framework/premium/extensions/custom-fonts/config.php:5,
3142
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:5
3143
  msgctxt "Extension Brand Name"
3144
  msgid "Custom Fonts"
3145
  msgstr ""
3146
 
3147
+ #: framework/premium/extensions/custom-fonts/config.php:6,
3148
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:6
3149
  msgid ""
3150
  "Upload an unlimited number of custom fonts or variable fonts and use them "
3151
  "throughout Blocksy and your favorite page builder."
3152
  msgstr ""
3153
 
3154
  #. translators: This is a brand name. Preferably to not be translated
3155
+ #: framework/premium/extensions/local-google-fonts/config.php:5,
3156
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:5
3157
  msgctxt "Extension Brand Name"
3158
  msgid "Local Google Fonts"
3159
  msgstr ""
3160
 
3161
+ #: framework/premium/extensions/local-google-fonts/config.php:6,
3162
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:6
3163
  msgid ""
3164
  "Serve your chosen Google Fonts from your own web server. This will increase "
3165
  "the loading speed and makes sure your website complies with the privacy "
3167
  msgstr ""
3168
 
3169
  #. translators: This is a brand name. Preferably to not be translated
3170
+ #: framework/premium/extensions/mega-menu/config.php:5,
3171
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:5
3172
  msgctxt "Extension Brand Name"
3173
  msgid "Advanced Menu"
3174
  msgstr ""
3175
 
3176
+ #: framework/premium/extensions/mega-menu/config.php:6,
3177
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:6
3178
  msgid ""
3179
  "Create beautiful personalised menus that set your website apart from the "
3180
  "others. Add icons and badges to your entries and even add Content Blocks "
3182
  msgstr ""
3183
 
3184
  #: framework/premium/extensions/mega-menu/config.php:10,
3185
+ #: framework/premium/extensions/shortcuts/config.php:13,
3186
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:10,
3187
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:13
3188
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
3189
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
3190
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
3191
  msgid "Configure"
3192
  msgstr ""
3193
 
3194
+ #: framework/premium/extensions/mega-menu/extension.php:99,
3195
+ #: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:99
3196
  msgid "Menu Item Settings"
3197
  msgstr ""
3198
 
3199
+ #: framework/premium/extensions/mega-menu/extension.php:257,
3200
+ #: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:257
3201
  msgid "New"
3202
  msgstr ""
3203
 
3204
  #: framework/premium/extensions/mega-menu/options.php:16,
3205
+ #: framework/premium/extensions/mega-menu/options.php:530,
3206
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:16,
3207
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:530
3208
  msgid "Mega Menu Settings"
3209
  msgstr ""
3210
 
3211
+ #: framework/premium/extensions/mega-menu/options.php:27,
3212
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:27
3213
  msgid "Dropdown Width"
3214
  msgstr ""
3215
 
3216
  #: framework/premium/extensions/mega-menu/options.php:35,
3217
+ #: framework/premium/extensions/mega-menu/options.php:48,
3218
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:35,
3219
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:48
3220
  msgid "Content Width"
3221
  msgstr ""
3222
 
3223
  #: framework/premium/extensions/mega-menu/options.php:36,
3224
+ #: framework/premium/extensions/mega-menu/options.php:57,
3225
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:36,
3226
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:57
3227
  msgid "Full Width"
3228
  msgstr ""
3229
 
3230
  #: framework/premium/extensions/mega-menu/options.php:37,
3231
+ #: framework/premium/features/content-blocks/options/archive.php:59,
3232
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:37,
3233
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:59
3234
  msgid "Custom Width"
3235
  msgstr ""
3236
 
3237
+ #: framework/premium/extensions/mega-menu/options.php:56,
3238
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:56
3239
  msgid "Default Width"
3240
  msgstr ""
3241
 
3242
+ #: framework/premium/extensions/mega-menu/options.php:85,
3243
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:85
3244
  msgid "Columns"
3245
  msgstr ""
3246
 
3247
+ #: framework/premium/extensions/mega-menu/options.php:320,
3248
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:320
3249
  msgid "Custom Content"
3250
  msgstr ""
3251
 
3252
+ #: framework/premium/extensions/mega-menu/options.php:324,
3253
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:324
3254
  msgid "Content Type"
3255
  msgstr ""
3256
 
3257
+ #: framework/premium/extensions/mega-menu/options.php:331,
3258
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:331
3259
  msgid "Default (Menu Item)"
3260
  msgstr ""
3261
 
3262
+ #: framework/premium/extensions/mega-menu/options.php:332,
3263
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:332
3264
  msgid "Custom Text"
3265
  msgstr ""
3266
 
3267
  #: framework/premium/extensions/mega-menu/options.php:364,
3268
+ #: framework/premium/extensions/mega-menu/options.php:371,
3269
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:364,
3270
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:371
3271
  msgid "Select Content Block"
3272
  msgstr ""
3273
 
3274
+ #: framework/premium/extensions/mega-menu/options.php:367,
3275
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:367
3276
  msgid "Create a new content Block/Hook"
3277
  msgstr ""
3278
 
3279
  #: framework/premium/extensions/mega-menu/options.php:394,
3280
+ #: framework/premium/extensions/mega-menu/options.php:720,
3281
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:394,
3282
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:720
3283
  msgid "Item Label Settings"
3284
  msgstr ""
3285
 
3286
+ #: framework/premium/extensions/mega-menu/options.php:399,
3287
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:399
3288
  msgid "Item Label"
3289
  msgstr ""
3290
 
3291
+ #: framework/premium/extensions/mega-menu/options.php:407,
3292
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:407
3293
  msgid "Enabled"
3294
  msgstr ""
3295
 
3298
  #: framework/premium/features/content-blocks/options/archive.php:160,
3299
  #: framework/premium/features/content-blocks/options/header.php:108,
3300
  #: framework/premium/features/content-blocks/options/hook.php:113,
3301
+ #: framework/premium/features/content-blocks/options/single.php:99,
3302
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:408,
3303
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:110,
3304
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:160,
3305
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:108,
3306
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:113,
3307
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:99
3308
  msgid "Disabled"
3309
  msgstr ""
3310
 
3311
+ #: framework/premium/extensions/mega-menu/options.php:409,
3312
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:409
3313
  msgid "Heading"
3314
  msgstr ""
3315
 
3316
+ #: framework/premium/extensions/mega-menu/options.php:415,
3317
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:415
3318
  msgid "Label Link"
3319
  msgstr ""
3320
 
3321
  #: framework/premium/extensions/mega-menu/options.php:481,
3322
+ #: framework/premium/extensions/mega-menu/options.php:802,
3323
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:481,
3324
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:802
3325
  msgid "Menu Badge Settings"
3326
  msgstr ""
3327
 
3328
  #: framework/premium/extensions/mega-menu/options.php:499,
3329
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260,
3330
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:499,
3331
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
3332
  msgid "Vertical Alignment"
3333
  msgstr ""
3334
 
3335
  #: framework/premium/extensions/mega-menu/options.php:534,
3336
  #: framework/premium/extensions/shortcuts/customizer.php:883,
3337
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
3338
+ #: framework/features/header/items/account/options.php:1166,
3339
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:534,
3340
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:883,
3341
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
3342
+ #: build_tmp/build/framework/features/header/items/account/options.php:1166
3343
  msgid "Background"
3344
  msgstr ""
3345
 
3346
+ #: framework/premium/extensions/mega-menu/options.php:548,
3347
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:548
3348
  msgid "Link Color"
3349
  msgstr ""
3350
 
3351
  #: framework/premium/extensions/mega-menu/options.php:568,
3352
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
3353
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:568,
3354
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
3355
  #: framework/premium/features/premium-header/items/contacts/options.php:478,
3356
  #: framework/premium/features/premium-header/items/contacts/options.php:520,
3357
+ #: framework/premium/features/premium-header/items/contacts/options.php:560,
3358
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:478,
3359
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:520,
3360
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:560
3361
  msgid "Link Initial"
3362
  msgstr ""
3363
 
3364
+ #: framework/premium/extensions/mega-menu/options.php:573,
3365
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:573
3366
  msgid "Link Hover/Active"
3367
  msgstr ""
3368
 
3369
+ #: framework/premium/extensions/mega-menu/options.php:578,
3370
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:578
3371
  msgid "Background Hover"
3372
  msgstr ""
3373
 
3374
+ #: framework/premium/extensions/mega-menu/options.php:586,
3375
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:586
3376
  msgid "Heading Font"
3377
  msgstr ""
3378
 
3379
  #: framework/premium/extensions/mega-menu/options.php:595,
3380
+ #: framework/premium/extensions/mega-menu/options.php:729,
3381
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:595,
3382
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:729
3383
  msgid "Heading Color"
3384
  msgstr ""
3385
 
3386
  #: framework/premium/extensions/mega-menu/options.php:607,
3387
  #: framework/premium/extensions/mega-menu/options.php:627,
3388
+ #: framework/premium/extensions/mega-menu/options.php:741,
3389
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:607,
3390
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:627,
3391
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:741
3392
  msgid "Initial Color"
3393
  msgstr ""
3394
 
3395
  #: framework/premium/extensions/mega-menu/options.php:634,
3396
  #: framework/premium/extensions/shortcuts/customizer.php:900,
3397
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:634,
3398
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:900,
3399
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
3400
+ #: framework/premium/features/premium-header/items/search-input/options.php:836,
3401
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:432,
3402
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:836
3403
  msgid "Items Divider"
3404
  msgstr ""
3405
 
3406
+ #: framework/premium/extensions/mega-menu/options.php:649,
3407
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:649
3408
  msgid "Columns Divider"
3409
  msgstr ""
3410
 
3411
  #: framework/premium/extensions/mega-menu/options.php:664,
3412
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:664,
3413
+ #: framework/premium/features/premium-header/items/search-input/options.php:818,
3414
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:818
3415
  msgid "Dropdown Shadow"
3416
  msgstr ""
3417
 
3418
+ #: framework/premium/extensions/mega-menu/options.php:696,
3419
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:696
3420
  msgid "Column Settings"
3421
  msgstr ""
3422
 
3423
+ #: framework/premium/extensions/mega-menu/options.php:700,
3424
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:700
3425
  msgid "Column Spacing"
3426
  msgstr ""
3427
 
3435
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
3436
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
3437
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
3438
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:752,
3439
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
3440
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:305,
3441
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:333,
3442
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:364,
3444
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
3445
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
3446
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
3447
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118,
3448
+ #: build_tmp/build/framework/features/header/items/account/options.php:827,
3449
+ #: build_tmp/build/framework/features/header/items/account/options.php:855,
3450
+ #: build_tmp/build/framework/features/header/items/account/options.php:886,
3451
+ #: build_tmp/build/framework/features/header/items/account/options.php:915,
3452
+ #: build_tmp/build/framework/features/header/items/account/options.php:1172,
3453
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
3454
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
3455
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
3456
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:305,
3457
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:333,
3458
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:364,
3459
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:393,
3460
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
3461
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
3462
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
3463
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
3464
  msgid "Icon Color"
3465
  msgstr ""
3466
 
3467
  #. translators: This is a brand name. Preferably to not be translated
3468
+ #: framework/premium/extensions/post-types-extra/config.php:5,
3469
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:5
3470
  msgctxt "Extension Brand Name"
3471
  msgid "Post Types Extra"
3472
  msgstr ""
3473
 
3474
+ #: framework/premium/extensions/post-types-extra/config.php:6,
3475
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:6
3476
  msgid ""
3477
  "Enables support for Custom Fields inside archive cards and single page post "
3478
  "title, adds a reading progress bar for your posts and lets you set featured "
3479
  "images and colors for your categories archives."
3480
  msgstr ""
3481
 
3482
+ #: framework/premium/extensions/post-types-extra/readme.php:4,
3483
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:4
3484
  msgid ""
3485
  "After activating this extension you will be able to enable the read progress "
3486
  "bar for your single posts, add a featured image and set different colors to "
3489
  "taxonomies archive filters."
3490
  msgstr ""
3491
 
3492
+ #: framework/premium/extensions/post-types-extra/readme.php:10,
3493
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:10
3494
  msgid "Custom Fields"
3495
  msgstr ""
3496
 
3497
+ #: framework/premium/extensions/post-types-extra/readme.php:14,
3498
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:14
3499
  msgid ""
3500
  "After setting up your custom fields you will be able to output them from %s "
3501
  "or from %2s."
3502
  msgstr ""
3503
 
3504
+ #: framework/premium/extensions/post-types-extra/readme.php:17,
3505
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:17
3506
  msgid "Customizer ➝ Blog Posts ➝ Card Options"
3507
  msgstr ""
3508
 
3509
+ #: framework/premium/extensions/post-types-extra/readme.php:21,
3510
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:21
3511
  msgid "Customizer ➝ Single Posts ➝ Post Title"
3512
  msgstr ""
3513
 
3514
+ #: framework/premium/extensions/post-types-extra/readme.php:29,
3515
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:29
3516
  msgid "Taxonomies Filters"
3517
  msgstr ""
3518
 
3519
+ #: framework/premium/extensions/post-types-extra/readme.php:33,
3520
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:33
3521
  msgid "You can enable the taxonomies filters from %s."
3522
  msgstr ""
3523
 
3524
+ #: framework/premium/extensions/post-types-extra/readme.php:36,
3525
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:36
3526
  msgid "Customizer ➝ Blog Posts ➝ Filters"
3527
  msgstr ""
3528
 
3529
+ #: framework/premium/extensions/post-types-extra/readme.php:44,
3530
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:44
3531
  msgid "Read Progress Bar"
3532
  msgstr ""
3533
 
3534
+ #: framework/premium/extensions/post-types-extra/readme.php:48,
3535
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:48
3536
  msgid "This options could be enabled from %s."
3537
  msgstr ""
3538
 
3539
+ #: framework/premium/extensions/post-types-extra/readme.php:51,
3540
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:51
3541
  msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
3542
  msgstr ""
3543
 
3544
+ #: framework/premium/extensions/post-types-extra/readme.php:59,
3545
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:59
3546
  msgid "Taxonomy Featured Image & Custom Colors"
3547
  msgstr ""
3548
 
3549
+ #: framework/premium/extensions/post-types-extra/readme.php:63,
3550
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:63
3551
  msgid ""
3552
  "To customize these options simply navigate to %s and edit one of your "
3553
  "categories."
3554
  msgstr ""
3555
 
3556
+ #: framework/premium/extensions/post-types-extra/readme.php:66,
3557
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:66
3558
  msgid "Dashboard ➝ Posts ➝ Categories"
3559
  msgstr ""
3560
 
3561
  #. translators: This is a brand name. Preferably to not be translated
3562
  #: framework/premium/extensions/shortcuts/config.php:5,
3563
+ #: framework/premium/extensions/shortcuts/customizer.php:524,
3564
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:5,
3565
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:524
3566
  msgctxt "Extension Brand Name"
3567
  msgid "Shortcuts Bar"
3568
  msgstr ""
3569
 
3570
+ #: framework/premium/extensions/shortcuts/config.php:6,
3571
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:6
3572
  msgid ""
3573
  "Easily turn your websites into mobile first experiences. You can easily add "
3574
  "the most important actions at the bottom of the screen for easy access."
3578
  #: framework/premium/extensions/shortcuts/customizer.php:35,
3579
  #: framework/premium/extensions/shortcuts/customizer.php:563,
3580
  #: framework/premium/extensions/shortcuts/views/bar.php:13,
3581
+ #: framework/premium/extensions/shortcuts/views/bar.php:43,
3582
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:12,
3583
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:35,
3584
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:563,
3585
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:13,
3586
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:43
3587
  msgid "Home"
3588
  msgstr ""
3589
 
3593
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:128,
3594
  #: framework/premium/extensions/shortcuts/views/bar.php:22,
3595
  #: framework/premium/extensions/shortcuts/views/bar.php:44,
3596
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:68,
3597
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:91,
3598
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:572,
3599
+ #: framework/premium/features/premium-header/items/contacts/options.php:76,
3600
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:128,
3601
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:22,
3602
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:44,
3603
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:76
3604
  msgid "Phone"
3605
  msgstr ""
3606
 
3607
  #: framework/premium/extensions/shortcuts/customizer.php:192,
3608
  #: framework/premium/extensions/shortcuts/customizer.php:215,
3609
+ #: framework/premium/extensions/shortcuts/views/bar.php:46,
3610
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:192,
3611
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:215,
3612
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:46
3613
  msgid "Scroll Top"
3614
  msgstr ""
3615
 
3616
  #: framework/premium/extensions/shortcuts/customizer.php:293,
3617
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
3618
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:539,
3619
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:293,
3620
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
3621
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:539
3622
  msgid "Open link in new tab"
3623
  msgstr ""
3624
 
3625
+ #: framework/premium/extensions/shortcuts/customizer.php:300,
3626
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:300
3627
  msgid "Set link to nofollow"
3628
  msgstr ""
3629
 
3630
+ #: framework/premium/extensions/shortcuts/customizer.php:306,
3631
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:306
3632
  msgid "Custom class"
3633
  msgstr ""
3634
 
3635
  #: framework/premium/extensions/shortcuts/customizer.php:338,
3636
  #: framework/premium/extensions/shortcuts/customizer.php:361,
3637
+ #: framework/premium/extensions/shortcuts/views/bar.php:47,
3638
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:338,
3639
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:361,
3640
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:47
3641
  msgid "Cart"
3642
  msgstr ""
3643
 
3644
  #: framework/premium/extensions/shortcuts/customizer.php:394,
3645
+ #: framework/premium/extensions/shortcuts/customizer.php:417,
3646
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:394,
3647
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:417
3648
  msgid "Shop"
3649
  msgstr ""
3650
 
3651
  #: framework/premium/extensions/shortcuts/customizer.php:450,
3652
  #: framework/premium/extensions/shortcuts/customizer.php:473,
3653
  #: framework/premium/extensions/woocommerce-extra/readme.php:70,
3654
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:450,
3655
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:473,
3656
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:70,
3657
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
3658
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:141,
3659
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:105,
3660
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:111,
3661
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
3662
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:141,
3663
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:105,
3664
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:111
3665
  msgid "Wishlist"
3666
  msgstr ""
3667
 
3668
  #: framework/premium/extensions/shortcuts/customizer.php:538,
3669
+ #: framework/premium/features/content-blocks/admin-ui.php:196,
3670
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:538,
3671
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:196
3672
  msgid "Type"
3673
  msgstr ""
3674
 
3675
+ #: framework/premium/extensions/shortcuts/customizer.php:557,
3676
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:557
3677
  msgid "Shortcuts"
3678
  msgstr ""
3679
 
3680
  #: framework/premium/extensions/shortcuts/customizer.php:612,
3681
  #: framework/features/header/items/account/options.php:275,
3682
  #: framework/features/header/items/account/options.php:572,
3683
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:612,
3684
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:92,
3685
+ #: build_tmp/build/framework/features/header/items/account/options.php:275,
3686
+ #: build_tmp/build/framework/features/header/items/account/options.php:572,
3687
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:92
3688
  msgid "Label Visibility"
3689
  msgstr ""
3690
 
3691
  #: framework/premium/extensions/shortcuts/customizer.php:652,
3692
  #: framework/features/header/items/account/options.php:311,
3693
  #: framework/features/header/items/account/options.php:608,
3694
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:652,
3695
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:123,
3696
+ #: build_tmp/build/framework/features/header/items/account/options.php:311,
3697
+ #: build_tmp/build/framework/features/header/items/account/options.php:608,
3698
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:123
3699
  msgid "Label Position"
3700
  msgstr ""
3701
 
3705
  #: framework/features/header/items/account/options.php:320,
3706
  #: framework/features/header/items/account/options.php:617,
3707
  #: framework/premium/features/content-blocks/options/hook.php:307,
3708
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:661,
3709
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
3710
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:445,
3711
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:132,
3712
+ #: build_tmp/build/framework/features/header/items/account/options.php:320,
3713
+ #: build_tmp/build/framework/features/header/items/account/options.php:617,
3714
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:307,
3715
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:132
3716
  msgid "Bottom"
3717
  msgstr ""
3718
 
3720
  #: framework/features/header/items/account/options.php:258,
3721
  #: framework/features/header/items/account/options.php:499,
3722
  #: framework/features/header/items/account/options.php:555,
3723
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:672,
3724
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74,
3725
+ #: build_tmp/build/framework/features/header/items/account/options.php:258,
3726
+ #: build_tmp/build/framework/features/header/items/account/options.php:499,
3727
+ #: build_tmp/build/framework/features/header/items/account/options.php:555,
3728
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
3729
  msgid "Icon Size"
3730
  msgstr ""
3731
 
3732
+ #: framework/premium/extensions/shortcuts/customizer.php:682,
3733
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:682
3734
  msgid "Container Height"
3735
  msgstr ""
3736
 
3737
+ #: framework/premium/extensions/shortcuts/customizer.php:697,
3738
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:697
3739
  msgid "Container Max Width"
3740
  msgstr ""
3741
 
3742
+ #: framework/premium/extensions/shortcuts/customizer.php:721,
3743
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:721
3744
  msgid "Scroll Interaction"
3745
  msgstr ""
3746
 
3754
  #: framework/premium/features/content-blocks/options/hook.php:158,
3755
  #: framework/premium/features/content-blocks/options/popup.php:162,
3756
  #: framework/premium/features/content-blocks/options/popup.php:437,
3757
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:726,
3758
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:225,
3759
+ #: framework/premium/features/premium-header/items/contacts/options.php:338,
3760
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:510,
3761
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:113,
3762
+ #: build_tmp/build/framework/features/header/items/account/options.php:143,
3763
+ #: build_tmp/build/framework/features/header/items/account/options.php:408,
3764
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:9,
3765
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:158,
3766
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:162,
3767
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:437,
3768
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:338
3769
  msgid "None"
3770
  msgstr ""
3771
 
3772
+ #: framework/premium/extensions/shortcuts/customizer.php:727,
3773
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:727
3774
  msgid "Hide"
3775
  msgstr ""
3776
 
3777
+ #: framework/premium/extensions/shortcuts/customizer.php:769,
3778
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:769
3779
  msgid "Shortcuts Bar Display Conditions"
3780
  msgstr ""
3781
 
3782
+ #: framework/premium/extensions/shortcuts/customizer.php:770,
3783
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:770
3784
  msgid "Add one or more conditions to display the shortcuts bar."
3785
  msgstr ""
3786
 
3787
  #: framework/premium/extensions/shortcuts/customizer.php:784,
3788
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:784,
3789
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
3790
  #: framework/premium/features/premium-header/items/contacts/options.php:410,
3791
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
3792
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:376,
3793
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
3794
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:410,
3795
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:192,
3796
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:376
3797
  msgid "Font"
3798
  msgstr ""
3799
 
3800
  #: framework/premium/extensions/shortcuts/customizer.php:826,
3801
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:826,
3802
  #: framework/premium/features/premium-header/items/contacts/options.php:590,
3803
  #: framework/premium/features/premium-header/items/contacts/options.php:619,
3804
  #: framework/premium/features/premium-header/items/contacts/options.php:650,
3805
+ #: framework/premium/features/premium-header/items/contacts/options.php:680,
3806
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:590,
3807
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:619,
3808
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:650,
3809
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:680
3810
  msgid "Icons Color"
3811
  msgstr ""
3812
 
3813
+ #: framework/premium/extensions/shortcuts/customizer.php:865,
3814
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:865
3815
  msgid "Cart Badge Color"
3816
  msgstr ""
3817
 
3818
+ #: framework/premium/extensions/shortcuts/customizer.php:920,
3819
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:920
3820
  msgid "Items Divider Height"
3821
  msgstr ""
3822
 
3823
  #: framework/premium/extensions/shortcuts/customizer.php:934,
3824
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
3825
  #: framework/premium/features/content-blocks/options/popup.php:387,
3826
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:934,
3827
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
3828
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:446,
3829
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:387,
3830
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:446
3831
  msgid "Shadow"
3832
  msgstr ""
3833
 
3834
  #. translators: This is a brand name. Preferably to not be translated
3835
+ #: framework/premium/extensions/sidebars/config.php:5,
3836
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:5
3837
  msgctxt "Extension Brand Name"
3838
  msgid "Multiple Sidebars"
3839
  msgstr ""
3840
 
3841
+ #: framework/premium/extensions/sidebars/config.php:6,
3842
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:6
3843
  msgid ""
3844
  "Create unlimited personalized sets of widget areas and display them on any "
3845
  "page or post using our conditional logic functionality."
3846
  msgstr ""
3847
 
3848
+ #: framework/premium/extensions/sidebars/config.php:10,
3849
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:10
3850
  msgid "Create New Sidebar"
3851
  msgstr ""
3852
 
3853
+ #: framework/premium/extensions/sidebars/form.php:3,
3854
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:3
3855
  #: framework/premium/extensions/sidebars/static/js/main.js:42
3856
  msgid "Create Sidebar/Widget Area"
3857
  msgstr ""
3858
 
3859
+ #: framework/premium/extensions/sidebars/form.php:6,
3860
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:6
3861
  msgid ""
3862
  "In order to create a new sidebar/widget area simply enter a name in the "
3863
  "input below and click the Create Sidebar button."
3864
  msgstr ""
3865
 
3866
+ #: framework/premium/extensions/sidebars/form.php:16,
3867
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:16
3868
  #: framework/premium/extensions/sidebars/static/js/main.js:58
3869
  msgid "Create Sidebar"
3870
  msgstr ""
3871
 
3872
+ #: framework/premium/extensions/sidebars/form.php:20,
3873
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:20
3874
  msgid "Available Sidebars/Widget Areas"
3875
  msgstr ""
3876
 
3877
  #. translators: This is a brand name. Preferably to not be translated
3878
+ #: framework/premium/extensions/white-label/config.php:5,
3879
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:5
3880
  msgctxt "Extension Brand Name"
3881
  msgid "White Label"
3882
  msgstr ""
3883
 
3884
+ #: framework/premium/extensions/white-label/config.php:6,
3885
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:6
3886
  msgid ""
3887
  "Replace Blocksy's branding with your own. Easily hide licensing info and "
3888
  "other sections of the theme and companion plugin from your clients and make "
3890
  msgstr ""
3891
 
3892
  #. translators: This is a brand name. Preferably to not be translated
3893
+ #: framework/premium/extensions/woocommerce-extra/config.php:5,
3894
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:5
3895
  msgctxt "Extension Brand Name"
3896
  msgid "WooCommerce Extra"
3897
  msgstr ""
3898
 
3899
+ #: framework/premium/extensions/woocommerce-extra/config.php:6,
3900
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:6
3901
  msgid ""
3902
  "Make the shopping experience better for your visitors! Add features such as "
3903
  "Product Quick View, Wishlist functionality and a Floating Add to Cart "
3904
  "button. Customize the single product gallery/slider and the layout."
3905
  msgstr ""
3906
 
3907
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:5,
3908
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:5
3909
  msgid "Quick View Button"
3910
  msgstr ""
3911
 
3912
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:21,
3913
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:21
3914
  msgid "Trigger On"
3915
  msgstr ""
3916
 
3917
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:29,
3918
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:29
3919
  msgid "Button click"
3920
  msgstr ""
3921
 
3922
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:30,
3923
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:30
3924
  msgid "Image click"
3925
  msgstr ""
3926
 
3927
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:31,
3928
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:31
3929
  msgid "Card click"
3930
  msgstr ""
3931
 
3934
  #: framework/features/header/items/account/options.php:235,
3935
  #: framework/features/header/items/account/options.php:476,
3936
  #: framework/features/header/items/account/options.php:534,
3937
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:91,
3938
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
3939
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:66,
3940
+ #: build_tmp/build/framework/features/header/items/account/options.php:235,
3941
+ #: build_tmp/build/framework/features/header/items/account/options.php:476,
3942
+ #: build_tmp/build/framework/features/header/items/account/options.php:534,
3943
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:66
3944
  msgid "Type 3"
3945
  msgstr ""
3946
 
3948
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
3949
  #: framework/features/header/items/account/options.php:240,
3950
  #: framework/features/header/items/account/options.php:481,
3951
+ #: framework/features/header/items/account/options.php:539,
3952
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:96,
3953
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
3954
+ #: build_tmp/build/framework/features/header/items/account/options.php:240,
3955
+ #: build_tmp/build/framework/features/header/items/account/options.php:481,
3956
+ #: build_tmp/build/framework/features/header/items/account/options.php:539
3957
  msgid "Type 4"
3958
  msgstr ""
3959
 
3960
  #: framework/premium/extensions/woocommerce-extra/extension.php:119,
3961
+ #: framework/premium/extensions/woocommerce-extra/extension.php:138,
3962
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:119,
3963
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:138
3964
  msgid "Number of Columns"
3965
  msgstr ""
3966
 
3967
+ #: framework/premium/extensions/woocommerce-extra/extension.php:162,
3968
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:162
3969
  msgid "Gallery Arrows Visibility"
3970
  msgstr ""
3971
 
3972
+ #: framework/premium/extensions/woocommerce-extra/extension.php:183,
3973
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:183
3974
  msgid "Thumbnails Arrows Visibility"
3975
  msgstr ""
3976
 
3977
+ #: framework/premium/extensions/woocommerce-extra/extension.php:391,
3978
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:391
3979
  msgid "Icons Spacing"
3980
  msgstr ""
3981
 
3982
+ #: framework/premium/extensions/woocommerce-extra/extension.php:439,
3983
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:439
3984
  msgid "WooCommerce Offcanvas Filters"
3985
  msgstr ""
3986
 
3987
+ #: framework/premium/extensions/woocommerce-extra/extension.php:441,
3988
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:441
3989
  msgid "Add widgets here."
3990
  msgstr ""
3991
 
3992
+ #: framework/premium/extensions/woocommerce-extra/extension.php:714,
3993
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:714
3994
  msgid "Available Filters"
3995
  msgstr ""
3996
 
3997
+ #: framework/premium/extensions/woocommerce-extra/extension.php:715,
3998
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:715
3999
  msgid "Close filters modal"
4000
  msgstr ""
4001
 
4002
+ #: framework/premium/extensions/woocommerce-extra/extension.php:808,
4003
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:808
4004
  msgid "Quick view title before"
4005
  msgstr ""
4006
 
4007
+ #: framework/premium/extensions/woocommerce-extra/extension.php:813,
4008
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:813
4009
  msgid "Quick view title after"
4010
  msgstr ""
4011
 
4012
+ #: framework/premium/extensions/woocommerce-extra/extension.php:818,
4013
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:818
4014
  msgid "Quick view price before"
4015
  msgstr ""
4016
 
4017
+ #: framework/premium/extensions/woocommerce-extra/extension.php:823,
4018
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:823
4019
  msgid "Quick view price after"
4020
  msgstr ""
4021
 
4022
+ #: framework/premium/extensions/woocommerce-extra/extension.php:828,
4023
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:828
4024
  msgid "Quick view summary before"
4025
  msgstr ""
4026
 
4027
+ #: framework/premium/extensions/woocommerce-extra/extension.php:833,
4028
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:833
4029
  msgid "Quick view summary after"
4030
  msgstr ""
4031
 
4032
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
4033
+ #: framework/premium/extensions/woocommerce-extra/readme.php:25,
4034
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
4035
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:25
4036
  msgid "Floating Cart"
4037
  msgstr ""
4038
 
4039
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17,
4040
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:17
4041
  msgid "Position"
4042
  msgstr ""
4043
 
4044
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
4045
  #: framework/premium/features/content-blocks/hooks-manager.php:407,
4046
+ #: framework/premium/features/content-blocks/options/hook.php:306,
4047
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
4048
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:407,
4049
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:306
4050
  msgid "Top"
4051
  msgstr ""
4052
 
4053
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34,
4054
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:34
4055
  msgid "Product Title Visibility"
4056
  msgstr ""
4057
 
4058
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58,
4059
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:58
4060
  msgid "Floating Cart Visibility"
4061
  msgstr ""
4062
 
4063
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:79,
4064
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:79
4065
  msgid "Close quick view"
4066
  msgstr ""
4067
 
4068
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:106,
4069
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:106
4070
  msgid "Go to product page"
4071
  msgstr ""
4072
 
4073
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:152,
4074
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:152
4075
  msgid "Quick view toggle"
4076
  msgstr ""
4077
 
4078
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:152,
4079
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:152
4080
  msgid "Quick view icon"
4081
  msgstr ""
4082
 
4083
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:186,
4084
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:186
4085
  msgid "Filter"
4086
  msgstr ""
4087
 
4088
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3,
4089
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
4090
  msgid "Off Canvas Filter"
4091
  msgstr ""
4092
 
4093
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14,
4094
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
4095
  msgid "Filter Widgets"
4096
  msgstr ""
4097
 
4098
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18,
4099
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
4100
  msgid "Widgets"
4101
  msgstr ""
4102
 
4103
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36,
4104
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
4105
  msgid "Widgets Vertical Spacing"
4106
  msgstr ""
4107
 
4108
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51,
4109
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
4110
  msgid "Widgets Title Font"
4111
  msgstr ""
4112
 
4113
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59,
4114
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
4115
  msgid "Widgets Title Font Color"
4116
  msgstr ""
4117
 
4118
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107,
4119
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
4120
  msgid "Widgets Font"
4121
  msgstr ""
4122
 
4123
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116,
4124
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
4125
  msgid "Widgets Font Color"
4126
  msgstr ""
4127
 
4128
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
4129
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
4130
  #: framework/premium/features/premium-header/items/contacts/options.php:472,
4131
  #: framework/premium/features/premium-header/items/contacts/options.php:515,
4132
+ #: framework/premium/features/premium-header/items/contacts/options.php:555,
4133
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:472,
4134
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:515,
4135
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:555
4136
  msgid "Text Initial"
4137
  msgstr ""
4138
 
4139
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
4140
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
4141
  #: framework/premium/features/premium-header/items/contacts/options.php:484,
4142
  #: framework/premium/features/premium-header/items/contacts/options.php:525,
4143
+ #: framework/premium/features/premium-header/items/contacts/options.php:565,
4144
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:484,
4145
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:525,
4146
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:565
4147
  msgid "Link Hover"
4148
  msgstr ""
4149
 
4150
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160,
4151
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
4152
  msgid "Filter Button & Panel"
4153
  msgstr ""
4154
 
4155
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169,
4156
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
4157
  msgid "Filter Icon Type"
4158
  msgstr ""
4159
 
4160
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207,
4161
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
4162
  msgid "Filter Button Visibility"
4163
  msgstr ""
4164
 
4165
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230,
4166
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
4167
  msgid "Panel Reveal"
4168
  msgstr ""
4169
 
4170
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237,
4171
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
4172
  msgid "Left Side"
4173
  msgstr ""
4174
 
4175
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238,
4176
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
4177
  msgid "Right Side"
4178
  msgstr ""
4179
 
4180
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243,
4181
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
4182
  msgid "Panel Width"
4183
  msgstr ""
4184
 
4185
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284,
4186
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
4187
  msgid "Panel Background"
4188
  msgstr ""
4189
 
4190
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316,
4191
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
4192
  msgid "Panel Shadow"
4193
  msgstr ""
4194
 
4195
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
4196
+ #: framework/features/header/items/account/options.php:1155,
4197
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
4198
+ #: build_tmp/build/framework/features/header/items/account/options.php:1155
4199
  msgid "Close Button Type"
4200
  msgstr ""
4201
 
4202
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
4203
+ #: framework/features/header/items/account/options.php:1164,
4204
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
4205
+ #: build_tmp/build/framework/features/header/items/account/options.php:1164
4206
  msgid "Simple"
4207
  msgstr ""
4208
 
4209
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
4210
+ #: framework/features/header/items/account/options.php:1165,
4211
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
4212
+ #: build_tmp/build/framework/features/header/items/account/options.php:1165
4213
  msgid "Border"
4214
  msgstr ""
4215
 
4216
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
4217
+ #: framework/features/header/items/account/options.php:1208,
4218
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
4219
+ #: build_tmp/build/framework/features/header/items/account/options.php:1208
4220
  msgid "Border Color"
4221
  msgstr ""
4222
 
4223
+ #: framework/premium/extensions/woocommerce-extra/readme.php:4,
4224
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:4
4225
  msgid ""
4226
  "After installing and activating the WooCommerce Extra extension you will "
4227
  "have these features:"
4228
  msgstr ""
4229
 
4230
+ #: framework/premium/extensions/woocommerce-extra/readme.php:10,
4231
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:10
4232
  msgid "Product Quick View"
4233
  msgstr ""
4234
 
4236
  #: framework/premium/extensions/woocommerce-extra/readme.php:29,
4237
  #: framework/premium/extensions/woocommerce-extra/readme.php:44,
4238
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
4239
+ #: framework/premium/extensions/woocommerce-extra/readme.php:74,
4240
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:14,
4241
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:29,
4242
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:44,
4243
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:59,
4244
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:74
4245
  msgid "Navigate to %s."
4246
  msgstr ""
4247
 
4248
+ #: framework/premium/extensions/woocommerce-extra/readme.php:17,
4249
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:17
4250
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
4251
  msgstr ""
4252
 
4253
+ #: framework/premium/extensions/woocommerce-extra/readme.php:32,
4254
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:32
4255
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
4256
  msgstr ""
4257
 
4258
+ #: framework/premium/extensions/woocommerce-extra/readme.php:40,
4259
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:40
4260
  msgid "Advanced Gallery & Slider"
4261
  msgstr ""
4262
 
4263
+ #: framework/premium/extensions/woocommerce-extra/readme.php:47,
4264
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:47
4265
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
4266
  msgstr ""
4267
 
4268
+ #: framework/premium/extensions/woocommerce-extra/readme.php:55,
4269
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:55
4270
  msgid "Share Box"
4271
  msgstr ""
4272
 
4273
+ #: framework/premium/extensions/woocommerce-extra/readme.php:62,
4274
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:62
4275
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
4276
  msgstr ""
4277
 
4278
+ #: framework/premium/extensions/woocommerce-extra/readme.php:77,
4279
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:77
4280
  msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
4281
  msgstr ""
4282
 
4283
+ #: framework/premium/features/content-blocks/admin-ui.php:17,
4284
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:17
4285
  msgid "Enable"
4286
  msgstr ""
4287
 
4288
+ #: framework/premium/features/content-blocks/admin-ui.php:18,
4289
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:18
4290
  msgid "Disable"
4291
  msgstr ""
4292
 
4293
+ #: framework/premium/features/content-blocks/admin-ui.php:69,
4294
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:69
4295
  msgid "Enabled %s content block."
4296
  msgid_plural "Enabled %s content blocks."
4297
  msgstr[0] ""
4298
  msgstr[1] ""
4299
 
4300
+ #: framework/premium/features/content-blocks/admin-ui.php:94,
4301
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:94
4302
  msgid "Disabled %s content block."
4303
  msgid_plural "Disabled %s content blocks."
4304
  msgstr[0] ""
4305
  msgstr[1] ""
4306
 
4307
+ #: framework/premium/features/content-blocks/admin-ui.php:120,
4308
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:120
4309
  #: framework/premium/static/js/hooks/CreateHook.js:68
4310
  msgid "Custom Content/Hooks"
4311
  msgstr ""
4312
 
4313
+ #: framework/premium/features/content-blocks/admin-ui.php:121,
4314
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:121
4315
  #: framework/premium/static/js/hooks/CreateHook.js:77
4316
  msgid "Popup"
4317
  msgstr ""
4318
 
4319
+ #: framework/premium/features/content-blocks/admin-ui.php:122,
4320
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:122
4321
  msgid "404 Page"
4322
  msgstr ""
4323
 
4324
  #: framework/premium/features/content-blocks/admin-ui.php:123,
4325
  #: framework/premium/features/content-blocks/hooks-manager.php:50,
4326
+ #: framework/premium/features/content-blocks/hooks-manager.php:59,
4327
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:123,
4328
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:50,
4329
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:59
4330
  msgid "Header"
4331
  msgstr ""
4332
 
4333
  #: framework/premium/features/content-blocks/admin-ui.php:124,
4334
  #: framework/premium/features/content-blocks/hooks-manager.php:890,
4335
  #: framework/premium/features/content-blocks/hooks-manager.php:898,
4336
+ #: framework/premium/features/content-blocks/hooks-manager.php:906,
4337
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:124,
4338
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:890,
4339
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:898,
4340
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:906
4341
  msgid "Footer"
4342
  msgstr ""
4343
 
4344
+ #: framework/premium/features/content-blocks/admin-ui.php:125,
4345
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:125
4346
  msgid "Archive"
4347
  msgstr ""
4348
 
4349
+ #: framework/premium/features/content-blocks/admin-ui.php:126,
4350
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:126
4351
  msgid "Single"
4352
  msgstr ""
4353
 
4354
+ #: framework/premium/features/content-blocks/admin-ui.php:131,
4355
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:131
4356
  msgid "All types"
4357
  msgstr ""
4358
 
4359
+ #: framework/premium/features/content-blocks/admin-ui.php:197,
4360
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:197
4361
  msgid "Location/Trigger"
4362
  msgstr ""
4363
 
4364
+ #: framework/premium/features/content-blocks/admin-ui.php:198,
4365
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:198
4366
  msgid "Conditions"
4367
  msgstr ""
4368
 
4369
+ #: framework/premium/features/content-blocks/admin-ui.php:199,
4370
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:199
4371
  msgid "Output"
4372
  msgstr ""
4373
 
4374
+ #: framework/premium/features/content-blocks/admin-ui.php:200,
4375
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:200
4376
  msgid "Enable/Disable"
4377
  msgstr ""
4378
 
4379
  #: framework/premium/features/content-blocks/admin-ui.php:226,
4380
+ #: framework/premium/features/content-blocks/options/popup.php:163,
4381
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:226,
4382
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:163
4383
  msgid "On scroll"
4384
  msgstr ""
4385
 
4386
  #: framework/premium/features/content-blocks/admin-ui.php:227,
4387
+ #: framework/premium/features/content-blocks/options/popup.php:164,
4388
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:227,
4389
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:164
4390
  msgid "On scroll to element"
4391
  msgstr ""
4392
 
4393
  #: framework/premium/features/content-blocks/admin-ui.php:228,
4394
+ #: framework/premium/features/content-blocks/options/popup.php:165,
4395
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:228,
4396
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:165
4397
  msgid "On page load"
4398
  msgstr ""
4399
 
4400
  #: framework/premium/features/content-blocks/admin-ui.php:229,
4401
+ #: framework/premium/features/content-blocks/options/popup.php:166,
4402
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:229,
4403
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:166
4404
  msgid "After inactivity"
4405
  msgstr ""
4406
 
4407
  #: framework/premium/features/content-blocks/admin-ui.php:230,
4408
+ #: framework/premium/features/content-blocks/options/popup.php:167,
4409
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:230,
4410
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:167
4411
  msgid "After x time"
4412
  msgstr ""
4413
 
4414
  #: framework/premium/features/content-blocks/admin-ui.php:231,
4415
+ #: framework/premium/features/content-blocks/options/popup.php:168,
4416
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:231,
4417
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:168
4418
  msgid "After x pages"
4419
  msgstr ""
4420
 
4421
  #: framework/premium/features/content-blocks/admin-ui.php:232,
4422
+ #: framework/premium/features/content-blocks/options/popup.php:169,
4423
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:232,
4424
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:169
4425
  msgid "On page exit intent"
4426
  msgstr ""
4427
 
4428
+ #: framework/premium/features/content-blocks/admin-ui.php:236,
4429
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:236
4430
  msgid "Down"
4431
  msgstr ""
4432
 
4433
+ #: framework/premium/features/content-blocks/admin-ui.php:237,
4434
+ #: build_tmp/build/framework/premium/features/content-blocks/admin-ui.php:237
4435
  msgid "Up"
4436
  msgstr ""
4437
 
4438
+ #: framework/premium/features/content-blocks/hooks-manager.php:11,
4439
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:11
4440
  msgid "WP head"
4441
  msgstr ""
4442
 
4443
  #: framework/premium/features/content-blocks/hooks-manager.php:13,
4444
  #: framework/premium/features/content-blocks/hooks-manager.php:22,
4445
  #: framework/premium/features/content-blocks/hooks-manager.php:32,
4446
+ #: framework/premium/features/content-blocks/hooks-manager.php:41,
4447
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:13,
4448
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:22,
4449
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:32,
4450
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:41
4451
  msgid "Head"
4452
  msgstr ""
4453
 
4454
+ #: framework/premium/features/content-blocks/hooks-manager.php:20,
4455
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:20
4456
  msgid "WP head start"
4457
  msgstr ""
4458
 
4459
+ #: framework/premium/features/content-blocks/hooks-manager.php:30,
4460
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:30
4461
  msgid "WP head end"
4462
  msgstr ""
4463
 
4464
+ #: framework/premium/features/content-blocks/hooks-manager.php:39,
4465
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:39
4466
  msgid "WP body open"
4467
  msgstr ""
4468
 
4469
+ #: framework/premium/features/content-blocks/hooks-manager.php:48,
4470
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:48
4471
  msgid "Header before"
4472
  msgstr ""
4473
 
4474
+ #: framework/premium/features/content-blocks/hooks-manager.php:57,
4475
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:57
4476
  msgid "Header after"
4477
  msgstr ""
4478
 
4479
+ #: framework/premium/features/content-blocks/hooks-manager.php:66,
4480
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:66
4481
  msgid "Desktop top"
4482
  msgstr ""
4483
 
4484
  #: framework/premium/features/content-blocks/hooks-manager.php:68,
4485
  #: framework/premium/features/content-blocks/hooks-manager.php:77,
4486
  #: framework/premium/features/content-blocks/hooks-manager.php:86,
4487
+ #: framework/premium/features/content-blocks/hooks-manager.php:95,
4488
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:68,
4489
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:77,
4490
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:86,
4491
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:95
4492
  msgid "Header offcanvas"
4493
  msgstr ""
4494
 
4495
+ #: framework/premium/features/content-blocks/hooks-manager.php:75,
4496
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:75
4497
  msgid "Desktop bottom"
4498
  msgstr ""
4499
 
4500
+ #: framework/premium/features/content-blocks/hooks-manager.php:84,
4501
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:84
4502
  msgid "Mobile top"
4503
  msgstr ""
4504
 
4505
+ #: framework/premium/features/content-blocks/hooks-manager.php:93,
4506
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:93
4507
  msgid "Mobile bottom"
4508
  msgstr ""
4509
 
4510
+ #: framework/premium/features/content-blocks/hooks-manager.php:102,
4511
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:102
4512
  msgid "Sidebar before"
4513
  msgstr ""
4514
 
4515
  #: framework/premium/features/content-blocks/hooks-manager.php:103,
4516
  #: framework/premium/features/content-blocks/hooks-manager.php:110,
4517
  #: framework/premium/features/content-blocks/hooks-manager.php:117,
4518
+ #: framework/premium/features/content-blocks/hooks-manager.php:124,
4519
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:103,
4520
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:110,
4521
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:117,
4522
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:124
4523
  msgid "Left/Right sidebar"
4524
  msgstr ""
4525
 
4526
+ #: framework/premium/features/content-blocks/hooks-manager.php:109,
4527
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:109
4528
  msgid "Sidebar start"
4529
  msgstr ""
4530
 
4531
+ #: framework/premium/features/content-blocks/hooks-manager.php:116,
4532
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:116
4533
  msgid "Sidebar end"
4534
  msgstr ""
4535
 
4536
+ #: framework/premium/features/content-blocks/hooks-manager.php:123,
4537
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:123
4538
  msgid "Sidebar after"
4539
  msgstr ""
4540
 
4541
+ #: framework/premium/features/content-blocks/hooks-manager.php:130,
4542
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:130
4543
  msgid "Dynamic sidebar before"
4544
  msgstr ""
4545
 
4546
  #: framework/premium/features/content-blocks/hooks-manager.php:131,
4547
  #: framework/premium/features/content-blocks/hooks-manager.php:138,
4548
+ #: framework/premium/features/content-blocks/hooks-manager.php:146,
4549
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:131,
4550
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:138,
4551
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:146
4552
  msgid "All widget areas"
4553
  msgstr ""
4554
 
4555
+ #: framework/premium/features/content-blocks/hooks-manager.php:137,
4556
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:137
4557
  msgid "Dynamic sidebar"
4558
  msgstr ""
4559
 
4560
+ #: framework/premium/features/content-blocks/hooks-manager.php:145,
4561
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:145
4562
  msgid "Dynamic sidebar after"
4563
  msgstr ""
4564
 
4565
+ #: framework/premium/features/content-blocks/hooks-manager.php:154,
4566
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:154
4567
  msgid "Before section"
4568
  msgstr ""
4569
 
4576
  #: framework/premium/features/content-blocks/hooks-manager.php:203,
4577
  #: framework/premium/features/content-blocks/hooks-manager.php:211,
4578
  #: framework/premium/features/content-blocks/hooks-manager.php:219,
4579
+ #: framework/premium/features/content-blocks/hooks-manager.php:227,
4580
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:155,
4581
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:163,
4582
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:171,
4583
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:179,
4584
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:187,
4585
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:195,
4586
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:203,
4587
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:211,
4588
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:219,
4589
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:227
4590
  msgid "Page/post title"
4591
  msgstr ""
4592
 
4593
  #: framework/premium/features/content-blocks/hooks-manager.php:162,
4594
  #: framework/premium/features/content-blocks/hooks-manager.php:280,
4595
+ #: framework/premium/features/content-blocks/hooks-manager.php:322,
4596
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:162,
4597
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:280,
4598
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:322
4599
  msgid "Before title"
4600
  msgstr ""
4601
 
4602
+ #: framework/premium/features/content-blocks/hooks-manager.php:170,
4603
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:170
4604
  msgid "Before description"
4605
  msgstr ""
4606
 
4607
+ #: framework/premium/features/content-blocks/hooks-manager.php:178,
4608
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:178
4609
  msgid "Before breadcrumbs"
4610
  msgstr ""
4611
 
4612
+ #: framework/premium/features/content-blocks/hooks-manager.php:186,
4613
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:186
4614
  msgid "Before post meta"
4615
  msgstr ""
4616
 
4617
  #: framework/premium/features/content-blocks/hooks-manager.php:194,
4618
  #: framework/premium/features/content-blocks/hooks-manager.php:287,
4619
+ #: framework/premium/features/content-blocks/hooks-manager.php:329,
4620
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:194,
4621
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:287,
4622
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:329
4623
  msgid "After title"
4624
  msgstr ""
4625
 
4626
+ #: framework/premium/features/content-blocks/hooks-manager.php:202,
4627
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:202
4628
  msgid "After description"
4629
  msgstr ""
4630
 
4631
+ #: framework/premium/features/content-blocks/hooks-manager.php:210,
4632
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:210
4633
  msgid "After breadcrumbs"
4634
  msgstr ""
4635
 
4636
+ #: framework/premium/features/content-blocks/hooks-manager.php:218,
4637
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:218
4638
  msgid "After post meta"
4639
  msgstr ""
4640
 
4641
+ #: framework/premium/features/content-blocks/hooks-manager.php:226,
4642
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:226
4643
  msgid "After section"
4644
  msgstr ""
4645
 
4646
+ #: framework/premium/features/content-blocks/hooks-manager.php:234,
4647
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:234
4648
  msgid "Before content"
4649
  msgstr ""
4650
 
4651
  #: framework/premium/features/content-blocks/hooks-manager.php:242,
4652
+ #: framework/premium/features/content-blocks/hooks-manager.php:415,
4653
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:242,
4654
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:415
4655
  msgid "Top content"
4656
  msgstr ""
4657
 
4658
  #: framework/premium/features/content-blocks/hooks-manager.php:250,
4659
+ #: framework/premium/features/content-blocks/hooks-manager.php:437,
4660
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:250,
4661
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:437
4662
  msgid "Bottom content"
4663
  msgstr ""
4664
 
4665
+ #: framework/premium/features/content-blocks/hooks-manager.php:258,
4666
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:258
4667
  msgid "After content"
4668
  msgstr ""
4669
 
4670
+ #: framework/premium/features/content-blocks/hooks-manager.php:266,
4671
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:266
4672
  msgid "Before comments"
4673
  msgstr ""
4674
 
4677
  #: framework/premium/features/content-blocks/hooks-manager.php:281,
4678
  #: framework/premium/features/content-blocks/hooks-manager.php:288,
4679
  #: framework/premium/features/content-blocks/hooks-manager.php:295,
4680
+ #: framework/premium/features/content-blocks/hooks-manager.php:302,
4681
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:267,
4682
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:274,
4683
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:281,
4684
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:288,
4685
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:295,
4686
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:302
4687
  msgid "Comments"
4688
  msgstr ""
4689
 
4690
+ #: framework/premium/features/content-blocks/hooks-manager.php:273,
4691
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:273
4692
  msgid "Top comments"
4693
  msgstr ""
4694
 
4695
+ #: framework/premium/features/content-blocks/hooks-manager.php:294,
4696
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:294
4697
  msgid "Bottom comments"
4698
  msgstr ""
4699
 
4700
+ #: framework/premium/features/content-blocks/hooks-manager.php:301,
4701
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:301
4702
  msgid "After comments"
4703
  msgstr ""
4704
 
4705
+ #: framework/premium/features/content-blocks/hooks-manager.php:308,
4706
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:308
4707
  msgid "Before related posts"
4708
  msgstr ""
4709
 
4716
  #: framework/premium/features/content-blocks/hooks-manager.php:351,
4717
  #: framework/premium/features/content-blocks/hooks-manager.php:358,
4718
  #: framework/premium/features/content-blocks/hooks-manager.php:366,
4719
+ #: framework/premium/features/content-blocks/hooks-manager.php:373,
4720
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:309,
4721
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:316,
4722
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:323,
4723
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:330,
4724
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:337,
4725
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:344,
4726
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:351,
4727
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:358,
4728
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:366,
4729
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:373
4730
  msgid "Related posts"
4731
  msgstr ""
4732
 
4733
+ #: framework/premium/features/content-blocks/hooks-manager.php:315,
4734
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:315
4735
  msgid "Related posts top"
4736
  msgstr ""
4737
 
4738
+ #: framework/premium/features/content-blocks/hooks-manager.php:336,
4739
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:336
4740
  msgid "Card top"
4741
  msgstr ""
4742
 
4743
+ #: framework/premium/features/content-blocks/hooks-manager.php:343,
4744
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:343
4745
  msgid "Before featured image"
4746
  msgstr ""
4747
 
4748
+ #: framework/premium/features/content-blocks/hooks-manager.php:350,
4749
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:350
4750
  msgid "After featured image"
4751
  msgstr ""
4752
 
4753
+ #: framework/premium/features/content-blocks/hooks-manager.php:357,
4754
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:357
4755
  msgid "Card bottom"
4756
  msgstr ""
4757
 
4758
+ #: framework/premium/features/content-blocks/hooks-manager.php:365,
4759
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:365
4760
  msgid "Related posts bottom"
4761
  msgstr ""
4762
 
4763
+ #: framework/premium/features/content-blocks/hooks-manager.php:372,
4764
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:372
4765
  msgid "After related posts"
4766
  msgstr ""
4767
 
4768
  #: framework/premium/features/content-blocks/hooks-manager.php:379,
4769
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459,
4770
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:379,
4771
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:459
4772
  msgid "Before"
4773
  msgstr ""
4774
 
4775
  #: framework/premium/features/content-blocks/hooks-manager.php:380,
4776
+ #: framework/premium/features/content-blocks/hooks-manager.php:387,
4777
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:380,
4778
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:387
4779
  msgid "Loop"
4780
  msgstr ""
4781
 
4782
  #: framework/premium/features/content-blocks/hooks-manager.php:386,
4783
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470,
4784
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:386,
4785
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:470
4786
  msgid "After"
4787
  msgstr ""
4788
 
4789
+ #: framework/premium/features/content-blocks/hooks-manager.php:393,
4790
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:393
4791
  msgid "Start"
4792
  msgstr ""
4793
 
4794
  #: framework/premium/features/content-blocks/hooks-manager.php:394,
4795
+ #: framework/premium/features/content-blocks/hooks-manager.php:401,
4796
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:394,
4797
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:401
4798
  msgid "Loop card"
4799
  msgstr ""
4800
 
4801
+ #: framework/premium/features/content-blocks/hooks-manager.php:400,
4802
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:400
4803
  msgid "End"
4804
  msgstr ""
4805
 
4806
+ #: framework/premium/features/content-blocks/hooks-manager.php:423,
4807
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:423
4808
  msgid "After certain number of blocks"
4809
  msgstr ""
4810
 
4811
+ #: framework/premium/features/content-blocks/hooks-manager.php:430,
4812
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:430
4813
  msgid "Before certain number of headings"
4814
  msgstr ""
4815
 
4816
+ #: framework/premium/features/content-blocks/hooks-manager.php:453,
4817
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:453
4818
  msgid "Login form start"
4819
  msgstr ""
4820
 
4827
  #: framework/premium/features/content-blocks/hooks-manager.php:496,
4828
  #: framework/premium/features/content-blocks/hooks-manager.php:503,
4829
  #: framework/premium/features/content-blocks/hooks-manager.php:510,
4830
+ #: framework/premium/features/content-blocks/hooks-manager.php:517,
4831
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:454,
4832
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:461,
4833
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:468,
4834
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:475,
4835
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:482,
4836
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:489,
4837
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:496,
4838
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:503,
4839
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:510,
4840
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:517
4841
  msgid "Auth forms"
4842
  msgstr ""
4843
 
4844
+ #: framework/premium/features/content-blocks/hooks-manager.php:460,
4845
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:460
4846
  msgid "Login form end"
4847
  msgstr ""
4848
 
4849
+ #: framework/premium/features/content-blocks/hooks-manager.php:467,
4850
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:467
4851
  msgid "Login form modal start"
4852
  msgstr ""
4853
 
4854
+ #: framework/premium/features/content-blocks/hooks-manager.php:474,
4855
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:474
4856
  msgid "Login form modal end"
4857
  msgstr ""
4858
 
4859
+ #: framework/premium/features/content-blocks/hooks-manager.php:481,
4860
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:481
4861
  msgid "Register form start"
4862
  msgstr ""
4863
 
4864
+ #: framework/premium/features/content-blocks/hooks-manager.php:488,
4865
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:488
4866
  msgid "Register form end"
4867
  msgstr ""
4868
 
4869
+ #: framework/premium/features/content-blocks/hooks-manager.php:495,
4870
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:495
4871
  msgid "Register form modal start"
4872
  msgstr ""
4873
 
4874
+ #: framework/premium/features/content-blocks/hooks-manager.php:502,
4875
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:502
4876
  msgid "Register form modal end"
4877
  msgstr ""
4878
 
4879
+ #: framework/premium/features/content-blocks/hooks-manager.php:509,
4880
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:509
4881
  msgid "Lost password form modal start"
4882
  msgstr ""
4883
 
4884
+ #: framework/premium/features/content-blocks/hooks-manager.php:516,
4885
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:516
4886
  msgid "Lost password form modal end"
4887
  msgstr ""
4888
 
4889
+ #: framework/premium/features/content-blocks/hooks-manager.php:524,
4890
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:524
4891
  msgid "Before main content"
4892
  msgstr ""
4893
 
4894
+ #: framework/premium/features/content-blocks/hooks-manager.php:530,
4895
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:530
4896
  msgid "After main content"
4897
  msgstr ""
4898
 
4899
+ #: framework/premium/features/content-blocks/hooks-manager.php:536,
4900
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:536
4901
  msgid "Offcanvas Filters Top"
4902
  msgstr ""
4903
 
4904
+ #: framework/premium/features/content-blocks/hooks-manager.php:542,
4905
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:542
4906
  msgid "Offcanvas Filters Bottom"
4907
  msgstr ""
4908
 
4909
+ #: framework/premium/features/content-blocks/hooks-manager.php:545,
4910
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:545
4911
  msgid "WooCommerce Global"
4912
  msgstr ""
4913
 
4914
+ #: framework/premium/features/content-blocks/hooks-manager.php:550,
4915
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:550
4916
  msgid "Archive description"
4917
  msgstr ""
4918
 
4919
+ #: framework/premium/features/content-blocks/hooks-manager.php:555,
4920
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:555
4921
  msgid "Before shop loop"
4922
  msgstr ""
4923
 
4924
+ #: framework/premium/features/content-blocks/hooks-manager.php:572,
4925
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:572
4926
  msgid "Before shop loop item title"
4927
  msgstr ""
4928
 
4929
+ #: framework/premium/features/content-blocks/hooks-manager.php:577,
4930
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:577
4931
  msgid "After shop loop item title"
4932
  msgstr ""
4933
 
4934
+ #: framework/premium/features/content-blocks/hooks-manager.php:582,
4935
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:582
4936
  msgid "Before shop loop item price"
4937
  msgstr ""
4938
 
4939
+ #: framework/premium/features/content-blocks/hooks-manager.php:587,
4940
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:587
4941
  msgid "After shop loop item price"
4942
  msgstr ""
4943
 
4944
+ #: framework/premium/features/content-blocks/hooks-manager.php:592,
4945
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:592
4946
  msgid "Before shop loop item actions"
4947
  msgstr ""
4948
 
4949
+ #: framework/premium/features/content-blocks/hooks-manager.php:597,
4950
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:597
4951
  msgid "After shop loop item actions"
4952
  msgstr ""
4953
 
4954
+ #: framework/premium/features/content-blocks/hooks-manager.php:602,
4955
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:602
4956
  msgid "After shop loop"
4957
  msgstr ""
4958
 
4959
+ #: framework/premium/features/content-blocks/hooks-manager.php:604,
4960
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:604
4961
  msgid "WooCommerce Archive"
4962
  msgstr ""
4963
 
4964
+ #: framework/premium/features/content-blocks/hooks-manager.php:609,
4965
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:609
4966
  msgid "Before single product"
4967
  msgstr ""
4968
 
4969
+ #: framework/premium/features/content-blocks/hooks-manager.php:627,
4970
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:627
4971
  msgid "Product meta start"
4972
  msgstr ""
4973
 
4974
+ #: framework/premium/features/content-blocks/hooks-manager.php:631,
4975
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:631
4976
  msgid "Product meta end"
4977
  msgstr ""
4978
 
4979
+ #: framework/premium/features/content-blocks/hooks-manager.php:635,
4980
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:635
4981
  msgid "Share"
4982
  msgstr ""
4983
 
4984
+ #: framework/premium/features/content-blocks/hooks-manager.php:639,
4985
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:639
4986
  msgid "After single product"
4987
  msgstr ""
4988
 
4989
+ #: framework/premium/features/content-blocks/hooks-manager.php:645,
4990
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:645
4991
  msgid "Before single product excerpt"
4992
  msgstr ""
4993
 
4994
+ #: framework/premium/features/content-blocks/hooks-manager.php:650,
4995
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:650
4996
  msgid "After single product excerpt"
4997
  msgstr ""
4998
 
4999
+ #: framework/premium/features/content-blocks/hooks-manager.php:655,
5000
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:655
5001
  msgid "Before single product tabs"
5002
  msgstr ""
5003
 
5004
+ #: framework/premium/features/content-blocks/hooks-manager.php:661,
5005
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:661
5006
  msgid "After single product tabs"
5007
  msgstr ""
5008
 
5009
+ #: framework/premium/features/content-blocks/hooks-manager.php:665,
5010
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:665
5011
  msgid "WooCommerce Product"
5012
  msgstr ""
5013
 
5014
+ #: framework/premium/features/content-blocks/hooks-manager.php:670,
5015
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:670
5016
  msgid "Cart is empty"
5017
  msgstr ""
5018
 
5019
+ #: framework/premium/features/content-blocks/hooks-manager.php:674,
5020
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:674
5021
  msgid "Before cart"
5022
  msgstr ""
5023
 
5024
+ #: framework/premium/features/content-blocks/hooks-manager.php:678,
5025
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:678
5026
  msgid "Before cart table"
5027
  msgstr ""
5028
 
5029
+ #: framework/premium/features/content-blocks/hooks-manager.php:682,
5030
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:682
5031
  msgid "Before cart contents"
5032
  msgstr ""
5033
 
5034
+ #: framework/premium/features/content-blocks/hooks-manager.php:686,
5035
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:686
5036
  msgid "Cart contents"
5037
  msgstr ""
5038
 
5039
+ #: framework/premium/features/content-blocks/hooks-manager.php:690,
5040
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:690
5041
  msgid "After cart contents"
5042
  msgstr ""
5043
 
5044
+ #: framework/premium/features/content-blocks/hooks-manager.php:694,
5045
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:694
5046
  msgid "Cart coupon"
5047
  msgstr ""
5048
 
5049
+ #: framework/premium/features/content-blocks/hooks-manager.php:698,
5050
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:698
5051
  msgid "Cart actions"
5052
  msgstr ""
5053
 
5054
+ #: framework/premium/features/content-blocks/hooks-manager.php:702,
5055
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:702
5056
  msgid "After cart table"
5057
  msgstr ""
5058
 
5059
+ #: framework/premium/features/content-blocks/hooks-manager.php:706,
5060
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:706
5061
  msgid "Cart collaterals"
5062
  msgstr ""
5063
 
5064
+ #: framework/premium/features/content-blocks/hooks-manager.php:710,
5065
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:710
5066
  msgid "Before cart totals"
5067
  msgstr ""
5068
 
5069
+ #: framework/premium/features/content-blocks/hooks-manager.php:714,
5070
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:714
5071
  msgid "Cart totals before order total"
5072
  msgstr ""
5073
 
5074
+ #: framework/premium/features/content-blocks/hooks-manager.php:718,
5075
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:718
5076
  msgid "Cart totals after order total"
5077
  msgstr ""
5078
 
5079
+ #: framework/premium/features/content-blocks/hooks-manager.php:722,
5080
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:722
5081
  msgid "Proceed to checkout"
5082
  msgstr ""
5083
 
5084
+ #: framework/premium/features/content-blocks/hooks-manager.php:726,
5085
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:726
5086
  msgid "After cart totals"
5087
  msgstr ""
5088
 
5089
+ #: framework/premium/features/content-blocks/hooks-manager.php:730,
5090
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:730
5091
  msgid "After cart"
5092
  msgstr ""
5093
 
5094
+ #: framework/premium/features/content-blocks/hooks-manager.php:735,
5095
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:735
5096
  msgid "Before Mini Cart"
5097
  msgstr ""
5098
 
5099
+ #: framework/premium/features/content-blocks/hooks-manager.php:740,
5100
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:740
5101
  msgid "Before Mini Cart Contents"
5102
  msgstr ""
5103
 
5104
+ #: framework/premium/features/content-blocks/hooks-manager.php:745,
5105
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:745
5106
  msgid "Mini Cart Contents"
5107
  msgstr ""
5108
 
5109
+ #: framework/premium/features/content-blocks/hooks-manager.php:750,
5110
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:750
5111
  msgid "Widget Shopping Cart Before Buttons"
5112
  msgstr ""
5113
 
5114
+ #: framework/premium/features/content-blocks/hooks-manager.php:755,
5115
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:755
5116
  msgid "Widget Shopping Cart After Buttons"
5117
  msgstr ""
5118
 
5119
+ #: framework/premium/features/content-blocks/hooks-manager.php:760,
5120
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:760
5121
  msgid "After Mini Cart"
5122
  msgstr ""
5123
 
5124
+ #: framework/premium/features/content-blocks/hooks-manager.php:762,
5125
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:762
5126
  msgid "WooCommerce Cart"
5127
  msgstr ""
5128
 
5129
+ #: framework/premium/features/content-blocks/hooks-manager.php:768,
5130
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:768
5131
  msgid "Before checkout form"
5132
  msgstr ""
5133
 
5134
+ #: framework/premium/features/content-blocks/hooks-manager.php:772,
5135
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:772
5136
  msgid "Before customer details"
5137
  msgstr ""
5138
 
5139
+ #: framework/premium/features/content-blocks/hooks-manager.php:776,
5140
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:776
5141
  msgid "After customer details"
5142
  msgstr ""
5143
 
5144
+ #: framework/premium/features/content-blocks/hooks-manager.php:780,
5145
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:780
5146
  msgid "Checkout billing"
5147
  msgstr ""
5148
 
5149
+ #: framework/premium/features/content-blocks/hooks-manager.php:784,
5150
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:784
5151
  msgid "Before checkout billing form"
5152
  msgstr ""
5153
 
5154
+ #: framework/premium/features/content-blocks/hooks-manager.php:788,
5155
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:788
5156
  msgid "After checkout billing form"
5157
  msgstr ""
5158
 
5159
+ #: framework/premium/features/content-blocks/hooks-manager.php:792,
5160
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:792
5161
  msgid "Before order notes"
5162
  msgstr ""
5163
 
5164
+ #: framework/premium/features/content-blocks/hooks-manager.php:796,
5165
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:796
5166
  msgid "After order notes"
5167
  msgstr ""
5168
 
5169
+ #: framework/premium/features/content-blocks/hooks-manager.php:800,
5170
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:800
5171
  msgid "Checkout shipping"
5172
  msgstr ""
5173
 
5174
+ #: framework/premium/features/content-blocks/hooks-manager.php:804,
5175
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:804
5176
  msgid "Checkout before order review"
5177
  msgstr ""
5178
 
5179
+ #: framework/premium/features/content-blocks/hooks-manager.php:808,
5180
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:808
5181
  msgid "Checkout order review"
5182
  msgstr ""
5183
 
5184
+ #: framework/premium/features/content-blocks/hooks-manager.php:812,
5185
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:812
5186
  msgid "Review order before cart contents"
5187
  msgstr ""
5188
 
5189
+ #: framework/premium/features/content-blocks/hooks-manager.php:816,
5190
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:816
5191
  msgid "Review order after cart contents"
5192
  msgstr ""
5193
 
5194
+ #: framework/premium/features/content-blocks/hooks-manager.php:820,
5195
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:820
5196
  msgid "Review order before order total"
5197
  msgstr ""
5198
 
5199
+ #: framework/premium/features/content-blocks/hooks-manager.php:824,
5200
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:824
5201
  msgid "Review order after order total"
5202
  msgstr ""
5203
 
5204
+ #: framework/premium/features/content-blocks/hooks-manager.php:828,
5205
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:828
5206
  msgid "Review order before payment"
5207
  msgstr ""
5208
 
5209
+ #: framework/premium/features/content-blocks/hooks-manager.php:832,
5210
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:832
5211
  msgid "Review order before submit"
5212
  msgstr ""
5213
 
5214
+ #: framework/premium/features/content-blocks/hooks-manager.php:836,
5215
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:836
5216
  msgid "Review order after submit"
5217
  msgstr ""
5218
 
5219
+ #: framework/premium/features/content-blocks/hooks-manager.php:840,
5220
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:840
5221
  msgid "Review order after payment"
5222
  msgstr ""
5223
 
5224
+ #: framework/premium/features/content-blocks/hooks-manager.php:844,
5225
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:844
5226
  msgid "Checkout after order review"
5227
  msgstr ""
5228
 
5229
+ #: framework/premium/features/content-blocks/hooks-manager.php:848,
5230
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:848
5231
  msgid "After checkout form"
5232
  msgstr ""
5233
 
5234
+ #: framework/premium/features/content-blocks/hooks-manager.php:851,
5235
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:851
5236
  msgid "WooCommerce Checkout"
5237
  msgstr ""
5238
 
5239
+ #: framework/premium/features/content-blocks/hooks-manager.php:857,
5240
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:857
5241
  msgid "Before my account"
5242
  msgstr ""
5243
 
5244
+ #: framework/premium/features/content-blocks/hooks-manager.php:861,
5245
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:861
5246
  msgid "Before account navigation"
5247
  msgstr ""
5248
 
5249
+ #: framework/premium/features/content-blocks/hooks-manager.php:865,
5250
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:865
5251
  msgid "Account navigation"
5252
  msgstr ""
5253
 
5254
+ #: framework/premium/features/content-blocks/hooks-manager.php:869,
5255
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:869
5256
  msgid "After account navigation"
5257
  msgstr ""
5258
 
5259
+ #: framework/premium/features/content-blocks/hooks-manager.php:873,
5260
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:873
5261
  msgid "Account content"
5262
  msgstr ""
5263
 
5264
+ #: framework/premium/features/content-blocks/hooks-manager.php:877,
5265
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:877
5266
  msgid "Account dashboard"
5267
  msgstr ""
5268
 
5269
+ #: framework/premium/features/content-blocks/hooks-manager.php:881,
5270
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:881
5271
  msgid "After my account"
5272
  msgstr ""
5273
 
5274
  #: framework/premium/features/content-blocks/hooks-manager.php:883,
5275
  #: framework/features/header/items/account/options.php:17,
5276
+ #: framework/features/header/items/account/options.php:18,
5277
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:883,
5278
+ #: build_tmp/build/framework/features/header/items/account/options.php:17,
5279
+ #: build_tmp/build/framework/features/header/items/account/options.php:18
5280
  msgid "WooCommerce Account"
5281
  msgstr ""
5282
 
5283
+ #: framework/premium/features/content-blocks/hooks-manager.php:889,
5284
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:889
5285
  msgid "WP footer"
5286
  msgstr ""
5287
 
5288
+ #: framework/premium/features/content-blocks/hooks-manager.php:897,
5289
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:897
5290
  msgid "Footer before"
5291
  msgstr ""
5292
 
5293
+ #: framework/premium/features/content-blocks/hooks-manager.php:905,
5294
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:905
5295
  msgid "Footer after"
5296
  msgstr ""
5297
 
5298
+ #: framework/premium/features/content-blocks/hooks-manager.php:920,
5299
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:920
5300
  msgid "Custom Hook (%s)"
5301
  msgstr ""
5302
 
5303
  #: framework/premium/features/content-blocks/hooks-manager.php:926,
5304
+ #: framework/premium/features/content-blocks/options/hook.php:197,
5305
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:926,
5306
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:197
5307
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
5308
  msgid "After Block Number"
5309
  msgstr ""
5310
 
5311
  #: framework/premium/features/content-blocks/hooks-manager.php:932,
5312
+ #: framework/premium/features/content-blocks/options/hook.php:214,
5313
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:932,
5314
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:214
5315
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
5316
  msgid "Before Heading Number"
5317
  msgstr ""
5318
 
5319
+ #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13,
5320
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:13
5321
  msgid "About Me"
5322
  msgstr ""
5323
 
5324
+ #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14,
5325
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:14
5326
  msgid "About me"
5327
  msgstr ""
5328
 
5329
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
5330
  #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
5331
  #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
5332
+ #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14,
5333
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
5334
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
5335
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
5336
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
5337
  msgid "Advertisement"
5338
  msgstr ""
5339
 
5340
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31,
5341
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:31
5342
  msgid "Code"
5343
  msgstr ""
5344
 
5345
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32,
5346
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:32
5347
  msgid "Image"
5348
  msgstr ""
5349
 
5350
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42,
5351
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:42
5352
  msgid "Ad Code"
5353
  msgstr ""
5354
 
5355
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58,
5356
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:58
5357
  msgid "Upload Image"
5358
  msgstr ""
5359
 
5360
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
5361
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:66,
5362
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
5363
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:66
5364
  msgid "Select Image"
5365
  msgstr ""
5366
 
5367
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
5368
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:67,
5369
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
5370
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:67
5371
  msgid "Change Image"
5372
  msgstr ""
5373
 
5374
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
5375
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:126,
5376
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
5377
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:126
5378
  msgid "Image Ratio"
5379
  msgstr ""
5380
 
5381
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:75,
5382
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:75
5383
  msgid "Ad URL"
5384
  msgstr ""
5385
 
5386
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:19,
5387
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
5388
+ #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13,
5389
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:19,
5390
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
5391
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
5392
  msgid "Contact Info"
5393
  msgstr ""
5394
 
5397
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
5398
  #: framework/premium/features/premium-header/items/contacts/options.php:17,
5399
  #: framework/premium/features/premium-header/items/contacts/options.php:46,
5400
+ #: framework/premium/features/premium-header/items/contacts/view.php:22,
5401
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:44,
5402
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:74,
5403
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
5404
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:17,
5405
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:46,
5406
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:22
5407
  msgid "Address:"
5408
  msgstr ""
5409
 
5412
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
5413
  #: framework/premium/features/premium-header/items/contacts/options.php:24,
5414
  #: framework/premium/features/premium-header/items/contacts/options.php:82,
5415
+ #: framework/premium/features/premium-header/items/contacts/view.php:29,
5416
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
5417
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:135,
5418
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
5419
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:24,
5420
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:82,
5421
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:29
5422
  msgid "Phone:"
5423
  msgstr ""
5424
 
5427
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
5428
  #: framework/premium/features/premium-header/items/contacts/options.php:32,
5429
  #: framework/premium/features/premium-header/items/contacts/options.php:118,
5430
+ #: framework/premium/features/premium-header/items/contacts/view.php:37,
5431
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:59,
5432
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:195,
5433
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
5434
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:32,
5435
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:118,
5436
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:37
5437
  msgid "Mobile:"
5438
  msgstr ""
5439
 
5440
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:68,
5441
+ #: framework/premium/features/premium-header/items/contacts/options.php:41,
5442
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:68,
5443
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:41
5444
  msgid "Address"
5445
  msgstr ""
5446
 
5457
  #: framework/premium/features/premium-header/items/contacts/options.php:167,
5458
  #: framework/premium/features/premium-header/items/contacts/options.php:203,
5459
  #: framework/premium/features/premium-header/items/contacts/options.php:239,
5460
+ #: framework/premium/features/premium-header/items/contacts/options.php:275,
5461
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:87,
5462
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:148,
5463
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:208,
5464
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:268,
5465
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:328,
5466
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:388,
5467
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:448,
5468
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:59,
5469
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:95,
5470
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:131,
5471
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:167,
5472
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:203,
5473
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:239,
5474
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:275
5475
  msgid "Link (optional)"
5476
  msgstr ""
5477
 
5478
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
5479
+ #: framework/premium/features/premium-header/items/contacts/options.php:149,
5480
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
5481
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:149
5482
  msgid "Work Hours"
5483
  msgstr ""
5484
 
5485
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
5486
+ #: framework/premium/features/premium-header/items/contacts/options.php:154,
5487
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
5488
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:154
5489
  msgid "Opening hours"
5490
  msgstr ""
5491
 
5492
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:308,
5493
+ #: framework/premium/features/premium-header/items/contacts/options.php:185,
5494
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:308,
5495
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:185
5496
  msgid "Fax"
5497
  msgstr ""
5498
 
5499
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:315,
5500
+ #: framework/premium/features/premium-header/items/contacts/options.php:190,
5501
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:315,
5502
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:190
5503
  msgid "Fax:"
5504
  msgstr ""
5505
 
5506
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:375,
5507
+ #: framework/premium/features/premium-header/items/contacts/options.php:226,
5508
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:375,
5509
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:226
5510
  msgid "Email:"
5511
  msgstr ""
5512
 
5513
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:428,
5514
+ #: framework/premium/features/premium-header/items/contacts/options.php:257,
5515
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:428,
5516
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:257
5517
  msgid "Website"
5518
  msgstr ""
5519
 
5520
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:435,
5521
+ #: framework/premium/features/premium-header/items/contacts/options.php:262,
5522
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:435,
5523
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:262
5524
  msgid "Website:"
5525
  msgstr ""
5526
 
5527
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:496,
5528
  #: framework/extensions/widgets/widgets/ct-socials/options.php:99,
5529
+ #: framework/premium/features/content-blocks/options/archive.php:46,
5530
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:496,
5531
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:99,
5532
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:46
5533
  msgid "Small"
5534
  msgstr ""
5535
 
5536
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:498,
5537
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:101,
5538
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:498,
5539
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:101
5540
  msgid "Large"
5541
  msgstr ""
5542
 
5543
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:503,
5544
  #: framework/extensions/widgets/widgets/ct-socials/options.php:106,
5545
+ #: framework/premium/features/premium-header/items/contacts/options.php:331,
5546
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:503,
5547
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:106,
5548
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:331
5549
  msgid "Icons Shape Type"
5550
  msgstr ""
5551
 
5552
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:511,
5553
  #: framework/extensions/widgets/widgets/ct-socials/options.php:114,
5554
+ #: framework/premium/features/premium-header/items/contacts/options.php:339,
5555
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:511,
5556
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:114,
5557
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:339
5558
  msgid "Rounded"
5559
  msgstr ""
5560
 
5561
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:512,
5562
  #: framework/extensions/widgets/widgets/ct-socials/options.php:115,
5563
+ #: framework/premium/features/premium-header/items/contacts/options.php:340,
5564
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:512,
5565
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:115,
5566
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:340
5567
  msgid "Square"
5568
  msgstr ""
5569
 
5570
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:522,
5571
  #: framework/extensions/widgets/widgets/ct-socials/options.php:125,
5572
+ #: framework/premium/features/premium-header/items/contacts/options.php:351,
5573
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:522,
5574
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:125,
5575
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:351
5576
  msgid "Shape Fill Type"
5577
  msgstr ""
5578
 
5579
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:529,
5580
  #: framework/extensions/widgets/widgets/ct-socials/options.php:132,
5581
+ #: framework/premium/features/premium-header/items/contacts/options.php:358,
5582
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:529,
5583
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:132,
5584
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:358
5585
  msgid "Solid"
5586
  msgstr ""
5587
 
5588
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:530,
5589
  #: framework/extensions/widgets/widgets/ct-socials/options.php:133,
5590
+ #: framework/premium/features/premium-header/items/contacts/options.php:359,
5591
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:530,
5592
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:133,
5593
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:359
5594
  msgid "Outline"
5595
  msgstr ""
5596
 
5597
+ #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14,
5598
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
5599
  msgid "Contact info"
5600
  msgstr ""
5601
 
5602
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:22,
5603
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:22
5604
  msgid "Page URL"
5605
  msgstr ""
5606
 
5607
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:30,
5608
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:30
5609
  msgid "Profile Photos"
5610
  msgstr ""
5611
 
5612
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:37,
5613
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:37
5614
  msgid "Timeline"
5615
  msgstr ""
5616
 
5617
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:44,
5618
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:44
5619
  msgid "Cover Photo"
5620
  msgstr ""
5621
 
5622
+ #: framework/extensions/widgets/widgets/ct-facebook/options.php:51,
5623
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:51
5624
  msgid "Small Header"
5625
  msgstr ""
5626
 
5627
+ #: framework/extensions/widgets/widgets/ct-facebook/widget.php:14,
5628
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:14
5629
  msgid "Facebook like box"
5630
  msgstr ""
5631
 
5632
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:103,
5633
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:103
5634
  msgid "Widget Design"
5635
  msgstr ""
5636
 
5637
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:108,
5638
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:108
5639
  msgid "Without Thumbnails"
5640
  msgstr ""
5641
 
5642
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:109,
5643
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:109
5644
  msgid "Small Thumbnails"
5645
  msgstr ""
5646
 
5647
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:110,
5648
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:110
5649
  msgid "Large Thumbnails"
5650
  msgstr ""
5651
 
5652
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:111,
5653
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:111
5654
  msgid "First Thumbnail Large"
5655
  msgstr ""
5656
 
5657
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:112,
5658
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:112
5659
  msgid "Rounded Thumbnails"
5660
  msgstr ""
5661
 
5662
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:113,
5663
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:113
5664
  msgid "Numbered"
5665
  msgstr ""
5666
 
5667
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:193,
5668
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:193
5669
  msgid "Sort by"
5670
  msgstr ""
5671
 
5672
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:199,
5673
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:199
5674
  msgid "Recent"
5675
  msgstr ""
5676
 
5677
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:200,
5678
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:200
5679
  msgid "Most Commented"
5680
  msgstr ""
5681
 
5682
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:201,
5683
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:201
5684
  msgid "Random"
5685
  msgstr ""
5686
 
5687
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:208,
5688
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:208
5689
  msgid "Order by"
5690
  msgstr ""
5691
 
5692
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:214,
5693
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:214
5694
  msgid "1 Week"
5695
  msgstr ""
5696
 
5697
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:215,
5698
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:215
5699
  msgid "1 Month"
5700
  msgstr ""
5701
 
5702
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:216,
5703
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:216
5704
  msgid "3 Months"
5705
  msgstr ""
5706
 
5707
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:217,
5708
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:217
5709
  msgid "6 Months"
5710
  msgstr ""
5711
 
5712
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:218,
5713
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:218
5714
  msgid "1 Year"
5715
  msgstr ""
5716
 
5717
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:225,
5718
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:225
5719
  msgid "Posts Count"
5720
  msgstr ""
5721
 
5722
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:265,
5723
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:265
5724
  msgid "Pages ID"
5725
  msgstr ""
5726
 
5727
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:269,
5728
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:269
5729
  msgid "Separate pages ID by comma. More info %shere%s."
5730
  msgstr ""
5731
 
5732
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:287,
5733
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:287
5734
  msgid "Pages Count"
5735
  msgstr ""
5736
 
5737
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:298,
5738
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:298
5739
  msgid "Show Date"
5740
  msgstr ""
5741
 
5742
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:305,
5743
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:305
5744
  msgid "Show Comments"
5745
  msgstr ""
5746
 
5747
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:312,
5748
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:312
5749
  msgid "Show Excerpt"
5750
  msgstr ""
5751
 
5752
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:324,
5753
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:324
5754
  msgid "Excerpt Lenght"
5755
  msgstr ""
5756
 
5757
+ #: framework/extensions/widgets/widgets/ct-posts/view.php:220,
5758
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:220
5759
  msgid "1 Comment"
5760
  msgstr ""
5761
 
5762
+ #: framework/extensions/widgets/widgets/ct-posts/view.php:220,
5763
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:220
5764
  msgid "% Comments"
5765
  msgstr ""
5766
 
5767
  #: framework/extensions/widgets/widgets/ct-quote/options.php:18,
5768
  #: framework/extensions/widgets/widgets/ct-quote/view.php:12,
5769
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
5770
+ #: framework/extensions/widgets/widgets/ct-quote/widget.php:14,
5771
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:18,
5772
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:12,
5773
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/widget.php:13,
5774
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/widget.php:14
5775
  msgid "Quote"
5776
  msgstr ""
5777
 
5778
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:46,
5779
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:46
5780
  msgid "Author Name"
5781
  msgstr ""
5782
 
5783
  #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
5784
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:18,
5785
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:49,
5786
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:18
5787
  msgid "John Doe"
5788
  msgstr ""
5789
 
5790
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:55,
5791
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:55
5792
  msgid "Author Label"
5793
  msgstr ""
5794
 
5795
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:62,
5796
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:62
5797
  msgid "Author Avatar"
5798
  msgstr ""
5799
 
5800
  #. translators: %s here is the author name
5801
+ #: framework/extensions/widgets/widgets/ct-quote/view.php:58,
5802
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/view.php:58
5803
  msgid "By %s"
5804
  msgstr ""
5805
 
5806
  #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
5807
+ #: framework/extensions/widgets/widgets/ct-socials/view.php:11,
5808
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:18,
5809
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/view.php:11
5810
  msgid "Social Icons"
5811
  msgstr ""
5812
 
5813
  #. translators: placeholder here means the actual URL.
5814
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:28,
5815
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:28
5816
  msgid ""
5817
  "Configure the social links in Customizer ➝ General ➝ %sSocial Network "
5818
  "Accounts%s."
5819
  msgstr ""
5820
 
5821
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:65,
5822
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:65
5823
  msgid "Open links in new tab"
5824
  msgstr ""
5825
 
5826
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
5827
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:73
5828
  msgid "Set links to nofollow"
5829
  msgstr ""
5830
 
5831
+ #: framework/features/header/items/account/options.php:4,
5832
+ #: build_tmp/build/framework/features/header/items/account/options.php:4
5833
  msgid "Profile Page"
5834
  msgstr ""
5835
 
5836
+ #: framework/features/header/items/account/options.php:5,
5837
+ #: build_tmp/build/framework/features/header/items/account/options.php:5
5838
  msgid "Dashboard Page"
5839
  msgstr ""
5840
 
5841
  #: framework/features/header/items/account/options.php:7,
5842
+ #: framework/features/header/items/account/options.php:13,
5843
+ #: build_tmp/build/framework/features/header/items/account/options.php:7,
5844
+ #: build_tmp/build/framework/features/header/items/account/options.php:13
5845
  msgid "Custom Link"
5846
  msgstr ""
5847
 
5848
+ #: framework/features/header/items/account/options.php:8,
5849
+ #: build_tmp/build/framework/features/header/items/account/options.php:8
5850
  msgid "Logout"
5851
  msgstr ""
5852
 
5853
+ #: framework/features/header/items/account/options.php:12,
5854
+ #: build_tmp/build/framework/features/header/items/account/options.php:12
5855
  msgid "Modal"
5856
  msgstr ""
5857
 
5858
+ #: framework/features/header/items/account/options.php:30,
5859
+ #: build_tmp/build/framework/features/header/items/account/options.php:30
5860
  msgid "Customizing: Logged in State"
5861
  msgstr ""
5862
 
5863
+ #: framework/features/header/items/account/options.php:41,
5864
+ #: build_tmp/build/framework/features/header/items/account/options.php:41
5865
  msgid "Customizing: Logged out State"
5866
  msgstr ""
5867
 
5868
+ #: framework/features/header/items/account/options.php:55,
5869
+ #: build_tmp/build/framework/features/header/items/account/options.php:55
5870
  msgid "Logged In Options"
5871
  msgstr ""
5872
 
5873
+ #: framework/features/header/items/account/options.php:60,
5874
+ #: build_tmp/build/framework/features/header/items/account/options.php:60
5875
  msgid "Logged Out Options"
5876
  msgstr ""
5877
 
5878
  #: framework/features/header/items/account/options.php:80,
5879
+ #: framework/features/header/items/account/options.php:370,
5880
+ #: build_tmp/build/framework/features/header/items/account/options.php:80,
5881
+ #: build_tmp/build/framework/features/header/items/account/options.php:370
5882
  msgid "Account Action"
5883
  msgstr ""
5884
 
5885
+ #: framework/features/header/items/account/options.php:93,
5886
+ #: build_tmp/build/framework/features/header/items/account/options.php:93
5887
  msgid "Select Menu"
5888
  msgstr ""
5889
 
5890
+ #: framework/features/header/items/account/options.php:99,
5891
+ #: build_tmp/build/framework/features/header/items/account/options.php:99
5892
  msgid "Select menu..."
5893
  msgstr ""
5894
 
5895
  #. translators: placeholder here means the actual URL.
5896
+ #: framework/features/header/items/account/options.php:103,
5897
+ #: build_tmp/build/framework/features/header/items/account/options.php:103
5898
  msgid "Manage your menu items in the %sMenus screen%s."
5899
  msgstr ""
5900
 
5901
  #: framework/features/header/items/account/options.php:120,
5902
+ #: framework/features/header/items/account/options.php:385,
5903
+ #: build_tmp/build/framework/features/header/items/account/options.php:120,
5904
+ #: build_tmp/build/framework/features/header/items/account/options.php:385
5905
  msgid "Custom Page Link"
5906
  msgstr ""
5907
 
5908
  #: framework/features/header/items/account/options.php:135,
5909
+ #: framework/features/header/items/account/options.php:401,
5910
+ #: build_tmp/build/framework/features/header/items/account/options.php:135,
5911
+ #: build_tmp/build/framework/features/header/items/account/options.php:401
5912
  msgid "Account Image"
5913
  msgstr ""
5914
 
5915
+ #: framework/features/header/items/account/options.php:141,
5916
+ #: build_tmp/build/framework/features/header/items/account/options.php:141
5917
  msgid "Avatar"
5918
  msgstr ""
5919
 
5920
+ #: framework/features/header/items/account/options.php:154,
5921
+ #: build_tmp/build/framework/features/header/items/account/options.php:154
5922
  msgid "Avatar Size"
5923
  msgstr ""
5924
 
5925
  #: framework/features/header/items/account/options.php:245,
5926
  #: framework/features/header/items/account/options.php:486,
5927
+ #: framework/features/header/items/account/options.php:544,
5928
+ #: build_tmp/build/framework/features/header/items/account/options.php:245,
5929
+ #: build_tmp/build/framework/features/header/items/account/options.php:486,
5930
+ #: build_tmp/build/framework/features/header/items/account/options.php:544
5931
  msgid "Type 5"
5932
  msgstr ""
5933
 
5934
  #: framework/features/header/items/account/options.php:250,
5935
  #: framework/features/header/items/account/options.php:491,
5936
+ #: framework/features/header/items/account/options.php:549,
5937
+ #: build_tmp/build/framework/features/header/items/account/options.php:250,
5938
+ #: build_tmp/build/framework/features/header/items/account/options.php:491,
5939
+ #: build_tmp/build/framework/features/header/items/account/options.php:549
5940
  msgid "Type 6"
5941
  msgstr ""
5942
 
5943
+ #: framework/features/header/items/account/options.php:328,
5944
+ #: build_tmp/build/framework/features/header/items/account/options.php:328
5945
  msgid "Label Type"
5946
  msgstr ""
5947
 
5948
+ #: framework/features/header/items/account/options.php:337,
5949
+ #: build_tmp/build/framework/features/header/items/account/options.php:337
5950
  #: static/js/screens/SiteExport.js:87
5951
  msgid "Name"
5952
  msgstr ""
5953
 
5954
  #: framework/features/header/items/account/options.php:347,
5955
  #: framework/features/header/items/account/options.php:625,
5956
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:137,
5957
+ #: build_tmp/build/framework/features/header/items/account/options.php:347,
5958
+ #: build_tmp/build/framework/features/header/items/account/options.php:625,
5959
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:137
5960
  msgid "Label Text"
5961
  msgstr ""
5962
 
5963
  #: framework/features/header/items/account/options.php:352,
5964
+ #: framework/features/header/items/account/views/login.php:85,
5965
+ #: build_tmp/build/framework/features/header/items/account/options.php:352,
5966
+ #: build_tmp/build/framework/features/header/items/account/views/login.php:85
5967
  msgid "My Account"
5968
  msgstr ""
5969
 
5970
+ #: framework/features/header/items/account/options.php:641,
5971
+ #: build_tmp/build/framework/features/header/items/account/options.php:641
5972
  msgid "User Visibility"
5973
  msgstr ""
5974
 
5975
+ #: framework/features/header/items/account/options.php:652,
5976
+ #: build_tmp/build/framework/features/header/items/account/options.php:652
5977
  msgid "Logged In"
5978
  msgstr ""
5979
 
5980
+ #: framework/features/header/items/account/options.php:653,
5981
+ #: build_tmp/build/framework/features/header/items/account/options.php:653
5982
  msgid "Logged Out"
5983
  msgstr ""
5984
 
5985
  #: framework/features/header/items/account/options.php:670,
5986
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:167,
5987
+ #: build_tmp/build/framework/features/header/items/account/options.php:670,
5988
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:167
5989
  msgid "Label Font"
5990
  msgstr ""
5991
 
5992
  #: framework/features/header/items/account/options.php:681,
5993
  #: framework/features/header/items/account/options.php:710,
5994
  #: framework/features/header/items/account/options.php:742,
5995
+ #: framework/features/header/items/account/options.php:772,
5996
+ #: build_tmp/build/framework/features/header/items/account/options.php:681,
5997
+ #: build_tmp/build/framework/features/header/items/account/options.php:710,
5998
+ #: build_tmp/build/framework/features/header/items/account/options.php:742,
5999
+ #: build_tmp/build/framework/features/header/items/account/options.php:772
6000
  msgid "Label Color"
6001
  msgstr ""
6002
 
6012
  #: framework/premium/features/premium-header/items/search-input/options.php:199,
6013
  #: framework/premium/features/premium-header/items/search-input/options.php:329,
6014
  #: framework/premium/features/premium-header/items/search-input/options.php:459,
6015
+ #: framework/premium/features/premium-header/items/search-input/options.php:595,
6016
+ #: build_tmp/build/framework/features/header/items/account/options.php:686,
6017
+ #: build_tmp/build/framework/features/header/items/account/options.php:832,
6018
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:183,
6019
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:310,
6020
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:425,
6021
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:595,
6022
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:742,
6023
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:35,
6024
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:208,
6025
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:199,
6026
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:329,
6027
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:459,
6028
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:595
6029
  msgid "Default State"
6030
  msgstr ""
6031
 
6041
  #: framework/premium/features/premium-header/items/search-input/options.php:204,
6042
  #: framework/premium/features/premium-header/items/search-input/options.php:334,
6043
  #: framework/premium/features/premium-header/items/search-input/options.php:464,
6044
+ #: framework/premium/features/premium-header/items/search-input/options.php:600,
6045
+ #: build_tmp/build/framework/features/header/items/account/options.php:691,
6046
+ #: build_tmp/build/framework/features/header/items/account/options.php:837,
6047
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:188,
6048
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:315,
6049
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:430,
6050
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:600,
6051
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:750,
6052
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:40,
6053
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:213,
6054
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:204,
6055
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:334,
6056
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:464,
6057
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:600
6058
  msgid "Transparent State"
6059
  msgstr ""
6060
 
6070
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
6071
  #: framework/premium/features/premium-header/items/search-input/options.php:343,
6072
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
6073
+ #: framework/premium/features/premium-header/items/search-input/options.php:609,
6074
+ #: build_tmp/build/framework/features/header/items/account/options.php:700,
6075
+ #: build_tmp/build/framework/features/header/items/account/options.php:846,
6076
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
6077
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
6078
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:439,
6079
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:609,
6080
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:760,
6081
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:49,
6082
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:222,
6083
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:213,
6084
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:343,
6085
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:473,
6086
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:609
6087
  msgid "Sticky State"
6088
  msgstr ""
6089
 
6090
+ #: framework/features/header/items/account/options.php:952,
6091
+ #: build_tmp/build/framework/features/header/items/account/options.php:952
6092
  msgid "Item Margin"
6093
  msgstr ""
6094
 
6095
+ #: framework/features/header/items/account/options.php:971,
6096
+ #: build_tmp/build/framework/features/header/items/account/options.php:971
6097
  msgid "Modal Options"
6098
  msgstr ""
6099
 
6100
+ #: framework/features/header/items/account/options.php:1106,
6101
+ #: build_tmp/build/framework/features/header/items/account/options.php:1106
6102
  msgid "Modal Background"
6103
  msgstr ""
6104
 
6105
+ #: framework/features/header/items/account/options.php:1121,
6106
+ #: build_tmp/build/framework/features/header/items/account/options.php:1121
6107
  msgid "Modal Backdrop"
6108
  msgstr ""
6109
 
6110
+ #: framework/features/header/items/account/options.php:1136,
6111
+ #: build_tmp/build/framework/features/header/items/account/options.php:1136
6112
  msgid "Modal Shadow"
6113
  msgstr ""
6114
 
6115
  #: framework/features/header/items/account/options.php:1301,
6116
+ #: framework/premium/features/premium-header/items/search-input/options.php:167,
6117
+ #: build_tmp/build/framework/features/header/items/account/options.php:1301,
6118
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:167
6119
  msgid "Element Visibility"
6120
  msgstr ""
6121
 
6122
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409,
6123
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:409
6124
  msgid "You have no %s fields declared for this custom post type."
6125
  msgstr ""
6126
 
6127
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
6128
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
6129
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907,
6130
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:421,
6131
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:896,
6132
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:907
6133
  msgid "Field"
6134
  msgstr ""
6135
 
6136
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
6137
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:60,
6138
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:433,
6139
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:60
6140
  msgid "Label"
6141
  msgstr ""
6142
 
6143
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482,
6144
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:482
6145
  msgid "Fallback"
6146
  msgstr ""
6147
 
6148
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494,
6149
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:494
6150
  msgid "%s Field"
6151
  msgstr ""
6152
 
6153
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880,
6154
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:880
6155
  msgid "Custom Field"
6156
  msgstr ""
6157
 
6158
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894,
6159
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:894
6160
  msgid "%s %s Font"
6161
  msgstr ""
6162
 
6163
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905,
6164
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:905
6165
  msgid "%s %s Color"
6166
  msgstr ""
6167
 
6168
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
6169
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:66,
6170
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
6171
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:66
6172
  msgid "Read Time"
6173
  msgstr ""
6174
 
6175
+ #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:123,
6176
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:123
6177
  msgid "%s min"
6178
  msgid_plural "%s mins"
6179
  msgstr[0] ""
6180
  msgstr[1] ""
6181
 
6182
+ #: framework/premium/extensions/post-types-extra/includes/filtering.php:286,
6183
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering.php:286
6184
  msgid "All"
6185
  msgstr ""
6186
 
6187
+ #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:161,
6188
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:161
6189
  msgid "Featured Image"
6190
  msgstr ""
6191
 
6192
+ #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:166,
6193
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:166
6194
  msgid "Accent Color"
6195
  msgstr ""
6196
 
6197
  #: framework/premium/extensions/shortcuts/views/bar.php:49,
6198
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143,
6199
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:49,
6200
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list.php:143
6201
  msgid "Wish List"
6202
  msgstr ""
6203
 
6204
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38,
6205
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:38
6206
  msgid "Wishlist icon"
6207
  msgstr ""
6208
 
6209
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
6210
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54,
6211
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:46,
6212
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:54
6213
  msgid "Add to wishlist"
6214
  msgstr ""
6215
 
6216
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9,
6217
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
6218
  msgid "Select a page"
6219
  msgstr ""
6220
 
6221
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18,
6222
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
6223
  msgid "Products Wishlist"
6224
  msgstr ""
6225
 
6226
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28,
6227
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
6228
  msgid "Show Wishlist Page To"
6229
  msgstr ""
6230
 
6231
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34,
6232
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
6233
  msgid "Logged Users"
6234
  msgstr ""
6235
 
6236
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35,
6237
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
6238
  msgid "All Users"
6239
  msgstr ""
6240
 
6241
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45,
6242
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
6243
  msgid "Wish List Page"
6244
  msgstr ""
6245
 
6246
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51,
6247
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
6248
  msgid ""
6249
  "The page you select here will display the wish list for your logged out "
6250
  "users."
6251
  msgstr ""
6252
 
6253
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60,
6254
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
6255
  msgid "Display Wishlist Button On"
6256
  msgstr ""
6257
 
6258
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64,
6259
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
6260
  msgid "Archive Pages"
6261
  msgstr ""
6262
 
6263
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73,
6264
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
6265
  msgid "Single Product Pages"
6266
  msgstr ""
6267
 
6268
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82,
6269
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
6270
  msgid "Quick View Modal"
6271
  msgstr ""
6272
 
6273
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95,
6274
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
6275
  msgid "AJAX Add To Cart"
6276
  msgstr ""
6277
 
6278
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101,
6279
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:101
6280
  msgid "Enable AJAX loading"
6281
  msgstr ""
6282
 
6283
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137,
6284
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:137
6285
  msgid "Archive Button"
6286
  msgstr ""
6287
 
6293
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
6294
  #: framework/premium/features/premium-header/items/language-switcher/options.php:254,
6295
  #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
6296
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:313,
6297
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:165,
6298
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:197,
6299
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:241,
6300
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:317,
6301
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:207,
6302
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:243,
6303
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:254,
6304
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:284,
6305
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:313
6306
  msgid "Hover/Active"
6307
  msgstr ""
6308
 
6309
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214,
6310
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:214
6311
  msgid "Single Product Button"
6312
  msgstr ""
6313
 
6314
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290,
6315
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:290
6316
  msgid "Quick View Modal Button"
6317
  msgstr ""
6318
 
6319
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:192,
6320
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:192
6321
  msgid "You don't have any products in your wish list yet."
6322
  msgstr ""
6323
 
6324
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:35,
6325
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:35
6326
  msgid "Add to cart"
6327
  msgstr ""
6328
 
6329
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:128,
6330
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152,
6331
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:128,
6332
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
6333
  msgid "Remove Product"
6334
  msgstr ""
6335
 
6336
+ #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34,
6337
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
6338
  msgid "Blocksy Variation Images"
6339
  msgstr ""
6340
 
6341
  #: framework/premium/features/content-blocks/options/404.php:33,
6342
  #: framework/premium/features/content-blocks/options/header.php:35,
6343
  #: framework/premium/features/content-blocks/options/hook.php:40,
6344
+ #: framework/premium/features/content-blocks/options/popup.php:42,
6345
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:33,
6346
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:35,
6347
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:40,
6348
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:42
6349
  msgid "Container Structure"
6350
  msgstr ""
6351
 
6352
  #: framework/premium/features/content-blocks/options/404.php:65,
6353
  #: framework/premium/features/content-blocks/options/header.php:63,
6354
+ #: framework/premium/features/content-blocks/options/hook.php:68,
6355
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:65,
6356
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:63,
6357
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:68
6358
  msgid "Narrow Width"
6359
  msgstr ""
6360
 
6361
  #: framework/premium/features/content-blocks/options/404.php:70,
6362
  #: framework/premium/features/content-blocks/options/header.php:68,
6363
+ #: framework/premium/features/content-blocks/options/hook.php:73,
6364
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:70,
6365
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:68,
6366
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:73
6367
  msgid "Normal Width"
6368
  msgstr ""
6369
 
6371
  #: framework/premium/features/content-blocks/options/archive.php:126,
6372
  #: framework/premium/features/content-blocks/options/header.php:74,
6373
  #: framework/premium/features/content-blocks/options/hook.php:79,
6374
+ #: framework/premium/features/content-blocks/options/single.php:65,
6375
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:76,
6376
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:126,
6377
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:74,
6378
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:79,
6379
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:65
6380
  msgid "Content Area Style"
6381
  msgstr ""
6382
 
6383
  #: framework/premium/features/content-blocks/options/404.php:90,
6384
  #: framework/premium/features/content-blocks/options/archive.php:140,
6385
  #: framework/premium/features/content-blocks/options/header.php:88,
6386
+ #: framework/premium/features/content-blocks/options/hook.php:93,
6387
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:90,
6388
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:140,
6389
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:88,
6390
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:93
6391
  msgid "Content Area Vertical Spacing"
6392
  msgstr ""
6393
 
6395
  #: framework/premium/features/content-blocks/options/archive.php:151,
6396
  #: framework/premium/features/content-blocks/options/header.php:99,
6397
  #: framework/premium/features/content-blocks/options/hook.php:104,
6398
+ #: framework/premium/features/content-blocks/options/single.php:90,
6399
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:101,
6400
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:151,
6401
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:99,
6402
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:104,
6403
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:90
6404
  msgid "Top & Bottom"
6405
  msgstr ""
6406
 
6408
  #: framework/premium/features/content-blocks/options/archive.php:154,
6409
  #: framework/premium/features/content-blocks/options/header.php:102,
6410
  #: framework/premium/features/content-blocks/options/hook.php:107,
6411
+ #: framework/premium/features/content-blocks/options/single.php:93,
6412
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:104,
6413
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:154,
6414
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:102,
6415
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:107,
6416
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:93
6417
  msgid "Only Top"
6418
  msgstr ""
6419
 
6421
  #: framework/premium/features/content-blocks/options/archive.php:157,
6422
  #: framework/premium/features/content-blocks/options/header.php:105,
6423
  #: framework/premium/features/content-blocks/options/hook.php:110,
6424
+ #: framework/premium/features/content-blocks/options/single.php:96,
6425
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:107,
6426
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:157,
6427
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:105,
6428
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:110,
6429
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:96
6430
  msgid "Only Bottom"
6431
  msgstr ""
6432
 
6433
  #: framework/premium/features/content-blocks/options/archive.php:11,
6434
+ #: framework/premium/features/content-blocks/options/single.php:11,
6435
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:11,
6436
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:11
6437
  msgid "Replacement Behavior"
6438
  msgstr ""
6439
 
6440
+ #: framework/premium/features/content-blocks/options/archive.php:17,
6441
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:17
6442
  msgid "Only Card"
6443
  msgstr ""
6444
 
6445
  #: framework/premium/features/content-blocks/options/archive.php:18,
6446
+ #: framework/premium/features/content-blocks/options/single.php:18,
6447
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:18,
6448
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:18
6449
  msgid "Full Page"
6450
  msgstr ""
6451
 
6452
  #: framework/premium/features/content-blocks/options/archive.php:28,
6453
+ #: framework/premium/features/content-blocks/options/single.php:126,
6454
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:28,
6455
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:126
6456
  msgid "Dynamic Content Preview"
6457
  msgstr ""
6458
 
6459
+ #: framework/premium/features/content-blocks/options/archive.php:35,
6460
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:35
6461
  msgid ""
6462
  "Select a post/page to preview it's content inside the editor while building "
6463
  "the archive."
6464
  msgstr ""
6465
 
6466
+ #: framework/premium/features/content-blocks/options/archive.php:39,
6467
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:39
6468
  msgid "Editor/Card Width"
6469
  msgstr ""
6470
 
6471
+ #: framework/premium/features/content-blocks/options/archive.php:50,
6472
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:50
6473
  msgid ""
6474
  "Set the editor width for better understanging the layout you are building "
6475
  "(just for preview purpose, this option won't apply in frontend)."
6476
  msgstr ""
6477
 
6478
+ #: framework/premium/features/content-blocks/options/archive.php:71,
6479
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:71
6480
  msgid "Default Card Layout"
6481
  msgstr ""
6482
 
6483
+ #: framework/premium/features/content-blocks/options/archive.php:76,
6484
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:76
6485
  msgid ""
6486
  "Inherit card wrapper settings from Customizer (background color, spacing, "
6487
  "shadow)."
6488
  msgstr ""
6489
 
6490
+ #: framework/premium/features/content-blocks/options/archive.php:91,
6491
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:91
6492
  msgid "Page Structure"
6493
  msgstr ""
6494
 
6495
  #: framework/premium/features/content-blocks/options/archive.php:207,
6496
  #: framework/premium/features/content-blocks/options/hook.php:256,
6497
  #: framework/premium/features/content-blocks/options/popup.php:314,
6498
+ #: framework/premium/features/content-blocks/options/single.php:161,
6499
+ #: build_tmp/build/framework/premium/features/content-blocks/options/archive.php:207,
6500
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:256,
6501
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:314,
6502
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:161
6503
  msgid "Expiration Date/Time"
6504
  msgstr ""
6505
 
6506
  #: framework/premium/features/content-blocks/options/hook.php:23,
6507
+ #: framework/premium/features/content-blocks/options/hook.php:181,
6508
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:23,
6509
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:181
6510
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
6511
  msgid "Custom Hook"
6512
  msgstr ""
6513
 
6514
+ #: framework/premium/features/content-blocks/options/hook.php:148,
6515
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:148
6516
  msgid "Location & Priority"
6517
  msgstr ""
6518
 
6519
+ #: framework/premium/features/content-blocks/options/hook.php:283,
6520
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:283
6521
  msgid "Block Position"
6522
  msgstr ""
6523
 
6524
+ #: framework/premium/features/content-blocks/options/hook.php:290,
6525
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:290
6526
  msgid "Fixed"
6527
  msgstr ""
6528
 
6529
+ #: framework/premium/features/content-blocks/options/hook.php:300,
6530
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:300
6531
  msgid "Location"
6532
  msgstr ""
6533
 
6534
+ #: framework/premium/features/content-blocks/options/hook.php:313,
6535
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:313
6536
  msgid "Top Offset"
6537
  msgstr ""
6538
 
6539
+ #: framework/premium/features/content-blocks/options/hook.php:317,
6540
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:317
6541
  msgid "Bottom Offset"
6542
  msgstr ""
6543
 
6544
+ #: framework/premium/features/content-blocks/options/popup.php:50,
6545
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:50
6546
  msgid "Popup Position"
6547
  msgstr ""
6548
 
6549
+ #: framework/premium/features/content-blocks/options/popup.php:57,
6550
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:57
6551
  msgid "Popup Size"
6552
  msgstr ""
6553
 
6554
+ #: framework/premium/features/content-blocks/options/popup.php:63,
6555
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:63
6556
  msgid "Small Size"
6557
  msgstr ""
6558
 
6559
+ #: framework/premium/features/content-blocks/options/popup.php:64,
6560
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:64
6561
  msgid "Medium Size"
6562
  msgstr ""
6563
 
6564
+ #: framework/premium/features/content-blocks/options/popup.php:65,
6565
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:65
6566
  msgid "Large Size"
6567
  msgstr ""
6568
 
6569
+ #: framework/premium/features/content-blocks/options/popup.php:66,
6570
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:66
6571
  msgid "Custom Size"
6572
  msgstr ""
6573
 
6574
+ #: framework/premium/features/content-blocks/options/popup.php:76,
6575
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:76
6576
  msgid "Max Width"
6577
  msgstr ""
6578
 
6579
+ #: framework/premium/features/content-blocks/options/popup.php:92,
6580
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:92
6581
  msgid "Max Height"
6582
  msgstr ""
6583
 
6584
+ #: framework/premium/features/content-blocks/options/popup.php:111,
6585
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:111
6586
  msgid "Popup Animation"
6587
  msgstr ""
6588
 
6589
+ #: framework/premium/features/content-blocks/options/popup.php:117,
6590
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:117
6591
  msgid "Fade in fade out"
6592
  msgstr ""
6593
 
6594
+ #: framework/premium/features/content-blocks/options/popup.php:118,
6595
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:118
6596
  msgid "Zoom in zoom out"
6597
  msgstr ""
6598
 
6599
+ #: framework/premium/features/content-blocks/options/popup.php:119,
6600
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:119
6601
  msgid "Slide in from left"
6602
  msgstr ""
6603
 
6604
+ #: framework/premium/features/content-blocks/options/popup.php:120,
6605
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:120
6606
  msgid "Slide in from right"
6607
  msgstr ""
6608
 
6609
+ #: framework/premium/features/content-blocks/options/popup.php:121,
6610
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:121
6611
  msgid "Slide in from top"
6612
  msgstr ""
6613
 
6614
+ #: framework/premium/features/content-blocks/options/popup.php:122,
6615
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:122
6616
  msgid "Slide in from bottom"
6617
  msgstr ""
6618
 
6619
+ #: framework/premium/features/content-blocks/options/popup.php:127,
6620
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:127
6621
  msgid "Animation Speed"
6622
  msgstr ""
6623
 
6624
+ #: framework/premium/features/content-blocks/options/popup.php:144,
6625
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:144
6626
  msgid "Entrance Value"
6627
  msgstr ""
6628
 
6629
+ #: framework/premium/features/content-blocks/options/popup.php:156,
6630
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:156
6631
  msgid "Trigger Condition"
6632
  msgstr ""
6633
 
6634
+ #: framework/premium/features/content-blocks/options/popup.php:181,
6635
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:181
6636
  msgid "Element Class"
6637
  msgstr ""
6638
 
6639
+ #: framework/premium/features/content-blocks/options/popup.php:188,
6640
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:188
6641
  msgid "Separate each class by comma if you have multiple elements."
6642
  msgstr ""
6643
 
6644
+ #: framework/premium/features/content-blocks/options/popup.php:200,
6645
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:200
6646
  msgid "Scroll Direction"
6647
  msgstr ""
6648
 
6649
+ #: framework/premium/features/content-blocks/options/popup.php:205,
6650
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:205
6651
  msgid "Scroll Down"
6652
  msgstr ""
6653
 
6654
+ #: framework/premium/features/content-blocks/options/popup.php:206,
6655
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:206
6656
  msgid "Scroll Up"
6657
  msgstr ""
6658
 
6659
+ #: framework/premium/features/content-blocks/options/popup.php:211,
6660
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:211
6661
  msgid "Scroll Distance"
6662
  msgstr ""
6663
 
6664
+ #: framework/premium/features/content-blocks/options/popup.php:221,
6665
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:221
6666
  msgid "Set the scroll distance till the popup block will appear."
6667
  msgstr ""
6668
 
6669
+ #: framework/premium/features/content-blocks/options/popup.php:233,
6670
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:233
6671
  msgid "Inactivity Time"
6672
  msgstr ""
6673
 
6674
+ #: framework/premium/features/content-blocks/options/popup.php:239,
6675
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:239
6676
  msgid "Set the inactivity time (in seconds) till the popup block will appear."
6677
  msgstr ""
6678
 
6679
+ #: framework/premium/features/content-blocks/options/popup.php:251,
6680
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:251
6681
  msgid "After X Time"
6682
  msgstr ""
6683
 
6684
+ #: framework/premium/features/content-blocks/options/popup.php:257,
6685
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:257
6686
  msgid "Set after how much time (in seconds) the popup block will appear."
6687
  msgstr ""
6688
 
6689
+ #: framework/premium/features/content-blocks/options/popup.php:269,
6690
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:269
6691
  msgid "After X Pages"
6692
  msgstr ""
6693
 
6694
+ #: framework/premium/features/content-blocks/options/popup.php:275,
6695
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:275
6696
  msgid "Set after how many visited pages the popup block will appear."
6697
  msgstr ""
6698
 
6699
+ #: framework/premium/features/content-blocks/options/popup.php:287,
6700
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:287
6701
  msgid "Trigger Popup Only Once"
6702
  msgstr ""
6703
 
6704
+ #: framework/premium/features/content-blocks/options/popup.php:290,
6705
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:290
6706
  msgid ""
6707
  "If the close button is clicked the popup won't be triggered anymore for the "
6708
  "current visitor."
6709
  msgstr ""
6710
 
6711
+ #: framework/premium/features/content-blocks/options/popup.php:366,
6712
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:366
6713
  msgid "Padding"
6714
  msgstr ""
6715
 
6716
  #: framework/premium/features/content-blocks/options/popup.php:376,
6717
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
6718
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:465,
6719
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:376,
6720
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
6721
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:465
6722
  msgid "Border Radius"
6723
  msgstr ""
6724
 
6725
+ #: framework/premium/features/content-blocks/options/popup.php:405,
6726
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:405
6727
  msgid "Popup Offset"
6728
  msgstr ""
6729
 
6730
+ #: framework/premium/features/content-blocks/options/popup.php:415,
6731
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:415
6732
  msgid "Container Overflow"
6733
  msgstr ""
6734
 
6735
+ #: framework/premium/features/content-blocks/options/popup.php:422,
6736
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:422
6737
  msgid "Hidden"
6738
  msgstr ""
6739
 
6740
+ #: framework/premium/features/content-blocks/options/popup.php:423,
6741
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:423
6742
  msgid "Visible"
6743
  msgstr ""
6744
 
6745
+ #: framework/premium/features/content-blocks/options/popup.php:424,
6746
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:424
6747
  msgid "Scroll"
6748
  msgstr ""
6749
 
6750
+ #: framework/premium/features/content-blocks/options/popup.php:426,
6751
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:426
6752
  msgid ""
6753
  "Control what happens to the content that is too big to fit into the popup."
6754
  msgstr ""
6755
 
6756
+ #: framework/premium/features/content-blocks/options/popup.php:430,
6757
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:430
6758
  msgid "Close Button"
6759
  msgstr ""
6760
 
6761
+ #: framework/premium/features/content-blocks/options/popup.php:438,
6762
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:438
6763
  msgid "Inside"
6764
  msgstr ""
6765
 
6766
+ #: framework/premium/features/content-blocks/options/popup.php:439,
6767
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:439
6768
  msgid "Outside"
6769
  msgstr ""
6770
 
6771
+ #: framework/premium/features/content-blocks/options/popup.php:513,
6772
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:513
6773
  msgid "Popup Background"
6774
  msgstr ""
6775
 
6776
+ #: framework/premium/features/content-blocks/options/popup.php:527,
6777
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:527
6778
  msgid "Popup Backdrop Background"
6779
  msgstr ""
6780
 
6781
+ #: framework/premium/features/content-blocks/options/single.php:17,
6782
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:17
6783
  msgid "Content Area"
6784
  msgstr ""
6785
 
6786
+ #: framework/premium/features/content-blocks/options/single.php:79,
6787
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:79
6788
  msgid "Content Area Vel Spacing"
6789
  msgstr ""
6790
 
6791
+ #: framework/premium/features/content-blocks/options/single.php:132,
6792
+ #: build_tmp/build/framework/premium/features/content-blocks/options/single.php:132
6793
  msgid ""
6794
  "Select a post/page to preview it's content inside the editor while building "
6795
  "the post/page."
6796
  msgstr ""
6797
 
6798
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25,
6799
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
6800
  msgid "Posts Filter"
6801
  msgstr ""
6802
 
6803
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60,
6804
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
6805
  msgid "Filtering Behavior"
6806
  msgstr ""
6807
 
6808
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68,
6809
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
6810
  msgid "Instant Reload"
6811
  msgstr ""
6812
 
6813
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69,
6814
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
6815
  msgid "Page Reload"
6816
  msgstr ""
6817
 
6818
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:82,
6819
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:82
6820
  msgid "Filter Source"
6821
  msgstr ""
6822
 
6823
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92,
6824
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
6825
  msgid "Items Horizontal Spacing"
6826
  msgstr ""
6827
 
6828
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
6829
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:360,
6830
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
6831
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:360
6832
  msgid "Items Vertical Spacing"
6833
  msgstr ""
6834
 
6835
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116,
6836
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
6837
  msgid "Container Bottom Spacing"
6838
  msgstr ""
6839
 
6840
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128,
6841
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
6842
  msgid "Horizontal Alignment"
6843
  msgstr ""
6844
 
6845
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251,
6846
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
6847
  msgid "Button Padding"
6848
  msgstr ""
6849
 
6850
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4,
6851
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
6852
  msgid "Read Progress"
6853
  msgstr ""
6854
 
6855
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24,
6856
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
6857
  msgid "Indicator Height"
6858
  msgstr ""
6859
 
6860
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34,
6861
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
6862
  msgid "Auto Hide"
6863
  msgstr ""
6864
 
6865
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38,
6866
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
6867
  msgid ""
6868
  "Automatically hide the read progress bar once you arrive at the bottom of "
6869
  "the article."
6870
  msgstr ""
6871
 
6872
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71,
6873
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
6874
  msgid "Main Color"
6875
  msgstr ""
6876
 
6877
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:84,
6878
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:84
6879
  msgid "Icon Badge"
6880
  msgstr ""
6881
 
6882
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:178,
6883
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:178
6884
  msgid "Label Font Color"
6885
  msgstr ""
6886
 
6887
+ #: framework/premium/features/premium-header/items/contacts/config.php:4,
6888
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/config.php:4
6889
  msgid "Contacts"
6890
  msgstr ""
6891
 
6892
+ #: framework/premium/features/premium-header/items/contacts/options.php:300,
6893
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:300
6894
  msgid "Open Links In New Tab"
6895
  msgstr ""
6896
 
6897
  #: framework/premium/features/premium-header/items/contacts/options.php:320,
6898
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:95,
6899
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:320,
6900
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:95
6901
  msgid "Items Spacing"
6902
  msgstr ""
6903
 
6904
+ #: framework/premium/features/premium-header/items/contacts/options.php:369,
6905
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:369
6906
  msgid "Items Direction"
6907
  msgstr ""
6908
 
6909
+ #: framework/premium/features/premium-header/items/contacts/options.php:375,
6910
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:375
6911
  msgid "Horizontal"
6912
  msgstr ""
6913
 
6914
+ #: framework/premium/features/premium-header/items/contacts/options.php:376,
6915
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:376
6916
  msgid "Vertical"
6917
  msgstr ""
6918
 
6919
  #: framework/premium/features/premium-header/items/contacts/options.php:730,
6920
  #: framework/premium/features/premium-header/items/contacts/options.php:772,
6921
  #: framework/premium/features/premium-header/items/contacts/options.php:811,
6922
+ #: framework/premium/features/premium-header/items/contacts/options.php:850,
6923
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:730,
6924
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:772,
6925
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:811,
6926
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:850
6927
  msgid "Icons Background Color"
6928
  msgstr ""
6929
 
6930
  #: framework/premium/features/premium-header/items/contacts/options.php:734,
6931
  #: framework/premium/features/premium-header/items/contacts/options.php:776,
6932
  #: framework/premium/features/premium-header/items/contacts/options.php:815,
6933
+ #: framework/premium/features/premium-header/items/contacts/options.php:854,
6934
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:734,
6935
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:776,
6936
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:815,
6937
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:854
6938
  msgid "Icons Border Color"
6939
  msgstr ""
6940
 
6942
  #: framework/premium/features/premium-header/items/divider/options.php:107,
6943
  #: framework/premium/features/premium-header/items/divider/options.php:126,
6944
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
6945
+ #: framework/premium/features/premium-header/items/search-input/options.php:734,
6946
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:895,
6947
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:107,
6948
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:126,
6949
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:323,
6950
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:734
6951
  msgid "Margin"
6952
  msgstr ""
6953
 
6954
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5,
6955
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
6956
  msgid "Dark Mode"
6957
  msgstr ""
6958
 
6959
+ #: framework/premium/features/premium-header/items/divider/config.php:4,
6960
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/config.php:4
6961
  msgid "Divider"
6962
  msgstr ""
6963
 
6964
+ #: framework/premium/features/premium-header/items/divider/options.php:6,
6965
+ #: build_tmp/build/framework/premium/features/premium-header/items/divider/options.php:6
6966
  msgid "Size"
6967
  msgstr ""
6968
 
6969
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:17,
6970
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:17
6971
  msgid "Top Level Options"
6972
  msgstr ""
6973
 
6974
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:37,
6975
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:37
6976
  msgid "Dropdown"
6977
  msgstr ""
6978
 
6979
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:47,
6980
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:47
6981
  msgid "Display"
6982
  msgstr ""
6983
 
6984
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:59,
6985
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:59
6986
  msgid "Flag"
6987
  msgstr ""
6988
 
6989
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:73,
6990
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:73
6991
  msgid "Label Style"
6992
  msgstr ""
6993
 
6994
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:79,
6995
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:79
6996
  msgid "Long"
6997
  msgstr ""
6998
 
6999
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:80,
7000
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:80
7001
  msgid "Short"
7002
  msgstr ""
7003
 
7004
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:112,
7005
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:112
7006
  msgid "Hide Current Language"
7007
  msgstr ""
7008
 
7009
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:343,
7010
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:343
7011
  msgid "Dropdown Options"
7012
  msgstr ""
7013
 
7014
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:352,
7015
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:352
7016
  msgid "Dropdown Top Offset"
7017
  msgstr ""
7018
 
7019
+ #: framework/premium/features/premium-header/items/search-input/config.php:4,
7020
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/config.php:4
7021
  msgid "Search Box"
7022
  msgstr ""
7023
 
7024
+ #: framework/premium/features/premium-header/items/search-input/options.php:42,
7025
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:42
7026
  msgid "Placeholder Text"
7027
  msgstr ""
7028
 
7029
+ #: framework/premium/features/premium-header/items/search-input/options.php:52,
7030
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:52
7031
  msgid "Input Maximum Width"
7032
  msgstr ""
7033
 
7034
+ #: framework/premium/features/premium-header/items/search-input/options.php:64,
7035
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:64
7036
  msgid "Input Height"
7037
  msgstr ""
7038
 
7039
+ #: framework/premium/features/premium-header/items/search-input/options.php:89,
7040
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:89
7041
  msgid "Live Results"
7042
  msgstr ""
7043
 
7044
+ #: framework/premium/features/premium-header/items/search-input/options.php:100,
7045
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:100
7046
  msgid "Live Results Images"
7047
  msgstr ""
7048
 
7049
+ #: framework/premium/features/premium-header/items/search-input/options.php:111,
7050
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:111
7051
  msgid "Search Through Criteria"
7052
  msgstr ""
7053
 
7054
+ #: framework/premium/features/premium-header/items/search-input/options.php:112,
7055
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:112
7056
  msgid "Chose in which post types do you want to perform searches."
7057
  msgstr ""
7058
 
7059
  #: framework/premium/features/premium-header/items/search-input/options.php:324,
7060
  #: framework/premium/features/premium-header/items/search-input/options.php:353,
7061
  #: framework/premium/features/premium-header/items/search-input/options.php:385,
7062
+ #: framework/premium/features/premium-header/items/search-input/options.php:415,
7063
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:324,
7064
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:353,
7065
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:385,
7066
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:415
7067
  msgid "Input Icon Color"
7068
  msgstr ""
7069
 
7070
+ #: framework/premium/features/premium-header/items/search-input/options.php:765,
7071
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:765
7072
  msgid "Dropdown Text Color"
7073
  msgstr ""
7074
 
7075
+ #: framework/premium/features/premium-header/items/search-input/options.php:796,
7076
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:796
7077
  msgid "Dropdown Background"
7078
  msgstr ""
7079
 
7080
+ #: framework/premium/features/premium-header/items/widget-area-1/config.php:4,
7081
+ #: build_tmp/build/framework/premium/features/premium-header/items/widget-area-1/config.php:4
7082
  msgid "Widget Area"
7083
  msgstr ""
7084
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Requires PHP: 7.0
5
  Tested up to: 6.0
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
- Stable tag: 1.8.43
9
 
10
  == Description ==
11
 
@@ -23,6 +23,10 @@ It runs and adds its enhancements only if the Blocksy theme is installed and act
23
  2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
24
 
25
  == Changelog ==
 
 
 
 
26
  1.8.43: 2022-07-26
27
  - Improvement: Allow picking individual author archives in conditions module
28
  - Improvement: Account modal incorrect overflow on smaller screens
5
  Tested up to: 6.0
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
+ Stable tag: 1.8.44
9
 
10
  == Description ==
11
 
23
  2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
24
 
25
  == Changelog ==
26
+ 1.8.44: 2022-07-27
27
+ - Improvement: Better calculate sticky top position when auto-hide effect is used
28
+ - Improvement: Better handling of conditions module when Blocksy is not active
29
+
30
  1.8.43: 2022-07-26
31
  - Improvement: Allow picking individual author archives in conditions module
32
  - Improvement: Account modal incorrect overflow on smaller screens
static/bundle/account-lazy.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
static/bundle/dashboard.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
static/bundle/options.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.43
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.44
3
  *
4
  * Copyright (c) 2022
5
  * Licensed GPLv2+
static/bundle/sticky.js CHANGED
@@ -1 +1 @@
1
- !function(){"use strict";var t={n:function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,{a:n}),n},d:function(e,n){for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}},e=window.ctEvents,n=t.n(e),r=window.ctFrontend,o=function(t,e,n){return Math.max(t,Math.min(e,n))},i=function(t,e,n){return e[0]+(e[1]-e[0])/(t[1]-t[0])*(n-t[0])},a=function(t){if(t.blcInitialHeight)return t.blcInitialHeight;var e=t.firstElementChild;t.firstElementChild.firstElementChild&&(e=t.firstElementChild.firstElementChild);var n=e.getBoundingClientRect().height;return t.blcInitialHeight=n,n},c=function(t){var e=getComputedStyle(t),n=100;t.dataset.row.includes("middle")&&(n=e.getPropertyValue("--sticky-shrink"));var r=a(t);return n&&(r*=parseFloat(n)/100),r},s=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return 0},e=document.querySelector(".ct-floating-bar");e&&e.style.setProperty("--header-sticky-height-animated",t())};function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var l=null,d=function(t){var e,n=t.stickyContainer,r=t.startPosition;(e=n.querySelectorAll('[data-row*="middle"]'),function(t){if(Array.isArray(t))return u(t)}(e)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(e)||function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).map((function(t){if(t.querySelector('[data-id="logo"] .site-logo-container')){var e=t.querySelector('[data-id="logo"] .site-logo-container'),n=function(t){var e=t.logo,n=t.row;if(l)return l;var r=parseFloat(getComputedStyle(e).getPropertyValue("--logo-max-height")||50),o=parseFloat(getComputedStyle(e).getPropertyValue("--logo-sticky-shrink").toString().replace(",",".")||1),i=a(n),s=c(n);return l={initialHeight:r,stickyShrink:o,rowInitialHeight:i,rowStickyHeight:s}}({logo:e,row:t}),s=n.initialHeight,u=n.stickyShrink,d=n.rowInitialHeight,y=n.rowStickyHeight,f=s*u;1!==u&&e.style.setProperty("--logo-shrink-height","".concat(i([r,r+Math.abs(d===y?s-f:d-y)],[1,u],o(r,r+Math.abs(d===y?s-f:d-y),scrollY))*s,"px"))}}))},y=null,f=function(t){var e=t.stickyContainer,n=(t.containerInitialHeight,t.startPosition);e.querySelector('[data-row*="middle"]')&&[e.querySelector('[data-row*="middle"]')].map((function(t){var e=function(t){var e=t.row;if(y)return y;var n=a(e),r=c(e);return y={rowInitialHeight:n,rowStickyHeight:r}}({row:t}),r=e.rowInitialHeight,s=e.rowStickyHeight;r!==s&&t.style.setProperty("--shrink-height","".concat(i([n,n+Math.abs(r-s)],[r,s],o(n,n+Math.abs(r-s),scrollY)),"px"))}))};function h(t){return function(t){if(Array.isArray(t))return p(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return p(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function m(t){return function(t){if(Array.isArray(t))return g(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?g(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var w=null,k=function(t){var e=t.stickyContainer;if(w)return w;var n=m(e.querySelectorAll("[data-row]")).reduce((function(t,e){return t+c(e)}),0);return w={stickyContainerHeight:n}},v={up:{anchor:null,offset:100},down:{anchor:null,offset:0}};function b(t){return function(t){if(Array.isArray(t))return S(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return S(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?S(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function A(t){return function(t){if(Array.isArray(t))return C(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return C(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?C(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function C(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var x=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yes";Array.from(t.querySelectorAll("[data-row][data-transparent-row]")).map((function(t){t.dataset.transparentRow=e}))},O=null,j=null,I=null;window.wp&&wp.customize&&wp.customize.selectiveRefresh&&wp.customize.selectiveRefresh.bind("partial-content-rendered",(function(t){setTimeout((function(){y=null,l=null,O=null,j=null,I=null,H=null,P()}),500)}));var H=null,P=function(){if(H!==scrollY){var t=document.querySelector('[data-device="'.concat((0,r.getCurrentScreen)(),'"] [data-sticky]'));if(t){var e=O;scrollY<e&&(H=window.scrollY),null===e&&(e=function(t){if(-1===t.dataset.sticky.indexOf("shrink")&&-1===t.dataset.sticky.indexOf("auto-hide"))return t.parentNode.getBoundingClientRect().height+200;var e=t.closest("header").getBoundingClientRect().top+scrollY;if(e>0){var n=document.elementFromPoint(0,3);n&&function(t){for(var e=[];t&&t!==document;t=t.parentNode)e.push(t);return e}(n).map((function(t){return getComputedStyle(t).position})).indexOf("fixed")>-1&&(e-=n.getBoundingClientRect().height)}var r=t.parentNode,o=getComputedStyle(document.body),i=parseFloat(o.getPropertyValue("--header-sticky-offset")||0);if(i=i+parseFloat(o.getPropertyValue("--frame-size"))||0,1===r.parentNode.children.length||r.parentNode.children[0].classList.contains("ct-sticky-container"))return e>0?e-i:e;var a=Array.from(r.parentNode.children).reduce((function(t,e,n){return t.indexOf(0)>-1||!e.dataset.row?[].concat(A(t),[0]):[].concat(A(t),[e.classList.contains("ct-sticky-container")?0:e.getBoundingClientRect().height])}),[]).reduce((function(t,e){return t+e}),e);return a>0?a-i:a}(t),O=e);var n=I,i=t.dataset.sticky.split(":").filter((function(t){return"yes"!==t&&"no"!==t&&"fixed"!==t}));n||(n=parseInt(t.getBoundingClientRect().height),I=parseInt(n),s((function(){return-1===i.indexOf("auto-hide")?"".concat(A(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+c(e)}),0),"px"):"0px"})));var a=e>0&&Math.abs(window.scrollY-e)<5||window.scrollY>e;i.indexOf("shrink")>-1&&(a=e>0?window.scrollY>=e:window.scrollY>0),setTimeout((function(){a&&-1===document.body.dataset.header.indexOf("shrink")&&(document.body.dataset.header="".concat(document.body.dataset.header,":shrink")),!a&&document.body.dataset.header.indexOf("shrink")>-1&&(document.body.dataset.header=document.body.dataset.header.replace(":shrink",""))}),300);var u=j,l=scrollY;u||(u=j=Array.from(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+e.getBoundingClientRect().height}),0),t.parentNode.style.height="".concat(u,"px")),i.indexOf("shrink")>-1&&function(t){var e=t.containerInitialHeight,n=t.stickyContainer,r=t.isSticky,o=t.startPosition,i=t.stickyComponents;if(0===o&&0===window.scrollY&&(n.dataset.sticky=["fixed"].concat(h(i)).join(":")),r){if(i.indexOf("yes")>-1)return;-1===n.dataset.sticky.indexOf("yes")&&(x(n,"no"),n.dataset.sticky=["yes"].concat(h(i)).join(":")),d({stickyContainer:n,startPosition:o}),f({stickyContainer:n,containerInitialHeight:e,startPosition:o})}else Array.from(n.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(n.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")})),x(n,"yes"),0===o&&window.scrollY<=0?n.dataset.sticky=["fixed"].concat(h(i)).join(":"):n.dataset.sticky=i.join(":")}({stickyContainer:t,stickyContainerHeight:n,containerInitialHeight:u,isSticky:a,startPosition:e,stickyComponents:i}),i.indexOf("auto-hide")>-1&&function(t){var e=t.currentScrollY,n=t.stickyContainer,r=t.containerInitialHeight,i=t.startPosition,a=t.isSticky;a&&e-t.prevScrollY==0&&s((function(){return"0px"}));var c=e<t.prevScrollY?"up":"down";"up"===c&&function(t){var e=t.containerInitialHeight,n=t.stickyContainer,r=t.stickyComponents,o=t.isSticky,i=t.prevScrollY,a=t.currentScrollY,c=k({stickyContainer:n}).stickyContainerHeight;o&&a-i==0&&s((function(){return"0px"})),!v.up.anchor&&a>2*e&&-1===n.dataset.sticky.indexOf("yes:")&&(v.up.anchor=a,n.dataset.sticky=["yes"].concat(m(r)).join(":"),x(n,"no"),document.body.removeAttribute("style")),!v.up.anchor&&v.down.anchor&&v.down.offset===c&&(v.up.anchor=a,v.down.anchor=null),o||(v.up.anchor=null,n.dataset.sticky=m(r).join(":"),x(n,"yes"),s((function(){return"0px"})))}(t),"down"===c&&function(t){var e=t.currentScrollY,n=t.stickyContainer,r=k({stickyContainer:n}).stickyContainerHeight;!v.down.anchor&&v.up.anchor&&0===v.up.offset&&(v.up.anchor=null,v.down.anchor=e),!v.down.anchor&&v.up.anchor&&v.up.offset===r&&(v.up.anchor=null,v.down.anchor=e-r)}(t),a?(d({stickyContainer:n,startPosition:i}),f({stickyContainer:n,containerInitialHeight:r,startPosition:i})):(Array.from(n.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(n.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")}))),function(t){var e=t.currentScrollY,n=t.stickyContainer,r=null,i=k({stickyContainer:n}).stickyContainerHeight;v.down.anchor&&(v.down.offset=o(0,i,e-v.down.anchor),r=v.down.offset),!v.down.anchor&&v.up.anchor&&(v.up.offset=o(0,i,i-(v.up.anchor-e)),r=v.up.offset),null!==r&&(n.style.transform="translate3d(0px, ".concat(-1*Math.floor(r),"px, 0px)"),s((function(){return"".concat(i-r,"px")})))}(t)}({stickyContainer:t,isSticky:a,startPosition:e,stickyComponents:i,containerInitialHeight:u,stickyContainerHeight:n,currentScrollY:l,prevScrollY:H}),(i.indexOf("slide")>-1||i.indexOf("fade")>-1)&&function(t){var e=t.stickyContainer,n=t.startPosition,r=t.stickyComponents;t.isSticky?(-1===e.dataset.sticky.indexOf("yes")&&(e.dataset.sticky=["yes-start"].concat(b(r)).join(":"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-start","yes-end"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-end","yes")}),200)}),1)),x(e,"no")):-1===e.dataset.sticky.indexOf("yes-hide")&&e.dataset.sticky.indexOf("yes:")>-1&&(Math.abs(window.scrollY-n)>10?(e.dataset.sticky=r.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")):(e.dataset.sticky=["yes-hide-start"].concat(b(r)).join(":"),requestAnimationFrame((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-hide-start","yes-hide-end"),setTimeout((function(){e.dataset.sticky=r.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")}),200)}))))}({stickyContainer:t,isSticky:a,startPosition:e,stickyComponents:i}),H=l}}},Y=function(){document.querySelector("header [data-sticky]")&&(window.addEventListener("resize",(function(t){P(t),n().trigger("ct:header:update")}),!1),window.addEventListener("orientationchange",(function(t){P(t),n().trigger("ct:header:update")})),window.addEventListener("scroll",P,!1),window.addEventListener("load",P,!1),P())};document.body.className.indexOf("e-preview")>-1?setTimeout((function(){Y()}),500):Y(),(0,r.registerDynamicChunk)("blocksy_sticky_header",{mount:function(t){}})}();
1
+ !function(){"use strict";var t={n:function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,{a:n}),n},d:function(e,n){for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},o:function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}},e=window.ctEvents,n=t.n(e),r=window.ctFrontend,o=function(t,e,n){return Math.max(t,Math.min(e,n))},i=function(t,e,n){return e[0]+(e[1]-e[0])/(t[1]-t[0])*(n-t[0])},a=function(t){if(t.blcInitialHeight)return t.blcInitialHeight;var e=t.firstElementChild;t.firstElementChild.firstElementChild&&(e=t.firstElementChild.firstElementChild);var n=e.getBoundingClientRect().height;return t.blcInitialHeight=n,n},c=function(t){var e=getComputedStyle(t),n=100;t.dataset.row.includes("middle")&&(n=e.getPropertyValue("--sticky-shrink"));var r=a(t);return n&&(r*=parseFloat(n)/100),r},s=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return 0},e=document.querySelector(".ct-floating-bar");e&&e.style.setProperty("--header-sticky-height-animated",t())};function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var l=null,d=function(t){var e,n=t.stickyContainer,r=t.startPosition;(e=n.querySelectorAll('[data-row*="middle"]'),function(t){if(Array.isArray(t))return u(t)}(e)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(e)||function(t,e){if(t){if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).map((function(t){if(t.querySelector('[data-id="logo"] .site-logo-container')){var e=t.querySelector('[data-id="logo"] .site-logo-container'),n=function(t){var e=t.logo,n=t.row;if(l)return l;var r=parseFloat(getComputedStyle(e).getPropertyValue("--logo-max-height")||50),o=parseFloat(getComputedStyle(e).getPropertyValue("--logo-sticky-shrink").toString().replace(",",".")||1),i=a(n),s=c(n);return l={initialHeight:r,stickyShrink:o,rowInitialHeight:i,rowStickyHeight:s}}({logo:e,row:t}),s=n.initialHeight,u=n.stickyShrink,d=n.rowInitialHeight,y=n.rowStickyHeight,f=s*u;1!==u&&e.style.setProperty("--logo-shrink-height","".concat(i([r,r+Math.abs(d===y?s-f:d-y)],[1,u],o(r,r+Math.abs(d===y?s-f:d-y),scrollY))*s,"px"))}}))},y=null,f=function(t){var e=t.stickyContainer,n=(t.containerInitialHeight,t.startPosition);e.querySelector('[data-row*="middle"]')&&[e.querySelector('[data-row*="middle"]')].map((function(t){var e=function(t){var e=t.row;if(y)return y;var n=a(e),r=c(e);return y={rowInitialHeight:n,rowStickyHeight:r}}({row:t}),r=e.rowInitialHeight,s=e.rowStickyHeight;r!==s&&t.style.setProperty("--shrink-height","".concat(i([n,n+Math.abs(r-s)],[r,s],o(n,n+Math.abs(r-s),scrollY)),"px"))}))};function h(t){return function(t){if(Array.isArray(t))return p(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return p(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function m(t){return function(t){if(Array.isArray(t))return g(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?g(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var w=null,k=function(t){var e=t.stickyContainer;if(w)return w;var n=m(e.querySelectorAll("[data-row]")).reduce((function(t,e){return t+c(e)}),0);return w={stickyContainerHeight:n}},v={up:{anchor:null,offset:100},down:{anchor:null,offset:0}};function b(t){return function(t){if(Array.isArray(t))return S(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return S(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?S(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function S(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function A(t){return function(t){if(Array.isArray(t))return C(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return C(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?C(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function C(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var x=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yes";Array.from(t.querySelectorAll("[data-row][data-transparent-row]")).map((function(t){t.dataset.transparentRow=e}))},O=null,j=null,I=null;window.wp&&wp.customize&&wp.customize.selectiveRefresh&&wp.customize.selectiveRefresh.bind("partial-content-rendered",(function(t){setTimeout((function(){y=null,l=null,O=null,j=null,I=null,H=null,P()}),500)}));var H=null,P=function(){if(H!==scrollY){var t=document.querySelector('[data-device="'.concat((0,r.getCurrentScreen)(),'"] [data-sticky]'));if(t){var e=O;null===e&&(e=function(t){if(-1===t.dataset.sticky.indexOf("shrink")&&-1===t.dataset.sticky.indexOf("auto-hide"))return t.parentNode.getBoundingClientRect().height+200;var e=t.closest("header").getBoundingClientRect().top+scrollY;if(e>0){var n=document.elementFromPoint(0,3);n&&function(t){for(var e=[];t&&t!==document;t=t.parentNode)e.push(t);return e}(n).map((function(t){return getComputedStyle(t).position})).indexOf("fixed")>-1&&(e-=n.getBoundingClientRect().height)}var r=t.parentNode,o=getComputedStyle(document.body),i=parseFloat(o.getPropertyValue("--header-sticky-offset")||0);if(i=i+parseFloat(o.getPropertyValue("--frame-size"))||0,1===r.parentNode.children.length||r.parentNode.children[0].classList.contains("ct-sticky-container"))return e>0?e-i:e;var a=Array.from(r.parentNode.children).reduce((function(t,e,n){return t.indexOf(0)>-1||!e.dataset.row?[].concat(A(t),[0]):[].concat(A(t),[e.classList.contains("ct-sticky-container")?0:e.getBoundingClientRect().height])}),[]).reduce((function(t,e){return t+e}),e);return a>0?a-i:a}(t),O=e);var n=I,i=t.dataset.sticky.split(":").filter((function(t){return"yes"!==t&&"no"!==t&&"fixed"!==t}));n||(n=parseInt(t.getBoundingClientRect().height),I=parseInt(n),s((function(){return-1===i.indexOf("auto-hide")?"".concat(A(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+c(e)}),0),"px"):"0px"})));var a=e>0&&Math.abs(window.scrollY-e)<5||window.scrollY>e;i.indexOf("shrink")>-1&&(a=e>0?window.scrollY>=e:window.scrollY>0),setTimeout((function(){a&&-1===document.body.dataset.header.indexOf("shrink")&&(document.body.dataset.header="".concat(document.body.dataset.header,":shrink")),!a&&document.body.dataset.header.indexOf("shrink")>-1&&(document.body.dataset.header=document.body.dataset.header.replace(":shrink",""))}),300);var u=j,l=scrollY;u||(u=j=Array.from(t.querySelectorAll("[data-row]")).reduce((function(t,e){return t+e.getBoundingClientRect().height}),0),t.parentNode.style.height="".concat(u,"px")),i.indexOf("shrink")>-1&&function(t){var e=t.containerInitialHeight,n=t.stickyContainer,r=t.isSticky,o=t.startPosition,i=t.stickyComponents;if(0===o&&0===window.scrollY&&(n.dataset.sticky=["fixed"].concat(h(i)).join(":")),r){if(i.indexOf("yes")>-1)return;-1===n.dataset.sticky.indexOf("yes")&&(x(n,"no"),n.dataset.sticky=["yes"].concat(h(i)).join(":")),d({stickyContainer:n,startPosition:o}),f({stickyContainer:n,containerInitialHeight:e,startPosition:o})}else Array.from(n.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(n.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")})),x(n,"yes"),0===o&&window.scrollY<=0?n.dataset.sticky=["fixed"].concat(h(i)).join(":"):n.dataset.sticky=i.join(":")}({stickyContainer:t,stickyContainerHeight:n,containerInitialHeight:u,isSticky:a,startPosition:e,stickyComponents:i}),i.indexOf("auto-hide")>-1&&function(t){var e=t.currentScrollY,n=t.stickyContainer,r=t.containerInitialHeight,i=t.startPosition,a=t.isSticky,c=e<t.prevScrollY?"up":"down";a&&e-t.prevScrollY==0&&s((function(){return"0px"})),"up"===c&&function(t){var e=t.containerInitialHeight,n=t.stickyContainer,r=t.stickyComponents,o=t.isSticky,i=t.prevScrollY,a=t.startPosition,c=t.currentScrollY,u=k({stickyContainer:n}).stickyContainerHeight;o&&c-i==0&&s((function(){return"0px"})),!v.up.anchor&&c>2*e+a&&-1===n.dataset.sticky.indexOf("yes:")&&(v.up.anchor=c,n.dataset.sticky=["yes"].concat(m(r)).join(":"),x(n,"no"),document.body.removeAttribute("style")),!v.up.anchor&&v.down.anchor&&v.down.offset===u&&(v.up.anchor=c,v.down.anchor=null),o||(v.up.anchor=null,n.dataset.sticky=m(r).join(":"),x(n,"yes"),s((function(){return"0px"})))}(t),"down"===c&&function(t){var e=t.currentScrollY,n=t.stickyContainer,r=k({stickyContainer:n}).stickyContainerHeight;!v.down.anchor&&v.up.anchor&&0===v.up.offset&&(v.up.anchor=null,v.down.anchor=e),!v.down.anchor&&v.up.anchor&&v.up.offset===r&&(v.up.anchor=null,v.down.anchor=e-r)}(t),a?(d({stickyContainer:n,startPosition:i}),f({stickyContainer:n,containerInitialHeight:r,startPosition:i})):(Array.from(n.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")})),Array.from(n.querySelectorAll('[data-row*="middle"] .site-logo-container')).map((function(t){return t.removeAttribute("style")}))),function(t){var e=t.currentScrollY,n=t.stickyContainer,r=null,i=k({stickyContainer:n}).stickyContainerHeight;v.down.anchor&&(v.down.offset=o(0,i,e-v.down.anchor),r=v.down.offset),!v.down.anchor&&v.up.anchor&&(v.up.offset=o(0,i,i-(v.up.anchor-e)),r=v.up.offset),null!==r&&(n.style.transform="translate3d(0px, ".concat(-1*Math.floor(r),"px, 0px)"),s((function(){return"".concat(i-r,"px")})))}(t)}({stickyContainer:t,isSticky:a,startPosition:e,stickyComponents:i,containerInitialHeight:u,stickyContainerHeight:n,currentScrollY:l,prevScrollY:H}),(i.indexOf("slide")>-1||i.indexOf("fade")>-1)&&function(t){var e=t.stickyContainer,n=t.startPosition,r=t.stickyComponents;t.isSticky?(-1===e.dataset.sticky.indexOf("yes")&&(e.dataset.sticky=["yes-start"].concat(b(r)).join(":"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-start","yes-end"),setTimeout((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-end","yes")}),200)}),1)),x(e,"no")):-1===e.dataset.sticky.indexOf("yes-hide")&&e.dataset.sticky.indexOf("yes:")>-1&&(Math.abs(window.scrollY-n)>10?(e.dataset.sticky=r.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")):(e.dataset.sticky=["yes-hide-start"].concat(b(r)).join(":"),requestAnimationFrame((function(){e.dataset.sticky=e.dataset.sticky.replace("yes-hide-start","yes-hide-end"),setTimeout((function(){e.dataset.sticky=r.join(":"),setTimeout((function(){Array.from(e.querySelectorAll("[data-row]")).map((function(t){return t.removeAttribute("style")}))}),300),x(e,"yes")}),200)}))))}({stickyContainer:t,isSticky:a,startPosition:e,stickyComponents:i}),H=l}}},Y=function(){document.querySelector("header [data-sticky]")&&(window.addEventListener("resize",(function(t){P(t),n().trigger("ct:header:update")}),!1),window.addEventListener("orientationchange",(function(t){P(t),n().trigger("ct:header:update")})),window.addEventListener("scroll",P,!1),window.addEventListener("load",P,!1),P())};document.body.className.indexOf("e-preview")>-1?setTimeout((function(){Y()}),500):Y(),(0,r.registerDynamicChunk)("blocksy_sticky_header",{mount:function(t){}})}();
static/js/frontend/sticky.js CHANGED
@@ -145,10 +145,6 @@ const compute = () => {
145
 
146
  let startPosition = cachedStartPosition
147
 
148
- if (scrollY < startPosition) {
149
- prevScrollY = window.scrollY
150
- }
151
-
152
  if (startPosition === null) {
153
  startPosition = getStartPositionFor(stickyContainer)
154
  cachedStartPosition = startPosition
145
 
146
  let startPosition = cachedStartPosition
147
 
 
 
 
 
148
  if (startPosition === null) {
149
  startPosition = getStartPositionFor(stickyContainer)
150
  cachedStartPosition = startPosition
static/js/frontend/sticky/auto-hide.js CHANGED
@@ -47,14 +47,14 @@ export const computeAutoHide = (args) => {
47
  isSticky,
48
  } = args
49
 
 
 
50
  if (isSticky && currentScrollY - args.prevScrollY === 0) {
51
  maybeSetStickyHeightAnimated(() => {
52
  return '0px'
53
  })
54
  }
55
 
56
- let direction = currentScrollY < args.prevScrollY ? 'up' : 'down'
57
-
58
  if (direction === 'up') {
59
  processUpDirection(args)
60
  }
@@ -90,6 +90,7 @@ const processUpDirection = ({
90
  stickyComponents,
91
  isSticky,
92
  prevScrollY,
 
93
  currentScrollY,
94
  }) => {
95
  let { stickyContainerHeight } = getData({ stickyContainer })
@@ -102,7 +103,7 @@ const processUpDirection = ({
102
 
103
  if (
104
  !payload.up.anchor &&
105
- currentScrollY > containerInitialHeight * 2 &&
106
  stickyContainer.dataset.sticky.indexOf('yes:') === -1
107
  ) {
108
  payload.up.anchor = currentScrollY
47
  isSticky,
48
  } = args
49
 
50
+ let direction = currentScrollY < args.prevScrollY ? 'up' : 'down'
51
+
52
  if (isSticky && currentScrollY - args.prevScrollY === 0) {
53
  maybeSetStickyHeightAnimated(() => {
54
  return '0px'
55
  })
56
  }
57
 
 
 
58
  if (direction === 'up') {
59
  processUpDirection(args)
60
  }
90
  stickyComponents,
91
  isSticky,
92
  prevScrollY,
93
+ startPosition,
94
  currentScrollY,
95
  }) => {
96
  let { stickyContainerHeight } = getData({ stickyContainer })
103
 
104
  if (
105
  !payload.up.anchor &&
106
+ currentScrollY > containerInitialHeight * 2 + startPosition &&
107
  stickyContainer.dataset.sticky.indexOf('yes:') === -1
108
  ) {
109
  payload.up.anchor = currentScrollY