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