Blocksy Companion - Version 1.8.17

Version Description

Download this release

Release Info

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

Code changes from version 1.8.16 to 1.8.17

Files changed (95) hide show
  1. blocksy-companion.php +1 -1
  2. framework/extensions/cookies-consent/static/bundle/main.min.css +2 -2
  3. framework/extensions/newsletter-subscribe/static/bundle/main.min.css +2 -2
  4. framework/extensions/product-reviews/metabox.php +18 -2
  5. framework/extensions/product-reviews/static/bundle/main-admin.min.css +2 -2
  6. framework/extensions/product-reviews/static/bundle/main.min.css +2 -2
  7. framework/extensions/product-reviews/views/single-top.php +2 -2
  8. framework/extensions/trending/static/bundle/main.min.css +2 -2
  9. framework/extensions/widgets/config.php +1 -0
  10. framework/extensions/widgets/static/bundle/main.min.css +2 -2
  11. framework/features/customizer-options-manager.php +13 -3
  12. framework/features/demo-install/required-plugins.php +6 -0
  13. framework/helpers/helpers.php +7 -7
  14. freemius/assets/css/admin/account.css +1 -1
  15. freemius/assets/css/admin/add-ons.css +1 -2
  16. freemius/assets/css/admin/affiliation.css +1 -1
  17. freemius/assets/css/admin/checkout.css +1 -1
  18. freemius/assets/css/admin/clone-resolution.css +1 -0
  19. freemius/assets/css/admin/common.css +1 -2
  20. freemius/assets/css/admin/connect.css +1 -1
  21. freemius/assets/css/admin/debug.css +1 -1
  22. freemius/assets/css/admin/dialog-boxes.css +1 -2
  23. freemius/assets/css/admin/gdpr-optin-notice.css +1 -1
  24. freemius/assets/css/admin/plugins.css +1 -1
  25. freemius/assets/css/customizer.css +1 -1
  26. freemius/config.php +5 -5
  27. freemius/includes/class-freemius.php +1068 -285
  28. freemius/includes/class-fs-admin-notices.php +52 -21
  29. freemius/includes/class-fs-api.php +27 -3
  30. freemius/includes/class-fs-plugin-updater.php +8 -6
  31. freemius/includes/entities/class-fs-user.php +12 -1
  32. freemius/includes/fs-core-functions.php +1 -1
  33. freemius/includes/fs-plugin-info-dialog.php +1 -1
  34. freemius/includes/managers/class-fs-admin-notice-manager.php +67 -18
  35. freemius/includes/managers/class-fs-clone-manager.php +1480 -0
  36. freemius/includes/managers/class-fs-plugin-manager.php +18 -5
  37. freemius/languages/freemius-cs_CZ.mo +0 -0
  38. freemius/languages/freemius-da_DK.mo +0 -0
  39. freemius/languages/freemius-en.mo +0 -0
  40. freemius/languages/freemius-es_ES.mo +0 -0
  41. freemius/languages/freemius-fr_FR.mo +0 -0
  42. freemius/languages/freemius-he_IL.mo +0 -0
  43. freemius/languages/freemius-hu_HU.mo +0 -0
  44. freemius/languages/freemius-it_IT.mo +0 -0
  45. freemius/languages/freemius-ja.mo +0 -0
  46. freemius/languages/freemius-nl_NL.mo +0 -0
  47. freemius/languages/freemius-ru_RU.mo +0 -0
  48. freemius/languages/freemius-ta.mo +0 -0
  49. freemius/languages/freemius-zh_CN.mo +0 -0
  50. freemius/languages/freemius.pot +2734 -0
  51. freemius/languages/index.php +1 -2
  52. freemius/require.php +1 -0
  53. freemius/start.php +1 -1
  54. freemius/templates/account.php +38 -9
  55. freemius/templates/account/partials/site.php +3 -3
  56. freemius/templates/account/payments.php +10 -11
  57. freemius/templates/admin-notice.php +4 -1
  58. freemius/templates/clone-resolution-js.php +77 -0
  59. freemius/templates/connect.php +16 -7
  60. freemius/templates/debug.php +18 -1
  61. freemius/templates/forms/deactivation/form.php +172 -49
  62. freemius/templates/forms/email-address-update.php +347 -0
  63. freemius/templates/forms/license-activation.php +33 -5
  64. freemius/templates/plugin-info/features.php +1 -1
  65. freemius/templates/powered-by.php +7 -7
  66. freemius/templates/pricing.php +11 -10
  67. languages/blocksy-companion-ar.mo +0 -0
  68. languages/blocksy-companion-ar.po +2 -2
  69. languages/blocksy-companion-es_ES.mo +0 -0
  70. languages/blocksy-companion-es_ES.po +2 -2
  71. languages/blocksy-companion-es_MX.mo +0 -0
  72. languages/blocksy-companion-es_MX.po +305 -305
  73. languages/blocksy-companion-fr_FR.mo +0 -0
  74. languages/blocksy-companion-fr_FR.po +128 -128
  75. languages/blocksy-companion-hu_HU.mo +0 -0
  76. languages/blocksy-companion-hu_HU.po +1 -1
  77. languages/blocksy-companion-it_IT.mo +0 -0
  78. languages/blocksy-companion-it_IT.po +1 -1
  79. languages/blocksy-companion-nl_NL.mo +0 -0
  80. languages/blocksy-companion-nl_NL.po +1 -1
  81. languages/blocksy-companion-nn_NO.mo +0 -0
  82. languages/blocksy-companion-nn_NO.po +1 -1
  83. languages/blocksy-companion-pt_BR.mo +0 -0
  84. languages/blocksy-companion-pt_BR.po +2 -2
  85. languages/blocksy-companion-ro_RO.mo +0 -0
  86. languages/blocksy-companion-ro_RO.po +495 -495
  87. languages/blocksy-companion-ru_RU.mo +0 -0
  88. languages/blocksy-companion-ru_RU.po +606 -606
  89. languages/blocksy-companion-sv_SE.mo +0 -0
  90. languages/blocksy-companion-sv_SE.po +1 -1
  91. languages/blocksy-companion-uk.mo +0 -0
  92. languages/blocksy-companion-uk.po +7 -7
  93. languages/blocksy-companion-zh_TW.mo +0 -0
  94. languages/blocksy-companion-zh_TW.po +2 -2
  95. languages/blocksy-companion.pot +2107 -674
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.16
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.17
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,7 +1,7 @@
1
  /**
2
- * - v1.8.16
3
  *
4
- * Copyright (c) 2021
5
  * Licensed GPLv2+
6
  */
7
 
1
  /**
2
+ * - v1.8.17
3
  *
4
+ * Copyright (c) 2022
5
  * Licensed GPLv2+
6
  */
7
 
framework/extensions/newsletter-subscribe/static/bundle/main.min.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
- * - v1.8.16
3
  *
4
- * Copyright (c) 2021
5
  * Licensed GPLv2+
6
  */
7
 
1
  /**
2
+ * - v1.8.17
3
  *
4
+ * Copyright (c) 2022
5
  * Licensed GPLv2+
6
  */
7
 
framework/extensions/product-reviews/metabox.php CHANGED
@@ -48,6 +48,22 @@ $options = [
48
  'type' => 'ct-condition',
49
  'condition' => ['product_review_entity' => 'Product'],
50
  'options' => [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  'product_entity_price' => [
52
  'type' => 'text',
53
  'label' => __('Product Price', 'blocksy-companion'),
@@ -59,14 +75,14 @@ $options = [
59
  'type' => 'text',
60
  'label' => __('Product SKU', 'blocksy-companion'),
61
  'design' => 'inline',
62
- 'value' => ''
63
  ],
64
 
65
  'product_entity_brand' => [
66
  'type' => 'text',
67
  'label' => __('Product Brand', 'blocksy-companion'),
68
  'design' => 'inline',
69
- 'value' => ''
70
  ],
71
  ]
72
  ],
48
  'type' => 'ct-condition',
49
  'condition' => ['product_review_entity' => 'Product'],
50
  'options' => [
51
+
52
+ blocksy_rand_md5() => [
53
+ 'type' => 'ct-group',
54
+ 'label' => ' ',
55
+ 'wrapperAttr' => ['data-design' => 'inline'],
56
+ 'options' => [
57
+
58
+ blocksy_rand_md5() => [
59
+ 'type' => 'ct-notification',
60
+ 'text' => __( 'Please note that some of this information (price, sku, brand) won\'t be displayed on the front-end. It is solely used for Google\'s Schema.org markup.', 'blocksy-companion' ),
61
+ 'attr' => ['data-type' => 'background:yellow']
62
+ ],
63
+
64
+ ],
65
+ ],
66
+
67
  'product_entity_price' => [
68
  'type' => 'text',
69
  'label' => __('Product Price', 'blocksy-companion'),
75
  'type' => 'text',
76
  'label' => __('Product SKU', 'blocksy-companion'),
77
  'design' => 'inline',
78
+ 'value' => '',
79
  ],
80
 
81
  'product_entity_brand' => [
82
  'type' => 'text',
83
  'label' => __('Product Brand', 'blocksy-companion'),
84
  'design' => 'inline',
85
+ 'value' => '',
86
  ],
87
  ]
88
  ],
framework/extensions/product-reviews/static/bundle/main-admin.min.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
- * - v1.8.16
3
  *
4
- * Copyright (c) 2021
5
  * Licensed GPLv2+
6
  */
7
 
1
  /**
2
+ * - v1.8.17
3
  *
4
+ * Copyright (c) 2022
5
  * Licensed GPLv2+
6
  */
7
 
framework/extensions/product-reviews/static/bundle/main.min.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
- * - v1.8.16
3
  *
4
- * Copyright (c) 2021
5
  * Licensed GPLv2+
6
  */
7
 
1
  /**
2
+ * - v1.8.17
3
  *
4
+ * Copyright (c) 2022
5
  * Licensed GPLv2+
6
  */
7
 
framework/extensions/product-reviews/views/single-top.php CHANGED
@@ -62,7 +62,7 @@ if (count($gallery_images) === 1) {
62
  echo blocksy_image([
63
  'attachment_id' => $gallery_images[0],
64
  'size' => 'full',
65
- 'ratio' => '2/1',
66
  'tag_name' => 'a',
67
  'html_atts' => array_merge([
68
  'href' => $image_href
@@ -77,7 +77,7 @@ if (count($gallery_images) > 1) {
77
  $args = [
78
  'images' => $gallery_images,
79
  'size' => 'full',
80
- 'images_ratio' => '2/1'
81
  ];
82
 
83
  $args['pills_images'] = $gallery_images;
62
  echo blocksy_image([
63
  'attachment_id' => $gallery_images[0],
64
  'size' => 'full',
65
+ 'ratio' => apply_filters('blocksy:ext:product-reviews:gallery:ratio', '2/1'),
66
  'tag_name' => 'a',
67
  'html_atts' => array_merge([
68
  'href' => $image_href
77
  $args = [
78
  'images' => $gallery_images,
79
  'size' => 'full',
80
+ 'images_ratio' => apply_filters('blocksy:ext:product-reviews:gallery:ratio', '2/1')
81
  ];
82
 
83
  $args['pills_images'] = $gallery_images;
framework/extensions/trending/static/bundle/main.min.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
- * - v1.8.16
3
  *
4
- * Copyright (c) 2021
5
  * Licensed GPLv2+
6
  */
7
 
1
  /**
2
+ * - v1.8.17
3
  *
4
+ * Copyright (c) 2022
5
  * Licensed GPLv2+
6
  */
7
 
framework/extensions/widgets/config.php CHANGED
@@ -1,5 +1,6 @@
1
  <?php
2
 
3
  $config = [
 
4
  'description' => __('Add new handcrafted widgets to your sidebars! Social Network Icons, Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent Posts are the choices available.', 'blocksy-companion')
5
  ];
1
  <?php
2
 
3
  $config = [
4
+ 'name' => __('Widgets', 'blocksy-companion'),
5
  'description' => __('Add new handcrafted widgets to your sidebars! Social Network Icons, Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent Posts are the choices available.', 'blocksy-companion')
6
  ];
framework/extensions/widgets/static/bundle/main.min.css CHANGED
@@ -1,7 +1,7 @@
1
  /**
2
- * - v1.8.16
3
  *
4
- * Copyright (c) 2021
5
  * Licensed GPLv2+
6
  */
7
 
1
  /**
2
+ * - v1.8.17
3
  *
4
+ * Copyright (c) 2022
5
  * Licensed GPLv2+
6
  */
7
 
framework/features/customizer-options-manager.php CHANGED
@@ -23,7 +23,8 @@ class CustomizerOptionsManager {
23
  }
24
 
25
  wp_send_json_success([
26
- 'data' => serialize($this->get_data(null, $_POST['strategy']))
 
27
  ]);
28
  });
29
 
@@ -47,13 +48,22 @@ class CustomizerOptionsManager {
47
  // Ensure only stdClass is allowed
48
  // We need it for properly decoding widget data. Custom classes
49
  // besides stdClass are not allowed.
50
- $data = @unserialize(
51
- str_replace("\r\n", "\n", wp_unslash($_POST['data'])),
52
  [
53
  'allowed_classes' => ['stdClass']
54
  ]
55
  );
56
 
 
 
 
 
 
 
 
 
 
57
  // The above code will only import stuff from $data['mods']
58
  // that is actually a customizer control. Everything else will be ignored
59
  if (isset($data['mods'])) {
23
  }
24
 
25
  wp_send_json_success([
26
+ 'data' => serialize($this->get_data(null, $_POST['strategy'])),
27
+ 'site_url' => get_site_url()
28
  ]);
29
  });
30
 
48
  // Ensure only stdClass is allowed
49
  // We need it for properly decoding widget data. Custom classes
50
  // besides stdClass are not allowed.
51
+ $data = unserialize(
52
+ wp_unslash($_POST['data']),
53
  [
54
  'allowed_classes' => ['stdClass']
55
  ]
56
  );
57
 
58
+ if (! $data) {
59
+ $data = unserialize(
60
+ str_replace("\r\n", "\n", wp_unslash($_POST['data'])),
61
+ [
62
+ 'allowed_classes' => ['stdClass']
63
+ ]
64
+ );
65
+ }
66
+
67
  // The above code will only import stuff from $data['mods']
68
  // that is actually a customizer control. Everything else will be ignored
69
  if (isset($data['mods'])) {
framework/features/demo-install/required-plugins.php CHANGED
@@ -52,6 +52,12 @@ class DemoInstallPluginsInstaller {
52
  $plugins_manager = Plugin::instance()->demo->get_plugins_manager();
53
 
54
  foreach ($plugins as $single_plugin) {
 
 
 
 
 
 
55
  if ($single_plugin === 'stackable-ultimate-gutenberg-blocks') {
56
  $stackable_pro_status = $plugins_manager->get_plugin_status(
57
  'stackable-ultimate-gutenberg-blocks-premium'
52
  $plugins_manager = Plugin::instance()->demo->get_plugins_manager();
53
 
54
  foreach ($plugins as $single_plugin) {
55
+ if ($single_plugin === 'woocommerce') {
56
+ if (empty(get_option('woocommerce_db_version'))) {
57
+ update_option('woocommerce_db_version', '0.0.0');
58
+ }
59
+ }
60
+
61
  if ($single_plugin === 'stackable-ultimate-gutenberg-blocks') {
62
  $stackable_pro_status = $plugins_manager->get_plugin_status(
63
  'stackable-ultimate-gutenberg-blocks-premium'
framework/helpers/helpers.php CHANGED
@@ -93,19 +93,19 @@ function blc_get_contacts_output($args = []) {
93
  }
94
 
95
  $svgs = [
96
- 'address' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-label="Address Icon"><path d="M10,0C6.1,0,3,3.1,3,7c0,4.5,6,11.8,6.2,12.1L10,20l0.8-0.9C11,18.8,17,11.5,17,7C17,3.1,13.9,0,10,0z M10,2c2.8,0,5,2.2,5,5c0,2.7-3.1,7.4-5,9.8C8.1,14.4,5,9.7,5,7C5,4.2,7.2,2,10,2zM10,4.5C8.6,4.5,7.5,5.6,7.5,7S8.6,9.5,10,9.5s2.5-1.1,2.5-2.5S11.4,4.5,10,4.5z"/></svg>',
97
 
98
- 'phone' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-label="Phone Icon"><path d="M4.4,0C4,0,3.6,0.2,3.2,0.4l0,0l0,0L0.8,2.9l0,0C0,3.6-0.2,4.7,0.1,5.6c0,0,0,0,0,0c0.7,1.9,2.3,5.5,5.6,8.7c3.3,3.3,6.9,4.9,8.7,5.6h0c0.9,0.3,1.9,0.1,2.7-0.5l2.4-2.4c0.6-0.6,0.6-1.7,0-2.4l-3.1-3.1l0,0c-0.6-0.6-1.8-0.6-2.4,0l-1.5,1.5c-0.6-0.3-1.9-1-3.1-2.2C8,9.5,7.4,8.2,7.2,7.6l1.5-1.5c0.6-0.6,0.7-1.7,0-2.4l0,0L8.6,3.6L5.6,0.5l0,0l0,0C5.2,0.2,4.8,0,4.4,0zM4.4,1.5c0.1,0,0.1,0,0.2,0.1l3.1,3.1l0.1,0.1c0,0,0,0.1,0,0.2L5.7,6.9L5.3,7.3l0.2,0.5c0,0,0.9,2.4,2.7,4.1L8.4,12c1.8,1.6,3.9,2.5,3.9,2.5l0.5,0.2l2.3-2.3c0.1-0.1,0.1-0.1,0.2,0l3.1,3.1c0.1,0.1,0.1,0.1,0,0.2l-2.4,2.4c-0.4,0.3-0.7,0.4-1.2,0.2c-1.7-0.7-5.1-2.2-8.1-5.2c-3-3-4.6-6.5-5.2-8.2c-0.1-0.3,0-0.8,0.2-1l0,0l2.3-2.4C4.2,1.6,4.3,1.5,4.4,1.5z"/></svg>',
99
 
100
- 'mobile' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-label="Mobile Phone Icon"><path d="M13.5,20H6.5c-1.6,0-2.9-1.3-2.9-2.9V2.9C3.5,1.3,4.8,0,6.5,0h7.1c1.6,0,2.9,1.3,2.9,2.9v14.1C16.5,18.7,15.2,20,13.5,20zM6.7,1.7C5.8,1.7,5,2.5,5,3.4v13.2c0,0.9,0.7,1.7,1.7,1.7h6.6c0.9,0,1.7-0.7,1.7-1.7V3.4c0-0.9-0.7-1.7-1.7-1.7H6.7z"/><path d="M11.2,4.4H8.8c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6h2.4c0.3,0,0.6,0.3,0.6,0.6S11.5,4.4,11.2,4.4z"/><circle cx="10" cy="15.7" r="1.2"/></svg>',
101
 
102
- 'hours' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-label="Working Hours Icon"><path d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10s10-4.5,10-10S15.5,0,10,0z M10,18.2c-4.5,0-8.2-3.7-8.2-8.2c0-4.5,3.7-8.2,8.2-8.2c4.5,0,8.2,3.7,8.2,8.2C18.2,14.5,14.5,18.2,10,18.2z M14.4,12.2c-0.2,0.3-0.5,0.5-0.8,0.5c-0.1,0-0.3,0-0.4-0.1l-3.6-1.8c-0.3-0.2-0.5-0.5-0.5-0.8V4.5C9.1,4,9.5,3.6,10,3.6s0.9,0.4,0.9,0.9v4.9L14,11C14.5,11.2,14.7,11.8,14.4,12.2z"/></svg>',
103
 
104
- 'fax' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-label="Fax Icon"><path d="M17.5,5.8h-1.7v-4V0h-1.7H5.8H4.2v1.8v4H2.5C1.1,5.8,0,7,0,8.3v8.3h4.2V20h11.7v-3.3H20V8.3C20,7,18.9,5.8,17.5,5.8zM5.8,1.8h8.3v4H5.8V1.8zM14.2,18.3H5.8v-5h8.3V18.3zM18.3,15h-2.5v-3.3H4.2V15H1.7V8.3c0-0.5,0.4-0.8,0.8-0.8h15c0.5,0,0.8,0.4,0.8,0.8V15zM4.2,9.2c0,0.5-0.4,0.8-0.8,0.8S2.5,9.6,2.5,9.2s0.4-0.8,0.8-0.8S4.2,8.7,4.2,9.2z"/></svg>',
105
 
106
- 'email' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-label="Email Icon"><path d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10h5v-2h-5c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8v1.5c0,0.8-0.7,1.5-1.5,1.5S15,12.3,15,11.5V10c0-2.7-2.3-5-5-5s-5,2.3-5,5s2.3,5,5,5c1.4,0,2.7-0.6,3.6-1.6c0.6,0.9,1.7,1.6,2.9,1.6c1.9,0,3.5-1.6,3.5-3.5V10C20,4.5,15.5,0,10,0zM10,7c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S8.3,7,10,7z"/></svg>',
107
 
108
- 'website' => '<svg width="18" height="18" viewBox="0 0 20 20" aria-label="Website Icon"><path d="M9.3,0C4.4,0,0.4,4,0.4,8.9s4,8.9,8.9,8.9c0.8,0,1.5-0.1,2.2-0.3v-3.9c-0.6,1.7-1.4,2.7-2.2,2.7c-0.9,0-2-1.5-2.5-3.7h4.8
109
  v-1.5h-5c-0.1-0.7-0.1-1.4-0.1-2.2c0-0.8,0.1-1.5,0.2-2.2h5.6c0.1,0.7,0.2,1.4,0.2,2.2c0,0.2,0,0.4,0,0.6c0.4-0.4,0.9-0.6,1.5-0.6c0-0.8,0-1.5-0.1-2.2h2.8c0.2,0.7,0.3,1.4,0.3,2.2c0,0.5-0.1,1-0.2,1.5l1.3,0.9c0.2-0.8,0.3-1.6,0.3-2.4C18.1,4,14.2,0,9.3,0zM9.3,1.5c0.9,0,2,1.5,2.5,3.7h-5C7.3,2.9,8.3,1.5,9.3,1.5zM6.3,2.1C5.9,2.9,5.5,4,5.2,5.2H2.8C3.6,3.8,4.9,2.7,6.3,2.1zM12.2,2.1c1.5,0.6,2.7,1.7,3.5,3.1h-2.3C13.1,4,12.7,2.9,12.2,2.1zM2.2,6.7h2.8C4.9,7.4,4.8,8.1,4.8,8.9c0,0.8,0.1,1.5,0.1,2.2H2.2C2,10.4,1.9,9.7,1.9,8.9C1.9,8.1,2,7.4,2.2,6.7z M13.7,10.4c-0.4,0-0.7,0.3-0.8,0.7c0,0,0,0.1,0,0.1v6.6c0,0.4,0.3,0.7,0.7,0.7c0.2,0,0.4-0.1,0.5-0.2l0,0l1.4-1.6l1.5,3c0.2,0.4,0.6,0.5,1,0.3c0.4-0.2,0.5-0.6,0.3-1l-1.5-3l2.2-0.4l0,0c0.3-0.1,0.5-0.4,0.5-0.7c0-0.3-0.1-0.5-0.3-0.6l0,0l-5.1-3.6C14.1,10.4,13.9,10.4,13.7,10.4zM2.9,12.6h2.3c0.3,1.2,0.7,2.3,1.1,3.1C4.9,15.1,3.7,14,2.9,12.6z"/></svg>',
110
  ];
111
 
93
  }
94
 
95
  $svgs = [
96
+ 'address' => '<svg width="18" height="18" viewBox="0 0 20 20" role="img" aria-label="'. __('Address icon', 'blocksy') . '"><path d="M10,0C6.1,0,3,3.1,3,7c0,4.5,6,11.8,6.2,12.1L10,20l0.8-0.9C11,18.8,17,11.5,17,7C17,3.1,13.9,0,10,0z M10,2c2.8,0,5,2.2,5,5c0,2.7-3.1,7.4-5,9.8C8.1,14.4,5,9.7,5,7C5,4.2,7.2,2,10,2zM10,4.5C8.6,4.5,7.5,5.6,7.5,7S8.6,9.5,10,9.5s2.5-1.1,2.5-2.5S11.4,4.5,10,4.5z"/></svg>',
97
 
98
+ 'phone' => '<svg width="18" height="18" viewBox="0 0 20 20" role="img" aria-label="'. __('Phone icon', 'blocksy') . '"><path d="M4.4,0C4,0,3.6,0.2,3.2,0.4l0,0l0,0L0.8,2.9l0,0C0,3.6-0.2,4.7,0.1,5.6c0,0,0,0,0,0c0.7,1.9,2.3,5.5,5.6,8.7c3.3,3.3,6.9,4.9,8.7,5.6h0c0.9,0.3,1.9,0.1,2.7-0.5l2.4-2.4c0.6-0.6,0.6-1.7,0-2.4l-3.1-3.1l0,0c-0.6-0.6-1.8-0.6-2.4,0l-1.5,1.5c-0.6-0.3-1.9-1-3.1-2.2C8,9.5,7.4,8.2,7.2,7.6l1.5-1.5c0.6-0.6,0.7-1.7,0-2.4l0,0L8.6,3.6L5.6,0.5l0,0l0,0C5.2,0.2,4.8,0,4.4,0zM4.4,1.5c0.1,0,0.1,0,0.2,0.1l3.1,3.1l0.1,0.1c0,0,0,0.1,0,0.2L5.7,6.9L5.3,7.3l0.2,0.5c0,0,0.9,2.4,2.7,4.1L8.4,12c1.8,1.6,3.9,2.5,3.9,2.5l0.5,0.2l2.3-2.3c0.1-0.1,0.1-0.1,0.2,0l3.1,3.1c0.1,0.1,0.1,0.1,0,0.2l-2.4,2.4c-0.4,0.3-0.7,0.4-1.2,0.2c-1.7-0.7-5.1-2.2-8.1-5.2c-3-3-4.6-6.5-5.2-8.2c-0.1-0.3,0-0.8,0.2-1l0,0l2.3-2.4C4.2,1.6,4.3,1.5,4.4,1.5z"/></svg>',
99
 
100
+ 'mobile' => '<svg width="18" height="18" viewBox="0 0 20 20" role="img" aria-label="'. __('Mobile phone icon', 'blocksy') . '"><path d="M13.5,20H6.5c-1.6,0-2.9-1.3-2.9-2.9V2.9C3.5,1.3,4.8,0,6.5,0h7.1c1.6,0,2.9,1.3,2.9,2.9v14.1C16.5,18.7,15.2,20,13.5,20zM6.7,1.7C5.8,1.7,5,2.5,5,3.4v13.2c0,0.9,0.7,1.7,1.7,1.7h6.6c0.9,0,1.7-0.7,1.7-1.7V3.4c0-0.9-0.7-1.7-1.7-1.7H6.7z"/><path d="M11.2,4.4H8.8c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6h2.4c0.3,0,0.6,0.3,0.6,0.6S11.5,4.4,11.2,4.4z"/><circle cx="10" cy="15.7" r="1.2"/></svg>',
101
 
102
+ 'hours' => '<svg width="18" height="18" viewBox="0 0 20 20" role="img" aria-label="'. __('Working hours icon', 'blocksy') . '"><path d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10s10-4.5,10-10S15.5,0,10,0z M10,18.2c-4.5,0-8.2-3.7-8.2-8.2c0-4.5,3.7-8.2,8.2-8.2c4.5,0,8.2,3.7,8.2,8.2C18.2,14.5,14.5,18.2,10,18.2z M14.4,12.2c-0.2,0.3-0.5,0.5-0.8,0.5c-0.1,0-0.3,0-0.4-0.1l-3.6-1.8c-0.3-0.2-0.5-0.5-0.5-0.8V4.5C9.1,4,9.5,3.6,10,3.6s0.9,0.4,0.9,0.9v4.9L14,11C14.5,11.2,14.7,11.8,14.4,12.2z"/></svg>',
103
 
104
+ 'fax' => '<svg width="18" height="18" viewBox="0 0 20 20" role="img" aria-label="'. __('Fax icon', 'blocksy') . '"><path d="M17.5,5.8h-1.7v-4V0h-1.7H5.8H4.2v1.8v4H2.5C1.1,5.8,0,7,0,8.3v8.3h4.2V20h11.7v-3.3H20V8.3C20,7,18.9,5.8,17.5,5.8zM5.8,1.8h8.3v4H5.8V1.8zM14.2,18.3H5.8v-5h8.3V18.3zM18.3,15h-2.5v-3.3H4.2V15H1.7V8.3c0-0.5,0.4-0.8,0.8-0.8h15c0.5,0,0.8,0.4,0.8,0.8V15zM4.2,9.2c0,0.5-0.4,0.8-0.8,0.8S2.5,9.6,2.5,9.2s0.4-0.8,0.8-0.8S4.2,8.7,4.2,9.2z"/></svg>',
105
 
106
+ 'email' => '<svg width="18" height="18" viewBox="0 0 20 20" role="img" aria-label="'. __('Email icon', 'blocksy') . '"><path d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10h5v-2h-5c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8v1.5c0,0.8-0.7,1.5-1.5,1.5S15,12.3,15,11.5V10c0-2.7-2.3-5-5-5s-5,2.3-5,5s2.3,5,5,5c1.4,0,2.7-0.6,3.6-1.6c0.6,0.9,1.7,1.6,2.9,1.6c1.9,0,3.5-1.6,3.5-3.5V10C20,4.5,15.5,0,10,0zM10,7c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S8.3,7,10,7z"/></svg>',
107
 
108
+ 'website' => '<svg width="18" height="18" viewBox="0 0 20 20" role="img" aria-label="'. __('Website icon', 'blocksy') . '"><path d="M9.3,0C4.4,0,0.4,4,0.4,8.9s4,8.9,8.9,8.9c0.8,0,1.5-0.1,2.2-0.3v-3.9c-0.6,1.7-1.4,2.7-2.2,2.7c-0.9,0-2-1.5-2.5-3.7h4.8
109
  v-1.5h-5c-0.1-0.7-0.1-1.4-0.1-2.2c0-0.8,0.1-1.5,0.2-2.2h5.6c0.1,0.7,0.2,1.4,0.2,2.2c0,0.2,0,0.4,0,0.6c0.4-0.4,0.9-0.6,1.5-0.6c0-0.8,0-1.5-0.1-2.2h2.8c0.2,0.7,0.3,1.4,0.3,2.2c0,0.5-0.1,1-0.2,1.5l1.3,0.9c0.2-0.8,0.3-1.6,0.3-2.4C18.1,4,14.2,0,9.3,0zM9.3,1.5c0.9,0,2,1.5,2.5,3.7h-5C7.3,2.9,8.3,1.5,9.3,1.5zM6.3,2.1C5.9,2.9,5.5,4,5.2,5.2H2.8C3.6,3.8,4.9,2.7,6.3,2.1zM12.2,2.1c1.5,0.6,2.7,1.7,3.5,3.1h-2.3C13.1,4,12.7,2.9,12.2,2.1zM2.2,6.7h2.8C4.9,7.4,4.8,8.1,4.8,8.9c0,0.8,0.1,1.5,0.1,2.2H2.2C2,10.4,1.9,9.7,1.9,8.9C1.9,8.1,2,7.4,2.2,6.7z M13.7,10.4c-0.4,0-0.7,0.3-0.8,0.7c0,0,0,0.1,0,0.1v6.6c0,0.4,0.3,0.7,0.7,0.7c0.2,0,0.4-0.1,0.5-0.2l0,0l1.4-1.6l1.5,3c0.2,0.4,0.6,0.5,1,0.3c0.4-0.2,0.5-0.6,0.3-1l-1.5-3l2.2-0.4l0,0c0.3-0.1,0.5-0.4,0.5-0.7c0-0.3-0.1-0.5-0.3-0.6l0,0l-5.1-3.6C14.1,10.4,13.9,10.4,13.7,10.4zM2.9,12.6h2.3c0.3,1.2,0.7,2.3,1.1,3.1C4.9,15.1,3.7,14,2.9,12.6z"/></svg>',
110
  ];
111
 
freemius/assets/css/admin/account.css CHANGED
@@ -1 +1 @@
1
- label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-notice[data-id="license_not_whitelabeled"].success,.fs-notice[data-id="license_whitelabeled"].success{color:inherit;border-left-color:#00a0d2}.fs-notice[data-id="license_not_whitelabeled"].success label.fs-plugin-title,.fs-notice[data-id="license_whitelabeled"].success label.fs-plugin-title{display:none}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
1
+ label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-notice[data-id=license_not_whitelabeled].success,.fs-notice[data-id=license_whitelabeled].success{color:inherit;border-left-color:#00a0d2}.fs-notice[data-id=license_not_whitelabeled].success label.fs-plugin-title,.fs-notice[data-id=license_whitelabeled].success label.fs-plugin-title{display:none}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #f1f1f1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type=text]{color:#0073aa;font-size:16px;background:none}.fs-key-value-table input[type=text]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:gray;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}@media screen and (max-width: 639px){#fs_account .fs-header-actions{position:static;padding:0 15px 12px 15px;margin:0 0 12px 0}#fs_account .fs-header-actions li{float:none;display:inline-block}#fs_account #fs_account_details{display:block}#fs_account #fs_account_details tbody,#fs_account #fs_account_details tr,#fs_account #fs_account_details td,#fs_account #fs_account_details th{display:block}#fs_account #fs_account_details tr td:first-child{text-align:left}#fs_account #fs_account_details tr td:nth-child(2){padding:0 12px}#fs_account #fs_account_details tr td:nth-child(2) code{margin:0;padding:0}#fs_account #fs_account_details tr td:nth-child(2) label{margin-left:0}#fs_account #fs_account_details tr td:nth-child(3){text-align:left}#fs_account #fs_account_details tr.fs-field-plan td:nth-child(2) .button-group{float:none;margin:12px 0}}/*# sourceMappingURL=account.css.map */
freemius/assets/css/admin/add-ons.css CHANGED
@@ -1,2 +1 @@
1
- .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
2
- #TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid white;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
1
+ .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);box-shadow:0 2px 1px -1px rgba(0,0,0,.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,.15s;-o-transition:all,.15s;-ms-transition:all,.15s;-webkit-transition:all,.15s;transition:all,.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,.15s;-o-transition:all,.15s;-ms-transition:all,.15s;-webkit-transition:all,.15s;transition:all,.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:#adff2f;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.3);box-shadow:1px 1px 1px rgba(0,0,0,.3);text-transform:uppercase;font-size:.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}#TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:#adff2f;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid #006400;padding:2px;text-align:center;font-size:.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#f3f3f3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:#adff2f}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid #fff;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}/*# sourceMappingURL=add-ons.css.map */
 
freemius/assets/css/admin/affiliation.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";#fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;padding:0;margin-left:0}#fs_affiliation_content_wrapper ul li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:'';margin-right:10px;font-weight:bold}#fs_affiliation_content_wrapper p:not(.description),#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper label{font-size:16px !important;line-height:26px !important}#fs_affiliation_content_wrapper .button{margin-top:20px;margin-bottom:7px;line-height:35px;height:40px;font-size:16px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{font-weight:bold;display:block;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{text-decoration:none;display:inline-block;margin-top:3px}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}
1
+ #fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;padding:0;margin-left:0}#fs_affiliation_content_wrapper ul li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:"";margin-right:10px;font-weight:bold}#fs_affiliation_content_wrapper p:not(.description),#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper label{font-size:16px !important;line-height:26px !important}#fs_affiliation_content_wrapper .button{margin-top:20px;margin-bottom:7px;line-height:35px;height:40px;font-size:16px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{font-weight:bold;display:block;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{text-decoration:none;display:inline-block;margin-top:3px}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}/*# sourceMappingURL=affiliation.css.map */
freemius/assets/css/admin/checkout.css CHANGED
@@ -1 +1 @@
1
- @media screen and (max-width: 782px){#wpbody-content{padding-bottom:0 !important}}
1
+ @media screen and (max-width: 782px){#wpbody-content{padding-bottom:0 !important}}/*# sourceMappingURL=checkout.css.map */
freemius/assets/css/admin/clone-resolution.css ADDED
@@ -0,0 +1 @@
 
1
+ .fs-notice[data-id^=clone_resolution_options_notice]{padding:0;color:inherit !important}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-body{padding:0;margin-bottom:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-header{padding:5px 10px}.fs-notice[data-id^=clone_resolution_options_notice] ol{margin-top:0;margin-bottom:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{display:flex;flex-direction:row;padding:0 10px 10px}@media(max-width: 750px){.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{flex-direction:column}}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option{border:1px solid #ccc;padding:10px 10px 15px 10px;flex:auto;margin:5px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:first-child{margin-left:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:last-child{margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option strong{font-size:1.2em;padding:2px;line-height:1.5em}.fs-notice[data-id^=clone_resolution_options_notice] a{text-decoration:none}.fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:10px}.rtl .fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:0;margin-left:10px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-documentation-container{padding:0 10px 15px}.fs-notice[data-id=temporary_duplicate_notice] #fs_clone_resolution_error_message{border:1px solid #d3135a;background:#fee;color:#d3135a;padding:10px}.fs-notice[data-id=temporary_duplicate_notice] ol{margin-top:0}/*# sourceMappingURL=clone-resolution.css.map */
freemius/assets/css/admin/common.css CHANGED
@@ -1,2 +1 @@
1
- .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,0.1),inset 0 1px 3px 0 rgba(0,0,0,0.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #ececec, #fff);background-image:-moz-linear-gradient(top, #ececec, #fff);background-image:-ms-linear-gradient(top, #ececec, #fff);background-image:-o-linear-gradient(top, #ececec, #fff);background-image:linear-gradient(top, bottom, #ececec, #fff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);z-index:999;-moz-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}.fs-switch-feedback{margin-left:10px}.fs-switch-feedback.success{color:#71ae00}.rtl .fs-switch-feedback{margin-left:0;margin-right:10px}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
2
- .fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 1250px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
1
+ .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.3);box-shadow:0 2px 1px -1px rgba(0,0,0,.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,.1),inset 0 1px 3px 0 rgba(0,0,0,.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #ececec, #fff);background-image:-moz-linear-gradient(top, #ececec, #fff);background-image:-ms-linear-gradient(top, #ececec, #fff);background-image:-o-linear-gradient(top, #ececec, #fff);background-image:linear-gradient(top, bottom, #ececec, #fff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,.5);z-index:999;-moz-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}.fs-switch-feedback{margin-left:10px}.fs-switch-feedback.success{color:#71ae00}.rtl .fs-switch-feedback{margin-left:0;margin-right:10px}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media(max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,.3);box-shadow:0 2px 2px rgba(6,113,6,.3);opacity:.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 1250px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:"↳";padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:"↲"}.fs-submenu-item.pricing.upgrade-mode{color:#adff2f}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}/*# sourceMappingURL=common.css.map */
 
freemius/assets/css/admin/connect.css CHANGED
@@ -1 +1 @@
1
- #fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions>.fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li>i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li .fs-switch{float:right}#fs_connect .fs-permissions ul li .fs-permission-description{margin-left:55px}#fs_connect .fs-permissions ul li .fs-permission-description span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{overflow:initial;height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:rgba(0,0,0,0.8);color:#fff !important;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:-17px;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left;text-transform:none !important}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right;left:auto;right:-17px}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li .fs-switch{float:left}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}#license_issues_link{display:block;text-align:center;font-size:0.9em;margin-top:10px}
1
+ #fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.3);box-shadow:0px 1px 2px rgba(0,0,0,.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#c0c7ca}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:" ➜"}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:""}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#fefefe;-moz-transition:background .5s ease;-o-transition:background .5s ease;-ms-transition:background .5s ease;-webkit-transition:background .5s ease;transition:background .5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions>.fs-trigger{font-size:.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li>i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li .fs-switch{float:right}#fs_connect .fs-permissions ul li .fs-permission-description{margin-left:55px}#fs_connect .fs-permissions ul li .fs-permission-description span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{overflow:initial;height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#c2eeff;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:.85em;padding:5px;background:rgba(0,0,0,.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:rgba(0,0,0,.8);color:#fff !important;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:-17px;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left;text-transform:none !important}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right;left:auto;right:-17px}.fs-tooltip-trigger .fs-tooltip::after{content:" ";display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#c0c7ca}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:" »"}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:""}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li .fs-switch{float:left}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:#fff;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}#license_issues_link{display:block;text-align:center;font-size:.9em;margin-top:10px}/*# sourceMappingURL=connect.css.map */
freemius/assets/css/admin/debug.css CHANGED
@@ -1 +1 @@
1
- .fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
1
+ .fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}/*# sourceMappingURL=debug.css.map */
freemius/assets/css/admin/dialog-boxes.css CHANGED
@@ -1,2 +1 @@
1
- .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type="radio"]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
2
- .rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
1
+ .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,.6)}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media(max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:last-of-type{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}.rtl .fs-modal .fs-modal-footer{text-align:left}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media(max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:left;line-height:30px}.rtl .fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.rtl .fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:right}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type=radio]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media(max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-modal.fs-modal-email-address-update .fs-modal-body input[type=text]{width:100%}.fs-modal.fs-modal-email-address-update p{margin-bottom:0}.fs-modal.fs-modal-email-address-update ul{margin:1em .5em}.fs-modal.fs-modal-email-address-update ul li label span{float:left;margin-top:0}.fs-modal.fs-modal-email-address-update ul li label span:last-child{display:block;float:none;margin-left:20px}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:.3;-o-transform:.3;-ms-transform:.3;-webkit-transform:.3;transform:.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,.1) !important}/*# sourceMappingURL=dialog-boxes.css.map */
 
freemius/assets/css/admin/gdpr-optin-notice.css CHANGED
@@ -1 +1 @@
1
- .fs-notice[data-id^="gdpr_optin_actions"] .underlined{text-decoration:underline}.fs-notice[data-id^="gdpr_optin_actions"] ul .button,.fs-notice[data-id^="gdpr_optin_actions"] ul .action-description{vertical-align:middle}.fs-notice[data-id^="gdpr_optin_actions"] ul .action-description{display:inline-block;margin-left:3px}
1
+ .fs-notice[data-id^=gdpr_optin_actions] .underlined{text-decoration:underline}.fs-notice[data-id^=gdpr_optin_actions] ul .button,.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{vertical-align:middle}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{display:inline-block;margin-left:3px}/*# sourceMappingURL=gdpr-optin-notice.css.map */
freemius/assets/css/admin/plugins.css CHANGED
@@ -1 +1 @@
1
- label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}
1
+ label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}/*# sourceMappingURL=plugins.css.map */
freemius/assets/css/customizer.css CHANGED
@@ -1 +1 @@
1
- #fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;transition:.15s background-color ease-in-out, .15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}
1
+ #fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:"arial",serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.2);box-shadow:1px 1px 1px rgba(0,0,0,.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:" ";display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;transition:.15s background-color ease-in-out,.15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}/*# sourceMappingURL=customizer.css.map */
freemius/config.php CHANGED
@@ -354,7 +354,7 @@
354
  is_multisite() &&
355
  ( is_network_admin() ||
356
  ( ( defined( 'DOING_AJAX' ) && DOING_AJAX &&
357
- ( isset( $_REQUEST['_fs_network_admin'] ) /*||
358
  ( ! empty( $_REQUEST['action'] ) && 'delete-plugin' === $_REQUEST['action'] )*/ )
359
  ) ||
360
  // Plugin uninstall.
@@ -385,7 +385,7 @@
385
 
386
  if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
387
  define( 'WP_FS__DEMO_MODE', false );
388
- }
389
- if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
390
- define( 'FS_SDK__SSLVERIFY', false );
391
- }
354
  is_multisite() &&
355
  ( is_network_admin() ||
356
  ( ( defined( 'DOING_AJAX' ) && DOING_AJAX &&
357
+ ( isset( $_REQUEST['_fs_network_admin'] ) && 'true' === $_REQUEST['_fs_network_admin'] /*||
358
  ( ! empty( $_REQUEST['action'] ) && 'delete-plugin' === $_REQUEST['action'] )*/ )
359
  ) ||
360
  // Plugin uninstall.
385
 
386
  if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
387
  define( 'WP_FS__DEMO_MODE', false );
388
+ }
389
+ if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
390
+ define( 'FS_SDK__SSLVERIFY', false );
391
+ }
freemius/includes/class-freemius.php CHANGED
@@ -408,8 +408,10 @@
408
  * @param bool $is_init Since 1.2.1 Is initiation sequence.
409
  */
410
  private function __construct( $module_id, $slug = false, $is_init = false ) {
 
 
411
  if ( $is_init && is_numeric( $module_id ) && is_string( $slug ) ) {
412
- $this->store_id_slug_type_path_map( $module_id, $slug );
413
  }
414
 
415
  $this->_module_id = $module_id;
@@ -424,7 +426,7 @@
424
 
425
  $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $this->get_unique_affix(), WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
426
 
427
- $this->_plugin_main_file_path = $this->_find_caller_plugin_file( $is_init );
428
  $this->_plugin_dir_path = plugin_dir_path( $this->_plugin_main_file_path );
429
  $this->_plugin_basename = $this->get_plugin_basename();
430
  $this->_free_plugin_basename = str_replace( '-premium/', '/', $this->_plugin_basename );
@@ -519,7 +521,10 @@
519
  * @author Leo Fajardo (@leorw)
520
  * @since 1.2.2
521
  */
522
- ( is_object( $this->_plugin ) ? $this->_plugin->title : $this->get_plugin_name() ),
 
 
 
523
  $this->get_unique_affix()
524
  );
525
 
@@ -1641,13 +1646,10 @@
1641
  }
1642
 
1643
  if ( $this->is_plugin() ) {
1644
- if ( $this->_is_network_active ) {
1645
- if ( version_compare( $GLOBALS['wp_version'], '5.1', '<' ) ) {
1646
- add_action( 'wpmu_new_blog', array( $this, '_after_new_blog_callback' ), 10, 6 );
1647
- } else {
1648
- add_action( 'wp_insert_site', array( $this, '_after_wp_insert_site_callback' ) );
1649
- }
1650
-
1651
  }
1652
 
1653
  register_deactivation_hook( $this->_plugin_main_file_path, array( &$this, '_deactivate_plugin_hook' ) );
@@ -1657,12 +1659,12 @@
1657
  add_action( 'deactivate_blog', array( &$this, '_after_site_deactivated_callback' ) );
1658
  add_action( 'archive_blog', array( &$this, '_after_site_deactivated_callback' ) );
1659
  add_action( 'make_spam_blog', array( &$this, '_after_site_deactivated_callback' ) );
1660
- if ( version_compare( $GLOBALS['wp_version'], '5.1', '<' ) ) {
1661
- add_action( 'deleted_blog', array( $this, '_after_site_deleted_callback' ), 10, 2 );
1662
- } else {
1663
- add_action( 'wp_delete_site', array( $this, '_after_wpsite_deleted_callback' ) );
1664
- }
1665
 
 
 
 
 
 
1666
 
1667
  add_action( 'activate_blog', array( &$this, '_after_site_reactivated_callback' ) );
1668
  add_action( 'unarchive_blog', array( &$this, '_after_site_reactivated_callback' ) );
@@ -1687,6 +1689,7 @@
1687
  add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
1688
  add_action( 'admin_init', array( &$this, '_add_beta_mode_update_handler' ) );
1689
  add_action( 'admin_init', array( &$this, '_add_user_change_option' ) );
 
1690
 
1691
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1692
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
@@ -2104,20 +2107,27 @@
2104
  /**
2105
  * Leverage backtrace to find caller plugin file path.
2106
  *
2107
- * @author Vova Feldman (@svovaf)
2108
- * @since 1.0.6
2109
- *
2110
- * @param bool $is_init Is initiation sequence.
2111
  *
2112
  * @return string
 
 
 
2113
  */
2114
- private function _find_caller_plugin_file( $is_init = false ) {
2115
  // Try to load the cached value of the file path.
2116
  if ( isset( $this->_storage->plugin_main_file ) ) {
2117
  $plugin_main_file = $this->_storage->plugin_main_file;
2118
  if ( ! empty( $plugin_main_file->path ) ) {
2119
  $absolute_path = $this->get_absolute_path( $plugin_main_file->path );
2120
  if ( file_exists( $absolute_path ) ) {
 
 
 
 
 
 
2121
  return $absolute_path;
2122
  }
2123
  }
@@ -2158,12 +2168,11 @@
2158
  * Only the original instantiator that calls dynamic_init can modify the module's path.
2159
  */
2160
  // Find caller module.
2161
- $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
2162
  $this->_storage->plugin_main_file = (object) array(
2163
- 'path' => $id_slug_type_path_map[ $this->_module_id ]['path'],
2164
  );
2165
 
2166
- return $this->get_absolute_path( $id_slug_type_path_map[ $this->_module_id ]['path'] );
2167
  }
2168
 
2169
  /**
@@ -2225,6 +2234,8 @@
2225
  * @param number $module_id
2226
  * @param string $slug
2227
  *
 
 
2228
  * @since 1.2.2
2229
  */
2230
  private function store_id_slug_type_path_map( $module_id, $slug ) {
@@ -2246,20 +2257,52 @@
2246
  $store_option = true;
2247
  }
2248
 
2249
- if ( empty( $id_slug_type_path_map[ $module_id ]['path'] ) ||
2250
- /**
2251
- * This verification is for cases when suddenly the same module
2252
- * is installed but with a different folder name.
2253
- *
2254
- * @author Vova Feldman (@svovaf)
2255
- * @since 1.2.3
2256
- */
2257
- ! file_exists( $this->get_absolute_path(
2258
- $id_slug_type_path_map[ $module_id ]['path'],
2259
- $id_slug_type_path_map[ $module_id ]['type']
2260
- ) )
2261
- ) {
2262
- $caller_main_file_and_type = $this->get_caller_main_file_and_type();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2263
 
2264
  $id_slug_type_path_map[ $module_id ]['type'] = $caller_main_file_and_type->module_type;
2265
  $id_slug_type_path_map[ $module_id ]['path'] = $caller_main_file_and_type->path;
@@ -2270,6 +2313,8 @@
2270
  if ( $store_option ) {
2271
  self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
2272
  }
 
 
2273
  }
2274
 
2275
  /**
@@ -2283,8 +2328,10 @@
2283
  * add-ons are relying on loading the SDK from the parent module, and also allows themes including the
2284
  * SDK an internal file instead of directly from functions.php.
2285
  * @since 1.2.1.7 Knows how to handle cases when an add-on includes the parent module logic.
 
 
2286
  */
2287
- private function get_caller_main_file_and_type() {
2288
  self::require_plugin_essentials();
2289
 
2290
  $all_plugins = fs_get_plugins( true );
@@ -2423,10 +2470,12 @@
2423
  }
2424
  }
2425
 
2426
- return (object) array(
2427
  'module_type' => $module_type,
2428
  'path' => $caller_file_candidate
2429
  );
 
 
2430
  }
2431
 
2432
  #----------------------------------------------------------------------------------
@@ -2443,6 +2492,13 @@
2443
  * @since 1.1.2
2444
  */
2445
  function _add_deactivation_feedback_dialog_box() {
 
 
 
 
 
 
 
2446
  $subscription_cancellation_dialog_box_template_params = $this->apply_filters( 'show_deactivation_subscription_cancellation', true ) ?
2447
  $this->_get_subscription_cancellation_dialog_box_template_params() :
2448
  array();
@@ -2450,7 +2506,7 @@
2450
  /**
2451
  * @since 2.3.0 Developers can optionally hide the deactivation feedback form using the 'show_deactivation_feedback_form' filter.
2452
  */
2453
- $show_deactivation_feedback_form = true;
2454
  if ( $this->has_filter( 'show_deactivation_feedback_form' ) ) {
2455
  $show_deactivation_feedback_form = $this->apply_filters( 'show_deactivation_feedback_form', true );
2456
  } else if ( $this->is_addon() ) {
@@ -2555,7 +2611,7 @@
2555
  $reason_temporary_deactivation = array(
2556
  'id' => self::REASON_TEMPORARY_DEACTIVATION,
2557
  'text' => sprintf(
2558
- $this->get_text_inline( "It's a temporary %s. I'm just debugging an issue.", 'reason-temporary-x' ),
2559
  strtolower( $this->is_plugin() ?
2560
  $this->get_text_inline( 'Deactivation', 'deactivation' ) :
2561
  $this->get_text_inline( 'Theme Switch', 'theme-switch' )
@@ -2720,6 +2776,14 @@
2720
 
2721
  $this->_storage->store( 'uninstall_reason', $reason );
2722
 
 
 
 
 
 
 
 
 
2723
  /**
2724
  * If the module type is "theme", trigger the uninstall event here (on theme deactivation) since themes do
2725
  * not support uninstall hook.
@@ -2741,6 +2805,73 @@
2741
  exit;
2742
  }
2743
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2744
  /**
2745
  * @author Leo Fajardo (@leorw)
2746
  * @since 2.1.4
@@ -2937,6 +3068,13 @@
2937
  return self::instance( $addon_id );
2938
  }
2939
 
 
 
 
 
 
 
 
2940
  #endregion ------------------------------------------------------------------
2941
 
2942
  /**
@@ -3447,6 +3585,9 @@
3447
  add_action( 'plugins_loaded', array( 'Freemius', '_load_textdomain' ), 1 );
3448
  }
3449
 
 
 
 
3450
  add_action( 'admin_footer', array( 'Freemius', '_enrich_ajax_url' ) );
3451
  add_action( 'admin_footer', array( 'Freemius', '_open_support_forum_in_new_page' ) );
3452
 
@@ -3466,6 +3607,86 @@
3466
  self::$_statics_loaded = true;
3467
  }
3468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3469
  /**
3470
  * @author Leo Fajardo (@leorw)
3471
  *
@@ -3583,8 +3804,8 @@
3583
  static function _get_debug_log() {
3584
  $logs = FS_Logger::load_db_logs(
3585
  fs_request_get( 'filters', false, 'post' ),
3586
- ! empty( $_POST['limit'] ) && is_numeric( $_POST['limit'] ) ? $_POST['limit'] : 200,
3587
- ! empty( $_POST['offset'] ) && is_numeric( $_POST['offset'] ) ? $_POST['offset'] : 0
3588
  );
3589
 
3590
  self::shoot_ajax_success( $logs );
@@ -3691,6 +3912,10 @@
3691
 
3692
  switch_to_blog( $current_blog_id );
3693
  }
 
 
 
 
3694
  } else if ( fs_request_is_action( 'simulate_trial' ) ) {
3695
  check_admin_referer( 'simulate_trial' );
3696
 
@@ -3739,55 +3964,65 @@
3739
  }
3740
 
3741
  /**
3742
- * @author Vova Feldman (@svovaf)
3743
- * @since 1.0.8
 
 
3744
  */
3745
- static function _debug_page_render() {
3746
  self::$_static_logger->entrance();
3747
 
 
 
 
 
 
 
 
3748
  if ( ! is_multisite() ) {
3749
- $all_plugins_installs = self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN );
3750
- $all_themes_installs = self::get_all_sites( WP_FS__MODULE_TYPE_THEME );
 
3751
  } else {
3752
  $sites = self::get_sites();
3753
 
3754
- $all_plugins_installs = array();
3755
- $all_themes_installs = array();
3756
-
3757
  foreach ( $sites as $site ) {
3758
  $blog_id = self::get_site_blog_id( $site );
3759
 
3760
- $plugins_installs = self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN, $blog_id );
3761
-
3762
- foreach ( $plugins_installs as $slug => $install ) {
3763
- if ( ! isset( $all_plugins_installs[ $slug ] ) ) {
3764
- $all_plugins_installs[ $slug ] = array();
3765
- }
3766
-
3767
- $install->blog_id = $blog_id;
3768
 
3769
- $all_plugins_installs[ $slug ][] = $install;
3770
- }
 
 
3771
 
3772
- $themes_installs = self::get_all_sites( WP_FS__MODULE_TYPE_THEME, $blog_id );
3773
 
3774
- foreach ( $themes_installs as $slug => $install ) {
3775
- if ( ! isset( $all_themes_installs[ $slug ] ) ) {
3776
- $all_themes_installs[ $slug ] = array();
3777
  }
3778
 
3779
- $install->blog_id = $blog_id;
3780
-
3781
- $all_themes_installs[ $slug ][] = $install;
3782
  }
3783
  }
3784
  }
3785
 
 
 
 
 
 
 
 
 
 
 
 
 
3786
  $licenses_by_module_type = self::get_all_licenses_by_module_type();
3787
 
3788
  $vars = array(
3789
- 'plugin_sites' => $all_plugins_installs,
3790
- 'theme_sites' => $all_themes_installs,
3791
  'users' => self::get_all_users(),
3792
  'addons' => self::get_all_addons(),
3793
  'account_addons' => self::get_all_account_addons(),
@@ -3819,6 +4054,10 @@
3819
  function is_on() {
3820
  self::$_static_logger->entrance();
3821
 
 
 
 
 
3822
  if ( isset( $this->_is_on ) ) {
3823
  return $this->_is_on;
3824
  }
@@ -3907,18 +4146,24 @@
3907
 
3908
  $is_update = $this->apply_filters( 'is_plugin_update', $this->is_plugin_update() );
3909
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3910
  return $this->get_api_plugin_scope()->ping(
3911
  $this->get_anonymous_id( $blog_id ),
3912
- array(
3913
- 'is_update' => json_encode( $is_update ),
3914
- 'version' => $version,
3915
- 'sdk' => $this->version,
3916
- 'is_admin' => json_encode( is_admin() ),
3917
- 'is_ajax' => json_encode( self::is_ajax() ),
3918
- 'is_cron' => json_encode( self::is_cron() ),
3919
- 'is_gdpr_test' => $is_gdpr_test,
3920
- 'is_http' => json_encode( WP_FS__IS_HTTP_REQUEST ),
3921
- )
3922
  );
3923
  }
3924
 
@@ -3971,7 +4216,7 @@
3971
  if ( $is_connected ) {
3972
  FS_GDPR_Manager::instance()->store_is_required( $pong->is_gdpr_required );
3973
  }
3974
-
3975
  $this->store_connectivity_info( $pong, $is_connected );
3976
 
3977
  return $this->_has_api_connection;
@@ -4084,6 +4329,17 @@
4084
  return $unique_id;
4085
  }
4086
 
 
 
 
 
 
 
 
 
 
 
 
4087
  /**
4088
  * @author Vova Feldman (@svovaf)
4089
  * @since 1.1.7.4
@@ -4894,10 +5150,8 @@
4894
  * @since 1.1.7.3
4895
  *
4896
  */
4897
- if ( $this->is_registered() ) {
4898
- if ( ! $this->is_sync_cron_on() && $this->is_tracking_allowed() ) {
4899
- $this->schedule_sync_cron();
4900
- }
4901
  }
4902
 
4903
  /**
@@ -4910,6 +5164,8 @@
4910
  }
4911
 
4912
  if ( $this->is_registered() ) {
 
 
4913
  $this->hook_callback_to_install_sync();
4914
  }
4915
 
@@ -4924,6 +5180,28 @@
4924
  }
4925
 
4926
  if ( $this->is_user_in_admin() ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4927
  if ( $this->is_addon() ) {
4928
  if ( ! $this->is_parent_plugin_installed() ) {
4929
  $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
@@ -5047,7 +5325,8 @@
5047
  */
5048
  ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->premium_plugin_basename() ) ) )
5049
  ) &&
5050
- $this->has_release_on_freemius()
 
5051
  ) {
5052
  FS_Plugin_Updater::instance( $this );
5053
  }
@@ -5195,7 +5474,7 @@
5195
  }
5196
 
5197
  // Send update to FS.
5198
- $result = $this->get_api_site_scope()->call( '/?fields=is_disconnected', 'put', array(
5199
  'is_disconnected' => true
5200
  ) );
5201
 
@@ -5344,7 +5623,7 @@
5344
  return true;
5345
  }
5346
 
5347
- $result = $this->get_api_site_scope()->call( '/?is_disconnected', 'put', array(
5348
  'is_disconnected' => false
5349
  ) );
5350
 
@@ -6924,6 +7203,24 @@
6924
  return $this->is_cron_on( 'sync' );
6925
  }
6926
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6927
  /**
6928
  * @author Vova Feldman (@svovaf)
6929
  * @since 1.1.7.3
@@ -7102,6 +7399,10 @@
7102
  * @param int|null $current_blog_id
7103
  */
7104
  function _sync_install_cron_method( array $blog_ids, $current_blog_id = null ) {
 
 
 
 
7105
  if ( $this->is_registered() ) {
7106
  if ( 1 < count( $blog_ids ) ) {
7107
  $this->sync_installs( array(), true );
@@ -7118,13 +7419,20 @@
7118
  /**
7119
  * Show a notice that activation is currently pending.
7120
  *
 
 
7121
  * @author Vova Feldman (@svovaf)
7122
  * @since 1.0.7
7123
  *
7124
  * @param bool|string $email
7125
  * @param bool $is_pending_trial Since 1.2.1.5
 
7126
  */
7127
- function _add_pending_activation_notice( $email = false, $is_pending_trial = false ) {
 
 
 
 
7128
  if ( ! is_string( $email ) ) {
7129
  $current_user = self::_get_current_wp_user();
7130
  $email = $current_user->user_email;
@@ -7180,6 +7488,20 @@
7180
  /**
7181
  * Don't redirect if activating multiple plugins at once (bulk activation).
7182
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7183
  } else if ( ! $is_migration ) {
7184
  $this->_redirect_on_activation_hook();
7185
  return;
@@ -7366,8 +7688,6 @@
7366
 
7367
  fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
7368
  fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
7369
-
7370
- fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );
7371
  }
7372
 
7373
  /**
@@ -7403,14 +7723,14 @@
7403
  <?php
7404
  echo $this->apply_filters( 'optin_pointer_execute', "
7405
 
7406
- optin.pointer('open');
7407
 
7408
- // Tag the opt-in pointer with custom class.
7409
- $('.wp-pointer #fs_connect')
7410
- .parents('.wp-pointer.wp-pointer-top')
7411
- .addClass('fs-opt-in-pointer');
7412
 
7413
- ", 'element', 'optin' ) ?>
7414
  }
7415
  }
7416
  });
@@ -7458,7 +7778,7 @@
7458
  }
7459
 
7460
  /* Events
7461
- ------------------------------------------------------------------------------------------------------------------*/
7462
  /**
7463
  * Delete site install from Database.
7464
  *
@@ -7790,7 +8110,9 @@
7790
  $plugin_version = $this->_storage->is_anonymous_ms['version'];
7791
  $network = true;
7792
  } else {
7793
- $plugin_version = $this->_storage->is_anonymous['version'];
 
 
7794
  $network = false;
7795
  }
7796
 
@@ -7938,7 +8260,7 @@
7938
  );
7939
  } else {
7940
  // Activate the license.
7941
- $install = $this->get_api_site_scope()->call(
7942
  '/',
7943
  'put',
7944
  array( 'license_key' => $this->apply_filters( 'license_key', $license->secret_key ) )
@@ -8244,7 +8566,7 @@
8244
  $parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";
8245
 
8246
  $fs = $this;
8247
-
8248
  if ( $this->is_addon() ) {
8249
  $parent_instance = $this->get_parent_instance();
8250
 
@@ -8616,6 +8938,14 @@
8616
  public function _after_new_blog_callback( $blog_id, $user_id, $domain, $path, $network_id, $meta ) {
8617
  $this->_logger->entrance();
8618
 
 
 
 
 
 
 
 
 
8619
  if ( $this->is_premium() &&
8620
  $this->is_network_connected() &&
8621
  is_object( $this->_license ) &&
@@ -8649,9 +8979,13 @@
8649
  }
8650
  }
8651
 
 
 
8652
  $this->switch_to_blog( $current_blog_id );
8653
 
8654
- if ( is_object( $this->_site ) ) {
 
 
8655
  // Already connected (with or without a license), so no need to continue.
8656
  return;
8657
  }
@@ -8684,6 +9018,8 @@
8684
  false
8685
  );
8686
 
 
 
8687
  $this->switch_to_blog( $current_blog_id );
8688
  } else {
8689
  /**
@@ -8694,8 +9030,8 @@
8694
  $has_delegated_site = false;
8695
 
8696
  $sites = self::get_sites();
8697
- foreach ( $sites as $site ) {
8698
- $blog_id = self::get_site_blog_id( $site );
8699
 
8700
  if ( $this->is_site_delegated_connection( $blog_id ) ) {
8701
  $has_delegated_site = true;
@@ -8709,9 +9045,24 @@
8709
  $this->skip_site_connection( $blog_id );
8710
  }
8711
  }
 
 
 
 
 
 
 
 
8712
  }
8713
 
8714
- public function _after_wp_insert_site_callback( WP_Site $new_site ) {
 
 
 
 
 
 
 
8715
  $this->_logger->entrance();
8716
 
8717
  $this->_after_new_blog_callback(
@@ -8726,12 +9077,6 @@
8726
  );
8727
  }
8728
 
8729
- public function _after_wpsite_deleted_callback( WP_Site $old_site ) {
8730
- $this->_logger->entrance();
8731
-
8732
- $this->_after_site_deleted_callback( $old_site->blog_id, true );
8733
- }
8734
-
8735
  /**
8736
  * @author Vova Feldman (@svovaf)
8737
  * @since 1.1.3
@@ -9305,6 +9650,7 @@
9305
  *
9306
  * @param string[] string $override
9307
  * @param bool $only_diff
 
9308
  * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
9309
  * @param bool $include_themes Since 1.1.8 by default include plugin changes.
9310
  *
@@ -9313,6 +9659,7 @@
9313
  private function get_installs_data_for_api(
9314
  array $override,
9315
  $only_diff = false,
 
9316
  $include_plugins = true,
9317
  $include_themes = true
9318
  ) {
@@ -9350,6 +9697,9 @@
9350
 
9351
  $sites = self::get_sites();
9352
 
 
 
 
9353
  foreach ( $sites as $site ) {
9354
  $blog_id = self::get_site_blog_id( $site );
9355
 
@@ -9368,10 +9718,34 @@
9368
 
9369
  $install_data = $this->get_site_info( $site );
9370
 
 
 
 
 
9371
  $uid = $install_data['uid'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9372
 
9373
  unset( $install_data['blog_id'] );
9374
  unset( $install_data['uid'] );
 
9375
 
9376
  $install_data['is_disconnected'] = $install->is_disconnected;
9377
  $install_data['is_active'] = $this->is_active_for_site( $blog_id );
@@ -9396,18 +9770,25 @@
9396
  $is_common_diff_for_any_site = $is_common_diff_for_any_site || $is_common_diff;
9397
  }
9398
 
9399
- if ( ! empty( $install_data ) || $is_common_diff ) {
9400
  // Add install ID and site unique ID.
9401
  $install_data['id'] = $install->id;
9402
  $install_data['uid'] = $uid;
 
9403
 
9404
- $installs_data[] = $install_data;
 
9405
  }
9406
  }
9407
  }
9408
 
9409
  restore_current_blog();
9410
 
 
 
 
 
 
9411
  if ( 0 < count( $installs_data ) && ( $is_common_diff_for_any_site || ! $only_diff ) ) {
9412
  if ( ! $only_diff ) {
9413
  $installs_data[] = $common;
@@ -9479,10 +9860,11 @@
9479
  *
9480
  * @param string[] string $override
9481
  * @param bool $flush
 
9482
  *
9483
  * @return false|object|string
9484
  */
9485
- private function send_install_update( $override = array(), $flush = false ) {
9486
  $this->_logger->entrance();
9487
 
9488
  $check_properties = $this->get_install_data_for_api( $override );
@@ -9508,10 +9890,9 @@
9508
  }
9509
  }
9510
 
9511
- if ( ! $keepalive_only_update ) {
9512
  /**
9513
- * Do not update the last install sync timestamp after a keepalive-only call since there were no actual
9514
- * updates sent.
9515
  *
9516
  * @author Leo Fajardo (@leorw)
9517
  * @since 2.2.3
@@ -9527,11 +9908,11 @@
9527
  $this->set_keepalive_timestamp();
9528
 
9529
  // Send updated values to FS.
9530
- $site = $this->get_api_site_scope()->call( '/', 'put', $params );
9531
 
9532
- if ( ! $keepalive_only_update && $this->is_api_result_entity( $site ) ) {
9533
  /**
9534
- * Do not clear scheduled sync after a keepalive-only call since there were no actual updates sent.
9535
  *
9536
  * @author Leo Fajardo (@leorw)
9537
  * @since 2.2.3
@@ -9553,37 +9934,29 @@
9553
  *
9554
  * @param string[] string $override
9555
  * @param bool $flush
 
9556
  *
9557
  * @return false|object|string
9558
  */
9559
- private function send_installs_update( $override = array(), $flush = false ) {
9560
  $this->_logger->entrance();
9561
 
9562
- $installs_data = $this->get_installs_data_for_api( $override, ! $flush );
 
 
 
 
 
 
9563
 
9564
- $keepalive_only_update = false;
9565
- if ( empty( $installs_data ) ) {
9566
- /**
9567
- * Pass `true` to use the network level storage since the update is for many installs.
9568
- *
9569
- * @author Leo Fajardo (@leorw)
9570
- * @since 2.2.3
9571
- */
9572
- $keepalive_only_update = $this->should_send_keepalive_update( true );
9573
 
9574
- if ( ! $keepalive_only_update ) {
9575
- /**
9576
- * There are no updates to send including keepalive.
9577
- *
9578
- * @author Leo Fajardo (@leorw)
9579
- * @since 2.2.3
9580
- */
9581
- return false;
9582
- }
9583
  }
9584
 
9585
- if ( ! $keepalive_only_update ) {
9586
- // Update last install sync timestamp if there were actual updates sent (i.e., not a keepalive-only call).
9587
  $this->set_cron_execution_timestamp( 'install_sync' );
9588
  }
9589
 
@@ -9598,8 +9971,8 @@
9598
  // Send updated values to FS.
9599
  $result = $this->get_api_user_scope()->call( "/plugins/{$this->_plugin->id}/installs.json", 'put', $installs_data );
9600
 
9601
- if ( ! $keepalive_only_update && $this->is_api_result_object( $result, 'installs' ) ) {
9602
- // I successfully sent installs update (there was an actual update sent and it's not just a keepalive-only call), clear scheduled sync if exist.
9603
  $this->clear_install_sync_cron();
9604
  }
9605
 
@@ -9649,10 +10022,10 @@
9649
  * @param string[] string $override
9650
  * @param bool $flush
9651
  */
9652
- private function sync_install( $override = array(), $flush = false ) {
9653
  $this->_logger->entrance();
9654
 
9655
- $site = $this->send_install_update( $override, $flush );
9656
 
9657
  if ( false === $site ) {
9658
  // No sync required.
@@ -9681,7 +10054,7 @@
9681
  private function sync_installs( $override = array(), $flush = false ) {
9682
  $this->_logger->entrance();
9683
 
9684
- $result = $this->send_installs_update( $override, $flush );
9685
 
9686
  if ( false === $result ) {
9687
  // No sync required.
@@ -9924,7 +10297,7 @@
9924
 
9925
  if ( is_object( $fs ) ) {
9926
  $fs->remove_sdk_reference();
9927
-
9928
  self::require_plugin_essentials();
9929
 
9930
  if ( is_plugin_active( $fs->_free_plugin_basename ) ||
@@ -9934,7 +10307,17 @@
9934
  return;
9935
  }
9936
 
9937
- $fs->_uninstall_plugin_event();
 
 
 
 
 
 
 
 
 
 
9938
 
9939
  $fs->do_action( 'after_uninstall' );
9940
  }
@@ -10330,7 +10713,7 @@
10330
  #endregion ------------------------------------------------------------------
10331
 
10332
  /* Account
10333
- ------------------------------------------------------------------------------------------------------------------*/
10334
 
10335
  /**
10336
  * Find plugin's slug by plugin's basename.
@@ -10394,9 +10777,14 @@
10394
  */
10395
  private static function get_all_sites(
10396
  $module_type = WP_FS__MODULE_TYPE_PLUGIN,
10397
- $blog_id = null
 
10398
  ) {
10399
- $sites = self::get_account_option( 'sites', $module_type, $blog_id );
 
 
 
 
10400
 
10401
  if ( ! is_array( $sites ) ) {
10402
  $sites = array();
@@ -10489,7 +10877,7 @@
10489
  if ( fs_starts_with( $option_name, WP_FS__MODULE_TYPE_THEME . '_' ) ) {
10490
  $option_name = str_replace( WP_FS__MODULE_TYPE_THEME . '_', '', $option_name );
10491
  }
10492
-
10493
  switch ( $option_name ) {
10494
  case 'plugins':
10495
  case 'themes':
@@ -10816,6 +11204,52 @@
10816
  return $this->_site;
10817
  }
10818
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10819
  /**
10820
  * Get plugin add-ons.
10821
  *
@@ -12899,6 +13333,75 @@
12899
  fs_require_template( 'forms/resend-key.php', $vars );
12900
  }
12901
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12902
  /**
12903
  * Returns a collection of IDs of installs that are associated with the context product and its add-ons, and activated with foreign licenses.
12904
  *
@@ -12988,7 +13491,7 @@
12988
  // Subscription cancellation dialog box is currently not supported for multisite networks.
12989
  return array();
12990
  }
12991
-
12992
  if ( $this->is_whitelabeled() ) {
12993
  return array();
12994
  }
@@ -13088,7 +13591,7 @@
13088
  ! $this->is_premium() &&
13089
  /**
13090
  * Also handle the case when an upgrade was made using the free version.
13091
- *
13092
  * @author Leo Fajardo (@leorw)
13093
  * @since 2.3.2
13094
  */
@@ -13106,10 +13609,15 @@
13106
  ( $is_network_admin && $this->is_network_active() && ! $this->is_network_delegated_connection() ) ||
13107
  ( ! $is_network_admin && ( ! $this->is_network_active() || $this->is_delegated_connection() ) )
13108
  ) {
13109
- /**
13110
- * @since 1.2.0 Add license action link only on plugins page.
13111
- */
13112
- $this->_add_license_action_link();
 
 
 
 
 
13113
  }
13114
  }
13115
 
@@ -13281,7 +13789,7 @@
13281
  self::shoot_ajax_failure();
13282
  }
13283
 
13284
- $site = $this->get_api_site_scope()->call(
13285
  '',
13286
  'put',
13287
  array(
@@ -13314,7 +13822,7 @@
13314
  */
13315
  function _activate_license_ajax_action() {
13316
  $this->_logger->entrance();
13317
-
13318
  $this->check_ajax_referer( 'activate_license' );
13319
 
13320
  $license_key = trim( fs_request_get( 'license_key' ) );
@@ -13384,7 +13892,7 @@
13384
  foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
13385
  $install_ids[ $slug ] = $install_info['install']->id;
13386
  }
13387
-
13388
  $params['install_ids'] = implode( ',', array_values( $install_ids ) );
13389
 
13390
  $install = $this->get_api_site_scope()->call( $this->add_show_pending( '/' ), 'put', $params );
@@ -13477,7 +13985,7 @@
13477
  *
13478
  * @author Vova Feldman (@svovaf)
13479
  * @since 2.3.0
13480
- *
13481
  * @param string $license_key
13482
  * @param null|bool $is_marketing_allowed
13483
  * @param null|number $plugin_id
@@ -13894,7 +14402,7 @@
13894
 
13895
  $addon_info = $fs->_get_addon_info( $addon_id, $is_installed );
13896
 
13897
- if ( ! $addon_info['is_connected'] ) {
13898
  // Add-on is not associated with an install entity.
13899
  continue;
13900
  }
@@ -14871,6 +15379,16 @@
14871
  return ( defined( 'DOING_CRON' ) && DOING_CRON );
14872
  }
14873
 
 
 
 
 
 
 
 
 
 
 
14874
  /**
14875
  * Check if a real user is visiting the admin dashboard.
14876
  *
@@ -14884,7 +15402,7 @@
14884
  is_admin() &&
14885
  ! self::is_ajax() &&
14886
  ! self::is_cron() &&
14887
- ( 'admin-post.php' !== self::get_current_page() )
14888
  );
14889
  }
14890
 
@@ -15165,12 +15683,17 @@
15165
  }
15166
 
15167
  /**
 
 
15168
  * @author Leo Fajardo (@leorw)
15169
  * @since 2.0.0
15170
  *
 
 
 
15171
  * @return array Active & public sites collection.
15172
  */
15173
- static function get_sites() {
15174
  if ( ! is_multisite() ) {
15175
  return array();
15176
  }
@@ -15192,7 +15715,8 @@
15192
  'mature' => 0,
15193
  'spam' => 0,
15194
  'deleted' => 0,
15195
- 'number' => 100000
 
15196
  );
15197
 
15198
  if ( function_exists( 'get_sites' ) ) {
@@ -15382,11 +15906,16 @@
15382
  *
15383
  * @param int $blog_id
15384
  * @param FS_Site $install
 
15385
  *
15386
  * @return bool Since 2.3.1 returns if a switch was made.
15387
  */
15388
- function switch_to_blog( $blog_id, FS_Site $install = null ) {
15389
- if ( ! is_numeric( $blog_id ) || $blog_id == $this->_context_is_network_or_blog_id ) {
 
 
 
 
15390
  return false;
15391
  }
15392
 
@@ -15450,7 +15979,7 @@
15450
  unset( $this->_site_api );
15451
  unset( $this->_user_api );
15452
 
15453
- return false;
15454
  }
15455
 
15456
  /**
@@ -15747,6 +16276,10 @@
15747
  }
15748
  }
15749
 
 
 
 
 
15750
  if ( $this->is_sync_cron_scheduled() &&
15751
  $context_blog_id == $this->get_sync_cron_blog_id()
15752
  ) {
@@ -15780,6 +16313,10 @@
15780
 
15781
  $this->update_multisite_data_after_site_deactivation( $context_blog_id );
15782
 
 
 
 
 
15783
  $current_blog_id = get_current_blog_id();
15784
 
15785
  $this->switch_to_blog( $context_blog_id );
@@ -15813,6 +16350,10 @@
15813
 
15814
  $this->update_multisite_data_after_site_deactivation( $context_blog_id );
15815
 
 
 
 
 
15816
  $current_blog_id = get_current_blog_id();
15817
 
15818
  $this->switch_to_blog( $context_blog_id );
@@ -15830,6 +16371,20 @@
15830
  $this->switch_to_blog( $current_blog_id );
15831
  }
15832
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15833
  /**
15834
  * Executed after site re-activation.
15835
  *
@@ -16076,7 +16631,7 @@
16076
  }
16077
 
16078
  /* Logger
16079
- ------------------------------------------------------------------------------------------------------------------*/
16080
  /**
16081
  * @param string $id
16082
  * @param bool $prefix_slug
@@ -16101,7 +16656,7 @@
16101
  }
16102
 
16103
  /* Security
16104
- ------------------------------------------------------------------------------------------------------------------*/
16105
  private static function _encrypt( $str ) {
16106
  if ( is_null( $str ) ) {
16107
  return null;
@@ -16321,20 +16876,6 @@
16321
  ) {
16322
  // Load site.
16323
  $this->_site = $site;
16324
-
16325
- // Load plans.
16326
- $this->_plans = $plans[ $this->_slug ];
16327
- if ( ! is_array( $this->_plans ) || empty( $this->_plans ) ) {
16328
- $this->_sync_plans();
16329
- } else {
16330
- for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
16331
- if ( $this->_plans[ $i ] instanceof FS_Plugin_Plan ) {
16332
- $this->_plans[ $i ] = self::decrypt_entity( $this->_plans[ $i ] );
16333
- } else {
16334
- unset( $this->_plans[ $i ] );
16335
- }
16336
- }
16337
- }
16338
  }
16339
 
16340
  $user = null;
@@ -16363,7 +16904,30 @@
16363
  /**
16364
  * This is a special fault tolerance mechanism to handle a scenario that the user data is missing.
16365
  */
16366
- $user = $this->sync_user_by_current_install();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16367
  }
16368
 
16369
  $this->_user = ( $user instanceof FS_User ) ?
@@ -16377,6 +16941,23 @@
16377
  }
16378
 
16379
  if ( is_object( $this->_site ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16380
  $this->_license = $this->_get_license_by_id( $this->_site->license_id );
16381
 
16382
  if ( $this->_site->version != $this->get_plugin_version() ) {
@@ -16395,6 +16976,13 @@
16395
  if ( $this->is_theme() ) {
16396
  $this->_register_account_hooks();
16397
  }
 
 
 
 
 
 
 
16398
  }
16399
 
16400
  /**
@@ -16606,6 +17194,10 @@
16606
  );
16607
  }
16608
 
 
 
 
 
16609
  return array_merge( $params, $override_with );
16610
  }
16611
 
@@ -16627,6 +17219,7 @@
16627
  * @param bool $is_disconnected Whether or not to opt in without tracking.
16628
  * @param null|bool $is_marketing_allowed
16629
  * @param array $sites If network-level opt-in, an array of containing details of sites.
 
16630
  *
16631
  * @return string|object
16632
  * @use WP_Error
@@ -16640,7 +17233,8 @@
16640
  $trial_plan_id = false,
16641
  $is_disconnected = false,
16642
  $is_marketing_allowed = null,
16643
- $sites = array()
 
16644
  ) {
16645
  $this->_logger->entrance();
16646
 
@@ -16664,7 +17258,7 @@
16664
  $fs_user,
16665
  false,
16666
  $trial_plan_id,
16667
- true,
16668
  true,
16669
  $sites
16670
  );
@@ -16824,7 +17418,8 @@
16824
  true ),
16825
  false,
16826
  $filtered_license_key,
16827
- ! empty( $params['trial_plan_id'] )
 
16828
  );
16829
  } else if ( isset( $decoded->install_secret_key ) ) {
16830
  return $this->install_with_new_user(
@@ -17099,7 +17694,13 @@
17099
  );
17100
  }
17101
  } else if ( fs_request_has( 'pending_activation' ) ) {
17102
- $this->set_pending_confirmation( fs_request_get( 'user_email' ), true );
 
 
 
 
 
 
17103
  }
17104
  }
17105
  }
@@ -17194,7 +17795,7 @@
17194
  $site->secret_key = $install_secret_key;
17195
 
17196
  $this->_site = $site;
17197
- $site_result = $this->get_api_site_scope()->get();
17198
  $site = new FS_Site( $site_result );
17199
  $this->_site = $site;
17200
 
@@ -17341,7 +17942,8 @@
17341
  $email = false,
17342
  $redirect = true,
17343
  $license_key = false,
17344
- $is_pending_trial = false
 
17345
  ) {
17346
  if ( $this->_ignore_pending_mode ) {
17347
  /**
@@ -17356,7 +17958,7 @@
17356
  // Install must be activated via email since
17357
  // user with the same email already exist.
17358
  $this->_storage->is_pending_activation = true;
17359
- $this->_add_pending_activation_notice( $email, $is_pending_trial );
17360
  }
17361
 
17362
  if ( ! empty( $license_key ) ) {
@@ -17419,7 +18021,7 @@
17419
  *
17420
  * @return object|string If redirect is `false`, returns the next page the user should be redirected to, or the API error object if failed to install.
17421
  */
17422
- private function install_with_current_user(
17423
  $license_key = false,
17424
  $trial_plan_id = false,
17425
  $sites = array(),
@@ -17802,9 +18404,6 @@
17802
  $this->send_installs_update();
17803
  }
17804
 
17805
- // Switch install context back to the first install.
17806
- $this->_site = $first_install;
17807
-
17808
  $current_blog = get_current_blog_id();
17809
 
17810
  foreach ( $blog_2_install_map as $blog_id => $install ) {
@@ -17813,7 +18412,12 @@
17813
  $this->do_action( 'after_account_connection', $this->_user, $install );
17814
  }
17815
 
17816
- $this->switch_to_blog( $current_blog );
 
 
 
 
 
17817
 
17818
  $this->do_action( 'after_network_account_connection', $this->_user, $blog_2_install_map );
17819
  }
@@ -17917,6 +18521,10 @@
17917
  // return;
17918
  // }
17919
 
 
 
 
 
17920
  /**
17921
  * When running from a site admin with a network activated module and the connection
17922
  * was NOT delegated and the user still haven't skipped or opted-in, then hide the
@@ -18871,7 +19479,7 @@
18871
  *
18872
  * @return string
18873
  */
18874
- private static function get_ajax_action_static( $tag, $module_id = null ) {
18875
  $action = "fs_{$tag}";
18876
 
18877
  if ( ! empty( $module_id ) ) {
@@ -19114,7 +19722,7 @@
19114
  }
19115
 
19116
  /* Account Page
19117
- ------------------------------------------------------------------------------------------------------------------*/
19118
  /**
19119
  * Update site information.
19120
  *
@@ -19125,7 +19733,7 @@
19125
  * @param null|int $network_level_or_blog_id Since 2.0.0
19126
  * @param \FS_Site $site Since 2.0.0
19127
  */
19128
- private function _store_site( $store = true, $network_level_or_blog_id = null, FS_Site $site = null ) {
19129
  $this->_logger->entrance();
19130
 
19131
  if ( is_null( $site ) ) {
@@ -19140,9 +19748,12 @@
19140
 
19141
  $site_clone = clone $site;
19142
 
19143
- $sites = self::get_all_sites( $this->_module_type, $network_level_or_blog_id );
19144
 
19145
- if ( is_object( $this->_user ) && $this->_user->id != $site->user_id ) {
 
 
 
19146
  $this->sync_user_by_current_install( $site->user_id );
19147
 
19148
  $prev_stored_user_id = $this->_storage->get( 'prev_user_id', false, $network_level_or_blog_id );
@@ -19167,7 +19778,26 @@
19167
 
19168
  $sites[ $this->_slug ] = $site_clone;
19169
 
19170
- $this->set_account_option( 'sites', $sites, $store, $network_level_or_blog_id );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19171
  }
19172
 
19173
  /**
@@ -20408,10 +21038,10 @@
20408
  $this->switch_to_blog( $current_blog_id );
20409
  }
20410
 
20411
- $result = $this->send_install_update( array(), true );
20412
  $is_valid = $this->is_api_result_entity( $result );
20413
  } else {
20414
- $result = $this->send_installs_update( array(), true );
20415
  $is_valid = $this->is_api_result_object( $result, 'installs' );
20416
  }
20417
 
@@ -20421,7 +21051,7 @@
20421
  $this->switch_to_blog( $this->_storage->network_install_blog_id );
20422
  }
20423
 
20424
- // Show API messages only if not background sync or if paying customer.
20425
  if ( ! $background || $this->is_paying() ) {
20426
  // Try to ping API to see if not blocked.
20427
  if ( ! FS_Api::test() ) {
@@ -20431,25 +21061,49 @@
20431
  * @author Vova Feldman (@svovaf)
20432
  * @since 1.1.6 Only show message related to one of the Freemius powered plugins. Once it will be resolved it will fix the issue for all plugins anyways. There's no point to scare users with multiple error messages.
20433
  */
20434
- $api = $this->get_api_site_scope();
20435
 
20436
  if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
20437
- self::$_global_admin_notices->add(
20438
- sprintf(
20439
- $this->get_text_inline( 'Your server is blocking the access to Freemius\' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s', 'server-blocking-access' ),
20440
- $this->get_plugin_name(),
20441
- '<b>' . implode( ', ', $this->apply_filters( 'api_domains', array(
20442
- 'api.freemius.com',
20443
- 'wp.freemius.com'
20444
- ) ) ) . '</b>'
20445
- ) . '<br> ' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . var_export( $result->error, true ),
20446
- $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
20447
- 'error',
20448
- $background,
20449
- 'api_blocked'
20450
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20451
  }
20452
- } else {
20453
  // Authentication params are broken.
20454
  $this->_admin_notices->add(
20455
  $this->get_text_inline( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.', 'wrong-authentication-param-message' ) . '<br> ' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . var_export( $result->error, true ),
@@ -20463,6 +21117,9 @@
20463
  return;
20464
  }
20465
 
 
 
 
20466
  if ( $is_site_level_sync ) {
20467
  $site = new FS_Site( $result );
20468
  } else {
@@ -20654,7 +21311,7 @@
20654
  }
20655
 
20656
  if ( ! $this->is_addon() &&
20657
- $this->_site->is_beta() !== $site->is_beta
20658
  ) {
20659
  // Beta flag updated.
20660
  $this->_site = $site;
@@ -21388,6 +22045,10 @@
21388
  ) {
21389
  $this->_logger->entrance();
21390
 
 
 
 
 
21391
  $switch_to_blog_id = null;
21392
 
21393
  /**
@@ -21500,9 +22161,11 @@
21500
  private function get_latest_download_api_url( $plugin_id = false ) {
21501
  $this->_logger->entrance();
21502
 
21503
- return $this->get_api_site_scope()->get_signed_url(
21504
  $this->_get_latest_version_endpoint( $plugin_id, 'zip' )
21505
  );
 
 
21506
  }
21507
 
21508
  /**
@@ -21697,7 +22360,6 @@
21697
  private function update_email( $new_email ) {
21698
  $this->_logger->entrance();
21699
 
21700
-
21701
  $api = $this->get_api_user_scope();
21702
  $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,email,is_verified", 'put', array(
21703
  'email' => $new_email,
@@ -21713,7 +22375,6 @@
21713
  $this->_store_user();
21714
  } else {
21715
  // handle different error cases.
21716
-
21717
  }
21718
 
21719
  return $user;
@@ -21789,15 +22450,32 @@
21789
  * @uses FS_Api
21790
  *
21791
  * @param string $candidate_email
 
21792
  *
21793
  * @return bool Is ownership change successfully initiated.
21794
  */
21795
- private function init_change_owner( $candidate_email ) {
21796
  $this->_logger->entrance();
21797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21798
  $api = $this->get_api_site_scope();
21799
  $result = $api->call( "/users/{$this->_user->id}.json", 'put', array(
21800
  'email' => $candidate_email,
 
 
21801
  'after_confirm_url' => $this->_get_admin_page_url(
21802
  'account',
21803
  array( 'fs_action' => 'change_owner' )
@@ -21819,28 +22497,113 @@
21819
  private function complete_change_owner() {
21820
  $this->_logger->entrance();
21821
 
21822
- $site_result = $this->get_api_site_scope( true )->get();
21823
- $site = new FS_Site( $site_result );
21824
- $this->_site = $site;
 
 
 
 
 
 
 
 
 
 
 
 
21825
 
21826
- $user = new FS_User();
21827
- $user->id = fs_request_get( 'user_id' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21828
 
21829
  // Validate install's user and given user.
21830
  if ( $user->id != $this->_site->user_id ) {
 
 
21831
  return false;
21832
  }
21833
 
21834
- $user->public_key = fs_request_get( 'user_public_key' );
21835
- $user->secret_key = fs_request_get( 'user_secret_key' );
21836
 
21837
  // Fetch new user information.
21838
- $this->_user = $user;
21839
  $user_result = $this->get_api_user_scope( true )->get();
21840
  $user = new FS_User( $user_result );
21841
  $this->_user = $user;
21842
 
21843
- $this->_set_account( $user, $site );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21844
 
21845
  return true;
21846
  }
@@ -22252,10 +23015,15 @@
22252
  $state = fs_request_get( 'state', 'init' );
22253
  switch ( $state ) {
22254
  case 'init':
22255
- $candidate_email = fs_request_get( 'candidate_email', '' );
 
22256
 
22257
- if ( $this->init_change_owner( $candidate_email ) ) {
22258
- $this->_admin_notices->add( sprintf( $this->get_text_inline( 'Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder.', 'change-owner-request-sent-x' ), '<b>' . $this->_user->email . '</b>' ) );
 
 
 
 
22259
  }
22260
  break;
22261
  case 'owner_confirmed':
@@ -22278,37 +23046,6 @@
22278
 
22279
  return;
22280
 
22281
- case 'update_email':
22282
- check_admin_referer( 'update_email' );
22283
-
22284
- $new_email = fs_request_get( 'fs_email_' . $this->get_unique_affix(), '' );
22285
- $result = $this->update_email( $new_email );
22286
-
22287
- if ( isset( $result->error ) ) {
22288
- switch ( $result->error->code ) {
22289
- case 'user_exist':
22290
- $this->_admin_notices->add(
22291
- $this->get_text_inline( 'Sorry, we could not complete the email update. Another user with the same email is already registered.', 'user-exist-message' ) . ' ' .
22292
- sprintf( $this->get_text_inline( 'If you would like to give up the ownership of the %s\'s account to %s click the Change Ownership button.', 'user-exist-message_ownership' ), $this->_module_type, '<b>' . $new_email . '</b>' ) .
22293
- sprintf(
22294
- '<a style="margin-left: 10px;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
22295
- $this->get_account_url( 'change_owner', array(
22296
- 'state' => 'init',
22297
- 'candidate_email' => $new_email
22298
- ) ),
22299
- $this->get_text_inline( 'Change Ownership', 'change-ownership' )
22300
- ),
22301
- $oops_text,
22302
- 'error'
22303
- );
22304
- break;
22305
- }
22306
- } else {
22307
- $this->_admin_notices->add( $this->get_text_inline( 'Your email was successfully updated. You should receive an email with confirmation instructions in few moments.', 'email-updated-message' ) );
22308
- }
22309
-
22310
- return;
22311
-
22312
  case 'update_user_name':
22313
  check_admin_referer( 'update_user_name' );
22314
 
@@ -22571,7 +23308,7 @@
22571
  }
22572
 
22573
  /* Pricing & Upgrade
22574
- ------------------------------------------------------------------------------------------------------------------*/
22575
  /**
22576
  * Render pricing page.
22577
  *
@@ -22730,17 +23467,17 @@
22730
  }
22731
 
22732
  /* CSS & JavaScript
22733
- ------------------------------------------------------------------------------------------------------------------*/
22734
  /* function _enqueue_script($handle, $src) {
22735
- $url = plugins_url( substr( WP_FS__DIR_JS, strlen( $this->_plugin_dir_path ) ) . '/assets/js/' . $src );
22736
 
22737
- $this->_logger->entrance( 'script = ' . $url );
22738
 
22739
- wp_enqueue_script( $handle, $url );
22740
- }*/
22741
 
22742
  /* SDK
22743
- ------------------------------------------------------------------------------------------------------------------*/
22744
  private $_user_api;
22745
 
22746
  /**
@@ -22752,7 +23489,7 @@
22752
  *
22753
  * @return FS_Api
22754
  */
22755
- private function get_api_user_scope( $flush = false ) {
22756
  if ( ! isset( $this->_user_api ) || $flush ) {
22757
  $this->_user_api = $this->get_api_user_scope_by_user( $this->_user );
22758
  }
@@ -22831,13 +23568,56 @@
22831
  $this->_site->public_key,
22832
  ! $this->is_live(),
22833
  $this->_site->secret_key,
22834
- $this->get_sdk_version()
 
22835
  );
22836
  }
22837
 
22838
  return $this->_site_api;
22839
  }
22840
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22841
  private $_plugin_api;
22842
 
22843
  /**
@@ -23273,7 +24053,7 @@
23273
  }
23274
 
23275
  /* Action Links
23276
- ------------------------------------------------------------------------------------------------------------------*/
23277
  private $_action_links_hooked = false;
23278
  private $_action_links = array();
23279
 
@@ -23460,10 +24240,13 @@
23460
 
23461
  if (
23462
  $this->is_addon() &&
23463
- ! $this->is_only_premium() &&
23464
- $this->_parent->is_anonymous()
23465
  ) {
23466
- return;
 
 
 
 
23467
  }
23468
 
23469
  if ( fs_is_network_admin() ) {
408
  * @param bool $is_init Since 1.2.1 Is initiation sequence.
409
  */
410
  private function __construct( $module_id, $slug = false, $is_init = false ) {
411
+ $main_file = false;
412
+
413
  if ( $is_init && is_numeric( $module_id ) && is_string( $slug ) ) {
414
+ $main_file = $this->store_id_slug_type_path_map( $module_id, $slug );
415
  }
416
 
417
  $this->_module_id = $module_id;
426
 
427
  $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $this->get_unique_affix(), WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
428
 
429
+ $this->_plugin_main_file_path = $this->_find_caller_plugin_file( $is_init, $main_file );
430
  $this->_plugin_dir_path = plugin_dir_path( $this->_plugin_main_file_path );
431
  $this->_plugin_basename = $this->get_plugin_basename();
432
  $this->_free_plugin_basename = str_replace( '-premium/', '/', $this->_plugin_basename );
521
  * @author Leo Fajardo (@leorw)
522
  * @since 1.2.2
523
  */
524
+ ( is_object( $this->_plugin ) && isset( $this->_plugin->title ) ?
525
+ $this->_plugin->title :
526
+ $this->get_plugin_name()
527
+ ),
528
  $this->get_unique_affix()
529
  );
530
 
1646
  }
1647
 
1648
  if ( $this->is_plugin() ) {
1649
+ if ( version_compare( $GLOBALS['wp_version'], '5.1', '<' ) ) {
1650
+ add_action( 'wpmu_new_blog', array( $this, '_after_new_blog_callback' ), 10, 6 );
1651
+ } else {
1652
+ add_action( 'wp_initialize_site', array( $this, '_after_wp_initialize_site_callback' ), 11, 2 );
 
 
 
1653
  }
1654
 
1655
  register_deactivation_hook( $this->_plugin_main_file_path, array( &$this, '_deactivate_plugin_hook' ) );
1659
  add_action( 'deactivate_blog', array( &$this, '_after_site_deactivated_callback' ) );
1660
  add_action( 'archive_blog', array( &$this, '_after_site_deactivated_callback' ) );
1661
  add_action( 'make_spam_blog', array( &$this, '_after_site_deactivated_callback' ) );
 
 
 
 
 
1662
 
1663
+ if ( version_compare( $GLOBALS['wp_version'], '5.1', '<' ) ) {
1664
+ add_action( 'deleted_blog', array( $this, '_after_site_deleted_callback' ), 10, 2 );
1665
+ } else {
1666
+ add_action( 'wp_delete_site', array( $this, '_after_wpsite_deleted_callback' ) );
1667
+ }
1668
 
1669
  add_action( 'activate_blog', array( &$this, '_after_site_reactivated_callback' ) );
1670
  add_action( 'unarchive_blog', array( &$this, '_after_site_reactivated_callback' ) );
1689
  add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
1690
  add_action( 'admin_init', array( &$this, '_add_beta_mode_update_handler' ) );
1691
  add_action( 'admin_init', array( &$this, '_add_user_change_option' ) );
1692
+ add_action( 'admin_init', array( &$this, '_add_email_address_update_option' ) );
1693
 
1694
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1695
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
2107
  /**
2108
  * Leverage backtrace to find caller plugin file path.
2109
  *
2110
+ * @param bool $is_init Is initiation sequence.
2111
+ * @param string $main_file Since 2.5.0 expects the module's main file path to potentially purge the cached path.
 
 
2112
  *
2113
  * @return string
2114
+ * @since 1.0.6
2115
+ *
2116
+ * @author Vova Feldman (@svovaf)
2117
  */
2118
+ private function _find_caller_plugin_file( $is_init = false, $main_file = '' ) {
2119
  // Try to load the cached value of the file path.
2120
  if ( isset( $this->_storage->plugin_main_file ) ) {
2121
  $plugin_main_file = $this->_storage->plugin_main_file;
2122
  if ( ! empty( $plugin_main_file->path ) ) {
2123
  $absolute_path = $this->get_absolute_path( $plugin_main_file->path );
2124
  if ( file_exists( $absolute_path ) ) {
2125
+ if ( $is_init && $absolute_path !== $this->get_absolute_path( $main_file ) ) {
2126
+ // Update cached path if not matching the actual path.
2127
+ $plugin_main_file->path = $main_file;
2128
+ $this->_storage->plugin_main_file = $plugin_main_file;
2129
+ }
2130
+
2131
  return $absolute_path;
2132
  }
2133
  }
2168
  * Only the original instantiator that calls dynamic_init can modify the module's path.
2169
  */
2170
  // Find caller module.
 
2171
  $this->_storage->plugin_main_file = (object) array(
2172
+ 'path' => $main_file,
2173
  );
2174
 
2175
+ return $this->get_absolute_path( $main_file );
2176
  }
2177
 
2178
  /**
2234
  * @param number $module_id
2235
  * @param string $slug
2236
  *
2237
+ * @return string Since 2.5.0 return the module's main file path.
2238
+ *
2239
  * @since 1.2.2
2240
  */
2241
  private function store_id_slug_type_path_map( $module_id, $slug ) {
2257
  $store_option = true;
2258
  }
2259
 
2260
+ $find_caller = empty( $id_slug_type_path_map[ $module_id ]['path'] );
2261
+
2262
+ if ( ! $find_caller ) {
2263
+ /**
2264
+ * This verification is for cases when suddenly the same module
2265
+ * is installed but with a different folder name.
2266
+ *
2267
+ * @author Vova Feldman (@svovaf)
2268
+ * @since 1.2.3
2269
+ */
2270
+ $find_caller = ! file_exists( $this->get_absolute_path(
2271
+ $id_slug_type_path_map[ $module_id ]['path'],
2272
+ $id_slug_type_path_map[ $module_id ]['type']
2273
+ ) );
2274
+ }
2275
+
2276
+ foreach ( $id_slug_type_path_map as $id => $data ) {
2277
+ if ( empty( $id ) ) {
2278
+ // Remove maps with empty module ID.
2279
+ unset( $id_slug_type_path_map[ $id ] );
2280
+ $store_option = true;
2281
+ continue;
2282
+ }
2283
+
2284
+ /**
2285
+ * If the module's main file path is identical to the main file path of another module then it means that the cached path of the current module or the other one with the same path is wrong, and therefore, we need to recalculate those paths.
2286
+ *
2287
+ * @author Vova Feldman (@svovaf)
2288
+ * @since 2.5.0
2289
+ */
2290
+ if ( ! $find_caller ) {
2291
+ if ( $id == $module_id ) {
2292
+ continue;
2293
+ }
2294
+
2295
+ if (
2296
+ isset( $data['path'] ) &&
2297
+ $data['path'] === $id_slug_type_path_map[ $module_id ]['path']
2298
+ ) {
2299
+ $find_caller = true;
2300
+ }
2301
+ }
2302
+ }
2303
+
2304
+ if ( $find_caller ) {
2305
+ $caller_main_file_and_type = $this->get_caller_main_file_and_type( $module_id );
2306
 
2307
  $id_slug_type_path_map[ $module_id ]['type'] = $caller_main_file_and_type->module_type;
2308
  $id_slug_type_path_map[ $module_id ]['path'] = $caller_main_file_and_type->path;
2313
  if ( $store_option ) {
2314
  self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
2315
  }
2316
+
2317
+ return $id_slug_type_path_map[ $module_id ]['path'];
2318
  }
2319
 
2320
  /**
2328
  * add-ons are relying on loading the SDK from the parent module, and also allows themes including the
2329
  * SDK an internal file instead of directly from functions.php.
2330
  * @since 1.2.1.7 Knows how to handle cases when an add-on includes the parent module logic.
2331
+ *
2332
+ * @param number $module_id @since 2.5.0
2333
  */
2334
+ private function get_caller_main_file_and_type( $module_id ) {
2335
  self::require_plugin_essentials();
2336
 
2337
  $all_plugins = fs_get_plugins( true );
2470
  }
2471
  }
2472
 
2473
+ $caller_main_file_and_type = (object) array(
2474
  'module_type' => $module_type,
2475
  'path' => $caller_file_candidate
2476
  );
2477
+
2478
+ return apply_filters( "fs_{$module_id}_caller_main_file_and_type", $caller_main_file_and_type );
2479
  }
2480
 
2481
  #----------------------------------------------------------------------------------
2492
  * @since 1.1.2
2493
  */
2494
  function _add_deactivation_feedback_dialog_box() {
2495
+ if (
2496
+ $this->is_clone() ||
2497
+ ( is_object( $this->_site ) && ! $this->is_registered() )
2498
+ ) {
2499
+ return;
2500
+ }
2501
+
2502
  $subscription_cancellation_dialog_box_template_params = $this->apply_filters( 'show_deactivation_subscription_cancellation', true ) ?
2503
  $this->_get_subscription_cancellation_dialog_box_template_params() :
2504
  array();
2506
  /**
2507
  * @since 2.3.0 Developers can optionally hide the deactivation feedback form using the 'show_deactivation_feedback_form' filter.
2508
  */
2509
+ $show_deactivation_feedback_form = ! self::is_deactivation_snoozed();
2510
  if ( $this->has_filter( 'show_deactivation_feedback_form' ) ) {
2511
  $show_deactivation_feedback_form = $this->apply_filters( 'show_deactivation_feedback_form', true );
2512
  } else if ( $this->is_addon() ) {
2611
  $reason_temporary_deactivation = array(
2612
  'id' => self::REASON_TEMPORARY_DEACTIVATION,
2613
  'text' => sprintf(
2614
+ $this->get_text_inline( "It's a temporary %s - I'm troubleshooting an issue", 'reason-temporary-x' ),
2615
  strtolower( $this->is_plugin() ?
2616
  $this->get_text_inline( 'Deactivation', 'deactivation' ) :
2617
  $this->get_text_inline( 'Theme Switch', 'theme-switch' )
2776
 
2777
  $this->_storage->store( 'uninstall_reason', $reason );
2778
 
2779
+ if ( self::REASON_TEMPORARY_DEACTIVATION == $reason->id ) {
2780
+ $snooze_period = fs_request_get( 'snooze_period' );
2781
+
2782
+ if ( is_numeric( $snooze_period ) && 0 < $snooze_period ) {
2783
+ self::snooze_deactivation_form( (int) $snooze_period );
2784
+ }
2785
+ }
2786
+
2787
  /**
2788
  * If the module type is "theme", trigger the uninstall event here (on theme deactivation) since themes do
2789
  * not support uninstall hook.
2805
  exit;
2806
  }
2807
 
2808
+ #--------------------------------------------------------------------------------
2809
+ #region Deactivation Feedback Snoozing
2810
+ #--------------------------------------------------------------------------------
2811
+
2812
+ /**
2813
+ * @author Vova Feldman (@svovaf)
2814
+ * @since 2.4.3
2815
+ *
2816
+ * @param int $period
2817
+ *
2818
+ * @return bool True if the value was set, false otherwise.
2819
+ */
2820
+ private static function snooze_deactivation_form( $period ) {
2821
+ return ( 0 < $period && self::reset_deactivation_snoozing( $period ) );
2822
+ }
2823
+
2824
+ /**
2825
+ * Check if deactivation feedback form is snoozed.
2826
+ *
2827
+ * @author Vova Feldman (@svovaf)
2828
+ * @since 2.4.3
2829
+ *
2830
+ * @return bool
2831
+ */
2832
+ static function is_deactivation_snoozed() {
2833
+ $is_snoozed = ( ! is_multisite() || fs_is_network_admin() ) ?
2834
+ get_transient( 'fs_snooze_period' ) :
2835
+ get_site_transient( 'fs_snooze_period' );
2836
+
2837
+
2838
+ return ( 'true' === $is_snoozed );
2839
+ }
2840
+
2841
+ /**
2842
+ * Reset deactivation snoozing. When `$period` is `0` will stop deactivation snoozing by deleting the transients. Otherwise, will set the transients for the selected period.
2843
+ *
2844
+ * @param int $period Period in seconds.
2845
+ *
2846
+ * @author Vova Feldman (@svovaf)
2847
+ * @since 2.4.3
2848
+ */
2849
+ private static function reset_deactivation_snoozing( $period = 0 ) {
2850
+ $value = ( 0 === $period ) ? null : 'true';
2851
+
2852
+ if ( ! is_multisite() || fs_is_network_admin() ) {
2853
+ return set_transient( 'fs_snooze_period', $value, $period );
2854
+ } else {
2855
+ return set_site_transient( 'fs_snooze_period', $value, $period );
2856
+ }
2857
+ }
2858
+
2859
+ /**
2860
+ * The deactivation snooze expiration UNIX timestamp (in sec).
2861
+ *
2862
+ * @author Vova Feldman (@svovaf)
2863
+ * @since 2.4.3
2864
+ *
2865
+ * @return int
2866
+ */
2867
+ static function deactivation_snooze_expires_at() {
2868
+ return ( ! is_multisite() || fs_is_network_admin() ) ?
2869
+ (int) get_option( '_transient_timeout_fs_snooze_period' ) :
2870
+ (int) get_site_option( '_site_transient_timeout_fs_snooze_period' );
2871
+ }
2872
+
2873
+ #endregion
2874
+
2875
  /**
2876
  * @author Leo Fajardo (@leorw)
2877
  * @since 2.1.4
3068
  return self::instance( $addon_id );
3069
  }
3070
 
3071
+ /**
3072
+ * @return Freemius[]
3073
+ */
3074
+ static function _get_all_instances() {
3075
+ return self::$_instances;
3076
+ }
3077
+
3078
  #endregion ------------------------------------------------------------------
3079
 
3080
  /**
3585
  add_action( 'plugins_loaded', array( 'Freemius', '_load_textdomain' ), 1 );
3586
  }
3587
 
3588
+ $clone_manager = FS_Clone_Manager::instance();
3589
+ add_action( 'init', array( $clone_manager, '_init' ) );
3590
+
3591
  add_action( 'admin_footer', array( 'Freemius', '_enrich_ajax_url' ) );
3592
  add_action( 'admin_footer', array( 'Freemius', '_open_support_forum_in_new_page' ) );
3593
 
3607
  self::$_statics_loaded = true;
3608
  }
3609
 
3610
+ #--------------------------------------------------------------------------------
3611
+ #region Clone
3612
+ #--------------------------------------------------------------------------------
3613
+
3614
+ /**
3615
+ * @author Leo Fajardo (@leorw)
3616
+ * @since 2.5.0
3617
+ *
3618
+ * @return bool
3619
+ */
3620
+ private function is_unresolved_clone() {
3621
+ if ( ! $this->is_clone() ) {
3622
+ return false;
3623
+ }
3624
+
3625
+ return FS_Clone_Manager::instance()->has_temporary_duplicate_mode_expired();
3626
+ }
3627
+
3628
+ /**
3629
+ * @author Leo Fajardo (@leorw)
3630
+ * @since 2.5.0
3631
+ */
3632
+ function is_clone() {
3633
+ if ( ! is_object( $this->_site ) ) {
3634
+ return false;
3635
+ }
3636
+
3637
+ return (
3638
+ fs_strip_url_protocol( trailingslashit( $this->_site->url ) ) !== fs_strip_url_protocol( trailingslashit( get_site_url() ) )
3639
+ );
3640
+ }
3641
+
3642
+ /**
3643
+ * @author Leo Fajardo (@leorw)
3644
+ * @since 2.5.0
3645
+ *
3646
+ * @param number $site_id
3647
+ */
3648
+ function fetch_install_by_id( $site_id ) {
3649
+ return $this->get_current_or_network_user_api_scope()->get( "/installs/{$site_id}.json" );
3650
+ }
3651
+
3652
+ /**
3653
+ * @author Leo Fajardo (@leorw)
3654
+ * @since 2.5.0
3655
+ *
3656
+ * @return string|object|bool
3657
+ */
3658
+ function _handle_long_term_duplicate() {
3659
+ $this->_logger->entrance();
3660
+
3661
+ $this->delete_current_install( false );
3662
+
3663
+ $license_key = false;
3664
+
3665
+ if (
3666
+ is_object( $this->_license ) &&
3667
+ ! $this->_license->is_utilized(
3668
+ ( WP_FS__IS_LOCALHOST_FOR_SERVER || FS_Site::is_localhost_by_address( get_site_url() ) )
3669
+ )
3670
+ ) {
3671
+ $license_key = $this->_license->secret_key;
3672
+ }
3673
+
3674
+ return $this->opt_in(
3675
+ false,
3676
+ false,
3677
+ false,
3678
+ $license_key,
3679
+ false,
3680
+ false,
3681
+ false,
3682
+ null,
3683
+ array(),
3684
+ false
3685
+ );
3686
+ }
3687
+
3688
+ #endregion
3689
+
3690
  /**
3691
  * @author Leo Fajardo (@leorw)
3692
  *
3804
  static function _get_debug_log() {
3805
  $logs = FS_Logger::load_db_logs(
3806
  fs_request_get( 'filters', false, 'post' ),
3807
+ ! empty( $_POST['limit'] ) && is_numeric( $_POST['limit'] ) ? intval( $_POST['limit'] ) : 200,
3808
+ ! empty( $_POST['offset'] ) && is_numeric( $_POST['offset'] ) ? intval( $_POST['offset'] ) : 0
3809
  );
3810
 
3811
  self::shoot_ajax_success( $logs );
3912
 
3913
  switch_to_blog( $current_blog_id );
3914
  }
3915
+ } else if ( fs_request_is_action( 'reset_deactivation_snoozing' ) ) {
3916
+ check_admin_referer( 'reset_deactivation_snoozing' );
3917
+
3918
+ self::reset_deactivation_snoozing();
3919
  } else if ( fs_request_is_action( 'simulate_trial' ) ) {
3920
  check_admin_referer( 'simulate_trial' );
3921
 
3964
  }
3965
 
3966
  /**
3967
+ * @author Leo Fajardo (@leorw)
3968
+ * @since 2.5.0
3969
+ *
3970
+ * @return array
3971
  */
3972
+ static function get_all_modules_sites() {
3973
  self::$_static_logger->entrance();
3974
 
3975
+ $sites_by_type = array(
3976
+ WP_FS__MODULE_TYPE_PLUGIN => array(),
3977
+ WP_FS__MODULE_TYPE_THEME => array(),
3978
+ );
3979
+
3980
+ $module_types = array_keys( $sites_by_type );
3981
+
3982
  if ( ! is_multisite() ) {
3983
+ foreach ( $module_types as $type ) {
3984
+ $sites_by_type[ $type ] = self::get_all_sites( $type );
3985
+ }
3986
  } else {
3987
  $sites = self::get_sites();
3988
 
 
 
 
3989
  foreach ( $sites as $site ) {
3990
  $blog_id = self::get_site_blog_id( $site );
3991
 
3992
+ foreach ( $module_types as $type ) {
3993
+ $installs = self::get_all_sites( $type, $blog_id );
 
 
 
 
 
 
3994
 
3995
+ foreach ( $installs as $slug => $install ) {
3996
+ if ( ! isset( $sites_by_type[ $type ][ $slug ] ) ) {
3997
+ $sites_by_type[ $type ][ $slug ] = array();
3998
+ }
3999
 
4000
+ $install->blog_id = $blog_id;
4001
 
4002
+ $sites_by_type[ $type ][ $slug ][] = $install;
 
 
4003
  }
4004
 
 
 
 
4005
  }
4006
  }
4007
  }
4008
 
4009
+ return $sites_by_type;
4010
+ }
4011
+
4012
+ /**
4013
+ * @author Vova Feldman (@svovaf)
4014
+ * @since 1.0.8
4015
+ */
4016
+ static function _debug_page_render() {
4017
+ self::$_static_logger->entrance();
4018
+
4019
+ $all_modules_sites = self::get_all_modules_sites();
4020
+
4021
  $licenses_by_module_type = self::get_all_licenses_by_module_type();
4022
 
4023
  $vars = array(
4024
+ 'plugin_sites' => $all_modules_sites[ WP_FS__MODULE_TYPE_PLUGIN ],
4025
+ 'theme_sites' => $all_modules_sites[ WP_FS__MODULE_TYPE_THEME ],
4026
  'users' => self::get_all_users(),
4027
  'addons' => self::get_all_addons(),
4028
  'account_addons' => self::get_all_account_addons(),
4054
  function is_on() {
4055
  self::$_static_logger->entrance();
4056
 
4057
+ if ( is_object( $this->_site ) && ! $this->is_registered() ) {
4058
+ return false;
4059
+ }
4060
+
4061
  if ( isset( $this->_is_on ) ) {
4062
  return $this->_is_on;
4063
  }
4146
 
4147
  $is_update = $this->apply_filters( 'is_plugin_update', $this->is_plugin_update() );
4148
 
4149
+ $params = array(
4150
+ 'is_update' => json_encode( $is_update ),
4151
+ 'version' => $version,
4152
+ 'sdk' => $this->version,
4153
+ 'is_admin' => json_encode( is_admin() ),
4154
+ 'is_ajax' => json_encode( self::is_ajax() ),
4155
+ 'is_cron' => json_encode( self::is_cron() ),
4156
+ 'is_gdpr_test' => $is_gdpr_test,
4157
+ 'is_http' => json_encode( WP_FS__IS_HTTP_REQUEST ),
4158
+ );
4159
+
4160
+ if ( is_multisite() && function_exists( 'get_network' ) ) {
4161
+ $params['network_uid'] = $this->get_anonymous_network_id();
4162
+ }
4163
+
4164
  return $this->get_api_plugin_scope()->ping(
4165
  $this->get_anonymous_id( $blog_id ),
4166
+ $params
 
 
 
 
 
 
 
 
 
4167
  );
4168
  }
4169
 
4216
  if ( $is_connected ) {
4217
  FS_GDPR_Manager::instance()->store_is_required( $pong->is_gdpr_required );
4218
  }
4219
+
4220
  $this->store_connectivity_info( $pong, $is_connected );
4221
 
4222
  return $this->_has_api_connection;
4329
  return $unique_id;
4330
  }
4331
 
4332
+ /**
4333
+ * Returns anonymous network ID.
4334
+ *
4335
+ * @since 2.4.3
4336
+ *
4337
+ * @return string
4338
+ */
4339
+ function get_anonymous_network_id() {
4340
+ return $this->get_anonymous_id( get_network()->site_id );
4341
+ }
4342
+
4343
  /**
4344
  * @author Vova Feldman (@svovaf)
4345
  * @since 1.1.7.4
5150
  * @since 1.1.7.3
5151
  *
5152
  */
5153
+ if ( $this->is_registered() && $this->is_tracking_allowed() ) {
5154
+ $this->maybe_schedule_sync_cron();
 
 
5155
  }
5156
 
5157
  /**
5164
  }
5165
 
5166
  if ( $this->is_registered() ) {
5167
+ FS_Clone_Manager::instance()->maybe_resolve_new_subsite_install_automatically( $this );
5168
+
5169
  $this->hook_callback_to_install_sync();
5170
  }
5171
 
5180
  }
5181
 
5182
  if ( $this->is_user_in_admin() ) {
5183
+ if ( $this->is_registered() && fs_request_has( 'purchase_completed' ) ) {
5184
+ $this->_admin_notices->add_sticky(
5185
+ sprintf(
5186
+ /* translators: %s: License type (e.g. you have a professional license) */
5187
+ $this->get_text_inline( 'You have purchased a %s license.', 'you-have-x-license' ),
5188
+ fs_request_get( 'purchased_plan' )
5189
+ ) .
5190
+ sprintf(
5191
+ $this->get_text_inline(" The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box.", 'post-purchase-email-sent-message' ),
5192
+ $this->get_module_label( true ),
5193
+ ( FS_Plugin::is_valid_id( $this->get_bundle_id() ) ? "products' " : '' ),
5194
+ ( FS_Plugin::is_valid_id( $this->get_bundle_id() ) ? 's' : '' ),
5195
+ sprintf(
5196
+ '<strong>%s</strong>',
5197
+ fs_request_get( 'purchase_email' )
5198
+ )
5199
+ ),
5200
+ 'plan_purchased',
5201
+ $this->get_text_x_inline( 'Yee-haw', 'interjection expressing joy or exuberance', 'yee-haw' ) . '!'
5202
+ );
5203
+ }
5204
+
5205
  if ( $this->is_addon() ) {
5206
  if ( ! $this->is_parent_plugin_installed() ) {
5207
  $parent_name = $this->get_option( $plugin_info, 'parent_name', null );
5325
  */
5326
  ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->premium_plugin_basename() ) ) )
5327
  ) &&
5328
+ $this->has_release_on_freemius() &&
5329
+ ( ! $this->is_unresolved_clone() )
5330
  ) {
5331
  FS_Plugin_Updater::instance( $this );
5332
  }
5474
  }
5475
 
5476
  // Send update to FS.
5477
+ $result = $this->api_site_call( '/?fields=is_disconnected', 'put', array(
5478
  'is_disconnected' => true
5479
  ) );
5480
 
5623
  return true;
5624
  }
5625
 
5626
+ $result = $this->api_site_call( '/?is_disconnected', 'put', array(
5627
  'is_disconnected' => false
5628
  ) );
5629
 
7203
  return $this->is_cron_on( 'sync' );
7204
  }
7205
 
7206
+ /**
7207
+ * @author Leo Fajardo (@leorw)
7208
+ * @since 2.5.0
7209
+ */
7210
+ private function maybe_schedule_sync_cron() {
7211
+ $next_schedule = $this->next_sync_cron();
7212
+
7213
+ // The event is properly scheduled, so no need to reschedule it.
7214
+ if (
7215
+ is_numeric( $next_schedule ) &&
7216
+ $next_schedule > time()
7217
+ ) {
7218
+ return;
7219
+ }
7220
+
7221
+ $this->schedule_sync_cron();
7222
+ }
7223
+
7224
  /**
7225
  * @author Vova Feldman (@svovaf)
7226
  * @since 1.1.7.3
7399
  * @param int|null $current_blog_id
7400
  */
7401
  function _sync_install_cron_method( array $blog_ids, $current_blog_id = null ) {
7402
+ if ( $this->is_clone() ) {
7403
+ return;
7404
+ }
7405
+
7406
  if ( $this->is_registered() ) {
7407
  if ( 1 < count( $blog_ids ) ) {
7408
  $this->sync_installs( array(), true );
7419
  /**
7420
  * Show a notice that activation is currently pending.
7421
  *
7422
+ * @todo Add some sort of mechanism to allow users to update the email address they would like to opt-in with when $is_suspicious_email is true.
7423
+ *
7424
  * @author Vova Feldman (@svovaf)
7425
  * @since 1.0.7
7426
  *
7427
  * @param bool|string $email
7428
  * @param bool $is_pending_trial Since 1.2.1.5
7429
+ * @param bool $is_suspicious_email Since 2.5.0 Set to true when there's an indication that email address the user opted in with is fake/dummy/placeholder.
7430
  */
7431
+ function _add_pending_activation_notice(
7432
+ $email = false,
7433
+ $is_pending_trial = false,
7434
+ $is_suspicious_email = false
7435
+ ) {
7436
  if ( ! is_string( $email ) ) {
7437
  $current_user = self::_get_current_wp_user();
7438
  $email = $current_user->user_email;
7488
  /**
7489
  * Don't redirect if activating multiple plugins at once (bulk activation).
7490
  */
7491
+ } else if (
7492
+ self::is_deactivation_snoozed() &&
7493
+ (
7494
+ // Either running the free code base.
7495
+ ! $this->is_premium() ||
7496
+ // Or if has a free version.
7497
+ ! $this->is_only_premium() ||
7498
+ // If premium only, don't redirect if license is activated.
7499
+ ( $this->is_registered() && ! $this->can_use_premium_code() )
7500
+ )
7501
+ ) {
7502
+ /**
7503
+ * Don't redirect if activating during the deactivation snooze period (aka troubleshooting), unless activating a paid product version that the admin didn't enter its license key yet.
7504
+ */
7505
  } else if ( ! $is_migration ) {
7506
  $this->_redirect_on_activation_hook();
7507
  return;
7688
 
7689
  fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
7690
  fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
 
 
7691
  }
7692
 
7693
  /**
7723
  <?php
7724
  echo $this->apply_filters( 'optin_pointer_execute', "
7725
 
7726
+ optin.pointer('open');
7727
 
7728
+ // Tag the opt-in pointer with custom class.
7729
+ $('.wp-pointer #fs_connect')
7730
+ .parents('.wp-pointer.wp-pointer-top')
7731
+ .addClass('fs-opt-in-pointer');
7732
 
7733
+ ", 'element', 'optin' ) ?>
7734
  }
7735
  }
7736
  });
7778
  }
7779
 
7780
  /* Events
7781
+ ------------------------------------------------------------------------------------------------------------------*/
7782
  /**
7783
  * Delete site install from Database.
7784
  *
8110
  $plugin_version = $this->_storage->is_anonymous_ms['version'];
8111
  $network = true;
8112
  } else {
8113
+ $plugin_version = isset( $this->_storage->is_anonymous ) ?
8114
+ $this->_storage->is_anonymous['version'] :
8115
+ null;
8116
  $network = false;
8117
  }
8118
 
8260
  );
8261
  } else {
8262
  // Activate the license.
8263
+ $install = $this->api_site_call(
8264
  '/',
8265
  'put',
8266
  array( 'license_key' => $this->apply_filters( 'license_key', $license->secret_key ) )
8566
  $parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";
8567
 
8568
  $fs = $this;
8569
+
8570
  if ( $this->is_addon() ) {
8571
  $parent_instance = $this->get_parent_instance();
8572
 
8938
  public function _after_new_blog_callback( $blog_id, $user_id, $domain, $path, $network_id, $meta ) {
8939
  $this->_logger->entrance();
8940
 
8941
+ if ( ! $this->_is_network_active ) {
8942
+ FS_Clone_Manager::instance()->store_new_blog_install_info( $blog_id );
8943
+ return;
8944
+ }
8945
+
8946
+ $site = null;
8947
+ $new_blog_id = $blog_id;
8948
+
8949
  if ( $this->is_premium() &&
8950
  $this->is_network_connected() &&
8951
  is_object( $this->_license ) &&
8979
  }
8980
  }
8981
 
8982
+ $site = $this->_site;
8983
+
8984
  $this->switch_to_blog( $current_blog_id );
8985
 
8986
+ if ( is_object( $site ) ) {
8987
+ FS_Clone_Manager::instance()->store_new_blog_install_info( $blog_id, $site );
8988
+
8989
  // Already connected (with or without a license), so no need to continue.
8990
  return;
8991
  }
9018
  false
9019
  );
9020
 
9021
+ $site = $this->_site;
9022
+
9023
  $this->switch_to_blog( $current_blog_id );
9024
  } else {
9025
  /**
9030
  $has_delegated_site = false;
9031
 
9032
  $sites = self::get_sites();
9033
+ foreach ( $sites as $wp_site ) {
9034
+ $blog_id = self::get_site_blog_id( $wp_site );
9035
 
9036
  if ( $this->is_site_delegated_connection( $blog_id ) ) {
9037
  $has_delegated_site = true;
9045
  $this->skip_site_connection( $blog_id );
9046
  }
9047
  }
9048
+
9049
+ /**
9050
+ * Store the new blog's information even if there's no install so that when a clone install is stored in the new blog's storage, we can try to resolve it automatically.
9051
+ *
9052
+ * @author Leo Fajardo (@leorw)
9053
+ * @since 2.5.0
9054
+ */
9055
+ FS_Clone_Manager::instance()->store_new_blog_install_info( $new_blog_id, $site );
9056
  }
9057
 
9058
+ /**
9059
+ * @author Vova Feldman (@svovaf)
9060
+ * @since 2.5.0
9061
+ *
9062
+ * @param \WP_Site $new_site
9063
+ * @param array $args
9064
+ */
9065
+ public function _after_wp_initialize_site_callback( WP_Site $new_site, $args ) {
9066
  $this->_logger->entrance();
9067
 
9068
  $this->_after_new_blog_callback(
9077
  );
9078
  }
9079
 
 
 
 
 
 
 
9080
  /**
9081
  * @author Vova Feldman (@svovaf)
9082
  * @since 1.1.3
9650
  *
9651
  * @param string[] string $override
9652
  * @param bool $only_diff
9653
+ * @param bool $is_keepalive
9654
  * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
9655
  * @param bool $include_themes Since 1.1.8 by default include plugin changes.
9656
  *
9659
  private function get_installs_data_for_api(
9660
  array $override,
9661
  $only_diff = false,
9662
+ $is_keepalive = false,
9663
  $include_plugins = true,
9664
  $include_themes = true
9665
  ) {
9697
 
9698
  $sites = self::get_sites();
9699
 
9700
+ $subsite_data_by_install_id = array();
9701
+ $install_url_by_install_id = array();
9702
+
9703
  foreach ( $sites as $site ) {
9704
  $blog_id = self::get_site_blog_id( $site );
9705
 
9718
 
9719
  $install_data = $this->get_site_info( $site );
9720
 
9721
+ if ( FS_Clone_Manager::instance()->is_temporary_duplicate_by_blog_id( $install_data['blog_id'] ) ) {
9722
+ continue;
9723
+ }
9724
+
9725
  $uid = $install_data['uid'];
9726
+ $url = $install_data['url'];
9727
+
9728
+ if ( isset( $subsite_data_by_install_id[ $install->id ] ) ) {
9729
+ $clone_subsite_data = $subsite_data_by_install_id[ $install->id ];
9730
+ $clone_install_url = $install_url_by_install_id[ $install->id ];
9731
+
9732
+ if (
9733
+ /**
9734
+ * If we already have an install with the same URL as the subsite it's stored in, skip the current subsite. Otherwise, replace the existing install's data with the current subsite's install's data if the URLs match.
9735
+ *
9736
+ * @author Leo Fajardo (@leorw)
9737
+ * @since 2.5.0
9738
+ */
9739
+ fs_strip_url_protocol( untrailingslashit( $clone_install_url ) ) === fs_strip_url_protocol( untrailingslashit( $clone_subsite_data['url'] ) ) ||
9740
+ fs_strip_url_protocol( untrailingslashit( $install->url ) ) !== fs_strip_url_protocol( untrailingslashit( $url ) )
9741
+ ) {
9742
+ continue;
9743
+ }
9744
+ }
9745
 
9746
  unset( $install_data['blog_id'] );
9747
  unset( $install_data['uid'] );
9748
+ unset( $install_data['url'] );
9749
 
9750
  $install_data['is_disconnected'] = $install->is_disconnected;
9751
  $install_data['is_active'] = $this->is_active_for_site( $blog_id );
9770
  $is_common_diff_for_any_site = $is_common_diff_for_any_site || $is_common_diff;
9771
  }
9772
 
9773
+ if ( ! empty( $install_data ) || $is_common_diff || $is_keepalive ) {
9774
  // Add install ID and site unique ID.
9775
  $install_data['id'] = $install->id;
9776
  $install_data['uid'] = $uid;
9777
+ $install_data['url'] = $url;
9778
 
9779
+ $subsite_data_by_install_id[ $install->id ] = $install_data;
9780
+ $install_url_by_install_id[ $install->id ] = $install->url;
9781
  }
9782
  }
9783
  }
9784
 
9785
  restore_current_blog();
9786
 
9787
+ $installs_data = array_merge(
9788
+ $installs_data,
9789
+ array_values( $subsite_data_by_install_id )
9790
+ );
9791
+
9792
  if ( 0 < count( $installs_data ) && ( $is_common_diff_for_any_site || ! $only_diff ) ) {
9793
  if ( ! $only_diff ) {
9794
  $installs_data[] = $common;
9860
  *
9861
  * @param string[] string $override
9862
  * @param bool $flush
9863
+ * @param bool $is_two_way_sync @since 2.5.0 If true and there's a successful API request, the install sync cron will be cleared.
9864
  *
9865
  * @return false|object|string
9866
  */
9867
+ private function send_install_update( $override = array(), $flush = false, $is_two_way_sync = false ) {
9868
  $this->_logger->entrance();
9869
 
9870
  $check_properties = $this->get_install_data_for_api( $override );
9890
  }
9891
  }
9892
 
9893
+ if ( $is_two_way_sync ) {
9894
  /**
9895
+ * Update last install sync timestamp during a two-way sync call as we expect that updates are sent during this call.
 
9896
  *
9897
  * @author Leo Fajardo (@leorw)
9898
  * @since 2.2.3
9908
  $this->set_keepalive_timestamp();
9909
 
9910
  // Send updated values to FS.
9911
+ $site = $this->api_site_call( '/', 'put', $params, true );
9912
 
9913
+ if ( $is_two_way_sync && $this->is_api_result_entity( $site ) ) {
9914
  /**
9915
+ * Clear scheduled install sync after a two-way sync call.
9916
  *
9917
  * @author Leo Fajardo (@leorw)
9918
  * @since 2.2.3
9934
  *
9935
  * @param string[] string $override
9936
  * @param bool $flush
9937
+ * @param bool $is_two_way_sync @since 2.5.0 If true and there's a successful API request, the install sync cron will be cleared.
9938
  *
9939
  * @return false|object|string
9940
  */
9941
+ private function send_installs_update( $override = array(), $flush = false, $is_two_way_sync = false ) {
9942
  $this->_logger->entrance();
9943
 
9944
+ /**
9945
+ * Pass `true` to use the network level storage since the update is for many installs.
9946
+ *
9947
+ * @author Leo Fajardo (@leorw)
9948
+ * @since 2.2.3
9949
+ */
9950
+ $should_send_keepalive = $this->should_send_keepalive_update( true );
9951
 
9952
+ $installs_data = $this->get_installs_data_for_api( $override, ! $flush, $should_send_keepalive );
 
 
 
 
 
 
 
 
9953
 
9954
+ if ( empty( $installs_data ) ) {
9955
+ return false;
 
 
 
 
 
 
 
9956
  }
9957
 
9958
+ if ( $is_two_way_sync ) {
9959
+ // Update last install sync timestamp during a two-way sync call as we expect that updates are sent during this call.
9960
  $this->set_cron_execution_timestamp( 'install_sync' );
9961
  }
9962
 
9971
  // Send updated values to FS.
9972
  $result = $this->get_api_user_scope()->call( "/plugins/{$this->_plugin->id}/installs.json", 'put', $installs_data );
9973
 
9974
+ if ( $is_two_way_sync && $this->is_api_result_object( $result, 'installs' ) ) {
9975
+ // I successfully sent a two-way installs update, clear the scheduled install sync if it exists.
9976
  $this->clear_install_sync_cron();
9977
  }
9978
 
10022
  * @param string[] string $override
10023
  * @param bool $flush
10024
  */
10025
+ function sync_install( $override = array(), $flush = false ) {
10026
  $this->_logger->entrance();
10027
 
10028
+ $site = $this->send_install_update( $override, $flush, true );
10029
 
10030
  if ( false === $site ) {
10031
  // No sync required.
10054
  private function sync_installs( $override = array(), $flush = false ) {
10055
  $this->_logger->entrance();
10056
 
10057
+ $result = $this->send_installs_update( $override, $flush, true );
10058
 
10059
  if ( false === $result ) {
10060
  // No sync required.
10297
 
10298
  if ( is_object( $fs ) ) {
10299
  $fs->remove_sdk_reference();
10300
+
10301
  self::require_plugin_essentials();
10302
 
10303
  if ( is_plugin_active( $fs->_free_plugin_basename ) ||
10307
  return;
10308
  }
10309
 
10310
+ if (
10311
+ ! $fs->is_clone() &&
10312
+ /**
10313
+ * If there's a context install, run this method only when there's also a context user (e.g., when cloning a subsite of a multisite network into a single-site installation, it's possible for an install to be associated with a non-existing user entity; we want Freemius to be off in this case, while we are trying to recover the user).
10314
+ *
10315
+ * @author Leo Fajardo
10316
+ */
10317
+ ( ! is_object( $fs->_site ) || $fs->is_registered() )
10318
+ ) {
10319
+ $fs->_uninstall_plugin_event();
10320
+ }
10321
 
10322
  $fs->do_action( 'after_uninstall' );
10323
  }
10713
  #endregion ------------------------------------------------------------------
10714
 
10715
  /* Account
10716
+ ------------------------------------------------------------------------------------------------------------------*/
10717
 
10718
  /**
10719
  * Find plugin's slug by plugin's basename.
10777
  */
10778
  private static function get_all_sites(
10779
  $module_type = WP_FS__MODULE_TYPE_PLUGIN,
10780
+ $blog_id = null,
10781
+ $is_backup = false
10782
  ) {
10783
+ $sites = self::get_account_option(
10784
+ ( $is_backup ? 'prev_' : '' ) . 'sites',
10785
+ $module_type,
10786
+ $blog_id
10787
+ );
10788
 
10789
  if ( ! is_array( $sites ) ) {
10790
  $sites = array();
10877
  if ( fs_starts_with( $option_name, WP_FS__MODULE_TYPE_THEME . '_' ) ) {
10878
  $option_name = str_replace( WP_FS__MODULE_TYPE_THEME . '_', '', $option_name );
10879
  }
10880
+
10881
  switch ( $option_name ) {
10882
  case 'plugins':
10883
  case 'themes':
11204
  return $this->_site;
11205
  }
11206
 
11207
+ /**
11208
+ * @author Leo Fajardo (@leorw)
11209
+ * @since 2.5.0
11210
+ */
11211
+ function store_site( $site ) {
11212
+ $this->_site = $site;
11213
+ $this->_store_site( true );
11214
+ }
11215
+
11216
+ /**
11217
+ * Deletes the current install with an option to back it up in case restoration will be needed (e.g., if the automatic clone resolution attempt fails).
11218
+ *
11219
+ * @author Leo Fajardo (@leorw)
11220
+ * @since 2.5.0
11221
+ */
11222
+ function delete_current_install( $back_up ) {
11223
+ // Back up and delete the unique ID.
11224
+ if ( $back_up ) {
11225
+ self::$_accounts->set_option( 'prev_unique_id', $this->get_anonymous_id() );
11226
+ }
11227
+
11228
+ self::$_accounts->set_option( 'unique_id', null );
11229
+
11230
+ if ( $back_up ) {
11231
+ // Back up the install before deleting it so that it can be restored later on if necessary (e.g., if the automatic clone resolution attempt fails).
11232
+ $this->back_up_site();
11233
+ }
11234
+
11235
+ $this->_delete_site();
11236
+ $this->_site = null;
11237
+ }
11238
+
11239
+ /**
11240
+ * @author Leo Fajardo (@leorw)
11241
+ * @since 2.5.0
11242
+ */
11243
+ function restore_backup_site() {
11244
+ self::$_accounts->set_option(
11245
+ 'unique_id',
11246
+ self::$_accounts->get_option( 'prev_unique_id' )
11247
+ );
11248
+
11249
+ $sites = self::get_all_sites( $this->_module_type, null, true );
11250
+ $this->store_site( clone $sites[ $this->_slug ] );
11251
+ }
11252
+
11253
  /**
11254
  * Get plugin add-ons.
11255
  *
13333
  fs_require_template( 'forms/resend-key.php', $vars );
13334
  }
13335
 
13336
+ /**
13337
+ * Displays an email address update dialog box when the user clicks on the email address "Edit" button on the "Account" page.
13338
+ *
13339
+ * @author Leo Fajardo (@leorw)
13340
+ * @since 2.5.0
13341
+ */
13342
+ function _add_email_address_update_dialog_box() {
13343
+ $vars = array( 'id' => $this->_module_id );
13344
+
13345
+ fs_require_template( 'forms/email-address-update.php', $vars );
13346
+ }
13347
+
13348
+ /**
13349
+ * @author Leo Fajardo (@leorw)
13350
+ * @since 2.5.0
13351
+ */
13352
+ function _add_email_address_update_option() {
13353
+ if ( ! $this->should_handle_user_change() ) {
13354
+ return;
13355
+ }
13356
+
13357
+ // Add email address update AJAX handler.
13358
+ $this->add_ajax_action( 'update_email_address', array( &$this, '_email_address_update_ajax_handler' ) );
13359
+ }
13360
+
13361
+ /**
13362
+ * @author Leo Fajardo (@leorw)
13363
+ * @since 2.5.0
13364
+ */
13365
+ function _email_address_update_ajax_handler() {
13366
+ $this->check_ajax_referer( 'update_email_address' );
13367
+
13368
+ $new_email_address = fs_request_get( 'email_address' );
13369
+ $transfer_type = fs_request_get( 'transfer_type' );
13370
+
13371
+ $result = $this->update_email( $new_email_address );
13372
+
13373
+ if ( ! FS_Api::is_api_error( $result ) ) {
13374
+ self::shoot_ajax_success();
13375
+ }
13376
+
13377
+ $error = '';
13378
+
13379
+ if ( FS_Api::is_api_error_object( $result ) ) {
13380
+ switch ( $result->error->code ) {
13381
+ case 'user_exist':
13382
+ case 'account_verification_required':
13383
+ $error = array(
13384
+ 'code' => 'change_ownership',
13385
+ 'url' => $this->get_account_url( 'change_owner', array(
13386
+ 'state' => 'init',
13387
+ 'candidate_email' => $new_email_address,
13388
+ 'transfer_type' => $transfer_type,
13389
+ ) ),
13390
+ );
13391
+
13392
+ break;
13393
+ }
13394
+ }
13395
+
13396
+ if ( empty( $error ) ) {
13397
+ $error = is_object( $result ) ?
13398
+ var_export( $result->error, true ) :
13399
+ $result;
13400
+ }
13401
+
13402
+ self::shoot_ajax_failure( $error );
13403
+ }
13404
+
13405
  /**
13406
  * Returns a collection of IDs of installs that are associated with the context product and its add-ons, and activated with foreign licenses.
13407
  *
13491
  // Subscription cancellation dialog box is currently not supported for multisite networks.
13492
  return array();
13493
  }
13494
+
13495
  if ( $this->is_whitelabeled() ) {
13496
  return array();
13497
  }
13591
  ! $this->is_premium() &&
13592
  /**
13593
  * Also handle the case when an upgrade was made using the free version.
13594
+ *
13595
  * @author Leo Fajardo (@leorw)
13596
  * @since 2.3.2
13597
  */
13609
  ( $is_network_admin && $this->is_network_active() && ! $this->is_network_delegated_connection() ) ||
13610
  ( ! $is_network_admin && ( ! $this->is_network_active() || $this->is_delegated_connection() ) )
13611
  ) {
13612
+ if (
13613
+ $this->is_premium() ||
13614
+ ( $this->has_paid_plan() && ! $this->has_premium_version() )
13615
+ ) {
13616
+ /**
13617
+ * @since 1.2.0 Add license action link only on plugins page.
13618
+ */
13619
+ $this->_add_license_action_link();
13620
+ }
13621
  }
13622
  }
13623
 
13789
  self::shoot_ajax_failure();
13790
  }
13791
 
13792
+ $site = $this->api_site_call(
13793
  '',
13794
  'put',
13795
  array(
13822
  */
13823
  function _activate_license_ajax_action() {
13824
  $this->_logger->entrance();
13825
+
13826
  $this->check_ajax_referer( 'activate_license' );
13827
 
13828
  $license_key = trim( fs_request_get( 'license_key' ) );
13892
  foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
13893
  $install_ids[ $slug ] = $install_info['install']->id;
13894
  }
13895
+
13896
  $params['install_ids'] = implode( ',', array_values( $install_ids ) );
13897
 
13898
  $install = $this->get_api_site_scope()->call( $this->add_show_pending( '/' ), 'put', $params );
13985
  *
13986
  * @author Vova Feldman (@svovaf)
13987
  * @since 2.3.0
13988
+ *
13989
  * @param string $license_key
13990
  * @param null|bool $is_marketing_allowed
13991
  * @param null|number $plugin_id
14402
 
14403
  $addon_info = $fs->_get_addon_info( $addon_id, $is_installed );
14404
 
14405
+ if ( ! isset( $addon_info['is_connected'] ) || ! $addon_info['is_connected'] ) {
14406
  // Add-on is not associated with an install entity.
14407
  continue;
14408
  }
15379
  return ( defined( 'DOING_CRON' ) && DOING_CRON );
15380
  }
15381
 
15382
+ /**
15383
+ * @author Leo Fajardo (@leorw)
15384
+ * @since 2.5.0
15385
+ *
15386
+ * @return bool
15387
+ */
15388
+ static function is_admin_post() {
15389
+ return ( 'admin-post.php' === self::get_current_page() );
15390
+ }
15391
+
15392
  /**
15393
  * Check if a real user is visiting the admin dashboard.
15394
  *
15402
  is_admin() &&
15403
  ! self::is_ajax() &&
15404
  ! self::is_cron() &&
15405
+ ! self::is_admin_post()
15406
  );
15407
  }
15408
 
15683
  }
15684
 
15685
  /**
15686
+ * @todo Implement pagination when accessing the subsites collection.
15687
+ *
15688
  * @author Leo Fajardo (@leorw)
15689
  * @since 2.0.0
15690
  *
15691
+ * @param int $limit Default to 1,000
15692
+ * @param int $offset Default to 0
15693
+ *
15694
  * @return array Active & public sites collection.
15695
  */
15696
+ static function get_sites( $limit = 1000, $offset = 0 ) {
15697
  if ( ! is_multisite() ) {
15698
  return array();
15699
  }
15715
  'mature' => 0,
15716
  'spam' => 0,
15717
  'deleted' => 0,
15718
+ 'number' => $limit,
15719
+ 'offset' => $offset,
15720
  );
15721
 
15722
  if ( function_exists( 'get_sites' ) ) {
15906
  *
15907
  * @param int $blog_id
15908
  * @param FS_Site $install
15909
+ * @param bool $flush
15910
  *
15911
  * @return bool Since 2.3.1 returns if a switch was made.
15912
  */
15913
+ function switch_to_blog( $blog_id, FS_Site $install = null, $flush = false ) {
15914
+ if ( ! is_numeric( $blog_id ) ) {
15915
+ return false;
15916
+ }
15917
+
15918
+ if ( ! $flush && $blog_id == $this->_context_is_network_or_blog_id ) {
15919
  return false;
15920
  }
15921
 
15979
  unset( $this->_site_api );
15980
  unset( $this->_user_api );
15981
 
15982
+ return true;
15983
  }
15984
 
15985
  /**
16276
  }
16277
  }
16278
 
16279
+ if ( ! $this->is_registered() ) {
16280
+ return;
16281
+ }
16282
+
16283
  if ( $this->is_sync_cron_scheduled() &&
16284
  $context_blog_id == $this->get_sync_cron_blog_id()
16285
  ) {
16313
 
16314
  $this->update_multisite_data_after_site_deactivation( $context_blog_id );
16315
 
16316
+ if ( ! $this->is_registered() ) {
16317
+ return;
16318
+ }
16319
+
16320
  $current_blog_id = get_current_blog_id();
16321
 
16322
  $this->switch_to_blog( $context_blog_id );
16350
 
16351
  $this->update_multisite_data_after_site_deactivation( $context_blog_id );
16352
 
16353
+ if ( ! $this->is_registered() ) {
16354
+ return;
16355
+ }
16356
+
16357
  $current_blog_id = get_current_blog_id();
16358
 
16359
  $this->switch_to_blog( $context_blog_id );
16371
  $this->switch_to_blog( $current_blog_id );
16372
  }
16373
 
16374
+ /**
16375
+ * Executed after site deletion, called from wp_delete_site
16376
+ *
16377
+ * @author Dario Curvino (@dudo)
16378
+ * @since 2.5.0
16379
+ *
16380
+ * @param WP_Site $old_site
16381
+ */
16382
+ public function _after_wpsite_deleted_callback( WP_Site $old_site ) {
16383
+ $this->_logger->entrance();
16384
+
16385
+ $this->_after_site_deleted_callback( $old_site->blog_id, true );
16386
+ }
16387
+
16388
  /**
16389
  * Executed after site re-activation.
16390
  *
16631
  }
16632
 
16633
  /* Logger
16634
+ ------------------------------------------------------------------------------------------------------------------*/
16635
  /**
16636
  * @param string $id
16637
  * @param bool $prefix_slug
16656
  }
16657
 
16658
  /* Security
16659
+ ------------------------------------------------------------------------------------------------------------------*/
16660
  private static function _encrypt( $str ) {
16661
  if ( is_null( $str ) ) {
16662
  return null;
16876
  ) {
16877
  // Load site.
16878
  $this->_site = $site;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16879
  }
16880
 
16881
  $user = null;
16904
  /**
16905
  * This is a special fault tolerance mechanism to handle a scenario that the user data is missing.
16906
  */
16907
+ if (
16908
+ ! isset( $this->_storage->user_recovery_from_install_last_attempt_timestamp ) ||
16909
+ time() > ( $this->_storage->user_recovery_from_install_last_attempt_timestamp + FS_Clone_Manager::CLONE_RESOLUTION_MAX_EXECUTION_TIME )
16910
+ ) {
16911
+ $user = $this->sync_user_by_current_install();
16912
+ } else {
16913
+ return;
16914
+ }
16915
+
16916
+ if ( is_object( $user ) ) {
16917
+ $this->_storage->user_was_recovered_from_install = true;
16918
+ } else {
16919
+ $this->_storage->user_recovery_from_install_attempts = isset( $this->_storage->user_recovery_from_install_attempts ) ?
16920
+ ( $this->_storage->user_recovery_from_install_attempts + 1 ) :
16921
+ 1;
16922
+
16923
+ if ( $this->_storage->user_recovery_from_install_attempts >= 3 ) {
16924
+ $this->delete_current_install( false );
16925
+ } else {
16926
+ $this->_storage->user_recovery_from_install_last_attempt_timestamp = time();
16927
+
16928
+ return;
16929
+ }
16930
+ }
16931
  }
16932
 
16933
  $this->_user = ( $user instanceof FS_User ) ?
16941
  }
16942
 
16943
  if ( is_object( $this->_site ) ) {
16944
+ // Load plans.
16945
+ $this->_plans = isset( $plans[ $this->_slug ] ) ?
16946
+ $plans[ $this->_slug ] :
16947
+ array();
16948
+
16949
+ if ( ! is_array( $this->_plans ) || empty( $this->_plans ) ) {
16950
+ $this->_sync_plans();
16951
+ } else {
16952
+ for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
16953
+ if ( $this->_plans[ $i ] instanceof FS_Plugin_Plan ) {
16954
+ $this->_plans[ $i ] = self::decrypt_entity( $this->_plans[ $i ] );
16955
+ } else {
16956
+ unset( $this->_plans[ $i ] );
16957
+ }
16958
+ }
16959
+ }
16960
+
16961
  $this->_license = $this->_get_license_by_id( $this->_site->license_id );
16962
 
16963
  if ( $this->_site->version != $this->get_plugin_version() ) {
16976
  if ( $this->is_theme() ) {
16977
  $this->_register_account_hooks();
16978
  }
16979
+
16980
+ if (
16981
+ $this->is_clone() &&
16982
+ empty( FS_Clone_Manager::instance()->get_clone_identification_timestamp() )
16983
+ ) {
16984
+ FS_Clone_Manager::instance()->store_clone_identification_timestamp();
16985
+ }
16986
  }
16987
 
16988
  /**
17194
  );
17195
  }
17196
 
17197
+ if ( is_multisite() && function_exists( 'get_network' ) ) {
17198
+ $params['network_uid'] = $this->get_anonymous_network_id();
17199
+ }
17200
+
17201
  return array_merge( $params, $override_with );
17202
  }
17203
 
17219
  * @param bool $is_disconnected Whether or not to opt in without tracking.
17220
  * @param null|bool $is_marketing_allowed
17221
  * @param array $sites If network-level opt-in, an array of containing details of sites.
17222
+ * @param bool $redirect
17223
  *
17224
  * @return string|object
17225
  * @use WP_Error
17233
  $trial_plan_id = false,
17234
  $is_disconnected = false,
17235
  $is_marketing_allowed = null,
17236
+ $sites = array(),
17237
+ $redirect = true
17238
  ) {
17239
  $this->_logger->entrance();
17240
 
17258
  $fs_user,
17259
  false,
17260
  $trial_plan_id,
17261
+ $redirect,
17262
  true,
17263
  $sites
17264
  );
17418
  true ),
17419
  false,
17420
  $filtered_license_key,
17421
+ ! empty( $params['trial_plan_id'] ),
17422
+ isset( $decoded->is_suspicious_email ) && $decoded->is_suspicious_email
17423
  );
17424
  } else if ( isset( $decoded->install_secret_key ) ) {
17425
  return $this->install_with_new_user(
17694
  );
17695
  }
17696
  } else if ( fs_request_has( 'pending_activation' ) ) {
17697
+ $this->set_pending_confirmation(
17698
+ fs_request_get( 'user_email' ),
17699
+ true,
17700
+ false,
17701
+ false,
17702
+ fs_request_get_bool( 'is_suspicious_email' )
17703
+ );
17704
  }
17705
  }
17706
  }
17795
  $site->secret_key = $install_secret_key;
17796
 
17797
  $this->_site = $site;
17798
+ $site_result = $this->get_api_site_scope( true )->get();
17799
  $site = new FS_Site( $site_result );
17800
  $this->_site = $site;
17801
 
17942
  $email = false,
17943
  $redirect = true,
17944
  $license_key = false,
17945
+ $is_pending_trial = false,
17946
+ $is_suspicious_email = false
17947
  ) {
17948
  if ( $this->_ignore_pending_mode ) {
17949
  /**
17958
  // Install must be activated via email since
17959
  // user with the same email already exist.
17960
  $this->_storage->is_pending_activation = true;
17961
+ $this->_add_pending_activation_notice( $email, $is_pending_trial, $is_suspicious_email );
17962
  }
17963
 
17964
  if ( ! empty( $license_key ) ) {
18021
  *
18022
  * @return object|string If redirect is `false`, returns the next page the user should be redirected to, or the API error object if failed to install.
18023
  */
18024
+ function install_with_current_user(
18025
  $license_key = false,
18026
  $trial_plan_id = false,
18027
  $sites = array(),
18404
  $this->send_installs_update();
18405
  }
18406
 
 
 
 
18407
  $current_blog = get_current_blog_id();
18408
 
18409
  foreach ( $blog_2_install_map as $blog_id => $install ) {
18412
  $this->do_action( 'after_account_connection', $this->_user, $install );
18413
  }
18414
 
18415
+ // Switch install context back to the first install.
18416
+ $this->switch_to_blog(
18417
+ $current_blog,
18418
+ $first_install,
18419
+ ( $this->_site->id != $first_install->id )
18420
+ );
18421
 
18422
  $this->do_action( 'after_network_account_connection', $this->_user, $blog_2_install_map );
18423
  }
18521
  // return;
18522
  // }
18523
 
18524
+ if ( is_object( $this->_site ) && ! $this->is_registered() ) {
18525
+ return;
18526
+ }
18527
+
18528
  /**
18529
  * When running from a site admin with a network activated module and the connection
18530
  * was NOT delegated and the user still haven't skipped or opted-in, then hide the
19479
  *
19480
  * @return string
19481
  */
19482
+ static function get_ajax_action_static( $tag, $module_id = null ) {
19483
  $action = "fs_{$tag}";
19484
 
19485
  if ( ! empty( $module_id ) ) {
19722
  }
19723
 
19724
  /* Account Page
19725
+ ------------------------------------------------------------------------------------------------------------------*/
19726
  /**
19727
  * Update site information.
19728
  *
19733
  * @param null|int $network_level_or_blog_id Since 2.0.0
19734
  * @param \FS_Site $site Since 2.0.0
19735
  */
19736
+ private function _store_site( $store = true, $network_level_or_blog_id = null, FS_Site $site = null, $is_backup = false ) {
19737
  $this->_logger->entrance();
19738
 
19739
  if ( is_null( $site ) ) {
19748
 
19749
  $site_clone = clone $site;
19750
 
19751
+ $sites = self::get_all_sites( $this->_module_type, $network_level_or_blog_id, $is_backup );
19752
 
19753
+ if (
19754
+ ! $is_backup &&
19755
+ is_object( $this->_user ) && $this->_user->id != $site->user_id
19756
+ ) {
19757
  $this->sync_user_by_current_install( $site->user_id );
19758
 
19759
  $prev_stored_user_id = $this->_storage->get( 'prev_user_id', false, $network_level_or_blog_id );
19778
 
19779
  $sites[ $this->_slug ] = $site_clone;
19780
 
19781
+ $this->set_account_option(
19782
+ ( $is_backup ? 'prev_' : '' ) . 'sites',
19783
+ $sites,
19784
+ $store,
19785
+ $network_level_or_blog_id
19786
+ );
19787
+ }
19788
+
19789
+ /**
19790
+ * Stores the context site in the sites backup storage. This logic is used before deleting the site info so that it can be restored later on if necessary (e.g., if the automatic clone resolution attempt fails).
19791
+ *
19792
+ * @author Leo Fajardo (@leorw)
19793
+ * @since 2.5.0
19794
+ */
19795
+ private function back_up_site() {
19796
+ $this->_logger->entrance();
19797
+
19798
+ $site_clone = clone $this->_site;
19799
+
19800
+ $this->_store_site( true, null, $site_clone, true );
19801
  }
19802
 
19803
  /**
21038
  $this->switch_to_blog( $current_blog_id );
21039
  }
21040
 
21041
+ $result = $this->send_install_update( array(), true, true );
21042
  $is_valid = $this->is_api_result_entity( $result );
21043
  } else {
21044
+ $result = $this->send_installs_update( array(), true, true );
21045
  $is_valid = $this->is_api_result_object( $result, 'installs' );
21046
  }
21047
 
21051
  $this->switch_to_blog( $this->_storage->network_install_blog_id );
21052
  }
21053
 
21054
+ // Show API message only if not background sync or if paying customer.
21055
  if ( ! $background || $this->is_paying() ) {
21056
  // Try to ping API to see if not blocked.
21057
  if ( ! FS_Api::test() ) {
21061
  * @author Vova Feldman (@svovaf)
21062
  * @since 1.1.6 Only show message related to one of the Freemius powered plugins. Once it will be resolved it will fix the issue for all plugins anyways. There's no point to scare users with multiple error messages.
21063
  */
 
21064
 
21065
  if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
21066
+ // Add notice immediately if not a background sync.
21067
+ $add_notice = ( ! $background );
21068
+
21069
+ if ( ! $add_notice ) {
21070
+ $counter = (int) get_transient( '_fs_api_connection_retry_counter' );
21071
+
21072
+ // We only want to add the notice after 3 consecutive failures.
21073
+ $add_notice = ( 3 <= $counter );
21074
+
21075
+ if ( ! $add_notice ) {
21076
+ /**
21077
+ * Update counter transient only if notice shouldn't be added. If it is added the transient will be reset anyway, because the retries mechanism should only start counting if the admin isn't aware of the connectivity issue.
21078
+ *
21079
+ * Also, since the background sync happens once a day, setting the transient expiration for a week should be enough to count 3 failures, if there's an actual connectivity issue.
21080
+ */
21081
+ set_transient( '_fs_api_connection_retry_counter', $counter + 1, WP_FS__TIME_WEEK_IN_SEC );
21082
+ }
21083
+ }
21084
+
21085
+ // Add notice instantly for not-background sync and only after 3 failed attempts for background sync.
21086
+ if ( $add_notice ) {
21087
+ self::$_global_admin_notices->add(
21088
+ sprintf(
21089
+ $this->get_text_inline( 'Your server is blocking the access to Freemius\' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s', 'server-blocking-access' ),
21090
+ $this->get_plugin_name(),
21091
+ '<b>' . implode( ', ', $this->apply_filters( 'api_domains', array(
21092
+ 'api.freemius.com',
21093
+ 'wp.freemius.com'
21094
+ ) ) ) . '</b>'
21095
+ ) . '<br> ' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . var_export( $result->error, true ),
21096
+ $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
21097
+ 'error',
21098
+ $background,
21099
+ 'api_blocked'
21100
+ );
21101
+
21102
+ // Notice was just shown, reset connectivity counter.
21103
+ delete_transient( '_fs_api_connection_retry_counter' );
21104
+ }
21105
  }
21106
+ } else if ( is_object( $result ) ) {
21107
  // Authentication params are broken.
21108
  $this->_admin_notices->add(
21109
  $this->get_text_inline( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.', 'wrong-authentication-param-message' ) . '<br> ' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . var_export( $result->error, true ),
21117
  return;
21118
  }
21119
 
21120
+ // API is working now. Delete the transient and start afresh.
21121
+ delete_transient('_fs_api_connection_retry_counter');
21122
+
21123
  if ( $is_site_level_sync ) {
21124
  $site = new FS_Site( $result );
21125
  } else {
21311
  }
21312
 
21313
  if ( ! $this->is_addon() &&
21314
+ $this->_site->is_beta() !== $site->is_beta()
21315
  ) {
21316
  // Beta flag updated.
21317
  $this->_site = $site;
22045
  ) {
22046
  $this->_logger->entrance();
22047
 
22048
+ if ( $this->is_unresolved_clone() ) {
22049
+ return false;
22050
+ }
22051
+
22052
  $switch_to_blog_id = null;
22053
 
22054
  /**
22161
  private function get_latest_download_api_url( $plugin_id = false ) {
22162
  $this->_logger->entrance();
22163
 
22164
+ $download_api_url = $this->get_api_site_scope()->get_signed_url(
22165
  $this->_get_latest_version_endpoint( $plugin_id, 'zip' )
22166
  );
22167
+
22168
+ return str_replace( 'http:', 'https:', $download_api_url );
22169
  }
22170
 
22171
  /**
22360
  private function update_email( $new_email ) {
22361
  $this->_logger->entrance();
22362
 
 
22363
  $api = $this->get_api_user_scope();
22364
  $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,email,is_verified", 'put', array(
22365
  'email' => $new_email,
22375
  $this->_store_user();
22376
  } else {
22377
  // handle different error cases.
 
22378
  }
22379
 
22380
  return $user;
22450
  * @uses FS_Api
22451
  *
22452
  * @param string $candidate_email
22453
+ * @param string $transfer_type
22454
  *
22455
  * @return bool Is ownership change successfully initiated.
22456
  */
22457
+ private function init_change_owner( $candidate_email, $transfer_type ) {
22458
  $this->_logger->entrance();
22459
 
22460
+ $installs_info_by_slug_map = $this->get_parent_and_addons_installs_info();
22461
+ $install_ids = array();
22462
+
22463
+ foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
22464
+ $install = $install_info['install'];
22465
+
22466
+ if ( $this->_user->id != $install->user_id ) {
22467
+ // Skip add-on installs that are not owned by the parent product's install's owner.
22468
+ continue;
22469
+ }
22470
+
22471
+ $install_ids[ $slug ] = $install->id;
22472
+ }
22473
+
22474
  $api = $this->get_api_site_scope();
22475
  $result = $api->call( "/users/{$this->_user->id}.json", 'put', array(
22476
  'email' => $candidate_email,
22477
+ 'transfer_type' => $transfer_type,
22478
+ 'install_ids' => implode( ',', array_values( $install_ids ) ),
22479
  'after_confirm_url' => $this->_get_admin_page_url(
22480
  'account',
22481
  array( 'fs_action' => 'change_owner' )
22497
  private function complete_change_owner() {
22498
  $this->_logger->entrance();
22499
 
22500
+ $install_ids = fs_request_get( 'install_ids' );
22501
+
22502
+ if ( ! empty( $install_ids ) ) {
22503
+ $install_ids = explode( ',', $install_ids );
22504
+
22505
+ foreach ( $install_ids as $key => $install_id ) {
22506
+ if ( ! FS_Site::is_valid_id( $install_id ) ) {
22507
+ unset( $install_ids[ $key ] );
22508
+ }
22509
+ }
22510
+ }
22511
+
22512
+ if ( ! is_array( $install_ids ) ) {
22513
+ $install_ids = array();
22514
+ }
22515
 
22516
+ $user = new FS_User();
22517
+ $user->id = fs_request_get( 'user_id' );
22518
+ $user->public_key = fs_request_get( 'user_public_key' );
22519
+ $user->secret_key = fs_request_get( 'user_secret_key' );
22520
+
22521
+ $prev_user = $this->_user;
22522
+ $this->_user = $user;
22523
+
22524
+ $result = $this->get_api_user_scope( true )->get(
22525
+ "/installs.json?install_ids=" . implode( ',', $install_ids )
22526
+ );
22527
+
22528
+ $current_blog_sites = self::get_all_sites( $this->get_module_type() );
22529
+
22530
+ if ( $this->is_api_result_object( $result, 'installs' ) ) {
22531
+ $site_id_slug_map = array();
22532
+
22533
+ foreach ( $current_blog_sites as $slug => $site ) {
22534
+ $site_id_slug_map[ $site->id ] = $slug;
22535
+ }
22536
+
22537
+ foreach ( $result->installs as $install ) {
22538
+ $site = new FS_Site( $install );
22539
+
22540
+ if ( ! isset( $site_id_slug_map[ $install->id ] ) ) {
22541
+ continue;
22542
+ }
22543
+
22544
+ $current_blog_sites[ $site_id_slug_map[ $install->id ] ] = clone $site;
22545
+
22546
+ if ( $this->_site->id == $site->id ) {
22547
+ $this->_site = $site;
22548
+ }
22549
+ }
22550
+ }
22551
 
22552
  // Validate install's user and given user.
22553
  if ( $user->id != $this->_site->user_id ) {
22554
+ $this->_user = $prev_user;
22555
+
22556
  return false;
22557
  }
22558
 
22559
+ $this->set_account_option( 'sites', $current_blog_sites, true );
 
22560
 
22561
  // Fetch new user information.
 
22562
  $user_result = $this->get_api_user_scope( true )->get();
22563
  $user = new FS_User( $user_result );
22564
  $this->_user = $user;
22565
 
22566
+ $this->_set_account( $user, $this->_site );
22567
+
22568
+ $remove_user = true;
22569
+ $all_modules_sites = self::get_all_modules_sites();
22570
+
22571
+ foreach ( $all_modules_sites as $sites_by_module_type ) {
22572
+ foreach ( $sites_by_module_type as $sites_by_slug ) {
22573
+ foreach ( $sites_by_slug as $site ) {
22574
+ if ( $prev_user->id == $site->user_id ) {
22575
+ $remove_user = false;
22576
+ break;
22577
+ }
22578
+ }
22579
+
22580
+ if ( ! $remove_user ) {
22581
+ break;
22582
+ }
22583
+ }
22584
+
22585
+ if ( ! $remove_user ) {
22586
+ break;
22587
+ }
22588
+ }
22589
+
22590
+ if ( $remove_user ) {
22591
+ $users = self::get_all_users();
22592
+
22593
+ if ( isset( $users[ $prev_user->id ] ) ) {
22594
+ unset( $users[ $prev_user->id ] );
22595
+ } else {
22596
+ // If the prev user wasn't found by the key, iterate over the users collection.
22597
+ foreach ( $users as $key => $user ) {
22598
+ if ( $user->id == $prev_user->id ) {
22599
+ unset( $users[ $key ] );
22600
+ break;
22601
+ }
22602
+ }
22603
+ }
22604
+
22605
+ $this->set_account_option( 'users', $users, true );
22606
+ }
22607
 
22608
  return true;
22609
  }
23015
  $state = fs_request_get( 'state', 'init' );
23016
  switch ( $state ) {
23017
  case 'init':
23018
+ $candidate_email = fs_request_get( 'candidate_email' );
23019
+ $transfer_type = fs_request_get( 'transfer_type' );
23020
 
23021
+ if ( $this->init_change_owner( $candidate_email, $transfer_type ) ) {
23022
+ if ( 'transfer' === $transfer_type ) {
23023
+ $this->_admin_notices->add( sprintf( $this->get_text_inline( 'A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours.', 'change-owner-request-sent-x-transfer' ), '<b>' . $this->_user->email . '</b>' ) );
23024
+ } else {
23025
+ $this->_admin_notices->add( sprintf( $this->get_text_inline( 'A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder.', 'change-owner-request-sent-x' ), '<b>' . $this->_user->email . '</b>' ) );
23026
+ }
23027
  }
23028
  break;
23029
  case 'owner_confirmed':
23046
 
23047
  return;
23048
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23049
  case 'update_user_name':
23050
  check_admin_referer( 'update_user_name' );
23051
 
23308
  }
23309
 
23310
  /* Pricing & Upgrade
23311
+ ------------------------------------------------------------------------------------------------------------------*/
23312
  /**
23313
  * Render pricing page.
23314
  *
23467
  }
23468
 
23469
  /* CSS & JavaScript
23470
+ ------------------------------------------------------------------------------------------------------------------*/
23471
  /* function _enqueue_script($handle, $src) {
23472
+ $url = plugins_url( substr( WP_FS__DIR_JS, strlen( $this->_plugin_dir_path ) ) . '/assets/js/' . $src );
23473
 
23474
+ $this->_logger->entrance( 'script = ' . $url );
23475
 
23476
+ wp_enqueue_script( $handle, $url );
23477
+ }*/
23478
 
23479
  /* SDK
23480
+ ------------------------------------------------------------------------------------------------------------------*/
23481
  private $_user_api;
23482
 
23483
  /**
23489
  *
23490
  * @return FS_Api
23491
  */
23492
+ function get_api_user_scope( $flush = false ) {
23493
  if ( ! isset( $this->_user_api ) || $flush ) {
23494
  $this->_user_api = $this->get_api_user_scope_by_user( $this->_user );
23495
  }
23568
  $this->_site->public_key,
23569
  ! $this->is_live(),
23570
  $this->_site->secret_key,
23571
+ $this->get_sdk_version(),
23572
+ get_site_url()
23573
  );
23574
  }
23575
 
23576
  return $this->_site_api;
23577
  }
23578
 
23579
+ /**
23580
+ * @author Leo Fajardo (@leorw)
23581
+ * @since 2.5.0
23582
+ *
23583
+ * @param string $path
23584
+ * @param string $method
23585
+ * @param array $params
23586
+ * @param bool $flush_instance
23587
+ *
23588
+ * @return array|mixed|string|void
23589
+ * @throws Freemius_Exception
23590
+ */
23591
+ private function api_site_call( $path, $method = 'GET', $params = array(), $flush_instance = false ) {
23592
+ $result = $this->get_api_site_scope( $flush_instance )->call( $path, $method, $params );
23593
+
23594
+ /**
23595
+ * Checks if the local install's URL is different from the remote install's URL, update the local install if necessary, and then run the clone handler if the install's URL is different from the URL of the site.
23596
+ *
23597
+ * @author Leo Fajardo (@leorw)
23598
+ * @since 2.5.0
23599
+ */
23600
+ if (
23601
+ $this->is_registered() &&
23602
+ FS_Api::is_api_result_entity( $result ) &&
23603
+ isset( $result->url )
23604
+ ) {
23605
+ $stored_local_url = trailingslashit( $this->_site->url );
23606
+ $stored_remote_url = trailingslashit( $result->url );
23607
+
23608
+ if ( $stored_local_url !== $stored_remote_url ) {
23609
+ $this->_site->url = $result->url;
23610
+ $this->_store_site();
23611
+ }
23612
+
23613
+ if ( fs_strip_url_protocol( $stored_remote_url ) !== fs_strip_url_protocol( trailingslashit( get_site_url() ) ) ) {
23614
+ FS_Clone_Manager::instance()->maybe_run_clone_resolution();
23615
+ }
23616
+ }
23617
+
23618
+ return $result;
23619
+ }
23620
+
23621
  private $_plugin_api;
23622
 
23623
  /**
24053
  }
24054
 
24055
  /* Action Links
24056
+ ------------------------------------------------------------------------------------------------------------------*/
24057
  private $_action_links_hooked = false;
24058
  private $_action_links = array();
24059
 
24240
 
24241
  if (
24242
  $this->is_addon() &&
24243
+ ! $this->is_only_premium()
 
24244
  ) {
24245
+ $parent = $this->get_parent_instance();
24246
+
24247
+ if ( is_object( $parent ) && $parent->is_anonymous() ) {
24248
+ return;
24249
+ }
24250
  }
24251
 
24252
  if ( fs_is_network_admin() ) {
freemius/includes/class-fs-admin-notices.php CHANGED
@@ -125,13 +125,10 @@
125
  $is_sticky = false,
126
  $id = '',
127
  $store_if_sticky = true,
128
- $network_level_or_blog_id = null
 
129
  ) {
130
- if ( $this->should_use_network_notices( $id, $network_level_or_blog_id ) ) {
131
- $notices = $this->_network_notices;
132
- } else {
133
- $notices = $this->get_site_notices( $network_level_or_blog_id );
134
- }
135
 
136
  $notices->add(
137
  $message,
@@ -139,7 +136,11 @@
139
  $type,
140
  $is_sticky,
141
  $id,
142
- $store_if_sticky
 
 
 
 
143
  );
144
  }
145
 
@@ -149,8 +150,9 @@
149
  *
150
  * @param string|string[] $ids
151
  * @param int|null $network_level_or_blog_id
 
152
  */
153
- function remove_sticky( $ids, $network_level_or_blog_id = null ) {
154
  if ( ! is_array( $ids ) ) {
155
  $ids = array( $ids );
156
  }
@@ -161,7 +163,7 @@
161
  $notices = $this->get_site_notices( $network_level_or_blog_id );
162
  }
163
 
164
- return $notices->remove_sticky( $ids );
165
  }
166
 
167
  /**
@@ -176,11 +178,7 @@
176
  * @return bool
177
  */
178
  function has_sticky( $id, $network_level_or_blog_id = null ) {
179
- if ( $this->should_use_network_notices( $id, $network_level_or_blog_id ) ) {
180
- $notices = $this->_network_notices;
181
- } else {
182
- $notices = $this->get_site_notices( $network_level_or_blog_id );
183
- }
184
 
185
  return $notices->has_sticky( $id );
186
  }
@@ -200,6 +198,7 @@
200
  * @param string|null $plugin_title
201
  * @param bool $is_network_and_blog_admins Whether or not the message should be shown both on network and
202
  * blog admin pages.
 
203
  */
204
  function add_sticky(
205
  $message,
@@ -209,15 +208,30 @@
209
  $network_level_or_blog_id = null,
210
  $wp_user_id = null,
211
  $plugin_title = null,
212
- $is_network_and_blog_admins = false
 
 
213
  ) {
214
- if ( $this->should_use_network_notices( $id, $network_level_or_blog_id ) ) {
215
- $notices = $this->_network_notices;
216
- } else {
217
- $notices = $this->get_site_notices( $network_level_or_blog_id );
218
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
219
 
220
- $notices->add_sticky( $message, $id, $title, $type, $wp_user_id, $plugin_title, $is_network_and_blog_admins );
221
  }
222
 
223
  /**
@@ -317,5 +331,22 @@
317
  return fs_is_network_admin();
318
  }
319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
320
  #endregion
321
  }
125
  $is_sticky = false,
126
  $id = '',
127
  $store_if_sticky = true,
128
+ $network_level_or_blog_id = null,
129
+ $is_dimissible = null
130
  ) {
131
+ $notices = $this->get_site_or_network_notices( $id, $network_level_or_blog_id );
 
 
 
 
132
 
133
  $notices->add(
134
  $message,
136
  $type,
137
  $is_sticky,
138
  $id,
139
+ $store_if_sticky,
140
+ null,
141
+ null,
142
+ false,
143
+ $is_dimissible
144
  );
145
  }
146
 
150
  *
151
  * @param string|string[] $ids
152
  * @param int|null $network_level_or_blog_id
153
+ * @param bool $store
154
  */
155
+ function remove_sticky( $ids, $network_level_or_blog_id = null, $store = true ) {
156
  if ( ! is_array( $ids ) ) {
157
  $ids = array( $ids );
158
  }
163
  $notices = $this->get_site_notices( $network_level_or_blog_id );
164
  }
165
 
166
+ return $notices->remove_sticky( $ids, $store );
167
  }
168
 
169
  /**
178
  * @return bool
179
  */
180
  function has_sticky( $id, $network_level_or_blog_id = null ) {
181
+ $notices = $this->get_site_or_network_notices( $id, $network_level_or_blog_id );
 
 
 
 
182
 
183
  return $notices->has_sticky( $id );
184
  }
198
  * @param string|null $plugin_title
199
  * @param bool $is_network_and_blog_admins Whether or not the message should be shown both on network and
200
  * blog admin pages.
201
+ * @param bool $is_dismissible
202
  */
203
  function add_sticky(
204
  $message,
208
  $network_level_or_blog_id = null,
209
  $wp_user_id = null,
210
  $plugin_title = null,
211
+ $is_network_and_blog_admins = false,
212
+ $is_dismissible = true,
213
+ $data = array()
214
  ) {
215
+ $notices = $this->get_site_or_network_notices( $id, $network_level_or_blog_id );
216
+
217
+ $notices->add_sticky( $message, $id, $title, $type, $wp_user_id, $plugin_title, $is_network_and_blog_admins, $is_dismissible, $data );
218
+ }
219
+
220
+ /**
221
+ * Retrieves the data of a sticky notice.
222
+ *
223
+ * @author Leo Fajardo (@leorw)
224
+ * @since 2.4.3
225
+ *
226
+ * @param string $id
227
+ * @param int|null $network_level_or_blog_id
228
+ *
229
+ * @return array|null
230
+ */
231
+ function get_sticky( $id, $network_level_or_blog_id ) {
232
+ $notices = $this->get_site_or_network_notices( $id, $network_level_or_blog_id );
233
 
234
+ return $notices->get_sticky( $id );
235
  }
236
 
237
  /**
331
  return fs_is_network_admin();
332
  }
333
 
334
+ /**
335
+ * Retrieves an instance of FS_Admin_Notice_Manager.
336
+ *
337
+ * @author Leo Fajardo (@leorw)
338
+ * @since 2.5.0
339
+ *
340
+ * @param string $id
341
+ * @param int|null $network_level_or_blog_id
342
+ *
343
+ * @return FS_Admin_Notice_Manager
344
+ */
345
+ private function get_site_or_network_notices( $id, $network_level_or_blog_id ) {
346
+ return $this->should_use_network_notices( $id, $network_level_or_blog_id ) ?
347
+ $this->_network_notices :
348
+ $this->get_site_notices( $network_level_or_blog_id );
349
+ }
350
+
351
  #endregion
352
  }
freemius/includes/class-fs-api.php CHANGED
@@ -64,6 +64,14 @@
64
  */
65
  private $_sdk_version;
66
 
 
 
 
 
 
 
 
 
67
  /**
68
  * @param string $slug
69
  * @param string $scope 'app', 'developer', 'user' or 'install'.
@@ -72,6 +80,7 @@
72
  * @param bool $is_sandbox
73
  * @param bool|string $secret_key Element's secret key.
74
  * @param null|string $sdk_version
 
75
  *
76
  * @return FS_Api
77
  */
@@ -82,14 +91,15 @@
82
  $public_key,
83
  $is_sandbox,
84
  $secret_key = false,
85
- $sdk_version = null
 
86
  ) {
87
  $identifier = md5( $slug . $scope . $id . $public_key . ( is_string( $secret_key ) ? $secret_key : '' ) . json_encode( $is_sandbox ) );
88
 
89
  if ( ! isset( self::$_instances[ $identifier ] ) ) {
90
  self::_init();
91
 
92
- self::$_instances[ $identifier ] = new FS_Api( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox, $sdk_version );
93
  }
94
 
95
  return self::$_instances[ $identifier ];
@@ -123,6 +133,7 @@
123
  * @param bool|string $secret_key Element's secret key.
124
  * @param bool $is_sandbox
125
  * @param null|string $sdk_version
 
126
  */
127
  private function __construct(
128
  $slug,
@@ -131,12 +142,14 @@
131
  $public_key,
132
  $secret_key,
133
  $is_sandbox,
134
- $sdk_version
 
135
  ) {
136
  $this->_api = new Freemius_Api_WordPress( $scope, $id, $public_key, $secret_key, $is_sandbox );
137
 
138
  $this->_slug = $slug;
139
  $this->_sdk_version = $sdk_version;
 
140
  $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_api', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
141
  }
142
 
@@ -198,6 +211,17 @@
198
  }
199
  }
200
 
 
 
 
 
 
 
 
 
 
 
 
201
  $result = $this->_api->Api( $path, $method, $params );
202
 
203
  if ( null !== $result &&
64
  */
65
  private $_sdk_version;
66
 
67
+ /**
68
+ * @author Leo Fajardo (@leorw)
69
+ * @since 2.5.0
70
+ *
71
+ * @var string
72
+ */
73
+ private $_url;
74
+
75
  /**
76
  * @param string $slug
77
  * @param string $scope 'app', 'developer', 'user' or 'install'.
80
  * @param bool $is_sandbox
81
  * @param bool|string $secret_key Element's secret key.
82
  * @param null|string $sdk_version
83
+ * @param null|string $url
84
  *
85
  * @return FS_Api
86
  */
91
  $public_key,
92
  $is_sandbox,
93
  $secret_key = false,
94
+ $sdk_version = null,
95
+ $url = null
96
  ) {
97
  $identifier = md5( $slug . $scope . $id . $public_key . ( is_string( $secret_key ) ? $secret_key : '' ) . json_encode( $is_sandbox ) );
98
 
99
  if ( ! isset( self::$_instances[ $identifier ] ) ) {
100
  self::_init();
101
 
102
+ self::$_instances[ $identifier ] = new FS_Api( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox, $sdk_version, $url );
103
  }
104
 
105
  return self::$_instances[ $identifier ];
133
  * @param bool|string $secret_key Element's secret key.
134
  * @param bool $is_sandbox
135
  * @param null|string $sdk_version
136
+ * @param null|string $url
137
  */
138
  private function __construct(
139
  $slug,
142
  $public_key,
143
  $secret_key,
144
  $is_sandbox,
145
+ $sdk_version,
146
+ $url
147
  ) {
148
  $this->_api = new Freemius_Api_WordPress( $scope, $id, $public_key, $secret_key, $is_sandbox );
149
 
150
  $this->_slug = $slug;
151
  $this->_sdk_version = $sdk_version;
152
+ $this->_url = $url;
153
  $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_api', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
154
  }
155
 
211
  }
212
  }
213
 
214
+ /**
215
+ * @since 2.5.0 Include the site's URL, if available, in all API requests that are going through the API manager.
216
+ */
217
+ if ( ! empty( $this->_url ) ) {
218
+ if ( false === strpos( $path, 'url=' ) &&
219
+ ! isset( $params['url'] )
220
+ ) {
221
+ $path = add_query_arg( 'url', $this->_url, $path );
222
+ }
223
+ }
224
+
225
  $result = $this->_api->Api( $path, $method, $params );
226
 
227
  if ( null !== $result &&
freemius/includes/class-fs-plugin-updater.php CHANGED
@@ -240,7 +240,11 @@
240
  * @since 2.0.0
241
  */
242
  private function add_transient_filters() {
243
- if ( $this->_fs->is_premium() && ! $this->_fs->is_tracking_allowed() ) {
 
 
 
 
244
  $this->_logger->log( 'Opted out sites cannot receive automatic software updates.' );
245
 
246
  return;
@@ -610,11 +614,9 @@
610
  if ( ! isset( $this->_translation_updates ) ) {
611
  $this->_translation_updates = array();
612
 
613
- if ( current_user_can( 'update_languages' ) ) {
614
- $translation_updates = $this->fetch_wp_org_module_translation_updates( $module_type, $slug );
615
- if ( ! empty( $translation_updates ) ) {
616
- $this->_translation_updates = $translation_updates;
617
- }
618
  }
619
  }
620
 
240
  * @since 2.0.0
241
  */
242
  private function add_transient_filters() {
243
+ if (
244
+ $this->_fs->is_premium() &&
245
+ $this->_fs->is_registered() &&
246
+ ! $this->_fs->is_tracking_allowed()
247
+ ) {
248
  $this->_logger->log( 'Opted out sites cannot receive automatic software updates.' );
249
 
250
  return;
614
  if ( ! isset( $this->_translation_updates ) ) {
615
  $this->_translation_updates = array();
616
 
617
+ $translation_updates = $this->fetch_wp_org_module_translation_updates( $module_type, $slug );
618
+ if ( ! empty( $translation_updates ) ) {
619
+ $this->_translation_updates = $translation_updates;
 
 
620
  }
621
  }
622
 
freemius/includes/entities/class-fs-user.php CHANGED
@@ -56,7 +56,18 @@
56
  return ( isset( $this->is_verified ) && true === $this->is_verified );
57
  }
58
 
59
- static function get_type() {
 
 
 
 
 
 
 
 
 
 
 
60
  return 'user';
61
  }
62
  }
56
  return ( isset( $this->is_verified ) && true === $this->is_verified );
57
  }
58
 
59
+ /**
60
+ * @author Leo Fajardo (@leorw)
61
+ * @since 2.4.2
62
+ *
63
+ * @return bool
64
+ */
65
+ function is_beta() {
66
+ // Return `false` since this is just for backward compatibility.
67
+ return false;
68
+ }
69
+
70
+ static function get_type() {
71
  return 'user';
72
  }
73
  }
freemius/includes/fs-core-functions.php CHANGED
@@ -1349,7 +1349,7 @@
1349
  function fs_is_plugin_uninstall() {
1350
  return (
1351
  defined( 'WP_UNINSTALL_PLUGIN' ) ||
1352
- ( 0 < did_action( 'update_option_uninstall_plugins' ) )
1353
  );
1354
  }
1355
  }
1349
  function fs_is_plugin_uninstall() {
1350
  return (
1351
  defined( 'WP_UNINSTALL_PLUGIN' ) ||
1352
+ ( 0 < did_action( 'pre_uninstall_plugin' ) )
1353
  );
1354
  }
1355
  }
freemius/includes/fs-plugin-info-dialog.php CHANGED
@@ -1306,8 +1306,8 @@
1306
  <?php endif ?>
1307
  </div>
1308
  </div>
1309
- </div>
1310
  <?php endforeach ?>
 
1311
  <?php endif ?>
1312
  <?php endif ?>
1313
  <div>
1306
  <?php endif ?>
1307
  </div>
1308
  </div>
 
1309
  <?php endforeach ?>
1310
+ </div>
1311
  <?php endif ?>
1312
  <?php endif ?>
1313
  <div>
freemius/includes/managers/class-fs-admin-notice-manager.php CHANGED
@@ -160,7 +160,10 @@
160
  false,
161
  isset( $msg['wp_user_id'] ) ? $msg['wp_user_id'] : null,
162
  ! empty( $msg['plugin'] ) ? $msg['plugin'] : null,
163
- $is_network_and_blog_admins
 
 
 
164
  );
165
  }
166
  }
@@ -219,9 +222,6 @@
219
  return;
220
  }
221
 
222
-
223
- $show_admin_notices = ( ! $this->is_gutenberg_page() );
224
-
225
  foreach ( $this->_notices as $id => $msg ) {
226
  if ( isset( $msg['wp_user_id'] ) && is_numeric( $msg['wp_user_id'] ) ) {
227
  if ( get_current_user_id() != $msg['wp_user_id'] ) {
@@ -264,7 +264,7 @@
264
  $show_notice = call_user_func_array( 'fs_apply_filter', array(
265
  $this->_module_unique_affix,
266
  'show_admin_notice',
267
- $show_admin_notices,
268
  $msg
269
  ) );
270
 
@@ -318,6 +318,30 @@
318
  return false;
319
  }
320
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  /**
322
  * Add admin message to admin messages queue, and hook to admin_notices / all_admin_notices if not yet hooked.
323
  *
@@ -334,6 +358,8 @@
334
  * @param string|null $plugin_title
335
  * @param bool $is_network_and_blog_admins Whether or not the message should be shown both on network
336
  * and blog admin pages.
 
 
337
  *
338
  * @uses add_action()
339
  */
@@ -346,7 +372,9 @@
346
  $store_if_sticky = true,
347
  $wp_user_id = null,
348
  $plugin_title = null,
349
- $is_network_and_blog_admins = false
 
 
350
  ) {
351
  $notices_type = $this->get_notices_type();
352
 
@@ -366,14 +394,16 @@
366
  }
367
 
368
  $message_object = array(
369
- 'message' => $message,
370
- 'title' => $title,
371
- 'type' => $type,
372
- 'sticky' => $is_sticky,
373
- 'id' => $id,
374
- 'manager_id' => $this->_id,
375
- 'plugin' => ( ! is_null( $plugin_title ) ? $plugin_title : $this->_title ),
376
- 'wp_user_id' => $wp_user_id,
 
 
377
  );
378
 
379
  if ( $is_sticky && $store_if_sticky ) {
@@ -388,15 +418,16 @@
388
  * @since 1.0.7
389
  *
390
  * @param string|string[] $ids
 
391
  */
392
- function remove_sticky( $ids ) {
393
  if ( ! is_array( $ids ) ) {
394
  $ids = array( $ids );
395
  }
396
 
397
  foreach ( $ids as $id ) {
398
  // Remove from sticky storage.
399
- $this->_sticky_storage->remove( $id );
400
 
401
  if ( isset( $this->_notices[ $id ] ) ) {
402
  unset( $this->_notices[ $id ] );
@@ -432,14 +463,32 @@
432
  * @param string|null $plugin_title
433
  * @param bool $is_network_and_blog_admins Whether or not the message should be shown both on network
434
  * and blog admin pages.
 
 
435
  */
436
- function add_sticky( $message, $id, $title = '', $type = 'success', $wp_user_id = null, $plugin_title = null, $is_network_and_blog_admins = false ) {
437
  if ( ! empty( $this->_module_unique_affix ) ) {
438
  $message = fs_apply_filter( $this->_module_unique_affix, "sticky_message_{$id}", $message );
439
  $title = fs_apply_filter( $this->_module_unique_affix, "sticky_title_{$id}", $title );
440
  }
441
 
442
- $this->add( $message, $title, $type, true, $id, true, $wp_user_id, $plugin_title, $is_network_and_blog_admins );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
  }
444
 
445
  /**
160
  false,
161
  isset( $msg['wp_user_id'] ) ? $msg['wp_user_id'] : null,
162
  ! empty( $msg['plugin'] ) ? $msg['plugin'] : null,
163
+ $is_network_and_blog_admins,
164
+ isset( $msg['dismissible'] ) ?
165
+ $msg['dismissible'] :
166
+ null
167
  );
168
  }
169
  }
222
  return;
223
  }
224
 
 
 
 
225
  foreach ( $this->_notices as $id => $msg ) {
226
  if ( isset( $msg['wp_user_id'] ) && is_numeric( $msg['wp_user_id'] ) ) {
227
  if ( get_current_user_id() != $msg['wp_user_id'] ) {
264
  $show_notice = call_user_func_array( 'fs_apply_filter', array(
265
  $this->_module_unique_affix,
266
  'show_admin_notice',
267
+ $this->show_admin_notices(),
268
  $msg
269
  ) );
270
 
318
  return false;
319
  }
320
 
321
+ /**
322
+ * Check if admin notices should be shown on page. E.g., we don't want to show notices in the Visual Editor.
323
+ *
324
+ * @author Xiaheng Chen (@xhchen)
325
+ * @since 2.4.2
326
+ *
327
+ * @return bool
328
+ */
329
+ function show_admin_notices() {
330
+ global $pagenow;
331
+
332
+ if ( 'about.php' === $pagenow ) {
333
+ // Don't show admin notices on the About page.
334
+ return false;
335
+ }
336
+
337
+ if ( $this->is_gutenberg_page() ) {
338
+ // Don't show admin notices in Gutenberg (visual editor).
339
+ return false;
340
+ }
341
+
342
+ return true;
343
+ }
344
+
345
  /**
346
  * Add admin message to admin messages queue, and hook to admin_notices / all_admin_notices if not yet hooked.
347
  *
358
  * @param string|null $plugin_title
359
  * @param bool $is_network_and_blog_admins Whether or not the message should be shown both on network
360
  * and blog admin pages.
361
+ * @param bool|null $is_dismissible
362
+ * @param array $data
363
  *
364
  * @uses add_action()
365
  */
372
  $store_if_sticky = true,
373
  $wp_user_id = null,
374
  $plugin_title = null,
375
+ $is_network_and_blog_admins = false,
376
+ $is_dismissible = null,
377
+ $data = array()
378
  ) {
379
  $notices_type = $this->get_notices_type();
380
 
394
  }
395
 
396
  $message_object = array(
397
+ 'message' => $message,
398
+ 'title' => $title,
399
+ 'type' => $type,
400
+ 'sticky' => $is_sticky,
401
+ 'id' => $id,
402
+ 'manager_id' => $this->_id,
403
+ 'plugin' => ( ! is_null( $plugin_title ) ? $plugin_title : $this->_title ),
404
+ 'wp_user_id' => $wp_user_id,
405
+ 'dismissible' => $is_dismissible,
406
+ 'data' => $data
407
  );
408
 
409
  if ( $is_sticky && $store_if_sticky ) {
418
  * @since 1.0.7
419
  *
420
  * @param string|string[] $ids
421
+ * @param bool $store
422
  */
423
+ function remove_sticky( $ids, $store = true ) {
424
  if ( ! is_array( $ids ) ) {
425
  $ids = array( $ids );
426
  }
427
 
428
  foreach ( $ids as $id ) {
429
  // Remove from sticky storage.
430
+ $this->_sticky_storage->remove( $id, $store );
431
 
432
  if ( isset( $this->_notices[ $id ] ) ) {
433
  unset( $this->_notices[ $id ] );
463
  * @param string|null $plugin_title
464
  * @param bool $is_network_and_blog_admins Whether or not the message should be shown both on network
465
  * and blog admin pages.
466
+ * @param bool $is_dimissible
467
+ * @param array $data
468
  */
469
+ function add_sticky( $message, $id, $title = '', $type = 'success', $wp_user_id = null, $plugin_title = null, $is_network_and_blog_admins = false, $is_dimissible = true, $data = array() ) {
470
  if ( ! empty( $this->_module_unique_affix ) ) {
471
  $message = fs_apply_filter( $this->_module_unique_affix, "sticky_message_{$id}", $message );
472
  $title = fs_apply_filter( $this->_module_unique_affix, "sticky_title_{$id}", $title );
473
  }
474
 
475
+ $this->add( $message, $title, $type, true, $id, true, $wp_user_id, $plugin_title, $is_network_and_blog_admins, $is_dimissible, $data );
476
+ }
477
+
478
+ /**
479
+ * Retrieves the data of an sticky notice.
480
+ *
481
+ * @author Leo Fajardo (@leorw)
482
+ * @since 2.4.3
483
+ *
484
+ * @param string $id Message ID.
485
+ *
486
+ * @return array|null
487
+ */
488
+ function get_sticky( $id ) {
489
+ return isset( $this->_sticky_storage->{$id} ) ?
490
+ $this->_sticky_storage->{$id} :
491
+ null;
492
  }
493
 
494
  /**
freemius/includes/managers/class-fs-clone-manager.php ADDED
@@ -0,0 +1,1480 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Freemius
4
+ * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
+ * @author Leo Fajardo (@leorw)
7
+ * @since 2.5.0
8
+ */
9
+
10
+ if ( ! defined( 'ABSPATH' ) ) {
11
+ exit;
12
+ }
13
+
14
+ /**
15
+ * Manages the detection of clones and provides the logged-in WordPress user with options for manually resolving them.
16
+ *
17
+ * @since 2.5.0
18
+ *
19
+ * @property int $clone_identification_timestamp
20
+ * @property int $temporary_duplicate_mode_selection_timestamp
21
+ * @property int $temporary_duplicate_notice_shown_timestamp
22
+ * @property string $request_handler_id
23
+ * @property int $request_handler_timestamp
24
+ * @property int $request_handler_retries_count
25
+ */
26
+ class FS_Clone_Manager {
27
+ /**
28
+ * @var FS_Option_Manager
29
+ */
30
+ private $_storage;
31
+ /**
32
+ * @var FS_Option_Manager
33
+ */
34
+ private $_network_storage;
35
+ /**
36
+ * @var array {
37
+ * @type int $clone_identification_timestamp
38
+ * @type int $temporary_duplicate_mode_selection_timestamp
39
+ * @type int $temporary_duplicate_notice_shown_timestamp
40
+ * @type string $request_handler_id
41
+ * @type int $request_handler_timestamp
42
+ * @type int $request_handler_retries_count
43
+ * }
44
+ */
45
+ private $_data;
46
+ /**
47
+ * @var array {
48
+ * @type array $new_blog_install_map
49
+ * }
50
+ */
51
+ private $_network_data;
52
+ /**
53
+ * @var FS_Admin_Notices
54
+ */
55
+ private $_notices;
56
+ /**
57
+ * @var FS_Logger
58
+ */
59
+ protected $_logger;
60
+
61
+ /**
62
+ * @var int 3 minutes
63
+ */
64
+ const CLONE_RESOLUTION_MAX_EXECUTION_TIME = 180;
65
+ /**
66
+ * @var int
67
+ */
68
+ const CLONE_RESOLUTION_MAX_RETRIES = 3;
69
+ /**
70
+ * @var int
71
+ */
72
+ const TEMPORARY_DUPLICATE_PERIOD = WP_FS__TIME_WEEK_IN_SEC * 2;
73
+ /**
74
+ * @var string
75
+ */
76
+ const OPTION_NAME = 'clone_resolution';
77
+ /**
78
+ * @var string
79
+ */
80
+ const OPTION_MANAGER_NAME = 'clone_management';
81
+ /**
82
+ * @var string
83
+ */
84
+ const OPTION_TEMPORARY_DUPLICATE = 'temporary_duplicate';
85
+ /**
86
+ * @var string
87
+ */
88
+ const OPTION_NEW_HOME = 'new_home';
89
+
90
+ #--------------------------------------------------------------------------------
91
+ #region Singleton
92
+ #--------------------------------------------------------------------------------
93
+
94
+ /**
95
+ * @var FS_Clone_Manager
96
+ */
97
+ private static $_instance;
98
+
99
+ /**
100
+ * @return FS_Clone_Manager
101
+ */
102
+ static function instance() {
103
+ if ( ! isset( self::$_instance ) ) {
104
+ self::$_instance = new self();
105
+ }
106
+
107
+ return self::$_instance;
108
+ }
109
+
110
+ #endregion
111
+
112
+ private function __construct() {
113
+ $this->_storage = FS_Option_Manager::get_manager( WP_FS___OPTION_PREFIX . self::OPTION_MANAGER_NAME, true );
114
+ $this->_network_storage = FS_Option_Manager::get_manager( WP_FS___OPTION_PREFIX . self::OPTION_MANAGER_NAME, true, true );
115
+ $this->_data = $this->_storage->get_option( self::OPTION_NAME, array() );
116
+ $this->_network_data = $this->_network_storage->get_option( self::OPTION_NAME, array() );
117
+
118
+ $this->_notices = FS_Admin_Notices::instance( 'global_clone_resolution_notices', '', '', true );
119
+ $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . '_clone_manager', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
120
+
121
+ $defaults = array(
122
+ 'clone_identification_timestamp' => null,
123
+ 'temporary_duplicate_mode_selection_timestamp' => null,
124
+ 'temporary_duplicate_notice_shown_timestamp' => null,
125
+ 'request_handler_id' => null,
126
+ 'request_handler_timestamp' => null,
127
+ 'request_handler_retries_count' => null,
128
+ );
129
+
130
+ if ( ! is_array( $this->_data ) ) {
131
+ $this->_data = $defaults;
132
+ } else {
133
+ foreach ( $defaults as $name => $value ) {
134
+ $this->_data[ $name ] = isset( $this->_data[ $name ] ) ?
135
+ $this->_data[ $name ] :
136
+ $value;
137
+ }
138
+ }
139
+
140
+ if (
141
+ ! is_array( $this->_network_data ) ||
142
+ ! isset( $this->_network_data['new_blog_install_map'] )
143
+ ) {
144
+ $this->_network_data = array( 'new_blog_install_map' => null );
145
+ }
146
+ }
147
+
148
+ /**
149
+ * @author Leo Fajardo (@leorw)
150
+ * @since 2.5.0
151
+ */
152
+ function _init() {
153
+ if ( is_admin() ) {
154
+ if ( Freemius::is_admin_post() ) {
155
+ add_action( 'admin_post_fs_clone_resolution', array( $this, '_handle_clone_resolution' ) );
156
+ }
157
+
158
+ if (
159
+ empty( $this->get_clone_identification_timestamp() ) &&
160
+ (
161
+ ! fs_is_network_admin() ||
162
+ ! ( $this->is_clone_resolution_options_notice_shown() || $this->is_temporary_duplicate_notice_shown() )
163
+ )
164
+ ) {
165
+ $this->hide_clone_admin_notices();
166
+ } else {
167
+ if ( Freemius::is_ajax() ) {
168
+ Freemius::add_ajax_action_static( 'handle_clone_resolution', array( $this, '_clone_resolution_action_ajax_handler' ) );
169
+ } else if ( ! Freemius::is_cron() && ! Freemius::is_admin_post() ) {
170
+ $this->maybe_show_clone_admin_notice();
171
+
172
+ add_action( 'admin_footer', array( $this, '_add_clone_resolution_javascript' ) );
173
+ }
174
+ }
175
+ }
176
+ }
177
+
178
+ /**
179
+ * Retrieves the timestamp that was stored when a clone was identified.
180
+ *
181
+ * @return int|null
182
+ */
183
+ function get_clone_identification_timestamp() {
184
+ return $this->clone_identification_timestamp;
185
+ }
186
+
187
+ /**
188
+ * Stores the time when a clone was identified.
189
+ */
190
+ function store_clone_identification_timestamp() {
191
+ $this->clone_identification_timestamp = time();
192
+ }
193
+
194
+ /**
195
+ * Retrieves the timestamp for the temporary duplicate mode's expiration.
196
+ *
197
+ * @return int
198
+ */
199
+ function get_temporary_duplicate_expiration_timestamp() {
200
+ $temporary_duplicate_mode_start_timestamp = $this->was_temporary_duplicate_mode_selected() ?
201
+ $this->temporary_duplicate_mode_selection_timestamp :
202
+ $this->get_clone_identification_timestamp();
203
+
204
+ return ( $temporary_duplicate_mode_start_timestamp + self::TEMPORARY_DUPLICATE_PERIOD );
205
+ }
206
+
207
+ /**
208
+ * Determines if the SDK should handle clones. The SDK handles clones only up to 3 times with 3 min interval.
209
+ *
210
+ * @return bool
211
+ */
212
+ private function should_handle_clones() {
213
+ if ( ! isset( $this->request_handler_timestamp ) ) {
214
+ return true;
215
+ }
216
+
217
+ if ( $this->request_handler_retries_count >= self::CLONE_RESOLUTION_MAX_RETRIES ) {
218
+ return false;
219
+ }
220
+
221
+ // Give the logic that handles clones enough time to finish (it is given 3 minutes for now).
222
+ return ( time() > ( $this->request_handler_timestamp + self::CLONE_RESOLUTION_MAX_EXECUTION_TIME ) );
223
+ }
224
+
225
+ /**
226
+ * Executes the clones handler logic if it should be executed, i.e., based on the return value of the should_handle_clones() method.
227
+ *
228
+ * @author Leo Fajardo (@leorw)
229
+ * @since 2.5.0
230
+ */
231
+ function maybe_run_clone_resolution() {
232
+ if ( ! $this->should_handle_clones() ) {
233
+ return;
234
+ }
235
+
236
+ $this->request_handler_retries_count = isset( $this->request_handler_retries_count ) ?
237
+ ( $this->request_handler_retries_count + 1 ) :
238
+ 1;
239
+
240
+ $this->request_handler_timestamp = time();
241
+
242
+ $handler_id = ( rand() . microtime() );
243
+ $this->request_handler_id = $handler_id;
244
+
245
+ // Add cookies to trigger request with the same user access permissions.
246
+ $cookies = array();
247
+ foreach ( $_COOKIE as $name => $value ) {
248
+ $cookies[] = new WP_Http_Cookie( array(
249
+ 'name' => $name,
250
+ 'value' => $value,
251
+ ) );
252
+ }
253
+
254
+ wp_remote_post(
255
+ admin_url( 'admin-post.php' ),
256
+ array(
257
+ 'method' => 'POST',
258
+ 'body' => array(
259
+ 'action' => 'fs_clone_resolution',
260
+ 'handler_id' => $handler_id,
261
+ ),
262
+ 'timeout' => 0.01,
263
+ 'blocking' => false,
264
+ 'sslverify' => false,
265
+ 'cookies' => $cookies,
266
+ )
267
+ );
268
+ }
269
+
270
+ /**
271
+ * Executes the clones handler logic.
272
+ *
273
+ * @author Leo Fajardo (@leorw)
274
+ * @since 2.5.0
275
+ */
276
+ function _handle_clone_resolution() {
277
+ $handler_id = fs_request_get( 'handler_id' );
278
+
279
+ if ( empty( $handler_id ) ) {
280
+ return;
281
+ }
282
+
283
+ if (
284
+ ! isset( $this->request_handler_id ) ||
285
+ $this->request_handler_id !== $handler_id
286
+ ) {
287
+ return;
288
+ }
289
+
290
+ if ( ! $this->try_automatic_resolution() ) {
291
+ $this->store_clone_identification_timestamp();
292
+ $this->clear_temporary_duplicate_notice_shown_timestamp();
293
+ }
294
+ }
295
+
296
+ #--------------------------------------------------------------------------------
297
+ #region Automatic Clone Resolution
298
+ #--------------------------------------------------------------------------------
299
+
300
+ /**
301
+ * @var array All installs cache.
302
+ */
303
+ private $all_installs;
304
+
305
+ /**
306
+ * Checks if a given instance's install is a clone of another subsite in the network.
307
+ *
308
+ * @author Vova Feldman (@svovaf)
309
+ *
310
+ * @return FS_Site
311
+ */
312
+ private function find_network_subsite_clone_install( Freemius $instance ) {
313
+ if ( ! is_multisite() ) {
314
+ // Not a multi-site network.
315
+ return null;
316
+ }
317
+
318
+ if ( ! isset( $this->all_installs ) ) {
319
+ $this->all_installs = Freemius::get_all_modules_sites();
320
+ }
321
+
322
+ // Check if there's another blog that has the same site.
323
+ $module_type = $instance->get_module_type();
324
+ $sites_by_module_type = ! empty( $this->all_installs[ $module_type ] ) ?
325
+ $this->all_installs[ $module_type ] :
326
+ array();
327
+
328
+ $slug = $instance->get_slug();
329
+ $sites_by_slug = ! empty( $sites_by_module_type[ $slug ] ) ?
330
+ $sites_by_module_type[ $slug ] :
331
+ array();
332
+
333
+ $current_blog_id = get_current_blog_id();
334
+
335
+ $current_install = $instance->get_site();
336
+
337
+ foreach ( $sites_by_slug as $site ) {
338
+ if (
339
+ $current_install->id == $site->id &&
340
+ $current_blog_id != $site->blog_id
341
+ ) {
342
+ // Clone is identical to an install on another subsite in the network.
343
+ return $site;
344
+ }
345
+ }
346
+
347
+ return null;
348
+ }
349
+
350
+ /**
351
+ * Tries to find a different install of the context product that is associated with the current URL and loads it.
352
+ *
353
+ * @author Leo Fajardo (@leorw)
354
+ * @since 2.5.0
355
+ *
356
+ * @param Freemius $instance
357
+ * @param string $url
358
+ *
359
+ * @return object
360
+ */
361
+ private function find_other_install_by_url( Freemius $instance, $url ) {
362
+ $result = $instance->get_api_user_scope()->get( "/plugins/{$instance->get_id()}/installs.json?search=" . urlencode( $url ) . "&all=true", true );
363
+
364
+ $current_install = $instance->get_site();
365
+
366
+ if ( $instance->is_api_result_object( $result, 'installs' ) ) {
367
+ foreach ( $result->installs as $install ) {
368
+ if ( $install->id == $current_install->id ) {
369
+ continue;
370
+ }
371
+
372
+ if (
373
+ $instance->is_only_premium() &&
374
+ ! FS_Plugin_License::is_valid_id( $install->license_id )
375
+ ) {
376
+ continue;
377
+ }
378
+
379
+ // When searching for installs by a URL, the API will first strip any paths and search for any matching installs by the subdomain. Therefore, we need to test if there's a match between the current URL and the install's URL before continuing.
380
+ if ( $url !== fs_strip_url_protocol( untrailingslashit( $install->url ) ) ) {
381
+ continue;
382
+ }
383
+
384
+ // Found a different install that is associated with the current URL, load it and replace the current install with it if no updated install is found.
385
+ return $install;
386
+ }
387
+ }
388
+
389
+ return null;
390
+ }
391
+
392
+ /**
393
+ * Delete the current install associated with a given instance and opt-in/activate-license to create a fresh install.
394
+ *
395
+ * @author Vova Feldman (@svovaf)
396
+ * @since 2.5.0
397
+ *
398
+ * @param Freemius $instance
399
+ * @param string|false $license_key
400
+ *
401
+ * @return bool TRUE if successfully connected. FALSE if failed and had to restore install from backup.
402
+ */
403
+ private function delete_install_and_connect( Freemius $instance, $license_key = false ) {
404
+ $user = Freemius::_get_user_by_id( $instance->get_site()->user_id );
405
+
406
+ $instance->delete_current_install( true );
407
+
408
+ if ( ! is_object( $user ) ) {
409
+ // Get logged-in WordPress user.
410
+ $current_user = Freemius::_get_current_wp_user();
411
+
412
+ // Find the relevant FS user by email address.
413
+ $user = Freemius::_get_user_by_email( $current_user->user_email );
414
+ }
415
+
416
+ if ( is_object( $user ) ) {
417
+ // When a clone is found, we prefer to use the same user of the original install for the opt-in.
418
+ $instance->install_with_user( $user, $license_key, false, false );
419
+ } else {
420
+ // If no user is found, activate with the license.
421
+ $instance->opt_in(
422
+ false,
423
+ false,
424
+ false,
425
+ $license_key
426
+ );
427
+ }
428
+
429
+ if ( is_object( $instance->get_site() ) ) {
430
+ // Install successfully created.
431
+ return true;
432
+ }
433
+
434
+ // Restore from backup.
435
+ $instance->restore_backup_site();
436
+
437
+ return false;
438
+ }
439
+
440
+ /**
441
+ * Try to resolve the clone situation automatically.
442
+ *
443
+ * @param Freemius $instance
444
+ * @param string $current_url
445
+ * @param bool $is_localhost
446
+ * @param bool|null $is_clone_of_network_subsite
447
+ *
448
+ * @return bool If managed to automatically resolve the clone.
449
+ */
450
+ private function try_resolve_clone_automatically( Freemius $instance, $current_url, $is_localhost, $is_clone_of_network_subsite = null ) {
451
+ // Try to find a different install of the context product that is associated with the current URL.
452
+ $associated_install = $this->find_other_install_by_url( $instance, $current_url );
453
+
454
+ if ( is_object( $associated_install ) ) {
455
+ // Replace the current install with a different install that is associated with the current URL.
456
+ $instance->store_site( new FS_Site( clone $associated_install ) );
457
+ $instance->sync_install( array( 'is_new_site' => true ), true );
458
+
459
+ return true;
460
+ }
461
+
462
+ if ( ! $instance->is_premium() ) {
463
+ // For free products, opt-in with the context user to create new install.
464
+ return $this->delete_install_and_connect( $instance );
465
+ }
466
+
467
+ $license = $instance->_get_license();
468
+ $can_activate_license = ( is_object( $license ) && ! $license->is_utilized( $is_localhost ) );
469
+
470
+ if ( ! $can_activate_license ) {
471
+ // License can't be activated, therefore, can't be automatically resolved.
472
+ return false;
473
+ }
474
+
475
+ $is_clone_of_network_subsite = ( ! is_null( $is_clone_of_network_subsite ) ) ?
476
+ $is_clone_of_network_subsite :
477
+ is_object( $this->find_network_subsite_clone_install( $instance ) );
478
+
479
+ if (
480
+ $is_clone_of_network_subsite ||
481
+ WP_FS__IS_LOCALHOST_FOR_SERVER ||
482
+ $is_localhost
483
+ ) {
484
+ // If the site is a clone of another subsite in the network, or a localhost one, try to auto activate the license.
485
+ return $this->delete_install_and_connect( $instance, $license->secret_key );
486
+ }
487
+
488
+ return false;
489
+ }
490
+
491
+ /**
492
+ * Tries to recover the install of a newly created subsite or resolve it if it's a clone.
493
+ *
494
+ * @author Leo Fajardo (@leorw)
495
+ * @since 2.5.0
496
+ *
497
+ * @param Freemius $instance
498
+ */
499
+ function maybe_resolve_new_subsite_install_automatically( Freemius $instance ) {
500
+ if ( ! $instance->is_user_in_admin() ) {
501
+ // Try to recover an install or resolve a clone only when there's a user in admin to prevent doing it prematurely (e.g., the install can get replaced with clone data again).
502
+ return;
503
+ }
504
+
505
+ if ( ! is_multisite() ) {
506
+ return;
507
+ }
508
+
509
+ $new_blog_install_map = $this->new_blog_install_map;
510
+
511
+ if ( empty( $new_blog_install_map ) || ! is_array( $new_blog_install_map ) ) {
512
+ return;
513
+ }
514
+
515
+ $is_network_admin = fs_is_network_admin();
516
+
517
+ if ( ! $is_network_admin ) {
518
+ // If not in network admin, handle the current site.
519
+ $blog_id = get_current_blog_id();
520
+ } else {
521
+ // If in network admin, handle only the first site.
522
+ $blog_ids = array_keys( $new_blog_install_map );
523
+ $blog_id = $blog_ids[0];
524
+ }
525
+
526
+ if ( ! isset( $new_blog_install_map[ $blog_id ] ) ) {
527
+ // There's no site to handle.
528
+ return;
529
+ }
530
+
531
+ $expected_install_id = $new_blog_install_map[ $blog_id ]['install_id'];
532
+
533
+ $current_install = $instance->get_install_by_blog_id( $blog_id );
534
+ $current_install_id = is_object( $current_install ) ?
535
+ $current_install->id :
536
+ null;
537
+
538
+ if ( $expected_install_id == $current_install_id ) {
539
+ // Remove the current site's information from the map to prevent handling it again.
540
+ $this->remove_new_blog_install_info_from_storage( $blog_id );
541
+
542
+ return;
543
+ }
544
+
545
+ $instance->switch_to_blog( $blog_id );
546
+
547
+ $current_url = fs_strip_url_protocol( untrailingslashit( get_site_url() ) );
548
+ $current_install_url = is_object( $current_install ) ?
549
+ fs_strip_url_protocol( untrailingslashit( $current_install->url ) ) :
550
+ null;
551
+
552
+ // This can be `false` even if the install is a clone as the URL can be updated as part of the cloning process.
553
+ $is_clone = ( ! is_null( $current_install_url ) && $current_url !== $current_install_url );
554
+
555
+ if ( ! FS_Site::is_valid_id( $expected_install_id ) ) {
556
+ $expected_install = null;
557
+ } else {
558
+ $expected_install = $instance->fetch_install_by_id( $expected_install_id );
559
+ }
560
+
561
+ if ( FS_Api::is_api_result_entity( $expected_install ) ) {
562
+ // Replace the current install with the expected install.
563
+ $instance->store_site( new FS_Site( clone $expected_install ) );
564
+ $instance->sync_install( array( 'is_new_site' => true ), true );
565
+ } else {
566
+ $network_subsite_clone_install = null;
567
+
568
+ if ( ! $is_clone ) {
569
+ // It is possible that `$is_clone` is `false` but the install is actually a clone as the following call checks the install ID and not the URL.
570
+ $network_subsite_clone_install = $this->find_network_subsite_clone_install( $instance );
571
+ }
572
+
573
+ if ( $is_clone || is_object( $network_subsite_clone_install ) ) {
574
+ // If there's no expected install (or it couldn't be fetched) and the current install is a clone, try to resolve the clone automatically.
575
+ $is_localhost = FS_Site::is_localhost_by_address( $current_url );
576
+
577
+ $resolved = $this->try_resolve_clone_automatically( $instance, $current_url, $is_localhost, is_object( $network_subsite_clone_install ) );
578
+
579
+ if ( ! $resolved && is_object( $network_subsite_clone_install ) ) {
580
+ if ( empty( $this->get_clone_identification_timestamp() ) ) {
581
+ $this->store_clone_identification_timestamp();
582
+ }
583
+
584
+ // Since the clone couldn't be identified based on the URL, replace the stored install with the cloned install so that the manual clone resolution notice will appear.
585
+ $instance->store_site( clone $network_subsite_clone_install );
586
+ }
587
+ }
588
+ }
589
+
590
+ $instance->restore_current_blog();
591
+
592
+ // Remove the current site's information from the map to prevent handling it again.
593
+ $this->remove_new_blog_install_info_from_storage( $blog_id );
594
+ }
595
+
596
+ /**
597
+ * If a new install was created after creating a new subsite, its ID is stored in the blog-install map so that it can be recovered in case it's replaced with a clone install (e.g., when the newly created subsite is a clone).
598
+ *
599
+ * @author Leo Fajardo (@leorw)
600
+ * @since 2.5.0
601
+ *
602
+ * @param int $blog_id
603
+ * @param FS_Site $site
604
+ */
605
+ function store_new_blog_install_info( $blog_id, $site = null ) {
606
+ $new_blog_install_map = $this->new_blog_install_map;
607
+
608
+ if (
609
+ empty( $new_blog_install_map ) ||
610
+ ! is_array( $new_blog_install_map )
611
+ ) {
612
+ $new_blog_install_map = array();
613
+ }
614
+
615
+ $install_id = null;
616
+
617
+ if ( is_object( $site ) ) {
618
+ $install_id = $site->id;
619
+ }
620
+
621
+ $new_blog_install_map[ $blog_id ] = array( 'install_id' => $install_id );
622
+
623
+ $this->new_blog_install_map = $new_blog_install_map;
624
+ }
625
+
626
+ /**
627
+ * @author Leo Fajardo (@leorw)
628
+ * @since 2.5.0
629
+ *
630
+ * @param int $blog_id
631
+ */
632
+ private function remove_new_blog_install_info_from_storage( $blog_id ) {
633
+ $new_blog_install_map = $this->new_blog_install_map;
634
+
635
+ unset( $new_blog_install_map[ $blog_id ] );
636
+ $this->new_blog_install_map = $new_blog_install_map;
637
+ }
638
+
639
+ /**
640
+ * Tries to resolve all clones automatically.
641
+ *
642
+ * @author Leo Fajardo (@leorw)
643
+ * @since 2.5.0
644
+ *
645
+ * @return bool If managed to automatically resolve all clones.
646
+ */
647
+ private function try_automatic_resolution() {
648
+ $this->_logger->entrance();
649
+
650
+ $current_url = fs_strip_url_protocol( untrailingslashit( get_site_url() ) );
651
+ $is_localhost = FS_Site::is_localhost_by_address( $current_url );
652
+
653
+ $require_manual_resolution = false;
654
+
655
+ $instances = Freemius::_get_all_instances();
656
+
657
+ foreach ( $instances as $instance ) {
658
+ if ( ! $instance->is_registered() ) {
659
+ continue;
660
+ }
661
+
662
+ if ( ! $instance->is_clone() ) {
663
+ continue;
664
+ }
665
+
666
+ if ( ! $this->try_resolve_clone_automatically( $instance, $current_url, $is_localhost ) ) {
667
+ $require_manual_resolution = true;
668
+ }
669
+ }
670
+
671
+ return ( ! $require_manual_resolution );
672
+ }
673
+
674
+ #endregion
675
+
676
+ #--------------------------------------------------------------------------------
677
+ #region Manual Clone Resolution
678
+ #--------------------------------------------------------------------------------
679
+
680
+ /**
681
+ * @author Leo Fajardo (@leorw)
682
+ * @since 2.5.0
683
+ */
684
+ function _add_clone_resolution_javascript() {
685
+ $vars = array( 'ajax_action' => Freemius::get_ajax_action_static( 'handle_clone_resolution' ) );
686
+
687
+ fs_require_once_template( 'clone-resolution-js.php', $vars );
688
+ }
689
+
690
+ /**
691
+ * @author Leo Fajardo (@leorw)
692
+ * @since 2.5.0
693
+ */
694
+ function _clone_resolution_action_ajax_handler() {
695
+ $this->_logger->entrance();
696
+
697
+ check_ajax_referer( Freemius::get_ajax_action_static( 'handle_clone_resolution' ), 'security' );
698
+
699
+ $clone_action = fs_request_get( 'clone_action' );
700
+
701
+ if ( empty( $clone_action ) ) {
702
+ Freemius::shoot_ajax_failure( array(
703
+ 'message' => fs_text_inline( 'Invalid clone resolution action.', 'invalid-clone-resolution-action-error' ),
704
+ 'redirect_url' => '',
705
+ ) );
706
+ }
707
+
708
+ $result = array();
709
+
710
+ if ( self::OPTION_TEMPORARY_DUPLICATE === $clone_action ) {
711
+ $this->store_temporary_duplicate_timestamp();
712
+ } else {
713
+ $result = $this->resolve_cloned_sites( $clone_action );
714
+ }
715
+
716
+ if ( 'temporary_duplicate_license_activation' !== $clone_action ) {
717
+ $this->remove_clone_resolution_options_notice();
718
+ } else {
719
+ $this->remove_temporary_duplicate_notice();
720
+ }
721
+
722
+ Freemius::shoot_ajax_success( $result );
723
+ }
724
+
725
+ /**
726
+ * @author Leo Fajardo (@leorw)
727
+ * @since 2.5.0
728
+ *
729
+ * @param string $clone_action
730
+ */
731
+ private function resolve_cloned_sites( $clone_action ) {
732
+ $this->_logger->entrance();
733
+
734
+ $instances_with_clone_count = 0;
735
+ $instance_with_error = null;
736
+ $has_error = false;
737
+
738
+ $instances = Freemius::_get_all_instances();
739
+
740
+ foreach ( $instances as $instance ) {
741
+ if ( ! $instance->is_registered() ) {
742
+ continue;
743
+ }
744
+
745
+ if ( ! $instance->is_clone() ) {
746
+ continue;
747
+ }
748
+
749
+ $instances_with_clone_count ++;
750
+
751
+ if ( FS_Clone_Manager::OPTION_NEW_HOME === $clone_action ) {
752
+ $instance->sync_install( array( 'is_new_site' => true ), true );
753
+ } else {
754
+ $instance->_handle_long_term_duplicate();
755
+
756
+ if ( ! is_object( $instance->get_site() ) ) {
757
+ $has_error = true;
758
+
759
+ if ( ! is_object( $instance_with_error ) ) {
760
+ $instance_with_error = $instance;
761
+ }
762
+ }
763
+ }
764
+ }
765
+
766
+ $redirect_url = '';
767
+
768
+ if (
769
+ 1 === $instances_with_clone_count &&
770
+ $has_error
771
+ ) {
772
+ $redirect_url = $instance_with_error->get_activation_url();
773
+ }
774
+
775
+ return ( array( 'redirect_url' => $redirect_url ) );
776
+ }
777
+
778
+ /**
779
+ * @author Leo Fajardo (@leorw)
780
+ * @since 2.5.0
781
+ */
782
+ private function hide_clone_admin_notices() {
783
+ $this->remove_clone_resolution_options_notice( false );
784
+ $this->remove_temporary_duplicate_notice( false );
785
+ }
786
+
787
+ /**
788
+ * @author Leo Fajardo (@leorw)
789
+ * @since 2.5.0
790
+ */
791
+ private function maybe_show_clone_admin_notice() {
792
+ $this->_logger->entrance();
793
+
794
+ if ( fs_is_network_admin() ) {
795
+ $existing_notice_ids = $this->maybe_remove_notices();
796
+
797
+ if ( ! empty( $existing_notice_ids ) ) {
798
+ fs_enqueue_local_style( 'fs_clone_resolution_notice', '/admin/clone-resolution.css' );
799
+ }
800
+
801
+ return;
802
+ }
803
+
804
+ $first_instance_with_clone = null;
805
+
806
+ $site_urls = array();
807
+ $sites_with_license_urls = array();
808
+ $sites_with_premium_version_count = 0;
809
+ $product_ids = array();
810
+ $product_titles = array();
811
+
812
+ $instances = Freemius::_get_all_instances();
813
+
814
+ foreach ( $instances as $instance ) {
815
+ if ( ! $instance->is_registered() ) {
816
+ continue;
817
+ }
818
+
819
+ if ( ! $instance->is_clone() ) {
820
+ continue;
821
+ }
822
+
823
+ $install = $instance->get_site();
824
+
825
+ $site_urls[] = $install->url;
826
+ $product_ids[] = $instance->get_id();
827
+ $product_titles[] = $instance->get_plugin_title();
828
+
829
+ if ( is_null( $first_instance_with_clone ) ) {
830
+ $first_instance_with_clone = $instance;
831
+ }
832
+
833
+ if ( is_object( $instance->_get_license() ) ) {
834
+ $sites_with_license_urls[] = $install->url;
835
+ }
836
+
837
+ if ( $instance->is_premium() ) {
838
+ $sites_with_premium_version_count ++;
839
+ }
840
+ }
841
+
842
+ if ( empty( $site_urls ) && empty( $sites_with_license_urls ) ) {
843
+ $this->hide_clone_admin_notices();
844
+
845
+ return;
846
+ }
847
+
848
+ $site_urls = array_unique( $site_urls );
849
+ $sites_with_license_urls = array_unique( $sites_with_license_urls );
850
+
851
+ $module_label = fs_text_inline( 'products', 'products' );
852
+ $admin_notice_module_title = null;
853
+
854
+ $has_temporary_duplicate_mode_expired = $this->has_temporary_duplicate_mode_expired();
855
+
856
+ if (
857
+ ! $this->was_temporary_duplicate_mode_selected() ||
858
+ $has_temporary_duplicate_mode_expired
859
+ ) {
860
+ if ( ! empty( $site_urls ) ) {
861
+ fs_enqueue_local_style( 'fs_clone_resolution_notice', '/admin/clone-resolution.css' );
862
+
863
+ $doc_url = 'https://freemius.com/help/documentation/wordpress-sdk/safe-mode-clone-resolution-duplicate-website/';
864
+
865
+ if ( 1 === count( $instances ) ) {
866
+ $doc_url = fs_apply_filter(
867
+ $first_instance_with_clone->get_unique_affix(),
868
+ 'clone_resolution_documentation_url',
869
+ $doc_url
870
+ );
871
+ }
872
+
873
+ $this->add_manual_clone_resolution_admin_notice(
874
+ $product_ids,
875
+ $product_titles,
876
+ $site_urls,
877
+ get_site_url(),
878
+ ( count( $site_urls ) === count( $sites_with_license_urls ) ),
879
+ ( count( $site_urls ) === $sites_with_premium_version_count ),
880
+ $doc_url
881
+ );
882
+ }
883
+
884
+ return;
885
+ }
886
+
887
+ if ( empty( $sites_with_license_urls ) ) {
888
+ return;
889
+ }
890
+
891
+ if ( ! $this->is_temporary_duplicate_notice_shown() ) {
892
+ $last_time_temporary_duplicate_notice_shown = $this->last_time_temporary_duplicate_notice_was_shown();
893
+ $was_temporary_duplicate_notice_shown_before = is_numeric( $last_time_temporary_duplicate_notice_shown );
894
+
895
+ if ( $was_temporary_duplicate_notice_shown_before ) {
896
+ $temporary_duplicate_mode_expiration_timestamp = $this->get_temporary_duplicate_expiration_timestamp();
897
+ $current_time = time();
898
+
899
+ if (
900
+ $current_time > $temporary_duplicate_mode_expiration_timestamp ||
901
+ $current_time < ( $temporary_duplicate_mode_expiration_timestamp - ( 2 * WP_FS__TIME_24_HOURS_IN_SEC ) )
902
+ ) {
903
+ // Do not show the notice if the temporary duplicate mode has already expired or it will expire more than 2 days from now.
904
+ return;
905
+ }
906
+ }
907
+ }
908
+
909
+ if ( 1 === count( $sites_with_license_urls ) ) {
910
+ $module_label = $first_instance_with_clone->get_module_label( true );
911
+ $admin_notice_module_title = $first_instance_with_clone->get_plugin_title();
912
+ }
913
+
914
+ fs_enqueue_local_style( 'fs_clone_resolution_notice', '/admin/clone-resolution.css' );
915
+
916
+ $this->add_temporary_duplicate_sticky_notice(
917
+ $product_ids,
918
+ $this->get_temporary_duplicate_admin_notice_string( $sites_with_license_urls, $product_titles, $module_label ),
919
+ $admin_notice_module_title
920
+ );
921
+ }
922
+
923
+ /**
924
+ * Removes the notices from the storage if the context product is either no longer active on the context subsite or it's active but there's no longer any clone. This prevents the notices from being shown on the network-level admin page when they are no longer relevant.
925
+ *
926
+ * @author Leo Fajardo (@leorw)
927
+ * @since 2.5.1
928
+ *
929
+ * @return string[]
930
+ */
931
+ private function maybe_remove_notices() {
932
+ $notices = array(
933
+ 'clone_resolution_options_notice' => $this->_notices->get_sticky( 'clone_resolution_options_notice', true ),
934
+ 'temporary_duplicate_notice' => $this->_notices->get_sticky( 'temporary_duplicate_notice', true ),
935
+ );
936
+
937
+ $instances = Freemius::_get_all_instances();
938
+
939
+ foreach ( $notices as $id => $notice ) {
940
+ if ( ! is_array( $notice ) ) {
941
+ unset( $notices[ $id ] );
942
+ continue;
943
+ }
944
+
945
+ if ( empty( $notice['data'] ) || ! is_array( $notice['data'] ) ) {
946
+ continue;
947
+ }
948
+
949
+ if ( empty( $notice['data']['product_ids'] ) || empty( $notice['data']['blog_id'] ) ) {
950
+ continue;
951
+ }
952
+
953
+ $product_ids = $notice['data']['product_ids'];
954
+ $blog_id = $notice['data']['blog_id'];
955
+ $has_clone = false;
956
+
957
+ if ( ! is_null( get_site( $blog_id ) ) ) {
958
+ foreach ( $product_ids as $product_id ) {
959
+ if ( ! isset( $instances[ 'm_' . $product_id ] ) ) {
960
+ continue;
961
+ }
962
+
963
+ $instance = $instances[ 'm_' . $product_id ];
964
+
965
+ $plugin_basename = $instance->get_plugin_basename();
966
+
967
+ $is_plugin_active = is_plugin_active_for_network( $plugin_basename );
968
+
969
+ if ( ! $is_plugin_active ) {
970
+ switch_to_blog( $blog_id );
971
+
972
+ $is_plugin_active = is_plugin_active( $plugin_basename );
973
+
974
+ restore_current_blog();
975
+ }
976
+
977
+ if ( ! $is_plugin_active ) {
978
+ continue;
979
+ }
980
+
981
+ $install = $instance->get_install_by_blog_id( $blog_id );
982
+
983
+ if ( ! is_object( $install ) ) {
984
+ continue;
985
+ }
986
+
987
+ $subsite_url = trailingslashit( get_site_url( $blog_id ) );
988
+ $install_url = trailingslashit( $install->url );
989
+
990
+ $has_clone = ( fs_strip_url_protocol( $install_url ) !== fs_strip_url_protocol( $subsite_url ) );
991
+ }
992
+ }
993
+
994
+ if ( ! $has_clone ) {
995
+ $this->_notices->remove_sticky( $id, true, false );
996
+ unset( $notices[ $id ] );
997
+ }
998
+ }
999
+
1000
+ return array_keys( $notices );
1001
+ }
1002
+
1003
+ /**
1004
+ * Adds a notice that provides the logged-in WordPress user with manual clone resolution options.
1005
+ *
1006
+ * @param number[] $product_ids
1007
+ * @param string[] $site_urls
1008
+ * @param string $current_url
1009
+ * @param bool $has_license
1010
+ * @param bool $is_premium
1011
+ * @param string $doc_url
1012
+ */
1013
+ private function add_manual_clone_resolution_admin_notice(
1014
+ $product_ids,
1015
+ $product_titles,
1016
+ $site_urls,
1017
+ $current_url,
1018
+ $has_license,
1019
+ $is_premium,
1020
+ $doc_url
1021
+ ) {
1022
+ $this->_logger->entrance();
1023
+
1024
+ $total_sites = count( $site_urls );
1025
+ $sites_list = '';
1026
+
1027
+ $total_products = count( $product_titles );
1028
+ $products_list = '';
1029
+
1030
+ if ( 1 === $total_products ) {
1031
+ $notice_header = sprintf(
1032
+ '<div class="fs-notice-header"><p>%s</p></div>',
1033
+ fs_esc_html_inline( '%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s.', 'single-cloned-site-safe-mode-message' )
1034
+ );
1035
+ } else {
1036
+ $notice_header = sprintf(
1037
+ '<div class="fs-notice-header"><p>%s</p></div>',
1038
+ ( 1 === $total_sites ) ?
1039
+ fs_esc_html_inline( 'The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s', 'multiple-products-cloned-site-safe-mode-message' ) :
1040
+ fs_esc_html_inline( 'The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s', 'multiple-products-multiple-cloned-sites-safe-mode-message' )
1041
+ );
1042
+
1043
+ foreach ( $product_titles as $product_title ) {
1044
+ $products_list .= sprintf( '<li>%s</li>', $product_title );
1045
+ }
1046
+
1047
+ $products_list = '<ol>' . $products_list . '</ol>';
1048
+
1049
+ foreach ( $site_urls as $site_url ) {
1050
+ $sites_list .= sprintf(
1051
+ '<li><a href="%s" target="_blank">%s</a></li>',
1052
+ $site_url,
1053
+ fs_strip_url_protocol( $site_url )
1054
+ );
1055
+ }
1056
+
1057
+ $sites_list = '<ol>' . $sites_list . '</ol>';
1058
+ }
1059
+
1060
+ $remote_site_link = '<b>' . (1 === $total_sites ?
1061
+ sprintf(
1062
+ '<a href="%s" target="_blank">%s</a>',
1063
+ $site_urls[0],
1064
+ fs_strip_url_protocol( $site_urls[0] )
1065
+ ) :
1066
+ fs_text_inline( 'the above-mentioned sites', 'above-mentioned-sites' )) . '</b>';
1067
+
1068
+ $current_site_link = sprintf(
1069
+ '<b><a href="%s" target="_blank">%s</a></b>',
1070
+ $current_url,
1071
+ fs_strip_url_protocol( $current_url )
1072
+ );
1073
+
1074
+ $button_template = '<button class="button" data-clone-action="%s">%s</button>';
1075
+ $option_template = '<div class="fs-clone-resolution-option"><strong>%s</strong><p>%s</p><div>%s</div></div>';
1076
+
1077
+ $duplicate_option = sprintf(
1078
+ $option_template,
1079
+ fs_esc_html_inline( 'Is %2$s a duplicate of %4$s?', 'duplicate-site-confirmation-message' ),
1080
+ fs_esc_html_inline( 'Yes, %2$s is a duplicate of %4$s for the purpose of testing, staging, or development.', 'duplicate-site-message' ),
1081
+ ($this->has_temporary_duplicate_mode_expired() ?
1082
+ sprintf(
1083
+ $button_template,
1084
+ 'long_term_duplicate',
1085
+ fs_text_inline( 'Long-Term Duplicate', 'long-term-duplicate' )
1086
+ ) :
1087
+ sprintf(
1088
+ $button_template,
1089
+ 'temporary_duplicate',
1090
+ fs_text_inline( 'Duplicate Website', 'duplicate-site' )
1091
+ ))
1092
+ );
1093
+
1094
+ $migration_option = sprintf(
1095
+ $option_template,
1096
+ fs_esc_html_inline( 'Is %2$s the new home of %4$s?', 'migrate-site-confirmation-message' ),
1097
+ sprintf(
1098
+ fs_esc_html_inline( 'Yes, %%2$s is replacing %%4$s. I would like to migrate my %s from %%4$s to %%2$s.', 'migrate-site-message' ),
1099
+ ( $has_license ? fs_text_inline( 'license', 'license' ) : fs_text_inline( 'data', 'data' ) )
1100
+ ),
1101
+ sprintf(
1102
+ $button_template,
1103
+ 'new_home',
1104
+ $has_license ?
1105
+ fs_text_inline( 'Migrate License', 'migrate-product-license' ) :
1106
+ fs_text_inline( 'Migrate', 'migrate-product-data' )
1107
+ )
1108
+ );
1109
+
1110
+ $new_website = sprintf(
1111
+ $option_template,
1112
+ fs_esc_html_inline( 'Is %2$s a new website?', 'new-site-confirmation-message' ),
1113
+ fs_esc_html_inline( 'Yes, %2$s is a new and different website that is separate from %4$s.', 'new-site-message' ) .
1114
+ ($is_premium ?
1115
+ ' ' . fs_text_inline( 'It requires license activation.', 'new-site-requires-license-activation-message' ) :
1116
+ ''
1117
+ ),
1118
+ sprintf(
1119
+ $button_template,
1120
+ 'new_website',
1121
+ ( ! $is_premium || ! $has_license ) ?
1122
+ fs_text_inline( 'New Website', 'new-website' ) :
1123
+ fs_text_inline( 'Activate License', 'activate-license' )
1124
+ )
1125
+ );
1126
+
1127
+ /**
1128
+ * %1$s - single product's title or product titles list.
1129
+ * %2$s - site's URL.
1130
+ * %3$s - single install's URL or install URLs list.
1131
+ * %4$s - Clone site's link or "the above-mentioned sites" if there are multiple clone sites.
1132
+ */
1133
+ $message = sprintf(
1134
+ $notice_header .
1135
+ '<div class="fs-clone-resolution-options-container" data-ajax-url="' . esc_attr( admin_url( 'admin-ajax.php?_fs_network_admin=false', 'relative' ) ) . '">' .
1136
+ $duplicate_option .
1137
+ $migration_option .
1138
+ $new_website . '</div>' .
1139
+ sprintf( '<div class="fs-clone-documentation-container">Unsure what to do? <a href="%s" target="_blank">Read more here</a>.</div>', $doc_url ),
1140
+ // %1$s
1141
+ ( 1 === $total_products ?
1142
+ sprintf( '<b>%s</b>', $product_titles[0] ) :
1143
+ ( 1 === $total_sites ?
1144
+ sprintf( '<div>%s</div>', $products_list ) :
1145
+ sprintf( '<div><p><strong>%s</strong>:</p>%s</div>', fs_esc_html_x_inline( 'Products', 'Clone resolution admin notice products list label', 'products' ), $products_list ) )
1146
+ ),
1147
+ // %2$s
1148
+ $current_site_link,
1149
+ // %3$s
1150
+ ( 1 === $total_sites ?
1151
+ $remote_site_link :
1152
+ $sites_list ),
1153
+ // %4$s
1154
+ $remote_site_link
1155
+ );
1156
+
1157
+ $this->_notices->add_sticky(
1158
+ $message,
1159
+ 'clone_resolution_options_notice',
1160
+ '',
1161
+ 'warn',
1162
+ true,
1163
+ null,
1164
+ null,
1165
+ true,
1166
+ // Intentionally not dismissible.
1167
+ false,
1168
+ array(
1169
+ 'product_ids' => $product_ids,
1170
+ 'blog_id' => get_current_blog_id()
1171
+ )
1172
+ );
1173
+ }
1174
+
1175
+ #endregion
1176
+
1177
+ #--------------------------------------------------------------------------------
1178
+ #region Temporary Duplicate (Short Term)
1179
+ #--------------------------------------------------------------------------------
1180
+
1181
+ /**
1182
+ * @author Leo Fajardo (@leorw)
1183
+ * @since 2.5.0
1184
+ *
1185
+ * @return string
1186
+ */
1187
+ private function get_temporary_duplicate_admin_notice_string( $site_urls, $product_titles, $module_label ) {
1188
+ $this->_logger->entrance();
1189
+
1190
+ $temporary_duplicate_end_date = $this->get_temporary_duplicate_expiration_timestamp();
1191
+ $temporary_duplicate_end_date = date( 'M j, Y', $temporary_duplicate_end_date );
1192
+
1193
+ $current_url = get_site_url();
1194
+ $current_site_link = sprintf(
1195
+ '<b><a href="%s" target="_blank">%s</a></b>',
1196
+ $current_url,
1197
+ fs_strip_url_protocol( $current_url )
1198
+ );
1199
+
1200
+ $total_sites = count( $site_urls );
1201
+ $sites_list = '';
1202
+
1203
+ $total_products = count( $product_titles );
1204
+ $products_list = '';
1205
+
1206
+ if ( $total_sites > 1 ) {
1207
+ foreach ( $site_urls as $site_url ) {
1208
+ $sites_list .= sprintf(
1209
+ '<li><a href="%s" target="_blank">%s</a></li>',
1210
+ $site_url,
1211
+ fs_strip_url_protocol( $site_url )
1212
+ );
1213
+ }
1214
+
1215
+ $sites_list = '<ol class="fs-sites-list">' . $sites_list . '</ol>';
1216
+ }
1217
+
1218
+ if ( $total_products > 1 ) {
1219
+ foreach ( $product_titles as $product_title ) {
1220
+ $products_list .= sprintf( '<li>%s</li>', $product_title );
1221
+ }
1222
+
1223
+ $products_list = '<ol>' . $products_list . '</ol>';
1224
+ }
1225
+
1226
+ return sprintf(
1227
+ sprintf(
1228
+ '<div>%s</div>',
1229
+ ( 1 === $total_sites ?
1230
+ sprintf( '<p>%s</p>', fs_esc_html_inline( 'You marked this website, %s, as a temporary duplicate of %s.', 'temporary-duplicate-message' ) ) :
1231
+ sprintf( '<p>%s:</p>', fs_esc_html_inline( 'You marked this website, %s, as a temporary duplicate of these sites', 'temporary-duplicate-of-sites-message' ) ) . '%s' )
1232
+ ) . '%s',
1233
+ $current_site_link,
1234
+ ( 1 === $total_sites ?
1235
+ sprintf(
1236
+ '<b><a href="%s" target="_blank">%s</a></b>',
1237
+ $site_urls[0],
1238
+ fs_strip_url_protocol( $site_urls[0] )
1239
+ ) :
1240
+ $sites_list ),
1241
+ sprintf(
1242
+ '<div class="fs-clone-resolution-options-container fs-duplicate-site-options" data-ajax-url="%s" data-blog-id="' . get_current_blog_id() . '"><p>%s</p>%s<p>%s</p></div>',
1243
+ esc_attr( admin_url( 'admin-ajax.php?_fs_network_admin=false', 'relative' ) ),
1244
+ sprintf(
1245
+ fs_esc_html_inline( "%s automatic security & feature updates and paid functionality will keep working without interruptions until %s (or when your license expires, whatever comes first).", 'duplicate-site-confirmation-message' ),
1246
+ ( 1 === $total_products ?
1247
+ sprintf(
1248
+ fs_esc_html_x_inline( "The %s's", '"The <product_label>", e.g.: "The plugin"', 'the-product-x'),
1249
+ "<strong>{$module_label}</strong>"
1250
+ ) :
1251
+ fs_esc_html_inline( "The following products'", 'the-following-products' ) ),
1252
+ sprintf( '<strong>%s</strong>', $temporary_duplicate_end_date )
1253
+ ),
1254
+ ( 1 === $total_products ?
1255
+ '' :
1256
+ sprintf( '<div>%s</div>', $products_list )
1257
+ ),
1258
+ sprintf(
1259
+ fs_esc_html_inline( 'If this is a long term duplicate, to keep automatic updates and paid functionality after %s, please %s.', 'duplicate-site-message' ),
1260
+ sprintf( '<strong>%s</strong>', $temporary_duplicate_end_date),
1261
+ sprintf( '<a href="#" id="fs_temporary_duplicate_license_activation_link" data-clone-action="temporary_duplicate_license_activation">%s</a>', fs_esc_html_inline( 'activate a license here', 'activate-license-here' ) )
1262
+ )
1263
+ )
1264
+ );
1265
+ }
1266
+
1267
+ /**
1268
+ * Determines if the temporary duplicate mode has already expired.
1269
+ *
1270
+ * @return bool
1271
+ */
1272
+ function has_temporary_duplicate_mode_expired() {
1273
+ $temporary_duplicate_mode_start_timestamp = $this->was_temporary_duplicate_mode_selected() ?
1274
+ $this->temporary_duplicate_mode_selection_timestamp :
1275
+ $this->get_clone_identification_timestamp();
1276
+
1277
+ if ( ! is_numeric( $temporary_duplicate_mode_start_timestamp ) ) {
1278
+ return false;
1279
+ }
1280
+
1281
+ return ( time() > ( $temporary_duplicate_mode_start_timestamp + self::TEMPORARY_DUPLICATE_PERIOD ) );
1282
+ }
1283
+
1284
+ /**
1285
+ * Determines if the logged-in WordPress user manually selected the temporary duplicate mode for the site.
1286
+ *
1287
+ * @return bool
1288
+ */
1289
+ function was_temporary_duplicate_mode_selected() {
1290
+ return (
1291
+ isset( $this->temporary_duplicate_mode_selection_timestamp ) &&
1292
+ is_numeric( $this->temporary_duplicate_mode_selection_timestamp )
1293
+ );
1294
+ }
1295
+
1296
+ /**
1297
+ * Stores the time when the logged-in WordPress user selected the temporary duplicate mode for the site.
1298
+ */
1299
+ private function store_temporary_duplicate_timestamp() {
1300
+ $this->temporary_duplicate_mode_selection_timestamp = time();
1301
+ }
1302
+
1303
+ /**
1304
+ * Removes the notice that is shown when the logged-in WordPress user has selected the temporary duplicate mode for the site.
1305
+ *
1306
+ * @param bool $store
1307
+ */
1308
+ function remove_clone_resolution_options_notice( $store = true ) {
1309
+ $this->_notices->remove_sticky( 'clone_resolution_options_notice', true, $store );
1310
+ }
1311
+
1312
+ /**
1313
+ * Removes the notice that is shown when the logged-in WordPress user has selected the temporary duplicate mode for the site.
1314
+ *
1315
+ * @param bool $store
1316
+ */
1317
+ function remove_temporary_duplicate_notice( $store = true ) {
1318
+ $this->_notices->remove_sticky( 'temporary_duplicate_notice', true, $store );
1319
+ }
1320
+
1321
+ /**
1322
+ * Determines if the manual clone resolution options notice is currently being shown.
1323
+ *
1324
+ * @return bool
1325
+ */
1326
+ function is_clone_resolution_options_notice_shown() {
1327
+ return $this->_notices->has_sticky( 'clone_resolution_options_notice', true );
1328
+ }
1329
+
1330
+ /**
1331
+ * Determines if the temporary duplicate notice is currently being shown.
1332
+ *
1333
+ * @return bool
1334
+ */
1335
+ function is_temporary_duplicate_notice_shown() {
1336
+ return $this->_notices->has_sticky( 'temporary_duplicate_notice', true );
1337
+ }
1338
+
1339
+ /**
1340
+ * Determines if a site was marked as a temporary duplicate and if it's still a temporary duplicate.
1341
+ *
1342
+ * @return bool
1343
+ */
1344
+ function is_temporary_duplicate_by_blog_id( $blog_id ) {
1345
+ $storage = FS_Option_Manager::get_manager( WP_FS___OPTION_PREFIX . self::OPTION_MANAGER_NAME, true, $blog_id );
1346
+ $data = $storage->get_option( self::OPTION_NAME, array() );
1347
+
1348
+ if ( ! is_array( $data ) ) {
1349
+ return false;
1350
+ }
1351
+
1352
+ $was_temporary_duplicate_mode_selected = (
1353
+ isset( $data['temporary_duplicate_mode_selection_timestamp'] ) &&
1354
+ is_numeric( $data['temporary_duplicate_mode_selection_timestamp'] )
1355
+ );
1356
+
1357
+ if ( ! $was_temporary_duplicate_mode_selected ) {
1358
+ return false;
1359
+ }
1360
+
1361
+ return ( time() < ( $data['temporary_duplicate_mode_selection_timestamp'] + self::TEMPORARY_DUPLICATE_PERIOD ) );
1362
+ }
1363
+
1364
+ /**
1365
+ * Determines the last time the temporary duplicate notice was shown.
1366
+ *
1367
+ * @return int|null
1368
+ */
1369
+ function last_time_temporary_duplicate_notice_was_shown() {
1370
+ return ( ! isset( $this->temporary_duplicate_notice_shown_timestamp ) ) ?
1371
+ null :
1372
+ $this->temporary_duplicate_notice_shown_timestamp;
1373
+ }
1374
+
1375
+ /**
1376
+ * Clears the time that has been stored when the temporary duplicate notice was shown.
1377
+ */
1378
+ function clear_temporary_duplicate_notice_shown_timestamp() {
1379
+ $this->temporary_duplicate_notice_shown_timestamp = null;
1380
+ }
1381
+
1382
+ /**
1383
+ * Adds a temporary duplicate notice that provides the logged-in WordPress user with an option to activate a license for the site.
1384
+ *
1385
+ * @param number[] $product_ids
1386
+ * @param string $message
1387
+ * @param string $message
1388
+ * @param string|null $plugin_title
1389
+ */
1390
+ function add_temporary_duplicate_sticky_notice( $product_ids, $message, $plugin_title = null ) {
1391
+ $this->_logger->entrance();
1392
+
1393
+ $this->_notices->add_sticky(
1394
+ $message,
1395
+ 'temporary_duplicate_notice',
1396
+ '',
1397
+ 'promotion',
1398
+ true,
1399
+ null,
1400
+ $plugin_title,
1401
+ true,
1402
+ true,
1403
+ array(
1404
+ 'product_ids' => $product_ids,
1405
+ 'blog_id' => get_current_blog_id()
1406
+ )
1407
+ );
1408
+
1409
+ $this->temporary_duplicate_notice_shown_timestamp = time();
1410
+ }
1411
+
1412
+ #endregion
1413
+
1414
+ /**
1415
+ * @author Leo Fajardo
1416
+ * @since 2.5.0
1417
+ *
1418
+ * @param string $key
1419
+ *
1420
+ * @return bool
1421
+ */
1422
+ private function should_use_network_storage( $key ) {
1423
+ return ( 'new_blog_install_map' === $key );
1424
+ }
1425
+
1426
+ #--------------------------------------------------------------------------------
1427
+ #region Magic methods
1428
+ #--------------------------------------------------------------------------------
1429
+
1430
+ /**
1431
+ * @param string $name
1432
+ * @param int|string $value
1433
+ */
1434
+ function __set( $name, $value ) {
1435
+ if ( ! $this->should_use_network_storage( $name ) ) {
1436
+ $storage = $this->_storage;
1437
+ $data = $this->_data;
1438
+ } else {
1439
+ $storage = $this->_network_storage;
1440
+ $data = $this->_network_data;
1441
+ }
1442
+
1443
+ if ( ! array_key_exists( $name, $data ) ) {
1444
+ return;
1445
+ }
1446
+
1447
+ $data[ $name ] = $value;
1448
+
1449
+ $storage->set_option( self::OPTION_NAME, $data, true );
1450
+ }
1451
+
1452
+ /**
1453
+ * @param string $name
1454
+ *
1455
+ * @return bool
1456
+ */
1457
+ function __isset( $name ) {
1458
+ return (
1459
+ isset( $this->_data[ $name ] ) ||
1460
+ isset( $this->_network_data[ $name ] )
1461
+ );
1462
+ }
1463
+
1464
+ /**
1465
+ * @param string $name
1466
+ *
1467
+ * @return null|int|string
1468
+ */
1469
+ function __get( $name ) {
1470
+ $data = ( ! $this->should_use_network_storage( $name ) ) ?
1471
+ $this->_data :
1472
+ $this->_network_data;
1473
+
1474
+ return array_key_exists( $name, $data ) ?
1475
+ $data[ $name ] :
1476
+ null;
1477
+ }
1478
+
1479
+ #endregion
1480
+ }
freemius/includes/managers/class-fs-plugin-manager.php CHANGED
@@ -211,10 +211,23 @@
211
  * @return bool|\FS_Plugin
212
  */
213
  function get() {
214
- return isset( $this->_module ) ?
215
- $this->_module :
216
- false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  }
218
-
219
-
220
  }
211
  * @return bool|\FS_Plugin
212
  */
213
  function get() {
214
+ if ( isset( $this->_module ) ) {
215
+ return $this->_module;
216
+ }
217
+
218
+ if ( empty( $this->_module_id ) ) {
219
+ return false;
220
+ }
221
+
222
+ /**
223
+ * Return an FS_Plugin entity that has its `id` and `is_live` properties set (`is_live` is initialized in the FS_Plugin constructor) to avoid triggering an error that is relevant to these properties when the FS_Plugin entity is used before the `parse_settings()` method is called. This can happen when creating a regular WordPress site by cloning a subsite of a multisite network and the data that is stored in the network-level storage is not cloned.
224
+ *
225
+ * @author Leo Fajardo (@leorw)
226
+ * @since 2.5.0
227
+ */
228
+ $plugin = new FS_Plugin();
229
+ $plugin->id = $this->_module_id;
230
+
231
+ return $plugin;
232
  }
 
 
233
  }
freemius/languages/freemius-cs_CZ.mo ADDED
Binary file
freemius/languages/freemius-da_DK.mo ADDED
Binary file
freemius/languages/freemius-en.mo ADDED
Binary file
freemius/languages/freemius-es_ES.mo ADDED
Binary file
freemius/languages/freemius-fr_FR.mo ADDED
Binary file
freemius/languages/freemius-he_IL.mo ADDED
Binary file
freemius/languages/freemius-hu_HU.mo ADDED
Binary file
freemius/languages/freemius-it_IT.mo ADDED
Binary file
freemius/languages/freemius-ja.mo ADDED
Binary file
freemius/languages/freemius-nl_NL.mo ADDED
Binary file
freemius/languages/freemius-ru_RU.mo ADDED
Binary file
freemius/languages/freemius-ta.mo ADDED
Binary file
freemius/languages/freemius-zh_CN.mo ADDED
Binary file
freemius/languages/freemius.pot ADDED
@@ -0,0 +1,2734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2022 freemius
2
+ # This file is distributed under the same license as the freemius package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: freemius\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Language-Team: Freemius Team <admin@freemius.com>\n"
10
+ "Last-Translator: Vova Feldman <vova@freemius.com>\n"
11
+ "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
12
+ "X-Poedit-Basepath: ..\n"
13
+ "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
14
+ "X-Poedit-SearchPath-0: .\n"
15
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ #: includes/class-freemius.php:1932, templates/account.php:941
20
+ msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
21
+ msgstr ""
22
+
23
+ #: includes/class-freemius.php:1939
24
+ msgid "Would you like to proceed with the update?"
25
+ msgstr ""
26
+
27
+ #: includes/class-freemius.php:2158
28
+ msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
29
+ msgstr ""
30
+
31
+ #: includes/class-freemius.php:2160
32
+ msgid "Error"
33
+ msgstr ""
34
+
35
+ #: includes/class-freemius.php:2606
36
+ msgid "I found a better %s"
37
+ msgstr ""
38
+
39
+ #: includes/class-freemius.php:2608
40
+ msgid "What's the %s's name?"
41
+ msgstr ""
42
+
43
+ #: includes/class-freemius.php:2614
44
+ msgid "It's a temporary %s - I'm troubleshooting an issue"
45
+ msgstr ""
46
+
47
+ #: includes/class-freemius.php:2616
48
+ msgid "Deactivation"
49
+ msgstr ""
50
+
51
+ #: includes/class-freemius.php:2617
52
+ msgid "Theme Switch"
53
+ msgstr ""
54
+
55
+ #: includes/class-freemius.php:2626, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
56
+ msgid "Other"
57
+ msgstr ""
58
+
59
+ #: includes/class-freemius.php:2634
60
+ msgid "I no longer need the %s"
61
+ msgstr ""
62
+
63
+ #: includes/class-freemius.php:2641
64
+ msgid "I only needed the %s for a short period"
65
+ msgstr ""
66
+
67
+ #: includes/class-freemius.php:2647
68
+ msgid "The %s broke my site"
69
+ msgstr ""
70
+
71
+ #: includes/class-freemius.php:2654
72
+ msgid "The %s suddenly stopped working"
73
+ msgstr ""
74
+
75
+ #: includes/class-freemius.php:2664
76
+ msgid "I can't pay for it anymore"
77
+ msgstr ""
78
+
79
+ #: includes/class-freemius.php:2666
80
+ msgid "What price would you feel comfortable paying?"
81
+ msgstr ""
82
+
83
+ #: includes/class-freemius.php:2672
84
+ msgid "I don't like to share my information with you"
85
+ msgstr ""
86
+
87
+ #: includes/class-freemius.php:2693
88
+ msgid "The %s didn't work"
89
+ msgstr ""
90
+
91
+ #: includes/class-freemius.php:2703
92
+ msgid "I couldn't understand how to make it work"
93
+ msgstr ""
94
+
95
+ #: includes/class-freemius.php:2711
96
+ msgid "The %s is great, but I need specific feature that you don't support"
97
+ msgstr ""
98
+
99
+ #: includes/class-freemius.php:2713
100
+ msgid "What feature?"
101
+ msgstr ""
102
+
103
+ #: includes/class-freemius.php:2717
104
+ msgid "The %s is not working"
105
+ msgstr ""
106
+
107
+ #: includes/class-freemius.php:2719
108
+ msgid "Kindly share what didn't work so we can fix it for future users..."
109
+ msgstr ""
110
+
111
+ #: includes/class-freemius.php:2723
112
+ msgid "It's not what I was looking for"
113
+ msgstr ""
114
+
115
+ #: includes/class-freemius.php:2725
116
+ msgid "What you've been looking for?"
117
+ msgstr ""
118
+
119
+ #: includes/class-freemius.php:2729
120
+ msgid "The %s didn't work as expected"
121
+ msgstr ""
122
+
123
+ #: includes/class-freemius.php:2731
124
+ msgid "What did you expect?"
125
+ msgstr ""
126
+
127
+ #: includes/class-freemius.php:3751, templates/debug.php:20
128
+ msgid "Freemius Debug"
129
+ msgstr ""
130
+
131
+ #: includes/class-freemius.php:4538
132
+ msgid "I don't know what is cURL or how to install it, help me!"
133
+ msgstr ""
134
+
135
+ #: includes/class-freemius.php:4540
136
+ msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
137
+ msgstr ""
138
+
139
+ #: includes/class-freemius.php:4547
140
+ msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
141
+ msgstr ""
142
+
143
+ #: includes/class-freemius.php:4652
144
+ msgid "Yes - do your thing"
145
+ msgstr ""
146
+
147
+ #: includes/class-freemius.php:4657
148
+ msgid "No - just deactivate"
149
+ msgstr ""
150
+
151
+ #: includes/class-freemius.php:4702, includes/class-freemius.php:5218, includes/class-freemius.php:6480, includes/class-freemius.php:13907, includes/class-freemius.php:14649, includes/class-freemius.php:18176, includes/class-freemius.php:18281, includes/class-freemius.php:18458, includes/class-freemius.php:20718, includes/class-freemius.php:21096, includes/class-freemius.php:21110, includes/class-freemius.php:21798, includes/class-freemius.php:22810, includes/class-freemius.php:22943, includes/class-freemius.php:23073, templates/add-ons.php:57
152
+ msgctxt "exclamation"
153
+ msgid "Oops"
154
+ msgstr ""
155
+
156
+ #: includes/class-freemius.php:4771
157
+ msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
158
+ msgstr ""
159
+
160
+ #: includes/class-freemius.php:5187
161
+ msgid "You have purchased a %s license."
162
+ msgstr ""
163
+
164
+ #: includes/class-freemius.php:5191
165
+ msgid " The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box."
166
+ msgstr ""
167
+
168
+ #: includes/class-freemius.php:5201, includes/class-freemius.php:6177, includes/class-freemius.php:17574, includes/class-freemius.php:17585, includes/class-freemius.php:20987, includes/class-freemius.php:21378, includes/class-freemius.php:21447, includes/class-freemius.php:21619
169
+ msgctxt "interjection expressing joy or exuberance"
170
+ msgid "Yee-haw"
171
+ msgstr ""
172
+
173
+ #: includes/class-freemius.php:5215
174
+ msgctxt "addonX cannot run without pluginY"
175
+ msgid "%s cannot run without %s."
176
+ msgstr ""
177
+
178
+ #: includes/class-freemius.php:5216
179
+ msgctxt "addonX cannot run..."
180
+ msgid "%s cannot run without the plugin."
181
+ msgstr ""
182
+
183
+ #: includes/class-freemius.php:5416, includes/class-freemius.php:5441, includes/class-freemius.php:21869
184
+ msgid "Unexpected API error. Please contact the %s's author with the following error."
185
+ msgstr ""
186
+
187
+ #: includes/class-freemius.php:6146
188
+ msgid "Premium %s version was successfully activated."
189
+ msgstr ""
190
+
191
+ #: includes/class-freemius.php:6158, includes/class-freemius.php:8104
192
+ msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
193
+ msgid "W00t"
194
+ msgstr ""
195
+
196
+ #: includes/class-freemius.php:6173
197
+ msgid "You have a %s license."
198
+ msgstr ""
199
+
200
+ #: includes/class-freemius.php:6463
201
+ msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
202
+ msgstr ""
203
+
204
+ #: includes/class-freemius.php:6467
205
+ msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
206
+ msgstr ""
207
+
208
+ #: includes/class-freemius.php:6476, templates/add-ons.php:186, templates/account/partials/addon.php:381
209
+ msgid "More information about %s"
210
+ msgstr ""
211
+
212
+ #: includes/class-freemius.php:6477
213
+ msgid "Purchase License"
214
+ msgstr ""
215
+
216
+ #: includes/class-freemius.php:7443, templates/connect.php:180
217
+ msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
218
+ msgstr ""
219
+
220
+ #: includes/class-freemius.php:7447
221
+ msgid "start the trial"
222
+ msgstr ""
223
+
224
+ #: includes/class-freemius.php:7448, templates/connect.php:184
225
+ msgid "complete the install"
226
+ msgstr ""
227
+
228
+ #: includes/class-freemius.php:7581
229
+ msgid "You are just one step away - %s"
230
+ msgstr ""
231
+
232
+ #: includes/class-freemius.php:7584
233
+ msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
234
+ msgid "Complete \"%s\" Activation Now"
235
+ msgstr ""
236
+
237
+ #: includes/class-freemius.php:7666
238
+ msgid "We made a few tweaks to the %s, %s"
239
+ msgstr ""
240
+
241
+ #: includes/class-freemius.php:7670
242
+ msgid "Opt in to make \"%s\" better!"
243
+ msgstr ""
244
+
245
+ #: includes/class-freemius.php:8103
246
+ msgid "The upgrade of %s was successfully completed."
247
+ msgstr ""
248
+
249
+ #: includes/class-freemius.php:10669, includes/class-fs-plugin-updater.php:1089, includes/class-fs-plugin-updater.php:1284, includes/class-fs-plugin-updater.php:1291, templates/auto-installation.php:32
250
+ msgid "Add-On"
251
+ msgstr ""
252
+
253
+ #: includes/class-freemius.php:10671, templates/account.php:403, templates/account.php:411, templates/debug.php:368, templates/debug.php:566
254
+ msgid "Plugin"
255
+ msgstr ""
256
+
257
+ #: includes/class-freemius.php:10672, templates/account.php:404, templates/account.php:412, templates/debug.php:368, templates/debug.php:566, templates/forms/deactivation/form.php:107
258
+ msgid "Theme"
259
+ msgstr ""
260
+
261
+ #: includes/class-freemius.php:13727
262
+ msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
263
+ msgstr ""
264
+
265
+ #: includes/class-freemius.php:13741
266
+ msgid "Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s."
267
+ msgstr ""
268
+
269
+ #: includes/class-freemius.php:13746
270
+ msgid "User Dashboard"
271
+ msgstr ""
272
+
273
+ #: includes/class-freemius.php:13747
274
+ msgid "revert it now"
275
+ msgstr ""
276
+
277
+ #: includes/class-freemius.php:13805
278
+ msgid "An unknown error has occurred while trying to set the user's beta mode."
279
+ msgstr ""
280
+
281
+ #: includes/class-freemius.php:13878
282
+ msgid "Invalid new user ID or email address."
283
+ msgstr ""
284
+
285
+ #: includes/class-freemius.php:13908
286
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
287
+ msgstr ""
288
+
289
+ #: includes/class-freemius.php:13909
290
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
291
+ msgstr ""
292
+
293
+ #: includes/class-freemius.php:13916
294
+ msgid "Change Ownership"
295
+ msgstr ""
296
+
297
+ #: includes/class-freemius.php:14516
298
+ msgid "Invalid site details collection."
299
+ msgstr ""
300
+
301
+ #: includes/class-freemius.php:14636
302
+ msgid "We couldn't find your email address in the system, are you sure it's the right address?"
303
+ msgstr ""
304
+
305
+ #: includes/class-freemius.php:14638
306
+ msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
307
+ msgstr ""
308
+
309
+ #: includes/class-freemius.php:14912
310
+ msgid "Account is pending activation."
311
+ msgstr ""
312
+
313
+ #: includes/class-freemius.php:15024, templates/forms/premium-versions-upgrade-handler.php:47
314
+ msgid "Buy a license now"
315
+ msgstr ""
316
+
317
+ #: includes/class-freemius.php:15036, templates/forms/premium-versions-upgrade-handler.php:46
318
+ msgid "Renew your license now"
319
+ msgstr ""
320
+
321
+ #: includes/class-freemius.php:15040
322
+ msgid "%s to access version %s security & feature updates, and support."
323
+ msgstr ""
324
+
325
+ #: includes/class-freemius.php:17556
326
+ msgid "%s activation was successfully completed."
327
+ msgstr ""
328
+
329
+ #: includes/class-freemius.php:17570
330
+ msgid "Your account was successfully activated with the %s plan."
331
+ msgstr ""
332
+
333
+ #: includes/class-freemius.php:17581, includes/class-freemius.php:21443
334
+ msgid "Your trial has been successfully started."
335
+ msgstr ""
336
+
337
+ #: includes/class-freemius.php:18174, includes/class-freemius.php:18279, includes/class-freemius.php:18456
338
+ msgid "Couldn't activate %s."
339
+ msgstr ""
340
+
341
+ #: includes/class-freemius.php:18175, includes/class-freemius.php:18280, includes/class-freemius.php:18457
342
+ msgid "Please contact us with the following message:"
343
+ msgstr ""
344
+
345
+ #: includes/class-freemius.php:18276, templates/forms/data-debug-mode.php:162
346
+ msgid "An unknown error has occurred."
347
+ msgstr ""
348
+
349
+ #: includes/class-freemius.php:18818, includes/class-freemius.php:24152
350
+ msgid "Upgrade"
351
+ msgstr ""
352
+
353
+ #: includes/class-freemius.php:18824
354
+ msgid "Start Trial"
355
+ msgstr ""
356
+
357
+ #: includes/class-freemius.php:18826
358
+ msgid "Pricing"
359
+ msgstr ""
360
+
361
+ #: includes/class-freemius.php:18906, includes/class-freemius.php:18908
362
+ msgid "Affiliation"
363
+ msgstr ""
364
+
365
+ #: includes/class-freemius.php:18936, includes/class-freemius.php:18938, templates/account.php:251, templates/debug.php:334
366
+ msgid "Account"
367
+ msgstr ""
368
+
369
+ #: includes/class-freemius.php:18952, includes/class-freemius.php:18954, includes/customizer/class-fs-customizer-support-section.php:60
370
+ msgid "Contact Us"
371
+ msgstr ""
372
+
373
+ #: includes/class-freemius.php:18965, includes/class-freemius.php:18967, includes/class-freemius.php:24166, templates/account.php:129, templates/account/partials/addon.php:44
374
+ msgid "Add-Ons"
375
+ msgstr ""
376
+
377
+ #: includes/class-freemius.php:19001
378
+ msgctxt "ASCII arrow left icon"
379
+ msgid "&#x2190;"
380
+ msgstr ""
381
+
382
+ #: includes/class-freemius.php:19001
383
+ msgctxt "ASCII arrow right icon"
384
+ msgid "&#x27a4;"
385
+ msgstr ""
386
+
387
+ #: includes/class-freemius.php:19003, templates/pricing.php:109
388
+ msgctxt "noun"
389
+ msgid "Pricing"
390
+ msgstr ""
391
+
392
+ #: includes/class-freemius.php:19216, includes/customizer/class-fs-customizer-support-section.php:67
393
+ msgid "Support Forum"
394
+ msgstr ""
395
+
396
+ #: includes/class-freemius.php:20212
397
+ msgid "Your email has been successfully verified - you are AWESOME!"
398
+ msgstr ""
399
+
400
+ #: includes/class-freemius.php:20213
401
+ msgctxt "a positive response"
402
+ msgid "Right on"
403
+ msgstr ""
404
+
405
+ #: includes/class-freemius.php:20719
406
+ msgid "seems like the key you entered doesn't match our records."
407
+ msgstr ""
408
+
409
+ #: includes/class-freemius.php:20743
410
+ msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
411
+ msgstr ""
412
+
413
+ #: includes/class-freemius.php:20978
414
+ msgid "Your %s Add-on plan was successfully upgraded."
415
+ msgstr ""
416
+
417
+ #: includes/class-freemius.php:20980
418
+ msgid "%s Add-on was successfully purchased."
419
+ msgstr ""
420
+
421
+ #: includes/class-freemius.php:20983
422
+ msgid "Download the latest version"
423
+ msgstr ""
424
+
425
+ #: includes/class-freemius.php:21089
426
+ msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
427
+ msgstr ""
428
+
429
+ #: includes/class-freemius.php:21095, includes/class-freemius.php:21109, includes/class-freemius.php:21578, includes/class-freemius.php:21667
430
+ msgid "Error received from the server:"
431
+ msgstr ""
432
+
433
+ #: includes/class-freemius.php:21109
434
+ msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
435
+ msgstr ""
436
+
437
+ #: includes/class-freemius.php:21340, includes/class-freemius.php:21583, includes/class-freemius.php:21638, includes/class-freemius.php:21745
438
+ msgctxt "something somebody says when they are thinking about what you have just said."
439
+ msgid "Hmm"
440
+ msgstr ""
441
+
442
+ #: includes/class-freemius.php:21353
443
+ msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
444
+ msgstr ""
445
+
446
+ #: includes/class-freemius.php:21354, templates/account.php:131, templates/add-ons.php:250, templates/account/partials/addon.php:46
447
+ msgctxt "trial period"
448
+ msgid "Trial"
449
+ msgstr ""
450
+
451
+ #: includes/class-freemius.php:21359
452
+ msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
453
+ msgstr ""
454
+
455
+ #: includes/class-freemius.php:21363, includes/class-freemius.php:21422
456
+ msgid "Please contact us here"
457
+ msgstr ""
458
+
459
+ #: includes/class-freemius.php:21374
460
+ msgid "Your plan was successfully activated."
461
+ msgstr ""
462
+
463
+ #: includes/class-freemius.php:21375
464
+ msgid "Your plan was successfully upgraded."
465
+ msgstr ""
466
+
467
+ #: includes/class-freemius.php:21392
468
+ msgid "Your plan was successfully changed to %s."
469
+ msgstr ""
470
+
471
+ #: includes/class-freemius.php:21408
472
+ msgid "Your license has expired. You can still continue using the free %s forever."
473
+ msgstr ""
474
+
475
+ #: includes/class-freemius.php:21410
476
+ msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
477
+ msgstr ""
478
+
479
+ #: includes/class-freemius.php:21418
480
+ msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
481
+ msgstr ""
482
+
483
+ #: includes/class-freemius.php:21431
484
+ msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
485
+ msgstr ""
486
+
487
+ #: includes/class-freemius.php:21457
488
+ msgid "Your free trial has expired. You can still continue using all our free features."
489
+ msgstr ""
490
+
491
+ #: includes/class-freemius.php:21459
492
+ msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
493
+ msgstr ""
494
+
495
+ #: includes/class-freemius.php:21574
496
+ msgid "It looks like the license could not be activated."
497
+ msgstr ""
498
+
499
+ #: includes/class-freemius.php:21616
500
+ msgid "Your license was successfully activated."
501
+ msgstr ""
502
+
503
+ #: includes/class-freemius.php:21642
504
+ msgid "It looks like your site currently doesn't have an active license."
505
+ msgstr ""
506
+
507
+ #: includes/class-freemius.php:21666
508
+ msgid "It looks like the license deactivation failed."
509
+ msgstr ""
510
+
511
+ #: includes/class-freemius.php:21695
512
+ msgid "Your %s license was successfully deactivated."
513
+ msgstr ""
514
+
515
+ #: includes/class-freemius.php:21696
516
+ msgid "Your license was successfully deactivated, you are back to the %s plan."
517
+ msgstr ""
518
+
519
+ #: includes/class-freemius.php:21699
520
+ msgid "O.K"
521
+ msgstr ""
522
+
523
+ #: includes/class-freemius.php:21752
524
+ msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
525
+ msgstr ""
526
+
527
+ #: includes/class-freemius.php:21761
528
+ msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
529
+ msgstr ""
530
+
531
+ #: includes/class-freemius.php:21803
532
+ msgid "You are already running the %s in a trial mode."
533
+ msgstr ""
534
+
535
+ #: includes/class-freemius.php:21814
536
+ msgid "You already utilized a trial before."
537
+ msgstr ""
538
+
539
+ #: includes/class-freemius.php:21828
540
+ msgid "Plan %s do not exist, therefore, can't start a trial."
541
+ msgstr ""
542
+
543
+ #: includes/class-freemius.php:21839
544
+ msgid "Plan %s does not support a trial period."
545
+ msgstr ""
546
+
547
+ #: includes/class-freemius.php:21850
548
+ msgid "None of the %s's plans supports a trial period."
549
+ msgstr ""
550
+
551
+ #: includes/class-freemius.php:21900
552
+ msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
553
+ msgstr ""
554
+
555
+ #: includes/class-freemius.php:21936
556
+ msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
557
+ msgstr ""
558
+
559
+ #: includes/class-freemius.php:21955
560
+ msgid "Your %s free trial was successfully cancelled."
561
+ msgstr ""
562
+
563
+ #: includes/class-freemius.php:22277
564
+ msgid "Version %s was released."
565
+ msgstr ""
566
+
567
+ #: includes/class-freemius.php:22277
568
+ msgid "Please download %s."
569
+ msgstr ""
570
+
571
+ #: includes/class-freemius.php:22284
572
+ msgid "the latest %s version here"
573
+ msgstr ""
574
+
575
+ #: includes/class-freemius.php:22289
576
+ msgid "New"
577
+ msgstr ""
578
+
579
+ #: includes/class-freemius.php:22294
580
+ msgid "Seems like you got the latest release."
581
+ msgstr ""
582
+
583
+ #: includes/class-freemius.php:22295
584
+ msgid "You are all good!"
585
+ msgstr ""
586
+
587
+ #: includes/class-freemius.php:22698
588
+ msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
589
+ msgstr ""
590
+
591
+ #: includes/class-freemius.php:22838
592
+ msgid "Site successfully opted in."
593
+ msgstr ""
594
+
595
+ #: includes/class-freemius.php:22839, includes/class-freemius.php:23862
596
+ msgid "Awesome"
597
+ msgstr ""
598
+
599
+ #: includes/class-freemius.php:22855, templates/forms/optout.php:41
600
+ msgid "We appreciate your help in making the %s better by letting us track some usage data."
601
+ msgstr ""
602
+
603
+ #: includes/class-freemius.php:22856
604
+ msgid "Thank you!"
605
+ msgstr ""
606
+
607
+ #: includes/class-freemius.php:22863
608
+ msgid "We will no longer be sending any usage data of %s on %s to %s."
609
+ msgstr ""
610
+
611
+ #: includes/class-freemius.php:23023
612
+ msgid "A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours."
613
+ msgstr ""
614
+
615
+ #: includes/class-freemius.php:23025
616
+ msgid "A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder."
617
+ msgstr ""
618
+
619
+ #: includes/class-freemius.php:23032
620
+ msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
621
+ msgstr ""
622
+
623
+ #: includes/class-freemius.php:23037
624
+ msgid "%s is the new owner of the account."
625
+ msgstr ""
626
+
627
+ #: includes/class-freemius.php:23039
628
+ msgctxt "as congratulations"
629
+ msgid "Congrats"
630
+ msgstr ""
631
+
632
+ #: includes/class-freemius.php:23056
633
+ msgid "Please provide your full name."
634
+ msgstr ""
635
+
636
+ #: includes/class-freemius.php:23061
637
+ msgid "Your name was successfully updated."
638
+ msgstr ""
639
+
640
+ #: includes/class-freemius.php:23122
641
+ msgid "You have successfully updated your %s."
642
+ msgstr ""
643
+
644
+ #: includes/class-freemius.php:23181
645
+ msgid "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin."
646
+ msgstr ""
647
+
648
+ #: includes/class-freemius.php:23184
649
+ msgid "Click here"
650
+ msgstr ""
651
+
652
+ #: includes/class-freemius.php:23282
653
+ msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
654
+ msgstr ""
655
+
656
+ #: includes/class-freemius.php:23283
657
+ msgctxt "advance notice of something that will need attention."
658
+ msgid "Heads up"
659
+ msgstr ""
660
+
661
+ #: includes/class-freemius.php:23902
662
+ msgctxt "exclamation"
663
+ msgid "Hey"
664
+ msgstr ""
665
+
666
+ #: includes/class-freemius.php:23902
667
+ msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
668
+ msgstr ""
669
+
670
+ #: includes/class-freemius.php:23910
671
+ msgid "No commitment for %s days - cancel anytime!"
672
+ msgstr ""
673
+
674
+ #: includes/class-freemius.php:23911
675
+ msgid "No credit card required"
676
+ msgstr ""
677
+
678
+ #: includes/class-freemius.php:23918, templates/forms/trial-start.php:53
679
+ msgctxt "call to action"
680
+ msgid "Start free trial"
681
+ msgstr ""
682
+
683
+ #: includes/class-freemius.php:23995
684
+ msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
685
+ msgstr ""
686
+
687
+ #: includes/class-freemius.php:24004
688
+ msgid "Learn more"
689
+ msgstr ""
690
+
691
+ #: includes/class-freemius.php:24190, templates/account.php:567, templates/account.php:719, templates/connect.php:188, templates/connect.php:465, includes/managers/class-fs-clone-manager.php:1123, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
692
+ msgid "Activate License"
693
+ msgstr ""
694
+
695
+ #: includes/class-freemius.php:24191, templates/account.php:661, templates/account.php:718, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
696
+ msgid "Change License"
697
+ msgstr ""
698
+
699
+ #: includes/class-freemius.php:24315, templates/account/partials/site.php:169
700
+ msgid "Opt Out"
701
+ msgstr ""
702
+
703
+ #: includes/class-freemius.php:24317, includes/class-freemius.php:24323, templates/account/partials/site.php:49, templates/account/partials/site.php:169
704
+ msgid "Opt In"
705
+ msgstr ""
706
+
707
+ #: includes/class-freemius.php:24553
708
+ msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
709
+ msgstr ""
710
+
711
+ #: includes/class-freemius.php:24561
712
+ msgid "Activate %s features"
713
+ msgstr ""
714
+
715
+ #: includes/class-freemius.php:24574
716
+ msgid "Please follow these steps to complete the upgrade"
717
+ msgstr ""
718
+
719
+ #: includes/class-freemius.php:24578
720
+ msgid "Download the latest %s version"
721
+ msgstr ""
722
+
723
+ #: includes/class-freemius.php:24582
724
+ msgid "Upload and activate the downloaded version"
725
+ msgstr ""
726
+
727
+ #: includes/class-freemius.php:24584
728
+ msgid "How to upload and activate?"
729
+ msgstr ""
730
+
731
+ #: includes/class-freemius.php:24718
732
+ msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
733
+ msgstr ""
734
+
735
+ #: includes/class-freemius.php:24887
736
+ msgid "Auto installation only works for opted-in users."
737
+ msgstr ""
738
+
739
+ #: includes/class-freemius.php:24897, includes/class-freemius.php:24930, includes/class-fs-plugin-updater.php:1263, includes/class-fs-plugin-updater.php:1277
740
+ msgid "Invalid module ID."
741
+ msgstr ""
742
+
743
+ #: includes/class-freemius.php:24906, includes/class-fs-plugin-updater.php:1299
744
+ msgid "Premium version already active."
745
+ msgstr ""
746
+
747
+ #: includes/class-freemius.php:24913
748
+ msgid "You do not have a valid license to access the premium version."
749
+ msgstr ""
750
+
751
+ #: includes/class-freemius.php:24920
752
+ msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
753
+ msgstr ""
754
+
755
+ #: includes/class-freemius.php:24938, includes/class-fs-plugin-updater.php:1298
756
+ msgid "Premium add-on version already installed."
757
+ msgstr ""
758
+
759
+ #: includes/class-freemius.php:25288
760
+ msgid "View paid features"
761
+ msgstr ""
762
+
763
+ #: includes/class-freemius.php:25610
764
+ msgid "Thank you so much for using %s and its add-ons!"
765
+ msgstr ""
766
+
767
+ #: includes/class-freemius.php:25611
768
+ msgid "Thank you so much for using %s!"
769
+ msgstr ""
770
+
771
+ #: includes/class-freemius.php:25617
772
+ msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
773
+ msgstr ""
774
+
775
+ #: includes/class-freemius.php:25621
776
+ msgid "Thank you so much for using our products!"
777
+ msgstr ""
778
+
779
+ #: includes/class-freemius.php:25622
780
+ msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
781
+ msgstr ""
782
+
783
+ #: includes/class-freemius.php:25641
784
+ msgid "%s and its add-ons"
785
+ msgstr ""
786
+
787
+ #: includes/class-freemius.php:25650
788
+ msgid "Products"
789
+ msgstr ""
790
+
791
+ #: includes/class-freemius.php:25657, templates/connect.php:279
792
+ msgid "Yes"
793
+ msgstr ""
794
+
795
+ #: includes/class-freemius.php:25658, templates/connect.php:280
796
+ msgid "send me security & feature updates, educational content and offers."
797
+ msgstr ""
798
+
799
+ #: includes/class-freemius.php:25659, templates/connect.php:285
800
+ msgid "No"
801
+ msgstr ""
802
+
803
+ #: includes/class-freemius.php:25661, templates/connect.php:287
804
+ msgid "do %sNOT%s send me security & feature updates, educational content and offers."
805
+ msgstr ""
806
+
807
+ #: includes/class-freemius.php:25671
808
+ msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
809
+ msgstr ""
810
+
811
+ #: includes/class-freemius.php:25673, templates/connect.php:294
812
+ msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
813
+ msgstr ""
814
+
815
+ #: includes/class-freemius.php:25955
816
+ msgid "License key is empty."
817
+ msgstr ""
818
+
819
+ #: includes/class-fs-plugin-updater.php:206, templates/forms/premium-versions-upgrade-handler.php:57
820
+ msgid "Renew license"
821
+ msgstr ""
822
+
823
+ #: includes/class-fs-plugin-updater.php:211, templates/forms/premium-versions-upgrade-handler.php:58
824
+ msgid "Buy license"
825
+ msgstr ""
826
+
827
+ #: includes/class-fs-plugin-updater.php:331, includes/class-fs-plugin-updater.php:364
828
+ msgid "There is a %s of %s available."
829
+ msgstr ""
830
+
831
+ #: includes/class-fs-plugin-updater.php:333, includes/class-fs-plugin-updater.php:369
832
+ msgid "new Beta version"
833
+ msgstr ""
834
+
835
+ #: includes/class-fs-plugin-updater.php:334, includes/class-fs-plugin-updater.php:370
836
+ msgid "new version"
837
+ msgstr ""
838
+
839
+ #: includes/class-fs-plugin-updater.php:393
840
+ msgid "Important Upgrade Notice:"
841
+ msgstr ""
842
+
843
+ #: includes/class-fs-plugin-updater.php:1328
844
+ msgid "Installing plugin: %s"
845
+ msgstr ""
846
+
847
+ #: includes/class-fs-plugin-updater.php:1369
848
+ msgid "Unable to connect to the filesystem. Please confirm your credentials."
849
+ msgstr ""
850
+
851
+ #: includes/class-fs-plugin-updater.php:1551
852
+ msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
853
+ msgstr ""
854
+
855
+ #: includes/fs-plugin-info-dialog.php:541
856
+ msgid "Purchase More"
857
+ msgstr ""
858
+
859
+ #: includes/fs-plugin-info-dialog.php:542, templates/account/partials/addon.php:385
860
+ msgctxt "verb"
861
+ msgid "Purchase"
862
+ msgstr ""
863
+
864
+ #: includes/fs-plugin-info-dialog.php:546
865
+ msgid "Start my free %s"
866
+ msgstr ""
867
+
868
+ #: includes/fs-plugin-info-dialog.php:744
869
+ msgid "Install Free Version Update Now"
870
+ msgstr ""
871
+
872
+ #: includes/fs-plugin-info-dialog.php:745, templates/account.php:650
873
+ msgid "Install Update Now"
874
+ msgstr ""
875
+
876
+ #: includes/fs-plugin-info-dialog.php:754
877
+ msgid "Install Free Version Now"
878
+ msgstr ""
879
+
880
+ #: includes/fs-plugin-info-dialog.php:755, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:365, templates/account/partials/addon.php:418
881
+ msgid "Install Now"
882
+ msgstr ""
883
+
884
+ #: includes/fs-plugin-info-dialog.php:771
885
+ msgctxt "as download latest version"
886
+ msgid "Download Latest Free Version"
887
+ msgstr ""
888
+
889
+ #: includes/fs-plugin-info-dialog.php:772, templates/account.php:109, templates/add-ons.php:37, templates/account/partials/addon.php:25
890
+ msgctxt "as download latest version"
891
+ msgid "Download Latest"
892
+ msgstr ""
893
+
894
+ #: includes/fs-plugin-info-dialog.php:787, templates/add-ons.php:329, templates/account/partials/addon.php:356, templates/account/partials/addon.php:412
895
+ msgid "Activate this add-on"
896
+ msgstr ""
897
+
898
+ #: includes/fs-plugin-info-dialog.php:789, templates/connect.php:462
899
+ msgid "Activate Free Version"
900
+ msgstr ""
901
+
902
+ #: includes/fs-plugin-info-dialog.php:790, templates/account.php:133, templates/add-ons.php:330, templates/account/partials/addon.php:48
903
+ msgid "Activate"
904
+ msgstr ""
905
+
906
+ #: includes/fs-plugin-info-dialog.php:1002
907
+ msgctxt "Plugin installer section title"
908
+ msgid "Description"
909
+ msgstr ""
910
+
911
+ #: includes/fs-plugin-info-dialog.php:1003
912
+ msgctxt "Plugin installer section title"
913
+ msgid "Installation"
914
+ msgstr ""
915
+
916
+ #: includes/fs-plugin-info-dialog.php:1004
917
+ msgctxt "Plugin installer section title"
918
+ msgid "FAQ"
919
+ msgstr ""
920
+
921
+ #: includes/fs-plugin-info-dialog.php:1005, templates/plugin-info/description.php:55
922
+ msgid "Screenshots"
923
+ msgstr ""
924
+
925
+ #: includes/fs-plugin-info-dialog.php:1006
926
+ msgctxt "Plugin installer section title"
927
+ msgid "Changelog"
928
+ msgstr ""
929
+
930
+ #: includes/fs-plugin-info-dialog.php:1007
931
+ msgctxt "Plugin installer section title"
932
+ msgid "Reviews"
933
+ msgstr ""
934
+
935
+ #: includes/fs-plugin-info-dialog.php:1008
936
+ msgctxt "Plugin installer section title"
937
+ msgid "Other Notes"
938
+ msgstr ""
939
+
940
+ #: includes/fs-plugin-info-dialog.php:1023
941
+ msgctxt "Plugin installer section title"
942
+ msgid "Features & Pricing"
943
+ msgstr ""
944
+
945
+ #: includes/fs-plugin-info-dialog.php:1033
946
+ msgid "Plugin Install"
947
+ msgstr ""
948
+
949
+ #: includes/fs-plugin-info-dialog.php:1105
950
+ msgctxt "e.g. Professional Plan"
951
+ msgid "%s Plan"
952
+ msgstr ""
953
+
954
+ #: includes/fs-plugin-info-dialog.php:1131
955
+ msgctxt "e.g. the best product"
956
+ msgid "Best"
957
+ msgstr ""
958
+
959
+ #: includes/fs-plugin-info-dialog.php:1137, includes/fs-plugin-info-dialog.php:1157
960
+ msgctxt "as every month"
961
+ msgid "Monthly"
962
+ msgstr ""
963
+
964
+ #: includes/fs-plugin-info-dialog.php:1140
965
+ msgctxt "as once a year"
966
+ msgid "Annual"
967
+ msgstr ""
968
+
969
+ #: includes/fs-plugin-info-dialog.php:1143
970
+ msgid "Lifetime"
971
+ msgstr ""
972
+
973
+ #: includes/fs-plugin-info-dialog.php:1157, includes/fs-plugin-info-dialog.php:1159, includes/fs-plugin-info-dialog.php:1161
974
+ msgctxt "e.g. billed monthly"
975
+ msgid "Billed %s"
976
+ msgstr ""
977
+
978
+ #: includes/fs-plugin-info-dialog.php:1159
979
+ msgctxt "as once a year"
980
+ msgid "Annually"
981
+ msgstr ""
982
+
983
+ #: includes/fs-plugin-info-dialog.php:1161
984
+ msgctxt "as once a year"
985
+ msgid "Once"
986
+ msgstr ""
987
+
988
+ #: includes/fs-plugin-info-dialog.php:1167
989
+ msgid "Single Site License"
990
+ msgstr ""
991
+
992
+ #: includes/fs-plugin-info-dialog.php:1169
993
+ msgid "Unlimited Licenses"
994
+ msgstr ""
995
+
996
+ #: includes/fs-plugin-info-dialog.php:1171
997
+ msgid "Up to %s Sites"
998
+ msgstr ""
999
+
1000
+ #: includes/fs-plugin-info-dialog.php:1181, templates/plugin-info/features.php:82
1001
+ msgctxt "as monthly period"
1002
+ msgid "mo"
1003
+ msgstr ""
1004
+
1005
+ #: includes/fs-plugin-info-dialog.php:1188, templates/plugin-info/features.php:80
1006
+ msgctxt "as annual period"
1007
+ msgid "year"
1008
+ msgstr ""
1009
+
1010
+ #: includes/fs-plugin-info-dialog.php:1242
1011
+ msgctxt "noun"
1012
+ msgid "Price"
1013
+ msgstr ""
1014
+
1015
+ #: includes/fs-plugin-info-dialog.php:1290
1016
+ msgid "Save %s"
1017
+ msgstr ""
1018
+
1019
+ #: includes/fs-plugin-info-dialog.php:1300
1020
+ msgid "No commitment for %s - cancel anytime"
1021
+ msgstr ""
1022
+
1023
+ #: includes/fs-plugin-info-dialog.php:1303
1024
+ msgid "After your free %s, pay as little as %s"
1025
+ msgstr ""
1026
+
1027
+ #: includes/fs-plugin-info-dialog.php:1314
1028
+ msgid "Details"
1029
+ msgstr ""
1030
+
1031
+ #: includes/fs-plugin-info-dialog.php:1318, templates/account.php:120, templates/debug.php:211, templates/debug.php:248, templates/debug.php:465, templates/account/partials/addon.php:36
1032
+ msgctxt "product version"
1033
+ msgid "Version"
1034
+ msgstr ""
1035
+
1036
+ #: includes/fs-plugin-info-dialog.php:1325
1037
+ msgctxt "as the plugin author"
1038
+ msgid "Author"
1039
+ msgstr ""
1040
+
1041
+ #: includes/fs-plugin-info-dialog.php:1332
1042
+ msgid "Last Updated"
1043
+ msgstr ""
1044
+
1045
+ #: includes/fs-plugin-info-dialog.php:1337, templates/account.php:536
1046
+ msgctxt "x-ago"
1047
+ msgid "%s ago"
1048
+ msgstr ""
1049
+
1050
+ #: includes/fs-plugin-info-dialog.php:1346
1051
+ msgid "Requires WordPress Version"
1052
+ msgstr ""
1053
+
1054
+ #: includes/fs-plugin-info-dialog.php:1347
1055
+ msgid "%s or higher"
1056
+ msgstr ""
1057
+
1058
+ #: includes/fs-plugin-info-dialog.php:1354
1059
+ msgid "Compatible up to"
1060
+ msgstr ""
1061
+
1062
+ #: includes/fs-plugin-info-dialog.php:1362
1063
+ msgid "Downloaded"
1064
+ msgstr ""
1065
+
1066
+ #: includes/fs-plugin-info-dialog.php:1366
1067
+ msgid "%s time"
1068
+ msgstr ""
1069
+
1070
+ #: includes/fs-plugin-info-dialog.php:1368
1071
+ msgid "%s times"
1072
+ msgstr ""
1073
+
1074
+ #: includes/fs-plugin-info-dialog.php:1379
1075
+ msgid "WordPress.org Plugin Page"
1076
+ msgstr ""
1077
+
1078
+ #: includes/fs-plugin-info-dialog.php:1388
1079
+ msgid "Plugin Homepage"
1080
+ msgstr ""
1081
+
1082
+ #: includes/fs-plugin-info-dialog.php:1397, includes/fs-plugin-info-dialog.php:1481
1083
+ msgid "Donate to this plugin"
1084
+ msgstr ""
1085
+
1086
+ #: includes/fs-plugin-info-dialog.php:1404
1087
+ msgid "Average Rating"
1088
+ msgstr ""
1089
+
1090
+ #: includes/fs-plugin-info-dialog.php:1411
1091
+ msgid "based on %s"
1092
+ msgstr ""
1093
+
1094
+ #: includes/fs-plugin-info-dialog.php:1415
1095
+ msgid "%s rating"
1096
+ msgstr ""
1097
+
1098
+ #: includes/fs-plugin-info-dialog.php:1417
1099
+ msgid "%s ratings"
1100
+ msgstr ""
1101
+
1102
+ #: includes/fs-plugin-info-dialog.php:1432
1103
+ msgid "%s star"
1104
+ msgstr ""
1105
+
1106
+ #: includes/fs-plugin-info-dialog.php:1434
1107
+ msgid "%s stars"
1108
+ msgstr ""
1109
+
1110
+ #: includes/fs-plugin-info-dialog.php:1446
1111
+ msgid "Click to see reviews that provided a rating of %s"
1112
+ msgstr ""
1113
+
1114
+ #: includes/fs-plugin-info-dialog.php:1459
1115
+ msgid "Contributors"
1116
+ msgstr ""
1117
+
1118
+ #: includes/fs-plugin-info-dialog.php:1489, includes/fs-plugin-info-dialog.php:1491
1119
+ msgid "Warning"
1120
+ msgstr ""
1121
+
1122
+ #: includes/fs-plugin-info-dialog.php:1489
1123
+ msgid "This plugin has not been tested with your current version of WordPress."
1124
+ msgstr ""
1125
+
1126
+ #: includes/fs-plugin-info-dialog.php:1491
1127
+ msgid "This plugin has not been marked as compatible with your version of WordPress."
1128
+ msgstr ""
1129
+
1130
+ #: includes/fs-plugin-info-dialog.php:1510
1131
+ msgid "Paid add-on must be deployed to Freemius."
1132
+ msgstr ""
1133
+
1134
+ #: includes/fs-plugin-info-dialog.php:1511
1135
+ msgid "Add-on must be deployed to WordPress.org or Freemius."
1136
+ msgstr ""
1137
+
1138
+ #: includes/fs-plugin-info-dialog.php:1532
1139
+ msgid "Newer Version (%s) Installed"
1140
+ msgstr ""
1141
+
1142
+ #: includes/fs-plugin-info-dialog.php:1533
1143
+ msgid "Newer Free Version (%s) Installed"
1144
+ msgstr ""
1145
+
1146
+ #: includes/fs-plugin-info-dialog.php:1540
1147
+ msgid "Latest Version Installed"
1148
+ msgstr ""
1149
+
1150
+ #: includes/fs-plugin-info-dialog.php:1541
1151
+ msgid "Latest Free Version Installed"
1152
+ msgstr ""
1153
+
1154
+ #: templates/account.php:110, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:311
1155
+ msgid "Downgrading your plan"
1156
+ msgstr ""
1157
+
1158
+ #: templates/account.php:111, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:312
1159
+ msgid "Cancelling the subscription"
1160
+ msgstr ""
1161
+
1162
+ #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
1163
+ #: templates/account.php:113, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:314
1164
+ msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1165
+ msgstr ""
1166
+
1167
+ #: templates/account.php:114, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:315
1168
+ msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
1169
+ msgstr ""
1170
+
1171
+ #: templates/account.php:115, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
1172
+ msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1173
+ msgstr ""
1174
+
1175
+ #: templates/account.php:116, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:316
1176
+ msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1177
+ msgstr ""
1178
+
1179
+ #: templates/account.php:117, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:317
1180
+ msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1181
+ msgstr ""
1182
+
1183
+ #. translators: %s: Plan title (e.g. "Professional")
1184
+ #: templates/account.php:119, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
1185
+ msgid "Activate %s Plan"
1186
+ msgstr ""
1187
+
1188
+ #. translators: %s: Time period (e.g. Auto renews in "2 months")
1189
+ #: templates/account.php:122, templates/account/partials/addon.php:38, templates/account/partials/site.php:291
1190
+ msgid "Auto renews in %s"
1191
+ msgstr ""
1192
+
1193
+ #. translators: %s: Time period (e.g. Expires in "2 months")
1194
+ #: templates/account.php:124, templates/account/partials/addon.php:40, templates/account/partials/site.php:293
1195
+ msgid "Expires in %s"
1196
+ msgstr ""
1197
+
1198
+ #: templates/account.php:125
1199
+ msgctxt "as synchronize license"
1200
+ msgid "Sync License"
1201
+ msgstr ""
1202
+
1203
+ #: templates/account.php:126, templates/account/partials/addon.php:41
1204
+ msgid "Cancel Trial"
1205
+ msgstr ""
1206
+
1207
+ #: templates/account.php:127, templates/account/partials/addon.php:42
1208
+ msgid "Change Plan"
1209
+ msgstr ""
1210
+
1211
+ #: templates/account.php:128, templates/account/partials/addon.php:43
1212
+ msgctxt "verb"
1213
+ msgid "Upgrade"
1214
+ msgstr ""
1215
+
1216
+ #: templates/account.php:130, templates/account/partials/addon.php:45, templates/account/partials/site.php:318
1217
+ msgctxt "verb"
1218
+ msgid "Downgrade"
1219
+ msgstr ""
1220
+
1221
+ #: templates/account.php:132, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:47, templates/account/partials/site.php:33
1222
+ msgid "Free"
1223
+ msgstr ""
1224
+
1225
+ #: templates/account.php:134, templates/debug.php:381, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:49
1226
+ msgctxt "as product pricing plan"
1227
+ msgid "Plan"
1228
+ msgstr ""
1229
+
1230
+ #: templates/account.php:135
1231
+ msgid "Bundle Plan"
1232
+ msgstr ""
1233
+
1234
+ #: templates/account.php:259
1235
+ msgid "Free Trial"
1236
+ msgstr ""
1237
+
1238
+ #: templates/account.php:270
1239
+ msgid "Account Details"
1240
+ msgstr ""
1241
+
1242
+ #: templates/account.php:277, templates/forms/data-debug-mode.php:33
1243
+ msgid "Start Debug"
1244
+ msgstr ""
1245
+
1246
+ #: templates/account.php:279
1247
+ msgid "Stop Debug"
1248
+ msgstr ""
1249
+
1250
+ #: templates/account.php:286
1251
+ msgid "Billing & Invoices"
1252
+ msgstr ""
1253
+
1254
+ #: templates/account.php:297
1255
+ msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
1256
+ msgstr ""
1257
+
1258
+ #: templates/account.php:299
1259
+ msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
1260
+ msgstr ""
1261
+
1262
+ #: templates/account.php:302
1263
+ msgid "Delete Account"
1264
+ msgstr ""
1265
+
1266
+ #: templates/account.php:314, templates/account/partials/addon.php:231, templates/account/partials/deactivate-license-button.php:35
1267
+ msgid "Deactivate License"
1268
+ msgstr ""
1269
+
1270
+ #: templates/account.php:337, templates/forms/subscription-cancellation.php:125
1271
+ msgid "Are you sure you want to proceed?"
1272
+ msgstr ""
1273
+
1274
+ #: templates/account.php:337, templates/account/partials/addon.php:255
1275
+ msgid "Cancel Subscription"
1276
+ msgstr ""
1277
+
1278
+ #: templates/account.php:366, templates/account/partials/addon.php:340
1279
+ msgctxt "as synchronize"
1280
+ msgid "Sync"
1281
+ msgstr ""
1282
+
1283
+ #: templates/account.php:381, templates/debug.php:522
1284
+ msgid "Name"
1285
+ msgstr ""
1286
+
1287
+ #: templates/account.php:387, templates/debug.php:523
1288
+ msgid "Email"
1289
+ msgstr ""
1290
+
1291
+ #: templates/account.php:394, templates/debug.php:379, templates/debug.php:572
1292
+ msgid "User ID"
1293
+ msgstr ""
1294
+
1295
+ #: templates/account.php:412, templates/account.php:732, templates/account.php:783, templates/debug.php:246, templates/debug.php:373, templates/debug.php:462, templates/debug.php:521, templates/debug.php:570, templates/debug.php:649, templates/account/payments.php:35, templates/debug/logger.php:21
1296
+ msgid "ID"
1297
+ msgstr ""
1298
+
1299
+ #: templates/account.php:419
1300
+ msgid "Site ID"
1301
+ msgstr ""
1302
+
1303
+ #: templates/account.php:422
1304
+ msgid "No ID"
1305
+ msgstr ""
1306
+
1307
+ #: templates/account.php:427, templates/debug.php:253, templates/debug.php:382, templates/debug.php:466, templates/debug.php:525, templates/account/partials/site.php:227
1308
+ msgid "Public Key"
1309
+ msgstr ""
1310
+
1311
+ #: templates/account.php:433, templates/debug.php:383, templates/debug.php:467, templates/debug.php:526, templates/account/partials/site.php:239
1312
+ msgid "Secret Key"
1313
+ msgstr ""
1314
+
1315
+ #: templates/account.php:436
1316
+ msgctxt "as secret encryption key missing"
1317
+ msgid "No Secret"
1318
+ msgstr ""
1319
+
1320
+ #: templates/account.php:463, templates/account/partials/site.php:120, templates/account/partials/site.php:122
1321
+ msgid "Trial"
1322
+ msgstr ""
1323
+
1324
+ #: templates/account.php:490, templates/debug.php:578, templates/account/partials/site.php:260
1325
+ msgid "License Key"
1326
+ msgstr ""
1327
+
1328
+ #: templates/account.php:521
1329
+ msgid "Join the Beta program"
1330
+ msgstr ""
1331
+
1332
+ #: templates/account.php:527
1333
+ msgid "not verified"
1334
+ msgstr ""
1335
+
1336
+ #: templates/account.php:536, templates/account/partials/addon.php:190
1337
+ msgid "Expired"
1338
+ msgstr ""
1339
+
1340
+ #: templates/account.php:596
1341
+ msgid "Premium version"
1342
+ msgstr ""
1343
+
1344
+ #: templates/account.php:598
1345
+ msgid "Free version"
1346
+ msgstr ""
1347
+
1348
+ #: templates/account.php:610
1349
+ msgid "Verify Email"
1350
+ msgstr ""
1351
+
1352
+ #: templates/account.php:624
1353
+ msgid "Download %s Version"
1354
+ msgstr ""
1355
+
1356
+ #: templates/account.php:640
1357
+ msgid "Download Paid Version"
1358
+ msgstr ""
1359
+
1360
+ #: templates/account.php:658, templates/account.php:921, templates/account/partials/site.php:248, templates/account/partials/site.php:270
1361
+ msgctxt "verb"
1362
+ msgid "Show"
1363
+ msgstr ""
1364
+
1365
+ #: templates/account.php:674
1366
+ msgid "What is your %s?"
1367
+ msgstr ""
1368
+
1369
+ #: templates/account.php:682, templates/account/billing.php:21
1370
+ msgctxt "verb"
1371
+ msgid "Edit"
1372
+ msgstr ""
1373
+
1374
+ #: templates/account.php:687, templates/forms/user-change.php:27
1375
+ msgid "Change User"
1376
+ msgstr ""
1377
+
1378
+ #: templates/account.php:711
1379
+ msgid "Sites"
1380
+ msgstr ""
1381
+
1382
+ #: templates/account.php:724
1383
+ msgid "Search by address"
1384
+ msgstr ""
1385
+
1386
+ #: templates/account.php:733, templates/debug.php:376
1387
+ msgid "Address"
1388
+ msgstr ""
1389
+
1390
+ #: templates/account.php:734
1391
+ msgid "License"
1392
+ msgstr ""
1393
+
1394
+ #: templates/account.php:735
1395
+ msgid "Plan"
1396
+ msgstr ""
1397
+
1398
+ #: templates/account.php:786
1399
+ msgctxt "as software license"
1400
+ msgid "License"
1401
+ msgstr ""
1402
+
1403
+ #: templates/account.php:915
1404
+ msgctxt "verb"
1405
+ msgid "Hide"
1406
+ msgstr ""
1407
+
1408
+ #: templates/account.php:937, templates/forms/data-debug-mode.php:31, templates/forms/deactivation/form.php:358, templates/forms/deactivation/form.php:389
1409
+ msgid "Processing"
1410
+ msgstr ""
1411
+
1412
+ #: templates/account.php:940
1413
+ msgid "Get updates for bleeding edge Beta versions of %s."
1414
+ msgstr ""
1415
+
1416
+ #: templates/account.php:998
1417
+ msgid "Cancelling %s"
1418
+ msgstr ""
1419
+
1420
+ #: templates/account.php:998, templates/account.php:1015, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:178
1421
+ msgid "trial"
1422
+ msgstr ""
1423
+
1424
+ #: templates/account.php:1013, templates/forms/deactivation/form.php:195
1425
+ msgid "Cancelling %s..."
1426
+ msgstr ""
1427
+
1428
+ #: templates/account.php:1016, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:179
1429
+ msgid "subscription"
1430
+ msgstr ""
1431
+
1432
+ #: templates/account.php:1030
1433
+ msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1434
+ msgstr ""
1435
+
1436
+ #: templates/account.php:1104
1437
+ msgid "Disabling white-label mode"
1438
+ msgstr ""
1439
+
1440
+ #: templates/account.php:1105
1441
+ msgid "Enabling white-label mode"
1442
+ msgstr ""
1443
+
1444
+ #: templates/add-ons.php:38
1445
+ msgid "View details"
1446
+ msgstr ""
1447
+
1448
+ #: templates/add-ons.php:48
1449
+ msgid "Add Ons for %s"
1450
+ msgstr ""
1451
+
1452
+ #: templates/add-ons.php:58
1453
+ msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1454
+ msgstr ""
1455
+
1456
+ #: templates/add-ons.php:229
1457
+ msgctxt "active add-on"
1458
+ msgid "Active"
1459
+ msgstr ""
1460
+
1461
+ #: templates/add-ons.php:230
1462
+ msgctxt "installed add-on"
1463
+ msgid "Installed"
1464
+ msgstr ""
1465
+
1466
+ #: templates/admin-notice.php:13, templates/forms/license-activation.php:250, templates/forms/resend-key.php:77
1467
+ msgctxt "as close a window"
1468
+ msgid "Dismiss"
1469
+ msgstr ""
1470
+
1471
+ #: templates/auto-installation.php:45
1472
+ msgid "%s sec"
1473
+ msgstr ""
1474
+
1475
+ #: templates/auto-installation.php:83
1476
+ msgid "Automatic Installation"
1477
+ msgstr ""
1478
+
1479
+ #: templates/auto-installation.php:93
1480
+ msgid "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
1481
+ msgstr ""
1482
+
1483
+ #: templates/auto-installation.php:104
1484
+ msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1485
+ msgstr ""
1486
+
1487
+ #: templates/auto-installation.php:109
1488
+ msgid "Cancel Installation"
1489
+ msgstr ""
1490
+
1491
+ #: templates/checkout.php:180
1492
+ msgid "Checkout"
1493
+ msgstr ""
1494
+
1495
+ #: templates/checkout.php:180
1496
+ msgid "PCI compliant"
1497
+ msgstr ""
1498
+
1499
+ #. translators: %s: name (e.g. Hey John,)
1500
+ #: templates/connect.php:121
1501
+ msgctxt "greeting"
1502
+ msgid "Hey %s,"
1503
+ msgstr ""
1504
+
1505
+ #: templates/connect.php:171
1506
+ msgid "Allow & Continue"
1507
+ msgstr ""
1508
+
1509
+ #: templates/connect.php:175
1510
+ msgid "Re-send activation email"
1511
+ msgstr ""
1512
+
1513
+ #: templates/connect.php:179
1514
+ msgid "Thanks %s!"
1515
+ msgstr ""
1516
+
1517
+ #: templates/connect.php:189, templates/forms/license-activation.php:46
1518
+ msgid "Agree & Activate License"
1519
+ msgstr ""
1520
+
1521
+ #: templates/connect.php:193
1522
+ msgid "Welcome to %s! To get started, please enter your license key:"
1523
+ msgstr ""
1524
+
1525
+ #: templates/connect.php:200
1526
+ msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1527
+ msgstr ""
1528
+
1529
+ #: templates/connect.php:201
1530
+ msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1531
+ msgstr ""
1532
+
1533
+ #: templates/connect.php:207
1534
+ msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1535
+ msgstr ""
1536
+
1537
+ #: templates/connect.php:208
1538
+ msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1539
+ msgstr ""
1540
+
1541
+ #: templates/connect.php:237
1542
+ msgid "We're excited to introduce the Freemius network-level integration."
1543
+ msgstr ""
1544
+
1545
+ #: templates/connect.php:240
1546
+ msgid "During the update process we detected %d site(s) that are still pending license activation."
1547
+ msgstr ""
1548
+
1549
+ #: templates/connect.php:242
1550
+ msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1551
+ msgstr ""
1552
+
1553
+ #: templates/connect.php:244
1554
+ msgid "%s's paid features"
1555
+ msgstr ""
1556
+
1557
+ #: templates/connect.php:249
1558
+ msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1559
+ msgstr ""
1560
+
1561
+ #: templates/connect.php:251
1562
+ msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1563
+ msgstr ""
1564
+
1565
+ #: templates/connect.php:260, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
1566
+ msgid "License key"
1567
+ msgstr ""
1568
+
1569
+ #: templates/connect.php:263, templates/forms/license-activation.php:22
1570
+ msgid "Can't find your license key?"
1571
+ msgstr ""
1572
+
1573
+ #: templates/connect.php:322, templates/connect.php:709, templates/forms/deactivation/retry-skip.php:20
1574
+ msgctxt "verb"
1575
+ msgid "Skip"
1576
+ msgstr ""
1577
+
1578
+ #: templates/connect.php:325
1579
+ msgid "Delegate to Site Admins"
1580
+ msgstr ""
1581
+
1582
+ #: templates/connect.php:325
1583
+ msgid "If you click it, this decision will be delegated to the sites administrators."
1584
+ msgstr ""
1585
+
1586
+ #: templates/connect.php:350
1587
+ msgid "License issues?"
1588
+ msgstr ""
1589
+
1590
+ #: templates/connect.php:366
1591
+ msgid "Your Profile Overview"
1592
+ msgstr ""
1593
+
1594
+ #: templates/connect.php:367
1595
+ msgid "Name and email address"
1596
+ msgstr ""
1597
+
1598
+ #: templates/connect.php:374
1599
+ msgid "So you can manage and control your license remotely from the User Dashboard."
1600
+ msgstr ""
1601
+
1602
+ #: templates/connect.php:375
1603
+ msgid "Your Site Overview"
1604
+ msgstr ""
1605
+
1606
+ #: templates/connect.php:376
1607
+ msgid "Site URL, WP version, PHP info"
1608
+ msgstr ""
1609
+
1610
+ #: templates/connect.php:383
1611
+ msgid "Admin Notices"
1612
+ msgstr ""
1613
+
1614
+ #: templates/connect.php:384, templates/connect.php:402
1615
+ msgid "Updates, announcements, marketing, no spam"
1616
+ msgstr ""
1617
+
1618
+ #: templates/connect.php:391
1619
+ msgid "So you can reuse the license when the %s is no longer active."
1620
+ msgstr ""
1621
+
1622
+ #: templates/connect.php:392
1623
+ msgid "Current %s Status"
1624
+ msgstr ""
1625
+
1626
+ #: templates/connect.php:393
1627
+ msgid "Active, deactivated, or uninstalled"
1628
+ msgstr ""
1629
+
1630
+ #: templates/connect.php:401
1631
+ msgid "Newsletter"
1632
+ msgstr ""
1633
+
1634
+ #: templates/connect.php:409
1635
+ msgid "Plugins & Themes"
1636
+ msgstr ""
1637
+
1638
+ #: templates/connect.php:409
1639
+ msgid "optional"
1640
+ msgstr ""
1641
+
1642
+ #: templates/connect.php:410
1643
+ msgid "To help us troubleshoot any potential issues that may arise from other plugin or theme conflicts."
1644
+ msgstr ""
1645
+
1646
+ #: templates/connect.php:411
1647
+ msgid "Title, slug, version, and is active"
1648
+ msgstr ""
1649
+
1650
+ #: templates/connect.php:428
1651
+ msgid "The %1$s will periodically send %2$s to %3$s for security & feature updates delivery, and license management."
1652
+ msgstr ""
1653
+
1654
+ #: templates/connect.php:430
1655
+ msgid "diagnostic data"
1656
+ msgstr ""
1657
+
1658
+ #: templates/connect.php:431
1659
+ msgid "Freemius is our licensing and software updates engine"
1660
+ msgstr ""
1661
+
1662
+ #: templates/connect.php:434
1663
+ msgid "What permissions are being granted?"
1664
+ msgstr ""
1665
+
1666
+ #: templates/connect.php:461
1667
+ msgid "Don't have a license key?"
1668
+ msgstr ""
1669
+
1670
+ #: templates/connect.php:464
1671
+ msgid "Have a license key?"
1672
+ msgstr ""
1673
+
1674
+ #: templates/connect.php:472
1675
+ msgid "Privacy Policy"
1676
+ msgstr ""
1677
+
1678
+ #: templates/connect.php:474
1679
+ msgid "License Agreement"
1680
+ msgstr ""
1681
+
1682
+ #: templates/connect.php:474
1683
+ msgid "Terms of Service"
1684
+ msgstr ""
1685
+
1686
+ #: templates/connect.php:875
1687
+ msgctxt "as in the process of sending an email"
1688
+ msgid "Sending email"
1689
+ msgstr ""
1690
+
1691
+ #: templates/connect.php:876
1692
+ msgctxt "as activating plugin"
1693
+ msgid "Activating"
1694
+ msgstr ""
1695
+
1696
+ #: templates/contact.php:78
1697
+ msgid "Contact"
1698
+ msgstr ""
1699
+
1700
+ #: templates/debug.php:17
1701
+ msgctxt "as turned off"
1702
+ msgid "Off"
1703
+ msgstr ""
1704
+
1705
+ #: templates/debug.php:18
1706
+ msgctxt "as turned on"
1707
+ msgid "On"
1708
+ msgstr ""
1709
+
1710
+ #: templates/debug.php:20
1711
+ msgid "SDK"
1712
+ msgstr ""
1713
+
1714
+ #: templates/debug.php:24
1715
+ msgctxt "as code debugging"
1716
+ msgid "Debugging"
1717
+ msgstr ""
1718
+
1719
+ #: templates/debug.php:52, templates/debug.php:258, templates/debug.php:384, templates/debug.php:527
1720
+ msgid "Actions"
1721
+ msgstr ""
1722
+
1723
+ #: templates/debug.php:62
1724
+ msgid "Are you sure you want to delete all Freemius data?"
1725
+ msgstr ""
1726
+
1727
+ #: templates/debug.php:62
1728
+ msgid "Delete All Accounts"
1729
+ msgstr ""
1730
+
1731
+ #: templates/debug.php:69
1732
+ msgid "Clear API Cache"
1733
+ msgstr ""
1734
+
1735
+ #: templates/debug.php:77
1736
+ msgid "Clear Updates Transients"
1737
+ msgstr ""
1738
+
1739
+ #: templates/debug.php:86
1740
+ msgid "Reset Deactivation Snoozing"
1741
+ msgstr ""
1742
+
1743
+ #: templates/debug.php:94
1744
+ msgid "Sync Data From Server"
1745
+ msgstr ""
1746
+
1747
+ #: templates/debug.php:103
1748
+ msgid "Migrate Options to Network"
1749
+ msgstr ""
1750
+
1751
+ #: templates/debug.php:108
1752
+ msgid "Load DB Option"
1753
+ msgstr ""
1754
+
1755
+ #: templates/debug.php:111
1756
+ msgid "Set DB Option"
1757
+ msgstr ""
1758
+
1759
+ #: templates/debug.php:190
1760
+ msgid "Key"
1761
+ msgstr ""
1762
+
1763
+ #: templates/debug.php:191
1764
+ msgid "Value"
1765
+ msgstr ""
1766
+
1767
+ #: templates/debug.php:207
1768
+ msgctxt "as software development kit versions"
1769
+ msgid "SDK Versions"
1770
+ msgstr ""
1771
+
1772
+ #: templates/debug.php:212
1773
+ msgid "SDK Path"
1774
+ msgstr ""
1775
+
1776
+ #: templates/debug.php:213, templates/debug.php:252
1777
+ msgid "Module Path"
1778
+ msgstr ""
1779
+
1780
+ #: templates/debug.php:214
1781
+ msgid "Is Active"
1782
+ msgstr ""
1783
+
1784
+ #: templates/debug.php:242, templates/debug/plugins-themes-sync.php:35
1785
+ msgid "Plugins"
1786
+ msgstr ""
1787
+
1788
+ #: templates/debug.php:242, templates/debug/plugins-themes-sync.php:56
1789
+ msgid "Themes"
1790
+ msgstr ""
1791
+
1792
+ #: templates/debug.php:247, templates/debug.php:378, templates/debug.php:464, templates/debug/scheduled-crons.php:80
1793
+ msgid "Slug"
1794
+ msgstr ""
1795
+
1796
+ #: templates/debug.php:249, templates/debug.php:463
1797
+ msgid "Title"
1798
+ msgstr ""
1799
+
1800
+ #: templates/debug.php:250
1801
+ msgctxt "as application program interface"
1802
+ msgid "API"
1803
+ msgstr ""
1804
+
1805
+ #: templates/debug.php:251
1806
+ msgid "Freemius State"
1807
+ msgstr ""
1808
+
1809
+ #: templates/debug.php:255
1810
+ msgid "Network Blog"
1811
+ msgstr ""
1812
+
1813
+ #: templates/debug.php:256
1814
+ msgid "Network User"
1815
+ msgstr ""
1816
+
1817
+ #: templates/debug.php:293
1818
+ msgctxt "as connection was successful"
1819
+ msgid "Connected"
1820
+ msgstr ""
1821
+
1822
+ #: templates/debug.php:294
1823
+ msgctxt "as connection blocked"
1824
+ msgid "Blocked"
1825
+ msgstr ""
1826
+
1827
+ #: templates/debug.php:330
1828
+ msgid "Simulate Trial Promotion"
1829
+ msgstr ""
1830
+
1831
+ #: templates/debug.php:342
1832
+ msgid "Simulate Network Upgrade"
1833
+ msgstr ""
1834
+
1835
+ #: templates/debug.php:367
1836
+ msgid "%s Installs"
1837
+ msgstr ""
1838
+
1839
+ #: templates/debug.php:369
1840
+ msgctxt "like websites"
1841
+ msgid "Sites"
1842
+ msgstr ""
1843
+
1844
+ #: templates/debug.php:375, templates/account/partials/site.php:156
1845
+ msgid "Blog ID"
1846
+ msgstr ""
1847
+
1848
+ #: templates/debug.php:380
1849
+ msgid "License ID"
1850
+ msgstr ""
1851
+
1852
+ #: templates/debug.php:444, templates/debug.php:550, templates/account/partials/addon.php:435
1853
+ msgctxt "verb"
1854
+ msgid "Delete"
1855
+ msgstr ""
1856
+
1857
+ #: templates/debug.php:458
1858
+ msgid "Add Ons of module %s"
1859
+ msgstr ""
1860
+
1861
+ #: templates/debug.php:517
1862
+ msgid "Users"
1863
+ msgstr ""
1864
+
1865
+ #: templates/debug.php:524
1866
+ msgid "Verified"
1867
+ msgstr ""
1868
+
1869
+ #: templates/debug.php:566
1870
+ msgid "%s Licenses"
1871
+ msgstr ""
1872
+
1873
+ #: templates/debug.php:571
1874
+ msgid "Plugin ID"
1875
+ msgstr ""
1876
+
1877
+ #: templates/debug.php:573
1878
+ msgid "Plan ID"
1879
+ msgstr ""
1880
+
1881
+ #: templates/debug.php:574
1882
+ msgid "Quota"
1883
+ msgstr ""
1884
+
1885
+ #: templates/debug.php:575
1886
+ msgid "Activated"
1887
+ msgstr ""
1888
+
1889
+ #: templates/debug.php:576
1890
+ msgid "Blocking"
1891
+ msgstr ""
1892
+
1893
+ #: templates/debug.php:577, templates/debug.php:648, templates/debug/logger.php:22
1894
+ msgid "Type"
1895
+ msgstr ""
1896
+
1897
+ #: templates/debug.php:579
1898
+ msgctxt "as expiration date"
1899
+ msgid "Expiration"
1900
+ msgstr ""
1901
+
1902
+ #: templates/debug.php:607
1903
+ msgid "Debug Log"
1904
+ msgstr ""
1905
+
1906
+ #: templates/debug.php:611
1907
+ msgid "All Types"
1908
+ msgstr ""
1909
+
1910
+ #: templates/debug.php:618
1911
+ msgid "All Requests"
1912
+ msgstr ""
1913
+
1914
+ #: templates/debug.php:623, templates/debug.php:652, templates/debug/logger.php:25
1915
+ msgid "File"
1916
+ msgstr ""
1917
+
1918
+ #: templates/debug.php:624, templates/debug.php:650, templates/debug/logger.php:23
1919
+ msgid "Function"
1920
+ msgstr ""
1921
+
1922
+ #: templates/debug.php:625
1923
+ msgid "Process ID"
1924
+ msgstr ""
1925
+
1926
+ #: templates/debug.php:626
1927
+ msgid "Logger"
1928
+ msgstr ""
1929
+
1930
+ #: templates/debug.php:627, templates/debug.php:651, templates/debug/logger.php:24
1931
+ msgid "Message"
1932
+ msgstr ""
1933
+
1934
+ #: templates/debug.php:629
1935
+ msgid "Filter"
1936
+ msgstr ""
1937
+
1938
+ #: templates/debug.php:637
1939
+ msgid "Download"
1940
+ msgstr ""
1941
+
1942
+ #: templates/debug.php:653, templates/debug/logger.php:26
1943
+ msgid "Timestamp"
1944
+ msgstr ""
1945
+
1946
+ #: templates/secure-https-header.php:28
1947
+ msgid "Secure HTTPS %s page, running from an external domain"
1948
+ msgstr ""
1949
+
1950
+ #: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
1951
+ msgid "Support"
1952
+ msgstr ""
1953
+
1954
+ #: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
1955
+ msgctxt "milliseconds"
1956
+ msgid "ms"
1957
+ msgstr ""
1958
+
1959
+ #: includes/debug/debug-bar-start.php:41
1960
+ msgid "Freemius API"
1961
+ msgstr ""
1962
+
1963
+ #: includes/debug/debug-bar-start.php:42
1964
+ msgid "Requests"
1965
+ msgstr ""
1966
+
1967
+ #: includes/managers/class-fs-clone-manager.php:703
1968
+ msgid "Invalid clone resolution action."
1969
+ msgstr ""
1970
+
1971
+ #: includes/managers/class-fs-clone-manager.php:851
1972
+ msgid "products"
1973
+ msgstr ""
1974
+
1975
+ #: includes/managers/class-fs-clone-manager.php:1033
1976
+ msgid "%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s."
1977
+ msgstr ""
1978
+
1979
+ #: includes/managers/class-fs-clone-manager.php:1039
1980
+ msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s"
1981
+ msgstr ""
1982
+
1983
+ #: includes/managers/class-fs-clone-manager.php:1040
1984
+ msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s"
1985
+ msgstr ""
1986
+
1987
+ #: includes/managers/class-fs-clone-manager.php:1066
1988
+ msgid "the above-mentioned sites"
1989
+ msgstr ""
1990
+
1991
+ #: includes/managers/class-fs-clone-manager.php:1079
1992
+ msgid "Is %2$s a duplicate of %4$s?"
1993
+ msgstr ""
1994
+
1995
+ #: includes/managers/class-fs-clone-manager.php:1080
1996
+ msgid "Yes, %2$s is a duplicate of %4$s for the purpose of testing, staging, or development."
1997
+ msgstr ""
1998
+
1999
+ #: includes/managers/class-fs-clone-manager.php:1085
2000
+ msgid "Long-Term Duplicate"
2001
+ msgstr ""
2002
+
2003
+ #: includes/managers/class-fs-clone-manager.php:1090
2004
+ msgid "Duplicate Website"
2005
+ msgstr ""
2006
+
2007
+ #: includes/managers/class-fs-clone-manager.php:1096
2008
+ msgid "Is %2$s the new home of %4$s?"
2009
+ msgstr ""
2010
+
2011
+ #: includes/managers/class-fs-clone-manager.php:1098
2012
+ msgid "Yes, %%2$s is replacing %%4$s. I would like to migrate my %s from %%4$s to %%2$s."
2013
+ msgstr ""
2014
+
2015
+ #: includes/managers/class-fs-clone-manager.php:1099, templates/forms/subscription-cancellation.php:52
2016
+ msgid "license"
2017
+ msgstr ""
2018
+
2019
+ #: includes/managers/class-fs-clone-manager.php:1099
2020
+ msgid "data"
2021
+ msgstr ""
2022
+
2023
+ #: includes/managers/class-fs-clone-manager.php:1105
2024
+ msgid "Migrate License"
2025
+ msgstr ""
2026
+
2027
+ #: includes/managers/class-fs-clone-manager.php:1106
2028
+ msgid "Migrate"
2029
+ msgstr ""
2030
+
2031
+ #: includes/managers/class-fs-clone-manager.php:1112
2032
+ msgid "Is %2$s a new website?"
2033
+ msgstr ""
2034
+
2035
+ #: includes/managers/class-fs-clone-manager.php:1113
2036
+ msgid "Yes, %2$s is a new and different website that is separate from %4$s."
2037
+ msgstr ""
2038
+
2039
+ #: includes/managers/class-fs-clone-manager.php:1115
2040
+ msgid "It requires license activation."
2041
+ msgstr ""
2042
+
2043
+ #: includes/managers/class-fs-clone-manager.php:1122
2044
+ msgid "New Website"
2045
+ msgstr ""
2046
+
2047
+ #: includes/managers/class-fs-clone-manager.php:1145
2048
+ msgctxt "Clone resolution admin notice products list label"
2049
+ msgid "Products"
2050
+ msgstr ""
2051
+
2052
+ #: includes/managers/class-fs-clone-manager.php:1230
2053
+ msgid "You marked this website, %s, as a temporary duplicate of %s."
2054
+ msgstr ""
2055
+
2056
+ #: includes/managers/class-fs-clone-manager.php:1231
2057
+ msgid "You marked this website, %s, as a temporary duplicate of these sites"
2058
+ msgstr ""
2059
+
2060
+ #: includes/managers/class-fs-clone-manager.php:1245
2061
+ msgid "%s automatic security & feature updates and paid functionality will keep working without interruptions until %s (or when your license expires, whatever comes first)."
2062
+ msgstr ""
2063
+
2064
+ #: includes/managers/class-fs-clone-manager.php:1248
2065
+ msgctxt "\"The <product_label>\", e.g.: \"The plugin\""
2066
+ msgid "The %s's"
2067
+ msgstr ""
2068
+
2069
+ #: includes/managers/class-fs-clone-manager.php:1251
2070
+ msgid "The following products'"
2071
+ msgstr ""
2072
+
2073
+ #: includes/managers/class-fs-clone-manager.php:1259
2074
+ msgid "If this is a long term duplicate, to keep automatic updates and paid functionality after %s, please %s."
2075
+ msgstr ""
2076
+
2077
+ #: includes/managers/class-fs-clone-manager.php:1261
2078
+ msgid "activate a license here"
2079
+ msgstr ""
2080
+
2081
+ #: templates/account/billing.php:22
2082
+ msgctxt "verb"
2083
+ msgid "Update"
2084
+ msgstr ""
2085
+
2086
+ #: templates/account/billing.php:33
2087
+ msgid "Billing"
2088
+ msgstr ""
2089
+
2090
+ #: templates/account/billing.php:38, templates/account/billing.php:38
2091
+ msgid "Business name"
2092
+ msgstr ""
2093
+
2094
+ #: templates/account/billing.php:39, templates/account/billing.php:39
2095
+ msgid "Tax / VAT ID"
2096
+ msgstr ""
2097
+
2098
+ #: templates/account/billing.php:42, templates/account/billing.php:42, templates/account/billing.php:43, templates/account/billing.php:43
2099
+ msgid "Address Line %d"
2100
+ msgstr ""
2101
+
2102
+ #: templates/account/billing.php:46, templates/account/billing.php:46
2103
+ msgid "City"
2104
+ msgstr ""
2105
+
2106
+ #: templates/account/billing.php:46, templates/account/billing.php:46
2107
+ msgid "Town"
2108
+ msgstr ""
2109
+
2110
+ #: templates/account/billing.php:47, templates/account/billing.php:47
2111
+ msgid "ZIP / Postal Code"
2112
+ msgstr ""
2113
+
2114
+ #: templates/account/billing.php:302
2115
+ msgid "Country"
2116
+ msgstr ""
2117
+
2118
+ #: templates/account/billing.php:304
2119
+ msgid "Select Country"
2120
+ msgstr ""
2121
+
2122
+ #: templates/account/billing.php:311, templates/account/billing.php:312
2123
+ msgid "State"
2124
+ msgstr ""
2125
+
2126
+ #: templates/account/billing.php:311, templates/account/billing.php:312
2127
+ msgid "Province"
2128
+ msgstr ""
2129
+
2130
+ #: templates/account/payments.php:29
2131
+ msgid "Payments"
2132
+ msgstr ""
2133
+
2134
+ #: templates/account/payments.php:36
2135
+ msgid "Date"
2136
+ msgstr ""
2137
+
2138
+ #: templates/account/payments.php:37
2139
+ msgid "Amount"
2140
+ msgstr ""
2141
+
2142
+ #: templates/account/payments.php:38, templates/account/payments.php:50
2143
+ msgid "Invoice"
2144
+ msgstr ""
2145
+
2146
+ #: templates/debug/api-calls.php:56
2147
+ msgid "API"
2148
+ msgstr ""
2149
+
2150
+ #: templates/debug/api-calls.php:68
2151
+ msgid "Method"
2152
+ msgstr ""
2153
+
2154
+ #: templates/debug/api-calls.php:69
2155
+ msgid "Code"
2156
+ msgstr ""
2157
+
2158
+ #: templates/debug/api-calls.php:70
2159
+ msgid "Length"
2160
+ msgstr ""
2161
+
2162
+ #: templates/debug/api-calls.php:71
2163
+ msgctxt "as file/folder path"
2164
+ msgid "Path"
2165
+ msgstr ""
2166
+
2167
+ #: templates/debug/api-calls.php:73
2168
+ msgid "Body"
2169
+ msgstr ""
2170
+
2171
+ #: templates/debug/api-calls.php:75
2172
+ msgid "Result"
2173
+ msgstr ""
2174
+
2175
+ #: templates/debug/api-calls.php:76
2176
+ msgid "Start"
2177
+ msgstr ""
2178
+
2179
+ #: templates/debug/api-calls.php:77
2180
+ msgid "End"
2181
+ msgstr ""
2182
+
2183
+ #: templates/debug/logger.php:15
2184
+ msgid "Log"
2185
+ msgstr ""
2186
+
2187
+ #. translators: %s: time period (e.g. In "2 hours")
2188
+ #: templates/debug/plugins-themes-sync.php:18, templates/debug/scheduled-crons.php:91
2189
+ msgid "In %s"
2190
+ msgstr ""
2191
+
2192
+ #. translators: %s: time period (e.g. "2 hours" ago)
2193
+ #: templates/debug/plugins-themes-sync.php:20, templates/debug/scheduled-crons.php:93
2194
+ msgid "%s ago"
2195
+ msgstr ""
2196
+
2197
+ #: templates/debug/plugins-themes-sync.php:21, templates/debug/scheduled-crons.php:74
2198
+ msgctxt "seconds"
2199
+ msgid "sec"
2200
+ msgstr ""
2201
+
2202
+ #: templates/debug/plugins-themes-sync.php:23
2203
+ msgid "Plugins & Themes Sync"
2204
+ msgstr ""
2205
+
2206
+ #: templates/debug/plugins-themes-sync.php:28
2207
+ msgid "Total"
2208
+ msgstr ""
2209
+
2210
+ #: templates/debug/plugins-themes-sync.php:29, templates/debug/scheduled-crons.php:84
2211
+ msgid "Last"
2212
+ msgstr ""
2213
+
2214
+ #: templates/debug/scheduled-crons.php:76
2215
+ msgid "Scheduled Crons"
2216
+ msgstr ""
2217
+
2218
+ #: templates/debug/scheduled-crons.php:81
2219
+ msgid "Module"
2220
+ msgstr ""
2221
+
2222
+ #: templates/debug/scheduled-crons.php:82
2223
+ msgid "Module Type"
2224
+ msgstr ""
2225
+
2226
+ #: templates/debug/scheduled-crons.php:83
2227
+ msgid "Cron Type"
2228
+ msgstr ""
2229
+
2230
+ #: templates/debug/scheduled-crons.php:85
2231
+ msgid "Next"
2232
+ msgstr ""
2233
+
2234
+ #: templates/forms/affiliation.php:82
2235
+ msgid "Non-expiring"
2236
+ msgstr ""
2237
+
2238
+ #: templates/forms/affiliation.php:85
2239
+ msgid "Apply to become an affiliate"
2240
+ msgstr ""
2241
+
2242
+ #: templates/forms/affiliation.php:107
2243
+ msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2244
+ msgstr ""
2245
+
2246
+ #: templates/forms/affiliation.php:122
2247
+ msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
2248
+ msgstr ""
2249
+
2250
+ #: templates/forms/affiliation.php:125
2251
+ msgid "Your affiliation account was temporarily suspended."
2252
+ msgstr ""
2253
+
2254
+ #: templates/forms/affiliation.php:128
2255
+ msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
2256
+ msgstr ""
2257
+
2258
+ #: templates/forms/affiliation.php:131
2259
+ msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2260
+ msgstr ""
2261
+
2262
+ #: templates/forms/affiliation.php:144
2263
+ msgid "Like the %s? Become our ambassador and earn cash ;-)"
2264
+ msgstr ""
2265
+
2266
+ #: templates/forms/affiliation.php:145
2267
+ msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2268
+ msgstr ""
2269
+
2270
+ #: templates/forms/affiliation.php:148
2271
+ msgid "Program Summary"
2272
+ msgstr ""
2273
+
2274
+ #: templates/forms/affiliation.php:150
2275
+ msgid "%s commission when a customer purchases a new license."
2276
+ msgstr ""
2277
+
2278
+ #: templates/forms/affiliation.php:152
2279
+ msgid "Get commission for automated subscription renewals."
2280
+ msgstr ""
2281
+
2282
+ #: templates/forms/affiliation.php:155
2283
+ msgid "%s tracking cookie after the first visit to maximize earnings potential."
2284
+ msgstr ""
2285
+
2286
+ #: templates/forms/affiliation.php:158
2287
+ msgid "Unlimited commissions."
2288
+ msgstr ""
2289
+
2290
+ #: templates/forms/affiliation.php:160
2291
+ msgid "%s minimum payout amount."
2292
+ msgstr ""
2293
+
2294
+ #: templates/forms/affiliation.php:161
2295
+ msgid "Payouts are in USD and processed monthly via PayPal."
2296
+ msgstr ""
2297
+
2298
+ #: templates/forms/affiliation.php:162
2299
+ msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2300
+ msgstr ""
2301
+
2302
+ #: templates/forms/affiliation.php:165
2303
+ msgid "Affiliate"
2304
+ msgstr ""
2305
+
2306
+ #: templates/forms/affiliation.php:168, templates/forms/resend-key.php:23
2307
+ msgid "Email address"
2308
+ msgstr ""
2309
+
2310
+ #: templates/forms/affiliation.php:172
2311
+ msgid "Full name"
2312
+ msgstr ""
2313
+
2314
+ #: templates/forms/affiliation.php:176
2315
+ msgid "PayPal account email address"
2316
+ msgstr ""
2317
+
2318
+ #: templates/forms/affiliation.php:180
2319
+ msgid "Where are you going to promote the %s?"
2320
+ msgstr ""
2321
+
2322
+ #: templates/forms/affiliation.php:182
2323
+ msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2324
+ msgstr ""
2325
+
2326
+ #: templates/forms/affiliation.php:184
2327
+ msgid "Add another domain"
2328
+ msgstr ""
2329
+
2330
+ #: templates/forms/affiliation.php:188
2331
+ msgid "Extra Domains"
2332
+ msgstr ""
2333
+
2334
+ #: templates/forms/affiliation.php:189
2335
+ msgid "Extra domains where you will be marketing the product from."
2336
+ msgstr ""
2337
+
2338
+ #: templates/forms/affiliation.php:199
2339
+ msgid "Promotion methods"
2340
+ msgstr ""
2341
+
2342
+ #: templates/forms/affiliation.php:202
2343
+ msgid "Social media (Facebook, Twitter, etc.)"
2344
+ msgstr ""
2345
+
2346
+ #: templates/forms/affiliation.php:206
2347
+ msgid "Mobile apps"
2348
+ msgstr ""
2349
+
2350
+ #: templates/forms/affiliation.php:210
2351
+ msgid "Website, email, and social media statistics (optional)"
2352
+ msgstr ""
2353
+
2354
+ #: templates/forms/affiliation.php:213
2355
+ msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
2356
+ msgstr ""
2357
+
2358
+ #: templates/forms/affiliation.php:217
2359
+ msgid "How will you promote us?"
2360
+ msgstr ""
2361
+
2362
+ #: templates/forms/affiliation.php:220
2363
+ msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2364
+ msgstr ""
2365
+
2366
+ #: templates/forms/affiliation.php:232, templates/forms/resend-key.php:22
2367
+ msgid "Cancel"
2368
+ msgstr ""
2369
+
2370
+ #: templates/forms/affiliation.php:234
2371
+ msgid "Become an affiliate"
2372
+ msgstr ""
2373
+
2374
+ #: templates/forms/data-debug-mode.php:25
2375
+ msgid "Please enter the license key to enable the debug mode:"
2376
+ msgstr ""
2377
+
2378
+ #: templates/forms/data-debug-mode.php:27
2379
+ msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2380
+ msgstr ""
2381
+
2382
+ #: templates/forms/data-debug-mode.php:32
2383
+ msgid "Submit"
2384
+ msgstr ""
2385
+
2386
+ #: templates/forms/data-debug-mode.php:36
2387
+ msgid "User key"
2388
+ msgstr ""
2389
+
2390
+ #: templates/forms/email-address-update.php:32
2391
+ msgid "Email address update"
2392
+ msgstr ""
2393
+
2394
+ #: templates/forms/email-address-update.php:33, templates/forms/user-change.php:81
2395
+ msgctxt "close window"
2396
+ msgid "Dismiss"
2397
+ msgstr ""
2398
+
2399
+ #: templates/forms/email-address-update.php:38
2400
+ msgid "Enter the new email address"
2401
+ msgstr ""
2402
+
2403
+ #: templates/forms/email-address-update.php:42
2404
+ msgid "Are both %s and %s your email addresses?"
2405
+ msgstr ""
2406
+
2407
+ #: templates/forms/email-address-update.php:50
2408
+ msgid "Yes - both addresses are mine"
2409
+ msgstr ""
2410
+
2411
+ #: templates/forms/email-address-update.php:57
2412
+ msgid "%s is my client's email address"
2413
+ msgstr ""
2414
+
2415
+ #: templates/forms/email-address-update.php:66
2416
+ msgid "%s is my email address"
2417
+ msgstr ""
2418
+
2419
+ #: templates/forms/email-address-update.php:75
2420
+ msgid "Would you like to merge %s into %s?"
2421
+ msgstr ""
2422
+
2423
+ #: templates/forms/email-address-update.php:84
2424
+ msgid "Yes - move all my data and assets from %s to %s"
2425
+ msgstr ""
2426
+
2427
+ #: templates/forms/email-address-update.php:94
2428
+ msgid "No - only move this site's data to %s"
2429
+ msgstr ""
2430
+
2431
+ #: templates/forms/email-address-update.php:292, templates/forms/email-address-update.php:298
2432
+ msgid "Update"
2433
+ msgstr ""
2434
+
2435
+ #: templates/forms/license-activation.php:23
2436
+ msgid "Please enter the license key that you received in the email right after the purchase:"
2437
+ msgstr ""
2438
+
2439
+ #: templates/forms/license-activation.php:28
2440
+ msgid "Update License"
2441
+ msgstr ""
2442
+
2443
+ #: templates/forms/license-activation.php:41
2444
+ msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
2445
+ msgstr ""
2446
+
2447
+ #: templates/forms/license-activation.php:211
2448
+ msgid "Associate with the license owner's account."
2449
+ msgstr ""
2450
+
2451
+ #: templates/forms/optout.php:30
2452
+ msgctxt "verb"
2453
+ msgid "Opt Out"
2454
+ msgstr ""
2455
+
2456
+ #: templates/forms/optout.php:31
2457
+ msgctxt "verb"
2458
+ msgid "Opt In"
2459
+ msgstr ""
2460
+
2461
+ #: templates/forms/optout.php:34
2462
+ msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2463
+ msgstr ""
2464
+
2465
+ #: templates/forms/optout.php:36
2466
+ msgid "Warning: Opting out will block automatic updates"
2467
+ msgstr ""
2468
+
2469
+ #: templates/forms/optout.php:37
2470
+ msgid "Ongoing connectivity with the licensing engine is essential for receiving automatic security & feature updates of the paid product. To receive these updates, data like your license key, %1$s version, and WordPress version, is periodically sent to the server to check for updates. By opting out, you understand that your site won't receive automatic updates for %2$s from within the WP Admin Dashboard. This can put your site at risk, and we highly recommend to keep this connection active. If you do choose to opt-out, you'll need to check for %1$s updates and install them manually."
2471
+ msgstr ""
2472
+
2473
+ #: templates/forms/optout.php:39
2474
+ msgid "I'd like to keep automatic updates"
2475
+ msgstr ""
2476
+
2477
+ #: templates/forms/optout.php:44
2478
+ msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
2479
+ msgstr ""
2480
+
2481
+ #: templates/forms/optout.php:45
2482
+ msgid "On second thought - I want to continue helping"
2483
+ msgstr ""
2484
+
2485
+ #: templates/forms/optout.php:49
2486
+ msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2487
+ msgstr ""
2488
+
2489
+ #: templates/forms/optout.php:74
2490
+ msgid "Plugins & themes tracking"
2491
+ msgstr ""
2492
+
2493
+ #: templates/forms/optout.php:261
2494
+ msgid "Saved"
2495
+ msgstr ""
2496
+
2497
+ #: templates/forms/premium-versions-upgrade-handler.php:40
2498
+ msgid "There is a new version of %s available."
2499
+ msgstr ""
2500
+
2501
+ #: templates/forms/premium-versions-upgrade-handler.php:41
2502
+ msgid " %s to access version %s security & feature updates, and support."
2503
+ msgstr ""
2504
+
2505
+ #: templates/forms/premium-versions-upgrade-handler.php:54
2506
+ msgid "New Version Available"
2507
+ msgstr ""
2508
+
2509
+ #: templates/forms/premium-versions-upgrade-handler.php:75
2510
+ msgctxt "close a window"
2511
+ msgid "Dismiss"
2512
+ msgstr ""
2513
+
2514
+ #: templates/forms/resend-key.php:21
2515
+ msgid "Send License Key"
2516
+ msgstr ""
2517
+
2518
+ #: templates/forms/resend-key.php:57
2519
+ msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2520
+ msgstr ""
2521
+
2522
+ #: templates/forms/subscription-cancellation.php:37
2523
+ msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2524
+ msgstr ""
2525
+
2526
+ #: templates/forms/subscription-cancellation.php:47
2527
+ msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2528
+ msgstr ""
2529
+
2530
+ #: templates/forms/subscription-cancellation.php:57
2531
+ msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2532
+ msgstr ""
2533
+
2534
+ #: templates/forms/subscription-cancellation.php:68
2535
+ msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2536
+ msgstr ""
2537
+
2538
+ #: templates/forms/subscription-cancellation.php:103
2539
+ msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2540
+ msgstr ""
2541
+
2542
+ #: templates/forms/subscription-cancellation.php:136
2543
+ msgid "Cancel %s?"
2544
+ msgstr ""
2545
+
2546
+ #: templates/forms/subscription-cancellation.php:143
2547
+ msgid "Proceed"
2548
+ msgstr ""
2549
+
2550
+ #: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:216
2551
+ msgid "Cancel %s & Proceed"
2552
+ msgstr ""
2553
+
2554
+ #: templates/forms/trial-start.php:22
2555
+ msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2556
+ msgstr ""
2557
+
2558
+ #: templates/forms/trial-start.php:28
2559
+ msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
2560
+ msgstr ""
2561
+
2562
+ #: templates/forms/user-change.php:26
2563
+ msgid "By changing the user, you agree to transfer the account ownership to:"
2564
+ msgstr ""
2565
+
2566
+ #: templates/forms/user-change.php:28
2567
+ msgid "I Agree - Change User"
2568
+ msgstr ""
2569
+
2570
+ #: templates/forms/user-change.php:30
2571
+ msgid "Enter email address"
2572
+ msgstr ""
2573
+
2574
+ #: templates/js/style-premium-theme.php:39
2575
+ msgid "Premium"
2576
+ msgstr ""
2577
+
2578
+ #: templates/js/style-premium-theme.php:42
2579
+ msgid "Beta"
2580
+ msgstr ""
2581
+
2582
+ #: templates/partials/network-activation.php:27
2583
+ msgid "Activate license on all sites in the network."
2584
+ msgstr ""
2585
+
2586
+ #: templates/partials/network-activation.php:28
2587
+ msgid "Apply on all sites in the network."
2588
+ msgstr ""
2589
+
2590
+ #: templates/partials/network-activation.php:31
2591
+ msgid "Activate license on all pending sites."
2592
+ msgstr ""
2593
+
2594
+ #: templates/partials/network-activation.php:32
2595
+ msgid "Apply on all pending sites."
2596
+ msgstr ""
2597
+
2598
+ #: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
2599
+ msgid "allow"
2600
+ msgstr ""
2601
+
2602
+ #: templates/partials/network-activation.php:43, templates/partials/network-activation.php:77
2603
+ msgid "delegate"
2604
+ msgstr ""
2605
+
2606
+ #: templates/partials/network-activation.php:47, templates/partials/network-activation.php:81
2607
+ msgid "skip"
2608
+ msgstr ""
2609
+
2610
+ #: templates/plugin-info/description.php:72, templates/plugin-info/screenshots.php:31
2611
+ msgid "Click to view full-size screenshot %d"
2612
+ msgstr ""
2613
+
2614
+ #: templates/plugin-info/features.php:56
2615
+ msgid "Unlimited Updates"
2616
+ msgstr ""
2617
+
2618
+ #: templates/account/partials/activate-license-button.php:46
2619
+ msgid "Localhost"
2620
+ msgstr ""
2621
+
2622
+ #: templates/account/partials/activate-license-button.php:50
2623
+ msgctxt "as 5 licenses left"
2624
+ msgid "%s left"
2625
+ msgstr ""
2626
+
2627
+ #: templates/account/partials/activate-license-button.php:51
2628
+ msgid "Last license"
2629
+ msgstr ""
2630
+
2631
+ #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
2632
+ #: templates/account/partials/addon.php:29
2633
+ msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2634
+ msgstr ""
2635
+
2636
+ #: templates/account/partials/addon.php:185
2637
+ msgid "Cancelled"
2638
+ msgstr ""
2639
+
2640
+ #: templates/account/partials/addon.php:195
2641
+ msgid "No expiration"
2642
+ msgstr ""
2643
+
2644
+ #: templates/account/partials/site.php:189
2645
+ msgid "Owner Name"
2646
+ msgstr ""
2647
+
2648
+ #: templates/account/partials/site.php:201
2649
+ msgid "Owner Email"
2650
+ msgstr ""
2651
+
2652
+ #: templates/account/partials/site.php:213
2653
+ msgid "Owner ID"
2654
+ msgstr ""
2655
+
2656
+ #: templates/account/partials/site.php:286
2657
+ msgid "Subscription"
2658
+ msgstr ""
2659
+
2660
+ #: templates/forms/deactivation/contact.php:19
2661
+ msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2662
+ msgstr ""
2663
+
2664
+ #: templates/forms/deactivation/contact.php:22
2665
+ msgid "Contact Support"
2666
+ msgstr ""
2667
+
2668
+ #: templates/forms/deactivation/form.php:65
2669
+ msgid "Anonymous feedback"
2670
+ msgstr ""
2671
+
2672
+ #: templates/forms/deactivation/form.php:71
2673
+ msgid "hour"
2674
+ msgstr ""
2675
+
2676
+ #: templates/forms/deactivation/form.php:76
2677
+ msgid "hours"
2678
+ msgstr ""
2679
+
2680
+ #: templates/forms/deactivation/form.php:81, templates/forms/deactivation/form.php:86
2681
+ msgid "days"
2682
+ msgstr ""
2683
+
2684
+ #: templates/forms/deactivation/form.php:106
2685
+ msgid "Deactivate"
2686
+ msgstr ""
2687
+
2688
+ #: templates/forms/deactivation/form.php:108
2689
+ msgid "Activate %s"
2690
+ msgstr ""
2691
+
2692
+ #: templates/forms/deactivation/form.php:111
2693
+ msgid "Submit & %s"
2694
+ msgstr ""
2695
+
2696
+ #: templates/forms/deactivation/form.php:130
2697
+ msgid "Quick Feedback"
2698
+ msgstr ""
2699
+
2700
+ #: templates/forms/deactivation/form.php:134
2701
+ msgid "If you have a moment, please let us know why you are %s"
2702
+ msgstr ""
2703
+
2704
+ #: templates/forms/deactivation/form.php:134
2705
+ msgid "deactivating"
2706
+ msgstr ""
2707
+
2708
+ #: templates/forms/deactivation/form.php:134
2709
+ msgid "switching"
2710
+ msgstr ""
2711
+
2712
+ #: templates/forms/deactivation/form.php:448
2713
+ msgid "Kindly tell us the reason so we can improve."
2714
+ msgstr ""
2715
+
2716
+ #: templates/forms/deactivation/form.php:478
2717
+ msgid "Snooze & %s"
2718
+ msgstr ""
2719
+
2720
+ #: templates/forms/deactivation/form.php:638
2721
+ msgid "Yes - %s"
2722
+ msgstr ""
2723
+
2724
+ #: templates/forms/deactivation/form.php:645
2725
+ msgid "Skip & %s"
2726
+ msgstr ""
2727
+
2728
+ #: templates/forms/deactivation/retry-skip.php:21
2729
+ msgid "Click here to use the plugin anonymously"
2730
+ msgstr ""
2731
+
2732
+ #: templates/forms/deactivation/retry-skip.php:23
2733
+ msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2734
+ msgstr ""
freemius/languages/index.php CHANGED
@@ -1,4 +1,3 @@
1
  <?php
2
  // Silence is golden.
3
- // Hide file structure from users on unprotected servers.
4
-
1
  <?php
2
  // Silence is golden.
3
+ // Hide file structure from users on unprotected servers.
 
freemius/require.php CHANGED
@@ -17,6 +17,7 @@
17
  // require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-abstract-manager.php';
18
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-option-manager.php';
19
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-gdpr-manager.php';
 
20
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-cache-manager.php';
21
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-admin-notice-manager.php';
22
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-admin-menu-manager.php';
17
  // require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-abstract-manager.php';
18
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-option-manager.php';
19
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-gdpr-manager.php';
20
+ require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-clone-manager.php';
21
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-cache-manager.php';
22
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-admin-notice-manager.php';
23
  require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-admin-menu-manager.php';
freemius/start.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @var string
17
  */
18
- $this_sdk_version = '2.4.2';
19
 
20
  #region SDK Selection Logic --------------------------------------------------------------------
21
 
15
  *
16
  * @var string
17
  */
18
+ $this_sdk_version = '2.5.0';
19
 
20
  #region SDK Selection Logic --------------------------------------------------------------------
21
 
freemius/templates/account.php CHANGED
@@ -46,6 +46,7 @@
46
  $site = $fs->get_site();
47
  $name = $user->get_name();
48
  $license = $fs->_get_license();
 
49
  $is_data_debug_mode = $fs->is_data_debug_mode();
50
  $is_whitelabeled = $fs->is_whitelabeled();
51
  $subscription = ( is_object( $license ) ?
@@ -62,6 +63,10 @@
62
  $fs->_add_license_activation_dialog_box();
63
  }
64
 
 
 
 
 
65
  $ids_of_installs_activated_with_foreign_licenses = $fs->should_handle_user_change() ?
66
  $fs->get_installs_ids_with_foreign_licenses() :
67
  array();
@@ -86,12 +91,15 @@
86
  ) );
87
  }
88
 
89
- $payments = $fs->_fetch_payments();
 
 
90
 
91
- $show_billing = ( ! $is_whitelabeled && is_array( $payments ) && 0 < count( $payments ) );
 
92
 
93
 
94
- $has_tabs = $fs->_add_tabs_before_content();
95
 
96
  if ( $has_tabs ) {
97
  $query_params['tabs'] = 'true';
@@ -140,6 +148,7 @@
140
  $install = $fs->get_install_by_blog_id( $site_info['blog_id'] );
141
  $view_params = array(
142
  'freemius' => $fs,
 
143
  'license' => $license,
144
  'site' => $site_info,
145
  'install' => $install,
@@ -366,7 +375,7 @@
366
 
367
  $profile = array();
368
 
369
- if ( ! $is_whitelabeled ) {
370
  $profile[] = array(
371
  'id' => 'user_name',
372
  'title' => fs_text_inline( 'Name', 'name', $slug ),
@@ -645,7 +654,7 @@
645
  <?php endif ?>
646
  <?php
647
  elseif ( in_array( $p['id'], array( 'license_key', 'site_secret_key' ) ) ) : ?>
648
- <?php if ( ! $is_whitelabeled ) : ?>
649
  <button class="button button-small fs-toggle-visibility"><?php fs_esc_html_echo_x_inline( 'Show', 'verb', 'show', $slug ) ?></button>
650
  <?php endif ?>
651
  <?php if ('license_key' === $p['id']) : ?>
@@ -658,6 +667,7 @@
658
  'user_name'
659
  ) ) )
660
  ) : ?>
 
661
  <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST"
662
  onsubmit="var val = prompt('<?php echo esc_attr( sprintf(
663
  /* translators: %s: User's account property (e.g. name, email) */
@@ -668,9 +678,10 @@
668
  <input type="hidden" name="fs_<?php echo $p['id'] ?>_<?php echo $fs->get_unique_affix() ?>"
669
  value="">
670
  <?php wp_nonce_field( 'update_' . $p['id'] ) ?>
671
- <input type="submit" class="button button-small"
672
  value="<?php echo fs_esc_attr_x_inline( 'Edit', 'verb', 'edit', $slug ) ?>">
673
  </form>
 
674
  <?php elseif ( 'user_id' === $p['id'] && ! empty( $ids_of_installs_activated_with_foreign_licenses ) ) : ?>
675
  <input id="fs_change_user" type="submit" class="button button-small"
676
  value="<?php echo fs_esc_attr_inline( 'Change User', 'change-user', $slug ) ?>">
@@ -730,12 +741,30 @@
730
  <div class="fs-table-body">
731
  <table class="widefat">
732
  <?php
 
 
733
  foreach ( $site_view_params as $view_params ) {
734
  fs_require_template(
735
  'account/partials/site.php',
736
  $view_params
737
  );
738
- } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
739
  </table>
740
  </div>
741
  </div>
@@ -839,7 +868,7 @@
839
 
840
  <?php
841
  if ( $show_billing ) {
842
- $view_params = array( 'id' => $VARS['id'] );
843
  fs_require_once_template( 'account/billing.php', $view_params );
844
  fs_require_once_template( 'account/payments.php', $view_params );
845
  }
@@ -1095,4 +1124,4 @@
1095
  'module_slug' => $slug,
1096
  'module_version' => $fs->get_plugin_version(),
1097
  );
1098
- fs_require_template( 'powered-by.php', $params );
46
  $site = $fs->get_site();
47
  $name = $user->get_name();
48
  $license = $fs->_get_license();
49
+ $is_license_foreign = ( is_object( $license ) && $user->id != $license->user_id );
50
  $is_data_debug_mode = $fs->is_data_debug_mode();
51
  $is_whitelabeled = $fs->is_whitelabeled();
52
  $subscription = ( is_object( $license ) ?
63
  $fs->_add_license_activation_dialog_box();
64
  }
65
 
66
+ if ( $fs->should_handle_user_change() ) {
67
+ $fs->_add_email_address_update_dialog_box();
68
+ }
69
+
70
  $ids_of_installs_activated_with_foreign_licenses = $fs->should_handle_user_change() ?
71
  $fs->get_installs_ids_with_foreign_licenses() :
72
  array();
91
  ) );
92
  }
93
 
94
+ $show_billing = ( ! $is_whitelabeled && ! $fs->apply_filters( 'hide_billing_and_payments_info', false ) );
95
+ if ( $show_billing ) {
96
+ $payments = $fs->_fetch_payments();
97
 
98
+ $show_billing = ( is_array( $payments ) && 0 < count( $payments ) );
99
+ }
100
 
101
 
102
+ $has_tabs = $fs->_add_tabs_before_content();
103
 
104
  if ( $has_tabs ) {
105
  $query_params['tabs'] = 'true';
148
  $install = $fs->get_install_by_blog_id( $site_info['blog_id'] );
149
  $view_params = array(
150
  'freemius' => $fs,
151
+ 'user' => $fs->get_user(),
152
  'license' => $license,
153
  'site' => $site_info,
154
  'install' => $install,
375
 
376
  $profile = array();
377
 
378
+ if ( ! $is_whitelabeled ) {
379
  $profile[] = array(
380
  'id' => 'user_name',
381
  'title' => fs_text_inline( 'Name', 'name', $slug ),
654
  <?php endif ?>
655
  <?php
656
  elseif ( in_array( $p['id'], array( 'license_key', 'site_secret_key' ) ) ) : ?>
657
+ <?php if ( ! $is_whitelabeled && ( 'site_secret_key' === $p['id'] || ! $is_license_foreign ) ) : ?>
658
  <button class="button button-small fs-toggle-visibility"><?php fs_esc_html_echo_x_inline( 'Show', 'verb', 'show', $slug ) ?></button>
659
  <?php endif ?>
660
  <?php if ('license_key' === $p['id']) : ?>
667
  'user_name'
668
  ) ) )
669
  ) : ?>
670
+ <?php if ( 'email' !== $p['id'] || ! fs_is_network_admin() ) : ?>
671
  <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST"
672
  onsubmit="var val = prompt('<?php echo esc_attr( sprintf(
673
  /* translators: %s: User's account property (e.g. name, email) */
678
  <input type="hidden" name="fs_<?php echo $p['id'] ?>_<?php echo $fs->get_unique_affix() ?>"
679
  value="">
680
  <?php wp_nonce_field( 'update_' . $p['id'] ) ?>
681
+ <input type="submit" class="button button-small <?php if ( 'email' === $p['id'] ) echo 'button-edit-email-address' ?>"
682
  value="<?php echo fs_esc_attr_x_inline( 'Edit', 'verb', 'edit', $slug ) ?>">
683
  </form>
684
+ <?php endif ?>
685
  <?php elseif ( 'user_id' === $p['id'] && ! empty( $ids_of_installs_activated_with_foreign_licenses ) ) : ?>
686
  <input id="fs_change_user" type="submit" class="button button-small"
687
  value="<?php echo fs_esc_attr_inline( 'Change User', 'change-user', $slug ) ?>">
741
  <div class="fs-table-body">
742
  <table class="widefat">
743
  <?php
744
+ $current_blog_id = get_current_blog_id();
745
+
746
  foreach ( $site_view_params as $view_params ) {
747
  fs_require_template(
748
  'account/partials/site.php',
749
  $view_params
750
  );
751
+ }
752
+
753
+ /**
754
+ * It's possible for the `Freemius::switch_to_blog()` method to be called within the `site.php` template and this changes the Freemius instance's context, so this check is for restoring the previous context based on the previously retrieved site.
755
+ *
756
+ * @author Leo Fajardo (@leorw)
757
+ * @since 2.5.0
758
+ */
759
+ $current_install = $fs->get_site();
760
+
761
+ if (
762
+ is_object( $site ) &&
763
+ ( ! is_object( $current_install ) || $current_install->id != $site->id )
764
+ ) {
765
+ $fs->switch_to_blog( $current_blog_id, $site, true );
766
+ }
767
+ ?>
768
  </table>
769
  </div>
770
  </div>
868
 
869
  <?php
870
  if ( $show_billing ) {
871
+ $view_params = array( 'id' => $VARS['id'], 'payments' => $payments );
872
  fs_require_once_template( 'account/billing.php', $view_params );
873
  fs_require_once_template( 'account/payments.php', $view_params );
874
  }
1124
  'module_slug' => $slug,
1125
  'module_version' => $fs->get_plugin_version(),
1126
  );
1127
+ fs_require_template( 'powered-by.php', $params );
freemius/templates/account/partials/site.php CHANGED
@@ -23,7 +23,7 @@
23
  $is_whitelabeled = $fs->is_whitelabeled();
24
  $has_paid_plan = $fs->has_paid_plan();
25
  $is_premium = $fs->is_premium();
26
- $main_user = $fs->get_user();
27
  $blog_id = $site['blog_id'];
28
 
29
  $install = $VARS['install'];
@@ -32,7 +32,7 @@
32
  $trial_plan = $fs->get_trial_plan();
33
  $free_text = fs_text_inline( 'Free', 'free', $slug );
34
 
35
- if ( $is_whitelabeled && $fs->is_delegated_connection( $blog_id ) ) {
36
  $is_whitelabeled = $fs->is_whitelabeled( true, $blog_id );
37
  }
38
  ?>
@@ -174,7 +174,7 @@
174
  <?php $row_index ++ ?>
175
  <!--/ Blog ID -->
176
 
177
- <?php if ( $is_registered && $install->user_id != $main_user->id ) : ?>
178
  <?php
179
  /**
180
  * @var FS_User $user
23
  $is_whitelabeled = $fs->is_whitelabeled();
24
  $has_paid_plan = $fs->has_paid_plan();
25
  $is_premium = $fs->is_premium();
26
+ $main_user = $VARS['user'];
27
  $blog_id = $site['blog_id'];
28
 
29
  $install = $VARS['install'];
32
  $trial_plan = $fs->get_trial_plan();
33
  $free_text = fs_text_inline( 'Free', 'free', $slug );
34
 
35
+ if ( $is_whitelabeled && is_object( $install ) && $fs->is_delegated_connection( $blog_id ) ) {
36
  $is_whitelabeled = $fs->is_whitelabeled( true, $blog_id );
37
  }
38
  ?>
174
  <?php $row_index ++ ?>
175
  <!--/ Blog ID -->
176
 
177
+ <?php if ( $install->user_id != $main_user->id ) : ?>
178
  <?php
179
  /**
180
  * @var FS_User $user
freemius/templates/account/payments.php CHANGED
@@ -10,19 +10,19 @@
10
  exit;
11
  }
12
 
13
- /**
14
- * @var array $VARS
15
- * @var Freemius $fs
16
- */
17
- $fs = freemius( $VARS['id'] );
18
 
19
- $slug = $fs->get_slug();
 
 
 
20
 
21
- $payments = $fs->_fetch_payments();
22
-
23
- $show_payments = ( is_array( $payments ) && 0 < count( $payments ) );
24
 
25
- if ( $show_payments ) :
26
  ?>
27
  <div class="postbox">
28
  <div id="fs_payments">
@@ -56,4 +56,3 @@
56
  </div>
57
  </div>
58
  <?php
59
- endif;
10
  exit;
11
  }
12
 
13
+ /**
14
+ * @var array $VARS
15
+ * @var Freemius $fs
16
+ */
17
+ $fs = freemius( $VARS['id'] );
18
 
19
+ /**
20
+ * @var FS_Payment[] $payments
21
+ */
22
+ $payments = $VARS['payments'];
23
 
24
+ $slug = $fs->get_slug();
 
 
25
 
 
26
  ?>
27
  <div class="postbox">
28
  <div id="fs_payments">
56
  </div>
57
  </div>
58
  <?php
 
freemius/templates/admin-notice.php CHANGED
@@ -45,6 +45,9 @@
45
  case 'promotion':
46
  echo 'updated promotion';
47
  break;
 
 
 
48
  case 'update':
49
  // echo 'update-nag update';
50
  // break;
@@ -64,7 +67,7 @@
64
  } ?>"><?php if ( ! empty( $VARS['plugin'] ) ) : ?>
65
  <label class="fs-plugin-title"><?php echo $VARS['plugin'] ?></label>
66
  <?php endif ?>
67
- <?php if ( ! empty( $VARS['sticky'] ) ) : ?>
68
  <div class="fs-close"><i class="dashicons dashicons-no"
69
  title="<?php echo esc_attr( $dismiss_text ) ?>"></i> <span><?php echo esc_html( $dismiss_text ) ?></span>
70
  </div>
45
  case 'promotion':
46
  echo 'updated promotion';
47
  break;
48
+ case 'warn':
49
+ echo 'notice notice-warning';
50
+ break;
51
  case 'update':
52
  // echo 'update-nag update';
53
  // break;
67
  } ?>"><?php if ( ! empty( $VARS['plugin'] ) ) : ?>
68
  <label class="fs-plugin-title"><?php echo $VARS['plugin'] ?></label>
69
  <?php endif ?>
70
+ <?php if ( ! empty( $VARS['sticky'] ) && ( ! isset( $VARS['dismissible'] ) || false !== $VARS['dismissible'] ) ) : ?>
71
  <div class="fs-close"><i class="dashicons dashicons-no"
72
  title="<?php echo esc_attr( $dismiss_text ) ?>"></i> <span><?php echo esc_html( $dismiss_text ) ?></span>
73
  </div>
freemius/templates/clone-resolution-js.php ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Freemius
4
+ * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
+ * @since 2.5.0
7
+ */
8
+
9
+ if ( ! defined( 'ABSPATH' ) ) {
10
+ exit;
11
+ }
12
+ ?>
13
+ <script type="text/javascript">
14
+ ( function( $ ) {
15
+ var $errorMessage = null;
16
+
17
+ $( document ).ready( function() {
18
+ var $cloneResolutionNotice = $( 'div[data-id="clone_resolution_options_notice"], div[data-id="temporary_duplicate_notice"]' );
19
+
20
+ if ( 0 === $cloneResolutionNotice.length ) {
21
+ return;
22
+ }
23
+
24
+ $errorMessage = $cloneResolutionNotice.find( '#fs_clone_resolution_error_message' );
25
+
26
+ /**
27
+ * Triggers an AJAX request when the license activation link or any of the buttons on the clone resolution options notice is clicked. The AJAX request will then handle the action the user has chosen.
28
+ */
29
+ $cloneResolutionNotice.on( 'click', '.button, #fs_temporary_duplicate_license_activation_link', function( evt ) {
30
+ evt.preventDefault();
31
+
32
+ var $this = $( this ),
33
+ $body = $( 'body' ),
34
+ cursor = $body.css( 'cursor' );
35
+
36
+ if ( $this.hasClass( 'disabled' ) ) {
37
+ return;
38
+ }
39
+
40
+ var beforeUnload = function() {
41
+ return '<?php fs_esc_js_echo_inline( 'Please wait', 'please-wait' ) ?>';
42
+ };
43
+
44
+ $.ajax( {
45
+ // Get the parent options container from the child as `$cloneResolutionNotice` can have different AJAX URLs if both the manual clone resolution options and temporary duplicate notices are shown (for different subsites in a multisite network).
46
+ url : $this.parents( '.fs-clone-resolution-options-container' ).data( 'ajax-url' ),
47
+ method : 'POST',
48
+ data : {
49
+ action : '<?php echo $VARS['ajax_action'] ?>',
50
+ security : '<?php echo wp_create_nonce( $VARS['ajax_action'] ) ?>',
51
+ clone_action: $this.data( 'clone-action' )
52
+ },
53
+ beforeSend: function() {
54
+ $body.css( { cursor: 'wait' } );
55
+
56
+ $cloneResolutionNotice.find( '.button' ).addClass( 'disabled' );
57
+
58
+ $( window ).on( 'beforeunload', beforeUnload );
59
+ },
60
+ success : function( resultObj ) {
61
+ $( window ).off( 'beforeunload', beforeUnload );
62
+
63
+ if ( resultObj.data.redirect_url && '' !== resultObj.data.redirect_url ) {
64
+ window.location = resultObj.data.redirect_url;
65
+ } else {
66
+ window.location.reload();
67
+ }
68
+ },
69
+ error : function() {
70
+ $body.css( { cursor: cursor } );
71
+ $cloneResolutionNotice.find( '.button' ).removeClass( 'disabled' );
72
+ }
73
+ } );
74
+ } );
75
+ } );
76
+ } )( jQuery );
77
+ </script>
freemius/templates/connect.php CHANGED
@@ -25,6 +25,15 @@
25
 
26
  $fs->_enqueue_connect_essentials();
27
 
 
 
 
 
 
 
 
 
 
28
  $current_user = Freemius::_get_current_wp_user();
29
 
30
  $first_name = $current_user->user_firstname;
@@ -152,11 +161,11 @@
152
  fs_require_once_template( 'plugin-icon.php', $vars );
153
  ?>
154
  <i class="dashicons dashicons-plus fs-second"></i>
155
- <img class="fs-connect-logo" width="80" height="80" src="//img.freemius.com/connect-logo.png"/>
156
  </div>
157
  <div class="fs-content">
158
  <?php if ( ! empty( $error ) ) : ?>
159
- <p class="fs-error"><?php echo esc_html( $error ) ?></p>
160
  <?php endif ?>
161
  <p><?php
162
  $button_label = fs_text_inline( 'Allow & Continue', 'opt-in-connect', $slug );
@@ -208,11 +217,6 @@
208
 
209
  $message = $fs->apply_filters(
210
  $filter,
211
- ($is_network_upgrade_mode ?
212
- '' :
213
- /* translators: %s: name (e.g. Hey John,) */
214
- $hey_x_text . '<br>'
215
- ) .
216
  sprintf(
217
  esc_html( $default_optin_message ),
218
  '<b>' . esc_html( $fs->get_plugin_name() ) . '</b>',
@@ -601,6 +605,11 @@
601
  updatePrimaryCtaText( actionType );
602
  });
603
 
 
 
 
 
 
604
  $sitesListContainer.delegate( '.action', 'click', function( evt ) {
605
  var $this = $( evt.target );
606
  if ( $this.hasClass( 'selected' ) ) {
25
 
26
  $fs->_enqueue_connect_essentials();
27
 
28
+ /**
29
+ * Enqueueing the styles in `_enqueue_connect_essentials()` is too late, as we need them in the HEADER. Therefore, inject the styles inline to avoid FOUC.
30
+ *
31
+ * @author Vova Feldman (@svovaf)
32
+ */
33
+ echo "<style>\n";
34
+ include WP_FS__DIR_CSS . '/admin/connect.css';
35
+ echo "</style>\n";
36
+
37
  $current_user = Freemius::_get_current_wp_user();
38
 
39
  $first_name = $current_user->user_firstname;
161
  fs_require_once_template( 'plugin-icon.php', $vars );
162
  ?>
163
  <i class="dashicons dashicons-plus fs-second"></i>
164
+ <img class="fs-connect-logo" width="80" height="80" src="//img.freemius.com/logo/connect.svg"/>
165
  </div>
166
  <div class="fs-content">
167
  <?php if ( ! empty( $error ) ) : ?>
168
+ <p class="fs-error"><?php echo $fs->apply_filters( 'connect_error_esc_html', esc_html( $error ) ) ?></p>
169
  <?php endif ?>
170
  <p><?php
171
  $button_label = fs_text_inline( 'Allow & Continue', 'opt-in-connect', $slug );
217
 
218
  $message = $fs->apply_filters(
219
  $filter,
 
 
 
 
 
220
  sprintf(
221
  esc_html( $default_optin_message ),
222
  '<b>' . esc_html( $fs->get_plugin_name() ) . '</b>',
605
  updatePrimaryCtaText( actionType );
606
  });
607
 
608
+ $sitesListContainer.delegate( 'td:not(:first-child)', 'click', function() {
609
+ // If a site row is clicked, trigger a click on the checkbox.
610
+ $( this ).parent().find( 'td:first-child input' ).click();
611
+ } );
612
+
613
  $sitesListContainer.delegate( '.action', 'click', function( evt ) {
614
  var $this = $( evt.target );
615
  if ( $this.hasClass( 'selected' ) ) {
freemius/templates/debug.php CHANGED
@@ -77,6 +77,16 @@
77
  <button class="button"><?php fs_esc_html_echo_inline( 'Clear Updates Transients' ) ?></button>
78
  </form>
79
  </td>
 
 
 
 
 
 
 
 
 
 
80
  <td>
81
  <!-- Sync Data with Server -->
82
  <form action="" method="POST">
@@ -480,8 +490,15 @@
480
  * @var FS_User[] $users
481
  */
482
  $users = $VARS['users'];
 
483
  $users_with_developer_license_by_id = array();
484
 
 
 
 
 
 
 
485
  foreach ( $module_types as $module_type ) {
486
  /**
487
  * @var FS_Plugin_License[] $licenses
@@ -574,7 +591,7 @@
574
  <td><?php echo $license->is_block_features ? 'Blocking' : 'Flexible' ?></td>
575
  <td><?php echo $license->is_whitelabeled ? 'Whitelabeled' : 'Normal' ?></td>
576
  <td><?php
577
- echo $license->is_whitelabeled ?
578
  $license->get_html_escaped_masked_secret_key() :
579
  esc_html( $license->secret_key );
580
  ?></td>
77
  <button class="button"><?php fs_esc_html_echo_inline( 'Clear Updates Transients' ) ?></button>
78
  </form>
79
  </td>
80
+ <?php if ( Freemius::is_deactivation_snoozed() ) : ?>
81
+ <td>
82
+ <!-- Reset Deactivation Snoozing -->
83
+ <form action="" method="POST">
84
+ <input type="hidden" name="fs_action" value="reset_deactivation_snoozing">
85
+ <?php wp_nonce_field( 'reset_deactivation_snoozing' ) ?>
86
+ <button class="button"><?php fs_esc_html_echo_inline( 'Reset Deactivation Snoozing' ) ?> (Expires in <?php echo ( Freemius::deactivation_snooze_expires_at() - time() ) ?> sec)</button>
87
+ </form>
88
+ </td>
89
+ <?php endif ?>
90
  <td>
91
  <!-- Sync Data with Server -->
92
  <form action="" method="POST">
490
  * @var FS_User[] $users
491
  */
492
  $users = $VARS['users'];
493
+ $user_ids_map = array();
494
  $users_with_developer_license_by_id = array();
495
 
496
+ if ( is_array( $users ) && ! empty( $users ) ) {
497
+ foreach ( $users as $user ) {
498
+ $user_ids_map[ $user->id ] = true;
499
+ }
500
+ }
501
+
502
  foreach ( $module_types as $module_type ) {
503
  /**
504
  * @var FS_Plugin_License[] $licenses
591
  <td><?php echo $license->is_block_features ? 'Blocking' : 'Flexible' ?></td>
592
  <td><?php echo $license->is_whitelabeled ? 'Whitelabeled' : 'Normal' ?></td>
593
  <td><?php
594
+ echo ( $license->is_whitelabeled || ! isset( $user_ids_map[ $license->user_id ] ) ) ?
595
  $license->get_html_escaped_masked_secret_key() :
596
  esc_html( $license->secret_key );
597
  ?></td>
freemius/templates/forms/deactivation/form.php CHANGED
@@ -24,6 +24,7 @@
24
  $anonymous_feedback_checkbox_html = '';
25
 
26
  $reasons_list_items_html = '';
 
27
 
28
  if ( $show_deactivation_feedback_form ) {
29
  $reasons = $VARS['reasons'];
@@ -64,6 +65,41 @@ HTML;
64
  fs_esc_html_inline( 'Anonymous feedback', 'anonymous-feedback', $slug )
65
  );
66
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  }
68
 
69
  // Aliases.
@@ -71,6 +107,13 @@ HTML;
71
  $theme_text = fs_text_inline( 'Theme', 'theme', $slug );
72
  $activate_x_text = fs_text_inline( 'Activate %s', 'activate-x', $slug );
73
 
 
 
 
 
 
 
 
74
  fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
75
 
76
  if ( ! empty( $subscription_cancellation_dialog_box_template_params ) ) {
@@ -92,6 +135,7 @@ HTML;
92
  + ' </div>'
93
  + ' <div class="fs-modal-footer">'
94
  + ' <?php echo $anonymous_feedback_checkbox_html ?>'
 
95
  + ' <a href="#" class="button button-secondary button-deactivate"></a>'
96
  + ' <a href="#" class="button button-secondary button-close"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></a>'
97
  + ' </div>'
@@ -101,6 +145,7 @@ HTML;
101
  selectedReasonID = false,
102
  redirectLink = '',
103
  $anonymousFeedback = $modal.find( '.anonymous-feedback-label' ),
 
104
  isAnonymous = <?php echo ( $is_anonymous ? 'true' : 'false' ); ?>,
105
  otherReasonID = <?php echo Freemius::REASON_OTHER; ?>,
106
  dontShareDataReasonID = <?php echo Freemius::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION; ?>,
@@ -230,10 +275,6 @@ HTML;
230
  } ?>
231
 
232
  $modal.on('input propertychange', '.reason-input input', function () {
233
- if (!isOtherReasonSelected()) {
234
- return;
235
- }
236
-
237
  var reason = $(this).val().trim();
238
 
239
  /**
@@ -241,9 +282,12 @@ HTML;
241
  * to change the message color back to default.
242
  */
243
  if (reason.length > 0) {
244
- $('.message').removeClass('error-message');
245
- enableDeactivateButton();
246
- }
 
 
 
247
  });
248
 
249
  $modal.on('blur', '.reason-input input', function () {
@@ -260,8 +304,8 @@ HTML;
260
  */
261
  if (0 === $userReason.val().trim().length) {
262
  $('.message').addClass('error-message');
263
- disableDeactivateButton();
264
- }
265
  }, 150);
266
  });
267
 
@@ -276,9 +320,28 @@ HTML;
276
  var _this = $(this);
277
 
278
  if (_this.hasClass('allow-deactivate')) {
279
- var $radio = $modal.find('input[type="radio"]:checked');
 
 
 
 
 
 
 
280
 
281
- if (0 === $radio.length) {
 
 
 
 
 
 
 
 
 
 
 
 
282
  if ( ! deleteThemeUpdateData ) {
283
  // If no selected reason, just deactivate the plugin.
284
  window.location.href = redirectLink;
@@ -292,8 +355,7 @@ HTML;
292
  module_id: '<?php echo $fs->get_id() ?>'
293
  },
294
  beforeSend: function() {
295
- _parent.find( '.fs-modal-footer .button' ).addClass( 'disabled' );
296
- _parent.find( '.fs-modal-footer .button-secondary' ).text( 'Processing...' );
297
  },
298
  complete : function() {
299
  window.location.href = redirectLink;
@@ -304,28 +366,27 @@ HTML;
304
  return;
305
  }
306
 
307
- var $selected_reason = $radio.parents('li:first'),
308
- $input = $selected_reason.find('textarea, input[type="text"]'),
309
- userReason = ( 0 !== $input.length ) ? $input.val().trim() : '';
310
-
311
- if (isOtherReasonSelected() && ( '' === userReason )) {
312
- return;
313
- }
314
 
315
  $.ajax({
316
  url : ajaxurl,
317
  method : 'POST',
318
  data : {
319
- action : '<?php echo $fs->get_ajax_action( 'submit_uninstall_reason' ) ?>',
320
- security : '<?php echo $fs->get_ajax_security( 'submit_uninstall_reason' ) ?>',
321
- module_id : '<?php echo $fs->get_id() ?>',
322
- reason_id : $radio.val(),
323
- reason_info : userReason,
324
- is_anonymous: isAnonymousFeedback()
 
325
  },
326
  beforeSend: function () {
327
- _parent.find('.fs-modal-footer .button').addClass('disabled');
328
- _parent.find('.fs-modal-footer .button-secondary').text('Processing...');
329
  },
330
  complete : function () {
331
  // Do not show the dialog box, deactivate the plugin.
@@ -365,20 +426,17 @@ HTML;
365
 
366
  $modal.find('.reason-input').remove();
367
  $modal.find( '.internal-message' ).hide();
368
- $modal.find('.button-deactivate').html('<?php echo esc_js( sprintf(
369
- fs_text_inline( 'Submit & %s', 'deactivation-modal-button-submit' , $slug ),
370
- $fs->is_plugin() ?
371
- $deactivate_text :
372
- sprintf( $activate_x_text, $theme_text )
373
- ) ) ?>');
374
-
375
- enableDeactivateButton();
376
 
377
  if ( _parent.hasClass( 'has-internal-message' ) ) {
378
  _parent.find( '.internal-message' ).show();
379
  }
380
 
381
- if (_parent.hasClass('has-input')) {
 
 
 
 
382
  var inputType = _parent.data('input-type'),
383
  inputPlaceholder = _parent.data('input-placeholder'),
384
  reasonInputHtml = '<div class="reason-input"><span class="message"></span>' + ( ( 'textfield' === inputType ) ? '<input type="text" maxlength="128" />' : '<textarea rows="5" maxlength="128"></textarea>' ) + '</div>';
@@ -388,11 +446,60 @@ HTML;
388
 
389
  if (isOtherReasonSelected()) {
390
  showMessage('<?php echo esc_js( fs_text_inline( 'Kindly tell us the reason so we can improve.', 'ask-for-reason-message' , $slug ) ); ?>');
391
- disableDeactivateButton();
392
- }
393
  }
 
 
 
 
 
 
 
394
  });
395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
396
  // If the user has clicked outside the window, cancel it.
397
  $modal.on('click', function (evt) {
398
  var $target = $(evt.target);
@@ -453,8 +560,6 @@ HTML;
453
  function resetModal() {
454
  selectedReasonID = false;
455
 
456
- enableDeactivateButton();
457
-
458
  // Uncheck all radio buttons.
459
  $modal.find('input[type="radio"]').prop('checked', false);
460
 
@@ -463,8 +568,8 @@ HTML;
463
 
464
  $modal.find('.message').hide();
465
 
466
- if ( isAnonymous ) {
467
- $anonymousFeedback.find( 'input' ).prop( 'checked', false );
468
 
469
  // Hide, since by default there is no selected reason.
470
  $anonymousFeedback.hide();
@@ -491,13 +596,31 @@ HTML;
491
  $modal.find('.message').text(message).show();
492
  }
493
 
494
- function enableDeactivateButton() {
495
- $modal.find('.button-deactivate').removeClass('disabled');
496
- }
 
 
 
 
 
 
497
 
498
- function disableDeactivateButton() {
499
- $modal.find('.button-deactivate').addClass('disabled');
500
- }
 
 
 
 
 
 
 
 
 
 
 
 
501
 
502
  function showPanel(panelType) {
503
  $modal.find( '.fs-modal-panel' ).removeClass( 'active' );
24
  $anonymous_feedback_checkbox_html = '';
25
 
26
  $reasons_list_items_html = '';
27
+ $snooze_select_html = '';
28
 
29
  if ( $show_deactivation_feedback_form ) {
30
  $reasons = $VARS['reasons'];
65
  fs_esc_html_inline( 'Anonymous feedback', 'anonymous-feedback', $slug )
66
  );
67
  }
68
+
69
+ $snooze_periods = array(
70
+ array(
71
+ 'increment' => fs_text_inline( 'hour', $slug ),
72
+ 'quantity' => number_format_i18n(1),
73
+ 'value' => 6 * WP_FS__TIME_10_MIN_IN_SEC,
74
+ ),
75
+ array(
76
+ 'increment' => fs_text_inline( 'hours', $slug ),
77
+ 'quantity' => number_format_i18n(24),
78
+ 'value' => WP_FS__TIME_24_HOURS_IN_SEC,
79
+ ),
80
+ array(
81
+ 'increment' => fs_text_inline( 'days', $slug ),
82
+ 'quantity' => number_format_i18n(7),
83
+ 'value' => WP_FS__TIME_WEEK_IN_SEC,
84
+ ),
85
+ array(
86
+ 'increment' => fs_text_inline( 'days', $slug ),
87
+ 'quantity' => number_format_i18n(30),
88
+ 'value' => 30 * WP_FS__TIME_24_HOURS_IN_SEC,
89
+ ),
90
+ );
91
+
92
+ $snooze_select_html = '<select>';
93
+ foreach ($snooze_periods as $period) {
94
+ $snooze_select_html .= sprintf(
95
+ '<option value="%s">%s %s</option>',
96
+ $period['value'],
97
+ $period['quantity'],
98
+ $period['increment']
99
+ );
100
+ }
101
+
102
+ $snooze_select_html .= '</select>';
103
  }
104
 
105
  // Aliases.
107
  $theme_text = fs_text_inline( 'Theme', 'theme', $slug );
108
  $activate_x_text = fs_text_inline( 'Activate %s', 'activate-x', $slug );
109
 
110
+ $submit_deactivate_text = sprintf(
111
+ fs_text_inline( 'Submit & %s', 'deactivation-modal-button-submit', $slug ),
112
+ $fs->is_plugin() ?
113
+ $deactivate_text :
114
+ sprintf( $activate_x_text, $theme_text )
115
+ );
116
+
117
  fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
118
 
119
  if ( ! empty( $subscription_cancellation_dialog_box_template_params ) ) {
135
  + ' </div>'
136
  + ' <div class="fs-modal-footer">'
137
  + ' <?php echo $anonymous_feedback_checkbox_html ?>'
138
+ + ' <label style="display: none" class="feedback-from-snooze-label"><input type="checkbox" class="feedback-from-snooze-checkbox"> <span><?php fs_esc_js_echo_inline( 'Snooze this panel during troubleshooting', 'snooze-panel-during-troubleshooting', $slug ) ?></span><span style="display: none"><?php fs_esc_js_echo_inline( 'Snooze this panel for', 'snooze-panel-for', $slug ) ?> <?php echo $snooze_select_html ?></span></label>'
139
  + ' <a href="#" class="button button-secondary button-deactivate"></a>'
140
  + ' <a href="#" class="button button-secondary button-close"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></a>'
141
  + ' </div>'
145
  selectedReasonID = false,
146
  redirectLink = '',
147
  $anonymousFeedback = $modal.find( '.anonymous-feedback-label' ),
148
+ $feedbackSnooze = $modal.find( '.feedback-from-snooze-label' ),
149
  isAnonymous = <?php echo ( $is_anonymous ? 'true' : 'false' ); ?>,
150
  otherReasonID = <?php echo Freemius::REASON_OTHER; ?>,
151
  dontShareDataReasonID = <?php echo Freemius::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION; ?>,
275
  } ?>
276
 
277
  $modal.on('input propertychange', '.reason-input input', function () {
 
 
 
 
278
  var reason = $(this).val().trim();
279
 
280
  /**
282
  * to change the message color back to default.
283
  */
284
  if (reason.length > 0) {
285
+ $('.message').removeClass('error-message');
286
+ }
287
+
288
+ toggleDeactivationButtonPrimary( reason.length > 0 );
289
+
290
+ changeDeactivateButtonText();
291
  });
292
 
293
  $modal.on('blur', '.reason-input input', function () {
304
  */
305
  if (0 === $userReason.val().trim().length) {
306
  $('.message').addClass('error-message');
307
+ changeDeactivateButtonText();
308
+ }
309
  }, 150);
310
  });
311
 
320
  var _this = $(this);
321
 
322
  if (_this.hasClass('allow-deactivate')) {
323
+ var
324
+ $radio = $modal.find('input[type="radio"]:checked'),
325
+ isReasonSelected = (0 < $radio.length),
326
+ userReason = '';
327
+
328
+ if ( isReasonSelected ) {
329
+ var $selectedReason = $radio.parents('li:first'),
330
+ $reasonInput = $selectedReason.find('textarea, input[type="text"]');
331
 
332
+ if ( 0 < $reasonInput.length ) {
333
+ userReason = $reasonInput.val().trim();
334
+ }
335
+ }
336
+
337
+ if ( otherReasonID == selectedReasonID && '' === userReason ) {
338
+ // If the 'Other' is selected and a reason is not provided (aka it's empty), treat it as if a reason wasn't selected at all.
339
+ isReasonSelected = false;
340
+ }
341
+
342
+ _parent.find( '.fs-modal-footer .button' ).addClass( 'disabled' );
343
+
344
+ if ( ! isReasonSelected ) {
345
  if ( ! deleteThemeUpdateData ) {
346
  // If no selected reason, just deactivate the plugin.
347
  window.location.href = redirectLink;
355
  module_id: '<?php echo $fs->get_id() ?>'
356
  },
357
  beforeSend: function() {
358
+ _parent.find( '.fs-modal-footer .button-deactivate' ).text( '<?php echo esc_js( fs_text_inline( 'Processing', 'processing', $slug ) ) ?>...' );
 
359
  },
360
  complete : function() {
361
  window.location.href = redirectLink;
366
  return;
367
  }
368
 
369
+ var snoozePeriod = 0;
370
+
371
+ if ( <?php echo Freemius::REASON_TEMPORARY_DEACTIVATION ?> == selectedReasonID ) {
372
+ snoozePeriod = parseInt($feedbackSnooze.find('select').val(), 10);
373
+ }
374
+
 
375
 
376
  $.ajax({
377
  url : ajaxurl,
378
  method : 'POST',
379
  data : {
380
+ action : '<?php echo $fs->get_ajax_action( 'submit_uninstall_reason' ) ?>',
381
+ security : '<?php echo $fs->get_ajax_security( 'submit_uninstall_reason' ) ?>',
382
+ module_id : '<?php echo $fs->get_id() ?>',
383
+ reason_id : $radio.val(),
384
+ reason_info : userReason,
385
+ is_anonymous : isAnonymousFeedback(),
386
+ snooze_period: snoozePeriod
387
  },
388
  beforeSend: function () {
389
+ _parent.find('.fs-modal-footer .button-deactivate').text('<?php echo esc_js( fs_text_inline( 'Processing', 'processing', $slug ) ) ?>...');
 
390
  },
391
  complete : function () {
392
  // Do not show the dialog box, deactivate the plugin.
426
 
427
  $modal.find('.reason-input').remove();
428
  $modal.find( '.internal-message' ).hide();
429
+ $modal.find('.button-deactivate').html('<?php echo esc_js( $submit_deactivate_text ) ?>');
 
 
 
 
 
 
 
430
 
431
  if ( _parent.hasClass( 'has-internal-message' ) ) {
432
  _parent.find( '.internal-message' ).show();
433
  }
434
 
435
+ if ( ! _parent.hasClass('has-input') ) {
436
+ toggleDeactivationButtonPrimary( true );
437
+ } else {
438
+ toggleDeactivationButtonPrimary( false );
439
+
440
  var inputType = _parent.data('input-type'),
441
  inputPlaceholder = _parent.data('input-placeholder'),
442
  reasonInputHtml = '<div class="reason-input"><span class="message"></span>' + ( ( 'textfield' === inputType ) ? '<input type="text" maxlength="128" />' : '<textarea rows="5" maxlength="128"></textarea>' ) + '</div>';
446
 
447
  if (isOtherReasonSelected()) {
448
  showMessage('<?php echo esc_js( fs_text_inline( 'Kindly tell us the reason so we can improve.', 'ask-for-reason-message' , $slug ) ); ?>');
449
+ changeDeactivateButtonText();
450
+ }
451
  }
452
+
453
+ $anonymousFeedback.toggle( <?php echo Freemius::REASON_TEMPORARY_DEACTIVATION ?> != selectedReasonID );
454
+ $feedbackSnooze.toggle( <?php echo Freemius::REASON_TEMPORARY_DEACTIVATION ?> == selectedReasonID );
455
+
456
+ if ( <?php echo Freemius::REASON_TEMPORARY_DEACTIVATION ?> == selectedReasonID ) {
457
+ updateDeactivationButtonOnTrouble();
458
+ }
459
  });
460
 
461
+ var toggleDeactivationButtonPrimary = function ( isPrimary ) {
462
+ if ( isPrimary ) {
463
+ $modal.find('.button-deactivate')
464
+ .removeClass( 'button-secondary' )
465
+ .addClass( 'button-primary' );
466
+ } else {
467
+ $modal.find('.button-deactivate')
468
+ .addClass( 'button-secondary' )
469
+ .removeClass( 'button-primary' );
470
+ }
471
+ };
472
+
473
+ var snooze = false;
474
+
475
+ var updateDeactivationButtonOnTrouble = function () {
476
+ if ( snooze ) {
477
+ $modal.find('.button-deactivate').html('<?php echo esc_js( sprintf(
478
+ fs_text_inline( 'Snooze & %s', 'snooze-modal-button-submit' , $slug ),
479
+ $fs->is_plugin() ?
480
+ $deactivate_text :
481
+ sprintf( $activate_x_text, $theme_text )
482
+ ) ) ?>');
483
+ } else {
484
+ $modal.find('.button-deactivate').html('<?php echo esc_js(
485
+ $fs->is_plugin() ?
486
+ $deactivate_text :
487
+ sprintf( $activate_x_text, $theme_text )
488
+ ) ?>');
489
+ }
490
+ };
491
+
492
+ $feedbackSnooze.on( 'click', 'input', function () {
493
+ var $spans = $feedbackSnooze.find( 'span' );
494
+
495
+ snooze = ( ! snooze );
496
+
497
+ $( $spans[0] ).toggle();
498
+ $( $spans[1] ).toggle();
499
+
500
+ updateDeactivationButtonOnTrouble();
501
+ });
502
+
503
  // If the user has clicked outside the window, cancel it.
504
  $modal.on('click', function (evt) {
505
  var $target = $(evt.target);
560
  function resetModal() {
561
  selectedReasonID = false;
562
 
 
 
563
  // Uncheck all radio buttons.
564
  $modal.find('input[type="radio"]').prop('checked', false);
565
 
568
 
569
  $modal.find('.message').hide();
570
 
571
+ if ( isAnonymous ) {
572
+ $anonymousFeedback.find( 'input' ).prop( 'checked', <?php echo $fs->apply_filters( 'default_to_anonymous_feedback', false ) ? 'true' : 'false' ?> );
573
 
574
  // Hide, since by default there is no selected reason.
575
  $anonymousFeedback.hide();
596
  $modal.find('.message').text(message).show();
597
  }
598
 
599
+ /**
600
+ * @author Xiaheng Chen (@xhchen)
601
+ *
602
+ * @since 2.4.2
603
+ */
604
+ function changeDeactivateButtonText() {
605
+ if ( ! isOtherReasonSelected()) {
606
+ return;
607
+ }
608
 
609
+ var
610
+ $userReason = $modal.find('.reason-input input'),
611
+ $deactivateButton = $modal.find('.button-deactivate');
612
+
613
+ if (0 === $userReason.val().trim().length) {
614
+ // If the reason is empty, just change the text to 'Deactivate' (plugin) or 'Activate themeX' (theme).
615
+ $deactivateButton.html('<?php echo
616
+ $fs->is_plugin() ?
617
+ $deactivate_text :
618
+ sprintf( $activate_x_text, $theme_text )
619
+ ?>');
620
+ } else {
621
+ $deactivateButton.html('<?php echo esc_js( $submit_deactivate_text ) ?>');
622
+ }
623
+ }
624
 
625
  function showPanel(panelType) {
626
  $modal.find( '.fs-modal-panel' ).removeClass( 'active' );
freemius/templates/forms/email-address-update.php ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Freemius
4
+ * @copyright Copyright (c) 2015, Freemius, Inc.
5
+ * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
6
+ *
7
+ * @author Leo Fajardo (@leorw)
8
+ * @since 2.5.0
9
+ */
10
+
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ /**
16
+ * @var array $VARS
17
+ */
18
+ $fs = freemius( $VARS['id'] );
19
+ $slug = $fs->get_slug();
20
+
21
+ $user = $fs->get_user();
22
+ $current_email_address = $user->email;
23
+
24
+ fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
25
+ ?>
26
+ <script type="text/javascript">
27
+ ( function ( $ ) {
28
+ var modalHtml =
29
+ '<div class="fs-modal fs-modal-email-address-update">'
30
+ + ' <div class="fs-modal-dialog">'
31
+ + ' <div class="fs-modal-header">'
32
+ + ' <h4><?php fs_esc_attr_echo_inline( 'Email address update', 'email-address-update', $slug ) ?></h4>'
33
+ + ' <a href="!#" class="fs-close"><i class="dashicons dashicons-no" title="<?php echo esc_js( fs_text_x_inline( 'Dismiss', 'close window', 'dismiss', $slug ) ) ?>"></i></a>'
34
+ + ' </div>'
35
+ + ' <div class="fs-modal-body">'
36
+ + ' <div class="fs-modal-panel active">'
37
+ + ' <div class="notice notice-error inline fs-update-error-message"><p></p></div>'
38
+ + ' <p><?php fs_echo_inline( 'Enter the new email address', 'enter-new-email-address' , $slug ) ?>:</p>'
39
+ + ' <input type="text" class="fs-new-email-address-input" />'
40
+ + ' <div class="fs-email-addresses-ownership-options" style="display: none">'
41
+ + ' <p><?php echo sprintf(
42
+ fs_esc_html_inline( 'Are both %s and %s your email addresses?', 'email-addresses-ownership-confirmation' , $slug ),
43
+ sprintf( '<strong>%s</strong>', $current_email_address ),
44
+ '<strong class="fs-new-email-address"></strong>'
45
+ ) ?></p>'
46
+ + ' <ul>'
47
+ + ' <li>'
48
+ + ' <label>'
49
+ + ' <span><input type="radio" name="email-addresses-ownership" value="both"/></span>'
50
+ + ' <span><?php fs_echo_inline( 'Yes - both addresses are mine', 'both-addresses-are-mine', $slug ); ?></span>'
51
+ + ' </label>'
52
+ + ' </li>'
53
+ + ' <li>'
54
+ + ' <label>'
55
+ + ' <span><input type="radio" name="email-addresses-ownership" value="current"/></span>'
56
+ + ' <div><?php echo sprintf(
57
+ fs_esc_html_inline( "%s is my client's email address", 'client-email-address-confirmation', $slug ),
58
+ '<strong class="fs-new-email-address"></strong>'
59
+ ) ?></span>'
60
+ + ' </label>'
61
+ + ' </li>'
62
+ + ' <li>'
63
+ + ' <label>'
64
+ + ' <span><input type="radio" name="email-addresses-ownership" value="new"/></span>'
65
+ + ' <div><?php echo sprintf(
66
+ fs_esc_html_inline( "%s is my email address", 'email-address-ownership-confirmation', $slug ),
67
+ '<strong class="fs-new-email-address"></strong>'
68
+ ) ?></span>'
69
+ + ' </label>'
70
+ + ' </li>'
71
+ + ' </ul>'
72
+ + ' </div>'
73
+ + ' <div class="fs-assets-transfership-options" style="display: none">'
74
+ + ' <p><?php echo sprintf(
75
+ fs_esc_html_inline( 'Would you like to merge %s into %s?', 'accounts-merge-confirmation' , $slug ),
76
+ sprintf( '<strong>%s</strong>', $current_email_address ),
77
+ '<strong class="fs-new-email-address"></strong>'
78
+ ) ?></p>'
79
+ + ' <ul>'
80
+ + ' <li>'
81
+ + ' <label>'
82
+ + ' <span><input type="radio" name="assets-transfer-type" value="all" /></span>'
83
+ + ' <span><?php echo sprintf(
84
+ fs_esc_html_inline( 'Yes - move all my data and assets from %s to %s', 'move-all-data-and-assets-into-new-account', $slug ),
85
+ sprintf( '<strong>%s</strong>', $current_email_address ),
86
+ '<strong class="fs-new-email-address"></strong>'
87
+ ) ?></span>'
88
+ + ' </label>'
89
+ + ' </li>'
90
+ + ' <li>'
91
+ + ' <label>'
92
+ + ' <span><input type="radio" name="assets-transfer-type" value="plugin" /></span>'
93
+ + ' <span><?php echo sprintf(
94
+ fs_esc_html_inline( "No - only move this site's data to %s", 'move-only-plugin-data-into-new-account', $slug ),
95
+ '<strong class="fs-new-email-address"></strong>'
96
+ ) ?></span>'
97
+ + ' </label>'
98
+ + ' </li>'
99
+ + ' </ul>'
100
+ + ' </div>'
101
+ + ' </div>'
102
+ + ' </div>'
103
+ + ' <div class="fs-modal-footer">'
104
+ + ' <button class="button button-primary button-update" disabled><?php fs_esc_js_echo_inline( 'Update', 'update-email-address', $slug ) ?></button>'
105
+ + ' <button class="button button-secondary button-close"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></button>'
106
+ + ' </div>'
107
+ + ' </div>'
108
+ + '</div>',
109
+ $modal = $( modalHtml ),
110
+ $updateButton = $modal.find( '.button-update' ),
111
+ $updateResultMessage = $modal.find( '.fs-update-error-message' ),
112
+ selectedEmailAddressesOwnershipOption = null,
113
+ selectedAssetsTransfershipOption = null,
114
+ previousEmailAddress = '',
115
+ $body = $( 'body' );
116
+
117
+ $modal.appendTo( $body );
118
+
119
+ registerEventHandlers();
120
+
121
+ function registerEventHandlers() {
122
+ $body.on( 'click', '#fs_account_details .button-edit-email-address', function ( evt ) {
123
+ evt.preventDefault();
124
+
125
+ showModal( evt );
126
+ } );
127
+
128
+ $modal.on( 'input propertychange keyup paste delete cut', '.fs-new-email-address-input', function () {
129
+ var emailAddress = $( this ).val().trim();
130
+
131
+ if ( emailAddress === previousEmailAddress ) {
132
+ return;
133
+ }
134
+
135
+ var isValidEmailAddressInput = isValidEmailAddress( emailAddress );
136
+
137
+ toggleOptions( isValidEmailAddressInput );
138
+
139
+ if ( ! isValidEmailAddressInput ) {
140
+ disableUpdateButton();
141
+ } else {
142
+ $modal.find( '.fs-new-email-address').text( emailAddress );
143
+
144
+ maybeEnableUpdateButton();
145
+ }
146
+
147
+ previousEmailAddress = emailAddress;
148
+ } );
149
+
150
+ $modal.on( 'blur', '.fs-new-email-address-input', function() {
151
+ var emailAddress = $( this ).val().trim(),
152
+ isValidEmailAddressInput = isValidEmailAddress( emailAddress );
153
+
154
+ toggleOptions( isValidEmailAddressInput );
155
+
156
+ if ( ! isValidEmailAddressInput ) {
157
+ disableUpdateButton();
158
+ }
159
+ } );
160
+
161
+ $modal.on( 'click', '.fs-close, .button-secondary', function () {
162
+ closeModal();
163
+ return false;
164
+ } );
165
+
166
+ $modal.on( 'click', '.fs-modal-footer .button-update', function ( evt ) {
167
+ if ( ! isValidEmailAddress( previousEmailAddress ) ) {
168
+ return;
169
+ }
170
+
171
+ if ( previousEmailAddress === '<?php echo $current_email_address ?>' ) {
172
+ closeModal();
173
+ return;
174
+ }
175
+
176
+ var transferType = 'transfer';
177
+
178
+ if ( 'current' === selectedEmailAddressesOwnershipOption ) {
179
+ transferType = 'transfer_to_client';
180
+ } else if (
181
+ 'both' === selectedEmailAddressesOwnershipOption &&
182
+ 'all' === selectedAssetsTransfershipOption
183
+ ) {
184
+ transferType = 'merge';
185
+ }
186
+
187
+ $.ajax( {
188
+ url : ajaxurl,
189
+ method : 'POST',
190
+ data : {
191
+ action : '<?php echo $fs->get_ajax_action( 'update_email_address' ) ?>',
192
+ security : '<?php echo $fs->get_ajax_security( 'update_email_address' ) ?>',
193
+ module_id : '<?php echo $fs->get_id() ?>',
194
+ transfer_type: transferType,
195
+ email_address: previousEmailAddress
196
+ },
197
+ beforeSend: function () {
198
+ disableUpdateButton();
199
+
200
+ $updateButton.find( '.fs-modal-footer .button' ).prop( 'disabled', true );
201
+ $updateButton.text( 'Processing...' );
202
+ },
203
+ success : function( result ) {
204
+ if ( result.success ) {
205
+ // Redirect to the "Account" page.
206
+ window.location.reload();
207
+ } else {
208
+ if ('change_ownership' === result.error.code) {
209
+ window.location = result.error.url;
210
+ } else {
211
+ showError(result.error.message ? result.error.message : result.error);
212
+ resetUpdateButton();
213
+ }
214
+ }
215
+ },
216
+ error : function () {
217
+ showError( '<?php fs_esc_js_echo_inline( 'Unexpected error, try again in 5 minutes. If the error persists, please contact support.', 'unexpected-error', $slug ) ?>' );
218
+
219
+ resetUpdateButton();
220
+ }
221
+ } );
222
+ } );
223
+
224
+ $modal.on( 'click', 'input[type="radio"]', function () {
225
+ var $selectedOption = $( this ),
226
+ selectedOptionValue = $selectedOption.val();
227
+
228
+ // If the selection has not changed, do not proceed.
229
+ if (
230
+ selectedEmailAddressesOwnershipOption === selectedOptionValue ||
231
+ selectedAssetsTransfershipOption === selectedOptionValue
232
+ ) {
233
+ return;
234
+ }
235
+
236
+ if ( 'assets-transfer-type' === $selectedOption.attr( 'name' ) ) {
237
+ selectedAssetsTransfershipOption = selectedOptionValue;
238
+ } else {
239
+ selectedEmailAddressesOwnershipOption = selectedOptionValue;
240
+
241
+ if ( 'both' !== selectedEmailAddressesOwnershipOption ) {
242
+ $modal.find( '.fs-assets-transfership-options' ).hide();
243
+ } else {
244
+ $modal.find( '.fs-assets-transfership-options' ).show();
245
+ $modal.find( '.fs-assets-transfership-options input[type="radio"]' ).prop('checked', false);
246
+
247
+ selectedAssetsTransfershipOption = null;
248
+
249
+ disableUpdateButton();
250
+ }
251
+ }
252
+
253
+ if ( isValidEmailAddress( $( '.fs-new-email-address-input' ).val().trim() ) ) {
254
+ maybeEnableUpdateButton();
255
+ }
256
+ });
257
+ }
258
+
259
+ function showModal() {
260
+ resetModal();
261
+
262
+ // Display the dialog box.
263
+ $modal.addClass( 'active' );
264
+ $modal.find( '.fs-new-email-address-input' ).focus();
265
+
266
+ $( 'body' ).addClass( 'has-fs-modal' );
267
+ }
268
+
269
+ function closeModal() {
270
+ selectedEmailAddressesOwnershipOption = null;
271
+
272
+ disableUpdateButton();
273
+
274
+ $modal.removeClass( 'active' );
275
+
276
+ $( 'body' ).removeClass( 'has-fs-modal' );
277
+ }
278
+
279
+ function resetModal() {
280
+ hideError();
281
+
282
+ // Deselect all radio buttons.
283
+ $modal.find( 'input[type="radio"]' ).prop( 'checked', false );
284
+
285
+ // Clear the value of the email address text field.
286
+ $modal.find( 'input[type="text"]' ).val( '' );
287
+
288
+ toggleOptions( false );
289
+
290
+ disableUpdateButton();
291
+
292
+ $updateButton.text( <?php echo json_encode( fs_text_inline( 'Update', 'update-email-address', $slug ) ) ?> );
293
+ }
294
+
295
+ function resetUpdateButton() {
296
+ maybeEnableUpdateButton();
297
+
298
+ $updateButton.text( <?php echo json_encode( fs_text_inline( 'Update', 'update-email-address', $slug ) ) ?> );
299
+ }
300
+
301
+ function maybeEnableUpdateButton() {
302
+ if ( null === selectedEmailAddressesOwnershipOption ) {
303
+ return;
304
+ }
305
+
306
+ if (
307
+ 'both' === selectedEmailAddressesOwnershipOption &&
308
+ null === selectedAssetsTransfershipOption
309
+ ) {
310
+ return;
311
+ }
312
+
313
+ $updateButton.prop( 'disabled', false );
314
+ }
315
+
316
+ function disableUpdateButton() {
317
+ $updateButton.prop( 'disabled', true );
318
+ }
319
+
320
+ function hideError() {
321
+ $updateResultMessage.hide();
322
+ }
323
+
324
+ function showError( msg ) {
325
+ $updateResultMessage.find( ' > p' ).html( msg );
326
+ $updateResultMessage.show();
327
+ }
328
+
329
+ function isValidEmailAddress( emailAddress ) {
330
+ if ( '' === emailAddress ) {
331
+ return false;
332
+ }
333
+
334
+ return /[0-9a-zA-Z][a-zA-Z\+0-9\.\_\-]*@[0-9a-zA-Z\-]+(\.[a-zA-Z]{2,24}){1,3}/.test( emailAddress );
335
+ }
336
+
337
+ function toggleOptions( show ) {
338
+ $modal.find( '.fs-email-addresses-ownership-options' ).toggle( show );
339
+
340
+ if ( ! show ) {
341
+ $modal.find( '.fs-assets-transfership-options' ).hide();
342
+ } else if ( 'both' === selectedEmailAddressesOwnershipOption ) {
343
+ $modal.find( '.fs-assets-transfership-options' ).show();
344
+ }
345
+ }
346
+ } )( jQuery );
347
+ </script>
freemius/templates/forms/license-activation.php CHANGED
@@ -59,23 +59,51 @@
59
  if ( $is_network_activation ) {
60
  $all_sites = Freemius::get_sites();
61
 
 
 
 
62
  foreach ( $all_sites as $site ) {
63
  $site_details = $fs->get_site_info( $site );
64
 
 
 
 
 
65
  $blog_id = Freemius::get_site_blog_id( $site );
66
  $install = $fs->get_install_by_blog_id($blog_id);
67
 
68
- if ( is_object( $install ) && FS_Plugin_License::is_valid_id( $install->license_id ) ) {
69
- $site_details['license_id'] = $install->license_id;
70
- }
 
71
 
72
- $sites_details[] = $site_details;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  }
74
 
75
  if ( $is_network_activation ) {
76
  $vars = array(
77
  'id' => $fs->get_id(),
78
- 'sites' => $sites_details,
79
  'require_license_key' => true
80
  );
81
 
59
  if ( $is_network_activation ) {
60
  $all_sites = Freemius::get_sites();
61
 
62
+ $subsite_data_by_install_id = array();
63
+ $install_url_by_install_id = array();
64
+
65
  foreach ( $all_sites as $site ) {
66
  $site_details = $fs->get_site_info( $site );
67
 
68
+ if ( FS_Clone_Manager::instance()->is_temporary_duplicate_by_blog_id( $site_details['blog_id'] ) ) {
69
+ continue;
70
+ }
71
+
72
  $blog_id = Freemius::get_site_blog_id( $site );
73
  $install = $fs->get_install_by_blog_id($blog_id);
74
 
75
+ if ( is_object( $install ) ) {
76
+ if ( isset( $subsite_data_by_install_id[ $install->id ] ) ) {
77
+ $clone_subsite_data = $subsite_data_by_install_id[ $install->id ];
78
+ $clone_install_url = $install_url_by_install_id[ $install->id ];
79
 
80
+ if (
81
+ /**
82
+ * If we already have an install with the same URL as the subsite it's stored in, skip the current subsite. Otherwise, replace the existing install's data with the current subsite's install's data if the URLs match.
83
+ *
84
+ * @author Leo Fajardo (@leorw)
85
+ * @since 2.5.0
86
+ */
87
+ fs_strip_url_protocol( untrailingslashit( $clone_install_url ) ) === fs_strip_url_protocol( untrailingslashit( $clone_subsite_data['url'] ) ) ||
88
+ fs_strip_url_protocol( untrailingslashit( $install->url ) ) !== fs_strip_url_protocol( untrailingslashit( $site_details['url'] ) )
89
+ ) {
90
+ continue;
91
+ }
92
+ }
93
+
94
+ if ( FS_Plugin_License::is_valid_id( $install->license_id ) ) {
95
+ $site_details['license_id'] = $install->license_id;
96
+ }
97
+
98
+ $subsite_data_by_install_id[ $install->id ] = $site_details;
99
+ $install_url_by_install_id[ $install->id ] = $install->url;
100
+ }
101
  }
102
 
103
  if ( $is_network_activation ) {
104
  $vars = array(
105
  'id' => $fs->get_id(),
106
+ 'sites' => array_values( $subsite_data_by_install_id ),
107
  'require_license_key' => true
108
  );
109
 
freemius/templates/plugin-info/features.php CHANGED
@@ -43,7 +43,7 @@
43
  $support_feature->title = fs_text_inline( 'Support', $plugin->slug );
44
  $features_plan_map[ $support_feature->id ] = array( 'feature' => $support_feature, 'plans' => array() );
45
  } else {
46
- $support_feature = $features_plan_map['support'];
47
  }
48
 
49
  $features_plan_map[ $support_feature->id ]['plans'][ $plan->id ] = $support_feature;
43
  $support_feature->title = fs_text_inline( 'Support', $plugin->slug );
44
  $features_plan_map[ $support_feature->id ] = array( 'feature' => $support_feature, 'plans' => array() );
45
  } else {
46
+ $support_feature = $features_plan_map['support']['feature'];
47
  }
48
 
49
  $features_plan_map[ $support_feature->id ]['plans'][ $plan->id ] = $support_feature;
freemius/templates/powered-by.php CHANGED
@@ -33,12 +33,12 @@
33
 
34
  $fs = freemius( $VARS['module_id'] );
35
 
36
- wp_enqueue_script( 'jquery' );
37
- wp_enqueue_script( 'json2' );
38
- fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
39
- fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
40
- ?>
41
- <?php if ( ! $fs->is_whitelabeled() ) : ?>
42
  <div id="pframe"></div>
43
  <script type="text/javascript">
44
  (function ($) {
@@ -58,4 +58,4 @@
58
  });
59
  })(jQuery);
60
  </script>
61
- <?php endif ?>
33
 
34
  $fs = freemius( $VARS['module_id'] );
35
 
36
+ if ( ! $fs->is_whitelabeled() && ! $fs->apply_filters( 'hide_freemius_powered_by', false ) ) {
37
+ wp_enqueue_script( 'jquery' );
38
+ wp_enqueue_script( 'json2' );
39
+ fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.min.js' );
40
+ fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
41
+ ?>
42
  <div id="pframe"></div>
43
  <script type="text/javascript">
44
  (function ($) {
58
  });
59
  })(jQuery);
60
  </script>
61
+ <?php } ?>
freemius/templates/pricing.php CHANGED
@@ -122,21 +122,22 @@
122
  <div id="fs_pricing_wrapper" data-public-url="<?php echo trailingslashit( dirname( $pricing_js_url ) ) ?>"></div>
123
  <?php
124
  $pricing_config = array_merge( array(
125
- 'contact_url' => $fs->contact_url(),
126
- 'is_network_admin' => fs_is_network_admin(),
127
- 'is_production' => ( defined( 'WP_FS__IS_PRODUCTION_MODE' ) ? WP_FS__IS_PRODUCTION_MODE : null ),
128
- 'menu_slug' => $fs->get_menu_slug(),
129
- 'mode' => 'dashboard',
130
- 'fs_wp_endpoint_url' => WP_FS__ADDRESS,
131
- 'request_handler_url' => admin_url(
132
  'admin-ajax.php?' . http_build_query( array(
133
  'module_id' => $fs->get_id(),
134
  'action' => $fs->get_ajax_action( 'pricing_ajax_action' ),
135
  'security' => $fs->get_ajax_security( 'pricing_ajax_action' )
136
  ) )
137
  ),
138
- 'selector' => '#fs_pricing_wrapper',
139
- 'unique_affix' => $fs->get_unique_affix(),
 
140
  ), $query_params );
141
 
142
  wp_add_inline_script( 'freemius-pricing', 'Freemius.pricing.new( ' . json_encode( $pricing_config ) . ' )' );
@@ -206,4 +207,4 @@
206
  'module_slug' => $slug,
207
  'module_version' => $fs->get_plugin_version(),
208
  );
209
- fs_require_template( 'powered-by.php', $params );
122
  <div id="fs_pricing_wrapper" data-public-url="<?php echo trailingslashit( dirname( $pricing_js_url ) ) ?>"></div>
123
  <?php
124
  $pricing_config = array_merge( array(
125
+ 'contact_url' => $fs->contact_url(),
126
+ 'is_network_admin' => fs_is_network_admin(),
127
+ 'is_production' => ( defined( 'WP_FS__IS_PRODUCTION_MODE' ) ? WP_FS__IS_PRODUCTION_MODE : null ),
128
+ 'menu_slug' => $fs->get_menu_slug(),
129
+ 'mode' => 'dashboard',
130
+ 'fs_wp_endpoint_url' => WP_FS__ADDRESS,
131
+ 'request_handler_url' => admin_url(
132
  'admin-ajax.php?' . http_build_query( array(
133
  'module_id' => $fs->get_id(),
134
  'action' => $fs->get_ajax_action( 'pricing_ajax_action' ),
135
  'security' => $fs->get_ajax_security( 'pricing_ajax_action' )
136
  ) )
137
  ),
138
+ 'selector' => '#fs_pricing_wrapper',
139
+ 'unique_affix' => $fs->get_unique_affix(),
140
+ 'show_annual_in_monthly' => $fs->apply_filters( 'pricing/show_annual_in_monthly', true ),
141
  ), $query_params );
142
 
143
  wp_add_inline_script( 'freemius-pricing', 'Freemius.pricing.new( ' . json_encode( $pricing_config ) . ' )' );
207
  'module_slug' => $slug,
208
  'module_version' => $fs->get_plugin_version(),
209
  );
210
+ fs_require_template( 'powered-by.php', $params );
languages/blocksy-companion-ar.mo CHANGED
Binary file
languages/blocksy-companion-ar.po CHANGED
@@ -6,8 +6,8 @@ msgstr ""
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: ar\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 99) ? 4 : 5))));\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: ar\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
languages/blocksy-companion-es_ES.mo CHANGED
Binary file
languages/blocksy-companion-es_ES.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: es\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
@@ -4283,7 +4283,7 @@ msgstr ""
4283
 
4284
  #: framework/extensions/cookies-consent/helpers.php:78
4285
  msgid "I accept the %sPrivacy Policy%s"
4286
- msgstr "Acepto la %spolítica de privacidad%s"
4287
 
4288
  #: framework/extensions/cookies-consent/readme.php:1,
4289
  #: framework/extensions/newsletter-subscribe/readme.php:1,
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: es\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
4283
 
4284
  #: framework/extensions/cookies-consent/helpers.php:78
4285
  msgid "I accept the %sPrivacy Policy%s"
4286
+ msgstr "Acepto la %spol��tica de privacidad%s"
4287
 
4288
  #: framework/extensions/cookies-consent/readme.php:1,
4289
  #: framework/extensions/newsletter-subscribe/readme.php:1,
languages/blocksy-companion-es_MX.mo CHANGED
Binary file
languages/blocksy-companion-es_MX.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: es_MX\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
@@ -18,7 +18,7 @@ msgstr ""
18
  #: framework/premium/static/js/header/CreateHeader.js:134
19
  #: static/js/header/PanelsManager.js:58
20
  msgid "Global Header"
21
- msgstr ""
22
 
23
  #: framework/premium/static/js/header/CreateHeader.js:173
24
  msgid "Create New Header"
@@ -159,24 +159,24 @@ msgstr ""
159
 
160
  #: static/js/dashboard.js:30
161
  msgid "Starter Sites"
162
- msgstr ""
163
 
164
  #: static/js/dashboard.js:42
165
  msgid "Extensions"
166
- msgstr ""
167
 
168
  #: static/js/header/EditConditions.js:142
169
  #: static/js/options/DisplayCondition.js:76
170
  msgid "Save Conditions"
171
- msgstr ""
172
 
173
  #: static/js/header/EditConditions.js:98
174
  msgid "Add one or more conditions in order to display your header."
175
- msgstr ""
176
 
177
  #: static/js/header/PanelsManager.js:166
178
  msgid "Remove header"
179
- msgstr ""
180
 
181
  #: static/js/header/PanelsManager.js:196
182
  msgid "Remove Header"
@@ -196,19 +196,19 @@ msgstr ""
196
 
197
  #: static/js/helpers/SubmitSupport.js:30
198
  msgid "Submit a Support Ticket"
199
- msgstr ""
200
 
201
  #: static/js/helpers/SubmitSupport.js:38
202
  msgid "Join Facebook Community"
203
- msgstr ""
204
 
205
  #: static/js/helpers/useActivationAction.js:113
206
  msgid "Free vs Pro"
207
- msgstr ""
208
 
209
  #: static/js/helpers/useActivationAction.js:120
210
  msgid "Upgrade Now"
211
- msgstr ""
212
 
213
  #: static/js/helpers/useActivationAction.js:94
214
  msgid "Upgrade to the Pro version and get instant access to all premium extensions, features and future updates."
@@ -216,15 +216,15 @@ msgstr ""
216
 
217
  #: static/js/options/ConditionsManager.js:116
218
  msgid "Select rule"
219
- msgstr ""
220
 
221
  #: static/js/options/ConditionsManager.js:173
222
  msgid "Select taxonomy"
223
- msgstr ""
224
 
225
  #: static/js/options/ConditionsManager.js:207
226
  msgid "Select language"
227
- msgstr ""
228
 
229
  #: static/js/options/ConditionsManager.js:238
230
  msgid "Select user"
@@ -236,19 +236,19 @@ msgstr ""
236
 
237
  #: static/js/options/ConditionsManager.js:302
238
  msgid "Add Display Condition"
239
- msgstr ""
240
 
241
  #: static/js/options/ConditionsManager.js:321
242
  msgid "Add User Condition"
243
- msgstr ""
244
 
245
  #: static/js/options/ConditionsManager.js:93
246
  msgid "Include"
247
- msgstr ""
248
 
249
  #: static/js/options/ConditionsManager.js:94
250
  msgid "Exclude"
251
- msgstr ""
252
 
253
  #: static/js/options/ConditionsManager/PostIdPicker.js:67
254
  msgid "Type to search by ID or title..."
@@ -256,15 +256,15 @@ msgstr ""
256
 
257
  #: static/js/options/ConditionsManager/PostIdPicker.js:73
258
  msgid "Select post"
259
- msgstr ""
260
 
261
  #: static/js/options/ConditionsManager/PostIdPicker.js:75
262
  msgid "Select page"
263
- msgstr ""
264
 
265
  #: static/js/options/CustomizerOptionsManager.js:105
266
  msgid "Import Options"
267
- msgstr ""
268
 
269
  #: static/js/options/CustomizerOptionsManager.js:108
270
  msgid "Easily import the theme customizer settings."
@@ -276,11 +276,11 @@ msgstr ""
276
 
277
  #: static/js/options/CustomizerOptionsManager.js:192
278
  msgid "Import Customizations"
279
- msgstr ""
280
 
281
  #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
- msgstr ""
284
 
285
  #: static/js/options/CustomizerOptionsManager.js:204
286
  msgid "Copy and import your customizations from parent or child theme."
@@ -304,11 +304,11 @@ msgstr ""
304
 
305
  #: static/js/options/CustomizerOptionsManager.js:320
306
  msgid "Yes, I am sure"
307
- msgstr ""
308
 
309
  #: static/js/options/CustomizerOptionsManager.js:334
310
  msgid "Export Settings"
311
- msgstr ""
312
 
313
  #: static/js/options/CustomizerOptionsManager.js:338
314
  msgid "Choose what set of settings you want to export."
@@ -324,11 +324,11 @@ msgstr ""
324
 
325
  #: static/js/options/CustomizerOptionsManager.js:461
326
  msgid "Export"
327
- msgstr ""
328
 
329
  #: static/js/options/CustomizerOptionsManager.js:82
330
  msgid "Export Options"
331
- msgstr ""
332
 
333
  #: static/js/options/CustomizerOptionsManager.js:85
334
  msgid "Easily export the theme customizer settings."
@@ -340,15 +340,15 @@ msgstr ""
340
 
341
  #: static/js/options/DisplayCondition.js:18
342
  msgid "Transparent Header Display Conditions"
343
- msgstr ""
344
 
345
  #: static/js/options/DisplayCondition.js:19
346
  msgid "Add one or more conditions to display the transparent header."
347
- msgstr ""
348
 
349
  #: static/js/screens/DemoInstall.js:119
350
  msgid "Loading Starter Sites..."
351
- msgstr ""
352
 
353
  #: static/js/screens/DemoInstall.js:133
354
  msgid "The connection to our <b>demo.creativethemes.com</b> server didn't worked. This connection is required for importing the starter sites from our demo content server. All you have to do is to contact your hosting provider and ask them to white list our demo server address."
@@ -356,7 +356,7 @@ msgstr ""
356
 
357
  #: static/js/screens/DemoInstall/DemoInstaller.js:66
358
  msgid "Installing"
359
- msgstr ""
360
 
361
  #: static/js/screens/DemoInstall/DemoInstaller.js:69
362
  msgid "Please be patient and don't refresh this page, the import process may take a while, this also depends on your server."
@@ -364,31 +364,31 @@ msgstr ""
364
 
365
  #: static/js/screens/DemoInstall/DemoToInstall.js:305
366
  msgid "Back"
367
- msgstr ""
368
 
369
  #: static/js/screens/DemoInstall/DemoToInstall.js:345
370
  msgid "Install"
371
- msgstr ""
372
 
373
  #: static/js/screens/DemoInstall/DemoToInstall.js:346
374
  msgid "Next"
375
- msgstr ""
376
 
377
  #: static/js/screens/DemoInstall/DemosList.js:100
378
  msgid "Import"
379
- msgstr ""
380
 
381
  #: static/js/screens/DemoInstall/DemosList.js:43
382
  msgid "Available for"
383
- msgstr ""
384
 
385
  #: static/js/screens/DemoInstall/DemosList.js:86
386
  msgid "Preview"
387
- msgstr ""
388
 
389
  #: static/js/screens/DemoInstall/DemosList.js:99
390
  msgid "Modify"
391
- msgstr ""
392
 
393
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:22
394
  msgid "Starter Site Imported Successfully"
@@ -400,11 +400,11 @@ msgstr ""
400
 
401
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:33
402
  msgid "Customize"
403
- msgstr ""
404
 
405
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:40
406
  msgid "View site"
407
- msgstr ""
408
 
409
  #: static/js/screens/DemoInstall/Installer/messages.js:12
410
  msgid "copying child theme sources"
@@ -468,23 +468,23 @@ msgstr ""
468
 
469
  #: static/js/screens/DemoInstall/Installer/messages.js:89
470
  msgid "users"
471
- msgstr ""
472
 
473
  #: static/js/screens/DemoInstall/Installer/messages.js:90
474
  msgid "terms"
475
- msgstr ""
476
 
477
  #: static/js/screens/DemoInstall/Installer/messages.js:91
478
  msgid "images"
479
- msgstr ""
480
 
481
  #: static/js/screens/DemoInstall/Installer/messages.js:92
482
  msgid "posts"
483
- msgstr ""
484
 
485
  #: static/js/screens/DemoInstall/Installer/messages.js:93
486
  msgid "comments"
487
- msgstr ""
488
 
489
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:108
490
  msgid "Register demo"
@@ -513,15 +513,15 @@ msgstr ""
513
 
514
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:151
515
  msgid "Import options"
516
- msgstr ""
517
 
518
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:161
519
  msgid "Import widgets"
520
- msgstr ""
521
 
522
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:171
523
  msgid "Import content"
524
- msgstr ""
525
 
526
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:100
527
  msgid "You already have a child theme properly installed and activated. Move on."
@@ -549,7 +549,7 @@ msgstr ""
549
 
550
  #: static/js/screens/DemoInstall/Wizzard/Content.js:28
551
  msgid "Import Content"
552
- msgstr ""
553
 
554
  #: static/js/screens/DemoInstall/Wizzard/Content.js:31
555
  msgid "This will import posts, pages, comments, navigation menus, custom fields, terms and custom posts"
@@ -557,7 +557,7 @@ msgstr ""
557
 
558
  #: static/js/screens/DemoInstall/Wizzard/Content.js:71
559
  msgid "Clean Install"
560
- msgstr ""
561
 
562
  #: static/js/screens/DemoInstall/Wizzard/Content.js:73
563
  msgid "This option will remove the previous imported content and will perform a fresh and clean install."
@@ -573,7 +573,7 @@ msgstr ""
573
 
574
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:129
575
  msgid "Dismiss"
576
- msgstr ""
577
 
578
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:138
579
  msgid "What steps do you want to perform next?"
@@ -581,11 +581,11 @@ msgstr ""
581
 
582
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:150
583
  msgid "Remove"
584
- msgstr ""
585
 
586
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:159
587
  msgid "Reinstall"
588
- msgstr ""
589
 
590
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:42
591
  msgid "Deactivate demo plugins"
@@ -613,35 +613,35 @@ msgstr ""
613
 
614
  #: static/js/screens/Extensions.js:252
615
  msgid "Free Extensions"
616
- msgstr ""
617
 
618
  #: static/js/screens/Extensions.js:256
619
  msgid "Pro Extensions"
620
- msgstr ""
621
 
622
  #: static/js/screens/OptIn.js:55
623
  msgid "Stay Updated"
624
- msgstr ""
625
 
626
  #: static/js/screens/OptIn.js:58
627
  msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking."
628
- msgstr ""
629
 
630
  #: static/js/screens/OptIn.js:69
631
  msgid "Allow & Continue"
632
- msgstr ""
633
 
634
  #: static/js/screens/SiteExport.js:120
635
  msgid "Builder"
636
- msgstr ""
637
 
638
  #: static/js/screens/SiteExport.js:131
639
  msgid "Plugins"
640
- msgstr ""
641
 
642
  #: static/js/screens/SiteExport.js:144
643
  msgid "Export site"
644
- msgstr ""
645
 
646
  #: static/js/screens/SiteExport.js:71
647
  msgid "Site export"
@@ -649,7 +649,7 @@ msgstr ""
649
 
650
  #: static/js/screens/SiteExport.js:97
651
  msgid "Preview URL"
652
- msgstr ""
653
 
654
  #: framework/premium/extensions/mega-menu/extension.php:257
655
  msgid "New"
@@ -825,7 +825,7 @@ msgstr ""
825
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
826
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
827
  msgid "Icon Color"
828
- msgstr ""
829
 
830
  #: framework/premium/extensions/post-types-extra/config.php:4
831
  msgid "Post Types Extra"
@@ -909,7 +909,7 @@ msgstr ""
909
  #: framework/premium/extensions/shortcuts/views/bar.php:26,
910
  #: framework/premium/features/premium-header/items/contacts/options.php:69
911
  msgid "Phone"
912
- msgstr ""
913
 
914
  #: framework/premium/extensions/shortcuts/customizer.php:192,
915
  #: framework/premium/extensions/shortcuts/customizer.php:215,
@@ -970,7 +970,7 @@ msgstr ""
970
  #: framework/features/header/items/account/options.php:404,
971
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
972
  msgid "Icon Size"
973
- msgstr ""
974
 
975
  #: framework/premium/extensions/shortcuts/customizer.php:661
976
  msgid "Container Height"
@@ -1087,14 +1087,14 @@ msgstr ""
1087
  #: framework/features/header/items/account/options.php:383,
1088
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
1089
  msgid "Type 3"
1090
- msgstr ""
1091
 
1092
  #: framework/premium/extensions/woocommerce-extra/extension.php:87,
1093
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
1094
  #: framework/features/header/items/account/options.php:182,
1095
  #: framework/features/header/items/account/options.php:388
1096
  msgid "Type 4"
1097
- msgstr ""
1098
 
1099
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
  #: framework/premium/extensions/woocommerce-extra/extension.php:129
@@ -1245,12 +1245,12 @@ msgstr ""
1245
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
  #: framework/features/header/items/account/options.php:958
1247
  msgid "Close Icon Color"
1248
- msgstr ""
1249
 
1250
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:364,
1251
  #: framework/features/header/items/account/options.php:990
1252
  msgid "Close Icon Background"
1253
- msgstr ""
1254
 
1255
  #: framework/premium/extensions/woocommerce-extra/readme.php:4
1256
  msgid "After installing and activating the WooCommerce Extra extension you will have these features:"
@@ -1854,7 +1854,7 @@ msgstr ""
1854
  #: framework/features/header/items/account/options.php:17,
1855
  #: framework/features/header/items/account/options.php:18
1856
  msgid "WooCommerce Account"
1857
- msgstr ""
1858
 
1859
  #: framework/premium/features/content-blocks/hooks-manager.php:755
1860
  msgid "WP footer"
@@ -1892,11 +1892,11 @@ msgstr ""
1892
 
1893
  #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
1894
  msgid "About Me"
1895
- msgstr ""
1896
 
1897
  #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14
1898
  msgid "About me"
1899
- msgstr ""
1900
 
1901
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
1902
  #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
@@ -1911,7 +1911,7 @@ msgstr ""
1911
 
1912
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
1913
  msgid "Image"
1914
- msgstr ""
1915
 
1916
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
1917
  msgid "Ad Code"
@@ -1919,17 +1919,17 @@ msgstr ""
1919
 
1920
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
1921
  msgid "Upload Image"
1922
- msgstr ""
1923
 
1924
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
1925
  #: framework/extensions/widgets/widgets/ct-quote/options.php:66
1926
  msgid "Select Image"
1927
- msgstr ""
1928
 
1929
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
1930
  #: framework/extensions/widgets/widgets/ct-quote/options.php:67
1931
  msgid "Change Image"
1932
- msgstr ""
1933
 
1934
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
1935
  #: framework/extensions/widgets/widgets/ct-posts/options.php:126
@@ -1949,7 +1949,7 @@ msgstr ""
1949
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
1950
  #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
1951
  msgid "Contact Info"
1952
- msgstr ""
1953
 
1954
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
1955
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
@@ -1958,7 +1958,7 @@ msgstr ""
1958
  #: framework/premium/features/premium-header/items/contacts/options.php:49,
1959
  #: framework/premium/features/premium-header/items/contacts/view.php:22
1960
  msgid "Address:"
1961
- msgstr ""
1962
 
1963
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
1964
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
@@ -1967,7 +1967,7 @@ msgstr ""
1967
  #: framework/premium/features/premium-header/items/contacts/options.php:75,
1968
  #: framework/premium/features/premium-header/items/contacts/view.php:29
1969
  msgid "Phone:"
1970
- msgstr ""
1971
 
1972
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
1973
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
@@ -1976,12 +1976,12 @@ msgstr ""
1976
  #: framework/premium/features/premium-header/items/contacts/options.php:102,
1977
  #: framework/premium/features/premium-header/items/contacts/view.php:37
1978
  msgid "Mobile:"
1979
- msgstr ""
1980
 
1981
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
1982
  #: framework/premium/features/premium-header/items/contacts/options.php:44
1983
  msgid "Address"
1984
- msgstr ""
1985
 
1986
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
1987
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
@@ -1998,47 +1998,47 @@ msgstr ""
1998
  #: framework/premium/features/premium-header/items/contacts/options.php:196,
1999
  #: framework/premium/features/premium-header/items/contacts/options.php:223
2000
  msgid "Link (optional)"
2001
- msgstr ""
2002
 
2003
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
2004
  #: framework/premium/features/premium-header/items/contacts/options.php:124
2005
  msgid "Work Hours"
2006
- msgstr ""
2007
 
2008
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
2009
  #: framework/premium/features/premium-header/items/contacts/options.php:129
2010
  msgid "Opening hours"
2011
- msgstr ""
2012
 
2013
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
2014
  #: framework/premium/features/premium-header/items/contacts/options.php:151
2015
  msgid "Fax"
2016
- msgstr ""
2017
 
2018
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
2019
  #: framework/premium/features/premium-header/items/contacts/options.php:156
2020
  msgid "Fax:"
2021
- msgstr ""
2022
 
2023
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
2024
  #: framework/premium/features/premium-header/items/contacts/options.php:183
2025
  msgid "Email:"
2026
- msgstr ""
2027
 
2028
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
2029
  #: framework/premium/features/premium-header/items/contacts/options.php:205
2030
  msgid "Website"
2031
- msgstr ""
2032
 
2033
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
2034
  #: framework/premium/features/premium-header/items/contacts/options.php:210
2035
  msgid "Website:"
2036
- msgstr ""
2037
 
2038
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
2039
  #: framework/extensions/widgets/widgets/ct-socials/options.php:80
2040
  msgid "Small"
2041
- msgstr ""
2042
 
2043
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
2044
  #: framework/extensions/widgets/widgets/ct-socials/options.php:82
@@ -2073,7 +2073,7 @@ msgstr ""
2073
  #: framework/extensions/widgets/widgets/ct-socials/options.php:113,
2074
  #: framework/premium/features/premium-header/items/contacts/options.php:297
2075
  msgid "Solid"
2076
- msgstr ""
2077
 
2078
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
2079
  #: framework/extensions/widgets/widgets/ct-socials/options.php:114,
@@ -2083,31 +2083,31 @@ msgstr ""
2083
 
2084
  #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
2085
  msgid "Contact info"
2086
- msgstr ""
2087
 
2088
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:22
2089
  msgid "Page URL"
2090
- msgstr ""
2091
 
2092
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:30
2093
  msgid "Profile Photos"
2094
- msgstr ""
2095
 
2096
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:37
2097
  msgid "Timeline"
2098
- msgstr ""
2099
 
2100
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:44
2101
  msgid "Cover Photo"
2102
- msgstr ""
2103
 
2104
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:51
2105
  msgid "Small Header"
2106
- msgstr ""
2107
 
2108
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:14
2109
  msgid "Facebook like box"
2110
- msgstr ""
2111
 
2112
  #: framework/extensions/widgets/widgets/ct-posts/options.php:103
2113
  msgid "Widget Design"
@@ -2147,7 +2147,7 @@ msgstr ""
2147
 
2148
  #: framework/extensions/widgets/widgets/ct-posts/options.php:199
2149
  msgid "Recent"
2150
- msgstr ""
2151
 
2152
  #: framework/extensions/widgets/widgets/ct-posts/options.php:200
2153
  msgid "Most Commented"
@@ -2155,7 +2155,7 @@ msgstr ""
2155
 
2156
  #: framework/extensions/widgets/widgets/ct-posts/options.php:201
2157
  msgid "Random"
2158
- msgstr ""
2159
 
2160
  #: framework/extensions/widgets/widgets/ct-posts/options.php:208
2161
  msgid "Order by"
@@ -2163,23 +2163,23 @@ msgstr ""
2163
 
2164
  #: framework/extensions/widgets/widgets/ct-posts/options.php:214
2165
  msgid "1 Week"
2166
- msgstr ""
2167
 
2168
  #: framework/extensions/widgets/widgets/ct-posts/options.php:215
2169
  msgid "1 Month"
2170
- msgstr ""
2171
 
2172
  #: framework/extensions/widgets/widgets/ct-posts/options.php:216
2173
  msgid "3 Months"
2174
- msgstr ""
2175
 
2176
  #: framework/extensions/widgets/widgets/ct-posts/options.php:217
2177
  msgid "6 Months"
2178
- msgstr ""
2179
 
2180
  #: framework/extensions/widgets/widgets/ct-posts/options.php:218
2181
  msgid "1 Year"
2182
- msgstr ""
2183
 
2184
  #: framework/extensions/widgets/widgets/ct-posts/options.php:225
2185
  msgid "Posts Count"
@@ -2199,11 +2199,11 @@ msgstr ""
2199
 
2200
  #: framework/extensions/widgets/widgets/ct-posts/options.php:298
2201
  msgid "Show Date"
2202
- msgstr ""
2203
 
2204
  #: framework/extensions/widgets/widgets/ct-posts/options.php:305
2205
  msgid "Show Comments"
2206
- msgstr ""
2207
 
2208
  #: framework/extensions/widgets/widgets/ct-posts/options.php:312
2209
  msgid "Show Excerpt"
@@ -2226,29 +2226,29 @@ msgstr ""
2226
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
2227
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:14
2228
  msgid "Quote"
2229
- msgstr ""
2230
 
2231
  #: framework/extensions/widgets/widgets/ct-quote/options.php:46
2232
  msgid "Author Name"
2233
- msgstr ""
2234
 
2235
  #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
2236
  #: framework/extensions/widgets/widgets/ct-quote/view.php:18
2237
  msgid "John Doe"
2238
- msgstr ""
2239
 
2240
  #: framework/extensions/widgets/widgets/ct-quote/options.php:55
2241
  msgid "Author Label"
2242
- msgstr ""
2243
 
2244
  #: framework/extensions/widgets/widgets/ct-quote/options.php:62
2245
  msgid "Author Avatar"
2246
- msgstr ""
2247
 
2248
  #. translators: %s here is the author name
2249
  #: framework/extensions/widgets/widgets/ct-quote/view.php:49
2250
  msgid "By %s"
2251
- msgstr ""
2252
 
2253
  #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
2254
  #: framework/extensions/widgets/widgets/ct-socials/view.php:11
@@ -2261,7 +2261,7 @@ msgstr ""
2261
 
2262
  #: framework/extensions/widgets/widgets/ct-socials/options.php:59
2263
  msgid "Open links in new tab"
2264
- msgstr ""
2265
 
2266
  #: framework/extensions/widgets/widgets/ct-socials/options.php:67
2267
  msgid "Set links to nofollow"
@@ -2269,20 +2269,20 @@ msgstr ""
2269
 
2270
  #: framework/features/header/items/account/options.php:4
2271
  msgid "Profile Page"
2272
- msgstr ""
2273
 
2274
  #: framework/features/header/items/account/options.php:5
2275
  msgid "Dashboard Page"
2276
- msgstr ""
2277
 
2278
  #: framework/features/header/items/account/options.php:7,
2279
  #: framework/features/header/items/account/options.php:13
2280
  msgid "Custom Link"
2281
- msgstr ""
2282
 
2283
  #: framework/features/header/items/account/options.php:8
2284
  msgid "Logout"
2285
- msgstr ""
2286
 
2287
  #: framework/features/header/items/account/options.php:12
2288
  msgid "Modal"
@@ -2307,11 +2307,11 @@ msgstr ""
2307
 
2308
  #: framework/features/header/items/account/options.php:74
2309
  msgid "Select Menu"
2310
- msgstr ""
2311
 
2312
  #: framework/features/header/items/account/options.php:80
2313
  msgid "Select menu..."
2314
- msgstr ""
2315
 
2316
  #. translators: placeholder here means the actual URL.
2317
  #: framework/features/header/items/account/options.php:84
@@ -2321,30 +2321,30 @@ msgstr ""
2321
  #: framework/features/header/items/account/options.php:101,
2322
  #: framework/features/header/items/account/options.php:326
2323
  msgid "Custom Page Link"
2324
- msgstr ""
2325
 
2326
  #: framework/features/header/items/account/options.php:116,
2327
  #: framework/features/header/items/account/options.php:342
2328
  msgid "Account Image"
2329
- msgstr ""
2330
 
2331
  #: framework/features/header/items/account/options.php:122
2332
  msgid "Avatar"
2333
- msgstr ""
2334
 
2335
  #: framework/features/header/items/account/options.php:135
2336
  msgid "Avatar Size"
2337
- msgstr ""
2338
 
2339
  #: framework/features/header/items/account/options.php:187,
2340
  #: framework/features/header/items/account/options.php:393
2341
  msgid "Type 5"
2342
- msgstr ""
2343
 
2344
  #: framework/features/header/items/account/options.php:192,
2345
  #: framework/features/header/items/account/options.php:398
2346
  msgid "Type 6"
2347
- msgstr ""
2348
 
2349
  #: framework/features/header/items/account/options.php:269
2350
  msgid "Label Type"
@@ -2359,7 +2359,7 @@ msgstr ""
2359
  #: framework/features/header/items/account/options.php:293,
2360
  #: framework/features/header/items/account/views/login.php:67
2361
  msgid "My Account"
2362
- msgstr ""
2363
 
2364
  #: framework/features/header/items/account/options.php:503,
2365
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
@@ -2387,7 +2387,7 @@ msgstr ""
2387
  #: framework/premium/features/premium-header/items/search-input/options.php:449,
2388
  #: framework/premium/features/premium-header/items/search-input/options.php:585
2389
  msgid "Default State"
2390
- msgstr ""
2391
 
2392
  #: framework/features/header/items/account/options.php:524,
2393
  #: framework/features/header/items/account/options.php:670,
@@ -2403,7 +2403,7 @@ msgstr ""
2403
  #: framework/premium/features/premium-header/items/search-input/options.php:454,
2404
  #: framework/premium/features/premium-header/items/search-input/options.php:590
2405
  msgid "Transparent State"
2406
- msgstr ""
2407
 
2408
  #: framework/features/header/items/account/options.php:533,
2409
  #: framework/features/header/items/account/options.php:679,
@@ -2419,11 +2419,11 @@ msgstr ""
2419
  #: framework/premium/features/premium-header/items/search-input/options.php:463,
2420
  #: framework/premium/features/premium-header/items/search-input/options.php:599
2421
  msgid "Sticky State"
2422
- msgstr ""
2423
 
2424
  #: framework/features/header/items/account/options.php:785
2425
  msgid "Item Margin"
2426
- msgstr ""
2427
 
2428
  #: framework/features/header/items/account/options.php:804
2429
  msgid "Modal Options"
@@ -2443,7 +2443,7 @@ msgstr ""
2443
 
2444
  #: framework/features/header/items/account/options.php:1066
2445
  msgid "Element Visibility"
2446
- msgstr ""
2447
 
2448
  #: framework/features/header/items/account/view.php:16,
2449
  #: framework/features/header/items/account/view.php:18,
@@ -2968,7 +2968,7 @@ msgstr ""
2968
 
2969
  #: framework/premium/features/premium-header/items/language-switcher/config.php:6
2970
  msgid "Languages"
2971
- msgstr ""
2972
 
2973
  #: framework/premium/features/premium-header/items/language-switcher/options.php:17
2974
  msgid "Top Level Options"
@@ -3066,17 +3066,17 @@ msgstr ""
3066
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:205
3067
  #: static/js/screens/SiteExport.js:143
3068
  msgid "Loading..."
3069
- msgstr ""
3070
 
3071
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
3072
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
3073
  msgid "Invalid API Key..."
3074
- msgstr ""
3075
 
3076
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:92
3077
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:113
3078
  msgid "Select list..."
3079
- msgstr ""
3080
 
3081
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:123
3082
  msgid "This option is available only in Blocksy premium %sversion%s."
@@ -3092,7 +3092,7 @@ msgstr ""
3092
 
3093
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:173
3094
  msgid "API Key"
3095
- msgstr ""
3096
 
3097
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:207
3098
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
@@ -3103,7 +3103,7 @@ msgstr ""
3103
  #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:75
3104
  #: static/js/screens/Extensions.js:80
3105
  msgid "Activate"
3106
- msgstr ""
3107
 
3108
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:208
3109
  #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:221
@@ -3111,7 +3111,7 @@ msgstr ""
3111
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:978
3112
  #: framework/premium/static/js/footer/EditConditions.js:143
3113
  msgid "Save Settings"
3114
- msgstr ""
3115
 
3116
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:78
3117
  msgid "API Credentials"
@@ -3131,7 +3131,7 @@ msgstr ""
3131
 
3132
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:84
3133
  msgid "Loading"
3134
- msgstr ""
3135
 
3136
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:73
3137
  #: framework/extensions/product-reviews/static/js/ProductReviews.js:72
@@ -3141,11 +3141,11 @@ msgstr ""
3141
  #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:74
3142
  #: static/js/screens/Extensions.js:79
3143
  msgid "Deactivate"
3144
- msgstr ""
3145
 
3146
  #: framework/extensions/product-reviews/static/js/EditSettings.js:130
3147
  msgid "Save"
3148
- msgstr ""
3149
 
3150
  #: framework/extensions/product-reviews/static/js/EditSettings.js:39
3151
  msgid "Product Reviews Settings"
@@ -3250,7 +3250,7 @@ msgstr ""
3250
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
3251
  #: static/js/options/ConditionsManager.js:91
3252
  msgid "Select variation"
3253
- msgstr ""
3254
 
3255
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
3256
  msgid "Regular"
@@ -3530,7 +3530,7 @@ msgstr ""
3530
  #: static/js/header/EditConditions.js:83
3531
  #: static/js/options/DisplayCondition.js:44
3532
  msgid "Add/Edit Conditions"
3533
- msgstr ""
3534
 
3535
  #: framework/premium/static/js/footer/PanelsManager.js:162
3536
  msgid "Remove footer"
@@ -3549,7 +3549,7 @@ msgstr ""
3549
  #: static/js/header/PanelsManager.js:215
3550
  #: static/js/options/CustomizerOptionsManager.js:405
3551
  msgid "Cancel"
3552
- msgstr ""
3553
 
3554
  #: framework/premium/static/js/footer/PanelsManager.js:227
3555
  #: static/js/header/PanelsManager.js:231
@@ -3559,7 +3559,7 @@ msgstr "Confirmar"
3559
  #: framework/premium/static/js/footer/PanelsManager.js:68
3560
  #: static/js/header/PanelsManager.js:74
3561
  msgid "Edit Conditions"
3562
- msgstr ""
3563
 
3564
  #. translators: %s: PHP version
3565
  #: blocksy-companion.php:137
@@ -3596,7 +3596,7 @@ msgstr ""
3596
  #: framework/extensions-manager.php:269,
3597
  #: framework/premium/extensions/custom-fonts/extension.php:145
3598
  msgid "Custom Fonts"
3599
- msgstr ""
3600
 
3601
  #: framework/extensions-manager.php:270
3602
  msgid "Upload unlimited number of custom fonts or variable fonts and use them in any typography option."
@@ -3614,7 +3614,7 @@ msgstr ""
3614
  #: framework/extensions-manager.php:293,
3615
  #: framework/premium/extensions/mega-menu/config.php:4
3616
  msgid "Advanced Menu"
3617
- msgstr ""
3618
 
3619
  #: framework/extensions-manager.php:294
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
@@ -3641,7 +3641,7 @@ msgstr ""
3641
 
3642
  #: framework/extensions-manager.php:329
3643
  msgid "White Label (Agency Package)"
3644
- msgstr ""
3645
 
3646
  #: framework/extensions-manager.php:330
3647
  msgid "Change the theme and companion plugin branding to your own custom one."
@@ -3650,7 +3650,7 @@ msgstr ""
3650
  #: framework/extensions-manager.php:341,
3651
  #: framework/premium/extensions/woocommerce-extra/config.php:4
3652
  msgid "WooCommerce Extra"
3653
- msgstr ""
3654
 
3655
  #: framework/extensions-manager.php:342
3656
  msgid "Increase the conversion rate by adding a product quick view modal, a floating cart. Control the single product gallery/slider and the layout, add a wishlits page."
@@ -3661,49 +3661,49 @@ msgstr ""
3661
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
3662
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
3663
  msgid "Facebook"
3664
- msgstr ""
3665
 
3666
  #: framework/theme-integration.php:277
3667
  msgid "Twitter"
3668
- msgstr ""
3669
 
3670
  #: framework/theme-integration.php:278
3671
  msgid "LinkedIn"
3672
- msgstr ""
3673
 
3674
  #: framework/theme-integration.php:279
3675
  msgid "Dribbble"
3676
- msgstr ""
3677
 
3678
  #: framework/theme-integration.php:280
3679
  msgid "Instagram"
3680
- msgstr ""
3681
 
3682
  #: framework/theme-integration.php:281
3683
  msgid "Pinterest"
3684
- msgstr ""
3685
 
3686
  #: framework/theme-integration.php:282
3687
  msgid "WordPress"
3688
- msgstr ""
3689
 
3690
  #: framework/theme-integration.php:283
3691
  msgid "GitHub"
3692
- msgstr ""
3693
 
3694
  #: framework/theme-integration.php:284,
3695
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
3696
  #: framework/extensions/widgets/widgets/ct-socials/options.php:81
3697
  msgid "Medium"
3698
- msgstr ""
3699
 
3700
  #: framework/theme-integration.php:285
3701
  msgid "YouTube"
3702
- msgstr ""
3703
 
3704
  #: framework/theme-integration.php:286
3705
  msgid "Vimeo"
3706
- msgstr ""
3707
 
3708
  #: framework/theme-integration.php:287
3709
  msgid "VKontakte"
@@ -3715,27 +3715,27 @@ msgstr ""
3715
 
3716
  #: framework/theme-integration.php:289
3717
  msgid "TikTok"
3718
- msgstr ""
3719
 
3720
  #: framework/theme-integration.php:361
3721
  msgid "Companion"
3722
- msgstr ""
3723
 
3724
  #: framework/theme-integration.php:377 static/js/screens/SiteExport.js:106
3725
  msgid "PRO"
3726
- msgstr ""
3727
 
3728
  #: framework/theme-integration.php:506
3729
  msgid "Check your email"
3730
- msgstr ""
3731
 
3732
  #: framework/theme-integration.php:512
3733
  msgid "Registration Form"
3734
- msgstr ""
3735
 
3736
  #: framework/theme-integration.php:513
3737
  msgid "Register For This Site"
3738
- msgstr ""
3739
 
3740
  #: framework/widgets-manager.php:75
3741
  msgid "Default widget name"
@@ -3755,7 +3755,7 @@ msgstr ""
3755
 
3756
  #: framework/features/conditions-manager.php:352
3757
  msgid "%s Archive"
3758
- msgstr ""
3759
 
3760
  #: framework/features/conditions-manager.php:363
3761
  msgid "%s %s Taxonomy"
@@ -3767,15 +3767,15 @@ msgstr ""
3767
 
3768
  #: framework/features/conditions-manager.php:383
3769
  msgid "Basic"
3770
- msgstr ""
3771
 
3772
  #: framework/features/conditions-manager.php:387
3773
  msgid "Singulars"
3774
- msgstr ""
3775
 
3776
  #: framework/features/conditions-manager.php:392
3777
  msgid "Archives"
3778
- msgstr ""
3779
 
3780
  #: framework/features/conditions-manager.php:398,
3781
  #: framework/extensions/trending/customizer.php:4,
@@ -3785,7 +3785,7 @@ msgstr ""
3785
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
3786
  #: framework/premium/features/premium-header/items/search-input/options.php:4
3787
  msgid "Posts"
3788
- msgstr ""
3789
 
3790
  #: framework/features/conditions-manager.php:402,
3791
  #: framework/premium/features/content-blocks/hooks-manager.php:296,
@@ -3795,50 +3795,50 @@ msgstr ""
3795
  #: framework/premium/features/content-blocks/hooks-manager.php:326,
3796
  #: framework/premium/features/content-blocks/hooks-manager.php:334
3797
  msgid "Single Post"
3798
- msgstr ""
3799
 
3800
  #: framework/features/conditions-manager.php:407
3801
  msgid "All Post Archives"
3802
- msgstr ""
3803
 
3804
  #: framework/features/conditions-manager.php:412
3805
  msgid "Post Categories"
3806
- msgstr ""
3807
 
3808
  #: framework/features/conditions-manager.php:417
3809
  msgid "Post Tags"
3810
- msgstr ""
3811
 
3812
  #: framework/features/conditions-manager.php:423,
3813
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
3814
  #: framework/premium/features/premium-header/items/search-input/options.php:5
3815
  msgid "Pages"
3816
- msgstr ""
3817
 
3818
  #: framework/features/conditions-manager.php:427
3819
  msgid "Single Page"
3820
- msgstr ""
3821
 
3822
  #: framework/features/conditions-manager.php:474
3823
  msgid "Specific"
3824
- msgstr ""
3825
 
3826
  #: framework/features/conditions-manager.php:478
3827
  msgid "Post ID"
3828
- msgstr ""
3829
 
3830
  #: framework/features/conditions-manager.php:483
3831
  msgid "Page ID"
3832
- msgstr ""
3833
 
3834
  #: framework/features/conditions-manager.php:488
3835
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
3836
  msgid "Custom Post Type ID"
3837
- msgstr ""
3838
 
3839
  #: framework/features/conditions-manager.php:493
3840
  msgid "Taxonomy ID"
3841
- msgstr ""
3842
 
3843
  #: framework/features/conditions-manager.php:498
3844
  msgid "Post with Taxonomy ID"
@@ -3846,45 +3846,45 @@ msgstr ""
3846
 
3847
  #: framework/features/conditions-manager.php:504
3848
  msgid "Other Pages"
3849
- msgstr ""
3850
 
3851
  #: framework/features/conditions-manager.php:508
3852
  msgid "404"
3853
- msgstr ""
3854
 
3855
  #: framework/features/conditions-manager.php:513,
3856
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
3857
  #: framework/premium/features/premium-header/items/search-input/view.php:70
3858
  msgid "Search"
3859
- msgstr ""
3860
 
3861
  #: framework/features/conditions-manager.php:518
3862
  msgid "Blog"
3863
- msgstr ""
3864
 
3865
  #: framework/features/conditions-manager.php:523
3866
  msgid "Front Page"
3867
- msgstr ""
3868
 
3869
  #: framework/features/conditions-manager.php:535
3870
  msgid "Author"
3871
- msgstr ""
3872
 
3873
  #: framework/features/conditions-manager.php:541
3874
  msgid "User Auth"
3875
- msgstr ""
3876
 
3877
  #: framework/features/conditions-manager.php:545
3878
  msgid "User Logged In"
3879
- msgstr ""
3880
 
3881
  #: framework/features/conditions-manager.php:550
3882
  msgid "User Logged Out"
3883
- msgstr ""
3884
 
3885
  #: framework/features/conditions-manager.php:556
3886
  msgid "User Roles"
3887
- msgstr ""
3888
 
3889
  #: framework/features/conditions-manager.php:561,
3890
  #: framework/premium/features/content-blocks/options/404.php:19,
@@ -3900,7 +3900,7 @@ msgstr ""
3900
 
3901
  #: framework/features/conditions-manager.php:657
3902
  msgid "Language"
3903
- msgstr ""
3904
 
3905
  #: framework/features/demo-install.php:233
3906
  msgid "Your PHP installation doesn't have support for XML. Please install the <i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install starter sites. You might need to contact your hosting provider to assist you in doing so."
@@ -3908,15 +3908,15 @@ msgstr ""
3908
 
3909
  #: framework/features/dynamic-css.php:46
3910
  msgid "Dynamic CSS Output"
3911
- msgstr ""
3912
 
3913
  #: framework/features/dynamic-css.php:50
3914
  msgid "The strategy of outputting the dynamic CSS. File - all the CSS code will be placed in a static file, otherwise it will be placed inline in head."
3915
- msgstr ""
3916
 
3917
  #: framework/features/dynamic-css.php:52
3918
  msgid "File"
3919
- msgstr ""
3920
 
3921
  #: framework/features/dynamic-css.php:53,
3922
  #: framework/premium/features/premium-header/items/language-switcher/options.php:32
@@ -3941,7 +3941,7 @@ msgstr ""
3941
 
3942
  #: framework/features/google-analytics.php:98
3943
  msgid "IP Anonymization"
3944
- msgstr ""
3945
 
3946
  #: framework/features/google-analytics.php:102
3947
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
@@ -3949,7 +3949,7 @@ msgstr ""
3949
 
3950
  #: framework/features/opengraph-meta-data.php:17
3951
  msgid "OpenGraph Meta Data"
3952
- msgstr ""
3953
 
3954
  #: framework/features/opengraph-meta-data.php:20
3955
  msgid "Enable the OpenGraph rich meta data features for your website."
@@ -3957,15 +3957,15 @@ msgstr ""
3957
 
3958
  #: framework/features/opengraph-meta-data.php:29
3959
  msgid "Facebook Page URL"
3960
- msgstr ""
3961
 
3962
  #: framework/features/opengraph-meta-data.php:36
3963
  msgid "Facebook App ID"
3964
- msgstr ""
3965
 
3966
  #: framework/features/opengraph-meta-data.php:43
3967
  msgid "Twitter Username"
3968
- msgstr ""
3969
 
3970
  #: framework/extensions/cookies-consent/config.php:4
3971
  msgid "Cookies Consent"
@@ -4000,7 +4000,7 @@ msgstr ""
4000
  #: framework/premium/features/premium-header/items/search-input/options.php:37
4001
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
4002
  msgid "General"
4003
- msgstr ""
4004
 
4005
  #: framework/extensions/cookies-consent/customizer.php:31,
4006
  #: framework/premium/extensions/shortcuts/customizer.php:525,
@@ -4011,7 +4011,7 @@ msgstr ""
4011
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
4012
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
4013
  msgid "Type 1"
4014
- msgstr ""
4015
 
4016
  #: framework/extensions/cookies-consent/customizer.php:36,
4017
  #: framework/premium/extensions/shortcuts/customizer.php:530,
@@ -4022,7 +4022,7 @@ msgstr ""
4022
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
4023
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
4024
  msgid "Type 2"
4025
- msgstr ""
4026
 
4027
  #: framework/extensions/cookies-consent/customizer.php:43
4028
  msgid "Cookie period"
@@ -4030,35 +4030,35 @@ msgstr ""
4030
 
4031
  #: framework/extensions/cookies-consent/customizer.php:51
4032
  msgid "One hour"
4033
- msgstr ""
4034
 
4035
  #: framework/extensions/cookies-consent/customizer.php:52
4036
  msgid "One day"
4037
- msgstr ""
4038
 
4039
  #: framework/extensions/cookies-consent/customizer.php:53
4040
  msgid "One week"
4041
- msgstr ""
4042
 
4043
  #: framework/extensions/cookies-consent/customizer.php:54
4044
  msgid "One month"
4045
- msgstr ""
4046
 
4047
  #: framework/extensions/cookies-consent/customizer.php:55
4048
  msgid "Three months"
4049
- msgstr ""
4050
 
4051
  #: framework/extensions/cookies-consent/customizer.php:56
4052
  msgid "Six months"
4053
- msgstr ""
4054
 
4055
  #: framework/extensions/cookies-consent/customizer.php:57
4056
  msgid "One year"
4057
- msgstr ""
4058
 
4059
  #: framework/extensions/cookies-consent/customizer.php:58
4060
  msgid "Forever"
4061
- msgstr ""
4062
 
4063
  #: framework/extensions/cookies-consent/customizer.php:65,
4064
  #: framework/premium/features/content-blocks/hooks-manager.php:194,
@@ -4094,7 +4094,7 @@ msgstr ""
4094
  #: framework/extensions/cookies-consent/customizer.php:82,
4095
  #: framework/extensions/cookies-consent/helpers.php:33
4096
  msgid "Accept"
4097
- msgstr ""
4098
 
4099
  #: framework/extensions/cookies-consent/customizer.php:90,
4100
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
@@ -4116,7 +4116,7 @@ msgstr ""
4116
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
4117
  #: framework/premium/features/premium-header/items/search-input/options.php:178
4118
  msgid "Design"
4119
- msgstr ""
4120
 
4121
  #: framework/extensions/cookies-consent/customizer.php:95,
4122
  #: framework/extensions/trending/customizer.php:329,
@@ -4138,7 +4138,7 @@ msgstr ""
4138
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
4139
  #: framework/premium/features/premium-header/items/language-switcher/options.php:382
4140
  msgid "Font Color"
4141
- msgstr ""
4142
 
4143
  #: framework/extensions/cookies-consent/customizer.php:112,
4144
  #: framework/extensions/cookies-consent/customizer.php:142,
@@ -4259,7 +4259,7 @@ msgstr ""
4259
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
4260
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
4261
  msgid "Button Color"
4262
- msgstr ""
4263
 
4264
  #: framework/extensions/cookies-consent/customizer.php:154,
4265
  #: framework/premium/extensions/mega-menu/options.php:814,
@@ -4267,7 +4267,7 @@ msgstr ""
4267
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
4268
  #: framework/premium/features/premium-header/items/language-switcher/options.php:412
4269
  msgid "Background Color"
4270
- msgstr ""
4271
 
4272
  #: framework/extensions/cookies-consent/customizer.php:179
4273
  msgid "Maximum Width"
@@ -4283,7 +4283,7 @@ msgstr ""
4283
 
4284
  #: framework/extensions/cookies-consent/helpers.php:78
4285
  msgid "I accept the %sPrivacy Policy%s"
4286
- msgstr ""
4287
 
4288
  #: framework/extensions/cookies-consent/readme.php:1,
4289
  #: framework/extensions/newsletter-subscribe/readme.php:1,
@@ -4291,7 +4291,7 @@ msgstr ""
4291
  #: framework/premium/extensions/post-types-extra/readme.php:1,
4292
  #: framework/premium/extensions/woocommerce-extra/readme.php:1
4293
  msgid "Instructions"
4294
- msgstr ""
4295
 
4296
  #: framework/extensions/cookies-consent/readme.php:4
4297
  msgid "After installing and activating the Cookies Consent extension you will be able to configure it from this location:"
@@ -4300,7 +4300,7 @@ msgstr ""
4300
  #: framework/extensions/cookies-consent/readme.php:9,
4301
  #: framework/extensions/widgets/widgets/ct-socials/options.php:31
4302
  msgid "Customizer"
4303
- msgstr ""
4304
 
4305
  #: framework/extensions/cookies-consent/readme.php:13
4306
  msgid "Navigate to %s and customize the notification to meet your needs."
@@ -4346,7 +4346,7 @@ msgstr ""
4346
  #: framework/premium/features/premium-header/items/contacts/options.php:182,
4347
  #: framework/premium/features/premium-header/items/contacts/options.php:209
4348
  msgid "Title"
4349
- msgstr ""
4350
 
4351
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
4352
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
@@ -4357,7 +4357,7 @@ msgstr ""
4357
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
4358
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:14
4359
  msgid "Description"
4360
- msgstr ""
4361
 
4362
  #: framework/extensions/newsletter-subscribe/customizer.php:29,
4363
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
@@ -4365,7 +4365,7 @@ msgstr ""
4365
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
4366
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
4367
  msgid "Enter your email address below to subscribe to our newsletter"
4368
- msgstr ""
4369
 
4370
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
4371
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
@@ -4381,7 +4381,7 @@ msgstr ""
4381
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
4382
  #: framework/premium/features/content-blocks/options/hook.php:289
4383
  msgid "Default"
4384
- msgstr ""
4385
 
4386
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
4387
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
@@ -4414,7 +4414,7 @@ msgstr ""
4414
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
4415
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
4416
  msgid "Your name"
4417
- msgstr ""
4418
 
4419
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
4420
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
@@ -4428,7 +4428,7 @@ msgstr ""
4428
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
4429
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
4430
  msgid "Your email"
4431
- msgstr ""
4432
 
4433
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
4434
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
@@ -4442,7 +4442,7 @@ msgstr ""
4442
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
4443
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
4444
  msgid "Subscribe"
4445
- msgstr ""
4446
 
4447
  #: framework/extensions/newsletter-subscribe/customizer.php:126,
4448
  #: framework/premium/extensions/shortcuts/customizer.php:45,
@@ -4461,7 +4461,7 @@ msgstr ""
4461
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
4462
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
4463
  msgid "Visibility"
4464
- msgstr ""
4465
 
4466
  #: framework/extensions/newsletter-subscribe/customizer.php:137,
4467
  #: framework/extensions/trending/customizer.php:259,
@@ -4490,7 +4490,7 @@ msgstr ""
4490
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
4491
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
4492
  msgid "Desktop"
4493
- msgstr ""
4494
 
4495
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
4496
  #: framework/extensions/trending/customizer.php:260,
@@ -4518,7 +4518,7 @@ msgstr ""
4518
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
4519
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
4520
  msgid "Tablet"
4521
- msgstr ""
4522
 
4523
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
4524
  #: framework/extensions/trending/customizer.php:261,
@@ -4550,7 +4550,7 @@ msgstr ""
4550
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
4551
  #: framework/premium/features/premium-header/items/contacts/options.php:97
4552
  msgid "Mobile"
4553
- msgstr ""
4554
 
4555
  #: framework/extensions/newsletter-subscribe/customizer.php:152
4556
  msgid "Title Color"
@@ -4612,7 +4612,7 @@ msgstr ""
4612
  #: framework/extensions/trending/customizer.php:361,
4613
  #: framework/premium/extensions/shortcuts/customizer.php:932
4614
  msgid "Container Background"
4615
- msgstr ""
4616
 
4617
  #: framework/extensions/newsletter-subscribe/customizer.php:350
4618
  msgid "Container Border"
@@ -4636,7 +4636,7 @@ msgstr ""
4636
  #: framework/features/header/items/account/options.php:278
4637
  #: static/js/screens/SiteExport.js:85
4638
  msgid "Name"
4639
- msgstr ""
4640
 
4641
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
4642
  #: framework/features/header/modal/register.php:11,
@@ -4646,7 +4646,7 @@ msgstr ""
4646
  #: framework/premium/extensions/shortcuts/views/bar.php:27,
4647
  #: framework/premium/features/premium-header/items/contacts/options.php:178
4648
  msgid "Email"
4649
- msgstr ""
4650
 
4651
  #: framework/extensions/newsletter-subscribe/readme.php:4
4652
  msgid ""
@@ -4705,7 +4705,7 @@ msgstr ""
4705
 
4706
  #: framework/extensions/product-reviews/extension.php:312
4707
  msgid "Read More Button"
4708
- msgstr ""
4709
 
4710
  #: framework/extensions/product-reviews/extension.php:323
4711
  msgid "Buy Now Button"
@@ -4720,11 +4720,11 @@ msgstr ""
4720
  #: framework/extensions/product-reviews/extension.php:408,
4721
  #: framework/premium/extensions/mega-menu/options.php:770
4722
  msgid "Active"
4723
- msgstr ""
4724
 
4725
  #: framework/extensions/product-reviews/extension.php:365
4726
  msgid "Inactive"
4727
- msgstr ""
4728
 
4729
  #: framework/extensions/product-reviews/extension.php:373
4730
  msgid "Overll Score Text"
@@ -4744,7 +4744,7 @@ msgstr ""
4744
 
4745
  #: framework/extensions/product-reviews/extension.php:442
4746
  msgid "All Reviews"
4747
- msgstr ""
4748
 
4749
  #: framework/extensions/product-reviews/extension.php:443
4750
  msgid "View Product Review"
@@ -4772,7 +4772,7 @@ msgstr ""
4772
 
4773
  #: framework/extensions/product-reviews/extension.php:449
4774
  msgid "Not Found"
4775
- msgstr ""
4776
 
4777
  #: framework/extensions/product-reviews/extension.php:450
4778
  msgid "Not found in Trash"
@@ -4781,21 +4781,21 @@ msgstr ""
4781
  #: framework/extensions/product-reviews/extension.php:484,
4782
  #: framework/extensions/product-reviews/extension.php:494
4783
  msgid "Categories"
4784
- msgstr ""
4785
 
4786
  #: framework/extensions/product-reviews/extension.php:485,
4787
  #: framework/extensions/trending/customizer.php:35,
4788
  #: framework/extensions/widgets/widgets/ct-posts/options.php:37
4789
  msgid "Category"
4790
- msgstr ""
4791
 
4792
  #: framework/extensions/product-reviews/extension.php:486
4793
  msgid "Search Category"
4794
- msgstr ""
4795
 
4796
  #: framework/extensions/product-reviews/extension.php:487
4797
  msgid "All Categories"
4798
- msgstr ""
4799
 
4800
  #: framework/extensions/product-reviews/extension.php:488
4801
  msgid "Parent Category"
@@ -4807,19 +4807,19 @@ msgstr ""
4807
 
4808
  #: framework/extensions/product-reviews/extension.php:490
4809
  msgid "Edit Category"
4810
- msgstr ""
4811
 
4812
  #: framework/extensions/product-reviews/extension.php:491
4813
  msgid "Update Category"
4814
- msgstr ""
4815
 
4816
  #: framework/extensions/product-reviews/extension.php:492
4817
  msgid "Add New Category"
4818
- msgstr ""
4819
 
4820
  #: framework/extensions/product-reviews/extension.php:493
4821
  msgid "New Category Name"
4822
- msgstr ""
4823
 
4824
  #. translators: %s is the theme name.
4825
  #: framework/extensions/product-reviews/extension.php:512
@@ -4828,12 +4828,12 @@ msgstr ""
4828
 
4829
  #: framework/extensions/product-reviews/extension.php:513
4830
  msgid "Blocksy"
4831
- msgstr ""
4832
 
4833
  #: framework/extensions/product-reviews/helpers.php:30,
4834
  #: framework/extensions/product-reviews/metabox.php:163
4835
  msgid "Rating"
4836
- msgstr ""
4837
 
4838
  #: framework/extensions/product-reviews/metabox.php:10
4839
  msgid "Review Entity"
@@ -4846,7 +4846,7 @@ msgstr ""
4846
 
4847
  #: framework/extensions/product-reviews/metabox.php:19
4848
  msgid "Book"
4849
- msgstr ""
4850
 
4851
  #: framework/extensions/product-reviews/metabox.php:21
4852
  msgid "Creative Work Season"
@@ -4858,15 +4858,15 @@ msgstr ""
4858
 
4859
  #: framework/extensions/product-reviews/metabox.php:23
4860
  msgid "Episode"
4861
- msgstr ""
4862
 
4863
  #: framework/extensions/product-reviews/metabox.php:25
4864
  msgid "Game"
4865
- msgstr ""
4866
 
4867
  #: framework/extensions/product-reviews/metabox.php:27
4868
  msgid "Local Business"
4869
- msgstr ""
4870
 
4871
  #: framework/extensions/product-reviews/metabox.php:28
4872
  msgid "Media Object"
@@ -4874,7 +4874,7 @@ msgstr ""
4874
 
4875
  #: framework/extensions/product-reviews/metabox.php:29
4876
  msgid "Movie"
4877
- msgstr ""
4878
 
4879
  #: framework/extensions/product-reviews/metabox.php:30
4880
  msgid "Music Playlist"
@@ -4886,7 +4886,7 @@ msgstr ""
4886
 
4887
  #: framework/extensions/product-reviews/metabox.php:32
4888
  msgid "Organization"
4889
- msgstr ""
4890
 
4891
  #: framework/extensions/product-reviews/metabox.php:38
4892
  msgid "More info about review entity and how to choose the right one can be found %shere%s."
@@ -4906,7 +4906,7 @@ msgstr ""
4906
 
4907
  #: framework/extensions/product-reviews/metabox.php:80
4908
  msgid "Gallery"
4909
- msgstr ""
4910
 
4911
  #: framework/extensions/product-reviews/metabox.php:91
4912
  msgid "Affiliate Button Label"
@@ -4915,7 +4915,7 @@ msgstr ""
4915
  #: framework/extensions/product-reviews/metabox.php:93,
4916
  #: framework/extensions/product-reviews/views/single-top.php:156
4917
  msgid "Buy Now"
4918
- msgstr ""
4919
 
4920
  #: framework/extensions/product-reviews/metabox.php:98
4921
  msgid "Affiliate Link"
@@ -4936,15 +4936,15 @@ msgstr ""
4936
  #: framework/extensions/product-reviews/metabox.php:134,
4937
  #: framework/extensions/product-reviews/views/single-top.php:162
4938
  msgid "Read More"
4939
- msgstr ""
4940
 
4941
  #: framework/extensions/product-reviews/metabox.php:154
4942
  msgid "Short Description"
4943
- msgstr ""
4944
 
4945
  #: framework/extensions/product-reviews/metabox.php:169
4946
  msgid "Scores"
4947
- msgstr ""
4948
 
4949
  #: framework/extensions/product-reviews/metabox.php:209
4950
  msgid "Product specs"
@@ -4964,7 +4964,7 @@ msgstr ""
4964
  #: framework/extensions/trending/customizer.php:96,
4965
  #: framework/extensions/trending/customizer.php:105
4966
  msgid "Trending Posts"
4967
- msgstr ""
4968
 
4969
  #: framework/extensions/trending/config.php:5
4970
  msgid "Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time."
@@ -4974,12 +4974,12 @@ msgstr ""
4974
  #: framework/premium/extensions/shortcuts/views/bar.php:30,
4975
  #: framework/premium/features/premium-header/items/search-input/options.php:6
4976
  msgid "Products"
4977
- msgstr ""
4978
 
4979
  #: framework/extensions/trending/customizer.php:36,
4980
  #: framework/extensions/widgets/widgets/ct-posts/options.php:38
4981
  msgid "All categories"
4982
- msgstr ""
4983
 
4984
  #: framework/extensions/trending/customizer.php:41,
4985
  #: framework/extensions/widgets/widgets/ct-posts/options.php:43
@@ -4998,7 +4998,7 @@ msgstr ""
4998
  #: framework/extensions/trending/customizer.php:117,
4999
  #: framework/extensions/trending/helpers.php:218
5000
  msgid "Trending now"
5001
- msgstr ""
5002
 
5003
  #: framework/extensions/trending/customizer.php:122
5004
  msgid "Module Title Tag"
@@ -5034,28 +5034,28 @@ msgstr ""
5034
 
5035
  #: framework/extensions/trending/customizer.php:218
5036
  msgid "Trending From"
5037
- msgstr ""
5038
 
5039
  #: framework/extensions/trending/customizer.php:227,
5040
  #: framework/extensions/widgets/widgets/ct-posts/options.php:213
5041
  msgid "All Time"
5042
- msgstr ""
5043
 
5044
  #: framework/extensions/trending/customizer.php:228
5045
  msgid "Last 24 Hours"
5046
- msgstr ""
5047
 
5048
  #: framework/extensions/trending/customizer.php:229
5049
  msgid "Last 7 Days"
5050
- msgstr ""
5051
 
5052
  #: framework/extensions/trending/customizer.php:230
5053
  msgid "Last Month"
5054
- msgstr ""
5055
 
5056
  #: framework/extensions/trending/customizer.php:247
5057
  msgid "Container Visibility"
5058
- msgstr ""
5059
 
5060
  #: framework/extensions/trending/customizer.php:320
5061
  msgid "Posts Font"
@@ -5069,55 +5069,55 @@ msgstr ""
5069
  #: framework/features/header/items/account/options.php:481,
5070
  #: framework/features/header/items/account/views/logout.php:3
5071
  msgid "Login"
5072
- msgstr ""
5073
 
5074
  #: framework/features/header/account-modal.php:51
5075
  msgid "Sign Up"
5076
- msgstr ""
5077
 
5078
  #: framework/features/header/account-modal.php:70
5079
  msgid "Back to login"
5080
- msgstr ""
5081
 
5082
  #: framework/features/header/header-options.php:6
5083
  msgid "Sticky Functionality"
5084
- msgstr ""
5085
 
5086
  #: framework/features/header/header-options.php:32
5087
  msgid "Only Main Row"
5088
- msgstr ""
5089
 
5090
  #: framework/features/header/header-options.php:37
5091
  msgid "Top & Main Row"
5092
- msgstr ""
5093
 
5094
  #: framework/features/header/header-options.php:42
5095
  msgid "All Rows"
5096
- msgstr ""
5097
 
5098
  #: framework/features/header/header-options.php:47
5099
  msgid "Main & Bottom Row"
5100
- msgstr ""
5101
 
5102
  #: framework/features/header/header-options.php:52
5103
  msgid "Only Top Row"
5104
- msgstr ""
5105
 
5106
  #: framework/features/header/header-options.php:57
5107
  msgid "Only Bottom Row"
5108
- msgstr ""
5109
 
5110
  #: framework/features/header/header-options.php:63
5111
  msgid "Sticky Effect"
5112
- msgstr ""
5113
 
5114
  #: framework/features/header/header-options.php:72
5115
  msgid "Slide Down"
5116
- msgstr ""
5117
 
5118
  #: framework/features/header/header-options.php:73
5119
  msgid "Fade"
5120
- msgstr ""
5121
 
5122
  #: framework/features/header/header-options.php:74
5123
  msgid "Auto Hide/Show"
@@ -5126,11 +5126,11 @@ msgstr ""
5126
  #: framework/features/header/header-options.php:79,
5127
  #: framework/features/header/header-options.php:160
5128
  msgid "Enable on"
5129
- msgstr ""
5130
 
5131
  #: framework/features/header/header-options.php:106
5132
  msgid "Transparent Functionality"
5133
- msgstr ""
5134
 
5135
  #: framework/features/header/header-options.php:144,
5136
  #: framework/premium/extensions/shortcuts/customizer.php:742,
@@ -5141,7 +5141,7 @@ msgstr ""
5141
  #: framework/premium/static/js/footer/EditConditions.js:97
5142
  #: static/js/header/EditConditions.js:96
5143
  msgid "Display Conditions"
5144
- msgstr ""
5145
 
5146
  #: framework/premium/features/content-blocks.php:39
5147
  msgid "Hooks Locations"
@@ -5150,7 +5150,7 @@ msgstr ""
5150
  #: framework/premium/features/content-blocks.php:204,
5151
  #: framework/premium/extensions/shortcuts/customizer.php:517
5152
  msgid "Type"
5153
- msgstr ""
5154
 
5155
  #: framework/premium/features/content-blocks.php:205
5156
  msgid "Location/Trigger"
@@ -5180,7 +5180,7 @@ msgstr ""
5180
  #: framework/premium/features/content-blocks/options/popup.php:418,
5181
  #: framework/premium/features/premium-header/items/contacts/options.php:277
5182
  msgid "None"
5183
- msgstr ""
5184
 
5185
  #: framework/premium/features/content-blocks.php:229,
5186
  #: framework/premium/features/content-blocks/options/popup.php:163
@@ -5286,7 +5286,7 @@ msgstr ""
5286
  #: framework/features/header/items/account/options.php:348,
5287
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:441
5288
  msgid "Icon"
5289
- msgstr ""
5290
 
5291
  #: framework/premium/features/premium-header.php:172,
5292
  #: framework/premium/extensions/mega-menu/options.php:434,
@@ -5308,7 +5308,7 @@ msgstr ""
5308
  #: framework/features/header/items/account/options.php:465,
5309
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
5310
  msgid "Left"
5311
- msgstr ""
5312
 
5313
  #: framework/premium/features/premium-header.php:192,
5314
  #: framework/premium/extensions/mega-menu/options.php:464,
@@ -5317,7 +5317,7 @@ msgstr ""
5317
  #: framework/features/header/items/account/options.php:466,
5318
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
5319
  msgid "Right"
5320
- msgstr ""
5321
 
5322
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
5323
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
@@ -5331,7 +5331,7 @@ msgstr ""
5331
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
5332
  #: framework/features/header/items/account/options.php:277
5333
  msgid "Text"
5334
- msgstr ""
5335
 
5336
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
5337
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
@@ -5345,7 +5345,7 @@ msgstr ""
5345
 
5346
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
5347
  msgid "Boxed"
5348
- msgstr ""
5349
 
5350
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
5351
  msgid "Content Alignment"
@@ -5365,43 +5365,43 @@ msgstr ""
5365
 
5366
  #: framework/features/header/modal/login.php:17
5367
  msgid "Email Address"
5368
- msgstr ""
5369
 
5370
  #: framework/features/header/modal/login.php:22
5371
  msgid "Password"
5372
- msgstr ""
5373
 
5374
  #: framework/features/header/modal/login.php:29
5375
  msgid "Remember Me"
5376
- msgstr ""
5377
 
5378
  #: framework/features/header/modal/login.php:33
5379
  msgid "Forgot Password?"
5380
- msgstr ""
5381
 
5382
  #: framework/features/header/modal/login.php:41
5383
  msgid "Log In"
5384
- msgstr ""
5385
 
5386
  #: framework/features/header/modal/lostpassword.php:5
5387
  msgid "Username or Email Address"
5388
- msgstr ""
5389
 
5390
  #: framework/features/header/modal/lostpassword.php:11
5391
  msgid "Get New Password"
5392
- msgstr ""
5393
 
5394
  #: framework/features/header/modal/register.php:6
5395
  msgid "Username"
5396
- msgstr ""
5397
 
5398
  #: framework/features/header/modal/register.php:18
5399
  msgid "Registration confirmation will be emailed to you"
5400
- msgstr ""
5401
 
5402
  #: framework/features/header/modal/register.php:23
5403
  msgid "Register"
5404
- msgstr ""
5405
 
5406
  #: framework/premium/extensions/adobe-typekit/config.php:4
5407
  msgid "Adobe Fonts"
@@ -5467,7 +5467,7 @@ msgstr ""
5467
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
5468
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
5469
  msgid "Configure"
5470
- msgstr ""
5471
 
5472
  #: framework/premium/extensions/mega-menu/extension.php:99
5473
  msgid "Menu Item Settings"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: es_MX\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
18
  #: framework/premium/static/js/header/CreateHeader.js:134
19
  #: static/js/header/PanelsManager.js:58
20
  msgid "Global Header"
21
+ msgstr "Cabecera global"
22
 
23
  #: framework/premium/static/js/header/CreateHeader.js:173
24
  msgid "Create New Header"
159
 
160
  #: static/js/dashboard.js:30
161
  msgid "Starter Sites"
162
+ msgstr "Sitios de inicio"
163
 
164
  #: static/js/dashboard.js:42
165
  msgid "Extensions"
166
+ msgstr "Extensiones"
167
 
168
  #: static/js/header/EditConditions.js:142
169
  #: static/js/options/DisplayCondition.js:76
170
  msgid "Save Conditions"
171
+ msgstr "Guardar condiciones"
172
 
173
  #: static/js/header/EditConditions.js:98
174
  msgid "Add one or more conditions in order to display your header."
175
+ msgstr "Añade una o más condiciones para visualizar tu cabecera."
176
 
177
  #: static/js/header/PanelsManager.js:166
178
  msgid "Remove header"
179
+ msgstr "Quitar cabecera"
180
 
181
  #: static/js/header/PanelsManager.js:196
182
  msgid "Remove Header"
196
 
197
  #: static/js/helpers/SubmitSupport.js:30
198
  msgid "Submit a Support Ticket"
199
+ msgstr "Envía un tique de soporte"
200
 
201
  #: static/js/helpers/SubmitSupport.js:38
202
  msgid "Join Facebook Community"
203
+ msgstr "Únete a la comunidad de Facebook"
204
 
205
  #: static/js/helpers/useActivationAction.js:113
206
  msgid "Free vs Pro"
207
+ msgstr "Gratis frente a Pro"
208
 
209
  #: static/js/helpers/useActivationAction.js:120
210
  msgid "Upgrade Now"
211
+ msgstr "Actualizar ahora"
212
 
213
  #: static/js/helpers/useActivationAction.js:94
214
  msgid "Upgrade to the Pro version and get instant access to all premium extensions, features and future updates."
216
 
217
  #: static/js/options/ConditionsManager.js:116
218
  msgid "Select rule"
219
+ msgstr "Seleccionar regla"
220
 
221
  #: static/js/options/ConditionsManager.js:173
222
  msgid "Select taxonomy"
223
+ msgstr "Seleccionar taxonomía"
224
 
225
  #: static/js/options/ConditionsManager.js:207
226
  msgid "Select language"
227
+ msgstr "Seleccionar el idioma"
228
 
229
  #: static/js/options/ConditionsManager.js:238
230
  msgid "Select user"
236
 
237
  #: static/js/options/ConditionsManager.js:302
238
  msgid "Add Display Condition"
239
+ msgstr "Añadir condición de visualización"
240
 
241
  #: static/js/options/ConditionsManager.js:321
242
  msgid "Add User Condition"
243
+ msgstr "Añadir condición de usuario"
244
 
245
  #: static/js/options/ConditionsManager.js:93
246
  msgid "Include"
247
+ msgstr "Incluir"
248
 
249
  #: static/js/options/ConditionsManager.js:94
250
  msgid "Exclude"
251
+ msgstr "Excluir"
252
 
253
  #: static/js/options/ConditionsManager/PostIdPicker.js:67
254
  msgid "Type to search by ID or title..."
256
 
257
  #: static/js/options/ConditionsManager/PostIdPicker.js:73
258
  msgid "Select post"
259
+ msgstr "Seleccionar entrada"
260
 
261
  #: static/js/options/ConditionsManager/PostIdPicker.js:75
262
  msgid "Select page"
263
+ msgstr "Seleccionar página"
264
 
265
  #: static/js/options/CustomizerOptionsManager.js:105
266
  msgid "Import Options"
267
+ msgstr "Opciones de importación"
268
 
269
  #: static/js/options/CustomizerOptionsManager.js:108
270
  msgid "Easily import the theme customizer settings."
276
 
277
  #: static/js/options/CustomizerOptionsManager.js:192
278
  msgid "Import Customizations"
279
+ msgstr "Importar personalizaciones"
280
 
281
  #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
+ msgstr "Copiar las opciones"
284
 
285
  #: static/js/options/CustomizerOptionsManager.js:204
286
  msgid "Copy and import your customizations from parent or child theme."
304
 
305
  #: static/js/options/CustomizerOptionsManager.js:320
306
  msgid "Yes, I am sure"
307
+ msgstr "Sí, estoy seguro"
308
 
309
  #: static/js/options/CustomizerOptionsManager.js:334
310
  msgid "Export Settings"
311
+ msgstr "Ajustes de exportación"
312
 
313
  #: static/js/options/CustomizerOptionsManager.js:338
314
  msgid "Choose what set of settings you want to export."
324
 
325
  #: static/js/options/CustomizerOptionsManager.js:461
326
  msgid "Export"
327
+ msgstr "Exportar"
328
 
329
  #: static/js/options/CustomizerOptionsManager.js:82
330
  msgid "Export Options"
331
+ msgstr "Opciones de exportación"
332
 
333
  #: static/js/options/CustomizerOptionsManager.js:85
334
  msgid "Easily export the theme customizer settings."
340
 
341
  #: static/js/options/DisplayCondition.js:18
342
  msgid "Transparent Header Display Conditions"
343
+ msgstr "Condiciones de visualización de cabecera transparente"
344
 
345
  #: static/js/options/DisplayCondition.js:19
346
  msgid "Add one or more conditions to display the transparent header."
347
+ msgstr "Añade una o más condiciones para mostrar la cabecera transparente."
348
 
349
  #: static/js/screens/DemoInstall.js:119
350
  msgid "Loading Starter Sites..."
351
+ msgstr "Cargando sitios de inicio..."
352
 
353
  #: static/js/screens/DemoInstall.js:133
354
  msgid "The connection to our <b>demo.creativethemes.com</b> server didn't worked. This connection is required for importing the starter sites from our demo content server. All you have to do is to contact your hosting provider and ask them to white list our demo server address."
356
 
357
  #: static/js/screens/DemoInstall/DemoInstaller.js:66
358
  msgid "Installing"
359
+ msgstr "Instalando"
360
 
361
  #: static/js/screens/DemoInstall/DemoInstaller.js:69
362
  msgid "Please be patient and don't refresh this page, the import process may take a while, this also depends on your server."
364
 
365
  #: static/js/screens/DemoInstall/DemoToInstall.js:305
366
  msgid "Back"
367
+ msgstr "Volver"
368
 
369
  #: static/js/screens/DemoInstall/DemoToInstall.js:345
370
  msgid "Install"
371
+ msgstr "Instalar"
372
 
373
  #: static/js/screens/DemoInstall/DemoToInstall.js:346
374
  msgid "Next"
375
+ msgstr "Siguiente"
376
 
377
  #: static/js/screens/DemoInstall/DemosList.js:100
378
  msgid "Import"
379
+ msgstr "Importar"
380
 
381
  #: static/js/screens/DemoInstall/DemosList.js:43
382
  msgid "Available for"
383
+ msgstr "Disponible para"
384
 
385
  #: static/js/screens/DemoInstall/DemosList.js:86
386
  msgid "Preview"
387
+ msgstr "Previsualizar"
388
 
389
  #: static/js/screens/DemoInstall/DemosList.js:99
390
  msgid "Modify"
391
+ msgstr "Modificar"
392
 
393
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:22
394
  msgid "Starter Site Imported Successfully"
400
 
401
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:33
402
  msgid "Customize"
403
+ msgstr "Personalizar"
404
 
405
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:40
406
  msgid "View site"
407
+ msgstr "Ver sitio"
408
 
409
  #: static/js/screens/DemoInstall/Installer/messages.js:12
410
  msgid "copying child theme sources"
468
 
469
  #: static/js/screens/DemoInstall/Installer/messages.js:89
470
  msgid "users"
471
+ msgstr "usuarios"
472
 
473
  #: static/js/screens/DemoInstall/Installer/messages.js:90
474
  msgid "terms"
475
+ msgstr "términos"
476
 
477
  #: static/js/screens/DemoInstall/Installer/messages.js:91
478
  msgid "images"
479
+ msgstr "imágenes"
480
 
481
  #: static/js/screens/DemoInstall/Installer/messages.js:92
482
  msgid "posts"
483
+ msgstr "entradas"
484
 
485
  #: static/js/screens/DemoInstall/Installer/messages.js:93
486
  msgid "comments"
487
+ msgstr "comentarios"
488
 
489
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:108
490
  msgid "Register demo"
513
 
514
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:151
515
  msgid "Import options"
516
+ msgstr "Importar opciones"
517
 
518
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:161
519
  msgid "Import widgets"
520
+ msgstr "Importar widgets"
521
 
522
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:171
523
  msgid "Import content"
524
+ msgstr "Importar contenido"
525
 
526
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:100
527
  msgid "You already have a child theme properly installed and activated. Move on."
549
 
550
  #: static/js/screens/DemoInstall/Wizzard/Content.js:28
551
  msgid "Import Content"
552
+ msgstr "Importar el contenido"
553
 
554
  #: static/js/screens/DemoInstall/Wizzard/Content.js:31
555
  msgid "This will import posts, pages, comments, navigation menus, custom fields, terms and custom posts"
557
 
558
  #: static/js/screens/DemoInstall/Wizzard/Content.js:71
559
  msgid "Clean Install"
560
+ msgstr "Instalación limpia"
561
 
562
  #: static/js/screens/DemoInstall/Wizzard/Content.js:73
563
  msgid "This option will remove the previous imported content and will perform a fresh and clean install."
573
 
574
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:129
575
  msgid "Dismiss"
576
+ msgstr "Descartar"
577
 
578
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:138
579
  msgid "What steps do you want to perform next?"
581
 
582
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:150
583
  msgid "Remove"
584
+ msgstr "Eliminar"
585
 
586
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:159
587
  msgid "Reinstall"
588
+ msgstr "Reinstalar"
589
 
590
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:42
591
  msgid "Deactivate demo plugins"
613
 
614
  #: static/js/screens/Extensions.js:252
615
  msgid "Free Extensions"
616
+ msgstr "Extensiones gratuitas"
617
 
618
  #: static/js/screens/Extensions.js:256
619
  msgid "Pro Extensions"
620
+ msgstr "Extensiones Pro"
621
 
622
  #: static/js/screens/OptIn.js:55
623
  msgid "Stay Updated"
624
+ msgstr "Manténte actualizado"
625
 
626
  #: static/js/screens/OptIn.js:58
627
  msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking."
628
+ msgstr "No pierdas nunca una actualización importante: acepta nuestros avisos de actualizaciones de seguridad y características, y al seguimiento no confidencial de diagnóstico."
629
 
630
  #: static/js/screens/OptIn.js:69
631
  msgid "Allow & Continue"
632
+ msgstr "Permitir y continuar"
633
 
634
  #: static/js/screens/SiteExport.js:120
635
  msgid "Builder"
636
+ msgstr "Maquetador"
637
 
638
  #: static/js/screens/SiteExport.js:131
639
  msgid "Plugins"
640
+ msgstr "Plugins"
641
 
642
  #: static/js/screens/SiteExport.js:144
643
  msgid "Export site"
644
+ msgstr "Exportar sitio"
645
 
646
  #: static/js/screens/SiteExport.js:71
647
  msgid "Site export"
649
 
650
  #: static/js/screens/SiteExport.js:97
651
  msgid "Preview URL"
652
+ msgstr "URL de la vista previa"
653
 
654
  #: framework/premium/extensions/mega-menu/extension.php:257
655
  msgid "New"
825
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
826
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
827
  msgid "Icon Color"
828
+ msgstr "Color del icono"
829
 
830
  #: framework/premium/extensions/post-types-extra/config.php:4
831
  msgid "Post Types Extra"
909
  #: framework/premium/extensions/shortcuts/views/bar.php:26,
910
  #: framework/premium/features/premium-header/items/contacts/options.php:69
911
  msgid "Phone"
912
+ msgstr "Teléfono"
913
 
914
  #: framework/premium/extensions/shortcuts/customizer.php:192,
915
  #: framework/premium/extensions/shortcuts/customizer.php:215,
970
  #: framework/features/header/items/account/options.php:404,
971
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
972
  msgid "Icon Size"
973
+ msgstr "Tamaño del icono"
974
 
975
  #: framework/premium/extensions/shortcuts/customizer.php:661
976
  msgid "Container Height"
1087
  #: framework/features/header/items/account/options.php:383,
1088
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
1089
  msgid "Type 3"
1090
+ msgstr "Tipo 3"
1091
 
1092
  #: framework/premium/extensions/woocommerce-extra/extension.php:87,
1093
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
1094
  #: framework/features/header/items/account/options.php:182,
1095
  #: framework/features/header/items/account/options.php:388
1096
  msgid "Type 4"
1097
+ msgstr "Tipo 4"
1098
 
1099
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
  #: framework/premium/extensions/woocommerce-extra/extension.php:129
1245
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
  #: framework/features/header/items/account/options.php:958
1247
  msgid "Close Icon Color"
1248
+ msgstr "Color del icono de cerrar"
1249
 
1250
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:364,
1251
  #: framework/features/header/items/account/options.php:990
1252
  msgid "Close Icon Background"
1253
+ msgstr "Fondo del icono de cerrar"
1254
 
1255
  #: framework/premium/extensions/woocommerce-extra/readme.php:4
1256
  msgid "After installing and activating the WooCommerce Extra extension you will have these features:"
1854
  #: framework/features/header/items/account/options.php:17,
1855
  #: framework/features/header/items/account/options.php:18
1856
  msgid "WooCommerce Account"
1857
+ msgstr "Cuenta de WooCommerce"
1858
 
1859
  #: framework/premium/features/content-blocks/hooks-manager.php:755
1860
  msgid "WP footer"
1892
 
1893
  #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
1894
  msgid "About Me"
1895
+ msgstr "Sobre mí"
1896
 
1897
  #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14
1898
  msgid "About me"
1899
+ msgstr "Sobre mí"
1900
 
1901
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
1902
  #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
1911
 
1912
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
1913
  msgid "Image"
1914
+ msgstr "Imagen"
1915
 
1916
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
1917
  msgid "Ad Code"
1919
 
1920
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
1921
  msgid "Upload Image"
1922
+ msgstr "Subir imagen"
1923
 
1924
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
1925
  #: framework/extensions/widgets/widgets/ct-quote/options.php:66
1926
  msgid "Select Image"
1927
+ msgstr "Seleccionar imagen"
1928
 
1929
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
1930
  #: framework/extensions/widgets/widgets/ct-quote/options.php:67
1931
  msgid "Change Image"
1932
+ msgstr "Cambiar imagen"
1933
 
1934
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
1935
  #: framework/extensions/widgets/widgets/ct-posts/options.php:126
1949
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
1950
  #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
1951
  msgid "Contact Info"
1952
+ msgstr "Información de contacto"
1953
 
1954
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
1955
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
1958
  #: framework/premium/features/premium-header/items/contacts/options.php:49,
1959
  #: framework/premium/features/premium-header/items/contacts/view.php:22
1960
  msgid "Address:"
1961
+ msgstr "Dirección:"
1962
 
1963
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
1964
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
1967
  #: framework/premium/features/premium-header/items/contacts/options.php:75,
1968
  #: framework/premium/features/premium-header/items/contacts/view.php:29
1969
  msgid "Phone:"
1970
+ msgstr "Teléfono:"
1971
 
1972
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
1973
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
1976
  #: framework/premium/features/premium-header/items/contacts/options.php:102,
1977
  #: framework/premium/features/premium-header/items/contacts/view.php:37
1978
  msgid "Mobile:"
1979
+ msgstr "Móvil:"
1980
 
1981
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
1982
  #: framework/premium/features/premium-header/items/contacts/options.php:44
1983
  msgid "Address"
1984
+ msgstr "Dirección"
1985
 
1986
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
1987
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
1998
  #: framework/premium/features/premium-header/items/contacts/options.php:196,
1999
  #: framework/premium/features/premium-header/items/contacts/options.php:223
2000
  msgid "Link (optional)"
2001
+ msgstr "Enlace (opcional)"
2002
 
2003
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
2004
  #: framework/premium/features/premium-header/items/contacts/options.php:124
2005
  msgid "Work Hours"
2006
+ msgstr "Horario de trabajo"
2007
 
2008
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
2009
  #: framework/premium/features/premium-header/items/contacts/options.php:129
2010
  msgid "Opening hours"
2011
+ msgstr "Horario de apertura"
2012
 
2013
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
2014
  #: framework/premium/features/premium-header/items/contacts/options.php:151
2015
  msgid "Fax"
2016
+ msgstr "Fax"
2017
 
2018
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
2019
  #: framework/premium/features/premium-header/items/contacts/options.php:156
2020
  msgid "Fax:"
2021
+ msgstr "Fax:"
2022
 
2023
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
2024
  #: framework/premium/features/premium-header/items/contacts/options.php:183
2025
  msgid "Email:"
2026
+ msgstr "Correo electrónico:"
2027
 
2028
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
2029
  #: framework/premium/features/premium-header/items/contacts/options.php:205
2030
  msgid "Website"
2031
+ msgstr "Web"
2032
 
2033
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
2034
  #: framework/premium/features/premium-header/items/contacts/options.php:210
2035
  msgid "Website:"
2036
+ msgstr "Web:"
2037
 
2038
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
2039
  #: framework/extensions/widgets/widgets/ct-socials/options.php:80
2040
  msgid "Small"
2041
+ msgstr "Pequeño"
2042
 
2043
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
2044
  #: framework/extensions/widgets/widgets/ct-socials/options.php:82
2073
  #: framework/extensions/widgets/widgets/ct-socials/options.php:113,
2074
  #: framework/premium/features/premium-header/items/contacts/options.php:297
2075
  msgid "Solid"
2076
+ msgstr "Sólido"
2077
 
2078
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:313,
2079
  #: framework/extensions/widgets/widgets/ct-socials/options.php:114,
2083
 
2084
  #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:14
2085
  msgid "Contact info"
2086
+ msgstr "Información de contacto"
2087
 
2088
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:22
2089
  msgid "Page URL"
2090
+ msgstr "URL de la página"
2091
 
2092
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:30
2093
  msgid "Profile Photos"
2094
+ msgstr "Fotos del perfil"
2095
 
2096
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:37
2097
  msgid "Timeline"
2098
+ msgstr "Línea de tiempo"
2099
 
2100
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:44
2101
  msgid "Cover Photo"
2102
+ msgstr "Foto de portada"
2103
 
2104
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:51
2105
  msgid "Small Header"
2106
+ msgstr "Cabecera pequeña"
2107
 
2108
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:14
2109
  msgid "Facebook like box"
2110
+ msgstr "Cuadro de «Me gusta» de Facebook"
2111
 
2112
  #: framework/extensions/widgets/widgets/ct-posts/options.php:103
2113
  msgid "Widget Design"
2147
 
2148
  #: framework/extensions/widgets/widgets/ct-posts/options.php:199
2149
  msgid "Recent"
2150
+ msgstr "Reciente"
2151
 
2152
  #: framework/extensions/widgets/widgets/ct-posts/options.php:200
2153
  msgid "Most Commented"
2155
 
2156
  #: framework/extensions/widgets/widgets/ct-posts/options.php:201
2157
  msgid "Random"
2158
+ msgstr "Aleatorio"
2159
 
2160
  #: framework/extensions/widgets/widgets/ct-posts/options.php:208
2161
  msgid "Order by"
2163
 
2164
  #: framework/extensions/widgets/widgets/ct-posts/options.php:214
2165
  msgid "1 Week"
2166
+ msgstr "1 semana"
2167
 
2168
  #: framework/extensions/widgets/widgets/ct-posts/options.php:215
2169
  msgid "1 Month"
2170
+ msgstr "1 mes"
2171
 
2172
  #: framework/extensions/widgets/widgets/ct-posts/options.php:216
2173
  msgid "3 Months"
2174
+ msgstr "3 meses"
2175
 
2176
  #: framework/extensions/widgets/widgets/ct-posts/options.php:217
2177
  msgid "6 Months"
2178
+ msgstr "6 meses"
2179
 
2180
  #: framework/extensions/widgets/widgets/ct-posts/options.php:218
2181
  msgid "1 Year"
2182
+ msgstr "1 año"
2183
 
2184
  #: framework/extensions/widgets/widgets/ct-posts/options.php:225
2185
  msgid "Posts Count"
2199
 
2200
  #: framework/extensions/widgets/widgets/ct-posts/options.php:298
2201
  msgid "Show Date"
2202
+ msgstr "Mostrar la fecha"
2203
 
2204
  #: framework/extensions/widgets/widgets/ct-posts/options.php:305
2205
  msgid "Show Comments"
2206
+ msgstr "Mostrar los comentarios"
2207
 
2208
  #: framework/extensions/widgets/widgets/ct-posts/options.php:312
2209
  msgid "Show Excerpt"
2226
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
2227
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:14
2228
  msgid "Quote"
2229
+ msgstr "Cita"
2230
 
2231
  #: framework/extensions/widgets/widgets/ct-quote/options.php:46
2232
  msgid "Author Name"
2233
+ msgstr "Nombre del autor"
2234
 
2235
  #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
2236
  #: framework/extensions/widgets/widgets/ct-quote/view.php:18
2237
  msgid "John Doe"
2238
+ msgstr "Juan Nadie"
2239
 
2240
  #: framework/extensions/widgets/widgets/ct-quote/options.php:55
2241
  msgid "Author Label"
2242
+ msgstr "Etiqueta del autor"
2243
 
2244
  #: framework/extensions/widgets/widgets/ct-quote/options.php:62
2245
  msgid "Author Avatar"
2246
+ msgstr "Avatar del autor"
2247
 
2248
  #. translators: %s here is the author name
2249
  #: framework/extensions/widgets/widgets/ct-quote/view.php:49
2250
  msgid "By %s"
2251
+ msgstr "Por %s"
2252
 
2253
  #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
2254
  #: framework/extensions/widgets/widgets/ct-socials/view.php:11
2261
 
2262
  #: framework/extensions/widgets/widgets/ct-socials/options.php:59
2263
  msgid "Open links in new tab"
2264
+ msgstr "Abrir los enlaces en una nueva pestaña"
2265
 
2266
  #: framework/extensions/widgets/widgets/ct-socials/options.php:67
2267
  msgid "Set links to nofollow"
2269
 
2270
  #: framework/features/header/items/account/options.php:4
2271
  msgid "Profile Page"
2272
+ msgstr "Página de perfil"
2273
 
2274
  #: framework/features/header/items/account/options.php:5
2275
  msgid "Dashboard Page"
2276
+ msgstr "Página del escritorio"
2277
 
2278
  #: framework/features/header/items/account/options.php:7,
2279
  #: framework/features/header/items/account/options.php:13
2280
  msgid "Custom Link"
2281
+ msgstr "Enlace personalizado"
2282
 
2283
  #: framework/features/header/items/account/options.php:8
2284
  msgid "Logout"
2285
+ msgstr "Cerrar sesión"
2286
 
2287
  #: framework/features/header/items/account/options.php:12
2288
  msgid "Modal"
2307
 
2308
  #: framework/features/header/items/account/options.php:74
2309
  msgid "Select Menu"
2310
+ msgstr "Seleccionar el menú"
2311
 
2312
  #: framework/features/header/items/account/options.php:80
2313
  msgid "Select menu..."
2314
+ msgstr "Seleccionar el menú..."
2315
 
2316
  #. translators: placeholder here means the actual URL.
2317
  #: framework/features/header/items/account/options.php:84
2321
  #: framework/features/header/items/account/options.php:101,
2322
  #: framework/features/header/items/account/options.php:326
2323
  msgid "Custom Page Link"
2324
+ msgstr "Enlace de la página personalizada"
2325
 
2326
  #: framework/features/header/items/account/options.php:116,
2327
  #: framework/features/header/items/account/options.php:342
2328
  msgid "Account Image"
2329
+ msgstr "Imagen de la cuenta"
2330
 
2331
  #: framework/features/header/items/account/options.php:122
2332
  msgid "Avatar"
2333
+ msgstr "Avatar"
2334
 
2335
  #: framework/features/header/items/account/options.php:135
2336
  msgid "Avatar Size"
2337
+ msgstr "Tamaño del avatar"
2338
 
2339
  #: framework/features/header/items/account/options.php:187,
2340
  #: framework/features/header/items/account/options.php:393
2341
  msgid "Type 5"
2342
+ msgstr "Tipo 5"
2343
 
2344
  #: framework/features/header/items/account/options.php:192,
2345
  #: framework/features/header/items/account/options.php:398
2346
  msgid "Type 6"
2347
+ msgstr "Tipo 6"
2348
 
2349
  #: framework/features/header/items/account/options.php:269
2350
  msgid "Label Type"
2359
  #: framework/features/header/items/account/options.php:293,
2360
  #: framework/features/header/items/account/views/login.php:67
2361
  msgid "My Account"
2362
+ msgstr "Mi cuenta"
2363
 
2364
  #: framework/features/header/items/account/options.php:503,
2365
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
2387
  #: framework/premium/features/premium-header/items/search-input/options.php:449,
2388
  #: framework/premium/features/premium-header/items/search-input/options.php:585
2389
  msgid "Default State"
2390
+ msgstr "Estado por defecto"
2391
 
2392
  #: framework/features/header/items/account/options.php:524,
2393
  #: framework/features/header/items/account/options.php:670,
2403
  #: framework/premium/features/premium-header/items/search-input/options.php:454,
2404
  #: framework/premium/features/premium-header/items/search-input/options.php:590
2405
  msgid "Transparent State"
2406
+ msgstr "Estado transparente"
2407
 
2408
  #: framework/features/header/items/account/options.php:533,
2409
  #: framework/features/header/items/account/options.php:679,
2419
  #: framework/premium/features/premium-header/items/search-input/options.php:463,
2420
  #: framework/premium/features/premium-header/items/search-input/options.php:599
2421
  msgid "Sticky State"
2422
+ msgstr "Estado fijo"
2423
 
2424
  #: framework/features/header/items/account/options.php:785
2425
  msgid "Item Margin"
2426
+ msgstr "Margen del elemento"
2427
 
2428
  #: framework/features/header/items/account/options.php:804
2429
  msgid "Modal Options"
2443
 
2444
  #: framework/features/header/items/account/options.php:1066
2445
  msgid "Element Visibility"
2446
+ msgstr "Visibilidad del elemento"
2447
 
2448
  #: framework/features/header/items/account/view.php:16,
2449
  #: framework/features/header/items/account/view.php:18,
2968
 
2969
  #: framework/premium/features/premium-header/items/language-switcher/config.php:6
2970
  msgid "Languages"
2971
+ msgstr "Idiomas"
2972
 
2973
  #: framework/premium/features/premium-header/items/language-switcher/options.php:17
2974
  msgid "Top Level Options"
3066
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:205
3067
  #: static/js/screens/SiteExport.js:143
3068
  msgid "Loading..."
3069
+ msgstr "Cargando…"
3070
 
3071
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
3072
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
3073
  msgid "Invalid API Key..."
3074
+ msgstr "Clave de la API no válida..."
3075
 
3076
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:92
3077
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:113
3078
  msgid "Select list..."
3079
+ msgstr "Seleccionar una lista..."
3080
 
3081
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:123
3082
  msgid "This option is available only in Blocksy premium %sversion%s."
3092
 
3093
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:173
3094
  msgid "API Key"
3095
+ msgstr "Clave de la API"
3096
 
3097
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:207
3098
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
3103
  #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:75
3104
  #: static/js/screens/Extensions.js:80
3105
  msgid "Activate"
3106
+ msgstr "Activar"
3107
 
3108
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:208
3109
  #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:221
3111
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:978
3112
  #: framework/premium/static/js/footer/EditConditions.js:143
3113
  msgid "Save Settings"
3114
+ msgstr "Guardar los ajustes"
3115
 
3116
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:78
3117
  msgid "API Credentials"
3131
 
3132
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:84
3133
  msgid "Loading"
3134
+ msgstr "Cargando"
3135
 
3136
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:73
3137
  #: framework/extensions/product-reviews/static/js/ProductReviews.js:72
3141
  #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:74
3142
  #: static/js/screens/Extensions.js:79
3143
  msgid "Deactivate"
3144
+ msgstr "Desactivar"
3145
 
3146
  #: framework/extensions/product-reviews/static/js/EditSettings.js:130
3147
  msgid "Save"
3148
+ msgstr "Guardar"
3149
 
3150
  #: framework/extensions/product-reviews/static/js/EditSettings.js:39
3151
  msgid "Product Reviews Settings"
3250
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
3251
  #: static/js/options/ConditionsManager.js:91
3252
  msgid "Select variation"
3253
+ msgstr "Seleccionar variaciones"
3254
 
3255
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
3256
  msgid "Regular"
3530
  #: static/js/header/EditConditions.js:83
3531
  #: static/js/options/DisplayCondition.js:44
3532
  msgid "Add/Edit Conditions"
3533
+ msgstr "Añadir/Editar condiciones"
3534
 
3535
  #: framework/premium/static/js/footer/PanelsManager.js:162
3536
  msgid "Remove footer"
3549
  #: static/js/header/PanelsManager.js:215
3550
  #: static/js/options/CustomizerOptionsManager.js:405
3551
  msgid "Cancel"
3552
+ msgstr "Cancelar"
3553
 
3554
  #: framework/premium/static/js/footer/PanelsManager.js:227
3555
  #: static/js/header/PanelsManager.js:231
3559
  #: framework/premium/static/js/footer/PanelsManager.js:68
3560
  #: static/js/header/PanelsManager.js:74
3561
  msgid "Edit Conditions"
3562
+ msgstr "Editar condiciones"
3563
 
3564
  #. translators: %s: PHP version
3565
  #: blocksy-companion.php:137
3596
  #: framework/extensions-manager.php:269,
3597
  #: framework/premium/extensions/custom-fonts/extension.php:145
3598
  msgid "Custom Fonts"
3599
+ msgstr "Fuentes personalizadas"
3600
 
3601
  #: framework/extensions-manager.php:270
3602
  msgid "Upload unlimited number of custom fonts or variable fonts and use them in any typography option."
3614
  #: framework/extensions-manager.php:293,
3615
  #: framework/premium/extensions/mega-menu/config.php:4
3616
  msgid "Advanced Menu"
3617
+ msgstr "Menú avanzado"
3618
 
3619
  #: framework/extensions-manager.php:294
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
3641
 
3642
  #: framework/extensions-manager.php:329
3643
  msgid "White Label (Agency Package)"
3644
+ msgstr "Marca blanca (Paquete Agency)"
3645
 
3646
  #: framework/extensions-manager.php:330
3647
  msgid "Change the theme and companion plugin branding to your own custom one."
3650
  #: framework/extensions-manager.php:341,
3651
  #: framework/premium/extensions/woocommerce-extra/config.php:4
3652
  msgid "WooCommerce Extra"
3653
+ msgstr "Adicional de WooCommerce"
3654
 
3655
  #: framework/extensions-manager.php:342
3656
  msgid "Increase the conversion rate by adding a product quick view modal, a floating cart. Control the single product gallery/slider and the layout, add a wishlits page."
3661
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
3662
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
3663
  msgid "Facebook"
3664
+ msgstr "Facebook"
3665
 
3666
  #: framework/theme-integration.php:277
3667
  msgid "Twitter"
3668
+ msgstr "Twitter"
3669
 
3670
  #: framework/theme-integration.php:278
3671
  msgid "LinkedIn"
3672
+ msgstr "LinkedIn"
3673
 
3674
  #: framework/theme-integration.php:279
3675
  msgid "Dribbble"
3676
+ msgstr "Dribbble"
3677
 
3678
  #: framework/theme-integration.php:280
3679
  msgid "Instagram"
3680
+ msgstr "Instagram"
3681
 
3682
  #: framework/theme-integration.php:281
3683
  msgid "Pinterest"
3684
+ msgstr "Pinterest"
3685
 
3686
  #: framework/theme-integration.php:282
3687
  msgid "WordPress"
3688
+ msgstr "WordPress"
3689
 
3690
  #: framework/theme-integration.php:283
3691
  msgid "GitHub"
3692
+ msgstr "GitHub"
3693
 
3694
  #: framework/theme-integration.php:284,
3695
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
3696
  #: framework/extensions/widgets/widgets/ct-socials/options.php:81
3697
  msgid "Medium"
3698
+ msgstr "Medio"
3699
 
3700
  #: framework/theme-integration.php:285
3701
  msgid "YouTube"
3702
+ msgstr "YouTube"
3703
 
3704
  #: framework/theme-integration.php:286
3705
  msgid "Vimeo"
3706
+ msgstr "Vimeo"
3707
 
3708
  #: framework/theme-integration.php:287
3709
  msgid "VKontakte"
3715
 
3716
  #: framework/theme-integration.php:289
3717
  msgid "TikTok"
3718
+ msgstr "TikTok"
3719
 
3720
  #: framework/theme-integration.php:361
3721
  msgid "Companion"
3722
+ msgstr "Companion"
3723
 
3724
  #: framework/theme-integration.php:377 static/js/screens/SiteExport.js:106
3725
  msgid "PRO"
3726
+ msgstr "PRO"
3727
 
3728
  #: framework/theme-integration.php:506
3729
  msgid "Check your email"
3730
+ msgstr "Comprueba tu correo electrónico"
3731
 
3732
  #: framework/theme-integration.php:512
3733
  msgid "Registration Form"
3734
+ msgstr "Formulario de registro"
3735
 
3736
  #: framework/theme-integration.php:513
3737
  msgid "Register For This Site"
3738
+ msgstr "Regístrate en este sitio"
3739
 
3740
  #: framework/widgets-manager.php:75
3741
  msgid "Default widget name"
3755
 
3756
  #: framework/features/conditions-manager.php:352
3757
  msgid "%s Archive"
3758
+ msgstr "Archivo de %s"
3759
 
3760
  #: framework/features/conditions-manager.php:363
3761
  msgid "%s %s Taxonomy"
3767
 
3768
  #: framework/features/conditions-manager.php:383
3769
  msgid "Basic"
3770
+ msgstr "Básico"
3771
 
3772
  #: framework/features/conditions-manager.php:387
3773
  msgid "Singulars"
3774
+ msgstr "Singulares"
3775
 
3776
  #: framework/features/conditions-manager.php:392
3777
  msgid "Archives"
3778
+ msgstr "Archivos"
3779
 
3780
  #: framework/features/conditions-manager.php:398,
3781
  #: framework/extensions/trending/customizer.php:4,
3785
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
3786
  #: framework/premium/features/premium-header/items/search-input/options.php:4
3787
  msgid "Posts"
3788
+ msgstr "Entradas"
3789
 
3790
  #: framework/features/conditions-manager.php:402,
3791
  #: framework/premium/features/content-blocks/hooks-manager.php:296,
3795
  #: framework/premium/features/content-blocks/hooks-manager.php:326,
3796
  #: framework/premium/features/content-blocks/hooks-manager.php:334
3797
  msgid "Single Post"
3798
+ msgstr "Entrada individual"
3799
 
3800
  #: framework/features/conditions-manager.php:407
3801
  msgid "All Post Archives"
3802
+ msgstr "Archivos de todas las entradas"
3803
 
3804
  #: framework/features/conditions-manager.php:412
3805
  msgid "Post Categories"
3806
+ msgstr "Categorías de la entrada"
3807
 
3808
  #: framework/features/conditions-manager.php:417
3809
  msgid "Post Tags"
3810
+ msgstr "Etiquetas de la entrada"
3811
 
3812
  #: framework/features/conditions-manager.php:423,
3813
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
3814
  #: framework/premium/features/premium-header/items/search-input/options.php:5
3815
  msgid "Pages"
3816
+ msgstr "Páginas"
3817
 
3818
  #: framework/features/conditions-manager.php:427
3819
  msgid "Single Page"
3820
+ msgstr "Página individual"
3821
 
3822
  #: framework/features/conditions-manager.php:474
3823
  msgid "Specific"
3824
+ msgstr "Específico"
3825
 
3826
  #: framework/features/conditions-manager.php:478
3827
  msgid "Post ID"
3828
+ msgstr "ID de la entrada"
3829
 
3830
  #: framework/features/conditions-manager.php:483
3831
  msgid "Page ID"
3832
+ msgstr "ID de la página"
3833
 
3834
  #: framework/features/conditions-manager.php:488
3835
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
3836
  msgid "Custom Post Type ID"
3837
+ msgstr "ID de tipo de contenido personalizado"
3838
 
3839
  #: framework/features/conditions-manager.php:493
3840
  msgid "Taxonomy ID"
3841
+ msgstr "ID de la taxonomía"
3842
 
3843
  #: framework/features/conditions-manager.php:498
3844
  msgid "Post with Taxonomy ID"
3846
 
3847
  #: framework/features/conditions-manager.php:504
3848
  msgid "Other Pages"
3849
+ msgstr "Otras páginas"
3850
 
3851
  #: framework/features/conditions-manager.php:508
3852
  msgid "404"
3853
+ msgstr "404"
3854
 
3855
  #: framework/features/conditions-manager.php:513,
3856
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
3857
  #: framework/premium/features/premium-header/items/search-input/view.php:70
3858
  msgid "Search"
3859
+ msgstr "Buscar"
3860
 
3861
  #: framework/features/conditions-manager.php:518
3862
  msgid "Blog"
3863
+ msgstr "Blog"
3864
 
3865
  #: framework/features/conditions-manager.php:523
3866
  msgid "Front Page"
3867
+ msgstr "Página principal"
3868
 
3869
  #: framework/features/conditions-manager.php:535
3870
  msgid "Author"
3871
+ msgstr "Autor"
3872
 
3873
  #: framework/features/conditions-manager.php:541
3874
  msgid "User Auth"
3875
+ msgstr "Autorización del usuario"
3876
 
3877
  #: framework/features/conditions-manager.php:545
3878
  msgid "User Logged In"
3879
+ msgstr "Usuario conectado"
3880
 
3881
  #: framework/features/conditions-manager.php:550
3882
  msgid "User Logged Out"
3883
+ msgstr "Usuario desconectado"
3884
 
3885
  #: framework/features/conditions-manager.php:556
3886
  msgid "User Roles"
3887
+ msgstr "Perfiles de usuario"
3888
 
3889
  #: framework/features/conditions-manager.php:561,
3890
  #: framework/premium/features/content-blocks/options/404.php:19,
3900
 
3901
  #: framework/features/conditions-manager.php:657
3902
  msgid "Language"
3903
+ msgstr "Idioma"
3904
 
3905
  #: framework/features/demo-install.php:233
3906
  msgid "Your PHP installation doesn't have support for XML. Please install the <i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install starter sites. You might need to contact your hosting provider to assist you in doing so."
3908
 
3909
  #: framework/features/dynamic-css.php:46
3910
  msgid "Dynamic CSS Output"
3911
+ msgstr "Salida del CSS dinámico"
3912
 
3913
  #: framework/features/dynamic-css.php:50
3914
  msgid "The strategy of outputting the dynamic CSS. File - all the CSS code will be placed in a static file, otherwise it will be placed inline in head."
3915
+ msgstr "La estrategia de salida del CSS dinámico. Archivo - todo el código CSS será colocado en un archivo estático, de lo contrario, será colocado integrado en la cabecera."
3916
 
3917
  #: framework/features/dynamic-css.php:52
3918
  msgid "File"
3919
+ msgstr "Archivo"
3920
 
3921
  #: framework/features/dynamic-css.php:53,
3922
  #: framework/premium/features/premium-header/items/language-switcher/options.php:32
3941
 
3942
  #: framework/features/google-analytics.php:98
3943
  msgid "IP Anonymization"
3944
+ msgstr "Anonimizar IP"
3945
 
3946
  #: framework/features/google-analytics.php:102
3947
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
3949
 
3950
  #: framework/features/opengraph-meta-data.php:17
3951
  msgid "OpenGraph Meta Data"
3952
+ msgstr "Datos meta de OpenGraph"
3953
 
3954
  #: framework/features/opengraph-meta-data.php:20
3955
  msgid "Enable the OpenGraph rich meta data features for your website."
3957
 
3958
  #: framework/features/opengraph-meta-data.php:29
3959
  msgid "Facebook Page URL"
3960
+ msgstr "URL de la página de Facebook"
3961
 
3962
  #: framework/features/opengraph-meta-data.php:36
3963
  msgid "Facebook App ID"
3964
+ msgstr "ID de la App de Facebook"
3965
 
3966
  #: framework/features/opengraph-meta-data.php:43
3967
  msgid "Twitter Username"
3968
+ msgstr "Nombre de usuario de Twitter"
3969
 
3970
  #: framework/extensions/cookies-consent/config.php:4
3971
  msgid "Cookies Consent"
4000
  #: framework/premium/features/premium-header/items/search-input/options.php:37
4001
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
4002
  msgid "General"
4003
+ msgstr "General"
4004
 
4005
  #: framework/extensions/cookies-consent/customizer.php:31,
4006
  #: framework/premium/extensions/shortcuts/customizer.php:525,
4011
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
4012
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
4013
  msgid "Type 1"
4014
+ msgstr "Tipo 1"
4015
 
4016
  #: framework/extensions/cookies-consent/customizer.php:36,
4017
  #: framework/premium/extensions/shortcuts/customizer.php:530,
4022
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
4023
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
4024
  msgid "Type 2"
4025
+ msgstr "Tipo 2"
4026
 
4027
  #: framework/extensions/cookies-consent/customizer.php:43
4028
  msgid "Cookie period"
4030
 
4031
  #: framework/extensions/cookies-consent/customizer.php:51
4032
  msgid "One hour"
4033
+ msgstr "Una hora"
4034
 
4035
  #: framework/extensions/cookies-consent/customizer.php:52
4036
  msgid "One day"
4037
+ msgstr "Un día"
4038
 
4039
  #: framework/extensions/cookies-consent/customizer.php:53
4040
  msgid "One week"
4041
+ msgstr "Una semana"
4042
 
4043
  #: framework/extensions/cookies-consent/customizer.php:54
4044
  msgid "One month"
4045
+ msgstr "Un mes"
4046
 
4047
  #: framework/extensions/cookies-consent/customizer.php:55
4048
  msgid "Three months"
4049
+ msgstr "Tres meses"
4050
 
4051
  #: framework/extensions/cookies-consent/customizer.php:56
4052
  msgid "Six months"
4053
+ msgstr "Seis meses"
4054
 
4055
  #: framework/extensions/cookies-consent/customizer.php:57
4056
  msgid "One year"
4057
+ msgstr "Un año"
4058
 
4059
  #: framework/extensions/cookies-consent/customizer.php:58
4060
  msgid "Forever"
4061
+ msgstr "Para siempre"
4062
 
4063
  #: framework/extensions/cookies-consent/customizer.php:65,
4064
  #: framework/premium/features/content-blocks/hooks-manager.php:194,
4094
  #: framework/extensions/cookies-consent/customizer.php:82,
4095
  #: framework/extensions/cookies-consent/helpers.php:33
4096
  msgid "Accept"
4097
+ msgstr "Aceptar"
4098
 
4099
  #: framework/extensions/cookies-consent/customizer.php:90,
4100
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
4116
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
4117
  #: framework/premium/features/premium-header/items/search-input/options.php:178
4118
  msgid "Design"
4119
+ msgstr "Diseño"
4120
 
4121
  #: framework/extensions/cookies-consent/customizer.php:95,
4122
  #: framework/extensions/trending/customizer.php:329,
4138
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
4139
  #: framework/premium/features/premium-header/items/language-switcher/options.php:382
4140
  msgid "Font Color"
4141
+ msgstr "Color de la fuente"
4142
 
4143
  #: framework/extensions/cookies-consent/customizer.php:112,
4144
  #: framework/extensions/cookies-consent/customizer.php:142,
4259
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
4260
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
4261
  msgid "Button Color"
4262
+ msgstr "Color del botón"
4263
 
4264
  #: framework/extensions/cookies-consent/customizer.php:154,
4265
  #: framework/premium/extensions/mega-menu/options.php:814,
4267
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
4268
  #: framework/premium/features/premium-header/items/language-switcher/options.php:412
4269
  msgid "Background Color"
4270
+ msgstr "Color del fondo"
4271
 
4272
  #: framework/extensions/cookies-consent/customizer.php:179
4273
  msgid "Maximum Width"
4283
 
4284
  #: framework/extensions/cookies-consent/helpers.php:78
4285
  msgid "I accept the %sPrivacy Policy%s"
4286
+ msgstr "Acepto la %spolítica de privacidad%s"
4287
 
4288
  #: framework/extensions/cookies-consent/readme.php:1,
4289
  #: framework/extensions/newsletter-subscribe/readme.php:1,
4291
  #: framework/premium/extensions/post-types-extra/readme.php:1,
4292
  #: framework/premium/extensions/woocommerce-extra/readme.php:1
4293
  msgid "Instructions"
4294
+ msgstr "Instrucciones"
4295
 
4296
  #: framework/extensions/cookies-consent/readme.php:4
4297
  msgid "After installing and activating the Cookies Consent extension you will be able to configure it from this location:"
4300
  #: framework/extensions/cookies-consent/readme.php:9,
4301
  #: framework/extensions/widgets/widgets/ct-socials/options.php:31
4302
  msgid "Customizer"
4303
+ msgstr "Personalizador"
4304
 
4305
  #: framework/extensions/cookies-consent/readme.php:13
4306
  msgid "Navigate to %s and customize the notification to meet your needs."
4346
  #: framework/premium/features/premium-header/items/contacts/options.php:182,
4347
  #: framework/premium/features/premium-header/items/contacts/options.php:209
4348
  msgid "Title"
4349
+ msgstr "Título"
4350
 
4351
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
4352
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
4357
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
4358
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:14
4359
  msgid "Description"
4360
+ msgstr "Descripción"
4361
 
4362
  #: framework/extensions/newsletter-subscribe/customizer.php:29,
4363
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
4365
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
4366
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
4367
  msgid "Enter your email address below to subscribe to our newsletter"
4368
+ msgstr "Introduce tu dirección de correo electrónico para suscribirte a nuestro boletín"
4369
 
4370
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
4371
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
4381
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
4382
  #: framework/premium/features/content-blocks/options/hook.php:289
4383
  msgid "Default"
4384
+ msgstr "Por defecto"
4385
 
4386
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
4387
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
4414
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
4415
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
4416
  msgid "Your name"
4417
+ msgstr "Tu nombre"
4418
 
4419
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
4420
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
4428
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
4429
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
4430
  msgid "Your email"
4431
+ msgstr "Tu correo electrónico"
4432
 
4433
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
4434
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
4442
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
4443
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
4444
  msgid "Subscribe"
4445
+ msgstr "Suscribir"
4446
 
4447
  #: framework/extensions/newsletter-subscribe/customizer.php:126,
4448
  #: framework/premium/extensions/shortcuts/customizer.php:45,
4461
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
4462
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
4463
  msgid "Visibility"
4464
+ msgstr "Visibilidad"
4465
 
4466
  #: framework/extensions/newsletter-subscribe/customizer.php:137,
4467
  #: framework/extensions/trending/customizer.php:259,
4490
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
4491
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
4492
  msgid "Desktop"
4493
+ msgstr "Escritorio"
4494
 
4495
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
4496
  #: framework/extensions/trending/customizer.php:260,
4518
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
4519
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
4520
  msgid "Tablet"
4521
+ msgstr "Tableta"
4522
 
4523
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
4524
  #: framework/extensions/trending/customizer.php:261,
4550
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
4551
  #: framework/premium/features/premium-header/items/contacts/options.php:97
4552
  msgid "Mobile"
4553
+ msgstr "Móvil"
4554
 
4555
  #: framework/extensions/newsletter-subscribe/customizer.php:152
4556
  msgid "Title Color"
4612
  #: framework/extensions/trending/customizer.php:361,
4613
  #: framework/premium/extensions/shortcuts/customizer.php:932
4614
  msgid "Container Background"
4615
+ msgstr "Fondo del contenedor"
4616
 
4617
  #: framework/extensions/newsletter-subscribe/customizer.php:350
4618
  msgid "Container Border"
4636
  #: framework/features/header/items/account/options.php:278
4637
  #: static/js/screens/SiteExport.js:85
4638
  msgid "Name"
4639
+ msgstr "Nombre"
4640
 
4641
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
4642
  #: framework/features/header/modal/register.php:11,
4646
  #: framework/premium/extensions/shortcuts/views/bar.php:27,
4647
  #: framework/premium/features/premium-header/items/contacts/options.php:178
4648
  msgid "Email"
4649
+ msgstr "Correo electrónico"
4650
 
4651
  #: framework/extensions/newsletter-subscribe/readme.php:4
4652
  msgid ""
4705
 
4706
  #: framework/extensions/product-reviews/extension.php:312
4707
  msgid "Read More Button"
4708
+ msgstr "Botón «Leer más»"
4709
 
4710
  #: framework/extensions/product-reviews/extension.php:323
4711
  msgid "Buy Now Button"
4720
  #: framework/extensions/product-reviews/extension.php:408,
4721
  #: framework/premium/extensions/mega-menu/options.php:770
4722
  msgid "Active"
4723
+ msgstr "Activo"
4724
 
4725
  #: framework/extensions/product-reviews/extension.php:365
4726
  msgid "Inactive"
4727
+ msgstr "Inactivo"
4728
 
4729
  #: framework/extensions/product-reviews/extension.php:373
4730
  msgid "Overll Score Text"
4744
 
4745
  #: framework/extensions/product-reviews/extension.php:442
4746
  msgid "All Reviews"
4747
+ msgstr "Todas las reseñas"
4748
 
4749
  #: framework/extensions/product-reviews/extension.php:443
4750
  msgid "View Product Review"
4772
 
4773
  #: framework/extensions/product-reviews/extension.php:449
4774
  msgid "Not Found"
4775
+ msgstr "No encontrado"
4776
 
4777
  #: framework/extensions/product-reviews/extension.php:450
4778
  msgid "Not found in Trash"
4781
  #: framework/extensions/product-reviews/extension.php:484,
4782
  #: framework/extensions/product-reviews/extension.php:494
4783
  msgid "Categories"
4784
+ msgstr "Categorías"
4785
 
4786
  #: framework/extensions/product-reviews/extension.php:485,
4787
  #: framework/extensions/trending/customizer.php:35,
4788
  #: framework/extensions/widgets/widgets/ct-posts/options.php:37
4789
  msgid "Category"
4790
+ msgstr "Categoría"
4791
 
4792
  #: framework/extensions/product-reviews/extension.php:486
4793
  msgid "Search Category"
4794
+ msgstr "Buscar una categoría"
4795
 
4796
  #: framework/extensions/product-reviews/extension.php:487
4797
  msgid "All Categories"
4798
+ msgstr "Todas las categorías"
4799
 
4800
  #: framework/extensions/product-reviews/extension.php:488
4801
  msgid "Parent Category"
4807
 
4808
  #: framework/extensions/product-reviews/extension.php:490
4809
  msgid "Edit Category"
4810
+ msgstr "Editar la categoría"
4811
 
4812
  #: framework/extensions/product-reviews/extension.php:491
4813
  msgid "Update Category"
4814
+ msgstr "Actualizar la categoría"
4815
 
4816
  #: framework/extensions/product-reviews/extension.php:492
4817
  msgid "Add New Category"
4818
+ msgstr "Añadir una nueva categoría"
4819
 
4820
  #: framework/extensions/product-reviews/extension.php:493
4821
  msgid "New Category Name"
4822
+ msgstr "Nombre de la nueva categoría"
4823
 
4824
  #. translators: %s is the theme name.
4825
  #: framework/extensions/product-reviews/extension.php:512
4828
 
4829
  #: framework/extensions/product-reviews/extension.php:513
4830
  msgid "Blocksy"
4831
+ msgstr "Blocksy"
4832
 
4833
  #: framework/extensions/product-reviews/helpers.php:30,
4834
  #: framework/extensions/product-reviews/metabox.php:163
4835
  msgid "Rating"
4836
+ msgstr "Valoración"
4837
 
4838
  #: framework/extensions/product-reviews/metabox.php:10
4839
  msgid "Review Entity"
4846
 
4847
  #: framework/extensions/product-reviews/metabox.php:19
4848
  msgid "Book"
4849
+ msgstr "Libro"
4850
 
4851
  #: framework/extensions/product-reviews/metabox.php:21
4852
  msgid "Creative Work Season"
4858
 
4859
  #: framework/extensions/product-reviews/metabox.php:23
4860
  msgid "Episode"
4861
+ msgstr "Episodio"
4862
 
4863
  #: framework/extensions/product-reviews/metabox.php:25
4864
  msgid "Game"
4865
+ msgstr "Juego"
4866
 
4867
  #: framework/extensions/product-reviews/metabox.php:27
4868
  msgid "Local Business"
4869
+ msgstr "Negocio local"
4870
 
4871
  #: framework/extensions/product-reviews/metabox.php:28
4872
  msgid "Media Object"
4874
 
4875
  #: framework/extensions/product-reviews/metabox.php:29
4876
  msgid "Movie"
4877
+ msgstr "Película"
4878
 
4879
  #: framework/extensions/product-reviews/metabox.php:30
4880
  msgid "Music Playlist"
4886
 
4887
  #: framework/extensions/product-reviews/metabox.php:32
4888
  msgid "Organization"
4889
+ msgstr "Organización"
4890
 
4891
  #: framework/extensions/product-reviews/metabox.php:38
4892
  msgid "More info about review entity and how to choose the right one can be found %shere%s."
4906
 
4907
  #: framework/extensions/product-reviews/metabox.php:80
4908
  msgid "Gallery"
4909
+ msgstr "Galería"
4910
 
4911
  #: framework/extensions/product-reviews/metabox.php:91
4912
  msgid "Affiliate Button Label"
4915
  #: framework/extensions/product-reviews/metabox.php:93,
4916
  #: framework/extensions/product-reviews/views/single-top.php:156
4917
  msgid "Buy Now"
4918
+ msgstr "Comprar ahora"
4919
 
4920
  #: framework/extensions/product-reviews/metabox.php:98
4921
  msgid "Affiliate Link"
4936
  #: framework/extensions/product-reviews/metabox.php:134,
4937
  #: framework/extensions/product-reviews/views/single-top.php:162
4938
  msgid "Read More"
4939
+ msgstr "Leer más"
4940
 
4941
  #: framework/extensions/product-reviews/metabox.php:154
4942
  msgid "Short Description"
4943
+ msgstr "Descripción corta"
4944
 
4945
  #: framework/extensions/product-reviews/metabox.php:169
4946
  msgid "Scores"
4947
+ msgstr "Puntuaciones"
4948
 
4949
  #: framework/extensions/product-reviews/metabox.php:209
4950
  msgid "Product specs"
4964
  #: framework/extensions/trending/customizer.php:96,
4965
  #: framework/extensions/trending/customizer.php:105
4966
  msgid "Trending Posts"
4967
+ msgstr "Entradas en tendencia"
4968
 
4969
  #: framework/extensions/trending/config.php:5
4970
  msgid "Highlight your most popular posts or products based on the number of comments or reviews they have gotten in the specified period of time."
4974
  #: framework/premium/extensions/shortcuts/views/bar.php:30,
4975
  #: framework/premium/features/premium-header/items/search-input/options.php:6
4976
  msgid "Products"
4977
+ msgstr "Productos"
4978
 
4979
  #: framework/extensions/trending/customizer.php:36,
4980
  #: framework/extensions/widgets/widgets/ct-posts/options.php:38
4981
  msgid "All categories"
4982
+ msgstr "Todas las categorias"
4983
 
4984
  #: framework/extensions/trending/customizer.php:41,
4985
  #: framework/extensions/widgets/widgets/ct-posts/options.php:43
4998
  #: framework/extensions/trending/customizer.php:117,
4999
  #: framework/extensions/trending/helpers.php:218
5000
  msgid "Trending now"
5001
+ msgstr "Tendencia ahora"
5002
 
5003
  #: framework/extensions/trending/customizer.php:122
5004
  msgid "Module Title Tag"
5034
 
5035
  #: framework/extensions/trending/customizer.php:218
5036
  msgid "Trending From"
5037
+ msgstr "Tendencia desde"
5038
 
5039
  #: framework/extensions/trending/customizer.php:227,
5040
  #: framework/extensions/widgets/widgets/ct-posts/options.php:213
5041
  msgid "All Time"
5042
+ msgstr "Todo el tiempo"
5043
 
5044
  #: framework/extensions/trending/customizer.php:228
5045
  msgid "Last 24 Hours"
5046
+ msgstr "Últimas 24 horas"
5047
 
5048
  #: framework/extensions/trending/customizer.php:229
5049
  msgid "Last 7 Days"
5050
+ msgstr "Últimos 7 días"
5051
 
5052
  #: framework/extensions/trending/customizer.php:230
5053
  msgid "Last Month"
5054
+ msgstr "Último mes"
5055
 
5056
  #: framework/extensions/trending/customizer.php:247
5057
  msgid "Container Visibility"
5058
+ msgstr "Visibilidad del contenedor"
5059
 
5060
  #: framework/extensions/trending/customizer.php:320
5061
  msgid "Posts Font"
5069
  #: framework/features/header/items/account/options.php:481,
5070
  #: framework/features/header/items/account/views/logout.php:3
5071
  msgid "Login"
5072
+ msgstr "Acceso"
5073
 
5074
  #: framework/features/header/account-modal.php:51
5075
  msgid "Sign Up"
5076
+ msgstr "Registrarse"
5077
 
5078
  #: framework/features/header/account-modal.php:70
5079
  msgid "Back to login"
5080
+ msgstr "Volver a acceso"
5081
 
5082
  #: framework/features/header/header-options.php:6
5083
  msgid "Sticky Functionality"
5084
+ msgstr "Funcionalidad de efecto fijo"
5085
 
5086
  #: framework/features/header/header-options.php:32
5087
  msgid "Only Main Row"
5088
+ msgstr "Sólo la fila principal"
5089
 
5090
  #: framework/features/header/header-options.php:37
5091
  msgid "Top & Main Row"
5092
+ msgstr "Filas superior e inferior"
5093
 
5094
  #: framework/features/header/header-options.php:42
5095
  msgid "All Rows"
5096
+ msgstr "Todas las filas"
5097
 
5098
  #: framework/features/header/header-options.php:47
5099
  msgid "Main & Bottom Row"
5100
+ msgstr "Filas principal e inferior"
5101
 
5102
  #: framework/features/header/header-options.php:52
5103
  msgid "Only Top Row"
5104
+ msgstr "Sólo la fila superior"
5105
 
5106
  #: framework/features/header/header-options.php:57
5107
  msgid "Only Bottom Row"
5108
+ msgstr "Sólo la fila inferior"
5109
 
5110
  #: framework/features/header/header-options.php:63
5111
  msgid "Sticky Effect"
5112
+ msgstr "Efecto fijo"
5113
 
5114
  #: framework/features/header/header-options.php:72
5115
  msgid "Slide Down"
5116
+ msgstr "Deslizar hacia abajo"
5117
 
5118
  #: framework/features/header/header-options.php:73
5119
  msgid "Fade"
5120
+ msgstr "Desvanecer"
5121
 
5122
  #: framework/features/header/header-options.php:74
5123
  msgid "Auto Hide/Show"
5126
  #: framework/features/header/header-options.php:79,
5127
  #: framework/features/header/header-options.php:160
5128
  msgid "Enable on"
5129
+ msgstr "Activar en"
5130
 
5131
  #: framework/features/header/header-options.php:106
5132
  msgid "Transparent Functionality"
5133
+ msgstr "Funcionalidad de transparencia"
5134
 
5135
  #: framework/features/header/header-options.php:144,
5136
  #: framework/premium/extensions/shortcuts/customizer.php:742,
5141
  #: framework/premium/static/js/footer/EditConditions.js:97
5142
  #: static/js/header/EditConditions.js:96
5143
  msgid "Display Conditions"
5144
+ msgstr "Condiciones de visualización"
5145
 
5146
  #: framework/premium/features/content-blocks.php:39
5147
  msgid "Hooks Locations"
5150
  #: framework/premium/features/content-blocks.php:204,
5151
  #: framework/premium/extensions/shortcuts/customizer.php:517
5152
  msgid "Type"
5153
+ msgstr "Tipo"
5154
 
5155
  #: framework/premium/features/content-blocks.php:205
5156
  msgid "Location/Trigger"
5180
  #: framework/premium/features/content-blocks/options/popup.php:418,
5181
  #: framework/premium/features/premium-header/items/contacts/options.php:277
5182
  msgid "None"
5183
+ msgstr "Ninguno"
5184
 
5185
  #: framework/premium/features/content-blocks.php:229,
5186
  #: framework/premium/features/content-blocks/options/popup.php:163
5286
  #: framework/features/header/items/account/options.php:348,
5287
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:441
5288
  msgid "Icon"
5289
+ msgstr "Icono "
5290
 
5291
  #: framework/premium/features/premium-header.php:172,
5292
  #: framework/premium/extensions/mega-menu/options.php:434,
5308
  #: framework/features/header/items/account/options.php:465,
5309
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
5310
  msgid "Left"
5311
+ msgstr "Izquierda"
5312
 
5313
  #: framework/premium/features/premium-header.php:192,
5314
  #: framework/premium/extensions/mega-menu/options.php:464,
5317
  #: framework/features/header/items/account/options.php:466,
5318
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
5319
  msgid "Right"
5320
+ msgstr "Derecha"
5321
 
5322
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
5323
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
5331
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
5332
  #: framework/features/header/items/account/options.php:277
5333
  msgid "Text"
5334
+ msgstr "Texto"
5335
 
5336
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
5337
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
5345
 
5346
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
5347
  msgid "Boxed"
5348
+ msgstr "En cajas"
5349
 
5350
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
5351
  msgid "Content Alignment"
5365
 
5366
  #: framework/features/header/modal/login.php:17
5367
  msgid "Email Address"
5368
+ msgstr "Correo electrónico"
5369
 
5370
  #: framework/features/header/modal/login.php:22
5371
  msgid "Password"
5372
+ msgstr "Contraseña"
5373
 
5374
  #: framework/features/header/modal/login.php:29
5375
  msgid "Remember Me"
5376
+ msgstr "Recordarme"
5377
 
5378
  #: framework/features/header/modal/login.php:33
5379
  msgid "Forgot Password?"
5380
+ msgstr "¿Olvidaste la contraseña?"
5381
 
5382
  #: framework/features/header/modal/login.php:41
5383
  msgid "Log In"
5384
+ msgstr "Acceder"
5385
 
5386
  #: framework/features/header/modal/lostpassword.php:5
5387
  msgid "Username or Email Address"
5388
+ msgstr "Nombre de usuario o correo electrónico"
5389
 
5390
  #: framework/features/header/modal/lostpassword.php:11
5391
  msgid "Get New Password"
5392
+ msgstr "Obtener una nueva contraseña"
5393
 
5394
  #: framework/features/header/modal/register.php:6
5395
  msgid "Username"
5396
+ msgstr "Nombre de usuario"
5397
 
5398
  #: framework/features/header/modal/register.php:18
5399
  msgid "Registration confirmation will be emailed to you"
5400
+ msgstr "Recibirás confirmación del registro por correo electrónico."
5401
 
5402
  #: framework/features/header/modal/register.php:23
5403
  msgid "Register"
5404
+ msgstr "Registrarse"
5405
 
5406
  #: framework/premium/extensions/adobe-typekit/config.php:4
5407
  msgid "Adobe Fonts"
5467
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
5468
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
5469
  msgid "Configure"
5470
+ msgstr "Configurar"
5471
 
5472
  #: framework/premium/extensions/mega-menu/extension.php:99
5473
  msgid "Menu Item Settings"
languages/blocksy-companion-fr_FR.mo CHANGED
Binary file
languages/blocksy-companion-fr_FR.po CHANGED
@@ -2,18 +2,18 @@
2
  # This file is distributed under the same license as the Blocksy Companion Pro package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2021-10-27 12:10:44+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: fr\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
14
  #: framework/premium/static/js/header/CreateHeader.js:117
15
  msgid "Picker header"
16
- msgstr ""
17
 
18
  #: framework/premium/static/js/header/CreateHeader.js:134
19
  #: static/js/header/PanelsManager.js:58
@@ -58,15 +58,15 @@ msgstr ""
58
 
59
  #: framework/premium/static/js/hooks/CodeEditor.js:45
60
  msgid "Are you sure you want to continue?"
61
- msgstr ""
62
 
63
  #: framework/premium/static/js/hooks/CreateHook.js:105
64
  msgid "Content Block Name"
65
- msgstr ""
66
 
67
  #: framework/premium/static/js/hooks/CreateHook.js:131
68
  msgid "Create Content Block"
69
- msgstr ""
70
 
71
  #: framework/premium/static/js/hooks/CreateHook.js:35
72
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
@@ -74,88 +74,88 @@ msgstr ""
74
 
75
  #: framework/premium/static/js/hooks/CreateHook.js:55
76
  msgid "Select template type..."
77
- msgstr ""
78
 
79
  #: framework/premium/static/js/hooks/CreateHook.js:67
80
  msgid "Custom Content/Hooks"
81
- msgstr ""
82
 
83
  #: framework/premium/static/js/hooks/CreateHook.js:76
84
  msgid "Popup Template"
85
- msgstr ""
86
 
87
  #: framework/premium/static/js/hooks/CreateHook.js:82
88
  msgid "404 Page Template"
89
- msgstr ""
90
 
91
  #: framework/premium/static/js/hooks/CreateHook.js:91
92
  msgid "Header Template"
93
- msgstr ""
94
 
95
  #: framework/premium/static/js/hooks/CreateHook.js:97
96
  msgid "Footer Template"
97
- msgstr ""
98
 
99
  #: framework/premium/static/js/options/IconPicker.js:133
100
  msgid "Change Icon"
101
- msgstr ""
102
 
103
  #: framework/premium/static/js/options/IconPicker.js:150
104
  msgid "Remove Icon"
105
- msgstr ""
106
 
107
  #: framework/premium/static/js/options/IconPicker.js:156
108
  msgid "Select"
109
- msgstr ""
110
 
111
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:22
112
  msgid "Upload Icon"
113
- msgstr ""
114
 
115
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:34
116
  msgid "For performance and customization reasons, only SVG files are allowed."
117
- msgstr ""
118
 
119
  #: framework/premium/static/js/options/IconPicker/IconsList.js:24
120
  msgid "Search icon"
121
- msgstr ""
122
 
123
  #: framework/premium/static/js/options/IconPicker/Modal.js:135
124
  msgid "Predefined"
125
- msgstr ""
126
 
127
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:156
128
  msgid "Add New Location"
129
- msgstr ""
130
 
131
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:47
132
  msgid "Select location"
133
- msgstr ""
134
 
135
  #: framework/premium/static/js/typography/providers/kadence.js:15
136
  #: framework/premium/static/js/typography/providers/plus-addons.js:18
137
  #: framework/premium/static/js/typography/providers/stackable.js:18
138
  msgid "Blocksy Local Google Fonts"
139
- msgstr ""
140
 
141
  #: framework/premium/static/js/typography/providers/kadence.js:19
142
  #: framework/premium/static/js/typography/providers/plus-addons.js:22
143
  #: framework/premium/static/js/typography/providers/stackable.js:22
144
  msgid "Blocksy Typekit"
145
- msgstr ""
146
 
147
  #: framework/premium/static/js/typography/providers/kadence.js:20
148
  #: framework/premium/static/js/typography/providers/stackable.js:23
149
  msgid "Blocksy Custom Fonts"
150
- msgstr ""
151
 
152
  #: framework/premium/static/js/typography/providers/plus-addons.js:23
153
  msgid "Blocksy Custom"
154
- msgstr ""
155
 
156
  #: framework/premium/static/js/typography/providers/plus-addons.js:24
157
  msgid "Blocksy System"
158
- msgstr ""
159
 
160
  #: static/js/dashboard.js:30
161
  msgid "Starter Sites"
@@ -188,7 +188,7 @@ msgstr "Vous êtes sur le point de retirer un en-tête personnalisé, confirmez-
188
 
189
  #: static/js/helpers/SubmitSupport.js:18
190
  msgid "Need help or advice?"
191
- msgstr "Besoin d’aide ou de conseils ? "
192
 
193
  #: static/js/helpers/SubmitSupport.js:20
194
  msgid "Got a question or need help with the theme? You can always submit a support ticket or ask for help in our friendly Facebook community."
@@ -653,105 +653,105 @@ msgstr "URL de prévisualisation"
653
 
654
  #: framework/premium/extensions/mega-menu/extension.php:257
655
  msgid "New"
656
- msgstr ""
657
 
658
  #: framework/premium/extensions/mega-menu/options.php:16,
659
  #: framework/premium/extensions/mega-menu/options.php:528
660
  msgid "Mega Menu Settings"
661
- msgstr ""
662
 
663
  #: framework/premium/extensions/mega-menu/options.php:27
664
  msgid "Dropdown Width"
665
- msgstr ""
666
 
667
  #: framework/premium/extensions/mega-menu/options.php:35,
668
  #: framework/premium/extensions/mega-menu/options.php:48
669
  msgid "Content Width"
670
- msgstr ""
671
 
672
  #: framework/premium/extensions/mega-menu/options.php:36,
673
  #: framework/premium/extensions/mega-menu/options.php:57
674
  msgid "Full Width"
675
- msgstr ""
676
 
677
  #: framework/premium/extensions/mega-menu/options.php:37
678
  msgid "Custom Width"
679
- msgstr ""
680
 
681
  #: framework/premium/extensions/mega-menu/options.php:56
682
  msgid "Default Width"
683
- msgstr ""
684
 
685
  #: framework/premium/extensions/mega-menu/options.php:85
686
  msgid "Columns"
687
- msgstr ""
688
 
689
  #: framework/premium/extensions/mega-menu/options.php:320
690
  msgid "Custom Content"
691
- msgstr ""
692
 
693
  #: framework/premium/extensions/mega-menu/options.php:324
694
  msgid "Content Type"
695
- msgstr ""
696
 
697
  #: framework/premium/extensions/mega-menu/options.php:331
698
  msgid "Default (Menu Item)"
699
- msgstr ""
700
 
701
  #: framework/premium/extensions/mega-menu/options.php:332
702
  msgid "Custom Text"
703
- msgstr ""
704
 
705
  #: framework/premium/extensions/mega-menu/options.php:333
706
  msgid "Content Block/Hook"
707
- msgstr ""
708
 
709
  #: framework/premium/extensions/mega-menu/options.php:392,
710
  #: framework/premium/extensions/mega-menu/options.php:708
711
  msgid "Item Label Settings"
712
- msgstr ""
713
 
714
  #: framework/premium/extensions/mega-menu/options.php:397
715
  msgid "Item Label"
716
- msgstr ""
717
 
718
  #: framework/premium/extensions/mega-menu/options.php:405
719
  msgid "Enabled"
720
- msgstr ""
721
 
722
  #: framework/premium/extensions/mega-menu/options.php:406,
723
  #: framework/premium/features/content-blocks/options/404.php:104,
724
  #: framework/premium/features/content-blocks/options/header.php:108,
725
  #: framework/premium/features/content-blocks/options/hook.php:113
726
  msgid "Disabled"
727
- msgstr ""
728
 
729
  #: framework/premium/extensions/mega-menu/options.php:407
730
  msgid "Heading"
731
- msgstr ""
732
 
733
  #: framework/premium/extensions/mega-menu/options.php:413
734
  msgid "Label Link"
735
- msgstr ""
736
 
737
  #: framework/premium/extensions/mega-menu/options.php:479,
738
  #: framework/premium/extensions/mega-menu/options.php:790
739
  msgid "Menu Badge Settings"
740
- msgstr ""
741
 
742
  #: framework/premium/extensions/mega-menu/options.php:497,
743
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
744
  msgid "Vertical Alignment"
745
- msgstr ""
746
 
747
  #: framework/premium/extensions/mega-menu/options.php:532,
748
  #: framework/premium/extensions/shortcuts/customizer.php:862
749
  msgid "Background"
750
- msgstr ""
751
 
752
  #: framework/premium/extensions/mega-menu/options.php:546
753
  msgid "Link Color"
754
- msgstr ""
755
 
756
  #: framework/premium/extensions/mega-menu/options.php:566,
757
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
@@ -759,54 +759,54 @@ msgstr ""
759
  #: framework/premium/features/premium-header/items/contacts/options.php:459,
760
  #: framework/premium/features/premium-header/items/contacts/options.php:499
761
  msgid "Link Initial"
762
- msgstr ""
763
 
764
  #: framework/premium/extensions/mega-menu/options.php:571
765
  msgid "Link Hover/Active"
766
- msgstr ""
767
 
768
  #: framework/premium/extensions/mega-menu/options.php:576
769
  msgid "Background Hover"
770
- msgstr ""
771
 
772
  #: framework/premium/extensions/mega-menu/options.php:583,
773
  #: framework/premium/extensions/mega-menu/options.php:717
774
  msgid "Heading Color"
775
- msgstr ""
776
 
777
  #: framework/premium/extensions/mega-menu/options.php:595,
778
  #: framework/premium/extensions/mega-menu/options.php:615,
779
  #: framework/premium/extensions/mega-menu/options.php:729
780
  msgid "Initial Color"
781
- msgstr ""
782
 
783
  #: framework/premium/extensions/mega-menu/options.php:603
784
  msgid "Text Color"
785
- msgstr ""
786
 
787
  #: framework/premium/extensions/mega-menu/options.php:622,
788
  #: framework/premium/extensions/shortcuts/customizer.php:879,
789
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
790
  #: framework/premium/features/premium-header/items/search-input/options.php:815
791
  msgid "Items Divider"
792
- msgstr ""
793
 
794
  #: framework/premium/extensions/mega-menu/options.php:637
795
  msgid "Columns Divider"
796
- msgstr ""
797
 
798
  #: framework/premium/extensions/mega-menu/options.php:652,
799
  #: framework/premium/features/premium-header/items/search-input/options.php:797
800
  msgid "Dropdown Shadow"
801
- msgstr ""
802
 
803
  #: framework/premium/extensions/mega-menu/options.php:684
804
  msgid "Column Settings"
805
- msgstr ""
806
 
807
  #: framework/premium/extensions/mega-menu/options.php:688
808
  msgid "Column Spacing"
809
- msgstr ""
810
 
811
  #: framework/premium/extensions/mega-menu/options.php:740,
812
  #: framework/features/header/items/account/options.php:660,
@@ -829,7 +829,7 @@ msgstr "Couleur de l’icône"
829
 
830
  #: framework/premium/extensions/post-types-extra/config.php:4
831
  msgid "Post Types Extra"
832
- msgstr ""
833
 
834
  #: framework/premium/extensions/post-types-extra/config.php:5
835
  msgid "Enables support for Custom Fields inside archive cards and single page post title, adds a reading progress bar for your posts and lets you set featured images and colors for your categories archives."
@@ -841,11 +841,11 @@ msgstr ""
841
 
842
  #: framework/premium/extensions/post-types-extra/readme.php:10
843
  msgid "Custom Fields"
844
- msgstr ""
845
 
846
  #: framework/premium/extensions/post-types-extra/readme.php:14
847
  msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
848
- msgstr ""
849
 
850
  #: framework/premium/extensions/post-types-extra/readme.php:17
851
  msgid "Customizer ➝ Blog Posts ➝ Card Options"
@@ -857,7 +857,7 @@ msgstr ""
857
 
858
  #: framework/premium/extensions/post-types-extra/readme.php:29
859
  msgid "Taxonomies Filters"
860
- msgstr ""
861
 
862
  #: framework/premium/extensions/post-types-extra/readme.php:33
863
  msgid "You can enable the taxonomies filters from %s."
@@ -865,11 +865,11 @@ msgstr ""
865
 
866
  #: framework/premium/extensions/post-types-extra/readme.php:36
867
  msgid "Customizer ➝ Blog Posts ➝ Filters"
868
- msgstr ""
869
 
870
  #: framework/premium/extensions/post-types-extra/readme.php:44
871
  msgid "Read Progress Bar"
872
- msgstr ""
873
 
874
  #: framework/premium/extensions/post-types-extra/readme.php:48
875
  msgid "This options could be enabled from %s."
@@ -900,7 +900,7 @@ msgstr ""
900
  #: framework/premium/extensions/shortcuts/customizer.php:542,
901
  #: framework/premium/extensions/shortcuts/views/bar.php:25
902
  msgid "Home"
903
- msgstr ""
904
 
905
  #: framework/premium/extensions/shortcuts/customizer.php:68,
906
  #: framework/premium/extensions/shortcuts/customizer.php:91,
@@ -921,12 +921,12 @@ msgstr ""
921
  #: framework/premium/extensions/shortcuts/customizer.php:341,
922
  #: framework/premium/extensions/shortcuts/views/bar.php:29
923
  msgid "Cart"
924
- msgstr ""
925
 
926
  #: framework/premium/extensions/shortcuts/customizer.php:374,
927
  #: framework/premium/extensions/shortcuts/customizer.php:397
928
  msgid "Shop"
929
- msgstr ""
930
 
931
  #: framework/premium/extensions/shortcuts/customizer.php:430,
932
  #: framework/premium/extensions/shortcuts/customizer.php:453,
@@ -935,11 +935,11 @@ msgstr ""
935
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
936
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
937
  msgid "Wishlist"
938
- msgstr ""
939
 
940
  #: framework/premium/extensions/shortcuts/customizer.php:536
941
  msgid "Shortcuts"
942
- msgstr ""
943
 
944
  #: framework/premium/extensions/shortcuts/customizer.php:591,
945
  #: framework/features/header/items/account/options.php:216,
@@ -974,11 +974,11 @@ msgstr "Taille de l’icône"
974
 
975
  #: framework/premium/extensions/shortcuts/customizer.php:661
976
  msgid "Container Height"
977
- msgstr ""
978
 
979
  #: framework/premium/extensions/shortcuts/customizer.php:676
980
  msgid "Container Max Width"
981
- msgstr ""
982
 
983
  #: framework/premium/extensions/shortcuts/customizer.php:700
984
  msgid "Scroll Interaction"
@@ -986,11 +986,11 @@ msgstr ""
986
 
987
  #: framework/premium/extensions/shortcuts/customizer.php:706
988
  msgid "Hide"
989
- msgstr ""
990
 
991
  #: framework/premium/extensions/shortcuts/customizer.php:748
992
  msgid "Shortcuts Bar Display Conditions"
993
- msgstr ""
994
 
995
  #: framework/premium/extensions/shortcuts/customizer.php:749
996
  msgid "Add one or more conditions to display the shortcuts bar."
@@ -1002,7 +1002,7 @@ msgstr ""
1002
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
1003
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
1004
  msgid "Font"
1005
- msgstr ""
1006
 
1007
  #: framework/premium/extensions/shortcuts/customizer.php:805,
1008
  #: framework/premium/features/premium-header/items/contacts/options.php:529,
@@ -1010,7 +1010,7 @@ msgstr ""
1010
  #: framework/premium/features/premium-header/items/contacts/options.php:589,
1011
  #: framework/premium/features/premium-header/items/contacts/options.php:619
1012
  msgid "Icons Color"
1013
- msgstr ""
1014
 
1015
  #: framework/premium/extensions/shortcuts/customizer.php:844
1016
  msgid "Cart Badge Color"
@@ -1025,7 +1025,7 @@ msgstr ""
1025
  #: framework/premium/features/content-blocks/options/popup.php:368,
1026
  #: framework/premium/features/premium-header/items/language-switcher/options.php:446
1027
  msgid "Shadow"
1028
- msgstr ""
1029
 
1030
  #: framework/premium/extensions/sidebars/config.php:5
1031
  msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
@@ -1047,7 +1047,7 @@ msgstr ""
1047
  #: framework/premium/extensions/sidebars/form.php:16
1048
  #: framework/premium/extensions/sidebars/static/js/main.js:58
1049
  msgid "Create Sidebar"
1050
- msgstr ""
1051
 
1052
  #: framework/premium/extensions/sidebars/form.php:20
1053
  msgid "Available Sidebars/Widget Areas"
@@ -1099,11 +1099,11 @@ msgstr "Type 4"
1099
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
  #: framework/premium/extensions/woocommerce-extra/extension.php:129
1101
  msgid "Number of Columns"
1102
- msgstr ""
1103
 
1104
  #: framework/premium/extensions/woocommerce-extra/extension.php:612
1105
  msgid "Available Filters"
1106
- msgstr ""
1107
 
1108
  #: framework/premium/extensions/woocommerce-extra/extension.php:690
1109
  msgid "Quick view title before"
@@ -1132,7 +1132,7 @@ msgstr ""
1132
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
1133
  #: framework/premium/extensions/woocommerce-extra/readme.php:25
1134
  msgid "Floating Cart"
1135
- msgstr ""
1136
 
1137
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
1138
  msgid "Position"
@@ -1146,27 +1146,27 @@ msgstr ""
1146
 
1147
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
1148
  msgid "Product Title Visibility"
1149
- msgstr ""
1150
 
1151
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
1152
  msgid "Floating Cart Visibility"
1153
- msgstr ""
1154
 
1155
  #: framework/premium/extensions/woocommerce-extra/helpers.php:102
1156
  msgid "Go to product page"
1157
- msgstr ""
1158
 
1159
  #: framework/premium/extensions/woocommerce-extra/helpers.php:322
1160
  msgid "Filter"
1161
- msgstr ""
1162
 
1163
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
1164
  msgid "Off Canvas Filter"
1165
- msgstr ""
1166
 
1167
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
1168
  msgid "Filter Widgets"
1169
- msgstr ""
1170
 
1171
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
1172
  msgid "Widgets"
@@ -1220,7 +1220,7 @@ msgstr ""
1220
 
1221
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
1222
  msgid "Panel Reveal"
1223
- msgstr ""
1224
 
1225
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
1226
  msgid "Left Side"
@@ -1232,15 +1232,15 @@ msgstr ""
1232
 
1233
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
1234
  msgid "Panel Width"
1235
- msgstr ""
1236
 
1237
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
1238
  msgid "Panel Shadow"
1239
- msgstr ""
1240
 
1241
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:302
1242
  msgid "Panel Background"
1243
- msgstr ""
1244
 
1245
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
  #: framework/features/header/items/account/options.php:958
@@ -1266,7 +1266,7 @@ msgstr ""
1266
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
1267
  #: framework/premium/extensions/woocommerce-extra/readme.php:74
1268
  msgid "Navigate to %s."
1269
- msgstr ""
1270
 
1271
  #: framework/premium/extensions/woocommerce-extra/readme.php:17
1272
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
@@ -2488,11 +2488,11 @@ msgstr ""
2488
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
2489
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
2490
  msgid "Read Time"
2491
- msgstr ""
2492
 
2493
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:88
2494
  msgid " min"
2495
- msgstr ""
2496
 
2497
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:91
2498
  msgid " mins"
@@ -2500,15 +2500,15 @@ msgstr ""
2500
 
2501
  #: framework/premium/extensions/post-types-extra/includes/filtering.php:286
2502
  msgid "All"
2503
- msgstr ""
2504
 
2505
  #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
2506
  msgid "Featured Image"
2507
- msgstr ""
2508
 
2509
  #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
2510
  msgid "Accent Color"
2511
- msgstr ""
2512
 
2513
  #: framework/premium/extensions/shortcuts/views/bar.php:31,
2514
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:137
@@ -2598,7 +2598,7 @@ msgstr ""
2598
 
2599
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:14
2600
  msgid "Add to cart"
2601
- msgstr ""
2602
 
2603
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:89,
2604
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:113
@@ -2620,13 +2620,13 @@ msgstr ""
2620
  #: framework/premium/features/content-blocks/options/header.php:63,
2621
  #: framework/premium/features/content-blocks/options/hook.php:68
2622
  msgid "Narrow Width"
2623
- msgstr ""
2624
 
2625
  #: framework/premium/features/content-blocks/options/404.php:64,
2626
  #: framework/premium/features/content-blocks/options/header.php:68,
2627
  #: framework/premium/features/content-blocks/options/hook.php:73
2628
  msgid "Normal Width"
2629
- msgstr ""
2630
 
2631
  #: framework/premium/features/content-blocks/options/404.php:70,
2632
  #: framework/premium/features/content-blocks/options/header.php:74,
@@ -2670,7 +2670,7 @@ msgstr ""
2670
  #: framework/premium/features/content-blocks/options/hook.php:256,
2671
  #: framework/premium/features/content-blocks/options/popup.php:296
2672
  msgid "Expiration Date/Time"
2673
- msgstr ""
2674
 
2675
  #: framework/premium/features/content-blocks/options/hook.php:283
2676
  msgid "Block Position"
@@ -2810,17 +2810,17 @@ msgstr ""
2810
 
2811
  #: framework/premium/features/content-blocks/options/popup.php:347
2812
  msgid "Padding"
2813
- msgstr ""
2814
 
2815
  #: framework/premium/features/content-blocks/options/popup.php:357,
2816
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
2817
  #: framework/premium/features/premium-header/items/language-switcher/options.php:465
2818
  msgid "Border Radius"
2819
- msgstr ""
2820
 
2821
  #: framework/premium/features/content-blocks/options/popup.php:386
2822
  msgid "Popup Offset"
2823
- msgstr ""
2824
 
2825
  #: framework/premium/features/content-blocks/options/popup.php:396
2826
  msgid "Container Overflow"
@@ -2935,16 +2935,16 @@ msgstr ""
2935
 
2936
  #: framework/premium/features/premium-header/items/contacts/config.php:4
2937
  msgid "Contacts"
2938
- msgstr ""
2939
 
2940
  #: framework/premium/features/premium-header/items/contacts/options.php:239
2941
  msgid "Open Links In New Tab"
2942
- msgstr ""
2943
 
2944
  #: framework/premium/features/premium-header/items/contacts/options.php:259,
2945
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
2946
  msgid "Items Spacing"
2947
- msgstr ""
2948
 
2949
  #: framework/premium/features/premium-header/items/contacts/options.php:834,
2950
  #: framework/premium/features/premium-header/items/divider/options.php:107,
@@ -2952,11 +2952,11 @@ msgstr ""
2952
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2953
  #: framework/premium/features/premium-header/items/search-input/options.php:724
2954
  msgid "Margin"
2955
- msgstr ""
2956
 
2957
  #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2958
  msgid "Dark Mode"
2959
- msgstr ""
2960
 
2961
  #: framework/premium/features/premium-header/items/divider/config.php:4
2962
  msgid "Divider"
@@ -2976,7 +2976,7 @@ msgstr ""
2976
 
2977
  #: framework/premium/features/premium-header/items/language-switcher/options.php:37
2978
  msgid "Dropdown"
2979
- msgstr ""
2980
 
2981
  #: framework/premium/features/premium-header/items/language-switcher/options.php:47
2982
  msgid "Display"
@@ -2992,19 +2992,19 @@ msgstr ""
2992
 
2993
  #: framework/premium/features/premium-header/items/language-switcher/options.php:79
2994
  msgid "Long"
2995
- msgstr ""
2996
 
2997
  #: framework/premium/features/premium-header/items/language-switcher/options.php:80
2998
  msgid "Short"
2999
- msgstr ""
3000
 
3001
  #: framework/premium/features/premium-header/items/language-switcher/options.php:112
3002
  msgid "Hide Current Language"
3003
- msgstr ""
3004
 
3005
  #: framework/premium/features/premium-header/items/language-switcher/options.php:343
3006
  msgid "Dropdown Options"
3007
- msgstr ""
3008
 
3009
  #: framework/premium/features/premium-header/items/language-switcher/options.php:352
3010
  msgid "Dropdown Top Offset"
@@ -3051,11 +3051,11 @@ msgstr ""
3051
 
3052
  #: framework/premium/features/premium-header/items/search-input/options.php:744
3053
  msgid "Dropdown Text Color"
3054
- msgstr ""
3055
 
3056
  #: framework/premium/features/premium-header/items/search-input/options.php:775
3057
  msgid "Dropdown Background"
3058
- msgstr ""
3059
 
3060
  #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
3061
  msgid "Widget Area"
@@ -3759,7 +3759,7 @@ msgstr "Archive %s"
3759
 
3760
  #: framework/features/conditions-manager.php:363
3761
  msgid "%s %s Taxonomy"
3762
- msgstr "Taxonomie %s %s "
3763
 
3764
  #: framework/features/conditions-manager.php:377
3765
  msgid "Entire Website"
@@ -5187,17 +5187,17 @@ msgstr "Aucun"
5187
  #: framework/premium/features/content-blocks.php:229,
5188
  #: framework/premium/features/content-blocks/options/popup.php:163
5189
  msgid "On scroll"
5190
- msgstr ""
5191
 
5192
  #: framework/premium/features/content-blocks.php:230,
5193
  #: framework/premium/features/content-blocks/options/popup.php:164
5194
  msgid "On scroll to element"
5195
- msgstr ""
5196
 
5197
  #: framework/premium/features/content-blocks.php:231,
5198
  #: framework/premium/features/content-blocks/options/popup.php:165
5199
  msgid "On page load"
5200
- msgstr ""
5201
 
5202
  #: framework/premium/features/content-blocks.php:232,
5203
  #: framework/premium/features/content-blocks/options/popup.php:166
@@ -5212,7 +5212,7 @@ msgstr ""
5212
  #: framework/premium/features/content-blocks.php:234,
5213
  #: framework/premium/features/content-blocks/options/popup.php:168
5214
  msgid "On page exit intent"
5215
- msgstr ""
5216
 
5217
  #: framework/premium/features/content-blocks.php:238
5218
  msgid "Down"
@@ -5246,7 +5246,7 @@ msgstr ""
5246
  #: framework/premium/features/content-blocks.php:621
5247
  #: framework/premium/static/js/hooks/CreateHook.js:32
5248
  msgid "New Content Block"
5249
- msgstr ""
5250
 
5251
  #: framework/premium/features/content-blocks.php:623
5252
  msgid "View Content Block"
@@ -5258,11 +5258,11 @@ msgstr ""
5258
 
5259
  #: framework/premium/features/content-blocks.php:625
5260
  msgid "Nothing found"
5261
- msgstr ""
5262
 
5263
  #: framework/premium/features/content-blocks.php:626
5264
  msgid "Nothing found in Trash"
5265
- msgstr ""
5266
 
5267
  #: framework/premium/features/premium-footer.php:30,
5268
  #: framework/premium/features/premium-footer.php:41
@@ -5433,7 +5433,7 @@ msgstr ""
5433
 
5434
  #: framework/premium/extensions/code-snippets/readme.php:13
5435
  msgid "Navigate to %s and place there your header, body or footer scripts."
5436
- msgstr ""
5437
 
5438
  #: framework/premium/extensions/code-snippets/readme.php:16
5439
  msgid "Customizer ➝ Custom Code Snippets"
@@ -5461,7 +5461,7 @@ msgstr ""
5461
 
5462
  #: framework/premium/extensions/mega-menu/config.php:5
5463
  msgid "Create beautiful personalised menus that set your website apart from the others. Add icons and badges to your entries and even add Content Blocks inside your dropdowns."
5464
- msgstr ""
5465
 
5466
  #: framework/premium/extensions/mega-menu/config.php:9,
5467
  #: framework/premium/extensions/shortcuts/config.php:12
2
  # This file is distributed under the same license as the Blocksy Companion Pro package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2022-01-13 00:23:09+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: fr\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
14
  #: framework/premium/static/js/header/CreateHeader.js:117
15
  msgid "Picker header"
16
+ msgstr "En-tête du sélecteur"
17
 
18
  #: framework/premium/static/js/header/CreateHeader.js:134
19
  #: static/js/header/PanelsManager.js:58
58
 
59
  #: framework/premium/static/js/hooks/CodeEditor.js:45
60
  msgid "Are you sure you want to continue?"
61
+ msgstr "Confirmez-vous vouloir poursuivre ?"
62
 
63
  #: framework/premium/static/js/hooks/CreateHook.js:105
64
  msgid "Content Block Name"
65
+ msgstr "Nom du bloc de contenu"
66
 
67
  #: framework/premium/static/js/hooks/CreateHook.js:131
68
  msgid "Create Content Block"
69
+ msgstr "Créer un bloc de contenu"
70
 
71
  #: framework/premium/static/js/hooks/CreateHook.js:35
72
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
74
 
75
  #: framework/premium/static/js/hooks/CreateHook.js:55
76
  msgid "Select template type..."
77
+ msgstr "Sélectionnez le type de modèle…"
78
 
79
  #: framework/premium/static/js/hooks/CreateHook.js:67
80
  msgid "Custom Content/Hooks"
81
+ msgstr "Contenu personnalisé/crochets"
82
 
83
  #: framework/premium/static/js/hooks/CreateHook.js:76
84
  msgid "Popup Template"
85
+ msgstr "Modèle de fenêtre surgissante"
86
 
87
  #: framework/premium/static/js/hooks/CreateHook.js:82
88
  msgid "404 Page Template"
89
+ msgstr "Modèle de page 404"
90
 
91
  #: framework/premium/static/js/hooks/CreateHook.js:91
92
  msgid "Header Template"
93
+ msgstr "Modèle d’en-tête"
94
 
95
  #: framework/premium/static/js/hooks/CreateHook.js:97
96
  msgid "Footer Template"
97
+ msgstr "Modèle de pied de page"
98
 
99
  #: framework/premium/static/js/options/IconPicker.js:133
100
  msgid "Change Icon"
101
+ msgstr "Changer l'icône"
102
 
103
  #: framework/premium/static/js/options/IconPicker.js:150
104
  msgid "Remove Icon"
105
+ msgstr "Retirer l'icône"
106
 
107
  #: framework/premium/static/js/options/IconPicker.js:156
108
  msgid "Select"
109
+ msgstr "Sélectionner"
110
 
111
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:22
112
  msgid "Upload Icon"
113
+ msgstr "Téléverser une icône"
114
 
115
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:34
116
  msgid "For performance and customization reasons, only SVG files are allowed."
117
+ msgstr "Pour des raisons de performance et de personnalisation, seuls les fichiers SVG sont autorisés."
118
 
119
  #: framework/premium/static/js/options/IconPicker/IconsList.js:24
120
  msgid "Search icon"
121
+ msgstr "Rechercher une icône"
122
 
123
  #: framework/premium/static/js/options/IconPicker/Modal.js:135
124
  msgid "Predefined"
125
+ msgstr "Prédéfinie"
126
 
127
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:156
128
  msgid "Add New Location"
129
+ msgstr "Ajouter un nouvel emplacement"
130
 
131
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:47
132
  msgid "Select location"
133
+ msgstr "Sélectionner l’emplacement"
134
 
135
  #: framework/premium/static/js/typography/providers/kadence.js:15
136
  #: framework/premium/static/js/typography/providers/plus-addons.js:18
137
  #: framework/premium/static/js/typography/providers/stackable.js:18
138
  msgid "Blocksy Local Google Fonts"
139
+ msgstr "Polices Google locales Blocksy"
140
 
141
  #: framework/premium/static/js/typography/providers/kadence.js:19
142
  #: framework/premium/static/js/typography/providers/plus-addons.js:22
143
  #: framework/premium/static/js/typography/providers/stackable.js:22
144
  msgid "Blocksy Typekit"
145
+ msgstr "Kit de caractères Blocksy"
146
 
147
  #: framework/premium/static/js/typography/providers/kadence.js:20
148
  #: framework/premium/static/js/typography/providers/stackable.js:23
149
  msgid "Blocksy Custom Fonts"
150
+ msgstr "Polices personnalisées Blocksy"
151
 
152
  #: framework/premium/static/js/typography/providers/plus-addons.js:23
153
  msgid "Blocksy Custom"
154
+ msgstr "Blocksy personnalisé"
155
 
156
  #: framework/premium/static/js/typography/providers/plus-addons.js:24
157
  msgid "Blocksy System"
158
+ msgstr "Système Blocksy"
159
 
160
  #: static/js/dashboard.js:30
161
  msgid "Starter Sites"
188
 
189
  #: static/js/helpers/SubmitSupport.js:18
190
  msgid "Need help or advice?"
191
+ msgstr "Besoin d’aide ou de conseils ?"
192
 
193
  #: static/js/helpers/SubmitSupport.js:20
194
  msgid "Got a question or need help with the theme? You can always submit a support ticket or ask for help in our friendly Facebook community."
653
 
654
  #: framework/premium/extensions/mega-menu/extension.php:257
655
  msgid "New"
656
+ msgstr "Nouveau"
657
 
658
  #: framework/premium/extensions/mega-menu/options.php:16,
659
  #: framework/premium/extensions/mega-menu/options.php:528
660
  msgid "Mega Menu Settings"
661
+ msgstr "Réglages du méga menu"
662
 
663
  #: framework/premium/extensions/mega-menu/options.php:27
664
  msgid "Dropdown Width"
665
+ msgstr "Largeur du menu déroulant"
666
 
667
  #: framework/premium/extensions/mega-menu/options.php:35,
668
  #: framework/premium/extensions/mega-menu/options.php:48
669
  msgid "Content Width"
670
+ msgstr "Largeur du contenu"
671
 
672
  #: framework/premium/extensions/mega-menu/options.php:36,
673
  #: framework/premium/extensions/mega-menu/options.php:57
674
  msgid "Full Width"
675
+ msgstr "Pleine largeur"
676
 
677
  #: framework/premium/extensions/mega-menu/options.php:37
678
  msgid "Custom Width"
679
+ msgstr "Largeur personnalisée"
680
 
681
  #: framework/premium/extensions/mega-menu/options.php:56
682
  msgid "Default Width"
683
+ msgstr "Largeur par Défaut"
684
 
685
  #: framework/premium/extensions/mega-menu/options.php:85
686
  msgid "Columns"
687
+ msgstr "Colonnes"
688
 
689
  #: framework/premium/extensions/mega-menu/options.php:320
690
  msgid "Custom Content"
691
+ msgstr "Contenu personnalisé"
692
 
693
  #: framework/premium/extensions/mega-menu/options.php:324
694
  msgid "Content Type"
695
+ msgstr "Type de contenu"
696
 
697
  #: framework/premium/extensions/mega-menu/options.php:331
698
  msgid "Default (Menu Item)"
699
+ msgstr "Par défaut (élément de menu)"
700
 
701
  #: framework/premium/extensions/mega-menu/options.php:332
702
  msgid "Custom Text"
703
+ msgstr "Texte personnalisé"
704
 
705
  #: framework/premium/extensions/mega-menu/options.php:333
706
  msgid "Content Block/Hook"
707
+ msgstr "Bloc de contenu/crochet"
708
 
709
  #: framework/premium/extensions/mega-menu/options.php:392,
710
  #: framework/premium/extensions/mega-menu/options.php:708
711
  msgid "Item Label Settings"
712
+ msgstr "Réglages du libellé de l’élément"
713
 
714
  #: framework/premium/extensions/mega-menu/options.php:397
715
  msgid "Item Label"
716
+ msgstr "Libellé de l’élément"
717
 
718
  #: framework/premium/extensions/mega-menu/options.php:405
719
  msgid "Enabled"
720
+ msgstr "Activé"
721
 
722
  #: framework/premium/extensions/mega-menu/options.php:406,
723
  #: framework/premium/features/content-blocks/options/404.php:104,
724
  #: framework/premium/features/content-blocks/options/header.php:108,
725
  #: framework/premium/features/content-blocks/options/hook.php:113
726
  msgid "Disabled"
727
+ msgstr "Désactivé"
728
 
729
  #: framework/premium/extensions/mega-menu/options.php:407
730
  msgid "Heading"
731
+ msgstr "Titre"
732
 
733
  #: framework/premium/extensions/mega-menu/options.php:413
734
  msgid "Label Link"
735
+ msgstr "Lien du libellé"
736
 
737
  #: framework/premium/extensions/mega-menu/options.php:479,
738
  #: framework/premium/extensions/mega-menu/options.php:790
739
  msgid "Menu Badge Settings"
740
+ msgstr "Réglages du badge du menu"
741
 
742
  #: framework/premium/extensions/mega-menu/options.php:497,
743
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
744
  msgid "Vertical Alignment"
745
+ msgstr "Alignement vertical"
746
 
747
  #: framework/premium/extensions/mega-menu/options.php:532,
748
  #: framework/premium/extensions/shortcuts/customizer.php:862
749
  msgid "Background"
750
+ msgstr "Arrière-plan"
751
 
752
  #: framework/premium/extensions/mega-menu/options.php:546
753
  msgid "Link Color"
754
+ msgstr "Couleur du lien"
755
 
756
  #: framework/premium/extensions/mega-menu/options.php:566,
757
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
759
  #: framework/premium/features/premium-header/items/contacts/options.php:459,
760
  #: framework/premium/features/premium-header/items/contacts/options.php:499
761
  msgid "Link Initial"
762
+ msgstr "Lien initial"
763
 
764
  #: framework/premium/extensions/mega-menu/options.php:571
765
  msgid "Link Hover/Active"
766
+ msgstr "Lien au survol/actif"
767
 
768
  #: framework/premium/extensions/mega-menu/options.php:576
769
  msgid "Background Hover"
770
+ msgstr "Arrière-plan au survol"
771
 
772
  #: framework/premium/extensions/mega-menu/options.php:583,
773
  #: framework/premium/extensions/mega-menu/options.php:717
774
  msgid "Heading Color"
775
+ msgstr "Couleur de l’en-tête"
776
 
777
  #: framework/premium/extensions/mega-menu/options.php:595,
778
  #: framework/premium/extensions/mega-menu/options.php:615,
779
  #: framework/premium/extensions/mega-menu/options.php:729
780
  msgid "Initial Color"
781
+ msgstr "Couleur initiale"
782
 
783
  #: framework/premium/extensions/mega-menu/options.php:603
784
  msgid "Text Color"
785
+ msgstr "Couleur du texte"
786
 
787
  #: framework/premium/extensions/mega-menu/options.php:622,
788
  #: framework/premium/extensions/shortcuts/customizer.php:879,
789
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
790
  #: framework/premium/features/premium-header/items/search-input/options.php:815
791
  msgid "Items Divider"
792
+ msgstr "Séparateur d’éléments"
793
 
794
  #: framework/premium/extensions/mega-menu/options.php:637
795
  msgid "Columns Divider"
796
+ msgstr "Séparateur de colonnes"
797
 
798
  #: framework/premium/extensions/mega-menu/options.php:652,
799
  #: framework/premium/features/premium-header/items/search-input/options.php:797
800
  msgid "Dropdown Shadow"
801
+ msgstr "Ombre du menu déroulant"
802
 
803
  #: framework/premium/extensions/mega-menu/options.php:684
804
  msgid "Column Settings"
805
+ msgstr "Réglages de colonne"
806
 
807
  #: framework/premium/extensions/mega-menu/options.php:688
808
  msgid "Column Spacing"
809
+ msgstr "Espacement des colonnes"
810
 
811
  #: framework/premium/extensions/mega-menu/options.php:740,
812
  #: framework/features/header/items/account/options.php:660,
829
 
830
  #: framework/premium/extensions/post-types-extra/config.php:4
831
  msgid "Post Types Extra"
832
+ msgstr "Types de publication Extra"
833
 
834
  #: framework/premium/extensions/post-types-extra/config.php:5
835
  msgid "Enables support for Custom Fields inside archive cards and single page post title, adds a reading progress bar for your posts and lets you set featured images and colors for your categories archives."
841
 
842
  #: framework/premium/extensions/post-types-extra/readme.php:10
843
  msgid "Custom Fields"
844
+ msgstr "Champs personnalisés"
845
 
846
  #: framework/premium/extensions/post-types-extra/readme.php:14
847
  msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
848
+ msgstr "Après avoir configuré vos champs personnalisés, vous pourrez les générer à partir de %s ou de %2s."
849
 
850
  #: framework/premium/extensions/post-types-extra/readme.php:17
851
  msgid "Customizer ➝ Blog Posts ➝ Card Options"
857
 
858
  #: framework/premium/extensions/post-types-extra/readme.php:29
859
  msgid "Taxonomies Filters"
860
+ msgstr "Filtres de taxonomie"
861
 
862
  #: framework/premium/extensions/post-types-extra/readme.php:33
863
  msgid "You can enable the taxonomies filters from %s."
865
 
866
  #: framework/premium/extensions/post-types-extra/readme.php:36
867
  msgid "Customizer ➝ Blog Posts ➝ Filters"
868
+ msgstr "Outil de personnalisation ➝ Publications du blog ➝ Filtres"
869
 
870
  #: framework/premium/extensions/post-types-extra/readme.php:44
871
  msgid "Read Progress Bar"
872
+ msgstr "Barre de progression de la lecture"
873
 
874
  #: framework/premium/extensions/post-types-extra/readme.php:48
875
  msgid "This options could be enabled from %s."
900
  #: framework/premium/extensions/shortcuts/customizer.php:542,
901
  #: framework/premium/extensions/shortcuts/views/bar.php:25
902
  msgid "Home"
903
+ msgstr "Accueil"
904
 
905
  #: framework/premium/extensions/shortcuts/customizer.php:68,
906
  #: framework/premium/extensions/shortcuts/customizer.php:91,
921
  #: framework/premium/extensions/shortcuts/customizer.php:341,
922
  #: framework/premium/extensions/shortcuts/views/bar.php:29
923
  msgid "Cart"
924
+ msgstr "Panier"
925
 
926
  #: framework/premium/extensions/shortcuts/customizer.php:374,
927
  #: framework/premium/extensions/shortcuts/customizer.php:397
928
  msgid "Shop"
929
+ msgstr "Boutique"
930
 
931
  #: framework/premium/extensions/shortcuts/customizer.php:430,
932
  #: framework/premium/extensions/shortcuts/customizer.php:453,
935
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
936
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
937
  msgid "Wishlist"
938
+ msgstr "Liste de souhaits"
939
 
940
  #: framework/premium/extensions/shortcuts/customizer.php:536
941
  msgid "Shortcuts"
942
+ msgstr "Raccourcis"
943
 
944
  #: framework/premium/extensions/shortcuts/customizer.php:591,
945
  #: framework/features/header/items/account/options.php:216,
974
 
975
  #: framework/premium/extensions/shortcuts/customizer.php:661
976
  msgid "Container Height"
977
+ msgstr "Hauteur du conteneur"
978
 
979
  #: framework/premium/extensions/shortcuts/customizer.php:676
980
  msgid "Container Max Width"
981
+ msgstr "Largeur maximale du conteneur"
982
 
983
  #: framework/premium/extensions/shortcuts/customizer.php:700
984
  msgid "Scroll Interaction"
986
 
987
  #: framework/premium/extensions/shortcuts/customizer.php:706
988
  msgid "Hide"
989
+ msgstr "Masquer"
990
 
991
  #: framework/premium/extensions/shortcuts/customizer.php:748
992
  msgid "Shortcuts Bar Display Conditions"
993
+ msgstr "Conditions d'affichage de la barre de raccourcis"
994
 
995
  #: framework/premium/extensions/shortcuts/customizer.php:749
996
  msgid "Add one or more conditions to display the shortcuts bar."
1002
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
1003
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
1004
  msgid "Font"
1005
+ msgstr "Police"
1006
 
1007
  #: framework/premium/extensions/shortcuts/customizer.php:805,
1008
  #: framework/premium/features/premium-header/items/contacts/options.php:529,
1010
  #: framework/premium/features/premium-header/items/contacts/options.php:589,
1011
  #: framework/premium/features/premium-header/items/contacts/options.php:619
1012
  msgid "Icons Color"
1013
+ msgstr "Couleur des icônes"
1014
 
1015
  #: framework/premium/extensions/shortcuts/customizer.php:844
1016
  msgid "Cart Badge Color"
1025
  #: framework/premium/features/content-blocks/options/popup.php:368,
1026
  #: framework/premium/features/premium-header/items/language-switcher/options.php:446
1027
  msgid "Shadow"
1028
+ msgstr "Ombre"
1029
 
1030
  #: framework/premium/extensions/sidebars/config.php:5
1031
  msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
1047
  #: framework/premium/extensions/sidebars/form.php:16
1048
  #: framework/premium/extensions/sidebars/static/js/main.js:58
1049
  msgid "Create Sidebar"
1050
+ msgstr "Créer une colonne latérale"
1051
 
1052
  #: framework/premium/extensions/sidebars/form.php:20
1053
  msgid "Available Sidebars/Widget Areas"
1099
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
  #: framework/premium/extensions/woocommerce-extra/extension.php:129
1101
  msgid "Number of Columns"
1102
+ msgstr "Nombre de colonnes"
1103
 
1104
  #: framework/premium/extensions/woocommerce-extra/extension.php:612
1105
  msgid "Available Filters"
1106
+ msgstr "Filtres disponibles"
1107
 
1108
  #: framework/premium/extensions/woocommerce-extra/extension.php:690
1109
  msgid "Quick view title before"
1132
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
1133
  #: framework/premium/extensions/woocommerce-extra/readme.php:25
1134
  msgid "Floating Cart"
1135
+ msgstr "Panier flottant"
1136
 
1137
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
1138
  msgid "Position"
1146
 
1147
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
1148
  msgid "Product Title Visibility"
1149
+ msgstr "Visibilité du titre du produit"
1150
 
1151
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
1152
  msgid "Floating Cart Visibility"
1153
+ msgstr "Visibilité du panier flottant"
1154
 
1155
  #: framework/premium/extensions/woocommerce-extra/helpers.php:102
1156
  msgid "Go to product page"
1157
+ msgstr "Aller à la page produit"
1158
 
1159
  #: framework/premium/extensions/woocommerce-extra/helpers.php:322
1160
  msgid "Filter"
1161
+ msgstr "Filtre"
1162
 
1163
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
1164
  msgid "Off Canvas Filter"
1165
+ msgstr "Filtre hors canevas"
1166
 
1167
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
1168
  msgid "Filter Widgets"
1169
+ msgstr "Filtrer les widgets"
1170
 
1171
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
1172
  msgid "Widgets"
1220
 
1221
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
1222
  msgid "Panel Reveal"
1223
+ msgstr "Révélation du panneau"
1224
 
1225
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
1226
  msgid "Left Side"
1232
 
1233
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
1234
  msgid "Panel Width"
1235
+ msgstr "Largeur du panneau"
1236
 
1237
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
1238
  msgid "Panel Shadow"
1239
+ msgstr "Ombre du panneau"
1240
 
1241
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:302
1242
  msgid "Panel Background"
1243
+ msgstr "Arrière-plan du panneau"
1244
 
1245
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
  #: framework/features/header/items/account/options.php:958
1266
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
1267
  #: framework/premium/extensions/woocommerce-extra/readme.php:74
1268
  msgid "Navigate to %s."
1269
+ msgstr "Accédez à %s."
1270
 
1271
  #: framework/premium/extensions/woocommerce-extra/readme.php:17
1272
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
2488
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
2489
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
2490
  msgid "Read Time"
2491
+ msgstr "Temps de lecture"
2492
 
2493
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:88
2494
  msgid " min"
2495
+ msgstr "min"
2496
 
2497
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:91
2498
  msgid " mins"
2500
 
2501
  #: framework/premium/extensions/post-types-extra/includes/filtering.php:286
2502
  msgid "All"
2503
+ msgstr "Tout"
2504
 
2505
  #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
2506
  msgid "Featured Image"
2507
+ msgstr "Image mise en avant"
2508
 
2509
  #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
2510
  msgid "Accent Color"
2511
+ msgstr "Couleur d’accentuation"
2512
 
2513
  #: framework/premium/extensions/shortcuts/views/bar.php:31,
2514
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:137
2598
 
2599
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:14
2600
  msgid "Add to cart"
2601
+ msgstr "Ajouter au panier"
2602
 
2603
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:89,
2604
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:113
2620
  #: framework/premium/features/content-blocks/options/header.php:63,
2621
  #: framework/premium/features/content-blocks/options/hook.php:68
2622
  msgid "Narrow Width"
2623
+ msgstr "Largeur étroite"
2624
 
2625
  #: framework/premium/features/content-blocks/options/404.php:64,
2626
  #: framework/premium/features/content-blocks/options/header.php:68,
2627
  #: framework/premium/features/content-blocks/options/hook.php:73
2628
  msgid "Normal Width"
2629
+ msgstr "Largeur normale"
2630
 
2631
  #: framework/premium/features/content-blocks/options/404.php:70,
2632
  #: framework/premium/features/content-blocks/options/header.php:74,
2670
  #: framework/premium/features/content-blocks/options/hook.php:256,
2671
  #: framework/premium/features/content-blocks/options/popup.php:296
2672
  msgid "Expiration Date/Time"
2673
+ msgstr "Date/heure d'expiration"
2674
 
2675
  #: framework/premium/features/content-blocks/options/hook.php:283
2676
  msgid "Block Position"
2810
 
2811
  #: framework/premium/features/content-blocks/options/popup.php:347
2812
  msgid "Padding"
2813
+ msgstr "Marge interne"
2814
 
2815
  #: framework/premium/features/content-blocks/options/popup.php:357,
2816
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
2817
  #: framework/premium/features/premium-header/items/language-switcher/options.php:465
2818
  msgid "Border Radius"
2819
+ msgstr "Rayon de bordure"
2820
 
2821
  #: framework/premium/features/content-blocks/options/popup.php:386
2822
  msgid "Popup Offset"
2823
+ msgstr "Décalage de la fenêtre surgissante"
2824
 
2825
  #: framework/premium/features/content-blocks/options/popup.php:396
2826
  msgid "Container Overflow"
2935
 
2936
  #: framework/premium/features/premium-header/items/contacts/config.php:4
2937
  msgid "Contacts"
2938
+ msgstr "Contacts"
2939
 
2940
  #: framework/premium/features/premium-header/items/contacts/options.php:239
2941
  msgid "Open Links In New Tab"
2942
+ msgstr "Ouvrir les liens dans un nouvel onglet"
2943
 
2944
  #: framework/premium/features/premium-header/items/contacts/options.php:259,
2945
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
2946
  msgid "Items Spacing"
2947
+ msgstr "Espacement des éléments"
2948
 
2949
  #: framework/premium/features/premium-header/items/contacts/options.php:834,
2950
  #: framework/premium/features/premium-header/items/divider/options.php:107,
2952
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2953
  #: framework/premium/features/premium-header/items/search-input/options.php:724
2954
  msgid "Margin"
2955
+ msgstr "Marge"
2956
 
2957
  #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2958
  msgid "Dark Mode"
2959
+ msgstr "Mode sombre"
2960
 
2961
  #: framework/premium/features/premium-header/items/divider/config.php:4
2962
  msgid "Divider"
2976
 
2977
  #: framework/premium/features/premium-header/items/language-switcher/options.php:37
2978
  msgid "Dropdown"
2979
+ msgstr "Menu déroulant"
2980
 
2981
  #: framework/premium/features/premium-header/items/language-switcher/options.php:47
2982
  msgid "Display"
2992
 
2993
  #: framework/premium/features/premium-header/items/language-switcher/options.php:79
2994
  msgid "Long"
2995
+ msgstr "Long"
2996
 
2997
  #: framework/premium/features/premium-header/items/language-switcher/options.php:80
2998
  msgid "Short"
2999
+ msgstr "Court"
3000
 
3001
  #: framework/premium/features/premium-header/items/language-switcher/options.php:112
3002
  msgid "Hide Current Language"
3003
+ msgstr "Masquer la langue actuelle"
3004
 
3005
  #: framework/premium/features/premium-header/items/language-switcher/options.php:343
3006
  msgid "Dropdown Options"
3007
+ msgstr "Options du menu déroulant"
3008
 
3009
  #: framework/premium/features/premium-header/items/language-switcher/options.php:352
3010
  msgid "Dropdown Top Offset"
3051
 
3052
  #: framework/premium/features/premium-header/items/search-input/options.php:744
3053
  msgid "Dropdown Text Color"
3054
+ msgstr "Couleur du texte du menu déroulant"
3055
 
3056
  #: framework/premium/features/premium-header/items/search-input/options.php:775
3057
  msgid "Dropdown Background"
3058
+ msgstr "Arrière-plan du menu déroulant"
3059
 
3060
  #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
3061
  msgid "Widget Area"
3759
 
3760
  #: framework/features/conditions-manager.php:363
3761
  msgid "%s %s Taxonomy"
3762
+ msgstr "Taxonomie %s %s"
3763
 
3764
  #: framework/features/conditions-manager.php:377
3765
  msgid "Entire Website"
5187
  #: framework/premium/features/content-blocks.php:229,
5188
  #: framework/premium/features/content-blocks/options/popup.php:163
5189
  msgid "On scroll"
5190
+ msgstr "Au défilement"
5191
 
5192
  #: framework/premium/features/content-blocks.php:230,
5193
  #: framework/premium/features/content-blocks/options/popup.php:164
5194
  msgid "On scroll to element"
5195
+ msgstr "Au défilement vers l’élément"
5196
 
5197
  #: framework/premium/features/content-blocks.php:231,
5198
  #: framework/premium/features/content-blocks/options/popup.php:165
5199
  msgid "On page load"
5200
+ msgstr "Au chargement de la page"
5201
 
5202
  #: framework/premium/features/content-blocks.php:232,
5203
  #: framework/premium/features/content-blocks/options/popup.php:166
5212
  #: framework/premium/features/content-blocks.php:234,
5213
  #: framework/premium/features/content-blocks/options/popup.php:168
5214
  msgid "On page exit intent"
5215
+ msgstr "Intention de sortie de page"
5216
 
5217
  #: framework/premium/features/content-blocks.php:238
5218
  msgid "Down"
5246
  #: framework/premium/features/content-blocks.php:621
5247
  #: framework/premium/static/js/hooks/CreateHook.js:32
5248
  msgid "New Content Block"
5249
+ msgstr "Nouveau bloc de contenu"
5250
 
5251
  #: framework/premium/features/content-blocks.php:623
5252
  msgid "View Content Block"
5258
 
5259
  #: framework/premium/features/content-blocks.php:625
5260
  msgid "Nothing found"
5261
+ msgstr "Rien n’a été trouvé"
5262
 
5263
  #: framework/premium/features/content-blocks.php:626
5264
  msgid "Nothing found in Trash"
5265
+ msgstr "Rien n’a été trouvé dans la corbeille"
5266
 
5267
  #: framework/premium/features/premium-footer.php:30,
5268
  #: framework/premium/features/premium-footer.php:41
5433
 
5434
  #: framework/premium/extensions/code-snippets/readme.php:13
5435
  msgid "Navigate to %s and place there your header, body or footer scripts."
5436
+ msgstr "Accédez à %s et placez-y vos scripts d’en-tête, de body ou de pied de page."
5437
 
5438
  #: framework/premium/extensions/code-snippets/readme.php:16
5439
  msgid "Customizer ➝ Custom Code Snippets"
5461
 
5462
  #: framework/premium/extensions/mega-menu/config.php:5
5463
  msgid "Create beautiful personalised menus that set your website apart from the others. Add icons and badges to your entries and even add Content Blocks inside your dropdowns."
5464
+ msgstr "Créez de magnifiques menus personnalisés qui distinguent votre site des autres. Ajoutez des icônes et des badges à vos entrées et ajoutez même des blocs de contenu dans vos menus déroulants."
5465
 
5466
  #: framework/premium/extensions/mega-menu/config.php:9,
5467
  #: framework/premium/extensions/shortcuts/config.php:12
languages/blocksy-companion-hu_HU.mo CHANGED
Binary file
languages/blocksy-companion-hu_HU.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: hu\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: hu\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
languages/blocksy-companion-it_IT.mo CHANGED
Binary file
languages/blocksy-companion-it_IT.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: it\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: it\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
languages/blocksy-companion-nl_NL.mo CHANGED
Binary file
languages/blocksy-companion-nl_NL.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: nl\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: nl\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
languages/blocksy-companion-nn_NO.mo CHANGED
Binary file
languages/blocksy-companion-nn_NO.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: no\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: no\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
languages/blocksy-companion-pt_BR.mo CHANGED
Binary file
languages/blocksy-companion-pt_BR.po CHANGED
@@ -6,8 +6,8 @@ msgstr ""
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: pt_BR\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n > 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: pt_BR\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
languages/blocksy-companion-ro_RO.mo CHANGED
Binary file
languages/blocksy-companion-ro_RO.po CHANGED
@@ -2,12 +2,12 @@
2
  # This file is distributed under the same license as the Blocksy Companion Pro package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2021-10-27 16:12:29+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: ro\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
@@ -18,15 +18,15 @@ msgstr ""
18
  #: framework/premium/static/js/header/CreateHeader.js:134
19
  #: static/js/header/PanelsManager.js:58
20
  msgid "Global Header"
21
- msgstr ""
22
 
23
  #: framework/premium/static/js/header/CreateHeader.js:173
24
  msgid "Create New Header"
25
- msgstr ""
26
 
27
  #: framework/premium/static/js/header/CreateHeader.js:50
28
  msgid "Create new header"
29
- msgstr ""
30
 
31
  #: framework/premium/static/js/header/CreateHeader.js:53
32
  msgid "Create a new header and assign it to different pages or posts based on your conditions."
@@ -34,23 +34,23 @@ msgstr ""
34
 
35
  #: framework/premium/static/js/header/CreateHeader.js:71
36
  msgid "Header name"
37
- msgstr ""
38
 
39
  #: framework/premium/static/js/hooks/CodeEditor.js:105
40
  msgid "Yes, continue"
41
- msgstr ""
42
 
43
  #: framework/premium/static/js/hooks/CodeEditor.js:24
44
  msgid "Use code editor"
45
- msgstr ""
46
 
47
  #: framework/premium/static/js/hooks/CodeEditor.js:25
48
  msgid "Exit code editor"
49
- msgstr ""
50
 
51
  #: framework/premium/static/js/hooks/CodeEditor.js:36
52
  msgid "Heads up!"
53
- msgstr ""
54
 
55
  #: framework/premium/static/js/hooks/CodeEditor.js:38
56
  msgid "Enabling & disabling the code editor will erase everything from your post editor and this action is irreversible."
@@ -58,15 +58,15 @@ msgstr ""
58
 
59
  #: framework/premium/static/js/hooks/CodeEditor.js:45
60
  msgid "Are you sure you want to continue?"
61
- msgstr ""
62
 
63
  #: framework/premium/static/js/hooks/CreateHook.js:105
64
  msgid "Content Block Name"
65
- msgstr ""
66
 
67
  #: framework/premium/static/js/hooks/CreateHook.js:131
68
  msgid "Create Content Block"
69
- msgstr ""
70
 
71
  #: framework/premium/static/js/hooks/CreateHook.js:35
72
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
@@ -74,80 +74,80 @@ msgstr ""
74
 
75
  #: framework/premium/static/js/hooks/CreateHook.js:55
76
  msgid "Select template type..."
77
- msgstr ""
78
 
79
  #: framework/premium/static/js/hooks/CreateHook.js:67
80
  msgid "Custom Content/Hooks"
81
- msgstr ""
82
 
83
  #: framework/premium/static/js/hooks/CreateHook.js:76
84
  msgid "Popup Template"
85
- msgstr ""
86
 
87
  #: framework/premium/static/js/hooks/CreateHook.js:82
88
  msgid "404 Page Template"
89
- msgstr ""
90
 
91
  #: framework/premium/static/js/hooks/CreateHook.js:91
92
  msgid "Header Template"
93
- msgstr ""
94
 
95
  #: framework/premium/static/js/hooks/CreateHook.js:97
96
  msgid "Footer Template"
97
- msgstr ""
98
 
99
  #: framework/premium/static/js/options/IconPicker.js:133
100
  msgid "Change Icon"
101
- msgstr ""
102
 
103
  #: framework/premium/static/js/options/IconPicker.js:150
104
  msgid "Remove Icon"
105
- msgstr ""
106
 
107
  #: framework/premium/static/js/options/IconPicker.js:156
108
  msgid "Select"
109
- msgstr ""
110
 
111
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:22
112
  msgid "Upload Icon"
113
- msgstr ""
114
 
115
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:34
116
  msgid "For performance and customization reasons, only SVG files are allowed."
117
- msgstr ""
118
 
119
  #: framework/premium/static/js/options/IconPicker/IconsList.js:24
120
  msgid "Search icon"
121
- msgstr ""
122
 
123
  #: framework/premium/static/js/options/IconPicker/Modal.js:135
124
  msgid "Predefined"
125
- msgstr ""
126
 
127
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:156
128
  msgid "Add New Location"
129
- msgstr ""
130
 
131
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:47
132
  msgid "Select location"
133
- msgstr ""
134
 
135
  #: framework/premium/static/js/typography/providers/kadence.js:15
136
  #: framework/premium/static/js/typography/providers/plus-addons.js:18
137
  #: framework/premium/static/js/typography/providers/stackable.js:18
138
  msgid "Blocksy Local Google Fonts"
139
- msgstr ""
140
 
141
  #: framework/premium/static/js/typography/providers/kadence.js:19
142
  #: framework/premium/static/js/typography/providers/plus-addons.js:22
143
  #: framework/premium/static/js/typography/providers/stackable.js:22
144
  msgid "Blocksy Typekit"
145
- msgstr ""
146
 
147
  #: framework/premium/static/js/typography/providers/kadence.js:20
148
  #: framework/premium/static/js/typography/providers/stackable.js:23
149
  msgid "Blocksy Custom Fonts"
150
- msgstr ""
151
 
152
  #: framework/premium/static/js/typography/providers/plus-addons.js:23
153
  msgid "Blocksy Custom"
@@ -155,20 +155,20 @@ msgstr ""
155
 
156
  #: framework/premium/static/js/typography/providers/plus-addons.js:24
157
  msgid "Blocksy System"
158
- msgstr ""
159
 
160
  #: static/js/dashboard.js:30
161
  msgid "Starter Sites"
162
- msgstr ""
163
 
164
  #: static/js/dashboard.js:42
165
  msgid "Extensions"
166
- msgstr ""
167
 
168
  #: static/js/header/EditConditions.js:142
169
  #: static/js/options/DisplayCondition.js:76
170
  msgid "Save Conditions"
171
- msgstr ""
172
 
173
  #: static/js/header/EditConditions.js:98
174
  msgid "Add one or more conditions in order to display your header."
@@ -176,7 +176,7 @@ msgstr ""
176
 
177
  #: static/js/header/PanelsManager.js:166
178
  msgid "Remove header"
179
- msgstr ""
180
 
181
  #: static/js/header/PanelsManager.js:196
182
  msgid "Remove Header"
@@ -188,7 +188,7 @@ msgstr ""
188
 
189
  #: static/js/helpers/SubmitSupport.js:18
190
  msgid "Need help or advice?"
191
- msgstr ""
192
 
193
  #: static/js/helpers/SubmitSupport.js:20
194
  msgid "Got a question or need help with the theme? You can always submit a support ticket or ask for help in our friendly Facebook community."
@@ -196,19 +196,19 @@ msgstr ""
196
 
197
  #: static/js/helpers/SubmitSupport.js:30
198
  msgid "Submit a Support Ticket"
199
- msgstr ""
200
 
201
  #: static/js/helpers/SubmitSupport.js:38
202
  msgid "Join Facebook Community"
203
- msgstr ""
204
 
205
  #: static/js/helpers/useActivationAction.js:113
206
  msgid "Free vs Pro"
207
- msgstr ""
208
 
209
  #: static/js/helpers/useActivationAction.js:120
210
  msgid "Upgrade Now"
211
- msgstr ""
212
 
213
  #: static/js/helpers/useActivationAction.js:94
214
  msgid "Upgrade to the Pro version and get instant access to all premium extensions, features and future updates."
@@ -216,7 +216,7 @@ msgstr ""
216
 
217
  #: static/js/options/ConditionsManager.js:116
218
  msgid "Select rule"
219
- msgstr ""
220
 
221
  #: static/js/options/ConditionsManager.js:173
222
  msgid "Select taxonomy"
@@ -224,63 +224,63 @@ msgstr ""
224
 
225
  #: static/js/options/ConditionsManager.js:207
226
  msgid "Select language"
227
- msgstr ""
228
 
229
  #: static/js/options/ConditionsManager.js:238
230
  msgid "Select user"
231
- msgstr ""
232
 
233
  #: static/js/options/ConditionsManager.js:242
234
  msgid "Current user"
235
- msgstr ""
236
 
237
  #: static/js/options/ConditionsManager.js:302
238
  msgid "Add Display Condition"
239
- msgstr ""
240
 
241
  #: static/js/options/ConditionsManager.js:321
242
  msgid "Add User Condition"
243
- msgstr ""
244
 
245
  #: static/js/options/ConditionsManager.js:93
246
  msgid "Include"
247
- msgstr ""
248
 
249
  #: static/js/options/ConditionsManager.js:94
250
  msgid "Exclude"
251
- msgstr ""
252
 
253
  #: static/js/options/ConditionsManager/PostIdPicker.js:67
254
  msgid "Type to search by ID or title..."
255
- msgstr ""
256
 
257
  #: static/js/options/ConditionsManager/PostIdPicker.js:73
258
  msgid "Select post"
259
- msgstr ""
260
 
261
  #: static/js/options/ConditionsManager/PostIdPicker.js:75
262
  msgid "Select page"
263
- msgstr ""
264
 
265
  #: static/js/options/CustomizerOptionsManager.js:105
266
  msgid "Import Options"
267
- msgstr ""
268
 
269
  #: static/js/options/CustomizerOptionsManager.js:108
270
  msgid "Easily import the theme customizer settings."
271
- msgstr ""
272
 
273
  #: static/js/options/CustomizerOptionsManager.js:128
274
  msgid "Click or drop to upload a file..."
275
- msgstr ""
276
 
277
  #: static/js/options/CustomizerOptionsManager.js:192
278
  msgid "Import Customizations"
279
- msgstr ""
280
 
281
  #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
- msgstr ""
284
 
285
  #: static/js/options/CustomizerOptionsManager.js:204
286
  msgid "Copy and import your customizations from parent or child theme."
@@ -288,11 +288,11 @@ msgstr ""
288
 
289
  #: static/js/options/CustomizerOptionsManager.js:258
290
  msgid "Copy From Parent Theme"
291
- msgstr ""
292
 
293
  #: static/js/options/CustomizerOptionsManager.js:261
294
  msgid "Copy From Child Theme"
295
- msgstr ""
296
 
297
  #: static/js/options/CustomizerOptionsManager.js:265
298
  msgid "You are about to copy all the settings from your parent theme into the child theme. Are you sure you want to continue?"
@@ -304,11 +304,11 @@ msgstr ""
304
 
305
  #: static/js/options/CustomizerOptionsManager.js:320
306
  msgid "Yes, I am sure"
307
- msgstr ""
308
 
309
  #: static/js/options/CustomizerOptionsManager.js:334
310
  msgid "Export Settings"
311
- msgstr ""
312
 
313
  #: static/js/options/CustomizerOptionsManager.js:338
314
  msgid "Choose what set of settings you want to export."
@@ -316,31 +316,31 @@ msgstr ""
316
 
317
  #: static/js/options/CustomizerOptionsManager.js:366
318
  msgid "Customizer settings"
319
- msgstr ""
320
 
321
  #: static/js/options/CustomizerOptionsManager.js:370
322
  msgid "Widgets settings"
323
- msgstr ""
324
 
325
  #: static/js/options/CustomizerOptionsManager.js:461
326
  msgid "Export"
327
- msgstr ""
328
 
329
  #: static/js/options/CustomizerOptionsManager.js:82
330
  msgid "Export Options"
331
- msgstr ""
332
 
333
  #: static/js/options/CustomizerOptionsManager.js:85
334
  msgid "Easily export the theme customizer settings."
335
- msgstr ""
336
 
337
  #: static/js/options/CustomizerOptionsManager.js:99
338
  msgid "Export Customizations"
339
- msgstr ""
340
 
341
  #: static/js/options/DisplayCondition.js:18
342
  msgid "Transparent Header Display Conditions"
343
- msgstr ""
344
 
345
  #: static/js/options/DisplayCondition.js:19
346
  msgid "Add one or more conditions to display the transparent header."
@@ -348,7 +348,7 @@ msgstr ""
348
 
349
  #: static/js/screens/DemoInstall.js:119
350
  msgid "Loading Starter Sites..."
351
- msgstr ""
352
 
353
  #: static/js/screens/DemoInstall.js:133
354
  msgid "The connection to our <b>demo.creativethemes.com</b> server didn't worked. This connection is required for importing the starter sites from our demo content server. All you have to do is to contact your hosting provider and ask them to white list our demo server address."
@@ -356,7 +356,7 @@ msgstr ""
356
 
357
  #: static/js/screens/DemoInstall/DemoInstaller.js:66
358
  msgid "Installing"
359
- msgstr ""
360
 
361
  #: static/js/screens/DemoInstall/DemoInstaller.js:69
362
  msgid "Please be patient and don't refresh this page, the import process may take a while, this also depends on your server."
@@ -364,35 +364,35 @@ msgstr ""
364
 
365
  #: static/js/screens/DemoInstall/DemoToInstall.js:305
366
  msgid "Back"
367
- msgstr ""
368
 
369
  #: static/js/screens/DemoInstall/DemoToInstall.js:345
370
  msgid "Install"
371
- msgstr ""
372
 
373
  #: static/js/screens/DemoInstall/DemoToInstall.js:346
374
  msgid "Next"
375
- msgstr ""
376
 
377
  #: static/js/screens/DemoInstall/DemosList.js:100
378
  msgid "Import"
379
- msgstr ""
380
 
381
  #: static/js/screens/DemoInstall/DemosList.js:43
382
  msgid "Available for"
383
- msgstr ""
384
 
385
  #: static/js/screens/DemoInstall/DemosList.js:86
386
  msgid "Preview"
387
- msgstr ""
388
 
389
  #: static/js/screens/DemoInstall/DemosList.js:99
390
  msgid "Modify"
391
- msgstr ""
392
 
393
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:22
394
  msgid "Starter Site Imported Successfully"
395
- msgstr ""
396
 
397
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:25
398
  msgid "Now you can view your website or start customizing it"
@@ -400,11 +400,11 @@ msgstr ""
400
 
401
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:33
402
  msgid "Customize"
403
- msgstr ""
404
 
405
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:40
406
  msgid "View site"
407
- msgstr ""
408
 
409
  #: static/js/screens/DemoInstall/Installer/messages.js:12
410
  msgid "copying child theme sources"
@@ -412,7 +412,7 @@ msgstr ""
412
 
413
  #: static/js/screens/DemoInstall/Installer/messages.js:16
414
  msgid "activating child theme"
415
- msgstr ""
416
 
417
  #: static/js/screens/DemoInstall/Installer/messages.js:21
418
  msgid "installing plugin %s"
@@ -468,23 +468,23 @@ msgstr ""
468
 
469
  #: static/js/screens/DemoInstall/Installer/messages.js:89
470
  msgid "users"
471
- msgstr ""
472
 
473
  #: static/js/screens/DemoInstall/Installer/messages.js:90
474
  msgid "terms"
475
- msgstr ""
476
 
477
  #: static/js/screens/DemoInstall/Installer/messages.js:91
478
  msgid "images"
479
- msgstr ""
480
 
481
  #: static/js/screens/DemoInstall/Installer/messages.js:92
482
  msgid "posts"
483
- msgstr ""
484
 
485
  #: static/js/screens/DemoInstall/Installer/messages.js:93
486
  msgid "comments"
487
- msgstr ""
488
 
489
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:108
490
  msgid "Register demo"
@@ -492,36 +492,36 @@ msgstr ""
492
 
493
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:119
494
  msgid "Child theme"
495
- msgstr ""
496
 
497
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:125
498
  msgid "Required plugins"
499
- msgstr ""
500
 
501
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:133
502
  msgid "Fake Required plugins"
503
- msgstr ""
504
 
505
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:139
506
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:49
507
  msgid "Erase content"
508
- msgstr ""
509
 
510
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:145
511
  msgid "Final touches"
512
- msgstr ""
513
 
514
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:151
515
  msgid "Import options"
516
- msgstr ""
517
 
518
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:161
519
  msgid "Import widgets"
520
- msgstr ""
521
 
522
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:171
523
  msgid "Import content"
524
- msgstr ""
525
 
526
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:100
527
  msgid "You already have a child theme properly installed and activated. Move on."
@@ -529,7 +529,7 @@ msgstr ""
529
 
530
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:106
531
  msgid "Learn more about child themes"
532
- msgstr ""
533
 
534
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:70
535
  msgid "We strongly recommend to install the child theme, this way you will have freedom to make changes without breaking the parent theme."
@@ -541,15 +541,15 @@ msgstr ""
541
 
542
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:93
543
  msgid "Install Child Theme"
544
- msgstr ""
545
 
546
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:94
547
  msgid "Activate Child Theme"
548
- msgstr ""
549
 
550
  #: static/js/screens/DemoInstall/Wizzard/Content.js:28
551
  msgid "Import Content"
552
- msgstr ""
553
 
554
  #: static/js/screens/DemoInstall/Wizzard/Content.js:31
555
  msgid "This will import posts, pages, comments, navigation menus, custom fields, terms and custom posts"
@@ -557,7 +557,7 @@ msgstr ""
557
 
558
  #: static/js/screens/DemoInstall/Wizzard/Content.js:71
559
  msgid "Clean Install"
560
- msgstr ""
561
 
562
  #: static/js/screens/DemoInstall/Wizzard/Content.js:73
563
  msgid "This option will remove the previous imported content and will perform a fresh and clean install."
@@ -565,11 +565,11 @@ msgstr ""
565
 
566
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:115
567
  msgid "This starter site is already installed"
568
- msgstr ""
569
 
570
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:120
571
  msgid "Starter Site Removed"
572
- msgstr ""
573
 
574
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:129
575
  msgid "Dismiss"
@@ -581,11 +581,11 @@ msgstr ""
581
 
582
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:150
583
  msgid "Remove"
584
- msgstr ""
585
 
586
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:159
587
  msgid "Reinstall"
588
- msgstr ""
589
 
590
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:42
591
  msgid "Deactivate demo plugins"
@@ -613,11 +613,11 @@ msgstr ""
613
 
614
  #: static/js/screens/Extensions.js:252
615
  msgid "Free Extensions"
616
- msgstr ""
617
 
618
  #: static/js/screens/Extensions.js:256
619
  msgid "Pro Extensions"
620
- msgstr ""
621
 
622
  #: static/js/screens/OptIn.js:55
623
  msgid "Stay Updated"
@@ -629,7 +629,7 @@ msgstr ""
629
 
630
  #: static/js/screens/OptIn.js:69
631
  msgid "Allow & Continue"
632
- msgstr ""
633
 
634
  #: static/js/screens/SiteExport.js:120
635
  msgid "Builder"
@@ -637,15 +637,15 @@ msgstr ""
637
 
638
  #: static/js/screens/SiteExport.js:131
639
  msgid "Plugins"
640
- msgstr ""
641
 
642
  #: static/js/screens/SiteExport.js:144
643
  msgid "Export site"
644
- msgstr ""
645
 
646
  #: static/js/screens/SiteExport.js:71
647
  msgid "Site export"
648
- msgstr ""
649
 
650
  #: static/js/screens/SiteExport.js:97
651
  msgid "Preview URL"
@@ -653,12 +653,12 @@ msgstr ""
653
 
654
  #: framework/premium/extensions/mega-menu/extension.php:257
655
  msgid "New"
656
- msgstr ""
657
 
658
  #: framework/premium/extensions/mega-menu/options.php:16,
659
  #: framework/premium/extensions/mega-menu/options.php:528
660
  msgid "Mega Menu Settings"
661
- msgstr ""
662
 
663
  #: framework/premium/extensions/mega-menu/options.php:27
664
  msgid "Dropdown Width"
@@ -667,32 +667,32 @@ msgstr ""
667
  #: framework/premium/extensions/mega-menu/options.php:35,
668
  #: framework/premium/extensions/mega-menu/options.php:48
669
  msgid "Content Width"
670
- msgstr ""
671
 
672
  #: framework/premium/extensions/mega-menu/options.php:36,
673
  #: framework/premium/extensions/mega-menu/options.php:57
674
  msgid "Full Width"
675
- msgstr ""
676
 
677
  #: framework/premium/extensions/mega-menu/options.php:37
678
  msgid "Custom Width"
679
- msgstr ""
680
 
681
  #: framework/premium/extensions/mega-menu/options.php:56
682
  msgid "Default Width"
683
- msgstr ""
684
 
685
  #: framework/premium/extensions/mega-menu/options.php:85
686
  msgid "Columns"
687
- msgstr ""
688
 
689
  #: framework/premium/extensions/mega-menu/options.php:320
690
  msgid "Custom Content"
691
- msgstr ""
692
 
693
  #: framework/premium/extensions/mega-menu/options.php:324
694
  msgid "Content Type"
695
- msgstr ""
696
 
697
  #: framework/premium/extensions/mega-menu/options.php:331
698
  msgid "Default (Menu Item)"
@@ -700,11 +700,11 @@ msgstr ""
700
 
701
  #: framework/premium/extensions/mega-menu/options.php:332
702
  msgid "Custom Text"
703
- msgstr ""
704
 
705
  #: framework/premium/extensions/mega-menu/options.php:333
706
  msgid "Content Block/Hook"
707
- msgstr ""
708
 
709
  #: framework/premium/extensions/mega-menu/options.php:392,
710
  #: framework/premium/extensions/mega-menu/options.php:708
@@ -717,18 +717,18 @@ msgstr ""
717
 
718
  #: framework/premium/extensions/mega-menu/options.php:405
719
  msgid "Enabled"
720
- msgstr ""
721
 
722
  #: framework/premium/extensions/mega-menu/options.php:406,
723
  #: framework/premium/features/content-blocks/options/404.php:104,
724
  #: framework/premium/features/content-blocks/options/header.php:108,
725
  #: framework/premium/features/content-blocks/options/hook.php:113
726
  msgid "Disabled"
727
- msgstr ""
728
 
729
  #: framework/premium/extensions/mega-menu/options.php:407
730
  msgid "Heading"
731
- msgstr ""
732
 
733
  #: framework/premium/extensions/mega-menu/options.php:413
734
  msgid "Label Link"
@@ -747,11 +747,11 @@ msgstr ""
747
  #: framework/premium/extensions/mega-menu/options.php:532,
748
  #: framework/premium/extensions/shortcuts/customizer.php:862
749
  msgid "Background"
750
- msgstr ""
751
 
752
  #: framework/premium/extensions/mega-menu/options.php:546
753
  msgid "Link Color"
754
- msgstr ""
755
 
756
  #: framework/premium/extensions/mega-menu/options.php:566,
757
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
@@ -772,17 +772,17 @@ msgstr ""
772
  #: framework/premium/extensions/mega-menu/options.php:583,
773
  #: framework/premium/extensions/mega-menu/options.php:717
774
  msgid "Heading Color"
775
- msgstr ""
776
 
777
  #: framework/premium/extensions/mega-menu/options.php:595,
778
  #: framework/premium/extensions/mega-menu/options.php:615,
779
  #: framework/premium/extensions/mega-menu/options.php:729
780
  msgid "Initial Color"
781
- msgstr ""
782
 
783
  #: framework/premium/extensions/mega-menu/options.php:603
784
  msgid "Text Color"
785
- msgstr ""
786
 
787
  #: framework/premium/extensions/mega-menu/options.php:622,
788
  #: framework/premium/extensions/shortcuts/customizer.php:879,
@@ -802,11 +802,11 @@ msgstr ""
802
 
803
  #: framework/premium/extensions/mega-menu/options.php:684
804
  msgid "Column Settings"
805
- msgstr ""
806
 
807
  #: framework/premium/extensions/mega-menu/options.php:688
808
  msgid "Column Spacing"
809
- msgstr ""
810
 
811
  #: framework/premium/extensions/mega-menu/options.php:740,
812
  #: framework/features/header/items/account/options.php:660,
@@ -825,7 +825,7 @@ msgstr ""
825
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
826
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
827
  msgid "Icon Color"
828
- msgstr ""
829
 
830
  #: framework/premium/extensions/post-types-extra/config.php:4
831
  msgid "Post Types Extra"
@@ -841,7 +841,7 @@ msgstr ""
841
 
842
  #: framework/premium/extensions/post-types-extra/readme.php:10
843
  msgid "Custom Fields"
844
- msgstr ""
845
 
846
  #: framework/premium/extensions/post-types-extra/readme.php:14
847
  msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
@@ -869,7 +869,7 @@ msgstr ""
869
 
870
  #: framework/premium/extensions/post-types-extra/readme.php:44
871
  msgid "Read Progress Bar"
872
- msgstr ""
873
 
874
  #: framework/premium/extensions/post-types-extra/readme.php:48
875
  msgid "This options could be enabled from %s."
@@ -900,7 +900,7 @@ msgstr ""
900
  #: framework/premium/extensions/shortcuts/customizer.php:542,
901
  #: framework/premium/extensions/shortcuts/views/bar.php:25
902
  msgid "Home"
903
- msgstr ""
904
 
905
  #: framework/premium/extensions/shortcuts/customizer.php:68,
906
  #: framework/premium/extensions/shortcuts/customizer.php:91,
@@ -909,7 +909,7 @@ msgstr ""
909
  #: framework/premium/extensions/shortcuts/views/bar.php:26,
910
  #: framework/premium/features/premium-header/items/contacts/options.php:69
911
  msgid "Phone"
912
- msgstr ""
913
 
914
  #: framework/premium/extensions/shortcuts/customizer.php:192,
915
  #: framework/premium/extensions/shortcuts/customizer.php:215,
@@ -921,12 +921,12 @@ msgstr ""
921
  #: framework/premium/extensions/shortcuts/customizer.php:341,
922
  #: framework/premium/extensions/shortcuts/views/bar.php:29
923
  msgid "Cart"
924
- msgstr ""
925
 
926
  #: framework/premium/extensions/shortcuts/customizer.php:374,
927
  #: framework/premium/extensions/shortcuts/customizer.php:397
928
  msgid "Shop"
929
- msgstr ""
930
 
931
  #: framework/premium/extensions/shortcuts/customizer.php:430,
932
  #: framework/premium/extensions/shortcuts/customizer.php:453,
@@ -935,11 +935,11 @@ msgstr ""
935
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
936
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
937
  msgid "Wishlist"
938
- msgstr ""
939
 
940
  #: framework/premium/extensions/shortcuts/customizer.php:536
941
  msgid "Shortcuts"
942
- msgstr ""
943
 
944
  #: framework/premium/extensions/shortcuts/customizer.php:591,
945
  #: framework/features/header/items/account/options.php:216,
@@ -963,22 +963,22 @@ msgstr ""
963
  #: framework/premium/features/content-blocks/options/hook.php:307,
964
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
965
  msgid "Bottom"
966
- msgstr ""
967
 
968
  #: framework/premium/extensions/shortcuts/customizer.php:651,
969
  #: framework/features/header/items/account/options.php:198,
970
  #: framework/features/header/items/account/options.php:404,
971
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
972
  msgid "Icon Size"
973
- msgstr ""
974
 
975
  #: framework/premium/extensions/shortcuts/customizer.php:661
976
  msgid "Container Height"
977
- msgstr ""
978
 
979
  #: framework/premium/extensions/shortcuts/customizer.php:676
980
  msgid "Container Max Width"
981
- msgstr ""
982
 
983
  #: framework/premium/extensions/shortcuts/customizer.php:700
984
  msgid "Scroll Interaction"
@@ -986,7 +986,7 @@ msgstr ""
986
 
987
  #: framework/premium/extensions/shortcuts/customizer.php:706
988
  msgid "Hide"
989
- msgstr ""
990
 
991
  #: framework/premium/extensions/shortcuts/customizer.php:748
992
  msgid "Shortcuts Bar Display Conditions"
@@ -1002,7 +1002,7 @@ msgstr ""
1002
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
1003
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
1004
  msgid "Font"
1005
- msgstr ""
1006
 
1007
  #: framework/premium/extensions/shortcuts/customizer.php:805,
1008
  #: framework/premium/features/premium-header/items/contacts/options.php:529,
@@ -1010,7 +1010,7 @@ msgstr ""
1010
  #: framework/premium/features/premium-header/items/contacts/options.php:589,
1011
  #: framework/premium/features/premium-header/items/contacts/options.php:619
1012
  msgid "Icons Color"
1013
- msgstr ""
1014
 
1015
  #: framework/premium/extensions/shortcuts/customizer.php:844
1016
  msgid "Cart Badge Color"
@@ -1025,7 +1025,7 @@ msgstr ""
1025
  #: framework/premium/features/content-blocks/options/popup.php:368,
1026
  #: framework/premium/features/premium-header/items/language-switcher/options.php:446
1027
  msgid "Shadow"
1028
- msgstr ""
1029
 
1030
  #: framework/premium/extensions/sidebars/config.php:5
1031
  msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
@@ -1033,7 +1033,7 @@ msgstr ""
1033
 
1034
  #: framework/premium/extensions/sidebars/config.php:9
1035
  msgid "Create New Sidebar"
1036
- msgstr ""
1037
 
1038
  #: framework/premium/extensions/sidebars/form.php:3
1039
  #: framework/premium/extensions/sidebars/static/js/main.js:42
@@ -1047,7 +1047,7 @@ msgstr ""
1047
  #: framework/premium/extensions/sidebars/form.php:16
1048
  #: framework/premium/extensions/sidebars/static/js/main.js:58
1049
  msgid "Create Sidebar"
1050
- msgstr ""
1051
 
1052
  #: framework/premium/extensions/sidebars/form.php:20
1053
  msgid "Available Sidebars/Widget Areas"
@@ -1063,7 +1063,7 @@ msgstr ""
1063
 
1064
  #: framework/premium/extensions/woocommerce-extra/customizer.php:5
1065
  msgid "Quick View Button"
1066
- msgstr ""
1067
 
1068
  #: framework/premium/extensions/woocommerce-extra/customizer.php:21
1069
  msgid "Trigger On"
@@ -1071,15 +1071,15 @@ msgstr ""
1071
 
1072
  #: framework/premium/extensions/woocommerce-extra/customizer.php:29
1073
  msgid "Button click"
1074
- msgstr ""
1075
 
1076
  #: framework/premium/extensions/woocommerce-extra/customizer.php:30
1077
  msgid "Image click"
1078
- msgstr ""
1079
 
1080
  #: framework/premium/extensions/woocommerce-extra/customizer.php:31
1081
  msgid "Card click"
1082
- msgstr ""
1083
 
1084
  #: framework/premium/extensions/woocommerce-extra/extension.php:82,
1085
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
@@ -1087,23 +1087,23 @@ msgstr ""
1087
  #: framework/features/header/items/account/options.php:383,
1088
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
1089
  msgid "Type 3"
1090
- msgstr ""
1091
 
1092
  #: framework/premium/extensions/woocommerce-extra/extension.php:87,
1093
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
1094
  #: framework/features/header/items/account/options.php:182,
1095
  #: framework/features/header/items/account/options.php:388
1096
  msgid "Type 4"
1097
- msgstr ""
1098
 
1099
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
  #: framework/premium/extensions/woocommerce-extra/extension.php:129
1101
  msgid "Number of Columns"
1102
- msgstr ""
1103
 
1104
  #: framework/premium/extensions/woocommerce-extra/extension.php:612
1105
  msgid "Available Filters"
1106
- msgstr ""
1107
 
1108
  #: framework/premium/extensions/woocommerce-extra/extension.php:690
1109
  msgid "Quick view title before"
@@ -1136,17 +1136,17 @@ msgstr ""
1136
 
1137
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
1138
  msgid "Position"
1139
- msgstr ""
1140
 
1141
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
1142
  #: framework/premium/features/content-blocks/hooks-manager.php:295,
1143
  #: framework/premium/features/content-blocks/options/hook.php:306
1144
  msgid "Top"
1145
- msgstr ""
1146
 
1147
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
1148
  msgid "Product Title Visibility"
1149
- msgstr ""
1150
 
1151
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
1152
  msgid "Floating Cart Visibility"
@@ -1154,23 +1154,23 @@ msgstr ""
1154
 
1155
  #: framework/premium/extensions/woocommerce-extra/helpers.php:102
1156
  msgid "Go to product page"
1157
- msgstr ""
1158
 
1159
  #: framework/premium/extensions/woocommerce-extra/helpers.php:322
1160
  msgid "Filter"
1161
- msgstr ""
1162
 
1163
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
1164
  msgid "Off Canvas Filter"
1165
- msgstr ""
1166
 
1167
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
1168
  msgid "Filter Widgets"
1169
- msgstr ""
1170
 
1171
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
1172
  msgid "Widgets"
1173
- msgstr ""
1174
 
1175
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
1176
  msgid "Widgets Vertical Spacing"
@@ -1186,11 +1186,11 @@ msgstr ""
1186
 
1187
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
1188
  msgid "Widgets Font"
1189
- msgstr ""
1190
 
1191
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
1192
  msgid "Widgets Font Color"
1193
- msgstr ""
1194
 
1195
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
1196
  #: framework/premium/features/premium-header/items/contacts/options.php:411,
@@ -1224,28 +1224,28 @@ msgstr ""
1224
 
1225
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
1226
  msgid "Left Side"
1227
- msgstr ""
1228
 
1229
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
1230
  msgid "Right Side"
1231
- msgstr ""
1232
 
1233
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
1234
  msgid "Panel Width"
1235
- msgstr ""
1236
 
1237
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
1238
  msgid "Panel Shadow"
1239
- msgstr ""
1240
 
1241
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:302
1242
  msgid "Panel Background"
1243
- msgstr ""
1244
 
1245
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
  #: framework/features/header/items/account/options.php:958
1247
  msgid "Close Icon Color"
1248
- msgstr ""
1249
 
1250
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:364,
1251
  #: framework/features/header/items/account/options.php:990
@@ -1258,7 +1258,7 @@ msgstr ""
1258
 
1259
  #: framework/premium/extensions/woocommerce-extra/readme.php:10
1260
  msgid "Product Quick View"
1261
- msgstr ""
1262
 
1263
  #: framework/premium/extensions/woocommerce-extra/readme.php:14,
1264
  #: framework/premium/extensions/woocommerce-extra/readme.php:29,
@@ -1266,7 +1266,7 @@ msgstr ""
1266
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
1267
  #: framework/premium/extensions/woocommerce-extra/readme.php:74
1268
  msgid "Navigate to %s."
1269
- msgstr ""
1270
 
1271
  #: framework/premium/extensions/woocommerce-extra/readme.php:17
1272
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
@@ -1286,7 +1286,7 @@ msgstr ""
1286
 
1287
  #: framework/premium/extensions/woocommerce-extra/readme.php:55
1288
  msgid "Share Box"
1289
- msgstr ""
1290
 
1291
  #: framework/premium/extensions/woocommerce-extra/readme.php:62
1292
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
@@ -1321,7 +1321,7 @@ msgstr ""
1321
  #: framework/premium/features/content-blocks/hooks-manager.php:41,
1322
  #: framework/premium/features/content-blocks/hooks-manager.php:50
1323
  msgid "Header"
1324
- msgstr ""
1325
 
1326
  #: framework/premium/features/content-blocks/hooks-manager.php:48
1327
  msgid "Header after"
@@ -1407,7 +1407,7 @@ msgstr ""
1407
  #: framework/premium/features/content-blocks/hooks-manager.php:153,
1408
  #: framework/premium/features/content-blocks/hooks-manager.php:239
1409
  msgid "Before title"
1410
- msgstr ""
1411
 
1412
  #: framework/premium/features/content-blocks/hooks-manager.php:161
1413
  msgid "Before post meta"
@@ -1416,7 +1416,7 @@ msgstr ""
1416
  #: framework/premium/features/content-blocks/hooks-manager.php:169,
1417
  #: framework/premium/features/content-blocks/hooks-manager.php:246
1418
  msgid "After title"
1419
- msgstr ""
1420
 
1421
  #: framework/premium/features/content-blocks/hooks-manager.php:177
1422
  msgid "After post meta"
@@ -1424,7 +1424,7 @@ msgstr ""
1424
 
1425
  #: framework/premium/features/content-blocks/hooks-manager.php:185
1426
  msgid "After section"
1427
- msgstr ""
1428
 
1429
  #: framework/premium/features/content-blocks/hooks-manager.php:193
1430
  msgid "Before content"
@@ -1442,11 +1442,11 @@ msgstr ""
1442
 
1443
  #: framework/premium/features/content-blocks/hooks-manager.php:217
1444
  msgid "After content"
1445
- msgstr ""
1446
 
1447
  #: framework/premium/features/content-blocks/hooks-manager.php:225
1448
  msgid "Before comments"
1449
- msgstr ""
1450
 
1451
  #: framework/premium/features/content-blocks/hooks-manager.php:226,
1452
  #: framework/premium/features/content-blocks/hooks-manager.php:233,
@@ -1455,7 +1455,7 @@ msgstr ""
1455
  #: framework/premium/features/content-blocks/hooks-manager.php:254,
1456
  #: framework/premium/features/content-blocks/hooks-manager.php:261
1457
  msgid "Comments"
1458
- msgstr ""
1459
 
1460
  #: framework/premium/features/content-blocks/hooks-manager.php:232
1461
  msgid "Top comments"
@@ -1467,12 +1467,12 @@ msgstr ""
1467
 
1468
  #: framework/premium/features/content-blocks/hooks-manager.php:260
1469
  msgid "After comments"
1470
- msgstr ""
1471
 
1472
  #: framework/premium/features/content-blocks/hooks-manager.php:267,
1473
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:453
1474
  msgid "Before"
1475
- msgstr ""
1476
 
1477
  #: framework/premium/features/content-blocks/hooks-manager.php:268,
1478
  #: framework/premium/features/content-blocks/hooks-manager.php:275
@@ -1482,11 +1482,11 @@ msgstr ""
1482
  #: framework/premium/features/content-blocks/hooks-manager.php:274,
1483
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:464
1484
  msgid "After"
1485
- msgstr ""
1486
 
1487
  #: framework/premium/features/content-blocks/hooks-manager.php:281
1488
  msgid "Start"
1489
- msgstr ""
1490
 
1491
  #: framework/premium/features/content-blocks/hooks-manager.php:282,
1492
  #: framework/premium/features/content-blocks/hooks-manager.php:289
@@ -1495,7 +1495,7 @@ msgstr ""
1495
 
1496
  #: framework/premium/features/content-blocks/hooks-manager.php:288
1497
  msgid "End"
1498
- msgstr ""
1499
 
1500
  #: framework/premium/features/content-blocks/hooks-manager.php:311
1501
  msgid "After certain number of blocks"
@@ -1616,7 +1616,7 @@ msgstr ""
1616
 
1617
  #: framework/premium/features/content-blocks/hooks-manager.php:501
1618
  msgid "Share"
1619
- msgstr ""
1620
 
1621
  #: framework/premium/features/content-blocks/hooks-manager.php:505
1622
  msgid "After single product"
@@ -1704,7 +1704,7 @@ msgstr ""
1704
 
1705
  #: framework/premium/features/content-blocks/hooks-manager.php:596
1706
  msgid "After cart"
1707
- msgstr ""
1708
 
1709
  #: framework/premium/features/content-blocks/hooks-manager.php:601
1710
  msgid "Before Mini Cart"
@@ -1732,7 +1732,7 @@ msgstr ""
1732
 
1733
  #: framework/premium/features/content-blocks/hooks-manager.php:628
1734
  msgid "WooCommerce Cart"
1735
- msgstr ""
1736
 
1737
  #: framework/premium/features/content-blocks/hooks-manager.php:634
1738
  msgid "Before checkout form"
@@ -1864,7 +1864,7 @@ msgstr ""
1864
  #: framework/premium/features/content-blocks/hooks-manager.php:764,
1865
  #: framework/premium/features/content-blocks/hooks-manager.php:772
1866
  msgid "Footer"
1867
- msgstr ""
1868
 
1869
  #: framework/premium/features/content-blocks/hooks-manager.php:763
1870
  msgid "Footer before"
@@ -1907,15 +1907,15 @@ msgstr ""
1907
 
1908
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31
1909
  msgid "Code"
1910
- msgstr ""
1911
 
1912
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
1913
  msgid "Image"
1914
- msgstr ""
1915
 
1916
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
1917
  msgid "Ad Code"
1918
- msgstr ""
1919
 
1920
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
1921
  msgid "Upload Image"
@@ -1958,7 +1958,7 @@ msgstr ""
1958
  #: framework/premium/features/premium-header/items/contacts/options.php:49,
1959
  #: framework/premium/features/premium-header/items/contacts/view.php:22
1960
  msgid "Address:"
1961
- msgstr ""
1962
 
1963
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
1964
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
@@ -1967,7 +1967,7 @@ msgstr ""
1967
  #: framework/premium/features/premium-header/items/contacts/options.php:75,
1968
  #: framework/premium/features/premium-header/items/contacts/view.php:29
1969
  msgid "Phone:"
1970
- msgstr ""
1971
 
1972
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
1973
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
@@ -1976,7 +1976,7 @@ msgstr ""
1976
  #: framework/premium/features/premium-header/items/contacts/options.php:102,
1977
  #: framework/premium/features/premium-header/items/contacts/view.php:37
1978
  msgid "Mobile:"
1979
- msgstr ""
1980
 
1981
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
1982
  #: framework/premium/features/premium-header/items/contacts/options.php:44
@@ -2003,7 +2003,7 @@ msgstr ""
2003
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
2004
  #: framework/premium/features/premium-header/items/contacts/options.php:124
2005
  msgid "Work Hours"
2006
- msgstr ""
2007
 
2008
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
2009
  #: framework/premium/features/premium-header/items/contacts/options.php:129
@@ -2013,37 +2013,37 @@ msgstr ""
2013
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
2014
  #: framework/premium/features/premium-header/items/contacts/options.php:151
2015
  msgid "Fax"
2016
- msgstr ""
2017
 
2018
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
2019
  #: framework/premium/features/premium-header/items/contacts/options.php:156
2020
  msgid "Fax:"
2021
- msgstr ""
2022
 
2023
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
2024
  #: framework/premium/features/premium-header/items/contacts/options.php:183
2025
  msgid "Email:"
2026
- msgstr ""
2027
 
2028
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
2029
  #: framework/premium/features/premium-header/items/contacts/options.php:205
2030
  msgid "Website"
2031
- msgstr ""
2032
 
2033
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
2034
  #: framework/premium/features/premium-header/items/contacts/options.php:210
2035
  msgid "Website:"
2036
- msgstr ""
2037
 
2038
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
2039
  #: framework/extensions/widgets/widgets/ct-socials/options.php:80
2040
  msgid "Small"
2041
- msgstr ""
2042
 
2043
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
2044
  #: framework/extensions/widgets/widgets/ct-socials/options.php:82
2045
  msgid "Large"
2046
- msgstr ""
2047
 
2048
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
2049
  #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
@@ -2155,7 +2155,7 @@ msgstr ""
2155
 
2156
  #: framework/extensions/widgets/widgets/ct-posts/options.php:201
2157
  msgid "Random"
2158
- msgstr ""
2159
 
2160
  #: framework/extensions/widgets/widgets/ct-posts/options.php:208
2161
  msgid "Order by"
@@ -2163,23 +2163,23 @@ msgstr ""
2163
 
2164
  #: framework/extensions/widgets/widgets/ct-posts/options.php:214
2165
  msgid "1 Week"
2166
- msgstr ""
2167
 
2168
  #: framework/extensions/widgets/widgets/ct-posts/options.php:215
2169
  msgid "1 Month"
2170
- msgstr ""
2171
 
2172
  #: framework/extensions/widgets/widgets/ct-posts/options.php:216
2173
  msgid "3 Months"
2174
- msgstr ""
2175
 
2176
  #: framework/extensions/widgets/widgets/ct-posts/options.php:217
2177
  msgid "6 Months"
2178
- msgstr ""
2179
 
2180
  #: framework/extensions/widgets/widgets/ct-posts/options.php:218
2181
  msgid "1 Year"
2182
- msgstr ""
2183
 
2184
  #: framework/extensions/widgets/widgets/ct-posts/options.php:225
2185
  msgid "Posts Count"
@@ -2226,16 +2226,16 @@ msgstr ""
2226
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
2227
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:14
2228
  msgid "Quote"
2229
- msgstr ""
2230
 
2231
  #: framework/extensions/widgets/widgets/ct-quote/options.php:46
2232
  msgid "Author Name"
2233
- msgstr ""
2234
 
2235
  #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
2236
  #: framework/extensions/widgets/widgets/ct-quote/view.php:18
2237
  msgid "John Doe"
2238
- msgstr ""
2239
 
2240
  #: framework/extensions/widgets/widgets/ct-quote/options.php:55
2241
  msgid "Author Label"
@@ -2253,7 +2253,7 @@ msgstr ""
2253
  #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
2254
  #: framework/extensions/widgets/widgets/ct-socials/view.php:11
2255
  msgid "Social Icons"
2256
- msgstr ""
2257
 
2258
  #: framework/extensions/widgets/widgets/ct-socials/options.php:27
2259
  msgid "You can configure social URLs in %s."
@@ -2278,11 +2278,11 @@ msgstr ""
2278
  #: framework/features/header/items/account/options.php:7,
2279
  #: framework/features/header/items/account/options.php:13
2280
  msgid "Custom Link"
2281
- msgstr ""
2282
 
2283
  #: framework/features/header/items/account/options.php:8
2284
  msgid "Logout"
2285
- msgstr ""
2286
 
2287
  #: framework/features/header/items/account/options.php:12
2288
  msgid "Modal"
@@ -2339,12 +2339,12 @@ msgstr ""
2339
  #: framework/features/header/items/account/options.php:187,
2340
  #: framework/features/header/items/account/options.php:393
2341
  msgid "Type 5"
2342
- msgstr ""
2343
 
2344
  #: framework/features/header/items/account/options.php:192,
2345
  #: framework/features/header/items/account/options.php:398
2346
  msgid "Type 6"
2347
- msgstr ""
2348
 
2349
  #: framework/features/header/items/account/options.php:269
2350
  msgid "Label Type"
@@ -2538,7 +2538,7 @@ msgstr ""
2538
 
2539
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
2540
  msgid "All Users"
2541
- msgstr ""
2542
 
2543
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
2544
  msgid "Wish List Page"
@@ -2554,7 +2554,7 @@ msgstr ""
2554
 
2555
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
2556
  msgid "Archive Pages"
2557
- msgstr ""
2558
 
2559
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
2560
  msgid "Single Product Pages"
@@ -2570,7 +2570,7 @@ msgstr ""
2570
 
2571
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:131
2572
  msgid "Archive Button"
2573
- msgstr ""
2574
 
2575
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
2576
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
@@ -2586,7 +2586,7 @@ msgstr ""
2586
 
2587
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:208
2588
  msgid "Single Product Button"
2589
- msgstr ""
2590
 
2591
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:284
2592
  msgid "Quick View Modal Button"
@@ -2598,12 +2598,12 @@ msgstr ""
2598
 
2599
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:14
2600
  msgid "Add to cart"
2601
- msgstr ""
2602
 
2603
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:89,
2604
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:113
2605
  msgid "Remove Product"
2606
- msgstr ""
2607
 
2608
  #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
2609
  msgid "Blocksy Variation Images"
@@ -2614,19 +2614,19 @@ msgstr ""
2614
  #: framework/premium/features/content-blocks/options/hook.php:40,
2615
  #: framework/premium/features/content-blocks/options/popup.php:42
2616
  msgid "Container Structure"
2617
- msgstr ""
2618
 
2619
  #: framework/premium/features/content-blocks/options/404.php:59,
2620
  #: framework/premium/features/content-blocks/options/header.php:63,
2621
  #: framework/premium/features/content-blocks/options/hook.php:68
2622
  msgid "Narrow Width"
2623
- msgstr ""
2624
 
2625
  #: framework/premium/features/content-blocks/options/404.php:64,
2626
  #: framework/premium/features/content-blocks/options/header.php:68,
2627
  #: framework/premium/features/content-blocks/options/hook.php:73
2628
  msgid "Normal Width"
2629
- msgstr ""
2630
 
2631
  #: framework/premium/features/content-blocks/options/404.php:70,
2632
  #: framework/premium/features/content-blocks/options/header.php:74,
@@ -2644,19 +2644,19 @@ msgstr ""
2644
  #: framework/premium/features/content-blocks/options/header.php:99,
2645
  #: framework/premium/features/content-blocks/options/hook.php:104
2646
  msgid "Top & Bottom"
2647
- msgstr ""
2648
 
2649
  #: framework/premium/features/content-blocks/options/404.php:98,
2650
  #: framework/premium/features/content-blocks/options/header.php:102,
2651
  #: framework/premium/features/content-blocks/options/hook.php:107
2652
  msgid "Only Top"
2653
- msgstr ""
2654
 
2655
  #: framework/premium/features/content-blocks/options/404.php:101,
2656
  #: framework/premium/features/content-blocks/options/header.php:105,
2657
  #: framework/premium/features/content-blocks/options/hook.php:110
2658
  msgid "Only Bottom"
2659
- msgstr ""
2660
 
2661
  #: framework/premium/features/content-blocks/options/hook.php:148
2662
  msgid "Location & Priority"
@@ -2678,47 +2678,47 @@ msgstr ""
2678
 
2679
  #: framework/premium/features/content-blocks/options/hook.php:290
2680
  msgid "Fixed"
2681
- msgstr ""
2682
 
2683
  #: framework/premium/features/content-blocks/options/hook.php:300
2684
  msgid "Location"
2685
- msgstr ""
2686
 
2687
  #: framework/premium/features/content-blocks/options/popup.php:50
2688
  msgid "Popup Position"
2689
- msgstr ""
2690
 
2691
  #: framework/premium/features/content-blocks/options/popup.php:57
2692
  msgid "Popup Size"
2693
- msgstr ""
2694
 
2695
  #: framework/premium/features/content-blocks/options/popup.php:63
2696
  msgid "Small Size"
2697
- msgstr ""
2698
 
2699
  #: framework/premium/features/content-blocks/options/popup.php:64
2700
  msgid "Medium Size"
2701
- msgstr ""
2702
 
2703
  #: framework/premium/features/content-blocks/options/popup.php:65
2704
  msgid "Large Size"
2705
- msgstr ""
2706
 
2707
  #: framework/premium/features/content-blocks/options/popup.php:66
2708
  msgid "Custom Size"
2709
- msgstr ""
2710
 
2711
  #: framework/premium/features/content-blocks/options/popup.php:76
2712
  msgid "Max Width"
2713
- msgstr ""
2714
 
2715
  #: framework/premium/features/content-blocks/options/popup.php:92
2716
  msgid "Max Height"
2717
- msgstr ""
2718
 
2719
  #: framework/premium/features/content-blocks/options/popup.php:111
2720
  msgid "Popup Animation"
2721
- msgstr ""
2722
 
2723
  #: framework/premium/features/content-blocks/options/popup.php:117
2724
  msgid "Fade in fade out"
@@ -2828,11 +2828,11 @@ msgstr ""
2828
 
2829
  #: framework/premium/features/content-blocks/options/popup.php:403
2830
  msgid "Hidden"
2831
- msgstr ""
2832
 
2833
  #: framework/premium/features/content-blocks/options/popup.php:404
2834
  msgid "Visible"
2835
- msgstr ""
2836
 
2837
  #: framework/premium/features/content-blocks/options/popup.php:405
2838
  msgid "Scroll"
@@ -2844,15 +2844,15 @@ msgstr ""
2844
 
2845
  #: framework/premium/features/content-blocks/options/popup.php:411
2846
  msgid "Close Button"
2847
- msgstr ""
2848
 
2849
  #: framework/premium/features/content-blocks/options/popup.php:419
2850
  msgid "Inside"
2851
- msgstr ""
2852
 
2853
  #: framework/premium/features/content-blocks/options/popup.php:420
2854
  msgid "Outside"
2855
- msgstr ""
2856
 
2857
  #: framework/premium/features/content-blocks/options/popup.php:494
2858
  msgid "Popup Background"
@@ -2864,7 +2864,7 @@ msgstr ""
2864
 
2865
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
2866
  msgid "Posts Filter"
2867
- msgstr ""
2868
 
2869
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
2870
  msgid "Filtering Behavior"
@@ -2876,7 +2876,7 @@ msgstr ""
2876
 
2877
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
2878
  msgid "Page Reload"
2879
- msgstr ""
2880
 
2881
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
2882
  msgid "Items Horizontal Spacing"
@@ -2901,7 +2901,7 @@ msgstr ""
2901
 
2902
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
2903
  msgid "Read Progress"
2904
- msgstr ""
2905
 
2906
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
2907
  msgid "Indicator Height"
@@ -2909,7 +2909,7 @@ msgstr ""
2909
 
2910
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
2911
  msgid "Auto Hide"
2912
- msgstr ""
2913
 
2914
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
2915
  msgid "Automatically hide the read progress bar once you arrive at the bottom of the article."
@@ -2917,7 +2917,7 @@ msgstr ""
2917
 
2918
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
2919
  msgid "Main Color"
2920
- msgstr ""
2921
 
2922
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
2923
  msgid "Icon Badge"
@@ -2935,16 +2935,16 @@ msgstr ""
2935
 
2936
  #: framework/premium/features/premium-header/items/contacts/config.php:4
2937
  msgid "Contacts"
2938
- msgstr ""
2939
 
2940
  #: framework/premium/features/premium-header/items/contacts/options.php:239
2941
  msgid "Open Links In New Tab"
2942
- msgstr ""
2943
 
2944
  #: framework/premium/features/premium-header/items/contacts/options.php:259,
2945
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
2946
  msgid "Items Spacing"
2947
- msgstr ""
2948
 
2949
  #: framework/premium/features/premium-header/items/contacts/options.php:834,
2950
  #: framework/premium/features/premium-header/items/divider/options.php:107,
@@ -2952,23 +2952,23 @@ msgstr ""
2952
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2953
  #: framework/premium/features/premium-header/items/search-input/options.php:724
2954
  msgid "Margin"
2955
- msgstr ""
2956
 
2957
  #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2958
  msgid "Dark Mode"
2959
- msgstr ""
2960
 
2961
  #: framework/premium/features/premium-header/items/divider/config.php:4
2962
  msgid "Divider"
2963
- msgstr ""
2964
 
2965
  #: framework/premium/features/premium-header/items/divider/options.php:6
2966
  msgid "Size"
2967
- msgstr ""
2968
 
2969
  #: framework/premium/features/premium-header/items/language-switcher/config.php:6
2970
  msgid "Languages"
2971
- msgstr ""
2972
 
2973
  #: framework/premium/features/premium-header/items/language-switcher/options.php:17
2974
  msgid "Top Level Options"
@@ -2980,11 +2980,11 @@ msgstr ""
2980
 
2981
  #: framework/premium/features/premium-header/items/language-switcher/options.php:47
2982
  msgid "Display"
2983
- msgstr ""
2984
 
2985
  #: framework/premium/features/premium-header/items/language-switcher/options.php:59
2986
  msgid "Flag"
2987
- msgstr ""
2988
 
2989
  #: framework/premium/features/premium-header/items/language-switcher/options.php:73
2990
  msgid "Label Style"
@@ -2992,15 +2992,15 @@ msgstr ""
2992
 
2993
  #: framework/premium/features/premium-header/items/language-switcher/options.php:79
2994
  msgid "Long"
2995
- msgstr ""
2996
 
2997
  #: framework/premium/features/premium-header/items/language-switcher/options.php:80
2998
  msgid "Short"
2999
- msgstr ""
3000
 
3001
  #: framework/premium/features/premium-header/items/language-switcher/options.php:112
3002
  msgid "Hide Current Language"
3003
- msgstr ""
3004
 
3005
  #: framework/premium/features/premium-header/items/language-switcher/options.php:343
3006
  msgid "Dropdown Options"
@@ -3012,7 +3012,7 @@ msgstr ""
3012
 
3013
  #: framework/premium/features/premium-header/items/search-input/config.php:4
3014
  msgid "Search Box"
3015
- msgstr ""
3016
 
3017
  #: framework/premium/features/premium-header/items/search-input/options.php:42
3018
  msgid "Placeholder Text"
@@ -3020,19 +3020,19 @@ msgstr ""
3020
 
3021
  #: framework/premium/features/premium-header/items/search-input/options.php:52
3022
  msgid "Input Maximum Width"
3023
- msgstr ""
3024
 
3025
  #: framework/premium/features/premium-header/items/search-input/options.php:64
3026
  msgid "Input Height"
3027
- msgstr ""
3028
 
3029
  #: framework/premium/features/premium-header/items/search-input/options.php:79
3030
  msgid "Live Results"
3031
- msgstr ""
3032
 
3033
  #: framework/premium/features/premium-header/items/search-input/options.php:90
3034
  msgid "Live Results Images"
3035
- msgstr ""
3036
 
3037
  #: framework/premium/features/premium-header/items/search-input/options.php:101
3038
  msgid "Search Through Criteria"
@@ -3059,14 +3059,14 @@ msgstr ""
3059
 
3060
  #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
3061
  msgid "Widget Area"
3062
- msgstr ""
3063
 
3064
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker.js:14
3065
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:63
3066
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:205
3067
  #: static/js/screens/SiteExport.js:143
3068
  msgid "Loading..."
3069
- msgstr ""
3070
 
3071
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
3072
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
@@ -3092,7 +3092,7 @@ msgstr ""
3092
 
3093
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:173
3094
  msgid "API Key"
3095
- msgstr ""
3096
 
3097
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:207
3098
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
@@ -3103,7 +3103,7 @@ msgstr ""
3103
  #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:75
3104
  #: static/js/screens/Extensions.js:80
3105
  msgid "Activate"
3106
- msgstr ""
3107
 
3108
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:208
3109
  #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:221
@@ -3111,7 +3111,7 @@ msgstr ""
3111
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:978
3112
  #: framework/premium/static/js/footer/EditConditions.js:143
3113
  msgid "Save Settings"
3114
- msgstr ""
3115
 
3116
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:78
3117
  msgid "API Credentials"
@@ -3131,7 +3131,7 @@ msgstr ""
3131
 
3132
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:84
3133
  msgid "Loading"
3134
- msgstr ""
3135
 
3136
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:73
3137
  #: framework/extensions/product-reviews/static/js/ProductReviews.js:72
@@ -3141,11 +3141,11 @@ msgstr ""
3141
  #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:74
3142
  #: static/js/screens/Extensions.js:79
3143
  msgid "Deactivate"
3144
- msgstr ""
3145
 
3146
  #: framework/extensions/product-reviews/static/js/EditSettings.js:130
3147
  msgid "Save"
3148
- msgstr ""
3149
 
3150
  #: framework/extensions/product-reviews/static/js/EditSettings.js:39
3151
  msgid "Product Reviews Settings"
@@ -3165,7 +3165,7 @@ msgstr ""
3165
 
3166
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:108
3167
  msgid "Adobe Fonts Settings"
3168
- msgstr ""
3169
 
3170
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:113
3171
  msgid "You can find %shere%s your Project ID. Once you insert your Project ID and click the \"Fetch fonts\" button, your fonts will become available in all theme’s typography options."
@@ -3173,7 +3173,7 @@ msgstr ""
3173
 
3174
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:141
3175
  msgid "Project ID"
3176
- msgstr ""
3177
 
3178
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:188
3179
  msgid "Fetch Fonts"
@@ -3186,12 +3186,12 @@ msgstr ""
3186
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:214
3187
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:56
3188
  msgid "Variations"
3189
- msgstr ""
3190
 
3191
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:96
3192
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:94
3193
  msgid "Edit Settings"
3194
- msgstr ""
3195
 
3196
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:98
3197
  msgid "Add/Edit Fonts"
@@ -3204,16 +3204,16 @@ msgstr ""
3204
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:117
3205
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:246
3206
  msgid "Upload Simple Font"
3207
- msgstr ""
3208
 
3209
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:125
3210
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:270
3211
  msgid "Upload Variable Font"
3212
- msgstr ""
3213
 
3214
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:23
3215
  msgid "Custom Fonts Settings"
3216
- msgstr ""
3217
 
3218
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:25
3219
  msgid "Here you can see all your custom fonts that could be used in all typography options across the theme."
@@ -3221,44 +3221,44 @@ msgstr ""
3221
 
3222
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:39
3223
  msgid "Dynamic Font"
3224
- msgstr ""
3225
 
3226
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:43
3227
  msgid "Variable font"
3228
- msgstr ""
3229
 
3230
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:74
3231
  msgid "Edit Font"
3232
- msgstr ""
3233
 
3234
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:91
3235
  msgid "Remove Font"
3236
- msgstr ""
3237
 
3238
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/EditSettings.js:79
3239
  msgid "Settings"
3240
- msgstr ""
3241
 
3242
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:162
3243
  msgid "Change"
3244
- msgstr ""
3245
 
3246
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:163
3247
  msgid "Choose"
3248
- msgstr ""
3249
 
3250
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
3251
  #: static/js/options/ConditionsManager.js:91
3252
  msgid "Select variation"
3253
- msgstr ""
3254
 
3255
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
3256
  msgid "Regular"
3257
- msgstr ""
3258
 
3259
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
3260
  msgid "Italic"
3261
- msgstr ""
3262
 
3263
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:250
3264
  msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats (see browser coverage %shere%s). Use %sthis converter tool%s if you don't have these font formats."
@@ -3270,7 +3270,7 @@ msgstr ""
3270
 
3271
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:300
3272
  msgid "Font Name"
3273
- msgstr ""
3274
 
3275
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:343
3276
  msgid "Add/upload another font variation"
@@ -3278,15 +3278,15 @@ msgstr ""
3278
 
3279
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:364
3280
  msgid "Back to All Fonts"
3281
- msgstr ""
3282
 
3283
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:389
3284
  msgid "Save Custom Font"
3285
- msgstr ""
3286
 
3287
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:82
3288
  msgid "Add Variation"
3289
- msgstr ""
3290
 
3291
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:138
3292
  msgid "By checking this option you will download and replace the existing Google Fonts with the above ones."
@@ -3294,11 +3294,11 @@ msgstr ""
3294
 
3295
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:207
3296
  msgid "Sync Google Fonts"
3297
- msgstr ""
3298
 
3299
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:51
3300
  msgid "Add Google Fonts"
3301
- msgstr ""
3302
 
3303
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:60
3304
  msgid "Local Google Fonts (GDPR)"
@@ -3310,11 +3310,11 @@ msgstr ""
3310
 
3311
  #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:138
3312
  msgid "Item Settings"
3313
- msgstr ""
3314
 
3315
  #: framework/premium/extensions/sidebars/static/js/BlockWidgetControls.js:59
3316
  msgid "Remove Sidebar"
3317
- msgstr ""
3318
 
3319
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:60
3320
  msgid "%s - Sidebar Display Conditions"
@@ -3342,19 +3342,19 @@ msgstr ""
3342
 
3343
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:132
3344
  msgid "Advanced"
3345
- msgstr ""
3346
 
3347
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:147
3348
  msgid "Agency Details"
3349
- msgstr ""
3350
 
3351
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:155
3352
  msgid "Agency Name"
3353
- msgstr ""
3354
 
3355
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:186
3356
  msgid "Agency URL"
3357
- msgstr ""
3358
 
3359
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:217
3360
  msgid "Agency Support/Contact Form URL"
@@ -3362,15 +3362,15 @@ msgstr ""
3362
 
3363
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:252
3364
  msgid "Theme Details"
3365
- msgstr ""
3366
 
3367
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:260
3368
  msgid "Theme Name"
3369
- msgstr ""
3370
 
3371
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:291
3372
  msgid "Theme Description"
3373
- msgstr ""
3374
 
3375
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:322
3376
  msgid "Theme Screenshot URL"
@@ -3398,23 +3398,23 @@ msgstr ""
3398
 
3399
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:646
3400
  msgid "Plugin Details"
3401
- msgstr ""
3402
 
3403
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:654
3404
  msgid "Plugin Name"
3405
- msgstr ""
3406
 
3407
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:685
3408
  msgid "Plugin Description"
3409
- msgstr ""
3410
 
3411
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:716
3412
  msgid "Plugin Thumbnail URL"
3413
- msgstr ""
3414
 
3415
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:807
3416
  msgid "Choose File"
3417
- msgstr ""
3418
 
3419
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:814
3420
  msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 256px wide by 256px tall."
@@ -3422,27 +3422,27 @@ msgstr ""
3422
 
3423
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:864
3424
  msgid "Hide Account Menu Item"
3425
- msgstr ""
3426
 
3427
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:872
3428
  msgid "Hide Starter Sites Tab"
3429
- msgstr ""
3430
 
3431
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:879
3432
  msgid "Hide Useful Plugins Tab"
3433
- msgstr ""
3434
 
3435
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:887
3436
  msgid "Hide Changelog Tab"
3437
- msgstr ""
3438
 
3439
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:895
3440
  msgid "Hide Support Section"
3441
- msgstr ""
3442
 
3443
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:903
3444
  msgid "Hide Beta Updates Section"
3445
- msgstr ""
3446
 
3447
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:940
3448
  msgid "Hide White Label Extension"
@@ -3454,7 +3454,7 @@ msgstr ""
3454
 
3455
  #: framework/premium/static/js/components/BetaConsent.js:54
3456
  msgid "Receive βeta Updates"
3457
- msgstr ""
3458
 
3459
  #: framework/premium/static/js/components/BetaConsent.js:60
3460
  msgid "Receive beta updates and help us test the new features and improve them by submitting feedback. Please note, installing beta versions on production websites is not recommended, test them on staging or localhost environments."
@@ -3462,7 +3462,7 @@ msgstr ""
3462
 
3463
  #: framework/premium/static/js/components/BetaConsent.js:73
3464
  msgid "Are you sure?"
3465
- msgstr ""
3466
 
3467
  #: framework/premium/static/js/components/BetaConsent.js:76
3468
  msgid "Installing beta updates on your production site can give unexpected results."
@@ -3475,12 +3475,12 @@ msgstr ""
3475
  #: framework/premium/static/js/footer/CloneItem.js:65
3476
  #: framework/premium/static/js/header/CloneItem.js:65
3477
  msgid "Clone Item"
3478
- msgstr ""
3479
 
3480
  #: framework/premium/static/js/footer/CloneItem.js:88
3481
  #: framework/premium/static/js/header/CloneItem.js:88
3482
  msgid "Remove Item"
3483
- msgstr ""
3484
 
3485
  #: framework/premium/static/js/footer/CreateFooter.js:107
3486
  #: framework/premium/static/js/header/CreateHeader.js:106
@@ -3494,25 +3494,25 @@ msgstr ""
3494
  #: framework/premium/static/js/footer/CreateFooter.js:133
3495
  #: framework/premium/static/js/footer/PanelsManager.js:52
3496
  msgid "Global Footer"
3497
- msgstr ""
3498
 
3499
  #: framework/premium/static/js/footer/CreateFooter.js:137
3500
  #: framework/premium/static/js/header/CreateHeader.js:138
3501
  msgid "Secondary"
3502
- msgstr ""
3503
 
3504
  #: framework/premium/static/js/footer/CreateFooter.js:141
3505
  #: framework/premium/static/js/header/CreateHeader.js:142
3506
  msgid "Centered"
3507
- msgstr ""
3508
 
3509
  #: framework/premium/static/js/footer/CreateFooter.js:172
3510
  msgid "Create New Footer"
3511
- msgstr ""
3512
 
3513
  #: framework/premium/static/js/footer/CreateFooter.js:50
3514
  msgid "Create new footer"
3515
- msgstr ""
3516
 
3517
  #: framework/premium/static/js/footer/CreateFooter.js:53
3518
  msgid "Create a new footer and assign it to different pages or posts based on your conditions."
@@ -3520,7 +3520,7 @@ msgstr ""
3520
 
3521
  #: framework/premium/static/js/footer/CreateFooter.js:72
3522
  msgid "Footer name"
3523
- msgstr ""
3524
 
3525
  #: framework/premium/static/js/footer/EditConditions.js:100
3526
  msgid "Add one or more conditions in order to display your footer."
@@ -3530,15 +3530,15 @@ msgstr ""
3530
  #: static/js/header/EditConditions.js:83
3531
  #: static/js/options/DisplayCondition.js:44
3532
  msgid "Add/Edit Conditions"
3533
- msgstr ""
3534
 
3535
  #: framework/premium/static/js/footer/PanelsManager.js:162
3536
  msgid "Remove footer"
3537
- msgstr ""
3538
 
3539
  #: framework/premium/static/js/footer/PanelsManager.js:192
3540
  msgid "Remove Footer"
3541
- msgstr ""
3542
 
3543
  #: framework/premium/static/js/footer/PanelsManager.js:195
3544
  msgid "You are about to remove a custom footer, are you sure you want to continue?"
@@ -3549,7 +3549,7 @@ msgstr ""
3549
  #: static/js/header/PanelsManager.js:215
3550
  #: static/js/options/CustomizerOptionsManager.js:405
3551
  msgid "Cancel"
3552
- msgstr ""
3553
 
3554
  #: framework/premium/static/js/footer/PanelsManager.js:227
3555
  #: static/js/header/PanelsManager.js:231
@@ -3559,7 +3559,7 @@ msgstr "Confirmă"
3559
  #: framework/premium/static/js/footer/PanelsManager.js:68
3560
  #: static/js/header/PanelsManager.js:74
3561
  msgid "Edit Conditions"
3562
- msgstr ""
3563
 
3564
  #. translators: %s: PHP version
3565
  #: blocksy-companion.php:137
@@ -3596,7 +3596,7 @@ msgstr ""
3596
  #: framework/extensions-manager.php:269,
3597
  #: framework/premium/extensions/custom-fonts/extension.php:145
3598
  msgid "Custom Fonts"
3599
- msgstr ""
3600
 
3601
  #: framework/extensions-manager.php:270
3602
  msgid "Upload unlimited number of custom fonts or variable fonts and use them in any typography option."
@@ -3605,7 +3605,7 @@ msgstr ""
3605
  #: framework/extensions-manager.php:281,
3606
  #: framework/premium/extensions/local-google-fonts/extension.php:171
3607
  msgid "Local Google Fonts"
3608
- msgstr ""
3609
 
3610
  #: framework/extensions-manager.php:282
3611
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
@@ -3614,7 +3614,7 @@ msgstr ""
3614
  #: framework/extensions-manager.php:293,
3615
  #: framework/premium/extensions/mega-menu/config.php:4
3616
  msgid "Advanced Menu"
3617
- msgstr ""
3618
 
3619
  #: framework/extensions-manager.php:294
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
@@ -3624,7 +3624,7 @@ msgstr ""
3624
  #: framework/premium/extensions/shortcuts/config.php:4,
3625
  #: framework/premium/extensions/shortcuts/customizer.php:503
3626
  msgid "Shortcuts Bar"
3627
- msgstr ""
3628
 
3629
  #: framework/extensions-manager.php:306
3630
  msgid "Transform your website into a app like by displaying a neat shortcuts bar at the bottom of the vieport."
@@ -3633,7 +3633,7 @@ msgstr ""
3633
  #: framework/extensions-manager.php:317,
3634
  #: framework/premium/extensions/sidebars/config.php:4
3635
  msgid "Multiple Sidebars"
3636
- msgstr ""
3637
 
3638
  #: framework/extensions-manager.php:318
3639
  msgid "Create unlimited number of sidebars and display them conditionaly on any page or post."
@@ -3650,7 +3650,7 @@ msgstr ""
3650
  #: framework/extensions-manager.php:341,
3651
  #: framework/premium/extensions/woocommerce-extra/config.php:4
3652
  msgid "WooCommerce Extra"
3653
- msgstr ""
3654
 
3655
  #: framework/extensions-manager.php:342
3656
  msgid "Increase the conversion rate by adding a product quick view modal, a floating cart. Control the single product gallery/slider and the layout, add a wishlits page."
@@ -3661,73 +3661,73 @@ msgstr ""
3661
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
3662
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
3663
  msgid "Facebook"
3664
- msgstr ""
3665
 
3666
  #: framework/theme-integration.php:277
3667
  msgid "Twitter"
3668
- msgstr ""
3669
 
3670
  #: framework/theme-integration.php:278
3671
  msgid "LinkedIn"
3672
- msgstr ""
3673
 
3674
  #: framework/theme-integration.php:279
3675
  msgid "Dribbble"
3676
- msgstr ""
3677
 
3678
  #: framework/theme-integration.php:280
3679
  msgid "Instagram"
3680
- msgstr ""
3681
 
3682
  #: framework/theme-integration.php:281
3683
  msgid "Pinterest"
3684
- msgstr ""
3685
 
3686
  #: framework/theme-integration.php:282
3687
  msgid "WordPress"
3688
- msgstr ""
3689
 
3690
  #: framework/theme-integration.php:283
3691
  msgid "GitHub"
3692
- msgstr ""
3693
 
3694
  #: framework/theme-integration.php:284,
3695
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
3696
  #: framework/extensions/widgets/widgets/ct-socials/options.php:81
3697
  msgid "Medium"
3698
- msgstr ""
3699
 
3700
  #: framework/theme-integration.php:285
3701
  msgid "YouTube"
3702
- msgstr ""
3703
 
3704
  #: framework/theme-integration.php:286
3705
  msgid "Vimeo"
3706
- msgstr ""
3707
 
3708
  #: framework/theme-integration.php:287
3709
  msgid "VKontakte"
3710
- msgstr ""
3711
 
3712
  #: framework/theme-integration.php:288
3713
  msgid "Odnoklassniki"
3714
- msgstr ""
3715
 
3716
  #: framework/theme-integration.php:289
3717
  msgid "TikTok"
3718
- msgstr ""
3719
 
3720
  #: framework/theme-integration.php:361
3721
  msgid "Companion"
3722
- msgstr ""
3723
 
3724
  #: framework/theme-integration.php:377 static/js/screens/SiteExport.js:106
3725
  msgid "PRO"
3726
- msgstr ""
3727
 
3728
  #: framework/theme-integration.php:506
3729
  msgid "Check your email"
3730
- msgstr ""
3731
 
3732
  #: framework/theme-integration.php:512
3733
  msgid "Registration Form"
@@ -3747,7 +3747,7 @@ msgstr ""
3747
 
3748
  #: framework/widgets-manager.php:144
3749
  msgid "Widget Title"
3750
- msgstr ""
3751
 
3752
  #: framework/features/conditions-manager.php:344
3753
  msgid "%s Single"
@@ -3763,7 +3763,7 @@ msgstr ""
3763
 
3764
  #: framework/features/conditions-manager.php:377
3765
  msgid "Entire Website"
3766
- msgstr ""
3767
 
3768
  #: framework/features/conditions-manager.php:383
3769
  msgid "Basic"
@@ -3785,7 +3785,7 @@ msgstr ""
3785
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
3786
  #: framework/premium/features/premium-header/items/search-input/options.php:4
3787
  msgid "Posts"
3788
- msgstr ""
3789
 
3790
  #: framework/features/conditions-manager.php:402,
3791
  #: framework/premium/features/content-blocks/hooks-manager.php:296,
@@ -3813,7 +3813,7 @@ msgstr ""
3813
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
3814
  #: framework/premium/features/premium-header/items/search-input/options.php:5
3815
  msgid "Pages"
3816
- msgstr ""
3817
 
3818
  #: framework/features/conditions-manager.php:427
3819
  msgid "Single Page"
@@ -3825,11 +3825,11 @@ msgstr ""
3825
 
3826
  #: framework/features/conditions-manager.php:478
3827
  msgid "Post ID"
3828
- msgstr ""
3829
 
3830
  #: framework/features/conditions-manager.php:483
3831
  msgid "Page ID"
3832
- msgstr ""
3833
 
3834
  #: framework/features/conditions-manager.php:488
3835
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
@@ -3850,29 +3850,29 @@ msgstr ""
3850
 
3851
  #: framework/features/conditions-manager.php:508
3852
  msgid "404"
3853
- msgstr ""
3854
 
3855
  #: framework/features/conditions-manager.php:513,
3856
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
3857
  #: framework/premium/features/premium-header/items/search-input/view.php:70
3858
  msgid "Search"
3859
- msgstr ""
3860
 
3861
  #: framework/features/conditions-manager.php:518
3862
  msgid "Blog"
3863
- msgstr ""
3864
 
3865
  #: framework/features/conditions-manager.php:523
3866
  msgid "Front Page"
3867
- msgstr ""
3868
 
3869
  #: framework/features/conditions-manager.php:535
3870
  msgid "Author"
3871
- msgstr ""
3872
 
3873
  #: framework/features/conditions-manager.php:541
3874
  msgid "User Auth"
3875
- msgstr ""
3876
 
3877
  #: framework/features/conditions-manager.php:545
3878
  msgid "User Logged In"
@@ -3884,7 +3884,7 @@ msgstr ""
3884
 
3885
  #: framework/features/conditions-manager.php:556
3886
  msgid "User Roles"
3887
- msgstr ""
3888
 
3889
  #: framework/features/conditions-manager.php:561,
3890
  #: framework/premium/features/content-blocks/options/404.php:19,
@@ -3892,7 +3892,7 @@ msgstr ""
3892
  #: framework/premium/features/content-blocks/options/hook.php:24,
3893
  #: framework/premium/features/content-blocks/options/popup.php:25
3894
  msgid "Other"
3895
- msgstr ""
3896
 
3897
  #: framework/features/conditions-manager.php:565
3898
  msgid "Post Author"
@@ -3900,7 +3900,7 @@ msgstr ""
3900
 
3901
  #: framework/features/conditions-manager.php:657
3902
  msgid "Language"
3903
- msgstr ""
3904
 
3905
  #: framework/features/demo-install.php:233
3906
  msgid "Your PHP installation doesn't have support for XML. Please install the <i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install starter sites. You might need to contact your hosting provider to assist you in doing so."
@@ -3916,7 +3916,7 @@ msgstr ""
3916
 
3917
  #: framework/features/dynamic-css.php:52
3918
  msgid "File"
3919
- msgstr ""
3920
 
3921
  #: framework/features/dynamic-css.php:53,
3922
  #: framework/premium/features/premium-header/items/language-switcher/options.php:32
@@ -3925,7 +3925,7 @@ msgstr ""
3925
 
3926
  #: framework/features/google-analytics.php:69
3927
  msgid "Google Analytics v3"
3928
- msgstr ""
3929
 
3930
  #: framework/features/google-analytics.php:74
3931
  msgid "Link your Google Analytics 3 tracking ID."
@@ -3933,7 +3933,7 @@ msgstr ""
3933
 
3934
  #: framework/features/google-analytics.php:80
3935
  msgid "Google Analytics v4"
3936
- msgstr ""
3937
 
3938
  #: framework/features/google-analytics.php:86
3939
  msgid "Link your Google Analytics 4 tracking ID. More info and instructions can be found %shere%s."
@@ -3949,7 +3949,7 @@ msgstr ""
3949
 
3950
  #: framework/features/opengraph-meta-data.php:17
3951
  msgid "OpenGraph Meta Data"
3952
- msgstr ""
3953
 
3954
  #: framework/features/opengraph-meta-data.php:20
3955
  msgid "Enable the OpenGraph rich meta data features for your website."
@@ -4000,7 +4000,7 @@ msgstr ""
4000
  #: framework/premium/features/premium-header/items/search-input/options.php:37
4001
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
4002
  msgid "General"
4003
- msgstr ""
4004
 
4005
  #: framework/extensions/cookies-consent/customizer.php:31,
4006
  #: framework/premium/extensions/shortcuts/customizer.php:525,
@@ -4011,7 +4011,7 @@ msgstr ""
4011
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
4012
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
4013
  msgid "Type 1"
4014
- msgstr ""
4015
 
4016
  #: framework/extensions/cookies-consent/customizer.php:36,
4017
  #: framework/premium/extensions/shortcuts/customizer.php:530,
@@ -4022,43 +4022,43 @@ msgstr ""
4022
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
4023
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
4024
  msgid "Type 2"
4025
- msgstr ""
4026
 
4027
  #: framework/extensions/cookies-consent/customizer.php:43
4028
  msgid "Cookie period"
4029
- msgstr ""
4030
 
4031
  #: framework/extensions/cookies-consent/customizer.php:51
4032
  msgid "One hour"
4033
- msgstr ""
4034
 
4035
  #: framework/extensions/cookies-consent/customizer.php:52
4036
  msgid "One day"
4037
- msgstr ""
4038
 
4039
  #: framework/extensions/cookies-consent/customizer.php:53
4040
  msgid "One week"
4041
- msgstr ""
4042
 
4043
  #: framework/extensions/cookies-consent/customizer.php:54
4044
  msgid "One month"
4045
- msgstr ""
4046
 
4047
  #: framework/extensions/cookies-consent/customizer.php:55
4048
  msgid "Three months"
4049
- msgstr ""
4050
 
4051
  #: framework/extensions/cookies-consent/customizer.php:56
4052
  msgid "Six months"
4053
- msgstr ""
4054
 
4055
  #: framework/extensions/cookies-consent/customizer.php:57
4056
  msgid "One year"
4057
- msgstr ""
4058
 
4059
  #: framework/extensions/cookies-consent/customizer.php:58
4060
  msgid "Forever"
4061
- msgstr ""
4062
 
4063
  #: framework/extensions/cookies-consent/customizer.php:65,
4064
  #: framework/premium/features/content-blocks/hooks-manager.php:194,
@@ -4080,7 +4080,7 @@ msgstr ""
4080
  #: framework/premium/features/premium-header/items/contacts/options.php:189,
4081
  #: framework/premium/features/premium-header/items/contacts/options.php:216
4082
  msgid "Content"
4083
- msgstr ""
4084
 
4085
  #: framework/extensions/cookies-consent/customizer.php:67,
4086
  #: framework/extensions/cookies-consent/helpers.php:30
@@ -4089,12 +4089,12 @@ msgstr ""
4089
 
4090
  #: framework/extensions/cookies-consent/customizer.php:79
4091
  msgid "Button text"
4092
- msgstr ""
4093
 
4094
  #: framework/extensions/cookies-consent/customizer.php:82,
4095
  #: framework/extensions/cookies-consent/helpers.php:33
4096
  msgid "Accept"
4097
- msgstr ""
4098
 
4099
  #: framework/extensions/cookies-consent/customizer.php:90,
4100
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
@@ -4116,7 +4116,7 @@ msgstr ""
4116
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
4117
  #: framework/premium/features/premium-header/items/search-input/options.php:178
4118
  msgid "Design"
4119
- msgstr ""
4120
 
4121
  #: framework/extensions/cookies-consent/customizer.php:95,
4122
  #: framework/extensions/trending/customizer.php:329,
@@ -4138,7 +4138,7 @@ msgstr ""
4138
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
4139
  #: framework/premium/features/premium-header/items/language-switcher/options.php:382
4140
  msgid "Font Color"
4141
- msgstr ""
4142
 
4143
  #: framework/extensions/cookies-consent/customizer.php:112,
4144
  #: framework/extensions/cookies-consent/customizer.php:142,
@@ -4214,7 +4214,7 @@ msgstr ""
4214
  #: framework/premium/features/premium-header/items/search-input/options.php:762,
4215
  #: framework/premium/features/premium-header/items/search-input/options.php:790
4216
  msgid "Initial"
4217
- msgstr ""
4218
 
4219
  #: framework/extensions/cookies-consent/customizer.php:118,
4220
  #: framework/extensions/cookies-consent/customizer.php:147,
@@ -4259,7 +4259,7 @@ msgstr ""
4259
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
4260
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
4261
  msgid "Button Color"
4262
- msgstr ""
4263
 
4264
  #: framework/extensions/cookies-consent/customizer.php:154,
4265
  #: framework/premium/extensions/mega-menu/options.php:814,
@@ -4267,11 +4267,11 @@ msgstr ""
4267
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
4268
  #: framework/premium/features/premium-header/items/language-switcher/options.php:412
4269
  msgid "Background Color"
4270
- msgstr ""
4271
 
4272
  #: framework/extensions/cookies-consent/customizer.php:179
4273
  msgid "Maximum Width"
4274
- msgstr ""
4275
 
4276
  #: framework/extensions/cookies-consent/customizer.php:202
4277
  msgid "I accept the %sPrivacy Policy%s*"
@@ -4291,7 +4291,7 @@ msgstr ""
4291
  #: framework/premium/extensions/post-types-extra/readme.php:1,
4292
  #: framework/premium/extensions/woocommerce-extra/readme.php:1
4293
  msgid "Instructions"
4294
- msgstr ""
4295
 
4296
  #: framework/extensions/cookies-consent/readme.php:4
4297
  msgid "After installing and activating the Cookies Consent extension you will be able to configure it from this location:"
@@ -4300,7 +4300,7 @@ msgstr ""
4300
  #: framework/extensions/cookies-consent/readme.php:9,
4301
  #: framework/extensions/widgets/widgets/ct-socials/options.php:31
4302
  msgid "Customizer"
4303
- msgstr ""
4304
 
4305
  #: framework/extensions/cookies-consent/readme.php:13
4306
  msgid "Navigate to %s and customize the notification to meet your needs."
@@ -4346,7 +4346,7 @@ msgstr ""
4346
  #: framework/premium/features/premium-header/items/contacts/options.php:182,
4347
  #: framework/premium/features/premium-header/items/contacts/options.php:209
4348
  msgid "Title"
4349
- msgstr ""
4350
 
4351
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
4352
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
@@ -4357,7 +4357,7 @@ msgstr ""
4357
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
4358
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:14
4359
  msgid "Description"
4360
- msgstr ""
4361
 
4362
  #: framework/extensions/newsletter-subscribe/customizer.php:29,
4363
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
@@ -4381,7 +4381,7 @@ msgstr ""
4381
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
4382
  #: framework/premium/features/content-blocks/options/hook.php:289
4383
  msgid "Default"
4384
- msgstr ""
4385
 
4386
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
4387
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
@@ -4389,7 +4389,7 @@ msgstr ""
4389
  #: framework/premium/extensions/shortcuts/customizer.php:276
4390
  #: framework/premium/static/js/options/IconPicker/Modal.js:148
4391
  msgid "Custom"
4392
- msgstr ""
4393
 
4394
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
4395
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
@@ -4400,7 +4400,7 @@ msgstr ""
4400
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
4401
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
4402
  msgid "Name Field"
4403
- msgstr ""
4404
 
4405
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
4406
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
@@ -4414,7 +4414,7 @@ msgstr ""
4414
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
4415
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
4416
  msgid "Your name"
4417
- msgstr ""
4418
 
4419
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
4420
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
@@ -4428,7 +4428,7 @@ msgstr ""
4428
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
4429
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
4430
  msgid "Your email"
4431
- msgstr ""
4432
 
4433
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
4434
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
@@ -4442,7 +4442,7 @@ msgstr ""
4442
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
4443
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
4444
  msgid "Subscribe"
4445
- msgstr ""
4446
 
4447
  #: framework/extensions/newsletter-subscribe/customizer.php:126,
4448
  #: framework/premium/extensions/shortcuts/customizer.php:45,
@@ -4461,7 +4461,7 @@ msgstr ""
4461
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
4462
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
4463
  msgid "Visibility"
4464
- msgstr ""
4465
 
4466
  #: framework/extensions/newsletter-subscribe/customizer.php:137,
4467
  #: framework/extensions/trending/customizer.php:259,
@@ -4490,7 +4490,7 @@ msgstr ""
4490
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
4491
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
4492
  msgid "Desktop"
4493
- msgstr ""
4494
 
4495
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
4496
  #: framework/extensions/trending/customizer.php:260,
@@ -4518,7 +4518,7 @@ msgstr ""
4518
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
4519
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
4520
  msgid "Tablet"
4521
- msgstr ""
4522
 
4523
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
4524
  #: framework/extensions/trending/customizer.php:261,
@@ -4550,7 +4550,7 @@ msgstr ""
4550
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
4551
  #: framework/premium/features/premium-header/items/contacts/options.php:97
4552
  msgid "Mobile"
4553
- msgstr ""
4554
 
4555
  #: framework/extensions/newsletter-subscribe/customizer.php:152
4556
  msgid "Title Color"
@@ -4636,7 +4636,7 @@ msgstr ""
4636
  #: framework/features/header/items/account/options.php:278
4637
  #: static/js/screens/SiteExport.js:85
4638
  msgid "Name"
4639
- msgstr ""
4640
 
4641
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
4642
  #: framework/features/header/modal/register.php:11,
@@ -4646,7 +4646,7 @@ msgstr ""
4646
  #: framework/premium/extensions/shortcuts/views/bar.php:27,
4647
  #: framework/premium/features/premium-header/items/contacts/options.php:178
4648
  msgid "Email"
4649
- msgstr ""
4650
 
4651
  #: framework/extensions/newsletter-subscribe/readme.php:4
4652
  msgid ""
@@ -4709,7 +4709,7 @@ msgstr ""
4709
 
4710
  #: framework/extensions/product-reviews/extension.php:323
4711
  msgid "Buy Now Button"
4712
- msgstr ""
4713
 
4714
  #: framework/extensions/product-reviews/extension.php:342
4715
  msgid "Star Rating Color"
@@ -4736,7 +4736,7 @@ msgstr ""
4736
 
4737
  #: framework/extensions/product-reviews/extension.php:439
4738
  msgid "Product Review"
4739
- msgstr ""
4740
 
4741
  #: framework/extensions/product-reviews/extension.php:441
4742
  msgid "Parent Product Review"
@@ -4744,11 +4744,11 @@ msgstr ""
4744
 
4745
  #: framework/extensions/product-reviews/extension.php:442
4746
  msgid "All Reviews"
4747
- msgstr ""
4748
 
4749
  #: framework/extensions/product-reviews/extension.php:443
4750
  msgid "View Product Review"
4751
- msgstr ""
4752
 
4753
  #: framework/extensions/product-reviews/extension.php:444
4754
  msgid "Add New Product Review"
@@ -4781,13 +4781,13 @@ msgstr ""
4781
  #: framework/extensions/product-reviews/extension.php:484,
4782
  #: framework/extensions/product-reviews/extension.php:494
4783
  msgid "Categories"
4784
- msgstr ""
4785
 
4786
  #: framework/extensions/product-reviews/extension.php:485,
4787
  #: framework/extensions/trending/customizer.php:35,
4788
  #: framework/extensions/widgets/widgets/ct-posts/options.php:37
4789
  msgid "Category"
4790
- msgstr ""
4791
 
4792
  #: framework/extensions/product-reviews/extension.php:486
4793
  msgid "Search Category"
@@ -4795,7 +4795,7 @@ msgstr ""
4795
 
4796
  #: framework/extensions/product-reviews/extension.php:487
4797
  msgid "All Categories"
4798
- msgstr ""
4799
 
4800
  #: framework/extensions/product-reviews/extension.php:488
4801
  msgid "Parent Category"
@@ -4807,33 +4807,33 @@ msgstr ""
4807
 
4808
  #: framework/extensions/product-reviews/extension.php:490
4809
  msgid "Edit Category"
4810
- msgstr ""
4811
 
4812
  #: framework/extensions/product-reviews/extension.php:491
4813
  msgid "Update Category"
4814
- msgstr ""
4815
 
4816
  #: framework/extensions/product-reviews/extension.php:492
4817
  msgid "Add New Category"
4818
- msgstr ""
4819
 
4820
  #: framework/extensions/product-reviews/extension.php:493
4821
  msgid "New Category Name"
4822
- msgstr ""
4823
 
4824
  #. translators: %s is the theme name.
4825
  #: framework/extensions/product-reviews/extension.php:512
4826
  msgid "%s Settings"
4827
- msgstr ""
4828
 
4829
  #: framework/extensions/product-reviews/extension.php:513
4830
  msgid "Blocksy"
4831
- msgstr ""
4832
 
4833
  #: framework/extensions/product-reviews/helpers.php:30,
4834
  #: framework/extensions/product-reviews/metabox.php:163
4835
  msgid "Rating"
4836
- msgstr ""
4837
 
4838
  #: framework/extensions/product-reviews/metabox.php:10
4839
  msgid "Review Entity"
@@ -4842,11 +4842,11 @@ msgstr ""
4842
  #: framework/extensions/product-reviews/metabox.php:18,
4843
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:13
4844
  msgid "Product"
4845
- msgstr ""
4846
 
4847
  #: framework/extensions/product-reviews/metabox.php:19
4848
  msgid "Book"
4849
- msgstr ""
4850
 
4851
  #: framework/extensions/product-reviews/metabox.php:21
4852
  msgid "Creative Work Season"
@@ -4858,15 +4858,15 @@ msgstr ""
4858
 
4859
  #: framework/extensions/product-reviews/metabox.php:23
4860
  msgid "Episode"
4861
- msgstr ""
4862
 
4863
  #: framework/extensions/product-reviews/metabox.php:25
4864
  msgid "Game"
4865
- msgstr ""
4866
 
4867
  #: framework/extensions/product-reviews/metabox.php:27
4868
  msgid "Local Business"
4869
- msgstr ""
4870
 
4871
  #: framework/extensions/product-reviews/metabox.php:28
4872
  msgid "Media Object"
@@ -4874,19 +4874,19 @@ msgstr ""
4874
 
4875
  #: framework/extensions/product-reviews/metabox.php:29
4876
  msgid "Movie"
4877
- msgstr ""
4878
 
4879
  #: framework/extensions/product-reviews/metabox.php:30
4880
  msgid "Music Playlist"
4881
- msgstr ""
4882
 
4883
  #: framework/extensions/product-reviews/metabox.php:31
4884
  msgid "Music Recording"
4885
- msgstr ""
4886
 
4887
  #: framework/extensions/product-reviews/metabox.php:32
4888
  msgid "Organization"
4889
- msgstr ""
4890
 
4891
  #: framework/extensions/product-reviews/metabox.php:38
4892
  msgid "More info about review entity and how to choose the right one can be found %shere%s."
@@ -4894,19 +4894,19 @@ msgstr ""
4894
 
4895
  #: framework/extensions/product-reviews/metabox.php:53
4896
  msgid "Product Price"
4897
- msgstr ""
4898
 
4899
  #: framework/extensions/product-reviews/metabox.php:60
4900
  msgid "Product SKU"
4901
- msgstr ""
4902
 
4903
  #: framework/extensions/product-reviews/metabox.php:67
4904
  msgid "Product Brand"
4905
- msgstr ""
4906
 
4907
  #: framework/extensions/product-reviews/metabox.php:80
4908
  msgid "Gallery"
4909
- msgstr ""
4910
 
4911
  #: framework/extensions/product-reviews/metabox.php:91
4912
  msgid "Affiliate Button Label"
@@ -4915,7 +4915,7 @@ msgstr ""
4915
  #: framework/extensions/product-reviews/metabox.php:93,
4916
  #: framework/extensions/product-reviews/views/single-top.php:156
4917
  msgid "Buy Now"
4918
- msgstr ""
4919
 
4920
  #: framework/extensions/product-reviews/metabox.php:98
4921
  msgid "Affiliate Link"
@@ -4936,19 +4936,19 @@ msgstr ""
4936
  #: framework/extensions/product-reviews/metabox.php:134,
4937
  #: framework/extensions/product-reviews/views/single-top.php:162
4938
  msgid "Read More"
4939
- msgstr ""
4940
 
4941
  #: framework/extensions/product-reviews/metabox.php:154
4942
  msgid "Short Description"
4943
- msgstr ""
4944
 
4945
  #: framework/extensions/product-reviews/metabox.php:169
4946
  msgid "Scores"
4947
- msgstr ""
4948
 
4949
  #: framework/extensions/product-reviews/metabox.php:209
4950
  msgid "Product specs"
4951
- msgstr ""
4952
 
4953
  #: framework/extensions/product-reviews/metabox.php:234,
4954
  #: framework/extensions/product-reviews/views/single-top.php:262
@@ -4974,12 +4974,12 @@ msgstr ""
4974
  #: framework/premium/extensions/shortcuts/views/bar.php:30,
4975
  #: framework/premium/features/premium-header/items/search-input/options.php:6
4976
  msgid "Products"
4977
- msgstr ""
4978
 
4979
  #: framework/extensions/trending/customizer.php:36,
4980
  #: framework/extensions/widgets/widgets/ct-posts/options.php:38
4981
  msgid "All categories"
4982
- msgstr ""
4983
 
4984
  #: framework/extensions/trending/customizer.php:41,
4985
  #: framework/extensions/widgets/widgets/ct-posts/options.php:43
@@ -4993,7 +4993,7 @@ msgstr ""
4993
 
4994
  #: framework/extensions/trending/customizer.php:114
4995
  msgid "Module Title"
4996
- msgstr ""
4997
 
4998
  #: framework/extensions/trending/customizer.php:117,
4999
  #: framework/extensions/trending/helpers.php:218
@@ -5009,7 +5009,7 @@ msgstr ""
5009
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
5010
  #: framework/extensions/widgets/widgets/ct-posts/options.php:168
5011
  msgid "Source"
5012
- msgstr ""
5013
 
5014
  #: framework/extensions/trending/customizer.php:174,
5015
  #: framework/extensions/widgets/widgets/ct-posts/options.php:154
@@ -5025,7 +5025,7 @@ msgstr ""
5025
  #: framework/extensions/trending/customizer.php:198,
5026
  #: framework/extensions/widgets/widgets/ct-posts/options.php:243
5027
  msgid "Posts ID"
5028
- msgstr ""
5029
 
5030
  #: framework/extensions/trending/customizer.php:202,
5031
  #: framework/extensions/widgets/widgets/ct-posts/options.php:247
@@ -5039,23 +5039,23 @@ msgstr ""
5039
  #: framework/extensions/trending/customizer.php:227,
5040
  #: framework/extensions/widgets/widgets/ct-posts/options.php:213
5041
  msgid "All Time"
5042
- msgstr ""
5043
 
5044
  #: framework/extensions/trending/customizer.php:228
5045
  msgid "Last 24 Hours"
5046
- msgstr ""
5047
 
5048
  #: framework/extensions/trending/customizer.php:229
5049
  msgid "Last 7 Days"
5050
- msgstr ""
5051
 
5052
  #: framework/extensions/trending/customizer.php:230
5053
  msgid "Last Month"
5054
- msgstr ""
5055
 
5056
  #: framework/extensions/trending/customizer.php:247
5057
  msgid "Container Visibility"
5058
- msgstr ""
5059
 
5060
  #: framework/extensions/trending/customizer.php:320
5061
  msgid "Posts Font"
@@ -5069,11 +5069,11 @@ msgstr ""
5069
  #: framework/features/header/items/account/options.php:481,
5070
  #: framework/features/header/items/account/views/logout.php:3
5071
  msgid "Login"
5072
- msgstr ""
5073
 
5074
  #: framework/features/header/account-modal.php:51
5075
  msgid "Sign Up"
5076
- msgstr ""
5077
 
5078
  #: framework/features/header/account-modal.php:70
5079
  msgid "Back to login"
@@ -5081,31 +5081,31 @@ msgstr ""
5081
 
5082
  #: framework/features/header/header-options.php:6
5083
  msgid "Sticky Functionality"
5084
- msgstr ""
5085
 
5086
  #: framework/features/header/header-options.php:32
5087
  msgid "Only Main Row"
5088
- msgstr ""
5089
 
5090
  #: framework/features/header/header-options.php:37
5091
  msgid "Top & Main Row"
5092
- msgstr ""
5093
 
5094
  #: framework/features/header/header-options.php:42
5095
  msgid "All Rows"
5096
- msgstr ""
5097
 
5098
  #: framework/features/header/header-options.php:47
5099
  msgid "Main & Bottom Row"
5100
- msgstr ""
5101
 
5102
  #: framework/features/header/header-options.php:52
5103
  msgid "Only Top Row"
5104
- msgstr ""
5105
 
5106
  #: framework/features/header/header-options.php:57
5107
  msgid "Only Bottom Row"
5108
- msgstr ""
5109
 
5110
  #: framework/features/header/header-options.php:63
5111
  msgid "Sticky Effect"
@@ -5130,7 +5130,7 @@ msgstr ""
5130
 
5131
  #: framework/features/header/header-options.php:106
5132
  msgid "Transparent Functionality"
5133
- msgstr ""
5134
 
5135
  #: framework/features/header/header-options.php:144,
5136
  #: framework/premium/extensions/shortcuts/customizer.php:742,
@@ -5158,7 +5158,7 @@ msgstr ""
5158
 
5159
  #: framework/premium/features/content-blocks.php:206
5160
  msgid "Conditions"
5161
- msgstr ""
5162
 
5163
  #: framework/premium/features/content-blocks.php:207
5164
  msgid "Output"
@@ -5180,7 +5180,7 @@ msgstr ""
5180
  #: framework/premium/features/content-blocks/options/popup.php:418,
5181
  #: framework/premium/features/premium-header/items/contacts/options.php:277
5182
  msgid "None"
5183
- msgstr ""
5184
 
5185
  #: framework/premium/features/content-blocks.php:229,
5186
  #: framework/premium/features/content-blocks/options/popup.php:163
@@ -5214,11 +5214,11 @@ msgstr ""
5214
 
5215
  #: framework/premium/features/content-blocks.php:238
5216
  msgid "Down"
5217
- msgstr ""
5218
 
5219
  #: framework/premium/features/content-blocks.php:239
5220
  msgid "Up"
5221
- msgstr ""
5222
 
5223
  #: framework/premium/features/content-blocks.php:616,
5224
  #: framework/premium/features/content-blocks.php:622
@@ -5227,7 +5227,7 @@ msgstr ""
5227
 
5228
  #: framework/premium/features/content-blocks.php:617
5229
  msgid "Content Block"
5230
- msgstr ""
5231
 
5232
  #: framework/premium/features/content-blocks.php:618
5233
  msgid "Add New"
@@ -5265,16 +5265,16 @@ msgstr ""
5265
  #: framework/premium/features/premium-footer.php:30,
5266
  #: framework/premium/features/premium-footer.php:41
5267
  msgid "Footer Menu 1"
5268
- msgstr ""
5269
 
5270
  #: framework/premium/features/premium-footer.php:42,
5271
  #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
5272
  msgid "Footer Menu 2"
5273
- msgstr ""
5274
 
5275
  #: framework/premium/features/premium-header.php:42
5276
  msgid "Header Menu 3"
5277
- msgstr ""
5278
 
5279
  #: framework/premium/features/premium-header.php:102
5280
  msgid "Header Widget Area "
@@ -5286,7 +5286,7 @@ msgstr ""
5286
  #: framework/features/header/items/account/options.php:348,
5287
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:441
5288
  msgid "Icon"
5289
- msgstr ""
5290
 
5291
  #: framework/premium/features/premium-header.php:172,
5292
  #: framework/premium/extensions/mega-menu/options.php:434,
@@ -5294,12 +5294,12 @@ msgstr ""
5294
  #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
5295
  #: framework/premium/features/premium-header/items/contacts/options.php:249
5296
  msgid "Icons Size"
5297
- msgstr ""
5298
 
5299
  #: framework/premium/features/premium-header.php:184,
5300
  #: framework/premium/extensions/mega-menu/options.php:456
5301
  msgid "Icon Position"
5302
- msgstr ""
5303
 
5304
  #: framework/premium/features/premium-header.php:191,
5305
  #: framework/premium/extensions/mega-menu/options.php:463,
@@ -5308,7 +5308,7 @@ msgstr ""
5308
  #: framework/features/header/items/account/options.php:465,
5309
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
5310
  msgid "Left"
5311
- msgstr ""
5312
 
5313
  #: framework/premium/features/premium-header.php:192,
5314
  #: framework/premium/extensions/mega-menu/options.php:464,
@@ -5317,12 +5317,12 @@ msgstr ""
5317
  #: framework/features/header/items/account/options.php:466,
5318
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
5319
  msgid "Right"
5320
- msgstr ""
5321
 
5322
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
5323
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
5324
  msgid "Newsletter"
5325
- msgstr ""
5326
 
5327
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
5328
  #: framework/premium/extensions/mega-menu/options.php:491,
@@ -5331,7 +5331,7 @@ msgstr ""
5331
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
5332
  #: framework/features/header/items/account/options.php:277
5333
  msgid "Text"
5334
- msgstr ""
5335
 
5336
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
5337
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
@@ -5345,11 +5345,11 @@ msgstr ""
5345
 
5346
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
5347
  msgid "Boxed"
5348
- msgstr ""
5349
 
5350
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
5351
  msgid "Content Alignment"
5352
- msgstr ""
5353
 
5354
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
5355
  msgid "Newsletter subscribe form"
@@ -5361,15 +5361,15 @@ msgstr ""
5361
 
5362
  #: framework/extensions/product-reviews/views/single-top.php:238
5363
  msgid "Specs"
5364
- msgstr ""
5365
 
5366
  #: framework/features/header/modal/login.php:17
5367
  msgid "Email Address"
5368
- msgstr ""
5369
 
5370
  #: framework/features/header/modal/login.php:22
5371
  msgid "Password"
5372
- msgstr ""
5373
 
5374
  #: framework/features/header/modal/login.php:29
5375
  msgid "Remember Me"
@@ -5377,11 +5377,11 @@ msgstr ""
5377
 
5378
  #: framework/features/header/modal/login.php:33
5379
  msgid "Forgot Password?"
5380
- msgstr ""
5381
 
5382
  #: framework/features/header/modal/login.php:41
5383
  msgid "Log In"
5384
- msgstr ""
5385
 
5386
  #: framework/features/header/modal/lostpassword.php:5
5387
  msgid "Username or Email Address"
@@ -5393,7 +5393,7 @@ msgstr ""
5393
 
5394
  #: framework/features/header/modal/register.php:6
5395
  msgid "Username"
5396
- msgstr ""
5397
 
5398
  #: framework/features/header/modal/register.php:18
5399
  msgid "Registration confirmation will be emailed to you"
@@ -5401,11 +5401,11 @@ msgstr ""
5401
 
5402
  #: framework/features/header/modal/register.php:23
5403
  msgid "Register"
5404
- msgstr ""
5405
 
5406
  #: framework/premium/extensions/adobe-typekit/config.php:4
5407
  msgid "Adobe Fonts"
5408
- msgstr ""
5409
 
5410
  #: framework/premium/extensions/adobe-typekit/config.php:5
5411
  msgid "Connect your Adobe Fonts project and use the selected fonts throughout Blocksy and your favorite page builder."
@@ -5427,7 +5427,7 @@ msgstr ""
5427
 
5428
  #: framework/premium/extensions/code-snippets/readme.php:9
5429
  msgid "Globally"
5430
- msgstr ""
5431
 
5432
  #: framework/premium/extensions/code-snippets/readme.php:13
5433
  msgid "Navigate to %s and place there your header, body or footer scripts."
2
  # This file is distributed under the same license as the Blocksy Companion Pro package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2021-11-06 13:58:14+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n == 0 || n % 100 >= 2 && n % 100 <= 19) ? 1 : 2);\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: ro\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
18
  #: framework/premium/static/js/header/CreateHeader.js:134
19
  #: static/js/header/PanelsManager.js:58
20
  msgid "Global Header"
21
+ msgstr "Antet global"
22
 
23
  #: framework/premium/static/js/header/CreateHeader.js:173
24
  msgid "Create New Header"
25
+ msgstr "Creează un nou antet"
26
 
27
  #: framework/premium/static/js/header/CreateHeader.js:50
28
  msgid "Create new header"
29
+ msgstr "Creează un nou antet"
30
 
31
  #: framework/premium/static/js/header/CreateHeader.js:53
32
  msgid "Create a new header and assign it to different pages or posts based on your conditions."
34
 
35
  #: framework/premium/static/js/header/CreateHeader.js:71
36
  msgid "Header name"
37
+ msgstr "Nume header"
38
 
39
  #: framework/premium/static/js/hooks/CodeEditor.js:105
40
  msgid "Yes, continue"
41
+ msgstr "Da, continuă"
42
 
43
  #: framework/premium/static/js/hooks/CodeEditor.js:24
44
  msgid "Use code editor"
45
+ msgstr "Folosește editorul de cod"
46
 
47
  #: framework/premium/static/js/hooks/CodeEditor.js:25
48
  msgid "Exit code editor"
49
+ msgstr "Ieși din editorul de cod"
50
 
51
  #: framework/premium/static/js/hooks/CodeEditor.js:36
52
  msgid "Heads up!"
53
+ msgstr "Atenție!"
54
 
55
  #: framework/premium/static/js/hooks/CodeEditor.js:38
56
  msgid "Enabling & disabling the code editor will erase everything from your post editor and this action is irreversible."
58
 
59
  #: framework/premium/static/js/hooks/CodeEditor.js:45
60
  msgid "Are you sure you want to continue?"
61
+ msgstr "Ești sigur că vrei să continui?"
62
 
63
  #: framework/premium/static/js/hooks/CreateHook.js:105
64
  msgid "Content Block Name"
65
+ msgstr "Nume Content Block"
66
 
67
  #: framework/premium/static/js/hooks/CreateHook.js:131
68
  msgid "Create Content Block"
69
+ msgstr "Creează un Content Block"
70
 
71
  #: framework/premium/static/js/hooks/CreateHook.js:35
72
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
74
 
75
  #: framework/premium/static/js/hooks/CreateHook.js:55
76
  msgid "Select template type..."
77
+ msgstr "Alege tipul de template…"
78
 
79
  #: framework/premium/static/js/hooks/CreateHook.js:67
80
  msgid "Custom Content/Hooks"
81
+ msgstr "Conținut personalizat"
82
 
83
  #: framework/premium/static/js/hooks/CreateHook.js:76
84
  msgid "Popup Template"
85
+ msgstr "Șablon pop-up"
86
 
87
  #: framework/premium/static/js/hooks/CreateHook.js:82
88
  msgid "404 Page Template"
89
+ msgstr "Template pagină 404"
90
 
91
  #: framework/premium/static/js/hooks/CreateHook.js:91
92
  msgid "Header Template"
93
+ msgstr "Template antet"
94
 
95
  #: framework/premium/static/js/hooks/CreateHook.js:97
96
  msgid "Footer Template"
97
+ msgstr "Template subsol"
98
 
99
  #: framework/premium/static/js/options/IconPicker.js:133
100
  msgid "Change Icon"
101
+ msgstr "Schimbă pictograma"
102
 
103
  #: framework/premium/static/js/options/IconPicker.js:150
104
  msgid "Remove Icon"
105
+ msgstr "Elimină pictogramă"
106
 
107
  #: framework/premium/static/js/options/IconPicker.js:156
108
  msgid "Select"
109
+ msgstr "Alege"
110
 
111
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:22
112
  msgid "Upload Icon"
113
+ msgstr "Încarcă pictogramă"
114
 
115
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:34
116
  msgid "For performance and customization reasons, only SVG files are allowed."
117
+ msgstr "Din motive de performanță și personalizare, doar fișierele SVG sunt permise."
118
 
119
  #: framework/premium/static/js/options/IconPicker/IconsList.js:24
120
  msgid "Search icon"
121
+ msgstr "Pictogramă căutare"
122
 
123
  #: framework/premium/static/js/options/IconPicker/Modal.js:135
124
  msgid "Predefined"
125
+ msgstr "Predefinit"
126
 
127
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:156
128
  msgid "Add New Location"
129
+ msgstr "Adaugă o locație nouă"
130
 
131
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:47
132
  msgid "Select location"
133
+ msgstr "Alege locația"
134
 
135
  #: framework/premium/static/js/typography/providers/kadence.js:15
136
  #: framework/premium/static/js/typography/providers/plus-addons.js:18
137
  #: framework/premium/static/js/typography/providers/stackable.js:18
138
  msgid "Blocksy Local Google Fonts"
139
+ msgstr "Font-uri Google Locale Blocksy"
140
 
141
  #: framework/premium/static/js/typography/providers/kadence.js:19
142
  #: framework/premium/static/js/typography/providers/plus-addons.js:22
143
  #: framework/premium/static/js/typography/providers/stackable.js:22
144
  msgid "Blocksy Typekit"
145
+ msgstr "TypeKit Blocksy"
146
 
147
  #: framework/premium/static/js/typography/providers/kadence.js:20
148
  #: framework/premium/static/js/typography/providers/stackable.js:23
149
  msgid "Blocksy Custom Fonts"
150
+ msgstr "Font-uri personalizate Blocksy"
151
 
152
  #: framework/premium/static/js/typography/providers/plus-addons.js:23
153
  msgid "Blocksy Custom"
155
 
156
  #: framework/premium/static/js/typography/providers/plus-addons.js:24
157
  msgid "Blocksy System"
158
+ msgstr "Sistemul Blocksy"
159
 
160
  #: static/js/dashboard.js:30
161
  msgid "Starter Sites"
162
+ msgstr "Site-uri demonstrative"
163
 
164
  #: static/js/dashboard.js:42
165
  msgid "Extensions"
166
+ msgstr "Extensii"
167
 
168
  #: static/js/header/EditConditions.js:142
169
  #: static/js/options/DisplayCondition.js:76
170
  msgid "Save Conditions"
171
+ msgstr "Salvează condițiile"
172
 
173
  #: static/js/header/EditConditions.js:98
174
  msgid "Add one or more conditions in order to display your header."
176
 
177
  #: static/js/header/PanelsManager.js:166
178
  msgid "Remove header"
179
+ msgstr "Elimină antet"
180
 
181
  #: static/js/header/PanelsManager.js:196
182
  msgid "Remove Header"
188
 
189
  #: static/js/helpers/SubmitSupport.js:18
190
  msgid "Need help or advice?"
191
+ msgstr "Ai nevoie de ajutor?"
192
 
193
  #: static/js/helpers/SubmitSupport.js:20
194
  msgid "Got a question or need help with the theme? You can always submit a support ticket or ask for help in our friendly Facebook community."
196
 
197
  #: static/js/helpers/SubmitSupport.js:30
198
  msgid "Submit a Support Ticket"
199
+ msgstr "Trimite un tichet de suport"
200
 
201
  #: static/js/helpers/SubmitSupport.js:38
202
  msgid "Join Facebook Community"
203
+ msgstr "Intră pe comunitatea Facebook"
204
 
205
  #: static/js/helpers/useActivationAction.js:113
206
  msgid "Free vs Pro"
207
+ msgstr "Gratuit vs Pro"
208
 
209
  #: static/js/helpers/useActivationAction.js:120
210
  msgid "Upgrade Now"
211
+ msgstr "Fă upgrade acum"
212
 
213
  #: static/js/helpers/useActivationAction.js:94
214
  msgid "Upgrade to the Pro version and get instant access to all premium extensions, features and future updates."
216
 
217
  #: static/js/options/ConditionsManager.js:116
218
  msgid "Select rule"
219
+ msgstr "Alege regula"
220
 
221
  #: static/js/options/ConditionsManager.js:173
222
  msgid "Select taxonomy"
224
 
225
  #: static/js/options/ConditionsManager.js:207
226
  msgid "Select language"
227
+ msgstr "Alege limba"
228
 
229
  #: static/js/options/ConditionsManager.js:238
230
  msgid "Select user"
231
+ msgstr "Alege utilizatorul"
232
 
233
  #: static/js/options/ConditionsManager.js:242
234
  msgid "Current user"
235
+ msgstr "Utilizator actual"
236
 
237
  #: static/js/options/ConditionsManager.js:302
238
  msgid "Add Display Condition"
239
+ msgstr "Adaugă condiție afișare"
240
 
241
  #: static/js/options/ConditionsManager.js:321
242
  msgid "Add User Condition"
243
+ msgstr "Adaugă condiție utilizator"
244
 
245
  #: static/js/options/ConditionsManager.js:93
246
  msgid "Include"
247
+ msgstr "Include"
248
 
249
  #: static/js/options/ConditionsManager.js:94
250
  msgid "Exclude"
251
+ msgstr "Exclude"
252
 
253
  #: static/js/options/ConditionsManager/PostIdPicker.js:67
254
  msgid "Type to search by ID or title..."
255
+ msgstr "Scrie pentru a căuta după ID sau titlu…"
256
 
257
  #: static/js/options/ConditionsManager/PostIdPicker.js:73
258
  msgid "Select post"
259
+ msgstr "Alege postarea"
260
 
261
  #: static/js/options/ConditionsManager/PostIdPicker.js:75
262
  msgid "Select page"
263
+ msgstr "Alege pagina"
264
 
265
  #: static/js/options/CustomizerOptionsManager.js:105
266
  msgid "Import Options"
267
+ msgstr "Importă opțiunile"
268
 
269
  #: static/js/options/CustomizerOptionsManager.js:108
270
  msgid "Easily import the theme customizer settings."
271
+ msgstr "Importă setările din personalizator cu ușurință."
272
 
273
  #: static/js/options/CustomizerOptionsManager.js:128
274
  msgid "Click or drop to upload a file..."
275
+ msgstr "Apasă butonul sau plasează fișierul pentru a-l încărca…"
276
 
277
  #: static/js/options/CustomizerOptionsManager.js:192
278
  msgid "Import Customizations"
279
+ msgstr "Importă personalizări"
280
 
281
  #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
+ msgstr "Copiază opțiuni"
284
 
285
  #: static/js/options/CustomizerOptionsManager.js:204
286
  msgid "Copy and import your customizations from parent or child theme."
288
 
289
  #: static/js/options/CustomizerOptionsManager.js:258
290
  msgid "Copy From Parent Theme"
291
+ msgstr "Copiază din tema părinte"
292
 
293
  #: static/js/options/CustomizerOptionsManager.js:261
294
  msgid "Copy From Child Theme"
295
+ msgstr "Copiază din tema copil"
296
 
297
  #: static/js/options/CustomizerOptionsManager.js:265
298
  msgid "You are about to copy all the settings from your parent theme into the child theme. Are you sure you want to continue?"
304
 
305
  #: static/js/options/CustomizerOptionsManager.js:320
306
  msgid "Yes, I am sure"
307
+ msgstr "Da, sunt sigur"
308
 
309
  #: static/js/options/CustomizerOptionsManager.js:334
310
  msgid "Export Settings"
311
+ msgstr "Exporta setările"
312
 
313
  #: static/js/options/CustomizerOptionsManager.js:338
314
  msgid "Choose what set of settings you want to export."
316
 
317
  #: static/js/options/CustomizerOptionsManager.js:366
318
  msgid "Customizer settings"
319
+ msgstr "Setările personalizatorului"
320
 
321
  #: static/js/options/CustomizerOptionsManager.js:370
322
  msgid "Widgets settings"
323
+ msgstr "Setările widgeturilor"
324
 
325
  #: static/js/options/CustomizerOptionsManager.js:461
326
  msgid "Export"
327
+ msgstr "Exportă"
328
 
329
  #: static/js/options/CustomizerOptionsManager.js:82
330
  msgid "Export Options"
331
+ msgstr "Exportă opțiuni"
332
 
333
  #: static/js/options/CustomizerOptionsManager.js:85
334
  msgid "Easily export the theme customizer settings."
335
+ msgstr "Importă setările din personalizator cu ușurință."
336
 
337
  #: static/js/options/CustomizerOptionsManager.js:99
338
  msgid "Export Customizations"
339
+ msgstr "Exportă personalizări"
340
 
341
  #: static/js/options/DisplayCondition.js:18
342
  msgid "Transparent Header Display Conditions"
343
+ msgstr "Condițiile de afișare pentru antetul transparent"
344
 
345
  #: static/js/options/DisplayCondition.js:19
346
  msgid "Add one or more conditions to display the transparent header."
348
 
349
  #: static/js/screens/DemoInstall.js:119
350
  msgid "Loading Starter Sites..."
351
+ msgstr "Încărcare site-uri demonstrative…"
352
 
353
  #: static/js/screens/DemoInstall.js:133
354
  msgid "The connection to our <b>demo.creativethemes.com</b> server didn't worked. This connection is required for importing the starter sites from our demo content server. All you have to do is to contact your hosting provider and ask them to white list our demo server address."
356
 
357
  #: static/js/screens/DemoInstall/DemoInstaller.js:66
358
  msgid "Installing"
359
+ msgstr "Se instalează"
360
 
361
  #: static/js/screens/DemoInstall/DemoInstaller.js:69
362
  msgid "Please be patient and don't refresh this page, the import process may take a while, this also depends on your server."
364
 
365
  #: static/js/screens/DemoInstall/DemoToInstall.js:305
366
  msgid "Back"
367
+ msgstr "Înapoi"
368
 
369
  #: static/js/screens/DemoInstall/DemoToInstall.js:345
370
  msgid "Install"
371
+ msgstr "Instalează"
372
 
373
  #: static/js/screens/DemoInstall/DemoToInstall.js:346
374
  msgid "Next"
375
+ msgstr "Următorul"
376
 
377
  #: static/js/screens/DemoInstall/DemosList.js:100
378
  msgid "Import"
379
+ msgstr "Importă"
380
 
381
  #: static/js/screens/DemoInstall/DemosList.js:43
382
  msgid "Available for"
383
+ msgstr "Disponibil pentru"
384
 
385
  #: static/js/screens/DemoInstall/DemosList.js:86
386
  msgid "Preview"
387
+ msgstr "Previzualizează"
388
 
389
  #: static/js/screens/DemoInstall/DemosList.js:99
390
  msgid "Modify"
391
+ msgstr "Modifică"
392
 
393
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:22
394
  msgid "Starter Site Imported Successfully"
395
+ msgstr "Site-ul demonstrativ a fost importat cu succes"
396
 
397
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:25
398
  msgid "Now you can view your website or start customizing it"
400
 
401
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:33
402
  msgid "Customize"
403
+ msgstr "Personalizează"
404
 
405
  #: static/js/screens/DemoInstall/Installer/InstallCompleted.js:40
406
  msgid "View site"
407
+ msgstr "Vizualizează site"
408
 
409
  #: static/js/screens/DemoInstall/Installer/messages.js:12
410
  msgid "copying child theme sources"
412
 
413
  #: static/js/screens/DemoInstall/Installer/messages.js:16
414
  msgid "activating child theme"
415
+ msgstr "activez tema copil"
416
 
417
  #: static/js/screens/DemoInstall/Installer/messages.js:21
418
  msgid "installing plugin %s"
468
 
469
  #: static/js/screens/DemoInstall/Installer/messages.js:89
470
  msgid "users"
471
+ msgstr "utilizatori"
472
 
473
  #: static/js/screens/DemoInstall/Installer/messages.js:90
474
  msgid "terms"
475
+ msgstr "termeni"
476
 
477
  #: static/js/screens/DemoInstall/Installer/messages.js:91
478
  msgid "images"
479
+ msgstr "imagini"
480
 
481
  #: static/js/screens/DemoInstall/Installer/messages.js:92
482
  msgid "posts"
483
+ msgstr "postări"
484
 
485
  #: static/js/screens/DemoInstall/Installer/messages.js:93
486
  msgid "comments"
487
+ msgstr "comentarii"
488
 
489
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:108
490
  msgid "Register demo"
492
 
493
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:119
494
  msgid "Child theme"
495
+ msgstr "Temă copil"
496
 
497
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:125
498
  msgid "Required plugins"
499
+ msgstr "Module necesare"
500
 
501
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:133
502
  msgid "Fake Required plugins"
503
+ msgstr "Module necesare false"
504
 
505
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:139
506
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:49
507
  msgid "Erase content"
508
+ msgstr "Șterge conținutul"
509
 
510
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:145
511
  msgid "Final touches"
512
+ msgstr "Ultimele ajustări"
513
 
514
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:151
515
  msgid "Import options"
516
+ msgstr "Importă opțiunile"
517
 
518
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:161
519
  msgid "Import widgets"
520
+ msgstr "Importă widget-urile"
521
 
522
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:171
523
  msgid "Import content"
524
+ msgstr "Importă conținutul"
525
 
526
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:100
527
  msgid "You already have a child theme properly installed and activated. Move on."
529
 
530
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:106
531
  msgid "Learn more about child themes"
532
+ msgstr "Află mai multe despre temele copil"
533
 
534
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:70
535
  msgid "We strongly recommend to install the child theme, this way you will have freedom to make changes without breaking the parent theme."
541
 
542
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:93
543
  msgid "Install Child Theme"
544
+ msgstr "Instalează tema copil"
545
 
546
  #: static/js/screens/DemoInstall/Wizzard/ChildTheme.js:94
547
  msgid "Activate Child Theme"
548
+ msgstr "Activează tema copil"
549
 
550
  #: static/js/screens/DemoInstall/Wizzard/Content.js:28
551
  msgid "Import Content"
552
+ msgstr "Importă conținutul"
553
 
554
  #: static/js/screens/DemoInstall/Wizzard/Content.js:31
555
  msgid "This will import posts, pages, comments, navigation menus, custom fields, terms and custom posts"
557
 
558
  #: static/js/screens/DemoInstall/Wizzard/Content.js:71
559
  msgid "Clean Install"
560
+ msgstr "Instalare curată"
561
 
562
  #: static/js/screens/DemoInstall/Wizzard/Content.js:73
563
  msgid "This option will remove the previous imported content and will perform a fresh and clean install."
565
 
566
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:115
567
  msgid "This starter site is already installed"
568
+ msgstr "Acest site demonstrativ este deja instalat"
569
 
570
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:120
571
  msgid "Starter Site Removed"
572
+ msgstr "Site-ul demonstrativ a fost eliminat"
573
 
574
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:129
575
  msgid "Dismiss"
581
 
582
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:150
583
  msgid "Remove"
584
+ msgstr "Elimină"
585
 
586
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:159
587
  msgid "Reinstall"
588
+ msgstr "Reinstalează"
589
 
590
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:42
591
  msgid "Deactivate demo plugins"
613
 
614
  #: static/js/screens/Extensions.js:252
615
  msgid "Free Extensions"
616
+ msgstr "Extensii gratuite"
617
 
618
  #: static/js/screens/Extensions.js:256
619
  msgid "Pro Extensions"
620
+ msgstr "Extensii Pro"
621
 
622
  #: static/js/screens/OptIn.js:55
623
  msgid "Stay Updated"
629
 
630
  #: static/js/screens/OptIn.js:69
631
  msgid "Allow & Continue"
632
+ msgstr "Permite și continuă"
633
 
634
  #: static/js/screens/SiteExport.js:120
635
  msgid "Builder"
637
 
638
  #: static/js/screens/SiteExport.js:131
639
  msgid "Plugins"
640
+ msgstr "Module"
641
 
642
  #: static/js/screens/SiteExport.js:144
643
  msgid "Export site"
644
+ msgstr "Exportă site"
645
 
646
  #: static/js/screens/SiteExport.js:71
647
  msgid "Site export"
648
+ msgstr "Exportă site"
649
 
650
  #: static/js/screens/SiteExport.js:97
651
  msgid "Preview URL"
653
 
654
  #: framework/premium/extensions/mega-menu/extension.php:257
655
  msgid "New"
656
+ msgstr "Nou"
657
 
658
  #: framework/premium/extensions/mega-menu/options.php:16,
659
  #: framework/premium/extensions/mega-menu/options.php:528
660
  msgid "Mega Menu Settings"
661
+ msgstr "Setări Mega Meniu"
662
 
663
  #: framework/premium/extensions/mega-menu/options.php:27
664
  msgid "Dropdown Width"
667
  #: framework/premium/extensions/mega-menu/options.php:35,
668
  #: framework/premium/extensions/mega-menu/options.php:48
669
  msgid "Content Width"
670
+ msgstr "Lățime conținut"
671
 
672
  #: framework/premium/extensions/mega-menu/options.php:36,
673
  #: framework/premium/extensions/mega-menu/options.php:57
674
  msgid "Full Width"
675
+ msgstr "Lățime completă"
676
 
677
  #: framework/premium/extensions/mega-menu/options.php:37
678
  msgid "Custom Width"
679
+ msgstr "Lățime personalizată"
680
 
681
  #: framework/premium/extensions/mega-menu/options.php:56
682
  msgid "Default Width"
683
+ msgstr "Lățime prestabilită"
684
 
685
  #: framework/premium/extensions/mega-menu/options.php:85
686
  msgid "Columns"
687
+ msgstr "Coloane"
688
 
689
  #: framework/premium/extensions/mega-menu/options.php:320
690
  msgid "Custom Content"
691
+ msgstr "Conținut personalizat"
692
 
693
  #: framework/premium/extensions/mega-menu/options.php:324
694
  msgid "Content Type"
695
+ msgstr "Tip conținut"
696
 
697
  #: framework/premium/extensions/mega-menu/options.php:331
698
  msgid "Default (Menu Item)"
700
 
701
  #: framework/premium/extensions/mega-menu/options.php:332
702
  msgid "Custom Text"
703
+ msgstr "Text personalizat"
704
 
705
  #: framework/premium/extensions/mega-menu/options.php:333
706
  msgid "Content Block/Hook"
707
+ msgstr "Content Block / Hook"
708
 
709
  #: framework/premium/extensions/mega-menu/options.php:392,
710
  #: framework/premium/extensions/mega-menu/options.php:708
717
 
718
  #: framework/premium/extensions/mega-menu/options.php:405
719
  msgid "Enabled"
720
+ msgstr "Activat"
721
 
722
  #: framework/premium/extensions/mega-menu/options.php:406,
723
  #: framework/premium/features/content-blocks/options/404.php:104,
724
  #: framework/premium/features/content-blocks/options/header.php:108,
725
  #: framework/premium/features/content-blocks/options/hook.php:113
726
  msgid "Disabled"
727
+ msgstr "Dezactivat"
728
 
729
  #: framework/premium/extensions/mega-menu/options.php:407
730
  msgid "Heading"
731
+ msgstr "Titlu"
732
 
733
  #: framework/premium/extensions/mega-menu/options.php:413
734
  msgid "Label Link"
747
  #: framework/premium/extensions/mega-menu/options.php:532,
748
  #: framework/premium/extensions/shortcuts/customizer.php:862
749
  msgid "Background"
750
+ msgstr "Fundal"
751
 
752
  #: framework/premium/extensions/mega-menu/options.php:546
753
  msgid "Link Color"
754
+ msgstr "Culoare legătură"
755
 
756
  #: framework/premium/extensions/mega-menu/options.php:566,
757
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
772
  #: framework/premium/extensions/mega-menu/options.php:583,
773
  #: framework/premium/extensions/mega-menu/options.php:717
774
  msgid "Heading Color"
775
+ msgstr "Culoare titlu"
776
 
777
  #: framework/premium/extensions/mega-menu/options.php:595,
778
  #: framework/premium/extensions/mega-menu/options.php:615,
779
  #: framework/premium/extensions/mega-menu/options.php:729
780
  msgid "Initial Color"
781
+ msgstr "Culoare inițială"
782
 
783
  #: framework/premium/extensions/mega-menu/options.php:603
784
  msgid "Text Color"
785
+ msgstr "Culoare text"
786
 
787
  #: framework/premium/extensions/mega-menu/options.php:622,
788
  #: framework/premium/extensions/shortcuts/customizer.php:879,
802
 
803
  #: framework/premium/extensions/mega-menu/options.php:684
804
  msgid "Column Settings"
805
+ msgstr "Setări coloane"
806
 
807
  #: framework/premium/extensions/mega-menu/options.php:688
808
  msgid "Column Spacing"
809
+ msgstr "Spațiere coloane"
810
 
811
  #: framework/premium/extensions/mega-menu/options.php:740,
812
  #: framework/features/header/items/account/options.php:660,
825
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
826
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
827
  msgid "Icon Color"
828
+ msgstr "Culoare pictogramă"
829
 
830
  #: framework/premium/extensions/post-types-extra/config.php:4
831
  msgid "Post Types Extra"
841
 
842
  #: framework/premium/extensions/post-types-extra/readme.php:10
843
  msgid "Custom Fields"
844
+ msgstr "Câmpuri personalizate"
845
 
846
  #: framework/premium/extensions/post-types-extra/readme.php:14
847
  msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
869
 
870
  #: framework/premium/extensions/post-types-extra/readme.php:44
871
  msgid "Read Progress Bar"
872
+ msgstr "Bară progres citire"
873
 
874
  #: framework/premium/extensions/post-types-extra/readme.php:48
875
  msgid "This options could be enabled from %s."
900
  #: framework/premium/extensions/shortcuts/customizer.php:542,
901
  #: framework/premium/extensions/shortcuts/views/bar.php:25
902
  msgid "Home"
903
+ msgstr "Acasă"
904
 
905
  #: framework/premium/extensions/shortcuts/customizer.php:68,
906
  #: framework/premium/extensions/shortcuts/customizer.php:91,
909
  #: framework/premium/extensions/shortcuts/views/bar.php:26,
910
  #: framework/premium/features/premium-header/items/contacts/options.php:69
911
  msgid "Phone"
912
+ msgstr "Telefon"
913
 
914
  #: framework/premium/extensions/shortcuts/customizer.php:192,
915
  #: framework/premium/extensions/shortcuts/customizer.php:215,
921
  #: framework/premium/extensions/shortcuts/customizer.php:341,
922
  #: framework/premium/extensions/shortcuts/views/bar.php:29
923
  msgid "Cart"
924
+ msgstr "Coș"
925
 
926
  #: framework/premium/extensions/shortcuts/customizer.php:374,
927
  #: framework/premium/extensions/shortcuts/customizer.php:397
928
  msgid "Shop"
929
+ msgstr "Magazin"
930
 
931
  #: framework/premium/extensions/shortcuts/customizer.php:430,
932
  #: framework/premium/extensions/shortcuts/customizer.php:453,
935
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
936
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
937
  msgid "Wishlist"
938
+ msgstr "Listă de dorințe"
939
 
940
  #: framework/premium/extensions/shortcuts/customizer.php:536
941
  msgid "Shortcuts"
942
+ msgstr "Scurtături"
943
 
944
  #: framework/premium/extensions/shortcuts/customizer.php:591,
945
  #: framework/features/header/items/account/options.php:216,
963
  #: framework/premium/features/content-blocks/options/hook.php:307,
964
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
965
  msgid "Bottom"
966
+ msgstr "Jos"
967
 
968
  #: framework/premium/extensions/shortcuts/customizer.php:651,
969
  #: framework/features/header/items/account/options.php:198,
970
  #: framework/features/header/items/account/options.php:404,
971
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
972
  msgid "Icon Size"
973
+ msgstr "Mărime pictogramă"
974
 
975
  #: framework/premium/extensions/shortcuts/customizer.php:661
976
  msgid "Container Height"
977
+ msgstr "Înălțime container"
978
 
979
  #: framework/premium/extensions/shortcuts/customizer.php:676
980
  msgid "Container Max Width"
981
+ msgstr "Lățime maximă container"
982
 
983
  #: framework/premium/extensions/shortcuts/customizer.php:700
984
  msgid "Scroll Interaction"
986
 
987
  #: framework/premium/extensions/shortcuts/customizer.php:706
988
  msgid "Hide"
989
+ msgstr "Ascunde"
990
 
991
  #: framework/premium/extensions/shortcuts/customizer.php:748
992
  msgid "Shortcuts Bar Display Conditions"
1002
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
1003
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
1004
  msgid "Font"
1005
+ msgstr "Font"
1006
 
1007
  #: framework/premium/extensions/shortcuts/customizer.php:805,
1008
  #: framework/premium/features/premium-header/items/contacts/options.php:529,
1010
  #: framework/premium/features/premium-header/items/contacts/options.php:589,
1011
  #: framework/premium/features/premium-header/items/contacts/options.php:619
1012
  msgid "Icons Color"
1013
+ msgstr "Culoare pictograme"
1014
 
1015
  #: framework/premium/extensions/shortcuts/customizer.php:844
1016
  msgid "Cart Badge Color"
1025
  #: framework/premium/features/content-blocks/options/popup.php:368,
1026
  #: framework/premium/features/premium-header/items/language-switcher/options.php:446
1027
  msgid "Shadow"
1028
+ msgstr "Umbră"
1029
 
1030
  #: framework/premium/extensions/sidebars/config.php:5
1031
  msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
1033
 
1034
  #: framework/premium/extensions/sidebars/config.php:9
1035
  msgid "Create New Sidebar"
1036
+ msgstr "Creează un nou Sidebar"
1037
 
1038
  #: framework/premium/extensions/sidebars/form.php:3
1039
  #: framework/premium/extensions/sidebars/static/js/main.js:42
1047
  #: framework/premium/extensions/sidebars/form.php:16
1048
  #: framework/premium/extensions/sidebars/static/js/main.js:58
1049
  msgid "Create Sidebar"
1050
+ msgstr "Creează Sidebar"
1051
 
1052
  #: framework/premium/extensions/sidebars/form.php:20
1053
  msgid "Available Sidebars/Widget Areas"
1063
 
1064
  #: framework/premium/extensions/woocommerce-extra/customizer.php:5
1065
  msgid "Quick View Button"
1066
+ msgstr "Butonul de previzualizare rapidă"
1067
 
1068
  #: framework/premium/extensions/woocommerce-extra/customizer.php:21
1069
  msgid "Trigger On"
1071
 
1072
  #: framework/premium/extensions/woocommerce-extra/customizer.php:29
1073
  msgid "Button click"
1074
+ msgstr "Click pe buton"
1075
 
1076
  #: framework/premium/extensions/woocommerce-extra/customizer.php:30
1077
  msgid "Image click"
1078
+ msgstr "Click pe imagine"
1079
 
1080
  #: framework/premium/extensions/woocommerce-extra/customizer.php:31
1081
  msgid "Card click"
1082
+ msgstr "Click pe card"
1083
 
1084
  #: framework/premium/extensions/woocommerce-extra/extension.php:82,
1085
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
1087
  #: framework/features/header/items/account/options.php:383,
1088
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
1089
  msgid "Type 3"
1090
+ msgstr "Tip 3"
1091
 
1092
  #: framework/premium/extensions/woocommerce-extra/extension.php:87,
1093
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
1094
  #: framework/features/header/items/account/options.php:182,
1095
  #: framework/features/header/items/account/options.php:388
1096
  msgid "Type 4"
1097
+ msgstr "Tip 4"
1098
 
1099
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
  #: framework/premium/extensions/woocommerce-extra/extension.php:129
1101
  msgid "Number of Columns"
1102
+ msgstr "Număr de coloane"
1103
 
1104
  #: framework/premium/extensions/woocommerce-extra/extension.php:612
1105
  msgid "Available Filters"
1106
+ msgstr "Filtre disponibile"
1107
 
1108
  #: framework/premium/extensions/woocommerce-extra/extension.php:690
1109
  msgid "Quick view title before"
1136
 
1137
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
1138
  msgid "Position"
1139
+ msgstr "Poziție"
1140
 
1141
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
1142
  #: framework/premium/features/content-blocks/hooks-manager.php:295,
1143
  #: framework/premium/features/content-blocks/options/hook.php:306
1144
  msgid "Top"
1145
+ msgstr "Sus"
1146
 
1147
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
1148
  msgid "Product Title Visibility"
1149
+ msgstr "Vizibilitate titlu produs"
1150
 
1151
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
1152
  msgid "Floating Cart Visibility"
1154
 
1155
  #: framework/premium/extensions/woocommerce-extra/helpers.php:102
1156
  msgid "Go to product page"
1157
+ msgstr "Du-te la pagina de produs"
1158
 
1159
  #: framework/premium/extensions/woocommerce-extra/helpers.php:322
1160
  msgid "Filter"
1161
+ msgstr "Filtre"
1162
 
1163
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
1164
  msgid "Off Canvas Filter"
1165
+ msgstr "Filtru Off Canvas"
1166
 
1167
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
1168
  msgid "Filter Widgets"
1169
+ msgstr "Widget-uri filtrare"
1170
 
1171
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
1172
  msgid "Widgets"
1173
+ msgstr "Widget-uri"
1174
 
1175
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
1176
  msgid "Widgets Vertical Spacing"
1186
 
1187
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
1188
  msgid "Widgets Font"
1189
+ msgstr "Font widget-uri"
1190
 
1191
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
1192
  msgid "Widgets Font Color"
1193
+ msgstr "Culoare font widget-uri"
1194
 
1195
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
1196
  #: framework/premium/features/premium-header/items/contacts/options.php:411,
1224
 
1225
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
1226
  msgid "Left Side"
1227
+ msgstr "Partea din stânga"
1228
 
1229
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
1230
  msgid "Right Side"
1231
+ msgstr "Partea din dreapta"
1232
 
1233
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
1234
  msgid "Panel Width"
1235
+ msgstr "Lățime panou"
1236
 
1237
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
1238
  msgid "Panel Shadow"
1239
+ msgstr "Umbră panou"
1240
 
1241
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:302
1242
  msgid "Panel Background"
1243
+ msgstr "Fundal panou"
1244
 
1245
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
  #: framework/features/header/items/account/options.php:958
1247
  msgid "Close Icon Color"
1248
+ msgstr "Culoare pictograma buton închidere"
1249
 
1250
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:364,
1251
  #: framework/features/header/items/account/options.php:990
1258
 
1259
  #: framework/premium/extensions/woocommerce-extra/readme.php:10
1260
  msgid "Product Quick View"
1261
+ msgstr "Previzualizare rapidă produs"
1262
 
1263
  #: framework/premium/extensions/woocommerce-extra/readme.php:14,
1264
  #: framework/premium/extensions/woocommerce-extra/readme.php:29,
1266
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
1267
  #: framework/premium/extensions/woocommerce-extra/readme.php:74
1268
  msgid "Navigate to %s."
1269
+ msgstr "Navighează la %s."
1270
 
1271
  #: framework/premium/extensions/woocommerce-extra/readme.php:17
1272
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
1286
 
1287
  #: framework/premium/extensions/woocommerce-extra/readme.php:55
1288
  msgid "Share Box"
1289
+ msgstr "Casetă distribuire"
1290
 
1291
  #: framework/premium/extensions/woocommerce-extra/readme.php:62
1292
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
1321
  #: framework/premium/features/content-blocks/hooks-manager.php:41,
1322
  #: framework/premium/features/content-blocks/hooks-manager.php:50
1323
  msgid "Header"
1324
+ msgstr "Antet"
1325
 
1326
  #: framework/premium/features/content-blocks/hooks-manager.php:48
1327
  msgid "Header after"
1407
  #: framework/premium/features/content-blocks/hooks-manager.php:153,
1408
  #: framework/premium/features/content-blocks/hooks-manager.php:239
1409
  msgid "Before title"
1410
+ msgstr "Înainte de titlu"
1411
 
1412
  #: framework/premium/features/content-blocks/hooks-manager.php:161
1413
  msgid "Before post meta"
1416
  #: framework/premium/features/content-blocks/hooks-manager.php:169,
1417
  #: framework/premium/features/content-blocks/hooks-manager.php:246
1418
  msgid "After title"
1419
+ msgstr "După titlu"
1420
 
1421
  #: framework/premium/features/content-blocks/hooks-manager.php:177
1422
  msgid "After post meta"
1424
 
1425
  #: framework/premium/features/content-blocks/hooks-manager.php:185
1426
  msgid "After section"
1427
+ msgstr "După secțiune"
1428
 
1429
  #: framework/premium/features/content-blocks/hooks-manager.php:193
1430
  msgid "Before content"
1442
 
1443
  #: framework/premium/features/content-blocks/hooks-manager.php:217
1444
  msgid "After content"
1445
+ msgstr "După conținut"
1446
 
1447
  #: framework/premium/features/content-blocks/hooks-manager.php:225
1448
  msgid "Before comments"
1449
+ msgstr "Înainte de comentarii"
1450
 
1451
  #: framework/premium/features/content-blocks/hooks-manager.php:226,
1452
  #: framework/premium/features/content-blocks/hooks-manager.php:233,
1455
  #: framework/premium/features/content-blocks/hooks-manager.php:254,
1456
  #: framework/premium/features/content-blocks/hooks-manager.php:261
1457
  msgid "Comments"
1458
+ msgstr "Comentarii"
1459
 
1460
  #: framework/premium/features/content-blocks/hooks-manager.php:232
1461
  msgid "Top comments"
1467
 
1468
  #: framework/premium/features/content-blocks/hooks-manager.php:260
1469
  msgid "After comments"
1470
+ msgstr "După comentarii"
1471
 
1472
  #: framework/premium/features/content-blocks/hooks-manager.php:267,
1473
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:453
1474
  msgid "Before"
1475
+ msgstr "Înainte"
1476
 
1477
  #: framework/premium/features/content-blocks/hooks-manager.php:268,
1478
  #: framework/premium/features/content-blocks/hooks-manager.php:275
1482
  #: framework/premium/features/content-blocks/hooks-manager.php:274,
1483
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:464
1484
  msgid "After"
1485
+ msgstr "După"
1486
 
1487
  #: framework/premium/features/content-blocks/hooks-manager.php:281
1488
  msgid "Start"
1489
+ msgstr "Start"
1490
 
1491
  #: framework/premium/features/content-blocks/hooks-manager.php:282,
1492
  #: framework/premium/features/content-blocks/hooks-manager.php:289
1495
 
1496
  #: framework/premium/features/content-blocks/hooks-manager.php:288
1497
  msgid "End"
1498
+ msgstr "Sfârșit"
1499
 
1500
  #: framework/premium/features/content-blocks/hooks-manager.php:311
1501
  msgid "After certain number of blocks"
1616
 
1617
  #: framework/premium/features/content-blocks/hooks-manager.php:501
1618
  msgid "Share"
1619
+ msgstr "Distribuie"
1620
 
1621
  #: framework/premium/features/content-blocks/hooks-manager.php:505
1622
  msgid "After single product"
1704
 
1705
  #: framework/premium/features/content-blocks/hooks-manager.php:596
1706
  msgid "After cart"
1707
+ msgstr "După coș"
1708
 
1709
  #: framework/premium/features/content-blocks/hooks-manager.php:601
1710
  msgid "Before Mini Cart"
1732
 
1733
  #: framework/premium/features/content-blocks/hooks-manager.php:628
1734
  msgid "WooCommerce Cart"
1735
+ msgstr "Coșul WooCommerce"
1736
 
1737
  #: framework/premium/features/content-blocks/hooks-manager.php:634
1738
  msgid "Before checkout form"
1864
  #: framework/premium/features/content-blocks/hooks-manager.php:764,
1865
  #: framework/premium/features/content-blocks/hooks-manager.php:772
1866
  msgid "Footer"
1867
+ msgstr "Subsol"
1868
 
1869
  #: framework/premium/features/content-blocks/hooks-manager.php:763
1870
  msgid "Footer before"
1907
 
1908
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31
1909
  msgid "Code"
1910
+ msgstr "Cod"
1911
 
1912
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
1913
  msgid "Image"
1914
+ msgstr "Imagine"
1915
 
1916
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
1917
  msgid "Ad Code"
1918
+ msgstr "Cod reclamă"
1919
 
1920
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
1921
  msgid "Upload Image"
1958
  #: framework/premium/features/premium-header/items/contacts/options.php:49,
1959
  #: framework/premium/features/premium-header/items/contacts/view.php:22
1960
  msgid "Address:"
1961
+ msgstr "Adresă:"
1962
 
1963
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
1964
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
1967
  #: framework/premium/features/premium-header/items/contacts/options.php:75,
1968
  #: framework/premium/features/premium-header/items/contacts/view.php:29
1969
  msgid "Phone:"
1970
+ msgstr "Telefon:"
1971
 
1972
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
1973
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
1976
  #: framework/premium/features/premium-header/items/contacts/options.php:102,
1977
  #: framework/premium/features/premium-header/items/contacts/view.php:37
1978
  msgid "Mobile:"
1979
+ msgstr "Mobil:"
1980
 
1981
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
1982
  #: framework/premium/features/premium-header/items/contacts/options.php:44
2003
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
2004
  #: framework/premium/features/premium-header/items/contacts/options.php:124
2005
  msgid "Work Hours"
2006
+ msgstr "Program lucru"
2007
 
2008
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
2009
  #: framework/premium/features/premium-header/items/contacts/options.php:129
2013
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
2014
  #: framework/premium/features/premium-header/items/contacts/options.php:151
2015
  msgid "Fax"
2016
+ msgstr "Fax"
2017
 
2018
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
2019
  #: framework/premium/features/premium-header/items/contacts/options.php:156
2020
  msgid "Fax:"
2021
+ msgstr "Fax:"
2022
 
2023
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
2024
  #: framework/premium/features/premium-header/items/contacts/options.php:183
2025
  msgid "Email:"
2026
+ msgstr "E-mail:"
2027
 
2028
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
2029
  #: framework/premium/features/premium-header/items/contacts/options.php:205
2030
  msgid "Website"
2031
+ msgstr "Site web"
2032
 
2033
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
2034
  #: framework/premium/features/premium-header/items/contacts/options.php:210
2035
  msgid "Website:"
2036
+ msgstr "Site web:"
2037
 
2038
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
2039
  #: framework/extensions/widgets/widgets/ct-socials/options.php:80
2040
  msgid "Small"
2041
+ msgstr "Mic"
2042
 
2043
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
2044
  #: framework/extensions/widgets/widgets/ct-socials/options.php:82
2045
  msgid "Large"
2046
+ msgstr "Mare"
2047
 
2048
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
2049
  #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
2155
 
2156
  #: framework/extensions/widgets/widgets/ct-posts/options.php:201
2157
  msgid "Random"
2158
+ msgstr "Aleatoriu"
2159
 
2160
  #: framework/extensions/widgets/widgets/ct-posts/options.php:208
2161
  msgid "Order by"
2163
 
2164
  #: framework/extensions/widgets/widgets/ct-posts/options.php:214
2165
  msgid "1 Week"
2166
+ msgstr "1 săptămână"
2167
 
2168
  #: framework/extensions/widgets/widgets/ct-posts/options.php:215
2169
  msgid "1 Month"
2170
+ msgstr "1 lună"
2171
 
2172
  #: framework/extensions/widgets/widgets/ct-posts/options.php:216
2173
  msgid "3 Months"
2174
+ msgstr "3 luni"
2175
 
2176
  #: framework/extensions/widgets/widgets/ct-posts/options.php:217
2177
  msgid "6 Months"
2178
+ msgstr "6 luni"
2179
 
2180
  #: framework/extensions/widgets/widgets/ct-posts/options.php:218
2181
  msgid "1 Year"
2182
+ msgstr "1 an"
2183
 
2184
  #: framework/extensions/widgets/widgets/ct-posts/options.php:225
2185
  msgid "Posts Count"
2226
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:13,
2227
  #: framework/extensions/widgets/widgets/ct-quote/widget.php:14
2228
  msgid "Quote"
2229
+ msgstr "Citat"
2230
 
2231
  #: framework/extensions/widgets/widgets/ct-quote/options.php:46
2232
  msgid "Author Name"
2233
+ msgstr "Nume autor"
2234
 
2235
  #: framework/extensions/widgets/widgets/ct-quote/options.php:49,
2236
  #: framework/extensions/widgets/widgets/ct-quote/view.php:18
2237
  msgid "John Doe"
2238
+ msgstr "John Doe"
2239
 
2240
  #: framework/extensions/widgets/widgets/ct-quote/options.php:55
2241
  msgid "Author Label"
2253
  #: framework/extensions/widgets/widgets/ct-socials/options.php:18,
2254
  #: framework/extensions/widgets/widgets/ct-socials/view.php:11
2255
  msgid "Social Icons"
2256
+ msgstr "Pictograme rețele sociale"
2257
 
2258
  #: framework/extensions/widgets/widgets/ct-socials/options.php:27
2259
  msgid "You can configure social URLs in %s."
2278
  #: framework/features/header/items/account/options.php:7,
2279
  #: framework/features/header/items/account/options.php:13
2280
  msgid "Custom Link"
2281
+ msgstr "Legătură personalizată"
2282
 
2283
  #: framework/features/header/items/account/options.php:8
2284
  msgid "Logout"
2285
+ msgstr "Dezautentificare"
2286
 
2287
  #: framework/features/header/items/account/options.php:12
2288
  msgid "Modal"
2339
  #: framework/features/header/items/account/options.php:187,
2340
  #: framework/features/header/items/account/options.php:393
2341
  msgid "Type 5"
2342
+ msgstr "Tip 5"
2343
 
2344
  #: framework/features/header/items/account/options.php:192,
2345
  #: framework/features/header/items/account/options.php:398
2346
  msgid "Type 6"
2347
+ msgstr "Tip 6"
2348
 
2349
  #: framework/features/header/items/account/options.php:269
2350
  msgid "Label Type"
2538
 
2539
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
2540
  msgid "All Users"
2541
+ msgstr "Toți utilizatorii"
2542
 
2543
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
2544
  msgid "Wish List Page"
2554
 
2555
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
2556
  msgid "Archive Pages"
2557
+ msgstr "Pagini arhivă"
2558
 
2559
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
2560
  msgid "Single Product Pages"
2570
 
2571
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:131
2572
  msgid "Archive Button"
2573
+ msgstr "Buton arhivă"
2574
 
2575
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
2576
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
2586
 
2587
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:208
2588
  msgid "Single Product Button"
2589
+ msgstr "Buton produs"
2590
 
2591
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:284
2592
  msgid "Quick View Modal Button"
2598
 
2599
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:14
2600
  msgid "Add to cart"
2601
+ msgstr "Adaugă în coș"
2602
 
2603
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:89,
2604
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:113
2605
  msgid "Remove Product"
2606
+ msgstr "Elimină produs"
2607
 
2608
  #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
2609
  msgid "Blocksy Variation Images"
2614
  #: framework/premium/features/content-blocks/options/hook.php:40,
2615
  #: framework/premium/features/content-blocks/options/popup.php:42
2616
  msgid "Container Structure"
2617
+ msgstr "Structură container"
2618
 
2619
  #: framework/premium/features/content-blocks/options/404.php:59,
2620
  #: framework/premium/features/content-blocks/options/header.php:63,
2621
  #: framework/premium/features/content-blocks/options/hook.php:68
2622
  msgid "Narrow Width"
2623
+ msgstr "Lățime îngustă"
2624
 
2625
  #: framework/premium/features/content-blocks/options/404.php:64,
2626
  #: framework/premium/features/content-blocks/options/header.php:68,
2627
  #: framework/premium/features/content-blocks/options/hook.php:73
2628
  msgid "Normal Width"
2629
+ msgstr "Lățime normală"
2630
 
2631
  #: framework/premium/features/content-blocks/options/404.php:70,
2632
  #: framework/premium/features/content-blocks/options/header.php:74,
2644
  #: framework/premium/features/content-blocks/options/header.php:99,
2645
  #: framework/premium/features/content-blocks/options/hook.php:104
2646
  msgid "Top & Bottom"
2647
+ msgstr "Sus și jos"
2648
 
2649
  #: framework/premium/features/content-blocks/options/404.php:98,
2650
  #: framework/premium/features/content-blocks/options/header.php:102,
2651
  #: framework/premium/features/content-blocks/options/hook.php:107
2652
  msgid "Only Top"
2653
+ msgstr "Doar sus"
2654
 
2655
  #: framework/premium/features/content-blocks/options/404.php:101,
2656
  #: framework/premium/features/content-blocks/options/header.php:105,
2657
  #: framework/premium/features/content-blocks/options/hook.php:110
2658
  msgid "Only Bottom"
2659
+ msgstr "Doar jos"
2660
 
2661
  #: framework/premium/features/content-blocks/options/hook.php:148
2662
  msgid "Location & Priority"
2678
 
2679
  #: framework/premium/features/content-blocks/options/hook.php:290
2680
  msgid "Fixed"
2681
+ msgstr "Fixat"
2682
 
2683
  #: framework/premium/features/content-blocks/options/hook.php:300
2684
  msgid "Location"
2685
+ msgstr "Locație"
2686
 
2687
  #: framework/premium/features/content-blocks/options/popup.php:50
2688
  msgid "Popup Position"
2689
+ msgstr "Poziție pop-up"
2690
 
2691
  #: framework/premium/features/content-blocks/options/popup.php:57
2692
  msgid "Popup Size"
2693
+ msgstr "Mărime pop-up"
2694
 
2695
  #: framework/premium/features/content-blocks/options/popup.php:63
2696
  msgid "Small Size"
2697
+ msgstr "Mărime mică"
2698
 
2699
  #: framework/premium/features/content-blocks/options/popup.php:64
2700
  msgid "Medium Size"
2701
+ msgstr "Mărime medie"
2702
 
2703
  #: framework/premium/features/content-blocks/options/popup.php:65
2704
  msgid "Large Size"
2705
+ msgstr "Mărime mare"
2706
 
2707
  #: framework/premium/features/content-blocks/options/popup.php:66
2708
  msgid "Custom Size"
2709
+ msgstr "Mărime personalizată"
2710
 
2711
  #: framework/premium/features/content-blocks/options/popup.php:76
2712
  msgid "Max Width"
2713
+ msgstr "Lățime maximă"
2714
 
2715
  #: framework/premium/features/content-blocks/options/popup.php:92
2716
  msgid "Max Height"
2717
+ msgstr "Înălțime maximă"
2718
 
2719
  #: framework/premium/features/content-blocks/options/popup.php:111
2720
  msgid "Popup Animation"
2721
+ msgstr "Animație pop-up"
2722
 
2723
  #: framework/premium/features/content-blocks/options/popup.php:117
2724
  msgid "Fade in fade out"
2828
 
2829
  #: framework/premium/features/content-blocks/options/popup.php:403
2830
  msgid "Hidden"
2831
+ msgstr "Ascuns"
2832
 
2833
  #: framework/premium/features/content-blocks/options/popup.php:404
2834
  msgid "Visible"
2835
+ msgstr "Vizibil"
2836
 
2837
  #: framework/premium/features/content-blocks/options/popup.php:405
2838
  msgid "Scroll"
2844
 
2845
  #: framework/premium/features/content-blocks/options/popup.php:411
2846
  msgid "Close Button"
2847
+ msgstr "Buton închidere"
2848
 
2849
  #: framework/premium/features/content-blocks/options/popup.php:419
2850
  msgid "Inside"
2851
+ msgstr "Înăuntru"
2852
 
2853
  #: framework/premium/features/content-blocks/options/popup.php:420
2854
  msgid "Outside"
2855
+ msgstr "Afară"
2856
 
2857
  #: framework/premium/features/content-blocks/options/popup.php:494
2858
  msgid "Popup Background"
2864
 
2865
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
2866
  msgid "Posts Filter"
2867
+ msgstr "Filtru postări"
2868
 
2869
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
2870
  msgid "Filtering Behavior"
2876
 
2877
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
2878
  msgid "Page Reload"
2879
+ msgstr "Reîncărcare pagină"
2880
 
2881
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
2882
  msgid "Items Horizontal Spacing"
2901
 
2902
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
2903
  msgid "Read Progress"
2904
+ msgstr "Progres citire"
2905
 
2906
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
2907
  msgid "Indicator Height"
2909
 
2910
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
2911
  msgid "Auto Hide"
2912
+ msgstr "Ascundere automată"
2913
 
2914
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
2915
  msgid "Automatically hide the read progress bar once you arrive at the bottom of the article."
2917
 
2918
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
2919
  msgid "Main Color"
2920
+ msgstr "Culoare principală"
2921
 
2922
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
2923
  msgid "Icon Badge"
2935
 
2936
  #: framework/premium/features/premium-header/items/contacts/config.php:4
2937
  msgid "Contacts"
2938
+ msgstr "Contacte"
2939
 
2940
  #: framework/premium/features/premium-header/items/contacts/options.php:239
2941
  msgid "Open Links In New Tab"
2942
+ msgstr "Deschide scurtătura într-un nou tab"
2943
 
2944
  #: framework/premium/features/premium-header/items/contacts/options.php:259,
2945
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
2946
  msgid "Items Spacing"
2947
+ msgstr "Spațiere elemente"
2948
 
2949
  #: framework/premium/features/premium-header/items/contacts/options.php:834,
2950
  #: framework/premium/features/premium-header/items/divider/options.php:107,
2952
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2953
  #: framework/premium/features/premium-header/items/search-input/options.php:724
2954
  msgid "Margin"
2955
+ msgstr "Margine"
2956
 
2957
  #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2958
  msgid "Dark Mode"
2959
+ msgstr "Mod întunecat"
2960
 
2961
  #: framework/premium/features/premium-header/items/divider/config.php:4
2962
  msgid "Divider"
2963
+ msgstr "Despărțitor"
2964
 
2965
  #: framework/premium/features/premium-header/items/divider/options.php:6
2966
  msgid "Size"
2967
+ msgstr "Mărime"
2968
 
2969
  #: framework/premium/features/premium-header/items/language-switcher/config.php:6
2970
  msgid "Languages"
2971
+ msgstr "Limbi"
2972
 
2973
  #: framework/premium/features/premium-header/items/language-switcher/options.php:17
2974
  msgid "Top Level Options"
2980
 
2981
  #: framework/premium/features/premium-header/items/language-switcher/options.php:47
2982
  msgid "Display"
2983
+ msgstr "Afișaj"
2984
 
2985
  #: framework/premium/features/premium-header/items/language-switcher/options.php:59
2986
  msgid "Flag"
2987
+ msgstr "Steag"
2988
 
2989
  #: framework/premium/features/premium-header/items/language-switcher/options.php:73
2990
  msgid "Label Style"
2992
 
2993
  #: framework/premium/features/premium-header/items/language-switcher/options.php:79
2994
  msgid "Long"
2995
+ msgstr "Lung"
2996
 
2997
  #: framework/premium/features/premium-header/items/language-switcher/options.php:80
2998
  msgid "Short"
2999
+ msgstr "Scurt"
3000
 
3001
  #: framework/premium/features/premium-header/items/language-switcher/options.php:112
3002
  msgid "Hide Current Language"
3003
+ msgstr "Ascunde limba actuală"
3004
 
3005
  #: framework/premium/features/premium-header/items/language-switcher/options.php:343
3006
  msgid "Dropdown Options"
3012
 
3013
  #: framework/premium/features/premium-header/items/search-input/config.php:4
3014
  msgid "Search Box"
3015
+ msgstr "Casetă căutare"
3016
 
3017
  #: framework/premium/features/premium-header/items/search-input/options.php:42
3018
  msgid "Placeholder Text"
3020
 
3021
  #: framework/premium/features/premium-header/items/search-input/options.php:52
3022
  msgid "Input Maximum Width"
3023
+ msgstr "Lățime maximă câmp"
3024
 
3025
  #: framework/premium/features/premium-header/items/search-input/options.php:64
3026
  msgid "Input Height"
3027
+ msgstr "Înălțime câmp"
3028
 
3029
  #: framework/premium/features/premium-header/items/search-input/options.php:79
3030
  msgid "Live Results"
3031
+ msgstr "Rezultate în timp real"
3032
 
3033
  #: framework/premium/features/premium-header/items/search-input/options.php:90
3034
  msgid "Live Results Images"
3035
+ msgstr "Imagini rezultate în timp real"
3036
 
3037
  #: framework/premium/features/premium-header/items/search-input/options.php:101
3038
  msgid "Search Through Criteria"
3059
 
3060
  #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
3061
  msgid "Widget Area"
3062
+ msgstr "Zonă widget"
3063
 
3064
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker.js:14
3065
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:63
3066
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:205
3067
  #: static/js/screens/SiteExport.js:143
3068
  msgid "Loading..."
3069
+ msgstr "Încărcare…"
3070
 
3071
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
3072
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
3092
 
3093
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:173
3094
  msgid "API Key"
3095
+ msgstr "Cheie API"
3096
 
3097
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:207
3098
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
3103
  #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:75
3104
  #: static/js/screens/Extensions.js:80
3105
  msgid "Activate"
3106
+ msgstr "Activează"
3107
 
3108
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:208
3109
  #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:221
3111
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:978
3112
  #: framework/premium/static/js/footer/EditConditions.js:143
3113
  msgid "Save Settings"
3114
+ msgstr "Salvează setările"
3115
 
3116
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:78
3117
  msgid "API Credentials"
3131
 
3132
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:84
3133
  msgid "Loading"
3134
+ msgstr "Încărcare"
3135
 
3136
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:73
3137
  #: framework/extensions/product-reviews/static/js/ProductReviews.js:72
3141
  #: framework/premium/extensions/white-label/dashboard-static/js/WhiteLabel.js:74
3142
  #: static/js/screens/Extensions.js:79
3143
  msgid "Deactivate"
3144
+ msgstr "Dezactivează"
3145
 
3146
  #: framework/extensions/product-reviews/static/js/EditSettings.js:130
3147
  msgid "Save"
3148
+ msgstr "Salvează"
3149
 
3150
  #: framework/extensions/product-reviews/static/js/EditSettings.js:39
3151
  msgid "Product Reviews Settings"
3165
 
3166
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:108
3167
  msgid "Adobe Fonts Settings"
3168
+ msgstr "Setări Adobe Fonts"
3169
 
3170
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:113
3171
  msgid "You can find %shere%s your Project ID. Once you insert your Project ID and click the \"Fetch fonts\" button, your fonts will become available in all theme’s typography options."
3173
 
3174
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:141
3175
  msgid "Project ID"
3176
+ msgstr "ID proiect"
3177
 
3178
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:188
3179
  msgid "Fetch Fonts"
3186
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:214
3187
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:56
3188
  msgid "Variations"
3189
+ msgstr "Variații"
3190
 
3191
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:96
3192
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:94
3193
  msgid "Edit Settings"
3194
+ msgstr "Editează setările"
3195
 
3196
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:98
3197
  msgid "Add/Edit Fonts"
3204
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:117
3205
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:246
3206
  msgid "Upload Simple Font"
3207
+ msgstr "Încarcă font simplu"
3208
 
3209
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:125
3210
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:270
3211
  msgid "Upload Variable Font"
3212
+ msgstr "Încarcă font variabil"
3213
 
3214
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:23
3215
  msgid "Custom Fonts Settings"
3216
+ msgstr "Setări font-uri personalizate"
3217
 
3218
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:25
3219
  msgid "Here you can see all your custom fonts that could be used in all typography options across the theme."
3221
 
3222
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:39
3223
  msgid "Dynamic Font"
3224
+ msgstr "Font dinamic"
3225
 
3226
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:43
3227
  msgid "Variable font"
3228
+ msgstr "Font variabil"
3229
 
3230
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:74
3231
  msgid "Edit Font"
3232
+ msgstr "Editează font"
3233
 
3234
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:91
3235
  msgid "Remove Font"
3236
+ msgstr "Elimină font"
3237
 
3238
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/EditSettings.js:79
3239
  msgid "Settings"
3240
+ msgstr "Setări"
3241
 
3242
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:162
3243
  msgid "Change"
3244
+ msgstr "Schimbă"
3245
 
3246
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:163
3247
  msgid "Choose"
3248
+ msgstr "Alege"
3249
 
3250
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
3251
  #: static/js/options/ConditionsManager.js:91
3252
  msgid "Select variation"
3253
+ msgstr "Selectează variația"
3254
 
3255
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
3256
  msgid "Regular"
3257
+ msgstr "Normal"
3258
 
3259
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
3260
  msgid "Italic"
3261
+ msgstr "Cursiv"
3262
 
3263
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:250
3264
  msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats (see browser coverage %shere%s). Use %sthis converter tool%s if you don't have these font formats."
3270
 
3271
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:300
3272
  msgid "Font Name"
3273
+ msgstr "Nume font"
3274
 
3275
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:343
3276
  msgid "Add/upload another font variation"
3278
 
3279
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:364
3280
  msgid "Back to All Fonts"
3281
+ msgstr "Înapoi la toate font-urile"
3282
 
3283
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:389
3284
  msgid "Save Custom Font"
3285
+ msgstr "Salvează font-ul personalizat"
3286
 
3287
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:82
3288
  msgid "Add Variation"
3289
+ msgstr "Adaugă variație"
3290
 
3291
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:138
3292
  msgid "By checking this option you will download and replace the existing Google Fonts with the above ones."
3294
 
3295
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:207
3296
  msgid "Sync Google Fonts"
3297
+ msgstr "Sincronizează font-uri Google"
3298
 
3299
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:51
3300
  msgid "Add Google Fonts"
3301
+ msgstr "Adaugă font-uri Google"
3302
 
3303
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:60
3304
  msgid "Local Google Fonts (GDPR)"
3310
 
3311
  #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:138
3312
  msgid "Item Settings"
3313
+ msgstr "Setări element"
3314
 
3315
  #: framework/premium/extensions/sidebars/static/js/BlockWidgetControls.js:59
3316
  msgid "Remove Sidebar"
3317
+ msgstr "Elimină bară laterală"
3318
 
3319
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:60
3320
  msgid "%s - Sidebar Display Conditions"
3342
 
3343
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:132
3344
  msgid "Advanced"
3345
+ msgstr "Avansat"
3346
 
3347
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:147
3348
  msgid "Agency Details"
3349
+ msgstr "Detalii agenție"
3350
 
3351
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:155
3352
  msgid "Agency Name"
3353
+ msgstr "Nume agenție"
3354
 
3355
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:186
3356
  msgid "Agency URL"
3357
+ msgstr "URL agenție"
3358
 
3359
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:217
3360
  msgid "Agency Support/Contact Form URL"
3362
 
3363
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:252
3364
  msgid "Theme Details"
3365
+ msgstr "Detalii temă"
3366
 
3367
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:260
3368
  msgid "Theme Name"
3369
+ msgstr "Nume temă"
3370
 
3371
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:291
3372
  msgid "Theme Description"
3373
+ msgstr "Descriere temă"
3374
 
3375
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:322
3376
  msgid "Theme Screenshot URL"
3398
 
3399
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:646
3400
  msgid "Plugin Details"
3401
+ msgstr "Detalii modul"
3402
 
3403
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:654
3404
  msgid "Plugin Name"
3405
+ msgstr "Nume modul"
3406
 
3407
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:685
3408
  msgid "Plugin Description"
3409
+ msgstr "Descriere modul"
3410
 
3411
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:716
3412
  msgid "Plugin Thumbnail URL"
3413
+ msgstr "URL pictogramă modul"
3414
 
3415
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:807
3416
  msgid "Choose File"
3417
+ msgstr "Alege fișierul"
3418
 
3419
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:814
3420
  msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 256px wide by 256px tall."
3422
 
3423
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:864
3424
  msgid "Hide Account Menu Item"
3425
+ msgstr "Ascunde meniul de cont"
3426
 
3427
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:872
3428
  msgid "Hide Starter Sites Tab"
3429
+ msgstr "Ascunde tab-ul cu site-uri demonstrative"
3430
 
3431
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:879
3432
  msgid "Hide Useful Plugins Tab"
3433
+ msgstr "Ascunde tab-ul cu module utile"
3434
 
3435
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:887
3436
  msgid "Hide Changelog Tab"
3437
+ msgstr "Ascunde tab-ul cu ultimele actualizări"
3438
 
3439
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:895
3440
  msgid "Hide Support Section"
3441
+ msgstr "Ascunde secțiunea de suport"
3442
 
3443
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:903
3444
  msgid "Hide Beta Updates Section"
3445
+ msgstr "Ascunde secțiunea cu actualizări Beta"
3446
 
3447
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:940
3448
  msgid "Hide White Label Extension"
3454
 
3455
  #: framework/premium/static/js/components/BetaConsent.js:54
3456
  msgid "Receive βeta Updates"
3457
+ msgstr "Primește actualizări βeta"
3458
 
3459
  #: framework/premium/static/js/components/BetaConsent.js:60
3460
  msgid "Receive beta updates and help us test the new features and improve them by submitting feedback. Please note, installing beta versions on production websites is not recommended, test them on staging or localhost environments."
3462
 
3463
  #: framework/premium/static/js/components/BetaConsent.js:73
3464
  msgid "Are you sure?"
3465
+ msgstr "Ești sigur?"
3466
 
3467
  #: framework/premium/static/js/components/BetaConsent.js:76
3468
  msgid "Installing beta updates on your production site can give unexpected results."
3475
  #: framework/premium/static/js/footer/CloneItem.js:65
3476
  #: framework/premium/static/js/header/CloneItem.js:65
3477
  msgid "Clone Item"
3478
+ msgstr "Multiplică elementul"
3479
 
3480
  #: framework/premium/static/js/footer/CloneItem.js:88
3481
  #: framework/premium/static/js/header/CloneItem.js:88
3482
  msgid "Remove Item"
3483
+ msgstr "Elimină elementul"
3484
 
3485
  #: framework/premium/static/js/footer/CreateFooter.js:107
3486
  #: framework/premium/static/js/header/CreateHeader.js:106
3494
  #: framework/premium/static/js/footer/CreateFooter.js:133
3495
  #: framework/premium/static/js/footer/PanelsManager.js:52
3496
  msgid "Global Footer"
3497
+ msgstr "Subsol global"
3498
 
3499
  #: framework/premium/static/js/footer/CreateFooter.js:137
3500
  #: framework/premium/static/js/header/CreateHeader.js:138
3501
  msgid "Secondary"
3502
+ msgstr "Secundar"
3503
 
3504
  #: framework/premium/static/js/footer/CreateFooter.js:141
3505
  #: framework/premium/static/js/header/CreateHeader.js:142
3506
  msgid "Centered"
3507
+ msgstr "Centrat"
3508
 
3509
  #: framework/premium/static/js/footer/CreateFooter.js:172
3510
  msgid "Create New Footer"
3511
+ msgstr "Crează un nou subsol"
3512
 
3513
  #: framework/premium/static/js/footer/CreateFooter.js:50
3514
  msgid "Create new footer"
3515
+ msgstr "Crează un nou subsol"
3516
 
3517
  #: framework/premium/static/js/footer/CreateFooter.js:53
3518
  msgid "Create a new footer and assign it to different pages or posts based on your conditions."
3520
 
3521
  #: framework/premium/static/js/footer/CreateFooter.js:72
3522
  msgid "Footer name"
3523
+ msgstr "Nume subsol"
3524
 
3525
  #: framework/premium/static/js/footer/EditConditions.js:100
3526
  msgid "Add one or more conditions in order to display your footer."
3530
  #: static/js/header/EditConditions.js:83
3531
  #: static/js/options/DisplayCondition.js:44
3532
  msgid "Add/Edit Conditions"
3533
+ msgstr "Adaugă sau editează condițiile"
3534
 
3535
  #: framework/premium/static/js/footer/PanelsManager.js:162
3536
  msgid "Remove footer"
3537
+ msgstr "Înlătură subsolul"
3538
 
3539
  #: framework/premium/static/js/footer/PanelsManager.js:192
3540
  msgid "Remove Footer"
3541
+ msgstr "Înlătură subsolul"
3542
 
3543
  #: framework/premium/static/js/footer/PanelsManager.js:195
3544
  msgid "You are about to remove a custom footer, are you sure you want to continue?"
3549
  #: static/js/header/PanelsManager.js:215
3550
  #: static/js/options/CustomizerOptionsManager.js:405
3551
  msgid "Cancel"
3552
+ msgstr "Anulează"
3553
 
3554
  #: framework/premium/static/js/footer/PanelsManager.js:227
3555
  #: static/js/header/PanelsManager.js:231
3559
  #: framework/premium/static/js/footer/PanelsManager.js:68
3560
  #: static/js/header/PanelsManager.js:74
3561
  msgid "Edit Conditions"
3562
+ msgstr "Editează condițiile"
3563
 
3564
  #. translators: %s: PHP version
3565
  #: blocksy-companion.php:137
3596
  #: framework/extensions-manager.php:269,
3597
  #: framework/premium/extensions/custom-fonts/extension.php:145
3598
  msgid "Custom Fonts"
3599
+ msgstr "Font-uri proprii"
3600
 
3601
  #: framework/extensions-manager.php:270
3602
  msgid "Upload unlimited number of custom fonts or variable fonts and use them in any typography option."
3605
  #: framework/extensions-manager.php:281,
3606
  #: framework/premium/extensions/local-google-fonts/extension.php:171
3607
  msgid "Local Google Fonts"
3608
+ msgstr "Font-uri locale Google"
3609
 
3610
  #: framework/extensions-manager.php:282
3611
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
3614
  #: framework/extensions-manager.php:293,
3615
  #: framework/premium/extensions/mega-menu/config.php:4
3616
  msgid "Advanced Menu"
3617
+ msgstr "Meniu avansat"
3618
 
3619
  #: framework/extensions-manager.php:294
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
3624
  #: framework/premium/extensions/shortcuts/config.php:4,
3625
  #: framework/premium/extensions/shortcuts/customizer.php:503
3626
  msgid "Shortcuts Bar"
3627
+ msgstr "Bară cu scurtături"
3628
 
3629
  #: framework/extensions-manager.php:306
3630
  msgid "Transform your website into a app like by displaying a neat shortcuts bar at the bottom of the vieport."
3633
  #: framework/extensions-manager.php:317,
3634
  #: framework/premium/extensions/sidebars/config.php:4
3635
  msgid "Multiple Sidebars"
3636
+ msgstr "Bări laterale multiple"
3637
 
3638
  #: framework/extensions-manager.php:318
3639
  msgid "Create unlimited number of sidebars and display them conditionaly on any page or post."
3650
  #: framework/extensions-manager.php:341,
3651
  #: framework/premium/extensions/woocommerce-extra/config.php:4
3652
  msgid "WooCommerce Extra"
3653
+ msgstr "Extra WooCommerce"
3654
 
3655
  #: framework/extensions-manager.php:342
3656
  msgid "Increase the conversion rate by adding a product quick view modal, a floating cart. Control the single product gallery/slider and the layout, add a wishlits page."
3661
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
3662
  #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
3663
  msgid "Facebook"
3664
+ msgstr "Facebook"
3665
 
3666
  #: framework/theme-integration.php:277
3667
  msgid "Twitter"
3668
+ msgstr "Twitter"
3669
 
3670
  #: framework/theme-integration.php:278
3671
  msgid "LinkedIn"
3672
+ msgstr "LinkedIn"
3673
 
3674
  #: framework/theme-integration.php:279
3675
  msgid "Dribbble"
3676
+ msgstr "Dribbble"
3677
 
3678
  #: framework/theme-integration.php:280
3679
  msgid "Instagram"
3680
+ msgstr "Instagram"
3681
 
3682
  #: framework/theme-integration.php:281
3683
  msgid "Pinterest"
3684
+ msgstr "Pinterest"
3685
 
3686
  #: framework/theme-integration.php:282
3687
  msgid "WordPress"
3688
+ msgstr "WordPress"
3689
 
3690
  #: framework/theme-integration.php:283
3691
  msgid "GitHub"
3692
+ msgstr "GitHub"
3693
 
3694
  #: framework/theme-integration.php:284,
3695
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
3696
  #: framework/extensions/widgets/widgets/ct-socials/options.php:81
3697
  msgid "Medium"
3698
+ msgstr "Medium"
3699
 
3700
  #: framework/theme-integration.php:285
3701
  msgid "YouTube"
3702
+ msgstr "YouTube"
3703
 
3704
  #: framework/theme-integration.php:286
3705
  msgid "Vimeo"
3706
+ msgstr "Vimeo"
3707
 
3708
  #: framework/theme-integration.php:287
3709
  msgid "VKontakte"
3710
+ msgstr "VKontakte"
3711
 
3712
  #: framework/theme-integration.php:288
3713
  msgid "Odnoklassniki"
3714
+ msgstr "Odnoklassniki"
3715
 
3716
  #: framework/theme-integration.php:289
3717
  msgid "TikTok"
3718
+ msgstr "TikTok"
3719
 
3720
  #: framework/theme-integration.php:361
3721
  msgid "Companion"
3722
+ msgstr "Companion"
3723
 
3724
  #: framework/theme-integration.php:377 static/js/screens/SiteExport.js:106
3725
  msgid "PRO"
3726
+ msgstr "Pro"
3727
 
3728
  #: framework/theme-integration.php:506
3729
  msgid "Check your email"
3730
+ msgstr "Verifică-ți e-mailul"
3731
 
3732
  #: framework/theme-integration.php:512
3733
  msgid "Registration Form"
3747
 
3748
  #: framework/widgets-manager.php:144
3749
  msgid "Widget Title"
3750
+ msgstr "Titlu widget"
3751
 
3752
  #: framework/features/conditions-manager.php:344
3753
  msgid "%s Single"
3763
 
3764
  #: framework/features/conditions-manager.php:377
3765
  msgid "Entire Website"
3766
+ msgstr "Tot website-ul"
3767
 
3768
  #: framework/features/conditions-manager.php:383
3769
  msgid "Basic"
3785
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
3786
  #: framework/premium/features/premium-header/items/search-input/options.php:4
3787
  msgid "Posts"
3788
+ msgstr "Postări"
3789
 
3790
  #: framework/features/conditions-manager.php:402,
3791
  #: framework/premium/features/content-blocks/hooks-manager.php:296,
3813
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
3814
  #: framework/premium/features/premium-header/items/search-input/options.php:5
3815
  msgid "Pages"
3816
+ msgstr "Pagini"
3817
 
3818
  #: framework/features/conditions-manager.php:427
3819
  msgid "Single Page"
3825
 
3826
  #: framework/features/conditions-manager.php:478
3827
  msgid "Post ID"
3828
+ msgstr "ID postare"
3829
 
3830
  #: framework/features/conditions-manager.php:483
3831
  msgid "Page ID"
3832
+ msgstr "ID pagină"
3833
 
3834
  #: framework/features/conditions-manager.php:488
3835
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
3850
 
3851
  #: framework/features/conditions-manager.php:508
3852
  msgid "404"
3853
+ msgstr "404"
3854
 
3855
  #: framework/features/conditions-manager.php:513,
3856
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
3857
  #: framework/premium/features/premium-header/items/search-input/view.php:70
3858
  msgid "Search"
3859
+ msgstr "Căutare"
3860
 
3861
  #: framework/features/conditions-manager.php:518
3862
  msgid "Blog"
3863
+ msgstr "Blog"
3864
 
3865
  #: framework/features/conditions-manager.php:523
3866
  msgid "Front Page"
3867
+ msgstr "Pagina principală"
3868
 
3869
  #: framework/features/conditions-manager.php:535
3870
  msgid "Author"
3871
+ msgstr "Autor"
3872
 
3873
  #: framework/features/conditions-manager.php:541
3874
  msgid "User Auth"
3875
+ msgstr "Autentificare utilizator"
3876
 
3877
  #: framework/features/conditions-manager.php:545
3878
  msgid "User Logged In"
3884
 
3885
  #: framework/features/conditions-manager.php:556
3886
  msgid "User Roles"
3887
+ msgstr "Roluri utilizator"
3888
 
3889
  #: framework/features/conditions-manager.php:561,
3890
  #: framework/premium/features/content-blocks/options/404.php:19,
3892
  #: framework/premium/features/content-blocks/options/hook.php:24,
3893
  #: framework/premium/features/content-blocks/options/popup.php:25
3894
  msgid "Other"
3895
+ msgstr "Altul"
3896
 
3897
  #: framework/features/conditions-manager.php:565
3898
  msgid "Post Author"
3900
 
3901
  #: framework/features/conditions-manager.php:657
3902
  msgid "Language"
3903
+ msgstr "Limbă"
3904
 
3905
  #: framework/features/demo-install.php:233
3906
  msgid "Your PHP installation doesn't have support for XML. Please install the <i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install starter sites. You might need to contact your hosting provider to assist you in doing so."
3916
 
3917
  #: framework/features/dynamic-css.php:52
3918
  msgid "File"
3919
+ msgstr "Fișier"
3920
 
3921
  #: framework/features/dynamic-css.php:53,
3922
  #: framework/premium/features/premium-header/items/language-switcher/options.php:32
3925
 
3926
  #: framework/features/google-analytics.php:69
3927
  msgid "Google Analytics v3"
3928
+ msgstr "Google Analytics v3"
3929
 
3930
  #: framework/features/google-analytics.php:74
3931
  msgid "Link your Google Analytics 3 tracking ID."
3933
 
3934
  #: framework/features/google-analytics.php:80
3935
  msgid "Google Analytics v4"
3936
+ msgstr "Google Analytics v4"
3937
 
3938
  #: framework/features/google-analytics.php:86
3939
  msgid "Link your Google Analytics 4 tracking ID. More info and instructions can be found %shere%s."
3949
 
3950
  #: framework/features/opengraph-meta-data.php:17
3951
  msgid "OpenGraph Meta Data"
3952
+ msgstr "Meta Data OpenGraph"
3953
 
3954
  #: framework/features/opengraph-meta-data.php:20
3955
  msgid "Enable the OpenGraph rich meta data features for your website."
4000
  #: framework/premium/features/premium-header/items/search-input/options.php:37
4001
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
4002
  msgid "General"
4003
+ msgstr "General"
4004
 
4005
  #: framework/extensions/cookies-consent/customizer.php:31,
4006
  #: framework/premium/extensions/shortcuts/customizer.php:525,
4011
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
4012
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
4013
  msgid "Type 1"
4014
+ msgstr "Tip 1"
4015
 
4016
  #: framework/extensions/cookies-consent/customizer.php:36,
4017
  #: framework/premium/extensions/shortcuts/customizer.php:530,
4022
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
4023
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
4024
  msgid "Type 2"
4025
+ msgstr "Tip 2"
4026
 
4027
  #: framework/extensions/cookies-consent/customizer.php:43
4028
  msgid "Cookie period"
4029
+ msgstr "Perioada Cookie"
4030
 
4031
  #: framework/extensions/cookies-consent/customizer.php:51
4032
  msgid "One hour"
4033
+ msgstr "O oră"
4034
 
4035
  #: framework/extensions/cookies-consent/customizer.php:52
4036
  msgid "One day"
4037
+ msgstr "O zi"
4038
 
4039
  #: framework/extensions/cookies-consent/customizer.php:53
4040
  msgid "One week"
4041
+ msgstr "O săptămână"
4042
 
4043
  #: framework/extensions/cookies-consent/customizer.php:54
4044
  msgid "One month"
4045
+ msgstr "O lună"
4046
 
4047
  #: framework/extensions/cookies-consent/customizer.php:55
4048
  msgid "Three months"
4049
+ msgstr "Trei luni"
4050
 
4051
  #: framework/extensions/cookies-consent/customizer.php:56
4052
  msgid "Six months"
4053
+ msgstr "Șase luni"
4054
 
4055
  #: framework/extensions/cookies-consent/customizer.php:57
4056
  msgid "One year"
4057
+ msgstr "Un an"
4058
 
4059
  #: framework/extensions/cookies-consent/customizer.php:58
4060
  msgid "Forever"
4061
+ msgstr "Pentru totdeauna"
4062
 
4063
  #: framework/extensions/cookies-consent/customizer.php:65,
4064
  #: framework/premium/features/content-blocks/hooks-manager.php:194,
4080
  #: framework/premium/features/premium-header/items/contacts/options.php:189,
4081
  #: framework/premium/features/premium-header/items/contacts/options.php:216
4082
  msgid "Content"
4083
+ msgstr "Conținut"
4084
 
4085
  #: framework/extensions/cookies-consent/customizer.php:67,
4086
  #: framework/extensions/cookies-consent/helpers.php:30
4089
 
4090
  #: framework/extensions/cookies-consent/customizer.php:79
4091
  msgid "Button text"
4092
+ msgstr "Text buton"
4093
 
4094
  #: framework/extensions/cookies-consent/customizer.php:82,
4095
  #: framework/extensions/cookies-consent/helpers.php:33
4096
  msgid "Accept"
4097
+ msgstr "Acceptă"
4098
 
4099
  #: framework/extensions/cookies-consent/customizer.php:90,
4100
  #: framework/extensions/newsletter-subscribe/customizer.php:147,
4116
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
4117
  #: framework/premium/features/premium-header/items/search-input/options.php:178
4118
  msgid "Design"
4119
+ msgstr "Aspect"
4120
 
4121
  #: framework/extensions/cookies-consent/customizer.php:95,
4122
  #: framework/extensions/trending/customizer.php:329,
4138
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
4139
  #: framework/premium/features/premium-header/items/language-switcher/options.php:382
4140
  msgid "Font Color"
4141
+ msgstr "Culoare font"
4142
 
4143
  #: framework/extensions/cookies-consent/customizer.php:112,
4144
  #: framework/extensions/cookies-consent/customizer.php:142,
4214
  #: framework/premium/features/premium-header/items/search-input/options.php:762,
4215
  #: framework/premium/features/premium-header/items/search-input/options.php:790
4216
  msgid "Initial"
4217
+ msgstr "Inițial"
4218
 
4219
  #: framework/extensions/cookies-consent/customizer.php:118,
4220
  #: framework/extensions/cookies-consent/customizer.php:147,
4259
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
4260
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
4261
  msgid "Button Color"
4262
+ msgstr "Culoare buton"
4263
 
4264
  #: framework/extensions/cookies-consent/customizer.php:154,
4265
  #: framework/premium/extensions/mega-menu/options.php:814,
4267
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
4268
  #: framework/premium/features/premium-header/items/language-switcher/options.php:412
4269
  msgid "Background Color"
4270
+ msgstr "Culoare fundal"
4271
 
4272
  #: framework/extensions/cookies-consent/customizer.php:179
4273
  msgid "Maximum Width"
4274
+ msgstr "Lățime maximă"
4275
 
4276
  #: framework/extensions/cookies-consent/customizer.php:202
4277
  msgid "I accept the %sPrivacy Policy%s*"
4291
  #: framework/premium/extensions/post-types-extra/readme.php:1,
4292
  #: framework/premium/extensions/woocommerce-extra/readme.php:1
4293
  msgid "Instructions"
4294
+ msgstr "Instrucțiuni"
4295
 
4296
  #: framework/extensions/cookies-consent/readme.php:4
4297
  msgid "After installing and activating the Cookies Consent extension you will be able to configure it from this location:"
4300
  #: framework/extensions/cookies-consent/readme.php:9,
4301
  #: framework/extensions/widgets/widgets/ct-socials/options.php:31
4302
  msgid "Customizer"
4303
+ msgstr "Personalizator"
4304
 
4305
  #: framework/extensions/cookies-consent/readme.php:13
4306
  msgid "Navigate to %s and customize the notification to meet your needs."
4346
  #: framework/premium/features/premium-header/items/contacts/options.php:182,
4347
  #: framework/premium/features/premium-header/items/contacts/options.php:209
4348
  msgid "Title"
4349
+ msgstr "Titlu"
4350
 
4351
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
4352
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
4357
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
4358
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:14
4359
  msgid "Description"
4360
+ msgstr "Descriere"
4361
 
4362
  #: framework/extensions/newsletter-subscribe/customizer.php:29,
4363
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
4381
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
4382
  #: framework/premium/features/content-blocks/options/hook.php:289
4383
  msgid "Default"
4384
+ msgstr "Prestabilit"
4385
 
4386
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
4387
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
4389
  #: framework/premium/extensions/shortcuts/customizer.php:276
4390
  #: framework/premium/static/js/options/IconPicker/Modal.js:148
4391
  msgid "Custom"
4392
+ msgstr "Personalizat"
4393
 
4394
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
4395
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
4400
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
4401
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
4402
  msgid "Name Field"
4403
+ msgstr "Câmp nume"
4404
 
4405
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
4406
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
4414
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
4415
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
4416
  msgid "Your name"
4417
+ msgstr "Numele tău"
4418
 
4419
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
4420
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
4428
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
4429
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
4430
  msgid "Your email"
4431
+ msgstr "E-mailul tău"
4432
 
4433
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
4434
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
4442
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
4443
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
4444
  msgid "Subscribe"
4445
+ msgstr "Abonează-te"
4446
 
4447
  #: framework/extensions/newsletter-subscribe/customizer.php:126,
4448
  #: framework/premium/extensions/shortcuts/customizer.php:45,
4461
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
4462
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
4463
  msgid "Visibility"
4464
+ msgstr "Vizibilitate"
4465
 
4466
  #: framework/extensions/newsletter-subscribe/customizer.php:137,
4467
  #: framework/extensions/trending/customizer.php:259,
4490
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
4491
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
4492
  msgid "Desktop"
4493
+ msgstr "Desktop"
4494
 
4495
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
4496
  #: framework/extensions/trending/customizer.php:260,
4518
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
4519
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
4520
  msgid "Tablet"
4521
+ msgstr "Tabletă"
4522
 
4523
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
4524
  #: framework/extensions/trending/customizer.php:261,
4550
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
4551
  #: framework/premium/features/premium-header/items/contacts/options.php:97
4552
  msgid "Mobile"
4553
+ msgstr "Telefon"
4554
 
4555
  #: framework/extensions/newsletter-subscribe/customizer.php:152
4556
  msgid "Title Color"
4636
  #: framework/features/header/items/account/options.php:278
4637
  #: static/js/screens/SiteExport.js:85
4638
  msgid "Name"
4639
+ msgstr "Nume"
4640
 
4641
  #: framework/extensions/newsletter-subscribe/helpers.php:166,
4642
  #: framework/features/header/modal/register.php:11,
4646
  #: framework/premium/extensions/shortcuts/views/bar.php:27,
4647
  #: framework/premium/features/premium-header/items/contacts/options.php:178
4648
  msgid "Email"
4649
+ msgstr "E-mail"
4650
 
4651
  #: framework/extensions/newsletter-subscribe/readme.php:4
4652
  msgid ""
4709
 
4710
  #: framework/extensions/product-reviews/extension.php:323
4711
  msgid "Buy Now Button"
4712
+ msgstr "Buton “Cumpăra acum!”"
4713
 
4714
  #: framework/extensions/product-reviews/extension.php:342
4715
  msgid "Star Rating Color"
4736
 
4737
  #: framework/extensions/product-reviews/extension.php:439
4738
  msgid "Product Review"
4739
+ msgstr "Recenzie produs"
4740
 
4741
  #: framework/extensions/product-reviews/extension.php:441
4742
  msgid "Parent Product Review"
4744
 
4745
  #: framework/extensions/product-reviews/extension.php:442
4746
  msgid "All Reviews"
4747
+ msgstr "Toate recenziile"
4748
 
4749
  #: framework/extensions/product-reviews/extension.php:443
4750
  msgid "View Product Review"
4751
+ msgstr "Vezi recenzia produsului"
4752
 
4753
  #: framework/extensions/product-reviews/extension.php:444
4754
  msgid "Add New Product Review"
4781
  #: framework/extensions/product-reviews/extension.php:484,
4782
  #: framework/extensions/product-reviews/extension.php:494
4783
  msgid "Categories"
4784
+ msgstr "Categorii"
4785
 
4786
  #: framework/extensions/product-reviews/extension.php:485,
4787
  #: framework/extensions/trending/customizer.php:35,
4788
  #: framework/extensions/widgets/widgets/ct-posts/options.php:37
4789
  msgid "Category"
4790
+ msgstr "Categorie"
4791
 
4792
  #: framework/extensions/product-reviews/extension.php:486
4793
  msgid "Search Category"
4795
 
4796
  #: framework/extensions/product-reviews/extension.php:487
4797
  msgid "All Categories"
4798
+ msgstr "Toate categoriile"
4799
 
4800
  #: framework/extensions/product-reviews/extension.php:488
4801
  msgid "Parent Category"
4807
 
4808
  #: framework/extensions/product-reviews/extension.php:490
4809
  msgid "Edit Category"
4810
+ msgstr "Editează categoria"
4811
 
4812
  #: framework/extensions/product-reviews/extension.php:491
4813
  msgid "Update Category"
4814
+ msgstr "Actualizează categoria"
4815
 
4816
  #: framework/extensions/product-reviews/extension.php:492
4817
  msgid "Add New Category"
4818
+ msgstr "Adaugă o categorie nouă"
4819
 
4820
  #: framework/extensions/product-reviews/extension.php:493
4821
  msgid "New Category Name"
4822
+ msgstr "Nume categorie nouă"
4823
 
4824
  #. translators: %s is the theme name.
4825
  #: framework/extensions/product-reviews/extension.php:512
4826
  msgid "%s Settings"
4827
+ msgstr "%s Setări"
4828
 
4829
  #: framework/extensions/product-reviews/extension.php:513
4830
  msgid "Blocksy"
4831
+ msgstr "Blocksy"
4832
 
4833
  #: framework/extensions/product-reviews/helpers.php:30,
4834
  #: framework/extensions/product-reviews/metabox.php:163
4835
  msgid "Rating"
4836
+ msgstr "Notă"
4837
 
4838
  #: framework/extensions/product-reviews/metabox.php:10
4839
  msgid "Review Entity"
4842
  #: framework/extensions/product-reviews/metabox.php:18,
4843
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:13
4844
  msgid "Product"
4845
+ msgstr "Produs"
4846
 
4847
  #: framework/extensions/product-reviews/metabox.php:19
4848
  msgid "Book"
4849
+ msgstr "Carte"
4850
 
4851
  #: framework/extensions/product-reviews/metabox.php:21
4852
  msgid "Creative Work Season"
4858
 
4859
  #: framework/extensions/product-reviews/metabox.php:23
4860
  msgid "Episode"
4861
+ msgstr "Episod"
4862
 
4863
  #: framework/extensions/product-reviews/metabox.php:25
4864
  msgid "Game"
4865
+ msgstr "Joc video"
4866
 
4867
  #: framework/extensions/product-reviews/metabox.php:27
4868
  msgid "Local Business"
4869
+ msgstr "Afacere locală"
4870
 
4871
  #: framework/extensions/product-reviews/metabox.php:28
4872
  msgid "Media Object"
4874
 
4875
  #: framework/extensions/product-reviews/metabox.php:29
4876
  msgid "Movie"
4877
+ msgstr "Film"
4878
 
4879
  #: framework/extensions/product-reviews/metabox.php:30
4880
  msgid "Music Playlist"
4881
+ msgstr "Listă de redare"
4882
 
4883
  #: framework/extensions/product-reviews/metabox.php:31
4884
  msgid "Music Recording"
4885
+ msgstr "Înregistrare muzicală"
4886
 
4887
  #: framework/extensions/product-reviews/metabox.php:32
4888
  msgid "Organization"
4889
+ msgstr "Organizație"
4890
 
4891
  #: framework/extensions/product-reviews/metabox.php:38
4892
  msgid "More info about review entity and how to choose the right one can be found %shere%s."
4894
 
4895
  #: framework/extensions/product-reviews/metabox.php:53
4896
  msgid "Product Price"
4897
+ msgstr "Preț produs"
4898
 
4899
  #: framework/extensions/product-reviews/metabox.php:60
4900
  msgid "Product SKU"
4901
+ msgstr "Cod produs"
4902
 
4903
  #: framework/extensions/product-reviews/metabox.php:67
4904
  msgid "Product Brand"
4905
+ msgstr "Brand produs"
4906
 
4907
  #: framework/extensions/product-reviews/metabox.php:80
4908
  msgid "Gallery"
4909
+ msgstr "Galerie"
4910
 
4911
  #: framework/extensions/product-reviews/metabox.php:91
4912
  msgid "Affiliate Button Label"
4915
  #: framework/extensions/product-reviews/metabox.php:93,
4916
  #: framework/extensions/product-reviews/views/single-top.php:156
4917
  msgid "Buy Now"
4918
+ msgstr "Cumpără acum"
4919
 
4920
  #: framework/extensions/product-reviews/metabox.php:98
4921
  msgid "Affiliate Link"
4936
  #: framework/extensions/product-reviews/metabox.php:134,
4937
  #: framework/extensions/product-reviews/views/single-top.php:162
4938
  msgid "Read More"
4939
+ msgstr "Citește mai mult"
4940
 
4941
  #: framework/extensions/product-reviews/metabox.php:154
4942
  msgid "Short Description"
4943
+ msgstr "Descriere scurtă"
4944
 
4945
  #: framework/extensions/product-reviews/metabox.php:169
4946
  msgid "Scores"
4947
+ msgstr "Note"
4948
 
4949
  #: framework/extensions/product-reviews/metabox.php:209
4950
  msgid "Product specs"
4951
+ msgstr "Specificații produs"
4952
 
4953
  #: framework/extensions/product-reviews/metabox.php:234,
4954
  #: framework/extensions/product-reviews/views/single-top.php:262
4974
  #: framework/premium/extensions/shortcuts/views/bar.php:30,
4975
  #: framework/premium/features/premium-header/items/search-input/options.php:6
4976
  msgid "Products"
4977
+ msgstr "Produse"
4978
 
4979
  #: framework/extensions/trending/customizer.php:36,
4980
  #: framework/extensions/widgets/widgets/ct-posts/options.php:38
4981
  msgid "All categories"
4982
+ msgstr "Toate categoriile"
4983
 
4984
  #: framework/extensions/trending/customizer.php:41,
4985
  #: framework/extensions/widgets/widgets/ct-posts/options.php:43
4993
 
4994
  #: framework/extensions/trending/customizer.php:114
4995
  msgid "Module Title"
4996
+ msgstr "Titlu modul"
4997
 
4998
  #: framework/extensions/trending/customizer.php:117,
4999
  #: framework/extensions/trending/helpers.php:218
5009
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
5010
  #: framework/extensions/widgets/widgets/ct-posts/options.php:168
5011
  msgid "Source"
5012
+ msgstr "Sursă"
5013
 
5014
  #: framework/extensions/trending/customizer.php:174,
5015
  #: framework/extensions/widgets/widgets/ct-posts/options.php:154
5025
  #: framework/extensions/trending/customizer.php:198,
5026
  #: framework/extensions/widgets/widgets/ct-posts/options.php:243
5027
  msgid "Posts ID"
5028
+ msgstr "ID-uri postări"
5029
 
5030
  #: framework/extensions/trending/customizer.php:202,
5031
  #: framework/extensions/widgets/widgets/ct-posts/options.php:247
5039
  #: framework/extensions/trending/customizer.php:227,
5040
  #: framework/extensions/widgets/widgets/ct-posts/options.php:213
5041
  msgid "All Time"
5042
+ msgstr "Din totdeauna"
5043
 
5044
  #: framework/extensions/trending/customizer.php:228
5045
  msgid "Last 24 Hours"
5046
+ msgstr "Ultimele 24 de ore"
5047
 
5048
  #: framework/extensions/trending/customizer.php:229
5049
  msgid "Last 7 Days"
5050
+ msgstr "Ultimele 7 zile"
5051
 
5052
  #: framework/extensions/trending/customizer.php:230
5053
  msgid "Last Month"
5054
+ msgstr "Ultima lună"
5055
 
5056
  #: framework/extensions/trending/customizer.php:247
5057
  msgid "Container Visibility"
5058
+ msgstr "Vizibilitate container"
5059
 
5060
  #: framework/extensions/trending/customizer.php:320
5061
  msgid "Posts Font"
5069
  #: framework/features/header/items/account/options.php:481,
5070
  #: framework/features/header/items/account/views/logout.php:3
5071
  msgid "Login"
5072
+ msgstr "Autentificare"
5073
 
5074
  #: framework/features/header/account-modal.php:51
5075
  msgid "Sign Up"
5076
+ msgstr "Înregistrare"
5077
 
5078
  #: framework/features/header/account-modal.php:70
5079
  msgid "Back to login"
5081
 
5082
  #: framework/features/header/header-options.php:6
5083
  msgid "Sticky Functionality"
5084
+ msgstr "Funcționalitate sticky"
5085
 
5086
  #: framework/features/header/header-options.php:32
5087
  msgid "Only Main Row"
5088
+ msgstr "Doar rândul principal"
5089
 
5090
  #: framework/features/header/header-options.php:37
5091
  msgid "Top & Main Row"
5092
+ msgstr "Rândurile de sus și din mijloc"
5093
 
5094
  #: framework/features/header/header-options.php:42
5095
  msgid "All Rows"
5096
+ msgstr "Toate rândurile"
5097
 
5098
  #: framework/features/header/header-options.php:47
5099
  msgid "Main & Bottom Row"
5100
+ msgstr "Rândurile din mijloc și de jos"
5101
 
5102
  #: framework/features/header/header-options.php:52
5103
  msgid "Only Top Row"
5104
+ msgstr "Doar rândul de sus"
5105
 
5106
  #: framework/features/header/header-options.php:57
5107
  msgid "Only Bottom Row"
5108
+ msgstr "Doar rândul de jos"
5109
 
5110
  #: framework/features/header/header-options.php:63
5111
  msgid "Sticky Effect"
5130
 
5131
  #: framework/features/header/header-options.php:106
5132
  msgid "Transparent Functionality"
5133
+ msgstr "Funcționalitate transparență"
5134
 
5135
  #: framework/features/header/header-options.php:144,
5136
  #: framework/premium/extensions/shortcuts/customizer.php:742,
5158
 
5159
  #: framework/premium/features/content-blocks.php:206
5160
  msgid "Conditions"
5161
+ msgstr "Condiții"
5162
 
5163
  #: framework/premium/features/content-blocks.php:207
5164
  msgid "Output"
5180
  #: framework/premium/features/content-blocks/options/popup.php:418,
5181
  #: framework/premium/features/premium-header/items/contacts/options.php:277
5182
  msgid "None"
5183
+ msgstr "Nici unul"
5184
 
5185
  #: framework/premium/features/content-blocks.php:229,
5186
  #: framework/premium/features/content-blocks/options/popup.php:163
5214
 
5215
  #: framework/premium/features/content-blocks.php:238
5216
  msgid "Down"
5217
+ msgstr "Jos"
5218
 
5219
  #: framework/premium/features/content-blocks.php:239
5220
  msgid "Up"
5221
+ msgstr "Sus"
5222
 
5223
  #: framework/premium/features/content-blocks.php:616,
5224
  #: framework/premium/features/content-blocks.php:622
5227
 
5228
  #: framework/premium/features/content-blocks.php:617
5229
  msgid "Content Block"
5230
+ msgstr "Content Block"
5231
 
5232
  #: framework/premium/features/content-blocks.php:618
5233
  msgid "Add New"
5265
  #: framework/premium/features/premium-footer.php:30,
5266
  #: framework/premium/features/premium-footer.php:41
5267
  msgid "Footer Menu 1"
5268
+ msgstr "Meniu subsol 1"
5269
 
5270
  #: framework/premium/features/premium-footer.php:42,
5271
  #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
5272
  msgid "Footer Menu 2"
5273
+ msgstr "Meniu subsol 2"
5274
 
5275
  #: framework/premium/features/premium-header.php:42
5276
  msgid "Header Menu 3"
5277
+ msgstr "Meniu antet 3"
5278
 
5279
  #: framework/premium/features/premium-header.php:102
5280
  msgid "Header Widget Area "
5286
  #: framework/features/header/items/account/options.php:348,
5287
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:441
5288
  msgid "Icon"
5289
+ msgstr "Pictogramă"
5290
 
5291
  #: framework/premium/features/premium-header.php:172,
5292
  #: framework/premium/extensions/mega-menu/options.php:434,
5294
  #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
5295
  #: framework/premium/features/premium-header/items/contacts/options.php:249
5296
  msgid "Icons Size"
5297
+ msgstr "Mărime pictograme"
5298
 
5299
  #: framework/premium/features/premium-header.php:184,
5300
  #: framework/premium/extensions/mega-menu/options.php:456
5301
  msgid "Icon Position"
5302
+ msgstr "Poziție pictograme"
5303
 
5304
  #: framework/premium/features/premium-header.php:191,
5305
  #: framework/premium/extensions/mega-menu/options.php:463,
5308
  #: framework/features/header/items/account/options.php:465,
5309
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
5310
  msgid "Left"
5311
+ msgstr "Stânga"
5312
 
5313
  #: framework/premium/features/premium-header.php:192,
5314
  #: framework/premium/extensions/mega-menu/options.php:464,
5317
  #: framework/features/header/items/account/options.php:466,
5318
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
5319
  msgid "Right"
5320
+ msgstr "Dreapta"
5321
 
5322
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
5323
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
5324
  msgid "Newsletter"
5325
+ msgstr "Newsletter"
5326
 
5327
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
5328
  #: framework/premium/extensions/mega-menu/options.php:491,
5331
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
5332
  #: framework/features/header/items/account/options.php:277
5333
  msgid "Text"
5334
+ msgstr "Text"
5335
 
5336
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
5337
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
5345
 
5346
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
5347
  msgid "Boxed"
5348
+ msgstr "Încasetat"
5349
 
5350
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
5351
  msgid "Content Alignment"
5352
+ msgstr "Aliniere conținut"
5353
 
5354
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
5355
  msgid "Newsletter subscribe form"
5361
 
5362
  #: framework/extensions/product-reviews/views/single-top.php:238
5363
  msgid "Specs"
5364
+ msgstr "Specificații"
5365
 
5366
  #: framework/features/header/modal/login.php:17
5367
  msgid "Email Address"
5368
+ msgstr "Adresă e-mail"
5369
 
5370
  #: framework/features/header/modal/login.php:22
5371
  msgid "Password"
5372
+ msgstr "Parolă"
5373
 
5374
  #: framework/features/header/modal/login.php:29
5375
  msgid "Remember Me"
5377
 
5378
  #: framework/features/header/modal/login.php:33
5379
  msgid "Forgot Password?"
5380
+ msgstr "Ai uitat parola?"
5381
 
5382
  #: framework/features/header/modal/login.php:41
5383
  msgid "Log In"
5384
+ msgstr "Autentificare"
5385
 
5386
  #: framework/features/header/modal/lostpassword.php:5
5387
  msgid "Username or Email Address"
5393
 
5394
  #: framework/features/header/modal/register.php:6
5395
  msgid "Username"
5396
+ msgstr "Nume utilizator"
5397
 
5398
  #: framework/features/header/modal/register.php:18
5399
  msgid "Registration confirmation will be emailed to you"
5401
 
5402
  #: framework/features/header/modal/register.php:23
5403
  msgid "Register"
5404
+ msgstr "Înregistrare"
5405
 
5406
  #: framework/premium/extensions/adobe-typekit/config.php:4
5407
  msgid "Adobe Fonts"
5408
+ msgstr "Adobe Fonts"
5409
 
5410
  #: framework/premium/extensions/adobe-typekit/config.php:5
5411
  msgid "Connect your Adobe Fonts project and use the selected fonts throughout Blocksy and your favorite page builder."
5427
 
5428
  #: framework/premium/extensions/code-snippets/readme.php:9
5429
  msgid "Globally"
5430
+ msgstr "Global"
5431
 
5432
  #: framework/premium/extensions/code-snippets/readme.php:13
5433
  msgid "Navigate to %s and place there your header, body or footer scripts."
languages/blocksy-companion-ru_RU.mo CHANGED
Binary file
languages/blocksy-companion-ru_RU.po CHANGED
@@ -2,18 +2,18 @@
2
  # This file is distributed under the same license as the Blocksy Companion Pro package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2021-10-27 09:39:02+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: ru\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
14
  #: framework/premium/static/js/header/CreateHeader.js:117
15
  msgid "Picker header"
16
- msgstr ""
17
 
18
  #: framework/premium/static/js/header/CreateHeader.js:134
19
  #: static/js/header/PanelsManager.js:58
@@ -22,140 +22,140 @@ msgstr "Глобальная шапка"
22
 
23
  #: framework/premium/static/js/header/CreateHeader.js:173
24
  msgid "Create New Header"
25
- msgstr ""
26
 
27
  #: framework/premium/static/js/header/CreateHeader.js:50
28
  msgid "Create new header"
29
- msgstr ""
30
 
31
  #: framework/premium/static/js/header/CreateHeader.js:53
32
  msgid "Create a new header and assign it to different pages or posts based on your conditions."
33
- msgstr ""
34
 
35
  #: framework/premium/static/js/header/CreateHeader.js:71
36
  msgid "Header name"
37
- msgstr ""
38
 
39
  #: framework/premium/static/js/hooks/CodeEditor.js:105
40
  msgid "Yes, continue"
41
- msgstr ""
42
 
43
  #: framework/premium/static/js/hooks/CodeEditor.js:24
44
  msgid "Use code editor"
45
- msgstr ""
46
 
47
  #: framework/premium/static/js/hooks/CodeEditor.js:25
48
  msgid "Exit code editor"
49
- msgstr ""
50
 
51
  #: framework/premium/static/js/hooks/CodeEditor.js:36
52
  msgid "Heads up!"
53
- msgstr ""
54
 
55
  #: framework/premium/static/js/hooks/CodeEditor.js:38
56
  msgid "Enabling & disabling the code editor will erase everything from your post editor and this action is irreversible."
57
- msgstr ""
58
 
59
  #: framework/premium/static/js/hooks/CodeEditor.js:45
60
  msgid "Are you sure you want to continue?"
61
- msgstr ""
62
 
63
  #: framework/premium/static/js/hooks/CreateHook.js:105
64
  msgid "Content Block Name"
65
- msgstr ""
66
 
67
  #: framework/premium/static/js/hooks/CreateHook.js:131
68
  msgid "Create Content Block"
69
- msgstr ""
70
 
71
  #: framework/premium/static/js/hooks/CreateHook.js:35
72
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
73
- msgstr ""
74
 
75
  #: framework/premium/static/js/hooks/CreateHook.js:55
76
  msgid "Select template type..."
77
- msgstr ""
78
 
79
  #: framework/premium/static/js/hooks/CreateHook.js:67
80
  msgid "Custom Content/Hooks"
81
- msgstr ""
82
 
83
  #: framework/premium/static/js/hooks/CreateHook.js:76
84
  msgid "Popup Template"
85
- msgstr ""
86
 
87
  #: framework/premium/static/js/hooks/CreateHook.js:82
88
  msgid "404 Page Template"
89
- msgstr ""
90
 
91
  #: framework/premium/static/js/hooks/CreateHook.js:91
92
  msgid "Header Template"
93
- msgstr ""
94
 
95
  #: framework/premium/static/js/hooks/CreateHook.js:97
96
  msgid "Footer Template"
97
- msgstr ""
98
 
99
  #: framework/premium/static/js/options/IconPicker.js:133
100
  msgid "Change Icon"
101
- msgstr ""
102
 
103
  #: framework/premium/static/js/options/IconPicker.js:150
104
  msgid "Remove Icon"
105
- msgstr ""
106
 
107
  #: framework/premium/static/js/options/IconPicker.js:156
108
  msgid "Select"
109
- msgstr ""
110
 
111
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:22
112
  msgid "Upload Icon"
113
- msgstr ""
114
 
115
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:34
116
  msgid "For performance and customization reasons, only SVG files are allowed."
117
- msgstr ""
118
 
119
  #: framework/premium/static/js/options/IconPicker/IconsList.js:24
120
  msgid "Search icon"
121
- msgstr ""
122
 
123
  #: framework/premium/static/js/options/IconPicker/Modal.js:135
124
  msgid "Predefined"
125
- msgstr ""
126
 
127
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:156
128
  msgid "Add New Location"
129
- msgstr ""
130
 
131
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:47
132
  msgid "Select location"
133
- msgstr ""
134
 
135
  #: framework/premium/static/js/typography/providers/kadence.js:15
136
  #: framework/premium/static/js/typography/providers/plus-addons.js:18
137
  #: framework/premium/static/js/typography/providers/stackable.js:18
138
  msgid "Blocksy Local Google Fonts"
139
- msgstr ""
140
 
141
  #: framework/premium/static/js/typography/providers/kadence.js:19
142
  #: framework/premium/static/js/typography/providers/plus-addons.js:22
143
  #: framework/premium/static/js/typography/providers/stackable.js:22
144
  msgid "Blocksy Typekit"
145
- msgstr ""
146
 
147
  #: framework/premium/static/js/typography/providers/kadence.js:20
148
  #: framework/premium/static/js/typography/providers/stackable.js:23
149
  msgid "Blocksy Custom Fonts"
150
- msgstr ""
151
 
152
  #: framework/premium/static/js/typography/providers/plus-addons.js:23
153
  msgid "Blocksy Custom"
154
- msgstr ""
155
 
156
  #: framework/premium/static/js/typography/providers/plus-addons.js:24
157
  msgid "Blocksy System"
158
- msgstr ""
159
 
160
  #: static/js/dashboard.js:30
161
  msgid "Starter Sites"
@@ -180,11 +180,11 @@ msgstr "Удалить шапку"
180
 
181
  #: static/js/header/PanelsManager.js:196
182
  msgid "Remove Header"
183
- msgstr "Удалить заголовок"
184
 
185
  #: static/js/header/PanelsManager.js:199
186
  msgid "You are about to remove a custom header, are you sure you want to continue?"
187
- msgstr "Вы собираетесь удалить произвольный заголовок, уверены, что хотите продолжить?"
188
 
189
  #: static/js/helpers/SubmitSupport.js:18
190
  msgid "Need help or advice?"
@@ -204,7 +204,7 @@ msgstr "Вступить в сообщество на Facebook"
204
 
205
  #: static/js/helpers/useActivationAction.js:113
206
  msgid "Free vs Pro"
207
- msgstr "Бесплатная или Pro"
208
 
209
  #: static/js/helpers/useActivationAction.js:120
210
  msgid "Upgrade Now"
@@ -272,19 +272,19 @@ msgstr "Легко экспортируйте параметры настрой
272
 
273
  #: static/js/options/CustomizerOptionsManager.js:128
274
  msgid "Click or drop to upload a file..."
275
- msgstr "Нажмите или перетащите, чтобы загрузить файл ..."
276
 
277
  #: static/js/options/CustomizerOptionsManager.js:192
278
  msgid "Import Customizations"
279
- msgstr "Импорт настройки"
280
 
281
  #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
- msgstr "Копировать настройки"
284
 
285
  #: static/js/options/CustomizerOptionsManager.js:204
286
  msgid "Copy and import your customizations from parent or child theme."
287
- msgstr "Копировать и импортировать свои настройки из родительской или дочерней темы."
288
 
289
  #: static/js/options/CustomizerOptionsManager.js:258
290
  msgid "Copy From Parent Theme"
@@ -336,7 +336,7 @@ msgstr "Легко экспортируйте параметры настрой
336
 
337
  #: static/js/options/CustomizerOptionsManager.js:99
338
  msgid "Export Customizations"
339
- msgstr "Экспорт настроек"
340
 
341
  #: static/js/options/DisplayCondition.js:18
342
  msgid "Transparent Header Display Conditions"
@@ -376,7 +376,7 @@ msgstr "Далее"
376
 
377
  #: static/js/screens/DemoInstall/DemosList.js:100
378
  msgid "Import"
379
- msgstr "Импортировать"
380
 
381
  #: static/js/screens/DemoInstall/DemosList.js:43
382
  msgid "Available for"
@@ -384,7 +384,7 @@ msgstr "Доступно для"
384
 
385
  #: static/js/screens/DemoInstall/DemosList.js:86
386
  msgid "Preview"
387
- msgstr "Предпросмотр"
388
 
389
  #: static/js/screens/DemoInstall/DemosList.js:99
390
  msgid "Modify"
@@ -513,7 +513,7 @@ msgstr "Последние штрихи"
513
 
514
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:151
515
  msgid "Import options"
516
- msgstr "Импорт настроек"
517
 
518
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:161
519
  msgid "Import widgets"
@@ -573,7 +573,7 @@ msgstr "Стартовый сайт удалён"
573
 
574
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:129
575
  msgid "Dismiss"
576
- msgstr "Скрыть"
577
 
578
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:138
579
  msgid "What steps do you want to perform next?"
@@ -653,105 +653,105 @@ msgstr "URL предпросмотра"
653
 
654
  #: framework/premium/extensions/mega-menu/extension.php:257
655
  msgid "New"
656
- msgstr ""
657
 
658
  #: framework/premium/extensions/mega-menu/options.php:16,
659
  #: framework/premium/extensions/mega-menu/options.php:528
660
  msgid "Mega Menu Settings"
661
- msgstr ""
662
 
663
  #: framework/premium/extensions/mega-menu/options.php:27
664
  msgid "Dropdown Width"
665
- msgstr ""
666
 
667
  #: framework/premium/extensions/mega-menu/options.php:35,
668
  #: framework/premium/extensions/mega-menu/options.php:48
669
  msgid "Content Width"
670
- msgstr ""
671
 
672
  #: framework/premium/extensions/mega-menu/options.php:36,
673
  #: framework/premium/extensions/mega-menu/options.php:57
674
  msgid "Full Width"
675
- msgstr ""
676
 
677
  #: framework/premium/extensions/mega-menu/options.php:37
678
  msgid "Custom Width"
679
- msgstr ""
680
 
681
  #: framework/premium/extensions/mega-menu/options.php:56
682
  msgid "Default Width"
683
- msgstr ""
684
 
685
  #: framework/premium/extensions/mega-menu/options.php:85
686
  msgid "Columns"
687
- msgstr ""
688
 
689
  #: framework/premium/extensions/mega-menu/options.php:320
690
  msgid "Custom Content"
691
- msgstr ""
692
 
693
  #: framework/premium/extensions/mega-menu/options.php:324
694
  msgid "Content Type"
695
- msgstr ""
696
 
697
  #: framework/premium/extensions/mega-menu/options.php:331
698
  msgid "Default (Menu Item)"
699
- msgstr ""
700
 
701
  #: framework/premium/extensions/mega-menu/options.php:332
702
  msgid "Custom Text"
703
- msgstr ""
704
 
705
  #: framework/premium/extensions/mega-menu/options.php:333
706
  msgid "Content Block/Hook"
707
- msgstr ""
708
 
709
  #: framework/premium/extensions/mega-menu/options.php:392,
710
  #: framework/premium/extensions/mega-menu/options.php:708
711
  msgid "Item Label Settings"
712
- msgstr ""
713
 
714
  #: framework/premium/extensions/mega-menu/options.php:397
715
  msgid "Item Label"
716
- msgstr ""
717
 
718
  #: framework/premium/extensions/mega-menu/options.php:405
719
  msgid "Enabled"
720
- msgstr ""
721
 
722
  #: framework/premium/extensions/mega-menu/options.php:406,
723
  #: framework/premium/features/content-blocks/options/404.php:104,
724
  #: framework/premium/features/content-blocks/options/header.php:108,
725
  #: framework/premium/features/content-blocks/options/hook.php:113
726
  msgid "Disabled"
727
- msgstr ""
728
 
729
  #: framework/premium/extensions/mega-menu/options.php:407
730
  msgid "Heading"
731
- msgstr ""
732
 
733
  #: framework/premium/extensions/mega-menu/options.php:413
734
  msgid "Label Link"
735
- msgstr ""
736
 
737
  #: framework/premium/extensions/mega-menu/options.php:479,
738
  #: framework/premium/extensions/mega-menu/options.php:790
739
  msgid "Menu Badge Settings"
740
- msgstr ""
741
 
742
  #: framework/premium/extensions/mega-menu/options.php:497,
743
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
744
  msgid "Vertical Alignment"
745
- msgstr ""
746
 
747
  #: framework/premium/extensions/mega-menu/options.php:532,
748
  #: framework/premium/extensions/shortcuts/customizer.php:862
749
  msgid "Background"
750
- msgstr ""
751
 
752
  #: framework/premium/extensions/mega-menu/options.php:546
753
  msgid "Link Color"
754
- msgstr ""
755
 
756
  #: framework/premium/extensions/mega-menu/options.php:566,
757
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
@@ -759,54 +759,54 @@ msgstr ""
759
  #: framework/premium/features/premium-header/items/contacts/options.php:459,
760
  #: framework/premium/features/premium-header/items/contacts/options.php:499
761
  msgid "Link Initial"
762
- msgstr ""
763
 
764
  #: framework/premium/extensions/mega-menu/options.php:571
765
  msgid "Link Hover/Active"
766
- msgstr ""
767
 
768
  #: framework/premium/extensions/mega-menu/options.php:576
769
  msgid "Background Hover"
770
- msgstr ""
771
 
772
  #: framework/premium/extensions/mega-menu/options.php:583,
773
  #: framework/premium/extensions/mega-menu/options.php:717
774
  msgid "Heading Color"
775
- msgstr ""
776
 
777
  #: framework/premium/extensions/mega-menu/options.php:595,
778
  #: framework/premium/extensions/mega-menu/options.php:615,
779
  #: framework/premium/extensions/mega-menu/options.php:729
780
  msgid "Initial Color"
781
- msgstr ""
782
 
783
  #: framework/premium/extensions/mega-menu/options.php:603
784
  msgid "Text Color"
785
- msgstr ""
786
 
787
  #: framework/premium/extensions/mega-menu/options.php:622,
788
  #: framework/premium/extensions/shortcuts/customizer.php:879,
789
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
790
  #: framework/premium/features/premium-header/items/search-input/options.php:815
791
  msgid "Items Divider"
792
- msgstr ""
793
 
794
  #: framework/premium/extensions/mega-menu/options.php:637
795
  msgid "Columns Divider"
796
- msgstr ""
797
 
798
  #: framework/premium/extensions/mega-menu/options.php:652,
799
  #: framework/premium/features/premium-header/items/search-input/options.php:797
800
  msgid "Dropdown Shadow"
801
- msgstr ""
802
 
803
  #: framework/premium/extensions/mega-menu/options.php:684
804
  msgid "Column Settings"
805
- msgstr ""
806
 
807
  #: framework/premium/extensions/mega-menu/options.php:688
808
  msgid "Column Spacing"
809
- msgstr ""
810
 
811
  #: framework/premium/extensions/mega-menu/options.php:740,
812
  #: framework/features/header/items/account/options.php:660,
@@ -829,78 +829,78 @@ msgstr "Цвет значка"
829
 
830
  #: framework/premium/extensions/post-types-extra/config.php:4
831
  msgid "Post Types Extra"
832
- msgstr ""
833
 
834
  #: framework/premium/extensions/post-types-extra/config.php:5
835
  msgid "Enables support for Custom Fields inside archive cards and single page post title, adds a reading progress bar for your posts and lets you set featured images and colors for your categories archives."
836
- msgstr ""
837
 
838
  #: framework/premium/extensions/post-types-extra/readme.php:4
839
  msgid "After activating this extension you will be able to enable the read progress bar for your single posts, add a featured image and set different colors to each taxonomy, add custom fields to your archive cards or page/post title section with the help of ACF, MetaBox and Toolset plugins, and also add taxonomies archive filters."
840
- msgstr ""
841
 
842
  #: framework/premium/extensions/post-types-extra/readme.php:10
843
  msgid "Custom Fields"
844
- msgstr ""
845
 
846
  #: framework/premium/extensions/post-types-extra/readme.php:14
847
  msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
848
- msgstr ""
849
 
850
  #: framework/premium/extensions/post-types-extra/readme.php:17
851
  msgid "Customizer ➝ Blog Posts ➝ Card Options"
852
- msgstr ""
853
 
854
  #: framework/premium/extensions/post-types-extra/readme.php:21
855
  msgid "Customizer ➝ Single Posts ➝ Post Title"
856
- msgstr ""
857
 
858
  #: framework/premium/extensions/post-types-extra/readme.php:29
859
  msgid "Taxonomies Filters"
860
- msgstr ""
861
 
862
  #: framework/premium/extensions/post-types-extra/readme.php:33
863
  msgid "You can enable the taxonomies filters from %s."
864
- msgstr ""
865
 
866
  #: framework/premium/extensions/post-types-extra/readme.php:36
867
  msgid "Customizer ➝ Blog Posts ➝ Filters"
868
- msgstr ""
869
 
870
  #: framework/premium/extensions/post-types-extra/readme.php:44
871
  msgid "Read Progress Bar"
872
- msgstr ""
873
 
874
  #: framework/premium/extensions/post-types-extra/readme.php:48
875
  msgid "This options could be enabled from %s."
876
- msgstr ""
877
 
878
  #: framework/premium/extensions/post-types-extra/readme.php:51
879
  msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
880
- msgstr ""
881
 
882
  #: framework/premium/extensions/post-types-extra/readme.php:59
883
  msgid "Taxonomy Featured Image & Custom Colors"
884
- msgstr ""
885
 
886
  #: framework/premium/extensions/post-types-extra/readme.php:63
887
  msgid "To customize these options simply navigate to %s and edit one of your categories."
888
- msgstr ""
889
 
890
  #: framework/premium/extensions/post-types-extra/readme.php:66
891
  msgid "Dashboard ➝ Posts ➝ Categories"
892
- msgstr ""
893
 
894
  #: framework/premium/extensions/shortcuts/config.php:5
895
  msgid "Easily turn your websites into mobile first experiences. You can easily add the most important actions at the bottom of the screen for easy access."
896
- msgstr ""
897
 
898
  #: framework/premium/extensions/shortcuts/customizer.php:12,
899
  #: framework/premium/extensions/shortcuts/customizer.php:35,
900
  #: framework/premium/extensions/shortcuts/customizer.php:542,
901
  #: framework/premium/extensions/shortcuts/views/bar.php:25
902
  msgid "Home"
903
- msgstr ""
904
 
905
  #: framework/premium/extensions/shortcuts/customizer.php:68,
906
  #: framework/premium/extensions/shortcuts/customizer.php:91,
@@ -915,18 +915,18 @@ msgstr "Телефон"
915
  #: framework/premium/extensions/shortcuts/customizer.php:215,
916
  #: framework/premium/extensions/shortcuts/views/bar.php:28
917
  msgid "Scroll Top"
918
- msgstr ""
919
 
920
  #: framework/premium/extensions/shortcuts/customizer.php:318,
921
  #: framework/premium/extensions/shortcuts/customizer.php:341,
922
  #: framework/premium/extensions/shortcuts/views/bar.php:29
923
  msgid "Cart"
924
- msgstr ""
925
 
926
  #: framework/premium/extensions/shortcuts/customizer.php:374,
927
  #: framework/premium/extensions/shortcuts/customizer.php:397
928
  msgid "Shop"
929
- msgstr ""
930
 
931
  #: framework/premium/extensions/shortcuts/customizer.php:430,
932
  #: framework/premium/extensions/shortcuts/customizer.php:453,
@@ -935,18 +935,18 @@ msgstr ""
935
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
936
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
937
  msgid "Wishlist"
938
- msgstr ""
939
 
940
  #: framework/premium/extensions/shortcuts/customizer.php:536
941
  msgid "Shortcuts"
942
- msgstr ""
943
 
944
  #: framework/premium/extensions/shortcuts/customizer.php:591,
945
  #: framework/features/header/items/account/options.php:216,
946
  #: framework/features/header/items/account/options.php:422,
947
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
948
  msgid "Label Visibility"
949
- msgstr "Видимость метки"
950
 
951
  #: framework/premium/extensions/shortcuts/customizer.php:631,
952
  #: framework/features/header/items/account/options.php:252,
@@ -974,27 +974,27 @@ msgstr "Размер значка"
974
 
975
  #: framework/premium/extensions/shortcuts/customizer.php:661
976
  msgid "Container Height"
977
- msgstr ""
978
 
979
  #: framework/premium/extensions/shortcuts/customizer.php:676
980
  msgid "Container Max Width"
981
- msgstr ""
982
 
983
  #: framework/premium/extensions/shortcuts/customizer.php:700
984
  msgid "Scroll Interaction"
985
- msgstr ""
986
 
987
  #: framework/premium/extensions/shortcuts/customizer.php:706
988
  msgid "Hide"
989
- msgstr ""
990
 
991
  #: framework/premium/extensions/shortcuts/customizer.php:748
992
  msgid "Shortcuts Bar Display Conditions"
993
- msgstr ""
994
 
995
  #: framework/premium/extensions/shortcuts/customizer.php:749
996
  msgid "Add one or more conditions to display the shortcuts bar."
997
- msgstr ""
998
 
999
  #: framework/premium/extensions/shortcuts/customizer.php:763,
1000
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
@@ -1002,7 +1002,7 @@ msgstr ""
1002
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
1003
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
1004
  msgid "Font"
1005
- msgstr ""
1006
 
1007
  #: framework/premium/extensions/shortcuts/customizer.php:805,
1008
  #: framework/premium/features/premium-header/items/contacts/options.php:529,
@@ -1010,76 +1010,76 @@ msgstr ""
1010
  #: framework/premium/features/premium-header/items/contacts/options.php:589,
1011
  #: framework/premium/features/premium-header/items/contacts/options.php:619
1012
  msgid "Icons Color"
1013
- msgstr ""
1014
 
1015
  #: framework/premium/extensions/shortcuts/customizer.php:844
1016
  msgid "Cart Badge Color"
1017
- msgstr ""
1018
 
1019
  #: framework/premium/extensions/shortcuts/customizer.php:899
1020
  msgid "Items Divider Height"
1021
- msgstr ""
1022
 
1023
  #: framework/premium/extensions/shortcuts/customizer.php:913,
1024
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
1025
  #: framework/premium/features/content-blocks/options/popup.php:368,
1026
  #: framework/premium/features/premium-header/items/language-switcher/options.php:446
1027
  msgid "Shadow"
1028
- msgstr ""
1029
 
1030
  #: framework/premium/extensions/sidebars/config.php:5
1031
  msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
1032
- msgstr ""
1033
 
1034
  #: framework/premium/extensions/sidebars/config.php:9
1035
  msgid "Create New Sidebar"
1036
- msgstr ""
1037
 
1038
  #: framework/premium/extensions/sidebars/form.php:3
1039
  #: framework/premium/extensions/sidebars/static/js/main.js:42
1040
  msgid "Create Sidebar/Widget Area"
1041
- msgstr ""
1042
 
1043
  #: framework/premium/extensions/sidebars/form.php:6
1044
  msgid "In order to create a new sidebar/widget area simply enter a name in the input below and click the Create Sidebar button."
1045
- msgstr ""
1046
 
1047
  #: framework/premium/extensions/sidebars/form.php:16
1048
  #: framework/premium/extensions/sidebars/static/js/main.js:58
1049
  msgid "Create Sidebar"
1050
- msgstr ""
1051
 
1052
  #: framework/premium/extensions/sidebars/form.php:20
1053
  msgid "Available Sidebars/Widget Areas"
1054
- msgstr ""
1055
 
1056
  #: framework/premium/extensions/white-label/config.php:4
1057
  msgid "Replace Blocksy's branding with your own. Easily hide licensing info and other sections of the theme and companion plugin from your clients and make your final product look more professional."
1058
- msgstr ""
1059
 
1060
  #: framework/premium/extensions/woocommerce-extra/config.php:5
1061
  msgid "Make the shopping experience better for your visitors! Add features such as Product Quick View, Wishlist functionality and a Floating Add to Cart button. Customize the single product gallery/slider and the layout."
1062
- msgstr ""
1063
 
1064
  #: framework/premium/extensions/woocommerce-extra/customizer.php:5
1065
  msgid "Quick View Button"
1066
- msgstr ""
1067
 
1068
  #: framework/premium/extensions/woocommerce-extra/customizer.php:21
1069
  msgid "Trigger On"
1070
- msgstr ""
1071
 
1072
  #: framework/premium/extensions/woocommerce-extra/customizer.php:29
1073
  msgid "Button click"
1074
- msgstr ""
1075
 
1076
  #: framework/premium/extensions/woocommerce-extra/customizer.php:30
1077
  msgid "Image click"
1078
- msgstr ""
1079
 
1080
  #: framework/premium/extensions/woocommerce-extra/customizer.php:31
1081
  msgid "Card click"
1082
- msgstr ""
1083
 
1084
  #: framework/premium/extensions/woocommerce-extra/extension.php:82,
1085
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
@@ -1099,148 +1099,148 @@ msgstr "Тип 4"
1099
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
  #: framework/premium/extensions/woocommerce-extra/extension.php:129
1101
  msgid "Number of Columns"
1102
- msgstr ""
1103
 
1104
  #: framework/premium/extensions/woocommerce-extra/extension.php:612
1105
  msgid "Available Filters"
1106
- msgstr ""
1107
 
1108
  #: framework/premium/extensions/woocommerce-extra/extension.php:690
1109
  msgid "Quick view title before"
1110
- msgstr ""
1111
 
1112
  #: framework/premium/extensions/woocommerce-extra/extension.php:695
1113
  msgid "Quick view title after"
1114
- msgstr ""
1115
 
1116
  #: framework/premium/extensions/woocommerce-extra/extension.php:700
1117
  msgid "Quick view price before"
1118
- msgstr ""
1119
 
1120
  #: framework/premium/extensions/woocommerce-extra/extension.php:705
1121
  msgid "Quick view price after"
1122
- msgstr ""
1123
 
1124
  #: framework/premium/extensions/woocommerce-extra/extension.php:710
1125
  msgid "Quick view summary before"
1126
- msgstr ""
1127
 
1128
  #: framework/premium/extensions/woocommerce-extra/extension.php:715
1129
  msgid "Quick view summary after"
1130
- msgstr ""
1131
 
1132
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
1133
  #: framework/premium/extensions/woocommerce-extra/readme.php:25
1134
  msgid "Floating Cart"
1135
- msgstr ""
1136
 
1137
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
1138
  msgid "Position"
1139
- msgstr ""
1140
 
1141
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
1142
  #: framework/premium/features/content-blocks/hooks-manager.php:295,
1143
  #: framework/premium/features/content-blocks/options/hook.php:306
1144
  msgid "Top"
1145
- msgstr ""
1146
 
1147
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
1148
  msgid "Product Title Visibility"
1149
- msgstr ""
1150
 
1151
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
1152
  msgid "Floating Cart Visibility"
1153
- msgstr ""
1154
 
1155
  #: framework/premium/extensions/woocommerce-extra/helpers.php:102
1156
  msgid "Go to product page"
1157
- msgstr ""
1158
 
1159
  #: framework/premium/extensions/woocommerce-extra/helpers.php:322
1160
  msgid "Filter"
1161
- msgstr ""
1162
 
1163
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
1164
  msgid "Off Canvas Filter"
1165
- msgstr ""
1166
 
1167
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
1168
  msgid "Filter Widgets"
1169
- msgstr ""
1170
 
1171
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
1172
  msgid "Widgets"
1173
- msgstr ""
1174
 
1175
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
1176
  msgid "Widgets Vertical Spacing"
1177
- msgstr ""
1178
 
1179
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
1180
  msgid "Widgets Title Font"
1181
- msgstr ""
1182
 
1183
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
1184
  msgid "Widgets Title Font Color"
1185
- msgstr ""
1186
 
1187
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
1188
  msgid "Widgets Font"
1189
- msgstr ""
1190
 
1191
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
1192
  msgid "Widgets Font Color"
1193
- msgstr ""
1194
 
1195
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
1196
  #: framework/premium/features/premium-header/items/contacts/options.php:411,
1197
  #: framework/premium/features/premium-header/items/contacts/options.php:454,
1198
  #: framework/premium/features/premium-header/items/contacts/options.php:494
1199
  msgid "Text Initial"
1200
- msgstr ""
1201
 
1202
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
1203
  #: framework/premium/features/premium-header/items/contacts/options.php:423,
1204
  #: framework/premium/features/premium-header/items/contacts/options.php:464,
1205
  #: framework/premium/features/premium-header/items/contacts/options.php:504
1206
  msgid "Link Hover"
1207
- msgstr ""
1208
 
1209
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
1210
  msgid "Filter Button & Panel"
1211
- msgstr ""
1212
 
1213
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
1214
  msgid "Filter Icon Type"
1215
- msgstr ""
1216
 
1217
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
1218
  msgid "Filter Button Visibility"
1219
- msgstr ""
1220
 
1221
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
1222
  msgid "Panel Reveal"
1223
- msgstr ""
1224
 
1225
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
1226
  msgid "Left Side"
1227
- msgstr ""
1228
 
1229
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
1230
  msgid "Right Side"
1231
- msgstr ""
1232
 
1233
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
1234
  msgid "Panel Width"
1235
- msgstr ""
1236
 
1237
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
1238
  msgid "Panel Shadow"
1239
- msgstr ""
1240
 
1241
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:302
1242
  msgid "Panel Background"
1243
- msgstr ""
1244
 
1245
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
  #: framework/features/header/items/account/options.php:958
@@ -1254,11 +1254,11 @@ msgstr "Фон значка закрытия"
1254
 
1255
  #: framework/premium/extensions/woocommerce-extra/readme.php:4
1256
  msgid "After installing and activating the WooCommerce Extra extension you will have these features:"
1257
- msgstr ""
1258
 
1259
  #: framework/premium/extensions/woocommerce-extra/readme.php:10
1260
  msgid "Product Quick View"
1261
- msgstr ""
1262
 
1263
  #: framework/premium/extensions/woocommerce-extra/readme.php:14,
1264
  #: framework/premium/extensions/woocommerce-extra/readme.php:29,
@@ -1266,134 +1266,134 @@ msgstr ""
1266
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
1267
  #: framework/premium/extensions/woocommerce-extra/readme.php:74
1268
  msgid "Navigate to %s."
1269
- msgstr ""
1270
 
1271
  #: framework/premium/extensions/woocommerce-extra/readme.php:17
1272
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
1273
- msgstr ""
1274
 
1275
  #: framework/premium/extensions/woocommerce-extra/readme.php:32
1276
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
1277
- msgstr ""
1278
 
1279
  #: framework/premium/extensions/woocommerce-extra/readme.php:40
1280
  msgid "Advanced Gallery & Slider"
1281
- msgstr ""
1282
 
1283
  #: framework/premium/extensions/woocommerce-extra/readme.php:47
1284
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
1285
- msgstr ""
1286
 
1287
  #: framework/premium/extensions/woocommerce-extra/readme.php:55
1288
  msgid "Share Box"
1289
- msgstr ""
1290
 
1291
  #: framework/premium/extensions/woocommerce-extra/readme.php:62
1292
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
1293
- msgstr ""
1294
 
1295
  #: framework/premium/extensions/woocommerce-extra/readme.php:77
1296
  msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
1297
- msgstr ""
1298
 
1299
  #: framework/premium/features/content-blocks/hooks-manager.php:11
1300
  msgid "WP head"
1301
- msgstr ""
1302
 
1303
  #: framework/premium/features/content-blocks/hooks-manager.php:13,
1304
  #: framework/premium/features/content-blocks/hooks-manager.php:22,
1305
  #: framework/premium/features/content-blocks/hooks-manager.php:32
1306
  msgid "Head"
1307
- msgstr ""
1308
 
1309
  #: framework/premium/features/content-blocks/hooks-manager.php:20
1310
  msgid "WP head start"
1311
- msgstr ""
1312
 
1313
  #: framework/premium/features/content-blocks/hooks-manager.php:30
1314
  msgid "WP head end"
1315
- msgstr ""
1316
 
1317
  #: framework/premium/features/content-blocks/hooks-manager.php:39
1318
  msgid "Header before"
1319
- msgstr ""
1320
 
1321
  #: framework/premium/features/content-blocks/hooks-manager.php:41,
1322
  #: framework/premium/features/content-blocks/hooks-manager.php:50
1323
  msgid "Header"
1324
- msgstr ""
1325
 
1326
  #: framework/premium/features/content-blocks/hooks-manager.php:48
1327
  msgid "Header after"
1328
- msgstr ""
1329
 
1330
  #: framework/premium/features/content-blocks/hooks-manager.php:57
1331
  msgid "Desktop top"
1332
- msgstr ""
1333
 
1334
  #: framework/premium/features/content-blocks/hooks-manager.php:59,
1335
  #: framework/premium/features/content-blocks/hooks-manager.php:68,
1336
  #: framework/premium/features/content-blocks/hooks-manager.php:77,
1337
  #: framework/premium/features/content-blocks/hooks-manager.php:86
1338
  msgid "Header offcanvas"
1339
- msgstr ""
1340
 
1341
  #: framework/premium/features/content-blocks/hooks-manager.php:66
1342
  msgid "Desktop bottom"
1343
- msgstr ""
1344
 
1345
  #: framework/premium/features/content-blocks/hooks-manager.php:75
1346
  msgid "Mobile top"
1347
- msgstr ""
1348
 
1349
  #: framework/premium/features/content-blocks/hooks-manager.php:84
1350
  msgid "Mobile bottom"
1351
- msgstr ""
1352
 
1353
  #: framework/premium/features/content-blocks/hooks-manager.php:93
1354
  msgid "Sidebar before"
1355
- msgstr ""
1356
 
1357
  #: framework/premium/features/content-blocks/hooks-manager.php:94,
1358
  #: framework/premium/features/content-blocks/hooks-manager.php:101,
1359
  #: framework/premium/features/content-blocks/hooks-manager.php:108,
1360
  #: framework/premium/features/content-blocks/hooks-manager.php:115
1361
  msgid "Left/Right sidebar"
1362
- msgstr ""
1363
 
1364
  #: framework/premium/features/content-blocks/hooks-manager.php:100
1365
  msgid "Sidebar start"
1366
- msgstr ""
1367
 
1368
  #: framework/premium/features/content-blocks/hooks-manager.php:107
1369
  msgid "Sidebar end"
1370
- msgstr ""
1371
 
1372
  #: framework/premium/features/content-blocks/hooks-manager.php:114
1373
  msgid "Sidebar after"
1374
- msgstr ""
1375
 
1376
  #: framework/premium/features/content-blocks/hooks-manager.php:121
1377
  msgid "Dynamic sidebar before"
1378
- msgstr ""
1379
 
1380
  #: framework/premium/features/content-blocks/hooks-manager.php:122,
1381
  #: framework/premium/features/content-blocks/hooks-manager.php:129,
1382
  #: framework/premium/features/content-blocks/hooks-manager.php:137
1383
  msgid "All widget areas"
1384
- msgstr ""
1385
 
1386
  #: framework/premium/features/content-blocks/hooks-manager.php:128
1387
  msgid "Dynamic sidebar"
1388
- msgstr ""
1389
 
1390
  #: framework/premium/features/content-blocks/hooks-manager.php:136
1391
  msgid "Dynamic sidebar after"
1392
- msgstr ""
1393
 
1394
  #: framework/premium/features/content-blocks/hooks-manager.php:145
1395
  msgid "Before section"
1396
- msgstr ""
1397
 
1398
  #: framework/premium/features/content-blocks/hooks-manager.php:146,
1399
  #: framework/premium/features/content-blocks/hooks-manager.php:154,
@@ -1402,51 +1402,51 @@ msgstr ""
1402
  #: framework/premium/features/content-blocks/hooks-manager.php:178,
1403
  #: framework/premium/features/content-blocks/hooks-manager.php:186
1404
  msgid "Page/post title"
1405
- msgstr ""
1406
 
1407
  #: framework/premium/features/content-blocks/hooks-manager.php:153,
1408
  #: framework/premium/features/content-blocks/hooks-manager.php:239
1409
  msgid "Before title"
1410
- msgstr ""
1411
 
1412
  #: framework/premium/features/content-blocks/hooks-manager.php:161
1413
  msgid "Before post meta"
1414
- msgstr ""
1415
 
1416
  #: framework/premium/features/content-blocks/hooks-manager.php:169,
1417
  #: framework/premium/features/content-blocks/hooks-manager.php:246
1418
  msgid "After title"
1419
- msgstr ""
1420
 
1421
  #: framework/premium/features/content-blocks/hooks-manager.php:177
1422
  msgid "After post meta"
1423
- msgstr ""
1424
 
1425
  #: framework/premium/features/content-blocks/hooks-manager.php:185
1426
  msgid "After section"
1427
- msgstr ""
1428
 
1429
  #: framework/premium/features/content-blocks/hooks-manager.php:193
1430
  msgid "Before content"
1431
- msgstr ""
1432
 
1433
  #: framework/premium/features/content-blocks/hooks-manager.php:201,
1434
  #: framework/premium/features/content-blocks/hooks-manager.php:303
1435
  msgid "Top content"
1436
- msgstr ""
1437
 
1438
  #: framework/premium/features/content-blocks/hooks-manager.php:209,
1439
  #: framework/premium/features/content-blocks/hooks-manager.php:325
1440
  msgid "Bottom content"
1441
- msgstr ""
1442
 
1443
  #: framework/premium/features/content-blocks/hooks-manager.php:217
1444
  msgid "After content"
1445
- msgstr ""
1446
 
1447
  #: framework/premium/features/content-blocks/hooks-manager.php:225
1448
  msgid "Before comments"
1449
- msgstr ""
1450
 
1451
  #: framework/premium/features/content-blocks/hooks-manager.php:226,
1452
  #: framework/premium/features/content-blocks/hooks-manager.php:233,
@@ -1455,59 +1455,59 @@ msgstr ""
1455
  #: framework/premium/features/content-blocks/hooks-manager.php:254,
1456
  #: framework/premium/features/content-blocks/hooks-manager.php:261
1457
  msgid "Comments"
1458
- msgstr ""
1459
 
1460
  #: framework/premium/features/content-blocks/hooks-manager.php:232
1461
  msgid "Top comments"
1462
- msgstr ""
1463
 
1464
  #: framework/premium/features/content-blocks/hooks-manager.php:253
1465
  msgid "Bottom comments"
1466
- msgstr ""
1467
 
1468
  #: framework/premium/features/content-blocks/hooks-manager.php:260
1469
  msgid "After comments"
1470
- msgstr ""
1471
 
1472
  #: framework/premium/features/content-blocks/hooks-manager.php:267,
1473
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:453
1474
  msgid "Before"
1475
- msgstr ""
1476
 
1477
  #: framework/premium/features/content-blocks/hooks-manager.php:268,
1478
  #: framework/premium/features/content-blocks/hooks-manager.php:275
1479
  msgid "Loop"
1480
- msgstr ""
1481
 
1482
  #: framework/premium/features/content-blocks/hooks-manager.php:274,
1483
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:464
1484
  msgid "After"
1485
- msgstr ""
1486
 
1487
  #: framework/premium/features/content-blocks/hooks-manager.php:281
1488
  msgid "Start"
1489
- msgstr ""
1490
 
1491
  #: framework/premium/features/content-blocks/hooks-manager.php:282,
1492
  #: framework/premium/features/content-blocks/hooks-manager.php:289
1493
  msgid "Loop card"
1494
- msgstr ""
1495
 
1496
  #: framework/premium/features/content-blocks/hooks-manager.php:288
1497
  msgid "End"
1498
- msgstr ""
1499
 
1500
  #: framework/premium/features/content-blocks/hooks-manager.php:311
1501
  msgid "After certain number of blocks"
1502
- msgstr ""
1503
 
1504
  #: framework/premium/features/content-blocks/hooks-manager.php:318
1505
  msgid "Before certain number of headings"
1506
- msgstr ""
1507
 
1508
  #: framework/premium/features/content-blocks/hooks-manager.php:341
1509
  msgid "Login form start"
1510
- msgstr ""
1511
 
1512
  #: framework/premium/features/content-blocks/hooks-manager.php:342,
1513
  #: framework/premium/features/content-blocks/hooks-manager.php:349,
@@ -1520,375 +1520,375 @@ msgstr ""
1520
  #: framework/premium/features/content-blocks/hooks-manager.php:398,
1521
  #: framework/premium/features/content-blocks/hooks-manager.php:405
1522
  msgid "Auth forms"
1523
- msgstr ""
1524
 
1525
  #: framework/premium/features/content-blocks/hooks-manager.php:348
1526
  msgid "Login form end"
1527
- msgstr ""
1528
 
1529
  #: framework/premium/features/content-blocks/hooks-manager.php:355
1530
  msgid "Login form modal start"
1531
- msgstr ""
1532
 
1533
  #: framework/premium/features/content-blocks/hooks-manager.php:362
1534
  msgid "Login form modal end"
1535
- msgstr ""
1536
 
1537
  #: framework/premium/features/content-blocks/hooks-manager.php:369
1538
  msgid "Register form start"
1539
- msgstr ""
1540
 
1541
  #: framework/premium/features/content-blocks/hooks-manager.php:376
1542
  msgid "Register form end"
1543
- msgstr ""
1544
 
1545
  #: framework/premium/features/content-blocks/hooks-manager.php:383
1546
  msgid "Register form modal start"
1547
- msgstr ""
1548
 
1549
  #: framework/premium/features/content-blocks/hooks-manager.php:390
1550
  msgid "Register form modal end"
1551
- msgstr ""
1552
 
1553
  #: framework/premium/features/content-blocks/hooks-manager.php:397
1554
  msgid "Lost password form modal start"
1555
- msgstr ""
1556
 
1557
  #: framework/premium/features/content-blocks/hooks-manager.php:404
1558
  msgid "Lost password form modal end"
1559
- msgstr ""
1560
 
1561
  #: framework/premium/features/content-blocks/hooks-manager.php:412
1562
  msgid "Before main content"
1563
- msgstr ""
1564
 
1565
  #: framework/premium/features/content-blocks/hooks-manager.php:418
1566
  msgid "After main content"
1567
- msgstr ""
1568
 
1569
  #: framework/premium/features/content-blocks/hooks-manager.php:421
1570
  msgid "WooCommerce Global"
1571
- msgstr ""
1572
 
1573
  #: framework/premium/features/content-blocks/hooks-manager.php:426
1574
  msgid "Archive description"
1575
- msgstr ""
1576
 
1577
  #: framework/premium/features/content-blocks/hooks-manager.php:431
1578
  msgid "Before shop loop"
1579
- msgstr ""
1580
 
1581
  #: framework/premium/features/content-blocks/hooks-manager.php:448
1582
  msgid "Before shop loop item title"
1583
- msgstr ""
1584
 
1585
  #: framework/premium/features/content-blocks/hooks-manager.php:453
1586
  msgid "After shop loop item title"
1587
- msgstr ""
1588
 
1589
  #: framework/premium/features/content-blocks/hooks-manager.php:458
1590
  msgid "Before shop loop item price"
1591
- msgstr ""
1592
 
1593
  #: framework/premium/features/content-blocks/hooks-manager.php:463
1594
  msgid "After shop loop item price"
1595
- msgstr ""
1596
 
1597
  #: framework/premium/features/content-blocks/hooks-manager.php:468
1598
  msgid "After shop loop"
1599
- msgstr ""
1600
 
1601
  #: framework/premium/features/content-blocks/hooks-manager.php:470
1602
  msgid "WooCommerce Archive"
1603
- msgstr ""
1604
 
1605
  #: framework/premium/features/content-blocks/hooks-manager.php:475
1606
  msgid "Before single product"
1607
- msgstr ""
1608
 
1609
  #: framework/premium/features/content-blocks/hooks-manager.php:493
1610
  msgid "Product meta start"
1611
- msgstr ""
1612
 
1613
  #: framework/premium/features/content-blocks/hooks-manager.php:497
1614
  msgid "Product meta end"
1615
- msgstr ""
1616
 
1617
  #: framework/premium/features/content-blocks/hooks-manager.php:501
1618
  msgid "Share"
1619
- msgstr ""
1620
 
1621
  #: framework/premium/features/content-blocks/hooks-manager.php:505
1622
  msgid "After single product"
1623
- msgstr ""
1624
 
1625
  #: framework/premium/features/content-blocks/hooks-manager.php:511
1626
  msgid "Before single product excerpt"
1627
- msgstr ""
1628
 
1629
  #: framework/premium/features/content-blocks/hooks-manager.php:516
1630
  msgid "After single product excerpt"
1631
- msgstr ""
1632
 
1633
  #: framework/premium/features/content-blocks/hooks-manager.php:521
1634
  msgid "Before single product tabs"
1635
- msgstr ""
1636
 
1637
  #: framework/premium/features/content-blocks/hooks-manager.php:527
1638
  msgid "After single product tabs"
1639
- msgstr ""
1640
 
1641
  #: framework/premium/features/content-blocks/hooks-manager.php:531
1642
  msgid "WooCommerce Product"
1643
- msgstr ""
1644
 
1645
  #: framework/premium/features/content-blocks/hooks-manager.php:536
1646
  msgid "Cart is empty"
1647
- msgstr ""
1648
 
1649
  #: framework/premium/features/content-blocks/hooks-manager.php:540
1650
  msgid "Before cart"
1651
- msgstr ""
1652
 
1653
  #: framework/premium/features/content-blocks/hooks-manager.php:544
1654
  msgid "Before cart table"
1655
- msgstr ""
1656
 
1657
  #: framework/premium/features/content-blocks/hooks-manager.php:548
1658
  msgid "Before cart contents"
1659
- msgstr ""
1660
 
1661
  #: framework/premium/features/content-blocks/hooks-manager.php:552
1662
  msgid "Cart contents"
1663
- msgstr ""
1664
 
1665
  #: framework/premium/features/content-blocks/hooks-manager.php:556
1666
  msgid "After cart contents"
1667
- msgstr ""
1668
 
1669
  #: framework/premium/features/content-blocks/hooks-manager.php:560
1670
  msgid "Cart coupon"
1671
- msgstr ""
1672
 
1673
  #: framework/premium/features/content-blocks/hooks-manager.php:564
1674
  msgid "Cart actions"
1675
- msgstr ""
1676
 
1677
  #: framework/premium/features/content-blocks/hooks-manager.php:568
1678
  msgid "After cart table"
1679
- msgstr ""
1680
 
1681
  #: framework/premium/features/content-blocks/hooks-manager.php:572
1682
  msgid "Cart collaterals"
1683
- msgstr ""
1684
 
1685
  #: framework/premium/features/content-blocks/hooks-manager.php:576
1686
  msgid "Before cart totals"
1687
- msgstr ""
1688
 
1689
  #: framework/premium/features/content-blocks/hooks-manager.php:580
1690
  msgid "Cart totals before order total"
1691
- msgstr ""
1692
 
1693
  #: framework/premium/features/content-blocks/hooks-manager.php:584
1694
  msgid "Cart totals after order total"
1695
- msgstr ""
1696
 
1697
  #: framework/premium/features/content-blocks/hooks-manager.php:588
1698
  msgid "Proceed to checkout"
1699
- msgstr ""
1700
 
1701
  #: framework/premium/features/content-blocks/hooks-manager.php:592
1702
  msgid "After cart totals"
1703
- msgstr ""
1704
 
1705
  #: framework/premium/features/content-blocks/hooks-manager.php:596
1706
  msgid "After cart"
1707
- msgstr ""
1708
 
1709
  #: framework/premium/features/content-blocks/hooks-manager.php:601
1710
  msgid "Before Mini Cart"
1711
- msgstr ""
1712
 
1713
  #: framework/premium/features/content-blocks/hooks-manager.php:606
1714
  msgid "Before Mini Cart Contents"
1715
- msgstr ""
1716
 
1717
  #: framework/premium/features/content-blocks/hooks-manager.php:611
1718
  msgid "Mini Cart Contents"
1719
- msgstr ""
1720
 
1721
  #: framework/premium/features/content-blocks/hooks-manager.php:616
1722
  msgid "Widget Shopping Cart Before Buttons"
1723
- msgstr ""
1724
 
1725
  #: framework/premium/features/content-blocks/hooks-manager.php:621
1726
  msgid "Widget Shopping Cart After Buttons"
1727
- msgstr ""
1728
 
1729
  #: framework/premium/features/content-blocks/hooks-manager.php:626
1730
  msgid "After Mini Cart"
1731
- msgstr ""
1732
 
1733
  #: framework/premium/features/content-blocks/hooks-manager.php:628
1734
  msgid "WooCommerce Cart"
1735
- msgstr ""
1736
 
1737
  #: framework/premium/features/content-blocks/hooks-manager.php:634
1738
  msgid "Before checkout form"
1739
- msgstr ""
1740
 
1741
  #: framework/premium/features/content-blocks/hooks-manager.php:638
1742
  msgid "Before customer details"
1743
- msgstr ""
1744
 
1745
  #: framework/premium/features/content-blocks/hooks-manager.php:642
1746
  msgid "After customer details"
1747
- msgstr ""
1748
 
1749
  #: framework/premium/features/content-blocks/hooks-manager.php:646
1750
  msgid "Checkout billing"
1751
- msgstr ""
1752
 
1753
  #: framework/premium/features/content-blocks/hooks-manager.php:650
1754
  msgid "Before checkout billing form"
1755
- msgstr ""
1756
 
1757
  #: framework/premium/features/content-blocks/hooks-manager.php:654
1758
  msgid "After checkout billing form"
1759
- msgstr ""
1760
 
1761
  #: framework/premium/features/content-blocks/hooks-manager.php:658
1762
  msgid "Before order notes"
1763
- msgstr ""
1764
 
1765
  #: framework/premium/features/content-blocks/hooks-manager.php:662
1766
  msgid "After order notes"
1767
- msgstr ""
1768
 
1769
  #: framework/premium/features/content-blocks/hooks-manager.php:666
1770
  msgid "Checkout shipping"
1771
- msgstr ""
1772
 
1773
  #: framework/premium/features/content-blocks/hooks-manager.php:670
1774
  msgid "Checkout before order review"
1775
- msgstr ""
1776
 
1777
  #: framework/premium/features/content-blocks/hooks-manager.php:674
1778
  msgid "Checkout order review"
1779
- msgstr ""
1780
 
1781
  #: framework/premium/features/content-blocks/hooks-manager.php:678
1782
  msgid "Review order before cart contents"
1783
- msgstr ""
1784
 
1785
  #: framework/premium/features/content-blocks/hooks-manager.php:682
1786
  msgid "Review order after cart contents"
1787
- msgstr ""
1788
 
1789
  #: framework/premium/features/content-blocks/hooks-manager.php:686
1790
  msgid "Review order before order total"
1791
- msgstr ""
1792
 
1793
  #: framework/premium/features/content-blocks/hooks-manager.php:690
1794
  msgid "Review order after order total"
1795
- msgstr ""
1796
 
1797
  #: framework/premium/features/content-blocks/hooks-manager.php:694
1798
  msgid "Review order before payment"
1799
- msgstr ""
1800
 
1801
  #: framework/premium/features/content-blocks/hooks-manager.php:698
1802
  msgid "Review order before submit"
1803
- msgstr ""
1804
 
1805
  #: framework/premium/features/content-blocks/hooks-manager.php:702
1806
  msgid "Review order after submit"
1807
- msgstr ""
1808
 
1809
  #: framework/premium/features/content-blocks/hooks-manager.php:706
1810
  msgid "Review order after payment"
1811
- msgstr ""
1812
 
1813
  #: framework/premium/features/content-blocks/hooks-manager.php:710
1814
  msgid "Checkout after order review"
1815
- msgstr ""
1816
 
1817
  #: framework/premium/features/content-blocks/hooks-manager.php:714
1818
  msgid "After checkout form"
1819
- msgstr ""
1820
 
1821
  #: framework/premium/features/content-blocks/hooks-manager.php:717
1822
  msgid "WooCommerce Checkout"
1823
- msgstr ""
1824
 
1825
  #: framework/premium/features/content-blocks/hooks-manager.php:723
1826
  msgid "Before my account"
1827
- msgstr ""
1828
 
1829
  #: framework/premium/features/content-blocks/hooks-manager.php:727
1830
  msgid "Before account navigation"
1831
- msgstr ""
1832
 
1833
  #: framework/premium/features/content-blocks/hooks-manager.php:731
1834
  msgid "Account navigation"
1835
- msgstr ""
1836
 
1837
  #: framework/premium/features/content-blocks/hooks-manager.php:735
1838
  msgid "After account navigation"
1839
- msgstr ""
1840
 
1841
  #: framework/premium/features/content-blocks/hooks-manager.php:739
1842
  msgid "Account content"
1843
- msgstr ""
1844
 
1845
  #: framework/premium/features/content-blocks/hooks-manager.php:743
1846
  msgid "Account dashboard"
1847
- msgstr ""
1848
 
1849
  #: framework/premium/features/content-blocks/hooks-manager.php:747
1850
  msgid "After my account"
1851
- msgstr ""
1852
 
1853
  #: framework/premium/features/content-blocks/hooks-manager.php:749,
1854
  #: framework/features/header/items/account/options.php:17,
1855
  #: framework/features/header/items/account/options.php:18
1856
  msgid "WooCommerce Account"
1857
- msgstr "Учётная запись WooCommerce"
1858
 
1859
  #: framework/premium/features/content-blocks/hooks-manager.php:755
1860
  msgid "WP footer"
1861
- msgstr ""
1862
 
1863
  #: framework/premium/features/content-blocks/hooks-manager.php:756,
1864
  #: framework/premium/features/content-blocks/hooks-manager.php:764,
1865
  #: framework/premium/features/content-blocks/hooks-manager.php:772
1866
  msgid "Footer"
1867
- msgstr ""
1868
 
1869
  #: framework/premium/features/content-blocks/hooks-manager.php:763
1870
  msgid "Footer before"
1871
- msgstr ""
1872
 
1873
  #: framework/premium/features/content-blocks/hooks-manager.php:771
1874
  msgid "Footer after"
1875
- msgstr ""
1876
 
1877
  #: framework/premium/features/content-blocks/hooks-manager.php:786
1878
  msgid "Custom Hook (%s)"
1879
- msgstr ""
1880
 
1881
  #: framework/premium/features/content-blocks/hooks-manager.php:792,
1882
  #: framework/premium/features/content-blocks/options/hook.php:197
1883
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
1884
  msgid "After Block Number"
1885
- msgstr ""
1886
 
1887
  #: framework/premium/features/content-blocks/hooks-manager.php:798,
1888
  #: framework/premium/features/content-blocks/options/hook.php:214
1889
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
1890
  msgid "Before Heading Number"
1891
- msgstr ""
1892
 
1893
  #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
1894
  msgid "About Me"
@@ -2294,16 +2294,16 @@ msgstr "Настройка: статус авторизации"
2294
 
2295
  #: framework/features/header/items/account/options.php:36
2296
  msgid "Logged In Options"
2297
- msgstr "Настройки авторизованного"
2298
 
2299
  #: framework/features/header/items/account/options.php:41
2300
  msgid "Logged Out Options"
2301
- msgstr "Настройки неавторизованного"
2302
 
2303
  #: framework/features/header/items/account/options.php:61,
2304
  #: framework/features/header/items/account/options.php:311
2305
  msgid "Account Action"
2306
- msgstr "Действия с учетной записью"
2307
 
2308
  #: framework/features/header/items/account/options.php:74
2309
  msgid "Select Menu"
@@ -2321,12 +2321,12 @@ msgstr "Управляйте своими пунктами меню в разд
2321
  #: framework/features/header/items/account/options.php:101,
2322
  #: framework/features/header/items/account/options.php:326
2323
  msgid "Custom Page Link"
2324
- msgstr "Ссылка на произвольную страницу"
2325
 
2326
  #: framework/features/header/items/account/options.php:116,
2327
  #: framework/features/header/items/account/options.php:342
2328
  msgid "Account Image"
2329
- msgstr "Изображение учётной записи"
2330
 
2331
  #: framework/features/header/items/account/options.php:122
2332
  msgid "Avatar"
@@ -2359,7 +2359,7 @@ msgstr "Текст ярлыка"
2359
  #: framework/features/header/items/account/options.php:293,
2360
  #: framework/features/header/items/account/views/login.php:67
2361
  msgid "My Account"
2362
- msgstr "Моя учётная запись"
2363
 
2364
  #: framework/features/header/items/account/options.php:503,
2365
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
@@ -2452,125 +2452,125 @@ msgstr "Видимость элемента"
2452
  #: framework/features/header/items/account/view.php:25,
2453
  #: framework/features/header/items/account/view.php:27
2454
  msgid "Account header icon"
2455
- msgstr "Значок заголовка учётной записи"
2456
 
2457
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:403
2458
  msgid "You have no %s fields declared for this custom post type."
2459
- msgstr ""
2460
 
2461
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:415,
2462
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:836,
2463
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:847
2464
  msgid "Field"
2465
- msgstr ""
2466
 
2467
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:427,
2468
  #: framework/premium/features/premium-header/items/language-switcher/options.php:60
2469
  msgid "Label"
2470
- msgstr ""
2471
 
2472
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:476
2473
  msgid "Fallback"
2474
- msgstr ""
2475
 
2476
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:488
2477
  msgid "%s Field"
2478
- msgstr ""
2479
 
2480
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:834
2481
  msgid "%s %s Font"
2482
- msgstr ""
2483
 
2484
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:845
2485
  msgid "%s %s Color"
2486
- msgstr ""
2487
 
2488
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
2489
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
2490
  msgid "Read Time"
2491
- msgstr ""
2492
 
2493
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:88
2494
  msgid " min"
2495
- msgstr ""
2496
 
2497
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:91
2498
  msgid " mins"
2499
- msgstr ""
2500
 
2501
  #: framework/premium/extensions/post-types-extra/includes/filtering.php:286
2502
  msgid "All"
2503
- msgstr ""
2504
 
2505
  #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
2506
  msgid "Featured Image"
2507
- msgstr ""
2508
 
2509
  #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
2510
  msgid "Accent Color"
2511
- msgstr ""
2512
 
2513
  #: framework/premium/extensions/shortcuts/views/bar.php:31,
2514
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:137
2515
  msgid "Wish List"
2516
- msgstr ""
2517
 
2518
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:42,
2519
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:50
2520
  msgid "Add to wishlist"
2521
- msgstr ""
2522
 
2523
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
2524
  msgid "Select a page"
2525
- msgstr ""
2526
 
2527
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
2528
  msgid "Products Wishlist"
2529
- msgstr ""
2530
 
2531
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
2532
  msgid "Show Wishlist Page To"
2533
- msgstr ""
2534
 
2535
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
2536
  msgid "Logged Users"
2537
- msgstr ""
2538
 
2539
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
2540
  msgid "All Users"
2541
- msgstr ""
2542
 
2543
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
2544
  msgid "Wish List Page"
2545
- msgstr ""
2546
 
2547
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
2548
  msgid "The page you select here will display the wish list for your logged out users."
2549
- msgstr ""
2550
 
2551
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
2552
  msgid "Display Wishlist Button On"
2553
- msgstr ""
2554
 
2555
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
2556
  msgid "Archive Pages"
2557
- msgstr ""
2558
 
2559
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
2560
  msgid "Single Product Pages"
2561
- msgstr ""
2562
 
2563
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
2564
  msgid "Quick View Modal"
2565
- msgstr ""
2566
 
2567
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
2568
  msgid "AJAX Add To Cart"
2569
- msgstr ""
2570
 
2571
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:131
2572
  msgid "Archive Button"
2573
- msgstr ""
2574
 
2575
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
2576
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
@@ -2582,369 +2582,369 @@ msgstr ""
2582
  #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
2583
  #: framework/premium/features/premium-header/items/language-switcher/options.php:313
2584
  msgid "Hover/Active"
2585
- msgstr ""
2586
 
2587
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:208
2588
  msgid "Single Product Button"
2589
- msgstr ""
2590
 
2591
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:284
2592
  msgid "Quick View Modal Button"
2593
- msgstr ""
2594
 
2595
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
2596
  msgid "You don't have any products in your wish list yet."
2597
- msgstr ""
2598
 
2599
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:14
2600
  msgid "Add to cart"
2601
- msgstr ""
2602
 
2603
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:89,
2604
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:113
2605
  msgid "Remove Product"
2606
- msgstr ""
2607
 
2608
  #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
2609
  msgid "Blocksy Variation Images"
2610
- msgstr ""
2611
 
2612
  #: framework/premium/features/content-blocks/options/404.php:33,
2613
  #: framework/premium/features/content-blocks/options/header.php:35,
2614
  #: framework/premium/features/content-blocks/options/hook.php:40,
2615
  #: framework/premium/features/content-blocks/options/popup.php:42
2616
  msgid "Container Structure"
2617
- msgstr ""
2618
 
2619
  #: framework/premium/features/content-blocks/options/404.php:59,
2620
  #: framework/premium/features/content-blocks/options/header.php:63,
2621
  #: framework/premium/features/content-blocks/options/hook.php:68
2622
  msgid "Narrow Width"
2623
- msgstr ""
2624
 
2625
  #: framework/premium/features/content-blocks/options/404.php:64,
2626
  #: framework/premium/features/content-blocks/options/header.php:68,
2627
  #: framework/premium/features/content-blocks/options/hook.php:73
2628
  msgid "Normal Width"
2629
- msgstr ""
2630
 
2631
  #: framework/premium/features/content-blocks/options/404.php:70,
2632
  #: framework/premium/features/content-blocks/options/header.php:74,
2633
  #: framework/premium/features/content-blocks/options/hook.php:79
2634
  msgid "Content Area Style"
2635
- msgstr ""
2636
 
2637
  #: framework/premium/features/content-blocks/options/404.php:84,
2638
  #: framework/premium/features/content-blocks/options/header.php:88,
2639
  #: framework/premium/features/content-blocks/options/hook.php:93
2640
  msgid "Content Area Vertical Spacing"
2641
- msgstr ""
2642
 
2643
  #: framework/premium/features/content-blocks/options/404.php:95,
2644
  #: framework/premium/features/content-blocks/options/header.php:99,
2645
  #: framework/premium/features/content-blocks/options/hook.php:104
2646
  msgid "Top & Bottom"
2647
- msgstr ""
2648
 
2649
  #: framework/premium/features/content-blocks/options/404.php:98,
2650
  #: framework/premium/features/content-blocks/options/header.php:102,
2651
  #: framework/premium/features/content-blocks/options/hook.php:107
2652
  msgid "Only Top"
2653
- msgstr ""
2654
 
2655
  #: framework/premium/features/content-blocks/options/404.php:101,
2656
  #: framework/premium/features/content-blocks/options/header.php:105,
2657
  #: framework/premium/features/content-blocks/options/hook.php:110
2658
  msgid "Only Bottom"
2659
- msgstr ""
2660
 
2661
  #: framework/premium/features/content-blocks/options/hook.php:148
2662
  msgid "Location & Priority"
2663
- msgstr ""
2664
 
2665
  #: framework/premium/features/content-blocks/options/hook.php:181
2666
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
2667
  msgid "Custom Hook"
2668
- msgstr ""
2669
 
2670
  #: framework/premium/features/content-blocks/options/hook.php:256,
2671
  #: framework/premium/features/content-blocks/options/popup.php:296
2672
  msgid "Expiration Date/Time"
2673
- msgstr ""
2674
 
2675
  #: framework/premium/features/content-blocks/options/hook.php:283
2676
  msgid "Block Position"
2677
- msgstr ""
2678
 
2679
  #: framework/premium/features/content-blocks/options/hook.php:290
2680
  msgid "Fixed"
2681
- msgstr ""
2682
 
2683
  #: framework/premium/features/content-blocks/options/hook.php:300
2684
  msgid "Location"
2685
- msgstr ""
2686
 
2687
  #: framework/premium/features/content-blocks/options/popup.php:50
2688
  msgid "Popup Position"
2689
- msgstr ""
2690
 
2691
  #: framework/premium/features/content-blocks/options/popup.php:57
2692
  msgid "Popup Size"
2693
- msgstr ""
2694
 
2695
  #: framework/premium/features/content-blocks/options/popup.php:63
2696
  msgid "Small Size"
2697
- msgstr ""
2698
 
2699
  #: framework/premium/features/content-blocks/options/popup.php:64
2700
  msgid "Medium Size"
2701
- msgstr ""
2702
 
2703
  #: framework/premium/features/content-blocks/options/popup.php:65
2704
  msgid "Large Size"
2705
- msgstr ""
2706
 
2707
  #: framework/premium/features/content-blocks/options/popup.php:66
2708
  msgid "Custom Size"
2709
- msgstr ""
2710
 
2711
  #: framework/premium/features/content-blocks/options/popup.php:76
2712
  msgid "Max Width"
2713
- msgstr ""
2714
 
2715
  #: framework/premium/features/content-blocks/options/popup.php:92
2716
  msgid "Max Height"
2717
- msgstr ""
2718
 
2719
  #: framework/premium/features/content-blocks/options/popup.php:111
2720
  msgid "Popup Animation"
2721
- msgstr ""
2722
 
2723
  #: framework/premium/features/content-blocks/options/popup.php:117
2724
  msgid "Fade in fade out"
2725
- msgstr ""
2726
 
2727
  #: framework/premium/features/content-blocks/options/popup.php:118
2728
  msgid "Zoom in zoom out"
2729
- msgstr ""
2730
 
2731
  #: framework/premium/features/content-blocks/options/popup.php:119
2732
  msgid "Slide in from left"
2733
- msgstr ""
2734
 
2735
  #: framework/premium/features/content-blocks/options/popup.php:120
2736
  msgid "Slide in from right"
2737
- msgstr ""
2738
 
2739
  #: framework/premium/features/content-blocks/options/popup.php:121
2740
  msgid "Slide in from top"
2741
- msgstr ""
2742
 
2743
  #: framework/premium/features/content-blocks/options/popup.php:122
2744
  msgid "Slide in from bottom"
2745
- msgstr ""
2746
 
2747
  #: framework/premium/features/content-blocks/options/popup.php:127
2748
  msgid "Animation Speed"
2749
- msgstr ""
2750
 
2751
  #: framework/premium/features/content-blocks/options/popup.php:144
2752
  msgid "Entrance Value"
2753
- msgstr ""
2754
 
2755
  #: framework/premium/features/content-blocks/options/popup.php:156
2756
  msgid "Trigger Condition"
2757
- msgstr ""
2758
 
2759
  #: framework/premium/features/content-blocks/options/popup.php:181
2760
  msgid "Element Class"
2761
- msgstr ""
2762
 
2763
  #: framework/premium/features/content-blocks/options/popup.php:188
2764
  msgid "Separate each class by comma if you have multiple elements."
2765
- msgstr ""
2766
 
2767
  #: framework/premium/features/content-blocks/options/popup.php:200
2768
  msgid "Scroll Direction"
2769
- msgstr ""
2770
 
2771
  #: framework/premium/features/content-blocks/options/popup.php:205
2772
  msgid "Scroll Down"
2773
- msgstr ""
2774
 
2775
  #: framework/premium/features/content-blocks/options/popup.php:206
2776
  msgid "Scroll Up"
2777
- msgstr ""
2778
 
2779
  #: framework/premium/features/content-blocks/options/popup.php:211
2780
  msgid "Scroll Distance"
2781
- msgstr ""
2782
 
2783
  #: framework/premium/features/content-blocks/options/popup.php:221
2784
  msgid "Set the scroll distance till the popup block will appear."
2785
- msgstr ""
2786
 
2787
  #: framework/premium/features/content-blocks/options/popup.php:233
2788
  msgid "Inactivity Time"
2789
- msgstr ""
2790
 
2791
  #: framework/premium/features/content-blocks/options/popup.php:239
2792
  msgid "Set the inactivity time (in seconds) till the popup block will appear."
2793
- msgstr ""
2794
 
2795
  #: framework/premium/features/content-blocks/options/popup.php:251
2796
  msgid "After X Time"
2797
- msgstr ""
2798
 
2799
  #: framework/premium/features/content-blocks/options/popup.php:257
2800
  msgid "Set after how much time (in seconds) the popup block will appear."
2801
- msgstr ""
2802
 
2803
  #: framework/premium/features/content-blocks/options/popup.php:269
2804
  msgid "Trigger Popup Only Once"
2805
- msgstr ""
2806
 
2807
  #: framework/premium/features/content-blocks/options/popup.php:272
2808
  msgid "If the close button is clicked the popup won't be triggered anymore for the current visitor."
2809
- msgstr ""
2810
 
2811
  #: framework/premium/features/content-blocks/options/popup.php:347
2812
  msgid "Padding"
2813
- msgstr ""
2814
 
2815
  #: framework/premium/features/content-blocks/options/popup.php:357,
2816
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
2817
  #: framework/premium/features/premium-header/items/language-switcher/options.php:465
2818
  msgid "Border Radius"
2819
- msgstr ""
2820
 
2821
  #: framework/premium/features/content-blocks/options/popup.php:386
2822
  msgid "Popup Offset"
2823
- msgstr ""
2824
 
2825
  #: framework/premium/features/content-blocks/options/popup.php:396
2826
  msgid "Container Overflow"
2827
- msgstr ""
2828
 
2829
  #: framework/premium/features/content-blocks/options/popup.php:403
2830
  msgid "Hidden"
2831
- msgstr ""
2832
 
2833
  #: framework/premium/features/content-blocks/options/popup.php:404
2834
  msgid "Visible"
2835
- msgstr ""
2836
 
2837
  #: framework/premium/features/content-blocks/options/popup.php:405
2838
  msgid "Scroll"
2839
- msgstr ""
2840
 
2841
  #: framework/premium/features/content-blocks/options/popup.php:407
2842
  msgid "Control what happens to the content that is too big to fit into the popup."
2843
- msgstr ""
2844
 
2845
  #: framework/premium/features/content-blocks/options/popup.php:411
2846
  msgid "Close Button"
2847
- msgstr ""
2848
 
2849
  #: framework/premium/features/content-blocks/options/popup.php:419
2850
  msgid "Inside"
2851
- msgstr ""
2852
 
2853
  #: framework/premium/features/content-blocks/options/popup.php:420
2854
  msgid "Outside"
2855
- msgstr ""
2856
 
2857
  #: framework/premium/features/content-blocks/options/popup.php:494
2858
  msgid "Popup Background"
2859
- msgstr ""
2860
 
2861
  #: framework/premium/features/content-blocks/options/popup.php:508
2862
  msgid "Popup Backdrop Background"
2863
- msgstr ""
2864
 
2865
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
2866
  msgid "Posts Filter"
2867
- msgstr ""
2868
 
2869
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
2870
  msgid "Filtering Behavior"
2871
- msgstr ""
2872
 
2873
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
2874
  msgid "Instant Reload"
2875
- msgstr ""
2876
 
2877
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
2878
  msgid "Page Reload"
2879
- msgstr ""
2880
 
2881
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
2882
  msgid "Items Horizontal Spacing"
2883
- msgstr ""
2884
 
2885
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
2886
  #: framework/premium/features/premium-header/items/language-switcher/options.php:360
2887
  msgid "Items Vertical Spacing"
2888
- msgstr ""
2889
 
2890
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
2891
  msgid "Container Bottom Spacing"
2892
- msgstr ""
2893
 
2894
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
2895
  msgid "Horizontal Alignment"
2896
- msgstr ""
2897
 
2898
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
2899
  msgid "Button Padding"
2900
- msgstr ""
2901
 
2902
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
2903
  msgid "Read Progress"
2904
- msgstr ""
2905
 
2906
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
2907
  msgid "Indicator Height"
2908
- msgstr ""
2909
 
2910
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
2911
  msgid "Auto Hide"
2912
- msgstr ""
2913
 
2914
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
2915
  msgid "Automatically hide the read progress bar once you arrive at the bottom of the article."
2916
- msgstr ""
2917
 
2918
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
2919
  msgid "Main Color"
2920
- msgstr ""
2921
 
2922
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
2923
  msgid "Icon Badge"
2924
- msgstr ""
2925
 
2926
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146
2927
  msgid "Label Font Color"
2928
- msgstr ""
2929
 
2930
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:21,
2931
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:24,
2932
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:30
2933
  msgid "Wishlist header icon"
2934
- msgstr ""
2935
 
2936
  #: framework/premium/features/premium-header/items/contacts/config.php:4
2937
  msgid "Contacts"
2938
- msgstr ""
2939
 
2940
  #: framework/premium/features/premium-header/items/contacts/options.php:239
2941
  msgid "Open Links In New Tab"
2942
- msgstr ""
2943
 
2944
  #: framework/premium/features/premium-header/items/contacts/options.php:259,
2945
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
2946
  msgid "Items Spacing"
2947
- msgstr ""
2948
 
2949
  #: framework/premium/features/premium-header/items/contacts/options.php:834,
2950
  #: framework/premium/features/premium-header/items/divider/options.php:107,
@@ -2952,19 +2952,19 @@ msgstr ""
2952
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2953
  #: framework/premium/features/premium-header/items/search-input/options.php:724
2954
  msgid "Margin"
2955
- msgstr ""
2956
 
2957
  #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2958
  msgid "Dark Mode"
2959
- msgstr ""
2960
 
2961
  #: framework/premium/features/premium-header/items/divider/config.php:4
2962
  msgid "Divider"
2963
- msgstr ""
2964
 
2965
  #: framework/premium/features/premium-header/items/divider/options.php:6
2966
  msgid "Size"
2967
- msgstr ""
2968
 
2969
  #: framework/premium/features/premium-header/items/language-switcher/config.php:6
2970
  msgid "Languages"
@@ -2972,94 +2972,94 @@ msgstr "Языки"
2972
 
2973
  #: framework/premium/features/premium-header/items/language-switcher/options.php:17
2974
  msgid "Top Level Options"
2975
- msgstr ""
2976
 
2977
  #: framework/premium/features/premium-header/items/language-switcher/options.php:37
2978
  msgid "Dropdown"
2979
- msgstr ""
2980
 
2981
  #: framework/premium/features/premium-header/items/language-switcher/options.php:47
2982
  msgid "Display"
2983
- msgstr ""
2984
 
2985
  #: framework/premium/features/premium-header/items/language-switcher/options.php:59
2986
  msgid "Flag"
2987
- msgstr ""
2988
 
2989
  #: framework/premium/features/premium-header/items/language-switcher/options.php:73
2990
  msgid "Label Style"
2991
- msgstr ""
2992
 
2993
  #: framework/premium/features/premium-header/items/language-switcher/options.php:79
2994
  msgid "Long"
2995
- msgstr ""
2996
 
2997
  #: framework/premium/features/premium-header/items/language-switcher/options.php:80
2998
  msgid "Short"
2999
- msgstr ""
3000
 
3001
  #: framework/premium/features/premium-header/items/language-switcher/options.php:112
3002
  msgid "Hide Current Language"
3003
- msgstr ""
3004
 
3005
  #: framework/premium/features/premium-header/items/language-switcher/options.php:343
3006
  msgid "Dropdown Options"
3007
- msgstr ""
3008
 
3009
  #: framework/premium/features/premium-header/items/language-switcher/options.php:352
3010
  msgid "Dropdown Top Offset"
3011
- msgstr ""
3012
 
3013
  #: framework/premium/features/premium-header/items/search-input/config.php:4
3014
  msgid "Search Box"
3015
- msgstr ""
3016
 
3017
  #: framework/premium/features/premium-header/items/search-input/options.php:42
3018
  msgid "Placeholder Text"
3019
- msgstr ""
3020
 
3021
  #: framework/premium/features/premium-header/items/search-input/options.php:52
3022
  msgid "Input Maximum Width"
3023
- msgstr ""
3024
 
3025
  #: framework/premium/features/premium-header/items/search-input/options.php:64
3026
  msgid "Input Height"
3027
- msgstr ""
3028
 
3029
  #: framework/premium/features/premium-header/items/search-input/options.php:79
3030
  msgid "Live Results"
3031
- msgstr ""
3032
 
3033
  #: framework/premium/features/premium-header/items/search-input/options.php:90
3034
  msgid "Live Results Images"
3035
- msgstr ""
3036
 
3037
  #: framework/premium/features/premium-header/items/search-input/options.php:101
3038
  msgid "Search Through Criteria"
3039
- msgstr ""
3040
 
3041
  #: framework/premium/features/premium-header/items/search-input/options.php:102
3042
  msgid "Chose in which post types do you want to perform searches."
3043
- msgstr ""
3044
 
3045
  #: framework/premium/features/premium-header/items/search-input/options.php:314,
3046
  #: framework/premium/features/premium-header/items/search-input/options.php:343,
3047
  #: framework/premium/features/premium-header/items/search-input/options.php:375,
3048
  #: framework/premium/features/premium-header/items/search-input/options.php:405
3049
  msgid "Input Icon Color"
3050
- msgstr ""
3051
 
3052
  #: framework/premium/features/premium-header/items/search-input/options.php:744
3053
  msgid "Dropdown Text Color"
3054
- msgstr ""
3055
 
3056
  #: framework/premium/features/premium-header/items/search-input/options.php:775
3057
  msgid "Dropdown Background"
3058
- msgstr ""
3059
 
3060
  #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
3061
  msgid "Widget Area"
3062
- msgstr ""
3063
 
3064
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker.js:14
3065
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:63
@@ -3071,7 +3071,7 @@ msgstr "Загрузка…"
3071
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
3072
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
3073
  msgid "Invalid API Key..."
3074
- msgstr "Неверный API ключ..."
3075
 
3076
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:92
3077
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:113
@@ -3088,11 +3088,11 @@ msgstr "Информацию о том, как сгенерировать клю
3088
 
3089
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:156
3090
  msgid "More info on how to generate an API key for Mailerlite can be found %shere%s."
3091
- msgstr "Информацию о том, как сгенерировать ключ API для Mailerlite, можно найти %sздесь%s."
3092
 
3093
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:173
3094
  msgid "API Key"
3095
- msgstr "Ключ API"
3096
 
3097
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:207
3098
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
@@ -3123,7 +3123,7 @@ msgstr "Введите свои данные API поставщика рассы
3123
 
3124
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:91
3125
  msgid "Select Provider"
3126
- msgstr "Выберите поставщика"
3127
 
3128
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:98
3129
  msgid "Pick Mailing Service"
@@ -3165,366 +3165,366 @@ msgstr "Ярлык категории"
3165
 
3166
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:108
3167
  msgid "Adobe Fonts Settings"
3168
- msgstr ""
3169
 
3170
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:113
3171
  msgid "You can find %shere%s your Project ID. Once you insert your Project ID and click the \"Fetch fonts\" button, your fonts will become available in all theme’s typography options."
3172
- msgstr ""
3173
 
3174
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:141
3175
  msgid "Project ID"
3176
- msgstr ""
3177
 
3178
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:188
3179
  msgid "Fetch Fonts"
3180
- msgstr ""
3181
 
3182
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:195
3183
  msgid "Please enter the valid Project ID to get the kit details"
3184
- msgstr ""
3185
 
3186
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:214
3187
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:56
3188
  msgid "Variations"
3189
- msgstr ""
3190
 
3191
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:96
3192
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:94
3193
  msgid "Edit Settings"
3194
- msgstr ""
3195
 
3196
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:98
3197
  msgid "Add/Edit Fonts"
3198
- msgstr ""
3199
 
3200
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:104
3201
  msgid "There are no custom fonts at the moment, hit the button below and upload some."
3202
- msgstr ""
3203
 
3204
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:117
3205
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:246
3206
  msgid "Upload Simple Font"
3207
- msgstr ""
3208
 
3209
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:125
3210
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:270
3211
  msgid "Upload Variable Font"
3212
- msgstr ""
3213
 
3214
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:23
3215
  msgid "Custom Fonts Settings"
3216
- msgstr ""
3217
 
3218
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:25
3219
  msgid "Here you can see all your custom fonts that could be used in all typography options across the theme."
3220
- msgstr ""
3221
 
3222
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:39
3223
  msgid "Dynamic Font"
3224
- msgstr ""
3225
 
3226
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:43
3227
  msgid "Variable font"
3228
- msgstr ""
3229
 
3230
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:74
3231
  msgid "Edit Font"
3232
- msgstr ""
3233
 
3234
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:91
3235
  msgid "Remove Font"
3236
- msgstr ""
3237
 
3238
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/EditSettings.js:79
3239
  msgid "Settings"
3240
- msgstr ""
3241
 
3242
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:162
3243
  msgid "Change"
3244
- msgstr ""
3245
 
3246
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:163
3247
  msgid "Choose"
3248
- msgstr ""
3249
 
3250
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
3251
  #: static/js/options/ConditionsManager.js:91
3252
  msgid "Select variation"
3253
- msgstr "Выберите вариант"
3254
 
3255
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
3256
  msgid "Regular"
3257
- msgstr ""
3258
 
3259
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
3260
  msgid "Italic"
3261
- msgstr ""
3262
 
3263
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:250
3264
  msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats (see browser coverage %shere%s). Use %sthis converter tool%s if you don't have these font formats."
3265
- msgstr ""
3266
 
3267
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:274
3268
  msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats. Please don't convert non-woff variable fonts by yourself. Instead, just ask the font provider to hand a correct file otherwise the %svariable%s font will loose its capabilities."
3269
- msgstr ""
3270
 
3271
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:300
3272
  msgid "Font Name"
3273
- msgstr ""
3274
 
3275
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:343
3276
  msgid "Add/upload another font variation"
3277
- msgstr ""
3278
 
3279
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:364
3280
  msgid "Back to All Fonts"
3281
- msgstr ""
3282
 
3283
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:389
3284
  msgid "Save Custom Font"
3285
- msgstr ""
3286
 
3287
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:82
3288
  msgid "Add Variation"
3289
- msgstr ""
3290
 
3291
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:138
3292
  msgid "By checking this option you will download and replace the existing Google Fonts with the above ones."
3293
- msgstr ""
3294
 
3295
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:207
3296
  msgid "Sync Google Fonts"
3297
- msgstr ""
3298
 
3299
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:51
3300
  msgid "Add Google Fonts"
3301
- msgstr ""
3302
 
3303
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:60
3304
  msgid "Local Google Fonts (GDPR)"
3305
- msgstr ""
3306
 
3307
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:63
3308
  msgid "Download a font and serve it directly from your server, this is handy for those who want to comply with GDPR regulations or serve the font via CDN."
3309
- msgstr ""
3310
 
3311
  #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:138
3312
  msgid "Item Settings"
3313
- msgstr ""
3314
 
3315
  #: framework/premium/extensions/sidebars/static/js/BlockWidgetControls.js:59
3316
  msgid "Remove Sidebar"
3317
- msgstr ""
3318
 
3319
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:60
3320
  msgid "%s - Sidebar Display Conditions"
3321
- msgstr ""
3322
 
3323
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:68
3324
  msgid "Add one or more conditions in order to display your sidebar."
3325
- msgstr ""
3326
 
3327
  #: framework/premium/extensions/sidebars/static/js/main.js:45
3328
  msgid "Enter a name in the input below and hit the Create Sidebar button."
3329
- msgstr ""
3330
 
3331
  #: framework/premium/extensions/sidebars/static/js/main.js:52
3332
  msgid "Sidebar name"
3333
- msgstr ""
3334
 
3335
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:106
3336
  msgid "White Label Settings"
3337
- msgstr ""
3338
 
3339
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:110
3340
  msgid "Remove any link that points to Blocksy website and change the dashboard identity. These options are mostly used by agencies and developers who are building websites for clients."
3341
- msgstr ""
3342
 
3343
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:132
3344
  msgid "Advanced"
3345
- msgstr ""
3346
 
3347
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:147
3348
  msgid "Agency Details"
3349
- msgstr ""
3350
 
3351
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:155
3352
  msgid "Agency Name"
3353
- msgstr ""
3354
 
3355
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:186
3356
  msgid "Agency URL"
3357
- msgstr ""
3358
 
3359
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:217
3360
  msgid "Agency Support/Contact Form URL"
3361
- msgstr ""
3362
 
3363
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:252
3364
  msgid "Theme Details"
3365
- msgstr ""
3366
 
3367
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:260
3368
  msgid "Theme Name"
3369
- msgstr ""
3370
 
3371
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:291
3372
  msgid "Theme Description"
3373
- msgstr ""
3374
 
3375
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:322
3376
  msgid "Theme Screenshot URL"
3377
- msgstr ""
3378
 
3379
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:419
3380
  msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 1200px wide by 900px tall."
3381
- msgstr ""
3382
 
3383
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:429
3384
  msgid "Theme Icon URL"
3385
- msgstr ""
3386
 
3387
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:526
3388
  msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 18px wide by 18px tall."
3389
- msgstr ""
3390
 
3391
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:536
3392
  msgid "Gutenberg Options Panel Icon URL"
3393
- msgstr ""
3394
 
3395
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:633
3396
  msgid "You can insert the link to a self hosted image or upload one. Please note that only icons in SVG format are allowed here to not break the editor interactiveness."
3397
- msgstr ""
3398
 
3399
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:646
3400
  msgid "Plugin Details"
3401
- msgstr ""
3402
 
3403
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:654
3404
  msgid "Plugin Name"
3405
- msgstr ""
3406
 
3407
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:685
3408
  msgid "Plugin Description"
3409
- msgstr ""
3410
 
3411
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:716
3412
  msgid "Plugin Thumbnail URL"
3413
- msgstr ""
3414
 
3415
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:807
3416
  msgid "Choose File"
3417
- msgstr ""
3418
 
3419
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:814
3420
  msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 256px wide by 256px tall."
3421
- msgstr ""
3422
 
3423
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:864
3424
  msgid "Hide Account Menu Item"
3425
- msgstr ""
3426
 
3427
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:872
3428
  msgid "Hide Starter Sites Tab"
3429
- msgstr ""
3430
 
3431
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:879
3432
  msgid "Hide Useful Plugins Tab"
3433
- msgstr ""
3434
 
3435
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:887
3436
  msgid "Hide Changelog Tab"
3437
- msgstr ""
3438
 
3439
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:895
3440
  msgid "Hide Support Section"
3441
- msgstr ""
3442
 
3443
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:903
3444
  msgid "Hide Beta Updates Section"
3445
- msgstr ""
3446
 
3447
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:940
3448
  msgid "Hide White Label Extension"
3449
- msgstr ""
3450
 
3451
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:957
3452
  msgid "Please note that the white label extension will be hidden if this option is enabled. In order to bring it back you have to hit the SHIFT key and click on the dashboard logo."
3453
- msgstr ""
3454
 
3455
  #: framework/premium/static/js/components/BetaConsent.js:54
3456
  msgid "Receive βeta Updates"
3457
- msgstr ""
3458
 
3459
  #: framework/premium/static/js/components/BetaConsent.js:60
3460
  msgid "Receive beta updates and help us test the new features and improve them by submitting feedback. Please note, installing beta versions on production websites is not recommended, test them on staging or localhost environments."
3461
- msgstr ""
3462
 
3463
  #: framework/premium/static/js/components/BetaConsent.js:73
3464
  msgid "Are you sure?"
3465
- msgstr ""
3466
 
3467
  #: framework/premium/static/js/components/BetaConsent.js:76
3468
  msgid "Installing beta updates on your production site can give unexpected results."
3469
- msgstr ""
3470
 
3471
  #: framework/premium/static/js/components/BetaConsent.js:83
3472
  msgid "Even having your website completely broken is not excluded. Please proceed with caution."
3473
- msgstr ""
3474
 
3475
  #: framework/premium/static/js/footer/CloneItem.js:65
3476
  #: framework/premium/static/js/header/CloneItem.js:65
3477
  msgid "Clone Item"
3478
- msgstr ""
3479
 
3480
  #: framework/premium/static/js/footer/CloneItem.js:88
3481
  #: framework/premium/static/js/header/CloneItem.js:88
3482
  msgid "Remove Item"
3483
- msgstr ""
3484
 
3485
  #: framework/premium/static/js/footer/CreateFooter.js:107
3486
  #: framework/premium/static/js/header/CreateHeader.js:106
3487
  msgid "Copy elements & styles from"
3488
- msgstr ""
3489
 
3490
  #: framework/premium/static/js/footer/CreateFooter.js:118
3491
  msgid "Picker Footer"
3492
- msgstr ""
3493
 
3494
  #: framework/premium/static/js/footer/CreateFooter.js:133
3495
  #: framework/premium/static/js/footer/PanelsManager.js:52
3496
  msgid "Global Footer"
3497
- msgstr ""
3498
 
3499
  #: framework/premium/static/js/footer/CreateFooter.js:137
3500
  #: framework/premium/static/js/header/CreateHeader.js:138
3501
  msgid "Secondary"
3502
- msgstr ""
3503
 
3504
  #: framework/premium/static/js/footer/CreateFooter.js:141
3505
  #: framework/premium/static/js/header/CreateHeader.js:142
3506
  msgid "Centered"
3507
- msgstr ""
3508
 
3509
  #: framework/premium/static/js/footer/CreateFooter.js:172
3510
  msgid "Create New Footer"
3511
- msgstr ""
3512
 
3513
  #: framework/premium/static/js/footer/CreateFooter.js:50
3514
  msgid "Create new footer"
3515
- msgstr ""
3516
 
3517
  #: framework/premium/static/js/footer/CreateFooter.js:53
3518
  msgid "Create a new footer and assign it to different pages or posts based on your conditions."
3519
- msgstr ""
3520
 
3521
  #: framework/premium/static/js/footer/CreateFooter.js:72
3522
  msgid "Footer name"
3523
- msgstr ""
3524
 
3525
  #: framework/premium/static/js/footer/EditConditions.js:100
3526
  msgid "Add one or more conditions in order to display your footer."
3527
- msgstr ""
3528
 
3529
  #: framework/premium/static/js/footer/EditConditions.js:84
3530
  #: static/js/header/EditConditions.js:83
@@ -3534,15 +3534,15 @@ msgstr "Создать/изменить условия"
3534
 
3535
  #: framework/premium/static/js/footer/PanelsManager.js:162
3536
  msgid "Remove footer"
3537
- msgstr ""
3538
 
3539
  #: framework/premium/static/js/footer/PanelsManager.js:192
3540
  msgid "Remove Footer"
3541
- msgstr ""
3542
 
3543
  #: framework/premium/static/js/footer/PanelsManager.js:195
3544
  msgid "You are about to remove a custom footer, are you sure you want to continue?"
3545
- msgstr ""
3546
 
3547
  #: framework/premium/static/js/footer/PanelsManager.js:211
3548
  #: framework/premium/static/js/hooks/CodeEditor.js:60
@@ -3618,13 +3618,13 @@ msgstr "Расширенное меню"
3618
 
3619
  #: framework/extensions-manager.php:294
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
3621
- msgstr "Созд��вайте красивые мегаменю, назначайте пунктам меню значки и ярлыки, вставляйте блоки содержимого в элементы меню."
3622
 
3623
  #: framework/extensions-manager.php:305,
3624
  #: framework/premium/extensions/shortcuts/config.php:4,
3625
  #: framework/premium/extensions/shortcuts/customizer.php:503
3626
  msgid "Shortcuts Bar"
3627
- msgstr "Панель ярлыков"
3628
 
3629
  #: framework/extensions-manager.php:306
3630
  msgid "Transform your website into a app like by displaying a neat shortcuts bar at the bottom of the vieport."
@@ -3945,7 +3945,7 @@ msgstr "Анонимизация IP"
3945
 
3946
  #: framework/features/google-analytics.php:102
3947
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
3948
- msgstr "Включите анонимность IP-адресов Google Analytics для повышения конфиденциальности. Более подробную информацию и инструкции можно найти %sздесь%s."
3949
 
3950
  #: framework/features/opengraph-meta-data.php:17
3951
  msgid "OpenGraph Meta Data"
@@ -3953,7 +3953,7 @@ msgstr "Метаданные Opengraph"
3953
 
3954
  #: framework/features/opengraph-meta-data.php:20
3955
  msgid "Enable the OpenGraph rich meta data features for your website."
3956
- msgstr "Включите на своём сайте функционал расширенных метаданных OpenGraph."
3957
 
3958
  #: framework/features/opengraph-meta-data.php:29
3959
  msgid "Facebook Page URL"
@@ -4138,7 +4138,7 @@ msgstr "Дизайн"
4138
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
4139
  #: framework/premium/features/premium-header/items/language-switcher/options.php:382
4140
  msgid "Font Color"
4141
- msgstr "Цвет шрифта"
4142
 
4143
  #: framework/extensions/cookies-consent/customizer.php:112,
4144
  #: framework/extensions/cookies-consent/customizer.php:142,
@@ -4490,7 +4490,7 @@ msgstr "Видимость"
4490
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
4491
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
4492
  msgid "Desktop"
4493
- msgstr "Компьютер"
4494
 
4495
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
4496
  #: framework/extensions/trending/customizer.php:260,
@@ -4518,7 +4518,7 @@ msgstr "Компьютер"
4518
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
4519
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
4520
  msgid "Tablet"
4521
- msgstr "Планшет"
4522
 
4523
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
4524
  #: framework/extensions/trending/customizer.php:261,
@@ -4776,7 +4776,7 @@ msgstr "Ничего не найдено"
4776
 
4777
  #: framework/extensions/product-reviews/extension.php:450
4778
  msgid "Not found in Trash"
4779
- msgstr "Не найдено в корзине"
4780
 
4781
  #: framework/extensions/product-reviews/extension.php:484,
4782
  #: framework/extensions/product-reviews/extension.php:494
@@ -4927,7 +4927,7 @@ msgstr "Открывать в новой вкладке"
4927
 
4928
  #: framework/extensions/product-reviews/metabox.php:110
4929
  msgid "Sponsored Attribute"
4930
- msgstr ""
4931
 
4932
  #: framework/extensions/product-reviews/metabox.php:132
4933
  msgid "Read More Button Label"
@@ -5063,7 +5063,7 @@ msgstr "Шрифт записей"
5063
 
5064
  #: framework/extensions/widgets/config.php:4
5065
  msgid "Add new handcrafted widgets to your sidebars! Social Network Icons, Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent Posts are the choices available."
5066
- msgstr "Используйте новые созданные вручную виджеты на свои сайдбары! Доступны значки соцсетей, подписка на рассылку, контактная информация, персонализированные объявления и даже популярные/недавние записи."
5067
 
5068
  #: framework/features/header/account-modal.php:47,
5069
  #: framework/features/header/items/account/options.php:481,
@@ -5145,7 +5145,7 @@ msgstr "Условия отображения"
5145
 
5146
  #: framework/premium/features/content-blocks.php:39
5147
  msgid "Hooks Locations"
5148
- msgstr ""
5149
 
5150
  #: framework/premium/features/content-blocks.php:204,
5151
  #: framework/premium/extensions/shortcuts/customizer.php:517
@@ -5154,19 +5154,19 @@ msgstr "Тип"
5154
 
5155
  #: framework/premium/features/content-blocks.php:205
5156
  msgid "Location/Trigger"
5157
- msgstr ""
5158
 
5159
  #: framework/premium/features/content-blocks.php:206
5160
  msgid "Conditions"
5161
- msgstr ""
5162
 
5163
  #: framework/premium/features/content-blocks.php:207
5164
  msgid "Output"
5165
- msgstr ""
5166
 
5167
  #: framework/premium/features/content-blocks.php:208
5168
  msgid "Enable/Disable"
5169
- msgstr ""
5170
 
5171
  #: framework/premium/features/content-blocks.php:228,
5172
  #: framework/premium/extensions/shortcuts/customizer.php:705,
@@ -5185,100 +5185,100 @@ msgstr "Отсутствует"
5185
  #: framework/premium/features/content-blocks.php:229,
5186
  #: framework/premium/features/content-blocks/options/popup.php:163
5187
  msgid "On scroll"
5188
- msgstr ""
5189
 
5190
  #: framework/premium/features/content-blocks.php:230,
5191
  #: framework/premium/features/content-blocks/options/popup.php:164
5192
  msgid "On scroll to element"
5193
- msgstr ""
5194
 
5195
  #: framework/premium/features/content-blocks.php:231,
5196
  #: framework/premium/features/content-blocks/options/popup.php:165
5197
  msgid "On page load"
5198
- msgstr ""
5199
 
5200
  #: framework/premium/features/content-blocks.php:232,
5201
  #: framework/premium/features/content-blocks/options/popup.php:166
5202
  msgid "After inactivity"
5203
- msgstr ""
5204
 
5205
  #: framework/premium/features/content-blocks.php:233,
5206
  #: framework/premium/features/content-blocks/options/popup.php:167
5207
  msgid "After x time"
5208
- msgstr ""
5209
 
5210
  #: framework/premium/features/content-blocks.php:234,
5211
  #: framework/premium/features/content-blocks/options/popup.php:168
5212
  msgid "On page exit intent"
5213
- msgstr ""
5214
 
5215
  #: framework/premium/features/content-blocks.php:238
5216
  msgid "Down"
5217
- msgstr ""
5218
 
5219
  #: framework/premium/features/content-blocks.php:239
5220
  msgid "Up"
5221
- msgstr ""
5222
 
5223
  #: framework/premium/features/content-blocks.php:616,
5224
  #: framework/premium/features/content-blocks.php:622
5225
  msgid "Content Blocks"
5226
- msgstr ""
5227
 
5228
  #: framework/premium/features/content-blocks.php:617
5229
  msgid "Content Block"
5230
- msgstr ""
5231
 
5232
  #: framework/premium/features/content-blocks.php:618
5233
  msgid "Add New"
5234
- msgstr ""
5235
 
5236
  #: framework/premium/features/content-blocks.php:619
5237
  msgid "Add New Content Block"
5238
- msgstr ""
5239
 
5240
  #: framework/premium/features/content-blocks.php:620
5241
  msgid "Edit Content Block"
5242
- msgstr ""
5243
 
5244
  #: framework/premium/features/content-blocks.php:621
5245
  #: framework/premium/static/js/hooks/CreateHook.js:32
5246
  msgid "New Content Block"
5247
- msgstr ""
5248
 
5249
  #: framework/premium/features/content-blocks.php:623
5250
  msgid "View Content Block"
5251
- msgstr ""
5252
 
5253
  #: framework/premium/features/content-blocks.php:624
5254
  msgid "Search Content Blocks"
5255
- msgstr ""
5256
 
5257
  #: framework/premium/features/content-blocks.php:625
5258
  msgid "Nothing found"
5259
- msgstr ""
5260
 
5261
  #: framework/premium/features/content-blocks.php:626
5262
  msgid "Nothing found in Trash"
5263
- msgstr ""
5264
 
5265
  #: framework/premium/features/premium-footer.php:30,
5266
  #: framework/premium/features/premium-footer.php:41
5267
  msgid "Footer Menu 1"
5268
- msgstr ""
5269
 
5270
  #: framework/premium/features/premium-footer.php:42,
5271
  #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
5272
  msgid "Footer Menu 2"
5273
- msgstr ""
5274
 
5275
  #: framework/premium/features/premium-header.php:42
5276
  msgid "Header Menu 3"
5277
- msgstr ""
5278
 
5279
  #: framework/premium/features/premium-header.php:102
5280
  msgid "Header Widget Area "
5281
- msgstr ""
5282
 
5283
  #: framework/premium/features/premium-header.php:158,
5284
  #: framework/premium/extensions/mega-menu/options.php:420,
@@ -5299,7 +5299,7 @@ msgstr "Размер значков"
5299
  #: framework/premium/features/premium-header.php:184,
5300
  #: framework/premium/extensions/mega-menu/options.php:456
5301
  msgid "Icon Position"
5302
- msgstr ""
5303
 
5304
  #: framework/premium/features/premium-header.php:191,
5305
  #: framework/premium/extensions/mega-menu/options.php:463,
@@ -5405,61 +5405,61 @@ msgstr "Регистрация"
5405
 
5406
  #: framework/premium/extensions/adobe-typekit/config.php:4
5407
  msgid "Adobe Fonts"
5408
- msgstr ""
5409
 
5410
  #: framework/premium/extensions/adobe-typekit/config.php:5
5411
  msgid "Connect your Adobe Fonts project and use the selected fonts throughout Blocksy and your favorite page builder."
5412
- msgstr ""
5413
 
5414
  #: framework/premium/extensions/code-snippets/config.php:5
5415
  msgid "Inject custom code snippets throughout your website. The extension works globally or on a per post/page basis."
5416
- msgstr ""
5417
 
5418
  #: framework/premium/extensions/code-snippets/extension.php:38,
5419
  #: framework/premium/extensions/code-snippets/extension.php:78,
5420
  #: framework/premium/extensions/code-snippets/extension.php:117
5421
  msgid "After body open scripts"
5422
- msgstr ""
5423
 
5424
  #: framework/premium/extensions/code-snippets/readme.php:4
5425
  msgid "After activating the Custom Code Snippets extension you will have two ways to manage your snippets:"
5426
- msgstr ""
5427
 
5428
  #: framework/premium/extensions/code-snippets/readme.php:9
5429
  msgid "Globally"
5430
- msgstr ""
5431
 
5432
  #: framework/premium/extensions/code-snippets/readme.php:13
5433
  msgid "Navigate to %s and place there your header, body or footer scripts."
5434
- msgstr ""
5435
 
5436
  #: framework/premium/extensions/code-snippets/readme.php:16
5437
  msgid "Customizer ➝ Custom Code Snippets"
5438
- msgstr ""
5439
 
5440
  #: framework/premium/extensions/code-snippets/readme.php:24
5441
  msgid "Per page/post"
5442
- msgstr ""
5443
 
5444
  #: framework/premium/extensions/code-snippets/readme.php:28
5445
  msgid "Edit your page or post, click on %s, scroll down and you will see the %2s panel."
5446
- msgstr ""
5447
 
5448
  #: framework/premium/extensions/code-snippets/readme.php:32
5449
  msgid "%s Page Settings"
5450
- msgstr ""
5451
 
5452
  #: framework/premium/extensions/custom-fonts/config.php:4
5453
  msgid "Upload an unlimited number of custom fonts or variable fonts and use them throughout Blocksy and your favorite page builder."
5454
- msgstr ""
5455
 
5456
  #: framework/premium/extensions/local-google-fonts/config.php:4
5457
  msgid "Serve your chosen Google Fonts from your own web server. This will increase the loading speed and makes sure your website complies with the privacy regulations."
5458
- msgstr ""
5459
 
5460
  #: framework/premium/extensions/mega-menu/config.php:5
5461
  msgid "Create beautiful personalised menus that set your website apart from the others. Add icons and badges to your entries and even add Content Blocks inside your dropdowns."
5462
- msgstr ""
5463
 
5464
  #: framework/premium/extensions/mega-menu/config.php:9,
5465
  #: framework/premium/extensions/shortcuts/config.php:12
@@ -5471,4 +5471,4 @@ msgstr "Настроить"
5471
 
5472
  #: framework/premium/extensions/mega-menu/extension.php:99
5473
  msgid "Menu Item Settings"
5474
- msgstr ""
2
  # This file is distributed under the same license as the Blocksy Companion Pro package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2022-01-18 13:47:39+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: ru\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
14
  #: framework/premium/static/js/header/CreateHeader.js:117
15
  msgid "Picker header"
16
+ msgstr "Заголовок подборщика"
17
 
18
  #: framework/premium/static/js/header/CreateHeader.js:134
19
  #: static/js/header/PanelsManager.js:58
22
 
23
  #: framework/premium/static/js/header/CreateHeader.js:173
24
  msgid "Create New Header"
25
+ msgstr "Создать новую шапку"
26
 
27
  #: framework/premium/static/js/header/CreateHeader.js:50
28
  msgid "Create new header"
29
+ msgstr "Создать новую шапку"
30
 
31
  #: framework/premium/static/js/header/CreateHeader.js:53
32
  msgid "Create a new header and assign it to different pages or posts based on your conditions."
33
+ msgstr "Создайте новую шапку и назначьте её различным страницам или записям."
34
 
35
  #: framework/premium/static/js/header/CreateHeader.js:71
36
  msgid "Header name"
37
+ msgstr "Название шапки"
38
 
39
  #: framework/premium/static/js/hooks/CodeEditor.js:105
40
  msgid "Yes, continue"
41
+ msgstr "Да, продолжить"
42
 
43
  #: framework/premium/static/js/hooks/CodeEditor.js:24
44
  msgid "Use code editor"
45
+ msgstr "Открыть редактор кода"
46
 
47
  #: framework/premium/static/js/hooks/CodeEditor.js:25
48
  msgid "Exit code editor"
49
+ msgstr "Закрыть редактор кода"
50
 
51
  #: framework/premium/static/js/hooks/CodeEditor.js:36
52
  msgid "Heads up!"
53
+ msgstr "Осторожно!"
54
 
55
  #: framework/premium/static/js/hooks/CodeEditor.js:38
56
  msgid "Enabling & disabling the code editor will erase everything from your post editor and this action is irreversible."
57
+ msgstr "Включение и отключение редактора кода приведёт к удалению всего текущего содержимого редактора записей. Действие необратимо!"
58
 
59
  #: framework/premium/static/js/hooks/CodeEditor.js:45
60
  msgid "Are you sure you want to continue?"
61
+ msgstr "Уверены, что хотите продолжать?"
62
 
63
  #: framework/premium/static/js/hooks/CreateHook.js:105
64
  msgid "Content Block Name"
65
+ msgstr "Название блока содержимого"
66
 
67
  #: framework/premium/static/js/hooks/CreateHook.js:131
68
  msgid "Create Content Block"
69
+ msgstr "Создать блок содержимого"
70
 
71
  #: framework/premium/static/js/hooks/CreateHook.js:35
72
  msgid "Please select the type of your content block and place it in the location you want based on your display and user conditions."
73
+ msgstr "Выберите тип блока содержимого и разместите его в подходящем месте, в зависимости от особенностей экрана пользователя."
74
 
75
  #: framework/premium/static/js/hooks/CreateHook.js:55
76
  msgid "Select template type..."
77
+ msgstr "Выберите тип шаблона..."
78
 
79
  #: framework/premium/static/js/hooks/CreateHook.js:67
80
  msgid "Custom Content/Hooks"
81
+ msgstr "Произвольное содержимое/вебзацеп"
82
 
83
  #: framework/premium/static/js/hooks/CreateHook.js:76
84
  msgid "Popup Template"
85
+ msgstr "Шаблон модального окна"
86
 
87
  #: framework/premium/static/js/hooks/CreateHook.js:82
88
  msgid "404 Page Template"
89
+ msgstr "Шаблон страницы 404"
90
 
91
  #: framework/premium/static/js/hooks/CreateHook.js:91
92
  msgid "Header Template"
93
+ msgstr "Шаблон шапки"
94
 
95
  #: framework/premium/static/js/hooks/CreateHook.js:97
96
  msgid "Footer Template"
97
+ msgstr "Шаблон подвала"
98
 
99
  #: framework/premium/static/js/options/IconPicker.js:133
100
  msgid "Change Icon"
101
+ msgstr "Изменить значок"
102
 
103
  #: framework/premium/static/js/options/IconPicker.js:150
104
  msgid "Remove Icon"
105
+ msgstr "Удалить значок"
106
 
107
  #: framework/premium/static/js/options/IconPicker.js:156
108
  msgid "Select"
109
+ msgstr "Выбрать"
110
 
111
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:22
112
  msgid "Upload Icon"
113
+ msgstr "Загрузить значок"
114
 
115
  #: framework/premium/static/js/options/IconPicker/CustomIcon.js:34
116
  msgid "For performance and customization reasons, only SVG files are allowed."
117
+ msgstr "Ради производительности и настраиваемости разрешены только SVG-файлы."
118
 
119
  #: framework/premium/static/js/options/IconPicker/IconsList.js:24
120
  msgid "Search icon"
121
+ msgstr " Значок поиска"
122
 
123
  #: framework/premium/static/js/options/IconPicker/Modal.js:135
124
  msgid "Predefined"
125
+ msgstr "Указать"
126
 
127
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:156
128
  msgid "Add New Location"
129
+ msgstr "Добавить новое положение"
130
 
131
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:47
132
  msgid "Select location"
133
+ msgstr "Выберите место"
134
 
135
  #: framework/premium/static/js/typography/providers/kadence.js:15
136
  #: framework/premium/static/js/typography/providers/plus-addons.js:18
137
  #: framework/premium/static/js/typography/providers/stackable.js:18
138
  msgid "Blocksy Local Google Fonts"
139
+ msgstr "Локальные Google-шрифты"
140
 
141
  #: framework/premium/static/js/typography/providers/kadence.js:19
142
  #: framework/premium/static/js/typography/providers/plus-addons.js:22
143
  #: framework/premium/static/js/typography/providers/stackable.js:22
144
  msgid "Blocksy Typekit"
145
+ msgstr "Шрифты Typekit"
146
 
147
  #: framework/premium/static/js/typography/providers/kadence.js:20
148
  #: framework/premium/static/js/typography/providers/stackable.js:23
149
  msgid "Blocksy Custom Fonts"
150
+ msgstr "Произвольные шрифты"
151
 
152
  #: framework/premium/static/js/typography/providers/plus-addons.js:23
153
  msgid "Blocksy Custom"
154
+ msgstr "Кастомизация"
155
 
156
  #: framework/premium/static/js/typography/providers/plus-addons.js:24
157
  msgid "Blocksy System"
158
+ msgstr "Система темы"
159
 
160
  #: static/js/dashboard.js:30
161
  msgid "Starter Sites"
180
 
181
  #: static/js/header/PanelsManager.js:196
182
  msgid "Remove Header"
183
+ msgstr "Удаление шапки"
184
 
185
  #: static/js/header/PanelsManager.js:199
186
  msgid "You are about to remove a custom header, are you sure you want to continue?"
187
+ msgstr "Вы собираетесь удалить настроенную шапку! Уверены, что хотите продолжить?"
188
 
189
  #: static/js/helpers/SubmitSupport.js:18
190
  msgid "Need help or advice?"
204
 
205
  #: static/js/helpers/useActivationAction.js:113
206
  msgid "Free vs Pro"
207
+ msgstr "Бесплатная или профессиональная"
208
 
209
  #: static/js/helpers/useActivationAction.js:120
210
  msgid "Upgrade Now"
272
 
273
  #: static/js/options/CustomizerOptionsManager.js:128
274
  msgid "Click or drop to upload a file..."
275
+ msgstr "Указать или перетащить файл..."
276
 
277
  #: static/js/options/CustomizerOptionsManager.js:192
278
  msgid "Import Customizations"
279
+ msgstr "Импорт настроек"
280
 
281
  #: static/js/options/CustomizerOptionsManager.js:201
282
  msgid "Copy Options"
283
+ msgstr "Копирование настроек"
284
 
285
  #: static/js/options/CustomizerOptionsManager.js:204
286
  msgid "Copy and import your customizations from parent or child theme."
287
+ msgstr "Копирование и импорт настроек из родительской или дочерней темы."
288
 
289
  #: static/js/options/CustomizerOptionsManager.js:258
290
  msgid "Copy From Parent Theme"
336
 
337
  #: static/js/options/CustomizerOptionsManager.js:99
338
  msgid "Export Customizations"
339
+ msgstr "Экспортировать настройки"
340
 
341
  #: static/js/options/DisplayCondition.js:18
342
  msgid "Transparent Header Display Conditions"
376
 
377
  #: static/js/screens/DemoInstall/DemosList.js:100
378
  msgid "Import"
379
+ msgstr "Импорт"
380
 
381
  #: static/js/screens/DemoInstall/DemosList.js:43
382
  msgid "Available for"
384
 
385
  #: static/js/screens/DemoInstall/DemosList.js:86
386
  msgid "Preview"
387
+ msgstr "Просмотр"
388
 
389
  #: static/js/screens/DemoInstall/DemosList.js:99
390
  msgid "Modify"
513
 
514
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:151
515
  msgid "Import options"
516
+ msgstr "Импортировать настройки"
517
 
518
  #: static/js/screens/DemoInstall/Installer/useInstaller.js:161
519
  msgid "Import widgets"
573
 
574
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:129
575
  msgid "Dismiss"
576
+ msgstr "С��рыть"
577
 
578
  #: static/js/screens/DemoInstall/Wizzard/ModifyDemo.js:138
579
  msgid "What steps do you want to perform next?"
653
 
654
  #: framework/premium/extensions/mega-menu/extension.php:257
655
  msgid "New"
656
+ msgstr "Нов."
657
 
658
  #: framework/premium/extensions/mega-menu/options.php:16,
659
  #: framework/premium/extensions/mega-menu/options.php:528
660
  msgid "Mega Menu Settings"
661
+ msgstr "Настройки мега-меню"
662
 
663
  #: framework/premium/extensions/mega-menu/options.php:27
664
  msgid "Dropdown Width"
665
+ msgstr "Ширина выпадающего меню"
666
 
667
  #: framework/premium/extensions/mega-menu/options.php:35,
668
  #: framework/premium/extensions/mega-menu/options.php:48
669
  msgid "Content Width"
670
+ msgstr "Ширина содержимого"
671
 
672
  #: framework/premium/extensions/mega-menu/options.php:36,
673
  #: framework/premium/extensions/mega-menu/options.php:57
674
  msgid "Full Width"
675
+ msgstr "Полная ширина"
676
 
677
  #: framework/premium/extensions/mega-menu/options.php:37
678
  msgid "Custom Width"
679
+ msgstr "Произвольная ширина"
680
 
681
  #: framework/premium/extensions/mega-menu/options.php:56
682
  msgid "Default Width"
683
+ msgstr "Стандартная ширина"
684
 
685
  #: framework/premium/extensions/mega-menu/options.php:85
686
  msgid "Columns"
687
+ msgstr "Колонки"
688
 
689
  #: framework/premium/extensions/mega-menu/options.php:320
690
  msgid "Custom Content"
691
+ msgstr "Произвольное содержимое"
692
 
693
  #: framework/premium/extensions/mega-menu/options.php:324
694
  msgid "Content Type"
695
+ msgstr "Тип содержимого"
696
 
697
  #: framework/premium/extensions/mega-menu/options.php:331
698
  msgid "Default (Menu Item)"
699
+ msgstr "Стандартный (пункт меню)"
700
 
701
  #: framework/premium/extensions/mega-menu/options.php:332
702
  msgid "Custom Text"
703
+ msgstr "Произвольный текст"
704
 
705
  #: framework/premium/extensions/mega-menu/options.php:333
706
  msgid "Content Block/Hook"
707
+ msgstr "Блок содержимого/вебзацеп"
708
 
709
  #: framework/premium/extensions/mega-menu/options.php:392,
710
  #: framework/premium/extensions/mega-menu/options.php:708
711
  msgid "Item Label Settings"
712
+ msgstr "Настройки ярлыка пункта"
713
 
714
  #: framework/premium/extensions/mega-menu/options.php:397
715
  msgid "Item Label"
716
+ msgstr "Ярлык пункта"
717
 
718
  #: framework/premium/extensions/mega-menu/options.php:405
719
  msgid "Enabled"
720
+ msgstr "Влючено"
721
 
722
  #: framework/premium/extensions/mega-menu/options.php:406,
723
  #: framework/premium/features/content-blocks/options/404.php:104,
724
  #: framework/premium/features/content-blocks/options/header.php:108,
725
  #: framework/premium/features/content-blocks/options/hook.php:113
726
  msgid "Disabled"
727
+ msgstr "Отключено"
728
 
729
  #: framework/premium/extensions/mega-menu/options.php:407
730
  msgid "Heading"
731
+ msgstr "Заголовок"
732
 
733
  #: framework/premium/extensions/mega-menu/options.php:413
734
  msgid "Label Link"
735
+ msgstr "Ссылка ярлыка"
736
 
737
  #: framework/premium/extensions/mega-menu/options.php:479,
738
  #: framework/premium/extensions/mega-menu/options.php:790
739
  msgid "Menu Badge Settings"
740
+ msgstr "Настройки отметки меню"
741
 
742
  #: framework/premium/extensions/mega-menu/options.php:497,
743
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
744
  msgid "Vertical Alignment"
745
+ msgstr "Вертикальное выравнивание"
746
 
747
  #: framework/premium/extensions/mega-menu/options.php:532,
748
  #: framework/premium/extensions/shortcuts/customizer.php:862
749
  msgid "Background"
750
+ msgstr "Фон"
751
 
752
  #: framework/premium/extensions/mega-menu/options.php:546
753
  msgid "Link Color"
754
+ msgstr "Цвет ссылки"
755
 
756
  #: framework/premium/extensions/mega-menu/options.php:566,
757
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
759
  #: framework/premium/features/premium-header/items/contacts/options.php:459,
760
  #: framework/premium/features/premium-header/items/contacts/options.php:499
761
  msgid "Link Initial"
762
+ msgstr "Ссылка исходная"
763
 
764
  #: framework/premium/extensions/mega-menu/options.php:571
765
  msgid "Link Hover/Active"
766
+ msgstr "Ссылка при наведении/активная"
767
 
768
  #: framework/premium/extensions/mega-menu/options.php:576
769
  msgid "Background Hover"
770
+ msgstr "Фон при наведении"
771
 
772
  #: framework/premium/extensions/mega-menu/options.php:583,
773
  #: framework/premium/extensions/mega-menu/options.php:717
774
  msgid "Heading Color"
775
+ msgstr "Цвет заголовка"
776
 
777
  #: framework/premium/extensions/mega-menu/options.php:595,
778
  #: framework/premium/extensions/mega-menu/options.php:615,
779
  #: framework/premium/extensions/mega-menu/options.php:729
780
  msgid "Initial Color"
781
+ msgstr "Исходный цвет"
782
 
783
  #: framework/premium/extensions/mega-menu/options.php:603
784
  msgid "Text Color"
785
+ msgstr "Цвет текста"
786
 
787
  #: framework/premium/extensions/mega-menu/options.php:622,
788
  #: framework/premium/extensions/shortcuts/customizer.php:879,
789
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
790
  #: framework/premium/features/premium-header/items/search-input/options.php:815
791
  msgid "Items Divider"
792
+ msgstr "Разделитель элементов"
793
 
794
  #: framework/premium/extensions/mega-menu/options.php:637
795
  msgid "Columns Divider"
796
+ msgstr "Разделитель колонок"
797
 
798
  #: framework/premium/extensions/mega-menu/options.php:652,
799
  #: framework/premium/features/premium-header/items/search-input/options.php:797
800
  msgid "Dropdown Shadow"
801
+ msgstr "Тень выпадающего списка"
802
 
803
  #: framework/premium/extensions/mega-menu/options.php:684
804
  msgid "Column Settings"
805
+ msgstr "Настройки колонки"
806
 
807
  #: framework/premium/extensions/mega-menu/options.php:688
808
  msgid "Column Spacing"
809
+ msgstr "Отступ колонки"
810
 
811
  #: framework/premium/extensions/mega-menu/options.php:740,
812
  #: framework/features/header/items/account/options.php:660,
829
 
830
  #: framework/premium/extensions/post-types-extra/config.php:4
831
  msgid "Post Types Extra"
832
+ msgstr "Дополнительные типы записей"
833
 
834
  #: framework/premium/extensions/post-types-extra/config.php:5
835
  msgid "Enables support for Custom Fields inside archive cards and single page post title, adds a reading progress bar for your posts and lets you set featured images and colors for your categories archives."
836
+ msgstr "Включает поддержку настраиваемых полей внутри карточек архива и заголовка отельной страницы записи, добавляет индикатор хода чтения для записей и позволяет устанавливать изображения и цвета для архивов категорий."
837
 
838
  #: framework/premium/extensions/post-types-extra/readme.php:4
839
  msgid "After activating this extension you will be able to enable the read progress bar for your single posts, add a featured image and set different colors to each taxonomy, add custom fields to your archive cards or page/post title section with the help of ACF, MetaBox and Toolset plugins, and also add taxonomies archive filters."
840
+ msgstr "После активации этого расширения вы сможете включить индикатор прогресса чтения отдельных записей, добавлять изображение и установить разные цвета для каждой таксономии, добавлять настраиваемые поля в карточки архивов или раздел заголовка страницы/записи с помощью ACF, плагины MetaBox и Toolset, а также добавлять фильтры архивов таксономий."
841
 
842
  #: framework/premium/extensions/post-types-extra/readme.php:10
843
  msgid "Custom Fields"
844
+ msgstr "Произвольные поля"
845
 
846
  #: framework/premium/extensions/post-types-extra/readme.php:14
847
  msgid "After setting up your custom fields you will be able to output them from %s or from %2s."
848
+ msgstr "После настройки произвольных полей в�� сможете выводить их в разделе %s или %2s."
849
 
850
  #: framework/premium/extensions/post-types-extra/readme.php:17
851
  msgid "Customizer ➝ Blog Posts ➝ Card Options"
852
+ msgstr "Настройщик ➝ Записи блога ➝ Настройки карточки"
853
 
854
  #: framework/premium/extensions/post-types-extra/readme.php:21
855
  msgid "Customizer ➝ Single Posts ➝ Post Title"
856
+ msgstr "Настройщик ➝ Отдельные записи ➝ Область заголовка"
857
 
858
  #: framework/premium/extensions/post-types-extra/readme.php:29
859
  msgid "Taxonomies Filters"
860
+ msgstr "Фильтры таксономий"
861
 
862
  #: framework/premium/extensions/post-types-extra/readme.php:33
863
  msgid "You can enable the taxonomies filters from %s."
864
+ msgstr "Включить фильтры таксономий можно из раздела %s."
865
 
866
  #: framework/premium/extensions/post-types-extra/readme.php:36
867
  msgid "Customizer ➝ Blog Posts ➝ Filters"
868
+ msgstr "Настройщик ➝ Записи блога ➝ Фильтры"
869
 
870
  #: framework/premium/extensions/post-types-extra/readme.php:44
871
  msgid "Read Progress Bar"
872
+ msgstr "Индикатор прогресса чтения"
873
 
874
  #: framework/premium/extensions/post-types-extra/readme.php:48
875
  msgid "This options could be enabled from %s."
876
+ msgstr "Эти параметры могут быть включены в разделе %s."
877
 
878
  #: framework/premium/extensions/post-types-extra/readme.php:51
879
  msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
880
+ msgstr "Настройщик ➝ Отдельные записи ➝ Индикатор прогресса чтения"
881
 
882
  #: framework/premium/extensions/post-types-extra/readme.php:59
883
  msgid "Taxonomy Featured Image & Custom Colors"
884
+ msgstr "Изображение и произвольные цвета таксономии"
885
 
886
  #: framework/premium/extensions/post-types-extra/readme.php:63
887
  msgid "To customize these options simply navigate to %s and edit one of your categories."
888
+ msgstr "Чтобы настроить эти параметры, перейдите в раздел %s и измените одну из своих рубрик."
889
 
890
  #: framework/premium/extensions/post-types-extra/readme.php:66
891
  msgid "Dashboard ➝ Posts ➝ Categories"
892
+ msgstr "Консоль ➝ Записи ➝ Рубрики"
893
 
894
  #: framework/premium/extensions/shortcuts/config.php:5
895
  msgid "Easily turn your websites into mobile first experiences. You can easily add the most important actions at the bottom of the screen for easy access."
896
+ msgstr "Легко превратите свой сайт в адаптированный для мобильных устройств. Выведите органы наиболее важных действий в нижнюю часть экрана для быстрого доступа."
897
 
898
  #: framework/premium/extensions/shortcuts/customizer.php:12,
899
  #: framework/premium/extensions/shortcuts/customizer.php:35,
900
  #: framework/premium/extensions/shortcuts/customizer.php:542,
901
  #: framework/premium/extensions/shortcuts/views/bar.php:25
902
  msgid "Home"
903
+ msgstr "Главная"
904
 
905
  #: framework/premium/extensions/shortcuts/customizer.php:68,
906
  #: framework/premium/extensions/shortcuts/customizer.php:91,
915
  #: framework/premium/extensions/shortcuts/customizer.php:215,
916
  #: framework/premium/extensions/shortcuts/views/bar.php:28
917
  msgid "Scroll Top"
918
+ msgstr "Прокрутка вверх"
919
 
920
  #: framework/premium/extensions/shortcuts/customizer.php:318,
921
  #: framework/premium/extensions/shortcuts/customizer.php:341,
922
  #: framework/premium/extensions/shortcuts/views/bar.php:29
923
  msgid "Cart"
924
+ msgstr "Корзина"
925
 
926
  #: framework/premium/extensions/shortcuts/customizer.php:374,
927
  #: framework/premium/extensions/shortcuts/customizer.php:397
928
  msgid "Shop"
929
+ msgstr "Магазин"
930
 
931
  #: framework/premium/extensions/shortcuts/customizer.php:430,
932
  #: framework/premium/extensions/shortcuts/customizer.php:453,
935
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
936
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
937
  msgid "Wishlist"
938
+ msgstr "Избранное"
939
 
940
  #: framework/premium/extensions/shortcuts/customizer.php:536
941
  msgid "Shortcuts"
942
+ msgstr "Ярлыки"
943
 
944
  #: framework/premium/extensions/shortcuts/customizer.php:591,
945
  #: framework/features/header/items/account/options.php:216,
946
  #: framework/features/header/items/account/options.php:422,
947
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
948
  msgid "Label Visibility"
949
+ msgstr "Видимость подписи"
950
 
951
  #: framework/premium/extensions/shortcuts/customizer.php:631,
952
  #: framework/features/header/items/account/options.php:252,
974
 
975
  #: framework/premium/extensions/shortcuts/customizer.php:661
976
  msgid "Container Height"
977
+ msgstr "Высота контейнера"
978
 
979
  #: framework/premium/extensions/shortcuts/customizer.php:676
980
  msgid "Container Max Width"
981
+ msgstr "Макс. ширина контейнера"
982
 
983
  #: framework/premium/extensions/shortcuts/customizer.php:700
984
  msgid "Scroll Interaction"
985
+ msgstr "Реакция на прокрутку"
986
 
987
  #: framework/premium/extensions/shortcuts/customizer.php:706
988
  msgid "Hide"
989
+ msgstr "Скрывать"
990
 
991
  #: framework/premium/extensions/shortcuts/customizer.php:748
992
  msgid "Shortcuts Bar Display Conditions"
993
+ msgstr "Условия отображения панели ярлыков"
994
 
995
  #: framework/premium/extensions/shortcuts/customizer.php:749
996
  msgid "Add one or more conditions to display the shortcuts bar."
997
+ msgstr " Добавьте одно или несколько условий для отображения панели ярлыков."
998
 
999
  #: framework/premium/extensions/shortcuts/customizer.php:763,
1000
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
1002
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
1003
  #: framework/premium/features/premium-header/items/language-switcher/options.php:376
1004
  msgid "Font"
1005
+ msgstr "Шрифт"
1006
 
1007
  #: framework/premium/extensions/shortcuts/customizer.php:805,
1008
  #: framework/premium/features/premium-header/items/contacts/options.php:529,
1010
  #: framework/premium/features/premium-header/items/contacts/options.php:589,
1011
  #: framework/premium/features/premium-header/items/contacts/options.php:619
1012
  msgid "Icons Color"
1013
+ msgstr "Цвет значков"
1014
 
1015
  #: framework/premium/extensions/shortcuts/customizer.php:844
1016
  msgid "Cart Badge Color"
1017
+ msgstr "Цве�� метки корзины"
1018
 
1019
  #: framework/premium/extensions/shortcuts/customizer.php:899
1020
  msgid "Items Divider Height"
1021
+ msgstr "Высота разделителя элементов"
1022
 
1023
  #: framework/premium/extensions/shortcuts/customizer.php:913,
1024
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
1025
  #: framework/premium/features/content-blocks/options/popup.php:368,
1026
  #: framework/premium/features/premium-header/items/language-switcher/options.php:446
1027
  msgid "Shadow"
1028
+ msgstr "Тень"
1029
 
1030
  #: framework/premium/extensions/sidebars/config.php:5
1031
  msgid "Create unlimited personalized sets of widget areas and display them on any page or post using our conditional logic functionality."
1032
+ msgstr "Создавайте сколько угодно персонализированных наборов областей виджетов и отображайте их на любой странице или записи, используя функциональность условной логики."
1033
 
1034
  #: framework/premium/extensions/sidebars/config.php:9
1035
  msgid "Create New Sidebar"
1036
+ msgstr "Создать сайдбар"
1037
 
1038
  #: framework/premium/extensions/sidebars/form.php:3
1039
  #: framework/premium/extensions/sidebars/static/js/main.js:42
1040
  msgid "Create Sidebar/Widget Area"
1041
+ msgstr "Создать сайдбар/область виджетов"
1042
 
1043
  #: framework/premium/extensions/sidebars/form.php:6
1044
  msgid "In order to create a new sidebar/widget area simply enter a name in the input below and click the Create Sidebar button."
1045
+ msgstr "Чтобы создать новый сайдбар/область виджетов, просто введите название в поле ввода ниже и нажмите кнопку «Создать сайдбар»."
1046
 
1047
  #: framework/premium/extensions/sidebars/form.php:16
1048
  #: framework/premium/extensions/sidebars/static/js/main.js:58
1049
  msgid "Create Sidebar"
1050
+ msgstr "Создать сайдбар"
1051
 
1052
  #: framework/premium/extensions/sidebars/form.php:20
1053
  msgid "Available Sidebars/Widget Areas"
1054
+ msgstr "Доступные сайдбары/области виджетов"
1055
 
1056
  #: framework/premium/extensions/white-label/config.php:4
1057
  msgid "Replace Blocksy's branding with your own. Easily hide licensing info and other sections of the theme and companion plugin from your clients and make your final product look more professional."
1058
+ msgstr "Заменяйте айдентику Blocksy на свою собственную. Легко скрывайте информацию о лицензировании и другие разделы темы и сопутствующего плагина от своих клиентов и делайте свой конечный продукт более профессиональным."
1059
 
1060
  #: framework/premium/extensions/woocommerce-extra/config.php:5
1061
  msgid "Make the shopping experience better for your visitors! Add features such as Product Quick View, Wishlist functionality and a Floating Add to Cart button. Customize the single product gallery/slider and the layout."
1062
+ msgstr "Сделайте процесс покупок лучше для посетителей своего сайта! Добавьте такие функции, как быстрый просмотр товара, раздел списка желаний и плавающая кнопка добавления в корзину. Настраивайте галерею/слайдер отдельного товара и его макет."
1063
 
1064
  #: framework/premium/extensions/woocommerce-extra/customizer.php:5
1065
  msgid "Quick View Button"
1066
+ msgstr "Кнопка быстрого просмотра"
1067
 
1068
  #: framework/premium/extensions/woocommerce-extra/customizer.php:21
1069
  msgid "Trigger On"
1070
+ msgstr "Триггер запуска"
1071
 
1072
  #: framework/premium/extensions/woocommerce-extra/customizer.php:29
1073
  msgid "Button click"
1074
+ msgstr "Нажатие на кнопку"
1075
 
1076
  #: framework/premium/extensions/woocommerce-extra/customizer.php:30
1077
  msgid "Image click"
1078
+ msgstr "Нажатие на картинку"
1079
 
1080
  #: framework/premium/extensions/woocommerce-extra/customizer.php:31
1081
  msgid "Card click"
1082
+ msgstr "Нажатие на карточку"
1083
 
1084
  #: framework/premium/extensions/woocommerce-extra/extension.php:82,
1085
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
1099
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
1100
  #: framework/premium/extensions/woocommerce-extra/extension.php:129
1101
  msgid "Number of Columns"
1102
+ msgstr "Колонки"
1103
 
1104
  #: framework/premium/extensions/woocommerce-extra/extension.php:612
1105
  msgid "Available Filters"
1106
+ msgstr "Доступные фильтры"
1107
 
1108
  #: framework/premium/extensions/woocommerce-extra/extension.php:690
1109
  msgid "Quick view title before"
1110
+ msgstr "Перед заголовком быстрого просмотра"
1111
 
1112
  #: framework/premium/extensions/woocommerce-extra/extension.php:695
1113
  msgid "Quick view title after"
1114
+ msgstr "После заголовка быстрого просмотра"
1115
 
1116
  #: framework/premium/extensions/woocommerce-extra/extension.php:700
1117
  msgid "Quick view price before"
1118
+ msgstr "До цены быстрого просмотра"
1119
 
1120
  #: framework/premium/extensions/woocommerce-extra/extension.php:705
1121
  msgid "Quick view price after"
1122
+ msgstr "После цены быстрого просмотра"
1123
 
1124
  #: framework/premium/extensions/woocommerce-extra/extension.php:710
1125
  msgid "Quick view summary before"
1126
+ msgstr "До обзора быстрого просмотра"
1127
 
1128
  #: framework/premium/extensions/woocommerce-extra/extension.php:715
1129
  msgid "Quick view summary after"
1130
+ msgstr "После обзора быстрого просмотра"
1131
 
1132
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
1133
  #: framework/premium/extensions/woocommerce-extra/readme.php:25
1134
  msgid "Floating Cart"
1135
+ msgstr "Плавающая корзина"
1136
 
1137
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
1138
  msgid "Position"
1139
+ msgstr "Положение"
1140
 
1141
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
1142
  #: framework/premium/features/content-blocks/hooks-manager.php:295,
1143
  #: framework/premium/features/content-blocks/options/hook.php:306
1144
  msgid "Top"
1145
+ msgstr "Верху"
1146
 
1147
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
1148
  msgid "Product Title Visibility"
1149
+ msgstr "Видимость заголовка товара"
1150
 
1151
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
1152
  msgid "Floating Cart Visibility"
1153
+ msgstr "Видимость плавающей корзины"
1154
 
1155
  #: framework/premium/extensions/woocommerce-extra/helpers.php:102
1156
  msgid "Go to product page"
1157
+ msgstr "Открыть страницу товара"
1158
 
1159
  #: framework/premium/extensions/woocommerce-extra/helpers.php:322
1160
  msgid "Filter"
1161
+ msgstr "Фильтр"
1162
 
1163
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
1164
  msgid "Off Canvas Filter"
1165
+ msgstr "Плавающий фильтр"
1166
 
1167
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
1168
  msgid "Filter Widgets"
1169
+ msgstr "Виджеты фильтра"
1170
 
1171
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
1172
  msgid "Widgets"
1173
+ msgstr "Виджеты"
1174
 
1175
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
1176
  msgid "Widgets Vertical Spacing"
1177
+ msgstr "Вертикальный отступ виджетов"
1178
 
1179
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
1180
  msgid "Widgets Title Font"
1181
+ msgstr "Шрифт заголовков виджетов"
1182
 
1183
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
1184
  msgid "Widgets Title Font Color"
1185
+ msgstr "Цвет шрифта заголовков виджетов"
1186
 
1187
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
1188
  msgid "Widgets Font"
1189
+ msgstr "Шрифт виджетов"
1190
 
1191
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
1192
  msgid "Widgets Font Color"
1193
+ msgstr "Цвет шрифта виджетов"
1194
 
1195
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
1196
  #: framework/premium/features/premium-header/items/contacts/options.php:411,
1197
  #: framework/premium/features/premium-header/items/contacts/options.php:454,
1198
  #: framework/premium/features/premium-header/items/contacts/options.php:494
1199
  msgid "Text Initial"
1200
+ msgstr "Исходный текст"
1201
 
1202
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
1203
  #: framework/premium/features/premium-header/items/contacts/options.php:423,
1204
  #: framework/premium/features/premium-header/items/contacts/options.php:464,
1205
  #: framework/premium/features/premium-header/items/contacts/options.php:504
1206
  msgid "Link Hover"
1207
+ msgstr "Ссылка при наведении"
1208
 
1209
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
1210
  msgid "Filter Button & Panel"
1211
+ msgstr "Кнопка и панель фильтра"
1212
 
1213
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
1214
  msgid "Filter Icon Type"
1215
+ msgstr "Тип значка фильтра"
1216
 
1217
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
1218
  msgid "Filter Button Visibility"
1219
+ msgstr "Видимость кнопки фильтра"
1220
 
1221
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
1222
  msgid "Panel Reveal"
1223
+ msgstr "Раскрытие панели"
1224
 
1225
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
1226
  msgid "Left Side"
1227
+ msgstr "Слева"
1228
 
1229
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
1230
  msgid "Right Side"
1231
+ msgstr "Справа"
1232
 
1233
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
1234
  msgid "Panel Width"
1235
+ msgstr "Ширина панели"
1236
 
1237
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
1238
  msgid "Panel Shadow"
1239
+ msgstr "Тень панели"
1240
 
1241
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:302
1242
  msgid "Panel Background"
1243
+ msgstr "Фон панели"
1244
 
1245
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:334,
1246
  #: framework/features/header/items/account/options.php:958
1254
 
1255
  #: framework/premium/extensions/woocommerce-extra/readme.php:4
1256
  msgid "After installing and activating the WooCommerce Extra extension you will have these features:"
1257
+ msgstr "После активации расширения WooCommerce Extra вы получите следующий функционал:"
1258
 
1259
  #: framework/premium/extensions/woocommerce-extra/readme.php:10
1260
  msgid "Product Quick View"
1261
+ msgstr "Быстрый просмотр товара"
1262
 
1263
  #: framework/premium/extensions/woocommerce-extra/readme.php:14,
1264
  #: framework/premium/extensions/woocommerce-extra/readme.php:29,
1266
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
1267
  #: framework/premium/extensions/woocommerce-extra/readme.php:74
1268
  msgid "Navigate to %s."
1269
+ msgstr "Перейдите в раздел %s."
1270
 
1271
  #: framework/premium/extensions/woocommerce-extra/readme.php:17
1272
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
1273
+ msgstr "Внешний вид ➝ Настроить ➝ WooCommerce ➝ Архивы товаров ➝ Настройки карточки ➝ Быстрый просмотр"
1274
 
1275
  #: framework/premium/extensions/woocommerce-extra/readme.php:32
1276
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
1277
+ msgstr "Внешний вид ➝ Настроить ➝ WooCommerce ➝ Отдельный товар ➝ Плавающая корзина"
1278
 
1279
  #: framework/premium/extensions/woocommerce-extra/readme.php:40
1280
  msgid "Advanced Gallery & Slider"
1281
+ msgstr "Расширенная галерея и слайдер"
1282
 
1283
  #: framework/premium/extensions/woocommerce-extra/readme.php:47
1284
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
1285
+ msgstr "Внешний вид ➝ Настроить ➝ WooCommerce ➝ Отдельный товар ➝ Настройки галереи"
1286
 
1287
  #: framework/premium/extensions/woocommerce-extra/readme.php:55
1288
  msgid "Share Box"
1289
+ msgstr "Блок отправки в соцсети"
1290
 
1291
  #: framework/premium/extensions/woocommerce-extra/readme.php:62
1292
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
1293
+ msgstr "Внешний вид ➝ Настроить ➝ WooCommerce ➝ Отдельный товар ➝ Блок отправки в соцсети"
1294
 
1295
  #: framework/premium/extensions/woocommerce-extra/readme.php:77
1296
  msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
1297
+ msgstr "Настройка ➝ WooCommerce ➝ Общее ➝ Список желаний"
1298
 
1299
  #: framework/premium/features/content-blocks/hooks-manager.php:11
1300
  msgid "WP head"
1301
+ msgstr "Хэдер WP"
1302
 
1303
  #: framework/premium/features/content-blocks/hooks-manager.php:13,
1304
  #: framework/premium/features/content-blocks/hooks-manager.php:22,
1305
  #: framework/premium/features/content-blocks/hooks-manager.php:32
1306
  msgid "Head"
1307
+ msgstr "Хэдер"
1308
 
1309
  #: framework/premium/features/content-blocks/hooks-manager.php:20
1310
  msgid "WP head start"
1311
+ msgstr "Начало хэдера WP"
1312
 
1313
  #: framework/premium/features/content-blocks/hooks-manager.php:30
1314
  msgid "WP head end"
1315
+ msgstr "Конец хэдера WP"
1316
 
1317
  #: framework/premium/features/content-blocks/hooks-manager.php:39
1318
  msgid "Header before"
1319
+ msgstr "Перед хэдером"
1320
 
1321
  #: framework/premium/features/content-blocks/hooks-manager.php:41,
1322
  #: framework/premium/features/content-blocks/hooks-manager.php:50
1323
  msgid "Header"
1324
+ msgstr "Хэдер"
1325
 
1326
  #: framework/premium/features/content-blocks/hooks-manager.php:48
1327
  msgid "Header after"
1328
+ msgstr "После хэдера"
1329
 
1330
  #: framework/premium/features/content-blocks/hooks-manager.php:57
1331
  msgid "Desktop top"
1332
+ msgstr "Верх десктопа"
1333
 
1334
  #: framework/premium/features/content-blocks/hooks-manager.php:59,
1335
  #: framework/premium/features/content-blocks/hooks-manager.php:68,
1336
  #: framework/premium/features/content-blocks/hooks-manager.php:77,
1337
  #: framework/premium/features/content-blocks/hooks-manager.php:86
1338
  msgid "Header offcanvas"
1339
+ msgstr "Плавающий блок шапки"
1340
 
1341
  #: framework/premium/features/content-blocks/hooks-manager.php:66
1342
  msgid "Desktop bottom"
1343
+ msgstr "Низ десктопа"
1344
 
1345
  #: framework/premium/features/content-blocks/hooks-manager.php:75
1346
  msgid "Mobile top"
1347
+ msgstr "Верх мобильного"
1348
 
1349
  #: framework/premium/features/content-blocks/hooks-manager.php:84
1350
  msgid "Mobile bottom"
1351
+ msgstr "Низ мобильного"
1352
 
1353
  #: framework/premium/features/content-blocks/hooks-manager.php:93
1354
  msgid "Sidebar before"
1355
+ msgstr "До сайдбара"
1356
 
1357
  #: framework/premium/features/content-blocks/hooks-manager.php:94,
1358
  #: framework/premium/features/content-blocks/hooks-manager.php:101,
1359
  #: framework/premium/features/content-blocks/hooks-manager.php:108,
1360
  #: framework/premium/features/content-blocks/hooks-manager.php:115
1361
  msgid "Left/Right sidebar"
1362
+ msgstr "Левый/правый сайдбар"
1363
 
1364
  #: framework/premium/features/content-blocks/hooks-manager.php:100
1365
  msgid "Sidebar start"
1366
+ msgstr "Начало сайдбара"
1367
 
1368
  #: framework/premium/features/content-blocks/hooks-manager.php:107
1369
  msgid "Sidebar end"
1370
+ msgstr "Конец сайдбара"
1371
 
1372
  #: framework/premium/features/content-blocks/hooks-manager.php:114
1373
  msgid "Sidebar after"
1374
+ msgstr "После сайдбара"
1375
 
1376
  #: framework/premium/features/content-blocks/hooks-manager.php:121
1377
  msgid "Dynamic sidebar before"
1378
+ msgstr "До динамического сайдбара"
1379
 
1380
  #: framework/premium/features/content-blocks/hooks-manager.php:122,
1381
  #: framework/premium/features/content-blocks/hooks-manager.php:129,
1382
  #: framework/premium/features/content-blocks/hooks-manager.php:137
1383
  msgid "All widget areas"
1384
+ msgstr "Все области виджетов"
1385
 
1386
  #: framework/premium/features/content-blocks/hooks-manager.php:128
1387
  msgid "Dynamic sidebar"
1388
+ msgstr "Динамический сайдбар"
1389
 
1390
  #: framework/premium/features/content-blocks/hooks-manager.php:136
1391
  msgid "Dynamic sidebar after"
1392
+ msgstr "После динамического сайдбара"
1393
 
1394
  #: framework/premium/features/content-blocks/hooks-manager.php:145
1395
  msgid "Before section"
1396
+ msgstr "После раздела"
1397
 
1398
  #: framework/premium/features/content-blocks/hooks-manager.php:146,
1399
  #: framework/premium/features/content-blocks/hooks-manager.php:154,
1402
  #: framework/premium/features/content-blocks/hooks-manager.php:178,
1403
  #: framework/premium/features/content-blocks/hooks-manager.php:186
1404
  msgid "Page/post title"
1405
+ msgstr "Заголовок страницы/записи"
1406
 
1407
  #: framework/premium/features/content-blocks/hooks-manager.php:153,
1408
  #: framework/premium/features/content-blocks/hooks-manager.php:239
1409
  msgid "Before title"
1410
+ msgstr "Перед заголовком"
1411
 
1412
  #: framework/premium/features/content-blocks/hooks-manager.php:161
1413
  msgid "Before post meta"
1414
+ msgstr "До метаданных записи"
1415
 
1416
  #: framework/premium/features/content-blocks/hooks-manager.php:169,
1417
  #: framework/premium/features/content-blocks/hooks-manager.php:246
1418
  msgid "After title"
1419
+ msgstr "После заголовка"
1420
 
1421
  #: framework/premium/features/content-blocks/hooks-manager.php:177
1422
  msgid "After post meta"
1423
+ msgstr "После метаданных записи"
1424
 
1425
  #: framework/premium/features/content-blocks/hooks-manager.php:185
1426
  msgid "After section"
1427
+ msgstr "После раздела"
1428
 
1429
  #: framework/premium/features/content-blocks/hooks-manager.php:193
1430
  msgid "Before content"
1431
+ msgstr "Перед содержимым"
1432
 
1433
  #: framework/premium/features/content-blocks/hooks-manager.php:201,
1434
  #: framework/premium/features/content-blocks/hooks-manager.php:303
1435
  msgid "Top content"
1436
+ msgstr "Верх содержимого"
1437
 
1438
  #: framework/premium/features/content-blocks/hooks-manager.php:209,
1439
  #: framework/premium/features/content-blocks/hooks-manager.php:325
1440
  msgid "Bottom content"
1441
+ msgstr "Низ содержимого"
1442
 
1443
  #: framework/premium/features/content-blocks/hooks-manager.php:217
1444
  msgid "After content"
1445
+ msgstr "После содержимого"
1446
 
1447
  #: framework/premium/features/content-blocks/hooks-manager.php:225
1448
  msgid "Before comments"
1449
+ msgstr "Перед комментами"
1450
 
1451
  #: framework/premium/features/content-blocks/hooks-manager.php:226,
1452
  #: framework/premium/features/content-blocks/hooks-manager.php:233,
1455
  #: framework/premium/features/content-blocks/hooks-manager.php:254,
1456
  #: framework/premium/features/content-blocks/hooks-manager.php:261
1457
  msgid "Comments"
1458
+ msgstr "Комменты"
1459
 
1460
  #: framework/premium/features/content-blocks/hooks-manager.php:232
1461
  msgid "Top comments"
1462
+ msgstr "Верх комментов"
1463
 
1464
  #: framework/premium/features/content-blocks/hooks-manager.php:253
1465
  msgid "Bottom comments"
1466
+ msgstr "Низ комментов"
1467
 
1468
  #: framework/premium/features/content-blocks/hooks-manager.php:260
1469
  msgid "After comments"
1470
+ msgstr "После комментов"
1471
 
1472
  #: framework/premium/features/content-blocks/hooks-manager.php:267,
1473
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:453
1474
  msgid "Before"
1475
+ msgstr "Перед"
1476
 
1477
  #: framework/premium/features/content-blocks/hooks-manager.php:268,
1478
  #: framework/premium/features/content-blocks/hooks-manager.php:275
1479
  msgid "Loop"
1480
+ msgstr "Цикл"
1481
 
1482
  #: framework/premium/features/content-blocks/hooks-manager.php:274,
1483
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:464
1484
  msgid "After"
1485
+ msgstr "После"
1486
 
1487
  #: framework/premium/features/content-blocks/hooks-manager.php:281
1488
  msgid "Start"
1489
+ msgstr "Начало"
1490
 
1491
  #: framework/premium/features/content-blocks/hooks-manager.php:282,
1492
  #: framework/premium/features/content-blocks/hooks-manager.php:289
1493
  msgid "Loop card"
1494
+ msgstr "Карточка цикла"
1495
 
1496
  #: framework/premium/features/content-blocks/hooks-manager.php:288
1497
  msgid "End"
1498
+ msgstr "Конец"
1499
 
1500
  #: framework/premium/features/content-blocks/hooks-manager.php:311
1501
  msgid "After certain number of blocks"
1502
+ msgstr "После определённого количества блоков"
1503
 
1504
  #: framework/premium/features/content-blocks/hooks-manager.php:318
1505
  msgid "Before certain number of headings"
1506
+ msgstr "После определённого количества заголовков"
1507
 
1508
  #: framework/premium/features/content-blocks/hooks-manager.php:341
1509
  msgid "Login form start"
1510
+ msgstr "Начало формы входа"
1511
 
1512
  #: framework/premium/features/content-blocks/hooks-manager.php:342,
1513
  #: framework/premium/features/content-blocks/hooks-manager.php:349,
1520
  #: framework/premium/features/content-blocks/hooks-manager.php:398,
1521
  #: framework/premium/features/content-blocks/hooks-manager.php:405
1522
  msgid "Auth forms"
1523
+ msgstr "Формы входа"
1524
 
1525
  #: framework/premium/features/content-blocks/hooks-manager.php:348
1526
  msgid "Login form end"
1527
+ msgstr "Конец формы входа"
1528
 
1529
  #: framework/premium/features/content-blocks/hooks-manager.php:355
1530
  msgid "Login form modal start"
1531
+ msgstr "Начало модальной формы входа"
1532
 
1533
  #: framework/premium/features/content-blocks/hooks-manager.php:362
1534
  msgid "Login form modal end"
1535
+ msgstr "Конец модальной формы входа"
1536
 
1537
  #: framework/premium/features/content-blocks/hooks-manager.php:369
1538
  msgid "Register form start"
1539
+ msgstr "Начало формы регистрации"
1540
 
1541
  #: framework/premium/features/content-blocks/hooks-manager.php:376
1542
  msgid "Register form end"
1543
+ msgstr "Конец формы регистрации"
1544
 
1545
  #: framework/premium/features/content-blocks/hooks-manager.php:383
1546
  msgid "Register form modal start"
1547
+ msgstr "Начало модальной формы регистрации"
1548
 
1549
  #: framework/premium/features/content-blocks/hooks-manager.php:390
1550
  msgid "Register form modal end"
1551
+ msgstr "Конец модальной формы регистрации"
1552
 
1553
  #: framework/premium/features/content-blocks/hooks-manager.php:397
1554
  msgid "Lost password form modal start"
1555
+ msgstr "Начало модальной формы восстановления"
1556
 
1557
  #: framework/premium/features/content-blocks/hooks-manager.php:404
1558
  msgid "Lost password form modal end"
1559
+ msgstr "Конец модальной формы восстановления"
1560
 
1561
  #: framework/premium/features/content-blocks/hooks-manager.php:412
1562
  msgid "Before main content"
1563
+ msgstr "До основного содержимого"
1564
 
1565
  #: framework/premium/features/content-blocks/hooks-manager.php:418
1566
  msgid "After main content"
1567
+ msgstr "После основного содержимого"
1568
 
1569
  #: framework/premium/features/content-blocks/hooks-manager.php:421
1570
  msgid "WooCommerce Global"
1571
+ msgstr "Весь WooCommerce"
1572
 
1573
  #: framework/premium/features/content-blocks/hooks-manager.php:426
1574
  msgid "Archive description"
1575
+ msgstr "Описание архива"
1576
 
1577
  #: framework/premium/features/content-blocks/hooks-manager.php:431
1578
  msgid "Before shop loop"
1579
+ msgstr "До цикла магазина"
1580
 
1581
  #: framework/premium/features/content-blocks/hooks-manager.php:448
1582
  msgid "Before shop loop item title"
1583
+ msgstr "Перед заголовком товара цикла магазина"
1584
 
1585
  #: framework/premium/features/content-blocks/hooks-manager.php:453
1586
  msgid "After shop loop item title"
1587
+ msgstr "После заголовка товара цикла магазина"
1588
 
1589
  #: framework/premium/features/content-blocks/hooks-manager.php:458
1590
  msgid "Before shop loop item price"
1591
+ msgstr "Перед ценой товара цикла магазина"
1592
 
1593
  #: framework/premium/features/content-blocks/hooks-manager.php:463
1594
  msgid "After shop loop item price"
1595
+ msgstr "После цены товара цикла магазина"
1596
 
1597
  #: framework/premium/features/content-blocks/hooks-manager.php:468
1598
  msgid "After shop loop"
1599
+ msgstr "После цикла магазина"
1600
 
1601
  #: framework/premium/features/content-blocks/hooks-manager.php:470
1602
  msgid "WooCommerce Archive"
1603
+ msgstr "Архив WooCommerce"
1604
 
1605
  #: framework/premium/features/content-blocks/hooks-manager.php:475
1606
  msgid "Before single product"
1607
+ msgstr "До отдельного товара"
1608
 
1609
  #: framework/premium/features/content-blocks/hooks-manager.php:493
1610
  msgid "Product meta start"
1611
+ msgstr "Начало метаданных товара"
1612
 
1613
  #: framework/premium/features/content-blocks/hooks-manager.php:497
1614
  msgid "Product meta end"
1615
+ msgstr "Конец метаданных товара"
1616
 
1617
  #: framework/premium/features/content-blocks/hooks-manager.php:501
1618
  msgid "Share"
1619
+ msgstr "Отправка в соцсети"
1620
 
1621
  #: framework/premium/features/content-blocks/hooks-manager.php:505
1622
  msgid "After single product"
1623
+ msgstr "После отдельного товара"
1624
 
1625
  #: framework/premium/features/content-blocks/hooks-manager.php:511
1626
  msgid "Before single product excerpt"
1627
+ msgstr "До отрывка отдельного товара"
1628
 
1629
  #: framework/premium/features/content-blocks/hooks-manager.php:516
1630
  msgid "After single product excerpt"
1631
+ msgstr "После отрывка отдельного товара"
1632
 
1633
  #: framework/premium/features/content-blocks/hooks-manager.php:521
1634
  msgid "Before single product tabs"
1635
+ msgstr "До вкладок отдельного товара"
1636
 
1637
  #: framework/premium/features/content-blocks/hooks-manager.php:527
1638
  msgid "After single product tabs"
1639
+ msgstr "После вкладок отдельного товара"
1640
 
1641
  #: framework/premium/features/content-blocks/hooks-manager.php:531
1642
  msgid "WooCommerce Product"
1643
+ msgstr "Товар WooCommerce"
1644
 
1645
  #: framework/premium/features/content-blocks/hooks-manager.php:536
1646
  msgid "Cart is empty"
1647
+ msgstr "Корзина пуста"
1648
 
1649
  #: framework/premium/features/content-blocks/hooks-manager.php:540
1650
  msgid "Before cart"
1651
+ msgstr "До корзины"
1652
 
1653
  #: framework/premium/features/content-blocks/hooks-manager.php:544
1654
  msgid "Before cart table"
1655
+ msgstr "До таблицы корзины"
1656
 
1657
  #: framework/premium/features/content-blocks/hooks-manager.php:548
1658
  msgid "Before cart contents"
1659
+ msgstr "После содержимого корзины"
1660
 
1661
  #: framework/premium/features/content-blocks/hooks-manager.php:552
1662
  msgid "Cart contents"
1663
+ msgstr "Содержимое корзины"
1664
 
1665
  #: framework/premium/features/content-blocks/hooks-manager.php:556
1666
  msgid "After cart contents"
1667
+ msgstr "После содержимого корзины"
1668
 
1669
  #: framework/premium/features/content-blocks/hooks-manager.php:560
1670
  msgid "Cart coupon"
1671
+ msgstr "Купон корзины"
1672
 
1673
  #: framework/premium/features/content-blocks/hooks-manager.php:564
1674
  msgid "Cart actions"
1675
+ msgstr "Действия корзины"
1676
 
1677
  #: framework/premium/features/content-blocks/hooks-manager.php:568
1678
  msgid "After cart table"
1679
+ msgstr "После таблицы корзины"
1680
 
1681
  #: framework/premium/features/content-blocks/hooks-manager.php:572
1682
  msgid "Cart collaterals"
1683
+ msgstr "Collaterals корзины"
1684
 
1685
  #: framework/premium/features/content-blocks/hooks-manager.php:576
1686
  msgid "Before cart totals"
1687
+ msgstr "До итогов корзины"
1688
 
1689
  #: framework/premium/features/content-blocks/hooks-manager.php:580
1690
  msgid "Cart totals before order total"
1691
+ msgstr "Итоги корзины до итогов заказа"
1692
 
1693
  #: framework/premium/features/content-blocks/hooks-manager.php:584
1694
  msgid "Cart totals after order total"
1695
+ msgstr "Итоги корзины после итогов заказа"
1696
 
1697
  #: framework/premium/features/content-blocks/hooks-manager.php:588
1698
  msgid "Proceed to checkout"
1699
+ msgstr "Перейти к оформлению заказа"
1700
 
1701
  #: framework/premium/features/content-blocks/hooks-manager.php:592
1702
  msgid "After cart totals"
1703
+ msgstr "После итогов корзины"
1704
 
1705
  #: framework/premium/features/content-blocks/hooks-manager.php:596
1706
  msgid "After cart"
1707
+ msgstr "После корзины"
1708
 
1709
  #: framework/premium/features/content-blocks/hooks-manager.php:601
1710
  msgid "Before Mini Cart"
1711
+ msgstr "До мини-корзины"
1712
 
1713
  #: framework/premium/features/content-blocks/hooks-manager.php:606
1714
  msgid "Before Mini Cart Contents"
1715
+ msgstr "До содержимого мини-корзины"
1716
 
1717
  #: framework/premium/features/content-blocks/hooks-manager.php:611
1718
  msgid "Mini Cart Contents"
1719
+ msgstr "Содержимое мини-корзины"
1720
 
1721
  #: framework/premium/features/content-blocks/hooks-manager.php:616
1722
  msgid "Widget Shopping Cart Before Buttons"
1723
+ msgstr "Виджет корзины перед кнопками"
1724
 
1725
  #: framework/premium/features/content-blocks/hooks-manager.php:621
1726
  msgid "Widget Shopping Cart After Buttons"
1727
+ msgstr "Виджет корзины после кнопок"
1728
 
1729
  #: framework/premium/features/content-blocks/hooks-manager.php:626
1730
  msgid "After Mini Cart"
1731
+ msgstr "После мини-корзины"
1732
 
1733
  #: framework/premium/features/content-blocks/hooks-manager.php:628
1734
  msgid "WooCommerce Cart"
1735
+ msgstr "Корзина WooCommerce"
1736
 
1737
  #: framework/premium/features/content-blocks/hooks-manager.php:634
1738
  msgid "Before checkout form"
1739
+ msgstr "До формы оформления заказа"
1740
 
1741
  #: framework/premium/features/content-blocks/hooks-manager.php:638
1742
  msgid "Before customer details"
1743
+ msgstr "До сведений о клиенте"
1744
 
1745
  #: framework/premium/features/content-blocks/hooks-manager.php:642
1746
  msgid "After customer details"
1747
+ msgstr "После сведений о клиенте"
1748
 
1749
  #: framework/premium/features/content-blocks/hooks-manager.php:646
1750
  msgid "Checkout billing"
1751
+ msgstr "Выставление счёта"
1752
 
1753
  #: framework/premium/features/content-blocks/hooks-manager.php:650
1754
  msgid "Before checkout billing form"
1755
+ msgstr "До формы выставления счёта"
1756
 
1757
  #: framework/premium/features/content-blocks/hooks-manager.php:654
1758
  msgid "After checkout billing form"
1759
+ msgstr "После формы выставления счёта"
1760
 
1761
  #: framework/premium/features/content-blocks/hooks-manager.php:658
1762
  msgid "Before order notes"
1763
+ msgstr "До примечания к заказу"
1764
 
1765
  #: framework/premium/features/content-blocks/hooks-manager.php:662
1766
  msgid "After order notes"
1767
+ msgstr "После примечания к заказу"
1768
 
1769
  #: framework/premium/features/content-blocks/hooks-manager.php:666
1770
  msgid "Checkout shipping"
1771
+ msgstr "Условия доставки"
1772
 
1773
  #: framework/premium/features/content-blocks/hooks-manager.php:670
1774
  msgid "Checkout before order review"
1775
+ msgstr "Оформление перед отзывом"
1776
 
1777
  #: framework/premium/features/content-blocks/hooks-manager.php:674
1778
  msgid "Checkout order review"
1779
+ msgstr "Просмотр оформляемого заказа"
1780
 
1781
  #: framework/premium/features/content-blocks/hooks-manager.php:678
1782
  msgid "Review order before cart contents"
1783
+ msgstr "До содержимого корзины просмотра заказа"
1784
 
1785
  #: framework/premium/features/content-blocks/hooks-manager.php:682
1786
  msgid "Review order after cart contents"
1787
+ msgstr "После содержимого корзины просмотра заказа"
1788
 
1789
  #: framework/premium/features/content-blocks/hooks-manager.php:686
1790
  msgid "Review order before order total"
1791
+ msgstr "До итога просмотра заказа"
1792
 
1793
  #: framework/premium/features/content-blocks/hooks-manager.php:690
1794
  msgid "Review order after order total"
1795
+ msgstr "После итога просмотра заказа"
1796
 
1797
  #: framework/premium/features/content-blocks/hooks-manager.php:694
1798
  msgid "Review order before payment"
1799
+ msgstr "До платежа просмотра заказа"
1800
 
1801
  #: framework/premium/features/content-blocks/hooks-manager.php:698
1802
  msgid "Review order before submit"
1803
+ msgstr "До платежа просмотра заказа"
1804
 
1805
  #: framework/premium/features/content-blocks/hooks-manager.php:702
1806
  msgid "Review order after submit"
1807
+ msgstr "После подтверждения просмотра заказа"
1808
 
1809
  #: framework/premium/features/content-blocks/hooks-manager.php:706
1810
  msgid "Review order after payment"
1811
+ msgstr "После платежа просмотра заказа"
1812
 
1813
  #: framework/premium/features/content-blocks/hooks-manager.php:710
1814
  msgid "Checkout after order review"
1815
+ msgstr "Оформление после отзыва"
1816
 
1817
  #: framework/premium/features/content-blocks/hooks-manager.php:714
1818
  msgid "After checkout form"
1819
+ msgstr "После формы оформлени заказа"
1820
 
1821
  #: framework/premium/features/content-blocks/hooks-manager.php:717
1822
  msgid "WooCommerce Checkout"
1823
+ msgstr "Оформление заказа WooCommerce"
1824
 
1825
  #: framework/premium/features/content-blocks/hooks-manager.php:723
1826
  msgid "Before my account"
1827
+ msgstr "Перед профилем"
1828
 
1829
  #: framework/premium/features/content-blocks/hooks-manager.php:727
1830
  msgid "Before account navigation"
1831
+ msgstr "Перед навигацией профиля"
1832
 
1833
  #: framework/premium/features/content-blocks/hooks-manager.php:731
1834
  msgid "Account navigation"
1835
+ msgstr "Навигация профиля"
1836
 
1837
  #: framework/premium/features/content-blocks/hooks-manager.php:735
1838
  msgid "After account navigation"
1839
+ msgstr "После навигации профиля"
1840
 
1841
  #: framework/premium/features/content-blocks/hooks-manager.php:739
1842
  msgid "Account content"
1843
+ msgstr "Содержимое профиля"
1844
 
1845
  #: framework/premium/features/content-blocks/hooks-manager.php:743
1846
  msgid "Account dashboard"
1847
+ msgstr "Консоль профиля"
1848
 
1849
  #: framework/premium/features/content-blocks/hooks-manager.php:747
1850
  msgid "After my account"
1851
+ msgstr "После профиля"
1852
 
1853
  #: framework/premium/features/content-blocks/hooks-manager.php:749,
1854
  #: framework/features/header/items/account/options.php:17,
1855
  #: framework/features/header/items/account/options.php:18
1856
  msgid "WooCommerce Account"
1857
+ msgstr "WooCommerce-профиль"
1858
 
1859
  #: framework/premium/features/content-blocks/hooks-manager.php:755
1860
  msgid "WP footer"
1861
+ msgstr "Футер WP"
1862
 
1863
  #: framework/premium/features/content-blocks/hooks-manager.php:756,
1864
  #: framework/premium/features/content-blocks/hooks-manager.php:764,
1865
  #: framework/premium/features/content-blocks/hooks-manager.php:772
1866
  msgid "Footer"
1867
+ msgstr "футер"
1868
 
1869
  #: framework/premium/features/content-blocks/hooks-manager.php:763
1870
  msgid "Footer before"
1871
+ msgstr "До футера"
1872
 
1873
  #: framework/premium/features/content-blocks/hooks-manager.php:771
1874
  msgid "Footer after"
1875
+ msgstr "После футера"
1876
 
1877
  #: framework/premium/features/content-blocks/hooks-manager.php:786
1878
  msgid "Custom Hook (%s)"
1879
+ msgstr "Произвольный зацеп (%s)"
1880
 
1881
  #: framework/premium/features/content-blocks/hooks-manager.php:792,
1882
  #: framework/premium/features/content-blocks/options/hook.php:197
1883
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
1884
  msgid "After Block Number"
1885
+ msgstr "После номера блока"
1886
 
1887
  #: framework/premium/features/content-blocks/hooks-manager.php:798,
1888
  #: framework/premium/features/content-blocks/options/hook.php:214
1889
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
1890
  msgid "Before Heading Number"
1891
+ msgstr "До номера заголовка"
1892
 
1893
  #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
1894
  msgid "About Me"
2294
 
2295
  #: framework/features/header/items/account/options.php:36
2296
  msgid "Logged In Options"
2297
+ msgstr "Опции авторизованных"
2298
 
2299
  #: framework/features/header/items/account/options.php:41
2300
  msgid "Logged Out Options"
2301
+ msgstr "Опции неавторизованных"
2302
 
2303
  #: framework/features/header/items/account/options.php:61,
2304
  #: framework/features/header/items/account/options.php:311
2305
  msgid "Account Action"
2306
+ msgstr "Действие профиля"
2307
 
2308
  #: framework/features/header/items/account/options.php:74
2309
  msgid "Select Menu"
2321
  #: framework/features/header/items/account/options.php:101,
2322
  #: framework/features/header/items/account/options.php:326
2323
  msgid "Custom Page Link"
2324
+ msgstr "Ссылка на страницу"
2325
 
2326
  #: framework/features/header/items/account/options.php:116,
2327
  #: framework/features/header/items/account/options.php:342
2328
  msgid "Account Image"
2329
+ msgstr "Изображение профиля"
2330
 
2331
  #: framework/features/header/items/account/options.php:122
2332
  msgid "Avatar"
2359
  #: framework/features/header/items/account/options.php:293,
2360
  #: framework/features/header/items/account/views/login.php:67
2361
  msgid "My Account"
2362
+ msgstr "Мой профиль"
2363
 
2364
  #: framework/features/header/items/account/options.php:503,
2365
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
2452
  #: framework/features/header/items/account/view.php:25,
2453
  #: framework/features/header/items/account/view.php:27
2454
  msgid "Account header icon"
2455
+ msgstr "Значок заголовка профиля"
2456
 
2457
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:403
2458
  msgid "You have no %s fields declared for this custom post type."
2459
+ msgstr "У вас нет полей %s, заявленных для этого произвольного типа записей."
2460
 
2461
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:415,
2462
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:836,
2463
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:847
2464
  msgid "Field"
2465
+ msgstr "Поле"
2466
 
2467
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:427,
2468
  #: framework/premium/features/premium-header/items/language-switcher/options.php:60
2469
  msgid "Label"
2470
+ msgstr "Ярлык"
2471
 
2472
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:476
2473
  msgid "Fallback"
2474
+ msgstr "Обратная совместимость"
2475
 
2476
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:488
2477
  msgid "%s Field"
2478
+ msgstr "Поле %s"
2479
 
2480
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:834
2481
  msgid "%s %s Font"
2482
+ msgstr "Шрифт %s %s"
2483
 
2484
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:845
2485
  msgid "%s %s Color"
2486
+ msgstr "Цвет %s %s"
2487
 
2488
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:9,
2489
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:50
2490
  msgid "Read Time"
2491
+ msgstr "Время чтения"
2492
 
2493
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:88
2494
  msgid " min"
2495
+ msgstr "минута"
2496
 
2497
  #: framework/premium/extensions/post-types-extra/includes/estimated-read-time.php:91
2498
  msgid " mins"
2499
+ msgstr "мин."
2500
 
2501
  #: framework/premium/extensions/post-types-extra/includes/filtering.php:286
2502
  msgid "All"
2503
+ msgstr "Все"
2504
 
2505
  #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:129
2506
  msgid "Featured Image"
2507
+ msgstr "Изображение"
2508
 
2509
  #: framework/premium/extensions/post-types-extra/includes/taxonomies-options.php:134
2510
  msgid "Accent Color"
2511
+ msgstr "Цвет акцента"
2512
 
2513
  #: framework/premium/extensions/shortcuts/views/bar.php:31,
2514
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list.php:137
2515
  msgid "Wish List"
2516
+ msgstr "Список желаний"
2517
 
2518
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:42,
2519
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-helpers.php:50
2520
  msgid "Add to wishlist"
2521
+ msgstr "Добавить в список желаний"
2522
 
2523
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:9
2524
  msgid "Select a page"
2525
+ msgstr "Выберите страницу"
2526
 
2527
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:18
2528
  msgid "Products Wishlist"
2529
+ msgstr "Список желаний"
2530
 
2531
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:28
2532
  msgid "Show Wishlist Page To"
2533
+ msgstr "Показать страницу списка желаний"
2534
 
2535
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:34
2536
  msgid "Logged Users"
2537
+ msgstr "Вошедшим"
2538
 
2539
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:35
2540
  msgid "All Users"
2541
+ msgstr "Всем пользователям"
2542
 
2543
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:45
2544
  msgid "Wish List Page"
2545
+ msgstr "Страница списка желаний"
2546
 
2547
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:51
2548
  msgid "The page you select here will display the wish list for your logged out users."
2549
+ msgstr " На странице, которую вы выберете здесь, будет отображаться список желаний для невошедших в систему пользователей."
2550
 
2551
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:60
2552
  msgid "Display Wishlist Button On"
2553
+ msgstr "Показать кнопку списка желаний на"
2554
 
2555
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:64
2556
  msgid "Archive Pages"
2557
+ msgstr "Страницах архивов"
2558
 
2559
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:73
2560
  msgid "Single Product Pages"
2561
+ msgstr "Страницах отдельных товаров"
2562
 
2563
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:82
2564
  msgid "Quick View Modal"
2565
+ msgstr "Карточке быстрого просмотра"
2566
 
2567
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:95
2568
  msgid "AJAX Add To Cart"
2569
+ msgstr "AJAX-добавление в корзину "
2570
 
2571
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:131
2572
  msgid "Archive Button"
2573
+ msgstr "Кнопка в архивах"
2574
 
2575
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
2576
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
2582
  #: framework/premium/features/premium-header/items/language-switcher/options.php:284,
2583
  #: framework/premium/features/premium-header/items/language-switcher/options.php:313
2584
  msgid "Hover/Active"
2585
+ msgstr "При наведении/активная"
2586
 
2587
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:208
2588
  msgid "Single Product Button"
2589
+ msgstr "Кнопка отдельного товара"
2590
 
2591
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:284
2592
  msgid "Quick View Modal Button"
2593
+ msgstr "Кнопка быстрого просмотра"
2594
 
2595
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:152
2596
  msgid "You don't have any products in your wish list yet."
2597
+ msgstr "В вашем списке желаний ещё нет товаров."
2598
 
2599
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:14
2600
  msgid "Add to cart"
2601
+ msgstr "Добавить в корзину"
2602
 
2603
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:89,
2604
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:113
2605
  msgid "Remove Product"
2606
+ msgstr "Удалить товар"
2607
 
2608
  #: framework/premium/extensions/woocommerce-extra/includes/woo-import-export.php:34
2609
  msgid "Blocksy Variation Images"
2610
+ msgstr "Изображения вариаций"
2611
 
2612
  #: framework/premium/features/content-blocks/options/404.php:33,
2613
  #: framework/premium/features/content-blocks/options/header.php:35,
2614
  #: framework/premium/features/content-blocks/options/hook.php:40,
2615
  #: framework/premium/features/content-blocks/options/popup.php:42
2616
  msgid "Container Structure"
2617
+ msgstr "Структура контейнера"
2618
 
2619
  #: framework/premium/features/content-blocks/options/404.php:59,
2620
  #: framework/premium/features/content-blocks/options/header.php:63,
2621
  #: framework/premium/features/content-blocks/options/hook.php:68
2622
  msgid "Narrow Width"
2623
+ msgstr "Узкая ширина"
2624
 
2625
  #: framework/premium/features/content-blocks/options/404.php:64,
2626
  #: framework/premium/features/content-blocks/options/header.php:68,
2627
  #: framework/premium/features/content-blocks/options/hook.php:73
2628
  msgid "Normal Width"
2629
+ msgstr "Нормальная ширина"
2630
 
2631
  #: framework/premium/features/content-blocks/options/404.php:70,
2632
  #: framework/premium/features/content-blocks/options/header.php:74,
2633
  #: framework/premium/features/content-blocks/options/hook.php:79
2634
  msgid "Content Area Style"
2635
+ msgstr "Стиль области содержимого"
2636
 
2637
  #: framework/premium/features/content-blocks/options/404.php:84,
2638
  #: framework/premium/features/content-blocks/options/header.php:88,
2639
  #: framework/premium/features/content-blocks/options/hook.php:93
2640
  msgid "Content Area Vertical Spacing"
2641
+ msgstr "Вертикальные отступы области содержимого"
2642
 
2643
  #: framework/premium/features/content-blocks/options/404.php:95,
2644
  #: framework/premium/features/content-blocks/options/header.php:99,
2645
  #: framework/premium/features/content-blocks/options/hook.php:104
2646
  msgid "Top & Bottom"
2647
+ msgstr "Верху и внизу"
2648
 
2649
  #: framework/premium/features/content-blocks/options/404.php:98,
2650
  #: framework/premium/features/content-blocks/options/header.php:102,
2651
  #: framework/premium/features/content-blocks/options/hook.php:107
2652
  msgid "Only Top"
2653
+ msgstr "Только вверху"
2654
 
2655
  #: framework/premium/features/content-blocks/options/404.php:101,
2656
  #: framework/premium/features/content-blocks/options/header.php:105,
2657
  #: framework/premium/features/content-blocks/options/hook.php:110
2658
  msgid "Only Bottom"
2659
+ msgstr "Только внизу"
2660
 
2661
  #: framework/premium/features/content-blocks/options/hook.php:148
2662
  msgid "Location & Priority"
2663
+ msgstr "Положение и приоритет"
2664
 
2665
  #: framework/premium/features/content-blocks/options/hook.php:181
2666
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:72
2667
  msgid "Custom Hook"
2668
+ msgstr "Произвольный зацеп"
2669
 
2670
  #: framework/premium/features/content-blocks/options/hook.php:256,
2671
  #: framework/premium/features/content-blocks/options/popup.php:296
2672
  msgid "Expiration Date/Time"
2673
+ msgstr "Дата/время завершения"
2674
 
2675
  #: framework/premium/features/content-blocks/options/hook.php:283
2676
  msgid "Block Position"
2677
+ msgstr "Положение блока"
2678
 
2679
  #: framework/premium/features/content-blocks/options/hook.php:290
2680
  msgid "Fixed"
2681
+ msgstr "Фиксированное"
2682
 
2683
  #: framework/premium/features/content-blocks/options/hook.php:300
2684
  msgid "Location"
2685
+ msgstr "Положение"
2686
 
2687
  #: framework/premium/features/content-blocks/options/popup.php:50
2688
  msgid "Popup Position"
2689
+ msgstr "Положение модального окна"
2690
 
2691
  #: framework/premium/features/content-blocks/options/popup.php:57
2692
  msgid "Popup Size"
2693
+ msgstr "Размер модального окна"
2694
 
2695
  #: framework/premium/features/content-blocks/options/popup.php:63
2696
  msgid "Small Size"
2697
+ msgstr "Маленький размер"
2698
 
2699
  #: framework/premium/features/content-blocks/options/popup.php:64
2700
  msgid "Medium Size"
2701
+ msgstr "Средний размер"
2702
 
2703
  #: framework/premium/features/content-blocks/options/popup.php:65
2704
  msgid "Large Size"
2705
+ msgstr "Большой размер"
2706
 
2707
  #: framework/premium/features/content-blocks/options/popup.php:66
2708
  msgid "Custom Size"
2709
+ msgstr "Произвольный"
2710
 
2711
  #: framework/premium/features/content-blocks/options/popup.php:76
2712
  msgid "Max Width"
2713
+ msgstr "Максимальная ширина"
2714
 
2715
  #: framework/premium/features/content-blocks/options/popup.php:92
2716
  msgid "Max Height"
2717
+ msgstr "Максимальная высота"
2718
 
2719
  #: framework/premium/features/content-blocks/options/popup.php:111
2720
  msgid "Popup Animation"
2721
+ msgstr "Анимация модального окна"
2722
 
2723
  #: framework/premium/features/content-blocks/options/popup.php:117
2724
  msgid "Fade in fade out"
2725
+ msgstr "Нарастание/затухание"
2726
 
2727
  #: framework/premium/features/content-blocks/options/popup.php:118
2728
  msgid "Zoom in zoom out"
2729
+ msgstr "Наезд/отъезд"
2730
 
2731
  #: framework/premium/features/content-blocks/options/popup.php:119
2732
  msgid "Slide in from left"
2733
+ msgstr "Скольжение слева"
2734
 
2735
  #: framework/premium/features/content-blocks/options/popup.php:120
2736
  msgid "Slide in from right"
2737
+ msgstr "Скольжение справа"
2738
 
2739
  #: framework/premium/features/content-blocks/options/popup.php:121
2740
  msgid "Slide in from top"
2741
+ msgstr "Скольжение сверху"
2742
 
2743
  #: framework/premium/features/content-blocks/options/popup.php:122
2744
  msgid "Slide in from bottom"
2745
+ msgstr "Скольжение снизу"
2746
 
2747
  #: framework/premium/features/content-blocks/options/popup.php:127
2748
  msgid "Animation Speed"
2749
+ msgstr "Скорость анимации"
2750
 
2751
  #: framework/premium/features/content-blocks/options/popup.php:144
2752
  msgid "Entrance Value"
2753
+ msgstr "Входное значение"
2754
 
2755
  #: framework/premium/features/content-blocks/options/popup.php:156
2756
  msgid "Trigger Condition"
2757
+ msgstr "Условия срабатывания"
2758
 
2759
  #: framework/premium/features/content-blocks/options/popup.php:181
2760
  msgid "Element Class"
2761
+ msgstr "Класс элемента"
2762
 
2763
  #: framework/premium/features/content-blocks/options/popup.php:188
2764
  msgid "Separate each class by comma if you have multiple elements."
2765
+ msgstr " Разделяйте каждый класс запятой, если у вас несколько элементов."
2766
 
2767
  #: framework/premium/features/content-blocks/options/popup.php:200
2768
  msgid "Scroll Direction"
2769
+ msgstr "Направление прокрутки"
2770
 
2771
  #: framework/premium/features/content-blocks/options/popup.php:205
2772
  msgid "Scroll Down"
2773
+ msgstr "Прокрутка вниз"
2774
 
2775
  #: framework/premium/features/content-blocks/options/popup.php:206
2776
  msgid "Scroll Up"
2777
+ msgstr "Прокрутка вверх"
2778
 
2779
  #: framework/premium/features/content-blocks/options/popup.php:211
2780
  msgid "Scroll Distance"
2781
+ msgstr "Длина прокрутки"
2782
 
2783
  #: framework/premium/features/content-blocks/options/popup.php:221
2784
  msgid "Set the scroll distance till the popup block will appear."
2785
+ msgstr "Установите дистанцию прокрутки до появления всплывающего блока."
2786
 
2787
  #: framework/premium/features/content-blocks/options/popup.php:233
2788
  msgid "Inactivity Time"
2789
+ msgstr "Время бездействия"
2790
 
2791
  #: framework/premium/features/content-blocks/options/popup.php:239
2792
  msgid "Set the inactivity time (in seconds) till the popup block will appear."
2793
+ msgstr "Установите время бездействия (в секундах) до появления всплывающего блока."
2794
 
2795
  #: framework/premium/features/content-blocks/options/popup.php:251
2796
  msgid "After X Time"
2797
+ msgstr "Через определённое время"
2798
 
2799
  #: framework/premium/features/content-blocks/options/popup.php:257
2800
  msgid "Set after how much time (in seconds) the popup block will appear."
2801
+ msgstr "Установите, через какое время (в секундах) появится всплывающий блок."
2802
 
2803
  #: framework/premium/features/content-blocks/options/popup.php:269
2804
  msgid "Trigger Popup Only Once"
2805
+ msgstr "Активировать всплывающее окно лишь один раз"
2806
 
2807
  #: framework/premium/features/content-blocks/options/popup.php:272
2808
  msgid "If the close button is clicked the popup won't be triggered anymore for the current visitor."
2809
+ msgstr "После нажатия кнопки закрытия, всплывающее окно больше не будет отображаться данному посетителю."
2810
 
2811
  #: framework/premium/features/content-blocks/options/popup.php:347
2812
  msgid "Padding"
2813
+ msgstr "Внутренний отступ"
2814
 
2815
  #: framework/premium/features/content-blocks/options/popup.php:357,
2816
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:266,
2817
  #: framework/premium/features/premium-header/items/language-switcher/options.php:465
2818
  msgid "Border Radius"
2819
+ msgstr "Скругление углов"
2820
 
2821
  #: framework/premium/features/content-blocks/options/popup.php:386
2822
  msgid "Popup Offset"
2823
+ msgstr "Смещение модального окна"
2824
 
2825
  #: framework/premium/features/content-blocks/options/popup.php:396
2826
  msgid "Container Overflow"
2827
+ msgstr "Переполнение контейнера"
2828
 
2829
  #: framework/premium/features/content-blocks/options/popup.php:403
2830
  msgid "Hidden"
2831
+ msgstr "Скрытие"
2832
 
2833
  #: framework/premium/features/content-blocks/options/popup.php:404
2834
  msgid "Visible"
2835
+ msgstr "Отображение"
2836
 
2837
  #: framework/premium/features/content-blocks/options/popup.php:405
2838
  msgid "Scroll"
2839
+ msgstr "Прокрутка"
2840
 
2841
  #: framework/premium/features/content-blocks/options/popup.php:407
2842
  msgid "Control what happens to the content that is too big to fit into the popup."
2843
+ msgstr "Контролируйте, что происходит с содержимым, которое слишком велико для всплывающего окна."
2844
 
2845
  #: framework/premium/features/content-blocks/options/popup.php:411
2846
  msgid "Close Button"
2847
+ msgstr "Кнопка закрытия"
2848
 
2849
  #: framework/premium/features/content-blocks/options/popup.php:419
2850
  msgid "Inside"
2851
+ msgstr "Внутри"
2852
 
2853
  #: framework/premium/features/content-blocks/options/popup.php:420
2854
  msgid "Outside"
2855
+ msgstr "Снаружи"
2856
 
2857
  #: framework/premium/features/content-blocks/options/popup.php:494
2858
  msgid "Popup Background"
2859
+ msgstr "Заливка модального окна"
2860
 
2861
  #: framework/premium/features/content-blocks/options/popup.php:508
2862
  msgid "Popup Backdrop Background"
2863
+ msgstr "Задний фон модального окна"
2864
 
2865
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:25
2866
  msgid "Posts Filter"
2867
+ msgstr "Фильтр записей"
2868
 
2869
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:60
2870
  msgid "Filtering Behavior"
2871
+ msgstr "Поведение фильтрации"
2872
 
2873
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:68
2874
  msgid "Instant Reload"
2875
+ msgstr "Мгновенная перезагрузка"
2876
 
2877
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:69
2878
  msgid "Page Reload"
2879
+ msgstr "Перезагрузка страницы"
2880
 
2881
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:92
2882
  msgid "Items Horizontal Spacing"
2883
+ msgstr "Горизонтальный интервал"
2884
 
2885
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:104,
2886
  #: framework/premium/features/premium-header/items/language-switcher/options.php:360
2887
  msgid "Items Vertical Spacing"
2888
+ msgstr "Вертикальный интервал"
2889
 
2890
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:116
2891
  msgid "Container Bottom Spacing"
2892
+ msgstr "Нижний отступ контейнера"
2893
 
2894
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:128
2895
  msgid "Horizontal Alignment"
2896
+ msgstr "Горизонтальное выравнивание"
2897
 
2898
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:251
2899
  msgid "Button Padding"
2900
+ msgstr "Внутненние отступы кнопки"
2901
 
2902
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:4
2903
  msgid "Read Progress"
2904
+ msgstr "Прогресс чтения"
2905
 
2906
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:24
2907
  msgid "Indicator Height"
2908
+ msgstr "Высота индикатора"
2909
 
2910
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:34
2911
  msgid "Auto Hide"
2912
+ msgstr "Автоскрытие"
2913
 
2914
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:38
2915
  msgid "Automatically hide the read progress bar once you arrive at the bottom of the article."
2916
+ msgstr "Автоматическое скрытие индикатора прогресса чтения, как только статья заканчивается."
2917
 
2918
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:71
2919
  msgid "Main Color"
2920
+ msgstr "Главный цвет"
2921
 
2922
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:49
2923
  msgid "Icon Badge"
2924
+ msgstr "Подпись значка"
2925
 
2926
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:146
2927
  msgid "Label Font Color"
2928
+ msgstr "Цвет шрифта ярлыка"
2929
 
2930
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:21,
2931
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:24,
2932
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:30
2933
  msgid "Wishlist header icon"
2934
+ msgstr "Значок заголовка списка желаний"
2935
 
2936
  #: framework/premium/features/premium-header/items/contacts/config.php:4
2937
  msgid "Contacts"
2938
+ msgstr "Контакты"
2939
 
2940
  #: framework/premium/features/premium-header/items/contacts/options.php:239
2941
  msgid "Open Links In New Tab"
2942
+ msgstr "Открытие ссылок в новой вкладке"
2943
 
2944
  #: framework/premium/features/premium-header/items/contacts/options.php:259,
2945
  #: framework/premium/features/premium-header/items/language-switcher/options.php:95
2946
  msgid "Items Spacing"
2947
+ msgstr "Расстояние между элементами"
2948
 
2949
  #: framework/premium/features/premium-header/items/contacts/options.php:834,
2950
  #: framework/premium/features/premium-header/items/divider/options.php:107,
2952
  #: framework/premium/features/premium-header/items/language-switcher/options.php:323,
2953
  #: framework/premium/features/premium-header/items/search-input/options.php:724
2954
  msgid "Margin"
2955
+ msgstr "Отступы"
2956
 
2957
  #: framework/premium/features/premium-header/items/dark-mode-switcher/config.php:5
2958
  msgid "Dark Mode"
2959
+ msgstr "Тёмный режим"
2960
 
2961
  #: framework/premium/features/premium-header/items/divider/config.php:4
2962
  msgid "Divider"
2963
+ msgstr "Разделитель"
2964
 
2965
  #: framework/premium/features/premium-header/items/divider/options.php:6
2966
  msgid "Size"
2967
+ msgstr "Размер"
2968
 
2969
  #: framework/premium/features/premium-header/items/language-switcher/config.php:6
2970
  msgid "Languages"
2972
 
2973
  #: framework/premium/features/premium-header/items/language-switcher/options.php:17
2974
  msgid "Top Level Options"
2975
+ msgstr "Параметры верхнего уровня"
2976
 
2977
  #: framework/premium/features/premium-header/items/language-switcher/options.php:37
2978
  msgid "Dropdown"
2979
+ msgstr "Выпадающий список"
2980
 
2981
  #: framework/premium/features/premium-header/items/language-switcher/options.php:47
2982
  msgid "Display"
2983
+ msgstr "Отображение"
2984
 
2985
  #: framework/premium/features/premium-header/items/language-switcher/options.php:59
2986
  msgid "Flag"
2987
+ msgstr "Флаг"
2988
 
2989
  #: framework/premium/features/premium-header/items/language-switcher/options.php:73
2990
  msgid "Label Style"
2991
+ msgstr "Стиль ярлыка"
2992
 
2993
  #: framework/premium/features/premium-header/items/language-switcher/options.php:79
2994
  msgid "Long"
2995
+ msgstr "Длинный"
2996
 
2997
  #: framework/premium/features/premium-header/items/language-switcher/options.php:80
2998
  msgid "Short"
2999
+ msgstr "Короткий"
3000
 
3001
  #: framework/premium/features/premium-header/items/language-switcher/options.php:112
3002
  msgid "Hide Current Language"
3003
+ msgstr "Скрывать текущий язык"
3004
 
3005
  #: framework/premium/features/premium-header/items/language-switcher/options.php:343
3006
  msgid "Dropdown Options"
3007
+ msgstr "Настройки выпадающего списка"
3008
 
3009
  #: framework/premium/features/premium-header/items/language-switcher/options.php:352
3010
  msgid "Dropdown Top Offset"
3011
+ msgstr "Смещение сверху выпадающего списка"
3012
 
3013
  #: framework/premium/features/premium-header/items/search-input/config.php:4
3014
  msgid "Search Box"
3015
+ msgstr "Поисковая строка"
3016
 
3017
  #: framework/premium/features/premium-header/items/search-input/options.php:42
3018
  msgid "Placeholder Text"
3019
+ msgstr "Текст-заполнитель"
3020
 
3021
  #: framework/premium/features/premium-header/items/search-input/options.php:52
3022
  msgid "Input Maximum Width"
3023
+ msgstr "Максимальная ширина поля"
3024
 
3025
  #: framework/premium/features/premium-header/items/search-input/options.php:64
3026
  msgid "Input Height"
3027
+ msgstr "Высота поля"
3028
 
3029
  #: framework/premium/features/premium-header/items/search-input/options.php:79
3030
  msgid "Live Results"
3031
+ msgstr "Моментальные результаты"
3032
 
3033
  #: framework/premium/features/premium-header/items/search-input/options.php:90
3034
  msgid "Live Results Images"
3035
+ msgstr "Изображения моментальных результатов"
3036
 
3037
  #: framework/premium/features/premium-header/items/search-input/options.php:101
3038
  msgid "Search Through Criteria"
3039
+ msgstr "Поиск по критериям"
3040
 
3041
  #: framework/premium/features/premium-header/items/search-input/options.php:102
3042
  msgid "Chose in which post types do you want to perform searches."
3043
+ msgstr "Выберите, в каких типах записей будет выполняться поиск."
3044
 
3045
  #: framework/premium/features/premium-header/items/search-input/options.php:314,
3046
  #: framework/premium/features/premium-header/items/search-input/options.php:343,
3047
  #: framework/premium/features/premium-header/items/search-input/options.php:375,
3048
  #: framework/premium/features/premium-header/items/search-input/options.php:405
3049
  msgid "Input Icon Color"
3050
+ msgstr "Цвет значка ввода"
3051
 
3052
  #: framework/premium/features/premium-header/items/search-input/options.php:744
3053
  msgid "Dropdown Text Color"
3054
+ msgstr "Цвет текста выпадающего списка"
3055
 
3056
  #: framework/premium/features/premium-header/items/search-input/options.php:775
3057
  msgid "Dropdown Background"
3058
+ msgstr "Фон выпадающего списка"
3059
 
3060
  #: framework/premium/features/premium-header/items/widget-area-1/config.php:4
3061
  msgid "Widget Area"
3062
+ msgstr "Область виджета"
3063
 
3064
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker.js:14
3065
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:63
3071
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:64
3072
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:85
3073
  msgid "Invalid API Key..."
3074
+ msgstr "Неверный API-ключ..."
3075
 
3076
  #: framework/extensions/newsletter-subscribe/admin-static/js/ListPicker/Implementation.js:92
3077
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/ListPicker.js:113
3088
 
3089
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:156
3090
  msgid "More info on how to generate an API key for Mailerlite can be found %shere%s."
3091
+ msgstr "Информацию о том, как сгенерировать ключ API ��ля Mailerlite, можно найти %sздесь%s."
3092
 
3093
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:173
3094
  msgid "API Key"
3095
+ msgstr "API-ключ"
3096
 
3097
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:207
3098
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/NewsletterSubscribe.js:74
3123
 
3124
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:91
3125
  msgid "Select Provider"
3126
+ msgstr "Выберите сервис"
3127
 
3128
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:98
3129
  msgid "Pick Mailing Service"
3165
 
3166
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:108
3167
  msgid "Adobe Fonts Settings"
3168
+ msgstr "Настройки шрифтов Adobe"
3169
 
3170
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:113
3171
  msgid "You can find %shere%s your Project ID. Once you insert your Project ID and click the \"Fetch fonts\" button, your fonts will become available in all theme’s typography options."
3172
+ msgstr "Вы можете найти ID своего проекта %sздесь%s. Как только вы вставите свой идентификатор проекта и нажмете кнопку «Извлечь шрифты», подгруженные шрифты станут доступны во всех параметрах типографики темы."
3173
 
3174
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:141
3175
  msgid "Project ID"
3176
+ msgstr "ID проекта"
3177
 
3178
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:188
3179
  msgid "Fetch Fonts"
3180
+ msgstr "Извлечь шрифты"
3181
 
3182
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:195
3183
  msgid "Please enter the valid Project ID to get the kit details"
3184
+ msgstr "Введите действительный идентификатор проекта, чтобы получить информацию о наборе."
3185
 
3186
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:214
3187
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:56
3188
  msgid "Variations"
3189
+ msgstr "Вариации"
3190
 
3191
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:96
3192
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:94
3193
  msgid "Edit Settings"
3194
+ msgstr "Править настройки"
3195
 
3196
  #: framework/premium/extensions/adobe-typekit/static/js/EditSettings.js:98
3197
  msgid "Add/Edit Fonts"
3198
+ msgstr "Добавить/править шрифт"
3199
 
3200
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:104
3201
  msgid "There are no custom fonts at the moment, hit the button below and upload some."
3202
+ msgstr "На данный момент пользовательских шрифтов нет, нажмите кнопку ниже чтобы загрузить их."
3203
 
3204
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:117
3205
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:246
3206
  msgid "Upload Simple Font"
3207
+ msgstr "Загрузить простой шрифт"
3208
 
3209
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:125
3210
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:270
3211
  msgid "Upload Variable Font"
3212
+ msgstr "Загрузить вариативный шрифт"
3213
 
3214
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:23
3215
  msgid "Custom Fonts Settings"
3216
+ msgstr "Пользовательские настройки шрифтов"
3217
 
3218
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:25
3219
  msgid "Here you can see all your custom fonts that could be used in all typography options across the theme."
3220
+ msgstr "Здесь вы можете увидеть все свои пользовательские шрифты, которые можно использовать во всех вариантах типографики в теме."
3221
 
3222
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:39
3223
  msgid "Dynamic Font"
3224
+ msgstr "Динамический шрифт"
3225
 
3226
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:43
3227
  msgid "Variable font"
3228
+ msgstr "Вариативный шрифт"
3229
 
3230
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:74
3231
  msgid "Edit Font"
3232
+ msgstr "Править шрифт"
3233
 
3234
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/AllFonts.js:91
3235
  msgid "Remove Font"
3236
+ msgstr "Удалить шрифт"
3237
 
3238
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/EditSettings.js:79
3239
  msgid "Settings"
3240
+ msgstr "Настройки"
3241
 
3242
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:162
3243
  msgid "Change"
3244
+ msgstr "Изменить"
3245
 
3246
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:163
3247
  msgid "Choose"
3248
+ msgstr "Выбрать"
3249
 
3250
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:174
3251
  #: static/js/options/ConditionsManager.js:91
3252
  msgid "Select variation"
3253
+ msgstr "Выберите вариацию"
3254
 
3255
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:194
3256
  msgid "Regular"
3257
+ msgstr "Обычный"
3258
 
3259
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:201
3260
  msgid "Italic"
3261
+ msgstr "Курсивный"
3262
 
3263
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:250
3264
  msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats (see browser coverage %shere%s). Use %sthis converter tool%s if you don't have these font formats."
3265
+ msgstr "Загружайте только файлы шрифтов в форматах %s.woff2%s или %s.ttf%s (смотрите покрытие браузера %sздесь%s). Используйте %sэтот конвертер%s, если у вас нет таких форматов шрифтов."
3266
 
3267
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:274
3268
  msgid "Upload only the %s.woff2%s or %s.ttf%s font file formats. Please don't convert non-woff variable fonts by yourself. Instead, just ask the font provider to hand a correct file otherwise the %svariable%s font will loose its capabilities."
3269
+ msgstr "Загружайте только файлы шрифтов в формате %s.woff2%s или %s.ttf%s. Не конвертируйте вариативные шрифты, отличные от woff, самостоятельно. Вместо этого просто попросите поставщика шрифтов передать правильный файл, иначе %sвариативный%s шрифт потеряет свои возможности."
3270
 
3271
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:300
3272
  msgid "Font Name"
3273
+ msgstr "Название шрифта"
3274
 
3275
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:343
3276
  msgid "Add/upload another font variation"
3277
+ msgstr "Добавить/загрузить другую вариацию шрифта"
3278
 
3279
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:364
3280
  msgid "Back to All Fonts"
3281
+ msgstr "Назад ко всем шрифтам"
3282
 
3283
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:389
3284
  msgid "Save Custom Font"
3285
+ msgstr "Сохранить пользовательский шрифт"
3286
 
3287
  #: framework/premium/extensions/custom-fonts/dashboard-static/js/Uploader.js:82
3288
  msgid "Add Variation"
3289
+ msgstr "Добавить вариацию"
3290
 
3291
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:138
3292
  msgid "By checking this option you will download and replace the existing Google Fonts with the above ones."
3293
+ msgstr "Включив опцию, вы загрузите и замените существующие шрифты Google указанными выше."
3294
 
3295
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:207
3296
  msgid "Sync Google Fonts"
3297
+ msgstr "Синхронизировать шрифты Google"
3298
 
3299
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:51
3300
  msgid "Add Google Fonts"
3301
+ msgstr "Добавить шрифты Google"
3302
 
3303
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:60
3304
  msgid "Local Google Fonts (GDPR)"
3305
+ msgstr "Локальные шрифты Google (GDPR)"
3306
 
3307
  #: framework/premium/extensions/local-google-fonts/dashboard-static/js/EditSettings.js:63
3308
  msgid "Download a font and serve it directly from your server, this is handy for those who want to comply with GDPR regulations or serve the font via CDN."
3309
+ msgstr "Загрузите шрифт и подгружайте его прямо со своего сервера. Это удобно для тех, кто хочет соблюдать правила GDPR или раздавать шрифт через CDN."
3310
 
3311
  #: framework/premium/extensions/mega-menu/static/js/SettingsManager.js:138
3312
  msgid "Item Settings"
3313
+ msgstr "Настройки элемента"
3314
 
3315
  #: framework/premium/extensions/sidebars/static/js/BlockWidgetControls.js:59
3316
  msgid "Remove Sidebar"
3317
+ msgstr "Удалить сайдбар"
3318
 
3319
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:60
3320
  msgid "%s - Sidebar Display Conditions"
3321
+ msgstr "%s - условия отображения сайдбара"
3322
 
3323
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:68
3324
  msgid "Add one or more conditions in order to display your sidebar."
3325
+ msgstr "Добавьте одно или несколько условий для отображения сайдбара."
3326
 
3327
  #: framework/premium/extensions/sidebars/static/js/main.js:45
3328
  msgid "Enter a name in the input below and hit the Create Sidebar button."
3329
+ msgstr "Введите название в поле ниже и нажмите кнопку «Создать сайдбар»."
3330
 
3331
  #: framework/premium/extensions/sidebars/static/js/main.js:52
3332
  msgid "Sidebar name"
3333
+ msgstr "Название сайдбара"
3334
 
3335
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:106
3336
  msgid "White Label Settings"
3337
+ msgstr "Настройки белой этикетки"
3338
 
3339
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:110
3340
  msgid "Remove any link that points to Blocksy website and change the dashboard identity. These options are mostly used by agencies and developers who are building websites for clients."
3341
+ msgstr "Удалите все ссылки, указывающие на сайт Blocksy, и измените идентификатор панели инструментов. Эти настройки полезны агентствами и разработчиками, которые создают веб-сайты для клиентов."
3342
 
3343
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:132
3344
  msgid "Advanced"
3345
+ msgstr "Дополнительно"
3346
 
3347
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:147
3348
  msgid "Agency Details"
3349
+ msgstr "Информация об агентстве"
3350
 
3351
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:155
3352
  msgid "Agency Name"
3353
+ msgstr "Название компании"
3354
 
3355
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:186
3356
  msgid "Agency URL"
3357
+ msgstr "URL сайта агенства"
3358
 
3359
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:217
3360
  msgid "Agency Support/Contact Form URL"
3361
+ msgstr "URL контактной формы/портала поддержки агентства"
3362
 
3363
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:252
3364
  msgid "Theme Details"
3365
+ msgstr "Детали темы"
3366
 
3367
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:260
3368
  msgid "Theme Name"
3369
+ msgstr "Название темы"
3370
 
3371
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:291
3372
  msgid "Theme Description"
3373
+ msgstr "Описание темы"
3374
 
3375
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:322
3376
  msgid "Theme Screenshot URL"
3377
+ msgstr "URL скриншота темы"
3378
 
3379
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:419
3380
  msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 1200px wide by 900px tall."
3381
+ msgstr "Вы можете вставить ссылку на собственное изображение или загрузить его. Рекомендуемый размер изображения: 1200 пикселей в ширину и 900 пикселей в высоту."
3382
 
3383
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:429
3384
  msgid "Theme Icon URL"
3385
+ msgstr "URL значка темы"
3386
 
3387
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:526
3388
  msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 18px wide by 18px tall."
3389
+ msgstr "Вы можете вставить ссылку на собственное изображение или загрузить его. Рекомендуемый размер изображения: 18 на 18 пикселей."
3390
 
3391
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:536
3392
  msgid "Gutenberg Options Panel Icon URL"
3393
+ msgstr "URL значка панели параметров Gutenberg'а"
3394
 
3395
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:633
3396
  msgid "You can insert the link to a self hosted image or upload one. Please note that only icons in SVG format are allowed here to not break the editor interactiveness."
3397
+ msgstr "Вы можете вставить ссылку на собственное изображение или загрузить его. Обратите внимание, что здесь разрешены только иконки в формате SVG, чтобы не нарушать интерактивность редактора."
3398
 
3399
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:646
3400
  msgid "Plugin Details"
3401
+ msgstr "Детали плагина"
3402
 
3403
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:654
3404
  msgid "Plugin Name"
3405
+ msgstr "Название плагина"
3406
 
3407
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:685
3408
  msgid "Plugin Description"
3409
+ msgstr "Описание плагина"
3410
 
3411
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:716
3412
  msgid "Plugin Thumbnail URL"
3413
+ msgstr "URL миниатюры плагина"
3414
 
3415
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:807
3416
  msgid "Choose File"
3417
+ msgstr "Выберите файл"
3418
 
3419
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:814
3420
  msgid "You can insert the link to a self hosted image or upload one. The recommended image size is 256px wide by 256px tall."
3421
+ msgstr "Вы можете вставить ссылку на собственное изображение или загрузить его. Рекомендуемый размер изображения: 256 на 256 пикселей."
3422
 
3423
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:864
3424
  msgid "Hide Account Menu Item"
3425
+ msgstr "Скрыть в меню профиль"
3426
 
3427
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:872
3428
  msgid "Hide Starter Sites Tab"
3429
+ msgstr "Скрыть вкладку стартовых сайтов"
3430
 
3431
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:879
3432
  msgid "Hide Useful Plugins Tab"
3433
+ msgstr "Скрыть вкладку полезных плагинов"
3434
 
3435
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:887
3436
  msgid "Hide Changelog Tab"
3437
+ msgstr "Скрыть вкладку журнала изменений"
3438
 
3439
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:895
3440
  msgid "Hide Support Section"
3441
+ msgstr "Скрыть раздел поддержки"
3442
 
3443
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:903
3444
  msgid "Hide Beta Updates Section"
3445
+ msgstr "Скрыть раздел бета-обновлений"
3446
 
3447
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:940
3448
  msgid "Hide White Label Extension"
3449
+ msgstr "Скрыть расширение белой этикетки"
3450
 
3451
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:957
3452
  msgid "Please note that the white label extension will be hidden if this option is enabled. In order to bring it back you have to hit the SHIFT key and click on the dashboard logo."
3453
+ msgstr "Обратите внимание, что расширение белой этикетки будет скрыто, если включить эту опцию. Чтобы вернуть его, вам нужно будет нажать клавишу SHIFT и нажать на логотип консоли темы."
3454
 
3455
  #: framework/premium/static/js/components/BetaConsent.js:54
3456
  msgid "Receive βeta Updates"
3457
+ msgstr "Получать бета-обновления"
3458
 
3459
  #: framework/premium/static/js/components/BetaConsent.js:60
3460
  msgid "Receive beta updates and help us test the new features and improve them by submitting feedback. Please note, installing beta versions on production websites is not recommended, test them on staging or localhost environments."
3461
+ msgstr "Получайте бета-обновления и помогайте нам тестировать новые функции и улучшать их, отправляя отзывы. Обратите внимание, что не рекомендуется устанавливать бета-версии на рабочие веб-сайты, тестируйте их на тестовых или локальных площадках."
3462
 
3463
  #: framework/premium/static/js/components/BetaConsent.js:73
3464
  msgid "Are you sure?"
3465
+ msgstr "Уверены?"
3466
 
3467
  #: framework/premium/static/js/components/BetaConsent.js:76
3468
  msgid "Installing beta updates on your production site can give unexpected results."
3469
+ msgstr "Установка бета-обновлений на рабочий сайт может привести к непредвиденным результатам."
3470
 
3471
  #: framework/premium/static/js/components/BetaConsent.js:83
3472
  msgid "Even having your website completely broken is not excluded. Please proceed with caution."
3473
+ msgstr "Не исключена даже полная поломка сайта. Пожалуйста, действуйте с осторожностью."
3474
 
3475
  #: framework/premium/static/js/footer/CloneItem.js:65
3476
  #: framework/premium/static/js/header/CloneItem.js:65
3477
  msgid "Clone Item"
3478
+ msgstr "Дублировать элемент"
3479
 
3480
  #: framework/premium/static/js/footer/CloneItem.js:88
3481
  #: framework/premium/static/js/header/CloneItem.js:88
3482
  msgid "Remove Item"
3483
+ msgstr "Удалить объект"
3484
 
3485
  #: framework/premium/static/js/footer/CreateFooter.js:107
3486
  #: framework/premium/static/js/header/CreateHeader.js:106
3487
  msgid "Copy elements & styles from"
3488
+ msgstr "Использовать образец настроек"
3489
 
3490
  #: framework/premium/static/js/footer/CreateFooter.js:118
3491
  msgid "Picker Footer"
3492
+ msgstr "Подборщик подвала"
3493
 
3494
  #: framework/premium/static/js/footer/CreateFooter.js:133
3495
  #: framework/premium/static/js/footer/PanelsManager.js:52
3496
  msgid "Global Footer"
3497
+ msgstr "Глобальный подвал"
3498
 
3499
  #: framework/premium/static/js/footer/CreateFooter.js:137
3500
  #: framework/premium/static/js/header/CreateHeader.js:138
3501
  msgid "Secondary"
3502
+ msgstr "Второстепенный"
3503
 
3504
  #: framework/premium/static/js/footer/CreateFooter.js:141
3505
  #: framework/premium/static/js/header/CreateHeader.js:142
3506
  msgid "Centered"
3507
+ msgstr "Центрированный"
3508
 
3509
  #: framework/premium/static/js/footer/CreateFooter.js:172
3510
  msgid "Create New Footer"
3511
+ msgstr "Создать новый подвал"
3512
 
3513
  #: framework/premium/static/js/footer/CreateFooter.js:50
3514
  msgid "Create new footer"
3515
+ msgstr "Создание нового подвала"
3516
 
3517
  #: framework/premium/static/js/footer/CreateFooter.js:53
3518
  msgid "Create a new footer and assign it to different pages or posts based on your conditions."
3519
+ msgstr "Создайте новый подвал и назначьте его разным страницам или записям, в соответствии со своими целями."
3520
 
3521
  #: framework/premium/static/js/footer/CreateFooter.js:72
3522
  msgid "Footer name"
3523
+ msgstr "Название подвала"
3524
 
3525
  #: framework/premium/static/js/footer/EditConditions.js:100
3526
  msgid "Add one or more conditions in order to display your footer."
3527
+ msgstr "Добавьте одно или несколько условий для отображения подвала."
3528
 
3529
  #: framework/premium/static/js/footer/EditConditions.js:84
3530
  #: static/js/header/EditConditions.js:83
3534
 
3535
  #: framework/premium/static/js/footer/PanelsManager.js:162
3536
  msgid "Remove footer"
3537
+ msgstr "Удалить подвал"
3538
 
3539
  #: framework/premium/static/js/footer/PanelsManager.js:192
3540
  msgid "Remove Footer"
3541
+ msgstr "Удаление подвала"
3542
 
3543
  #: framework/premium/static/js/footer/PanelsManager.js:195
3544
  msgid "You are about to remove a custom footer, are you sure you want to continue?"
3545
+ msgstr "Вы собираетесь удалить пользовательский подвал. Уверены, что хотите продолжить?"
3546
 
3547
  #: framework/premium/static/js/footer/PanelsManager.js:211
3548
  #: framework/premium/static/js/hooks/CodeEditor.js:60
3618
 
3619
  #: framework/extensions-manager.php:294
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
3621
+ msgstr "Создавайте красивые мегаменю, назначайте пунктам меню значки и отметки, вставляйте блоки содержимого в элементы меню."
3622
 
3623
  #: framework/extensions-manager.php:305,
3624
  #: framework/premium/extensions/shortcuts/config.php:4,
3625
  #: framework/premium/extensions/shortcuts/customizer.php:503
3626
  msgid "Shortcuts Bar"
3627
+ msgstr "Мобильная панель кнопок"
3628
 
3629
  #: framework/extensions-manager.php:306
3630
  msgid "Transform your website into a app like by displaying a neat shortcuts bar at the bottom of the vieport."
3945
 
3946
  #: framework/features/google-analytics.php:102
3947
  msgid "Enable Google Analytics IP Anonymization for enhanced privacy. More info and instructions can be found %shere%s."
3948
+ msgstr "Анонимность IP-адресов для Google Analytics для повышения конфиденциальности. Подробная информация и инструкции %sздесь%s."
3949
 
3950
  #: framework/features/opengraph-meta-data.php:17
3951
  msgid "OpenGraph Meta Data"
3953
 
3954
  #: framework/features/opengraph-meta-data.php:20
3955
  msgid "Enable the OpenGraph rich meta data features for your website."
3956
+ msgstr "Функционал расширенных метаданных OpenGraph."
3957
 
3958
  #: framework/features/opengraph-meta-data.php:29
3959
  msgid "Facebook Page URL"
4138
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
4139
  #: framework/premium/features/premium-header/items/language-switcher/options.php:382
4140
  msgid "Font Color"
4141
+ msgstr "вет шрифта"
4142
 
4143
  #: framework/extensions/cookies-consent/customizer.php:112,
4144
  #: framework/extensions/cookies-consent/customizer.php:142,
4490
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
4491
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
4492
  msgid "Desktop"
4493
+ msgstr "Десктоп"
4494
 
4495
  #: framework/extensions/newsletter-subscribe/customizer.php:138,
4496
  #: framework/extensions/trending/customizer.php:260,
4518
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
4519
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
4520
  msgid "Tablet"
4521
+ msgstr " Планшет"
4522
 
4523
  #: framework/extensions/newsletter-subscribe/customizer.php:139,
4524
  #: framework/extensions/trending/customizer.php:261,
4776
 
4777
  #: framework/extensions/product-reviews/extension.php:450
4778
  msgid "Not found in Trash"
4779
+ msgstr "В корзине не найдено"
4780
 
4781
  #: framework/extensions/product-reviews/extension.php:484,
4782
  #: framework/extensions/product-reviews/extension.php:494
4927
 
4928
  #: framework/extensions/product-reviews/metabox.php:110
4929
  msgid "Sponsored Attribute"
4930
+ msgstr "Рекламный атрибут"
4931
 
4932
  #: framework/extensions/product-reviews/metabox.php:132
4933
  msgid "Read More Button Label"
5063
 
5064
  #: framework/extensions/widgets/config.php:4
5065
  msgid "Add new handcrafted widgets to your sidebars! Social Network Icons, Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent Posts are the choices available."
5066
+ msgstr "Используйте новые виджеты на своих сайдбарах! Доступны значки соцсетей, подписка на рассылку, контактная информация, персонализированные объявления и даже популярные/недавние записи."
5067
 
5068
  #: framework/features/header/account-modal.php:47,
5069
  #: framework/features/header/items/account/options.php:481,
5145
 
5146
  #: framework/premium/features/content-blocks.php:39
5147
  msgid "Hooks Locations"
5148
+ msgstr "Расположение зацепов"
5149
 
5150
  #: framework/premium/features/content-blocks.php:204,
5151
  #: framework/premium/extensions/shortcuts/customizer.php:517
5154
 
5155
  #: framework/premium/features/content-blocks.php:205
5156
  msgid "Location/Trigger"
5157
+ msgstr "Положение/триггер"
5158
 
5159
  #: framework/premium/features/content-blocks.php:206
5160
  msgid "Conditions"
5161
+ msgstr "Условия"
5162
 
5163
  #: framework/premium/features/content-blocks.php:207
5164
  msgid "Output"
5165
+ msgstr "Вывод"
5166
 
5167
  #: framework/premium/features/content-blocks.php:208
5168
  msgid "Enable/Disable"
5169
+ msgstr "Включить/выключить"
5170
 
5171
  #: framework/premium/features/content-blocks.php:228,
5172
  #: framework/premium/extensions/shortcuts/customizer.php:705,
5185
  #: framework/premium/features/content-blocks.php:229,
5186
  #: framework/premium/features/content-blocks/options/popup.php:163
5187
  msgid "On scroll"
5188
+ msgstr "При прокрутке"
5189
 
5190
  #: framework/premium/features/content-blocks.php:230,
5191
  #: framework/premium/features/content-blocks/options/popup.php:164
5192
  msgid "On scroll to element"
5193
+ msgstr "При прокрутке до элемента"
5194
 
5195
  #: framework/premium/features/content-blocks.php:231,
5196
  #: framework/premium/features/content-blocks/options/popup.php:165
5197
  msgid "On page load"
5198
+ msgstr "При загрузке страницы"
5199
 
5200
  #: framework/premium/features/content-blocks.php:232,
5201
  #: framework/premium/features/content-blocks/options/popup.php:166
5202
  msgid "After inactivity"
5203
+ msgstr "После бездействия"
5204
 
5205
  #: framework/premium/features/content-blocks.php:233,
5206
  #: framework/premium/features/content-blocks/options/popup.php:167
5207
  msgid "After x time"
5208
+ msgstr "Через X минут"
5209
 
5210
  #: framework/premium/features/content-blocks.php:234,
5211
  #: framework/premium/features/content-blocks/options/popup.php:168
5212
  msgid "On page exit intent"
5213
+ msgstr "При попытке ухода"
5214
 
5215
  #: framework/premium/features/content-blocks.php:238
5216
  msgid "Down"
5217
+ msgstr "Вниз"
5218
 
5219
  #: framework/premium/features/content-blocks.php:239
5220
  msgid "Up"
5221
+ msgstr "Вверх"
5222
 
5223
  #: framework/premium/features/content-blocks.php:616,
5224
  #: framework/premium/features/content-blocks.php:622
5225
  msgid "Content Blocks"
5226
+ msgstr "Блоки содержимого"
5227
 
5228
  #: framework/premium/features/content-blocks.php:617
5229
  msgid "Content Block"
5230
+ msgstr "Блок содержимого"
5231
 
5232
  #: framework/premium/features/content-blocks.php:618
5233
  msgid "Add New"
5234
+ msgstr "Создать"
5235
 
5236
  #: framework/premium/features/content-blocks.php:619
5237
  msgid "Add New Content Block"
5238
+ msgstr "Создать блок содержимого"
5239
 
5240
  #: framework/premium/features/content-blocks.php:620
5241
  msgid "Edit Content Block"
5242
+ msgstr "Править блок содержимого"
5243
 
5244
  #: framework/premium/features/content-blocks.php:621
5245
  #: framework/premium/static/js/hooks/CreateHook.js:32
5246
  msgid "New Content Block"
5247
+ msgstr "Новый блок содержимого"
5248
 
5249
  #: framework/premium/features/content-blocks.php:623
5250
  msgid "View Content Block"
5251
+ msgstr "Просмотр блока содержимого"
5252
 
5253
  #: framework/premium/features/content-blocks.php:624
5254
  msgid "Search Content Blocks"
5255
+ msgstr "Поиск блоков содержимого"
5256
 
5257
  #: framework/premium/features/content-blocks.php:625
5258
  msgid "Nothing found"
5259
+ msgstr "Ничего не найдено"
5260
 
5261
  #: framework/premium/features/content-blocks.php:626
5262
  msgid "Nothing found in Trash"
5263
+ msgstr "В корзине ничего не найдено"
5264
 
5265
  #: framework/premium/features/premium-footer.php:30,
5266
  #: framework/premium/features/premium-footer.php:41
5267
  msgid "Footer Menu 1"
5268
+ msgstr "Меню подвала 1"
5269
 
5270
  #: framework/premium/features/premium-footer.php:42,
5271
  #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
5272
  msgid "Footer Menu 2"
5273
+ msgstr "Меню подвала 2"
5274
 
5275
  #: framework/premium/features/premium-header.php:42
5276
  msgid "Header Menu 3"
5277
+ msgstr "Меню шапки 3"
5278
 
5279
  #: framework/premium/features/premium-header.php:102
5280
  msgid "Header Widget Area "
5281
+ msgstr "Области виджетов шапки"
5282
 
5283
  #: framework/premium/features/premium-header.php:158,
5284
  #: framework/premium/extensions/mega-menu/options.php:420,
5299
  #: framework/premium/features/premium-header.php:184,
5300
  #: framework/premium/extensions/mega-menu/options.php:456
5301
  msgid "Icon Position"
5302
+ msgstr "Положения значка"
5303
 
5304
  #: framework/premium/features/premium-header.php:191,
5305
  #: framework/premium/extensions/mega-menu/options.php:463,
5405
 
5406
  #: framework/premium/extensions/adobe-typekit/config.php:4
5407
  msgid "Adobe Fonts"
5408
+ msgstr "Шрифты Adobe"
5409
 
5410
  #: framework/premium/extensions/adobe-typekit/config.php:5
5411
  msgid "Connect your Adobe Fonts project and use the selected fonts throughout Blocksy and your favorite page builder."
5412
+ msgstr "Подключите свой проект Adobe Fonts и используйте выбранные шрифты в теме сайта и конструкторе страниц."
5413
 
5414
  #: framework/premium/extensions/code-snippets/config.php:5
5415
  msgid "Inject custom code snippets throughout your website. The extension works globally or on a per post/page basis."
5416
+ msgstr "Внедрение произвольных фрагментов кода в веб-сайт. Расширение работает глобально или отдельно для каждой записи/страницы."
5417
 
5418
  #: framework/premium/extensions/code-snippets/extension.php:38,
5419
  #: framework/premium/extensions/code-snippets/extension.php:78,
5420
  #: framework/premium/extensions/code-snippets/extension.php:117
5421
  msgid "After body open scripts"
5422
+ msgstr "После скриптов открытия body"
5423
 
5424
  #: framework/premium/extensions/code-snippets/readme.php:4
5425
  msgid "After activating the Custom Code Snippets extension you will have two ways to manage your snippets:"
5426
+ msgstr "После активации расширения «Произвольный код» у вас будет два способа управления вашими фрагментами кода:"
5427
 
5428
  #: framework/premium/extensions/code-snippets/readme.php:9
5429
  msgid "Globally"
5430
+ msgstr "Глобально"
5431
 
5432
  #: framework/premium/extensions/code-snippets/readme.php:13
5433
  msgid "Navigate to %s and place there your header, body or footer scripts."
5434
+ msgstr "Переходите в раздел %s и вставляйте свои скрипты в хэдер, бади или футер."
5435
 
5436
  #: framework/premium/extensions/code-snippets/readme.php:16
5437
  msgid "Customizer ➝ Custom Code Snippets"
5438
+ msgstr "Внешний вид ➝ Настроить ➝ Произвольный код"
5439
 
5440
  #: framework/premium/extensions/code-snippets/readme.php:24
5441
  msgid "Per page/post"
5442
+ msgstr "Постранично"
5443
 
5444
  #: framework/premium/extensions/code-snippets/readme.php:28
5445
  msgid "Edit your page or post, click on %s, scroll down and you will see the %2s panel."
5446
+ msgstr "Войдите в режим редактирования страницы или записи, нажмите %s, прокрутите вниз, и вы увидите панель %2s."
5447
 
5448
  #: framework/premium/extensions/code-snippets/readme.php:32
5449
  msgid "%s Page Settings"
5450
+ msgstr "Настройки страницы %s"
5451
 
5452
  #: framework/premium/extensions/custom-fonts/config.php:4
5453
  msgid "Upload an unlimited number of custom fonts or variable fonts and use them throughout Blocksy and your favorite page builder."
5454
+ msgstr "Загружайте неограниченное количество пользовательских или вариативных шрифтов и используйте их на своём сайте."
5455
 
5456
  #: framework/premium/extensions/local-google-fonts/config.php:4
5457
  msgid "Serve your chosen Google Fonts from your own web server. This will increase the loading speed and makes sure your website complies with the privacy regulations."
5458
+ msgstr "Подгружайте выбранные шрифты Google с вашего собственного веб-сервера. Это повысит скорость загрузки и обеспечит соответствие вашего сайта правилам конфиденциальности."
5459
 
5460
  #: framework/premium/extensions/mega-menu/config.php:5
5461
  msgid "Create beautiful personalised menus that set your website apart from the others. Add icons and badges to your entries and even add Content Blocks inside your dropdowns."
5462
+ msgstr "Создавайте красивые меню, которые будут отличать ваш сайт от прочих. Добавляйте значки и метки к пунктам меню или даже добавляйте блоки контента в раскрывающиеся списки."
5463
 
5464
  #: framework/premium/extensions/mega-menu/config.php:9,
5465
  #: framework/premium/extensions/shortcuts/config.php:12
5471
 
5472
  #: framework/premium/extensions/mega-menu/extension.php:99
5473
  msgid "Menu Item Settings"
5474
+ msgstr "Настройки пункта меню"
languages/blocksy-companion-sv_SE.mo CHANGED
Binary file
languages/blocksy-companion-sv_SE.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: sv_SE\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: sv_SE\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
languages/blocksy-companion-uk.mo CHANGED
Binary file
languages/blocksy-companion-uk.po CHANGED
@@ -6,8 +6,8 @@ msgstr ""
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: uk_UA\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
@@ -428,7 +428,7 @@ msgstr "завантажуються демо віджети"
428
 
429
  #: static/js/screens/DemoInstall/Installer/messages.js:38
430
  msgid "installing demo widgets"
431
- msgstr "встановлення демо віджетів"
432
 
433
  #: static/js/screens/DemoInstall/Installer/messages.js:42
434
  msgid "downloading demo options"
@@ -3618,7 +3618,7 @@ msgstr "Розширене меню"
3618
 
3619
  #: framework/extensions-manager.php:294
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
3621
- msgstr "С��ворюйте прекрасні мега-меню, додавайте іконки та значки до пунктів меню та блоки вмісту всередині пунктів меню."
3622
 
3623
  #: framework/extensions-manager.php:305,
3624
  #: framework/premium/extensions/shortcuts/config.php:4,
@@ -3868,7 +3868,7 @@ msgstr "Головна сторінка"
3868
 
3869
  #: framework/features/conditions-manager.php:535
3870
  msgid "Author"
3871
- msgstr "Авт��р"
3872
 
3873
  #: framework/features/conditions-manager.php:541
3874
  msgid "User Auth"
@@ -4030,7 +4030,7 @@ msgstr "Період Cookie"
4030
 
4031
  #: framework/extensions/cookies-consent/customizer.php:51
4032
  msgid "One hour"
4033
- msgstr "Одна год��на"
4034
 
4035
  #: framework/extensions/cookies-consent/customizer.php:52
4036
  msgid "One day"
@@ -5030,7 +5030,7 @@ msgstr "ID дописів"
5030
  #: framework/extensions/trending/customizer.php:202,
5031
  #: framework/extensions/widgets/widgets/ct-posts/options.php:247
5032
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
5033
- msgstr "Відокремте ID допи��ів комами. Як знайти %sID допису%s."
5034
 
5035
  #: framework/extensions/trending/customizer.php:218
5036
  msgid "Trending From"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: uk_UA\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
428
 
429
  #: static/js/screens/DemoInstall/Installer/messages.js:38
430
  msgid "installing demo widgets"
431
+ msgstr "встановлення демо ��іджетів"
432
 
433
  #: static/js/screens/DemoInstall/Installer/messages.js:42
434
  msgid "downloading demo options"
3618
 
3619
  #: framework/extensions-manager.php:294
3620
  msgid "Create beautiful mega menus, assign icons add badges to menu items, and content blocks inside menu items."
3621
+ msgstr "Створюйте прекрасні мега-меню, додавайте іконки та значки до пунктів меню та блоки вмісту всередині пунктів меню."
3622
 
3623
  #: framework/extensions-manager.php:305,
3624
  #: framework/premium/extensions/shortcuts/config.php:4,
3868
 
3869
  #: framework/features/conditions-manager.php:535
3870
  msgid "Author"
3871
+ msgstr "Автор"
3872
 
3873
  #: framework/features/conditions-manager.php:541
3874
  msgid "User Auth"
4030
 
4031
  #: framework/extensions/cookies-consent/customizer.php:51
4032
  msgid "One hour"
4033
+ msgstr "Одна година"
4034
 
4035
  #: framework/extensions/cookies-consent/customizer.php:52
4036
  msgid "One day"
5030
  #: framework/extensions/trending/customizer.php:202,
5031
  #: framework/extensions/widgets/widgets/ct-posts/options.php:247
5032
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
5033
+ msgstr "Відокремте ID дописів комами. Як знайти %sID допису%s."
5034
 
5035
  #: framework/extensions/trending/customizer.php:218
5036
  msgid "Trending From"
languages/blocksy-companion-zh_TW.mo CHANGED
Binary file
languages/blocksy-companion-zh_TW.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=1; plural=0;\n"
10
- "X-Generator: GlotPress/2.3.1\n"
11
  "Language: zh_TW\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
@@ -4663,7 +4663,7 @@ msgid "Navigate to %s and place the widget in any widget area you want."
4663
  msgstr "請到 %s 在任何小工具區域放置你要的小工具。"
4664
 
4665
  #: framework/extensions/newsletter-subscribe/readme.php:17
4666
- msgid "Appearance ��� Widgets"
4667
  msgstr "外觀 ➝ 小工具"
4668
 
4669
  #: framework/extensions/newsletter-subscribe/readme.php:25
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=1; plural=0;\n"
10
+ "X-Generator: GlotPress/3.0.0-alpha.4\n"
11
  "Language: zh_TW\n"
12
  "Project-Id-Version: Blocksy Companion Pro\n"
13
 
4663
  msgstr "請到 %s 在任何小工具區域放置你要的小工具。"
4664
 
4665
  #: framework/extensions/newsletter-subscribe/readme.php:17
4666
+ msgid "Appearance Widgets"
4667
  msgstr "外觀 ➝ 小工具"
4668
 
4669
  #: framework/extensions/newsletter-subscribe/readme.php:25
languages/blocksy-companion.pot CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2021 blocksy-companion
2
  # This file is distributed under the same license as the blocksy-companion package.
3
  #, fuzzy
4
  msgid ""
@@ -19,110 +19,143 @@ msgstr ""
19
  "x-generator: babel-plugin-wp-i18n\n"
20
 
21
  #. translators: %s: PHP version
22
- #: blocksy-companion.php:137
 
23
  msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
24
  msgstr ""
25
 
26
  #. translators: %s: WordPress version
27
- #: blocksy-companion.php:148
 
28
  msgid ""
29
  "Blocksy requires WordPress version %s+. Because you are using an earlier "
30
  "version, the plugin is currently NOT RUNNING."
31
  msgstr ""
32
 
33
  #: framework/extensions-manager.php:245,
34
- #: framework/premium/extensions/adobe-typekit/extension.php:46
 
 
35
  msgid "Adobe Typekit"
36
  msgstr ""
37
 
38
- #: framework/extensions-manager.php:246
 
39
  msgid ""
40
  "Connect your Typekit account and use your fonts in any typography option."
41
  msgstr ""
42
 
43
  #: framework/extensions-manager.php:257,
 
44
  #: framework/premium/extensions/code-snippets/config.php:4,
45
  #: framework/premium/extensions/code-snippets/extension.php:23,
46
  #: framework/premium/extensions/code-snippets/extension.php:63,
47
  #: framework/premium/extensions/code-snippets/extension.php:99,
48
- #: framework/premium/extensions/code-snippets/readme.php:38
 
 
 
 
 
49
  msgid "Custom Code Snippets"
50
  msgstr ""
51
 
52
- #: framework/extensions-manager.php:258
 
53
  msgid ""
54
  "Add custom code snippets in your header and footer, globally and per post or "
55
  "page individually."
56
  msgstr ""
57
 
58
  #: framework/extensions-manager.php:269,
59
- #: framework/premium/extensions/custom-fonts/extension.php:145
 
 
60
  msgid "Custom Fonts"
61
  msgstr ""
62
 
63
- #: framework/extensions-manager.php:270
 
64
  msgid ""
65
  "Upload unlimited number of custom fonts or variable fonts and use them in "
66
  "any typography option."
67
  msgstr ""
68
 
69
  #: framework/extensions-manager.php:281,
70
- #: framework/premium/extensions/local-google-fonts/extension.php:171
 
 
71
  msgid "Local Google Fonts"
72
  msgstr ""
73
 
74
- #: framework/extensions-manager.php:282
 
75
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
76
  msgstr ""
77
 
78
  #: framework/extensions-manager.php:293,
79
- #: framework/premium/extensions/mega-menu/config.php:4
 
 
80
  msgid "Advanced Menu"
81
  msgstr ""
82
 
83
- #: framework/extensions-manager.php:294
 
84
  msgid ""
85
  "Create beautiful mega menus, assign icons add badges to menu items, and "
86
  "content blocks inside menu items."
87
  msgstr ""
88
 
89
  #: framework/extensions-manager.php:305,
 
90
  #: framework/premium/extensions/shortcuts/config.php:4,
91
- #: framework/premium/extensions/shortcuts/customizer.php:503
 
 
92
  msgid "Shortcuts Bar"
93
  msgstr ""
94
 
95
- #: framework/extensions-manager.php:306
 
96
  msgid ""
97
  "Transform your website into a app like by displaying a neat shortcuts bar at "
98
  "the bottom of the vieport."
99
  msgstr ""
100
 
101
  #: framework/extensions-manager.php:317,
102
- #: framework/premium/extensions/sidebars/config.php:4
 
 
103
  msgid "Multiple Sidebars"
104
  msgstr ""
105
 
106
- #: framework/extensions-manager.php:318
 
107
  msgid ""
108
  "Create unlimited number of sidebars and display them conditionaly on any "
109
  "page or post."
110
  msgstr ""
111
 
112
- #: framework/extensions-manager.php:329
 
113
  msgid "White Label (Agency Package)"
114
  msgstr ""
115
 
116
- #: framework/extensions-manager.php:330
 
117
  msgid "Change the theme and companion plugin branding to your own custom one."
118
  msgstr ""
119
 
120
  #: framework/extensions-manager.php:341,
121
- #: framework/premium/extensions/woocommerce-extra/config.php:4
 
 
122
  msgid "WooCommerce Extra"
123
  msgstr ""
124
 
125
- #: framework/extensions-manager.php:342
 
126
  msgid ""
127
  "Increase the conversion rate by adding a product quick view modal, a "
128
  "floating cart. Control the single product gallery/slider and the layout, add "
@@ -130,272 +163,359 @@ msgid ""
130
  msgstr ""
131
 
132
  #: framework/theme-integration.php:293,
 
133
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
134
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
135
- #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13
 
 
 
136
  msgid "Facebook"
137
  msgstr ""
138
 
139
- #: framework/theme-integration.php:294
 
140
  msgid "Twitter"
141
  msgstr ""
142
 
143
- #: framework/theme-integration.php:295
 
144
  msgid "LinkedIn"
145
  msgstr ""
146
 
147
- #: framework/theme-integration.php:296
 
148
  msgid "Dribbble"
149
  msgstr ""
150
 
151
- #: framework/theme-integration.php:297
 
152
  msgid "Instagram"
153
  msgstr ""
154
 
155
- #: framework/theme-integration.php:298
 
156
  msgid "Pinterest"
157
  msgstr ""
158
 
159
- #: framework/theme-integration.php:299
 
160
  msgid "WordPress"
161
  msgstr ""
162
 
163
- #: framework/theme-integration.php:300
 
164
  msgid "GitHub"
165
  msgstr ""
166
 
167
  #: framework/theme-integration.php:301,
 
168
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
169
- #: framework/extensions/widgets/widgets/ct-socials/options.php:81
 
 
170
  msgid "Medium"
171
  msgstr ""
172
 
173
- #: framework/theme-integration.php:302
 
174
  msgid "YouTube"
175
  msgstr ""
176
 
177
- #: framework/theme-integration.php:303
 
178
  msgid "Vimeo"
179
  msgstr ""
180
 
181
- #: framework/theme-integration.php:304
 
182
  msgid "VKontakte"
183
  msgstr ""
184
 
185
- #: framework/theme-integration.php:305
 
186
  msgid "Odnoklassniki"
187
  msgstr ""
188
 
189
- #: framework/theme-integration.php:306
 
190
  msgid "TikTok"
191
  msgstr ""
192
 
193
- #: framework/theme-integration.php:378
 
194
  msgid "Companion"
195
  msgstr ""
196
 
197
- #: framework/theme-integration.php:394 static/js/screens/SiteExport.js:106
 
 
198
  msgid "PRO"
199
  msgstr ""
200
 
201
- #: framework/widgets-manager.php:75
 
202
  msgid "Default widget name"
203
  msgstr ""
204
 
205
- #: framework/widgets-manager.php:81
 
206
  msgid "Display online support infomation"
207
  msgstr ""
208
 
209
- #: framework/widgets-manager.php:144
 
210
  msgid "Widget Title"
211
  msgstr ""
212
 
213
  #. translators: %s: Link to the login page.
214
- #: framework/features/account-auth.php:82
 
 
215
  msgid ""
216
  "Check your email for the confirmation link, then visit the <a href=\"%s"
217
  "\">login page</a>."
218
  msgstr ""
219
 
220
  #: framework/features/account-auth.php:94,
221
- #: framework/features/account-auth.php:221
 
 
222
  msgid "Check your email"
223
  msgstr ""
224
 
225
- #: framework/features/account-auth.php:188
 
226
  msgid ""
227
  "Your account was created successfully. Your login details have been sent to "
228
  "your email address. Please visit the <a href=\"%s\">login page</a>."
229
  msgstr ""
230
 
231
- #: framework/features/account-auth.php:197
 
232
  msgid ""
233
  "Your account was created successfully and a password has been sent to your "
234
  "email address. Please visit the <a href=\"%s\">login page</a>."
235
  msgstr ""
236
 
237
- #: framework/features/account-auth.php:227
 
238
  msgid "Registration Form"
239
  msgstr ""
240
 
241
- #: framework/features/account-auth.php:228
 
242
  msgid "Register For This Site"
243
  msgstr ""
244
 
245
- #: framework/features/conditions-manager.php:344
 
246
  msgid "%s Single"
247
  msgstr ""
248
 
249
- #: framework/features/conditions-manager.php:352
 
250
  msgid "%s Archive"
251
  msgstr ""
252
 
253
- #: framework/features/conditions-manager.php:363
 
254
  msgid "%s %s Taxonomy"
255
  msgstr ""
256
 
257
- #: framework/features/conditions-manager.php:377
 
258
  msgid "Entire Website"
259
  msgstr ""
260
 
261
- #: framework/features/conditions-manager.php:383
 
262
  msgid "Basic"
263
  msgstr ""
264
 
265
- #: framework/features/conditions-manager.php:387
 
266
  msgid "Singulars"
267
  msgstr ""
268
 
269
- #: framework/features/conditions-manager.php:392
 
270
  msgid "Archives"
271
  msgstr ""
272
 
273
  #: framework/features/conditions-manager.php:398,
274
  #: framework/extensions/trending/customizer.php:4,
 
 
275
  #: framework/extensions/widgets/widgets/ct-posts/options.php:11,
276
  #: framework/extensions/widgets/widgets/ct-posts/options.php:98,
277
  #: framework/extensions/widgets/widgets/ct-posts/view.php:139,
278
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
279
- #: framework/premium/features/premium-header/items/search-input/options.php:4
 
 
 
 
 
280
  msgid "Posts"
281
  msgstr ""
282
 
283
  #: framework/features/conditions-manager.php:402,
 
284
  #: framework/premium/features/content-blocks/hooks-manager.php:296,
285
  #: framework/premium/features/content-blocks/hooks-manager.php:304,
286
  #: framework/premium/features/content-blocks/hooks-manager.php:312,
287
  #: framework/premium/features/content-blocks/hooks-manager.php:319,
288
  #: framework/premium/features/content-blocks/hooks-manager.php:326,
289
- #: framework/premium/features/content-blocks/hooks-manager.php:334
 
 
 
 
 
 
290
  msgid "Single Post"
291
  msgstr ""
292
 
293
- #: framework/features/conditions-manager.php:407
 
294
  msgid "All Post Archives"
295
  msgstr ""
296
 
297
- #: framework/features/conditions-manager.php:412
 
298
  msgid "Post Categories"
299
  msgstr ""
300
 
301
- #: framework/features/conditions-manager.php:417
 
302
  msgid "Post Tags"
303
  msgstr ""
304
 
305
  #: framework/features/conditions-manager.php:423,
 
306
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
307
- #: framework/premium/features/premium-header/items/search-input/options.php:5
 
 
308
  msgid "Pages"
309
  msgstr ""
310
 
311
- #: framework/features/conditions-manager.php:427
 
312
  msgid "Single Page"
313
  msgstr ""
314
 
315
- #: framework/features/conditions-manager.php:474
 
316
  msgid "Specific"
317
  msgstr ""
318
 
319
- #: framework/features/conditions-manager.php:478
 
320
  msgid "Post ID"
321
  msgstr ""
322
 
323
- #: framework/features/conditions-manager.php:483
 
324
  msgid "Page ID"
325
  msgstr ""
326
 
327
- #: framework/features/conditions-manager.php:488
 
328
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
329
  msgid "Custom Post Type ID"
330
  msgstr ""
331
 
332
- #: framework/features/conditions-manager.php:493
 
333
  msgid "Taxonomy ID"
334
  msgstr ""
335
 
336
- #: framework/features/conditions-manager.php:498
 
337
  msgid "Post with Taxonomy ID"
338
  msgstr ""
339
 
340
- #: framework/features/conditions-manager.php:504
 
341
  msgid "Other Pages"
342
  msgstr ""
343
 
344
- #: framework/features/conditions-manager.php:508
 
345
  msgid "404"
346
  msgstr ""
347
 
348
  #: framework/features/conditions-manager.php:513,
 
349
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
350
- #: framework/premium/features/premium-header/items/search-input/view.php:71
 
 
351
  msgid "Search"
352
  msgstr ""
353
 
354
- #: framework/features/conditions-manager.php:518
 
355
  msgid "Blog"
356
  msgstr ""
357
 
358
- #: framework/features/conditions-manager.php:523
 
359
  msgid "Front Page"
360
  msgstr ""
361
 
362
- #: framework/features/conditions-manager.php:535
 
363
  msgid "Author"
364
  msgstr ""
365
 
366
- #: framework/features/conditions-manager.php:541
 
367
  msgid "User Auth"
368
  msgstr ""
369
 
370
- #: framework/features/conditions-manager.php:545
 
371
  msgid "User Logged In"
372
  msgstr ""
373
 
374
- #: framework/features/conditions-manager.php:550
 
375
  msgid "User Logged Out"
376
  msgstr ""
377
 
378
- #: framework/features/conditions-manager.php:556
 
379
  msgid "User Roles"
380
  msgstr ""
381
 
382
  #: framework/features/conditions-manager.php:561,
 
383
  #: framework/premium/features/content-blocks/options/404.php:19,
384
  #: framework/premium/features/content-blocks/options/header.php:19,
385
  #: framework/premium/features/content-blocks/options/hook.php:24,
386
- #: framework/premium/features/content-blocks/options/popup.php:25
 
 
 
 
387
  msgid "Other"
388
  msgstr ""
389
 
390
- #: framework/features/conditions-manager.php:565
 
391
  msgid "Post Author"
392
  msgstr ""
393
 
394
- #: framework/features/conditions-manager.php:657
 
395
  msgid "Language"
396
  msgstr ""
397
 
398
- #: framework/features/demo-install.php:233
 
399
  msgid ""
400
  "Your PHP installation doesn't have support for XML. Please install the "
401
  "<i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install "
@@ -403,84 +523,103 @@ msgid ""
403
  "in doing so."
404
  msgstr ""
405
 
406
- #: framework/features/dynamic-css.php:46
 
407
  msgid "Dynamic CSS Output"
408
  msgstr ""
409
 
410
- #: framework/features/dynamic-css.php:50
 
411
  msgid ""
412
  "The strategy of outputting the dynamic CSS. File - all the CSS code will be "
413
  "placed in a static file, otherwise it will be placed inline in head."
414
  msgstr ""
415
 
416
- #: framework/features/dynamic-css.php:52
 
417
  msgid "File"
418
  msgstr ""
419
 
420
  #: framework/features/dynamic-css.php:53,
421
- #: framework/premium/features/premium-header/items/language-switcher/options.php:32
 
 
422
  msgid "Inline"
423
  msgstr ""
424
 
425
- #: framework/features/google-analytics.php:69
 
426
  msgid "Google Analytics v3"
427
  msgstr ""
428
 
429
- #: framework/features/google-analytics.php:74
 
430
  msgid "Link your Google Analytics 3 tracking ID."
431
  msgstr ""
432
 
433
- #: framework/features/google-analytics.php:80
 
434
  msgid "Google Analytics v4"
435
  msgstr ""
436
 
437
- #: framework/features/google-analytics.php:86
 
438
  msgid ""
439
  "Link your Google Analytics 4 tracking ID. More info and instructions can be "
440
  "found %shere%s."
441
  msgstr ""
442
 
443
- #: framework/features/google-analytics.php:98
 
444
  msgid "IP Anonymization"
445
  msgstr ""
446
 
447
- #: framework/features/google-analytics.php:102
 
448
  msgid ""
449
  "Enable Google Analytics IP Anonymization for enhanced privacy. More info and "
450
  "instructions can be found %shere%s."
451
  msgstr ""
452
 
453
- #: framework/features/opengraph-meta-data.php:17
 
454
  msgid "OpenGraph Meta Data"
455
  msgstr ""
456
 
457
- #: framework/features/opengraph-meta-data.php:20
 
458
  msgid "Enable the OpenGraph rich meta data features for your website."
459
  msgstr ""
460
 
461
- #: framework/features/opengraph-meta-data.php:29
 
462
  msgid "Facebook Page URL"
463
  msgstr ""
464
 
465
- #: framework/features/opengraph-meta-data.php:36
 
466
  msgid "Facebook App ID"
467
  msgstr ""
468
 
469
- #: framework/features/opengraph-meta-data.php:43
 
470
  msgid "Twitter Username"
471
  msgstr ""
472
 
473
- #: framework/extensions/cookies-consent/config.php:4
 
474
  msgid "Cookies Consent"
475
  msgstr ""
476
 
477
- #: framework/extensions/cookies-consent/config.php:5
 
478
  msgid ""
479
  "Display a cookie acceptance box in order to comply with the privacy "
480
  "regulations in your country."
481
  msgstr ""
482
 
483
- #: framework/extensions/cookies-consent/customizer.php:4
 
484
  msgid "Cookie Consent"
485
  msgstr ""
486
 
@@ -493,16 +632,35 @@ msgstr ""
493
  #: framework/premium/extensions/shortcuts/customizer.php:513,
494
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
495
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
 
 
 
 
 
496
  #: framework/features/header/items/account/options.php:68,
497
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
498
  #: framework/premium/features/content-blocks/options/popup.php:30,
 
 
 
 
499
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
500
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
501
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
502
  #: framework/premium/features/premium-header/items/contacts/options.php:5,
503
  #: framework/premium/features/premium-header/items/language-switcher/options.php:21,
504
  #: framework/premium/features/premium-header/items/language-switcher/options.php:347,
505
- #: framework/premium/features/premium-header/items/search-input/options.php:37
 
 
 
 
 
 
 
 
 
 
506
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
507
  msgid "General"
508
  msgstr ""
@@ -511,10 +669,18 @@ msgstr ""
511
  #: framework/premium/extensions/shortcuts/customizer.php:525,
512
  #: framework/premium/extensions/woocommerce-extra/extension.php:72,
513
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
 
514
  #: framework/features/header/items/account/options.php:184,
515
  #: framework/features/header/items/account/options.php:390,
 
 
 
516
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
517
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
 
 
 
 
518
  msgid "Type 1"
519
  msgstr ""
520
 
@@ -522,46 +688,63 @@ msgstr ""
522
  #: framework/premium/extensions/shortcuts/customizer.php:530,
523
  #: framework/premium/extensions/woocommerce-extra/extension.php:77,
524
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
 
525
  #: framework/features/header/items/account/options.php:189,
526
  #: framework/features/header/items/account/options.php:395,
 
 
 
527
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
528
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
 
 
 
 
529
  msgid "Type 2"
530
  msgstr ""
531
 
532
- #: framework/extensions/cookies-consent/customizer.php:43
 
533
  msgid "Cookie period"
534
  msgstr ""
535
 
536
- #: framework/extensions/cookies-consent/customizer.php:51
 
537
  msgid "One hour"
538
  msgstr ""
539
 
540
- #: framework/extensions/cookies-consent/customizer.php:52
 
541
  msgid "One day"
542
  msgstr ""
543
 
544
- #: framework/extensions/cookies-consent/customizer.php:53
 
545
  msgid "One week"
546
  msgstr ""
547
 
548
- #: framework/extensions/cookies-consent/customizer.php:54
 
549
  msgid "One month"
550
  msgstr ""
551
 
552
- #: framework/extensions/cookies-consent/customizer.php:55
 
553
  msgid "Three months"
554
  msgstr ""
555
 
556
- #: framework/extensions/cookies-consent/customizer.php:56
 
557
  msgid "Six months"
558
  msgstr ""
559
 
560
- #: framework/extensions/cookies-consent/customizer.php:57
 
561
  msgid "One year"
562
  msgstr ""
563
 
564
- #: framework/extensions/cookies-consent/customizer.php:58
 
565
  msgid "Forever"
566
  msgstr ""
567
 
@@ -570,6 +753,7 @@ msgstr ""
570
  #: framework/premium/features/content-blocks/hooks-manager.php:202,
571
  #: framework/premium/features/content-blocks/hooks-manager.php:210,
572
  #: framework/premium/features/content-blocks/hooks-manager.php:218,
 
573
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
574
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
575
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
@@ -577,28 +761,51 @@ msgstr ""
577
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
578
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
579
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
 
 
 
 
580
  #: framework/premium/features/premium-header/items/contacts/options.php:52,
581
  #: framework/premium/features/premium-header/items/contacts/options.php:78,
582
  #: framework/premium/features/premium-header/items/contacts/options.php:105,
583
  #: framework/premium/features/premium-header/items/contacts/options.php:132,
584
  #: framework/premium/features/premium-header/items/contacts/options.php:159,
585
  #: framework/premium/features/premium-header/items/contacts/options.php:186,
586
- #: framework/premium/features/premium-header/items/contacts/options.php:213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
587
  msgid "Content"
588
  msgstr ""
589
 
590
  #: framework/extensions/cookies-consent/customizer.php:67,
591
- #: framework/extensions/cookies-consent/helpers.php:30
 
 
592
  msgid ""
593
  "We use cookies to ensure that we give you the best experience on our website."
594
  msgstr ""
595
 
596
- #: framework/extensions/cookies-consent/customizer.php:79
 
597
  msgid "Button text"
598
  msgstr ""
599
 
600
  #: framework/extensions/cookies-consent/customizer.php:82,
601
- #: framework/extensions/cookies-consent/helpers.php:33
 
 
602
  msgid "Accept"
603
  msgstr ""
604
 
@@ -611,16 +818,35 @@ msgstr ""
611
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
612
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
613
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
 
 
 
 
614
  #: framework/features/header/items/account/options.php:531,
615
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
616
  #: framework/premium/features/content-blocks/options/popup.php:342,
 
 
 
 
 
617
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
618
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
619
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
620
  #: framework/premium/features/premium-header/items/contacts/options.php:340,
621
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
622
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
623
- #: framework/premium/features/premium-header/items/search-input/options.php:178
 
 
 
 
 
 
 
 
 
 
624
  msgid "Design"
625
  msgstr ""
626
 
@@ -629,7 +855,12 @@ msgstr ""
629
  #: framework/premium/extensions/mega-menu/options.php:796,
630
  #: framework/premium/extensions/shortcuts/customizer.php:773,
631
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
 
 
632
  #: framework/features/header/items/account/options.php:842,
 
 
 
633
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
634
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
635
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
@@ -642,7 +873,21 @@ msgstr ""
642
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
643
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
644
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
645
- #: framework/premium/features/premium-header/items/language-switcher/options.php:382
 
 
 
 
 
 
 
 
 
 
 
 
 
 
646
  msgid "Font Color"
647
  msgstr ""
648
 
@@ -666,6 +911,16 @@ msgstr ""
666
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
667
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
668
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
 
 
 
 
 
 
 
 
 
 
669
  #: framework/features/header/items/account/options.php:595,
670
  #: framework/features/header/items/account/options.php:627,
671
  #: framework/features/header/items/account/options.php:657,
@@ -683,6 +938,16 @@ msgstr ""
683
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
684
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
685
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
 
 
 
 
 
 
 
 
 
 
686
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
687
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
688
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
@@ -719,8 +984,63 @@ msgstr ""
719
  #: framework/premium/features/premium-header/items/search-input/options.php:626,
720
  #: framework/premium/features/premium-header/items/search-input/options.php:656,
721
  #: framework/premium/features/premium-header/items/search-input/options.php:686,
722
- #: framework/premium/features/premium-header/items/search-input/options.php:762,
723
- #: framework/premium/features/premium-header/items/search-input/options.php:790
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
724
  msgid "Initial"
725
  msgstr ""
726
 
@@ -735,6 +1055,11 @@ msgstr ""
735
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
736
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
737
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
 
 
 
 
 
738
  #: framework/features/header/items/account/options.php:601,
739
  #: framework/features/header/items/account/options.php:632,
740
  #: framework/features/header/items/account/options.php:662,
@@ -745,6 +1070,12 @@ msgstr ""
745
  #: framework/features/header/items/account/options.php:1062,
746
  #: framework/features/header/items/account/options.php:1098,
747
  #: framework/features/header/items/account/options.php:1137,
 
 
 
 
 
 
748
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
749
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
750
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
@@ -761,39 +1092,80 @@ msgstr ""
761
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
762
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
763
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
764
- #: framework/premium/features/premium-header/items/search-input/options.php:767
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
765
  msgid "Hover"
766
  msgstr ""
767
 
768
  #: framework/extensions/cookies-consent/customizer.php:126,
769
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
770
- #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
 
 
 
771
  msgid "Button Color"
772
  msgstr ""
773
 
774
  #: framework/extensions/cookies-consent/customizer.php:154,
775
  #: framework/premium/extensions/mega-menu/options.php:816,
776
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
 
777
  #: framework/features/header/items/account/options.php:1114,
778
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
 
 
779
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
780
- #: framework/premium/features/premium-header/items/language-switcher/options.php:412
 
 
 
 
781
  msgid "Background Color"
782
  msgstr ""
783
 
784
- #: framework/extensions/cookies-consent/customizer.php:179
 
785
  msgid "Maximum Width"
786
  msgstr ""
787
 
788
- #: framework/extensions/cookies-consent/customizer.php:202
 
789
  msgid "I accept the %sPrivacy Policy%s*"
790
  msgstr ""
791
 
792
- #: framework/extensions/cookies-consent/customizer.php:206
 
793
  msgid "This text will appear under each comment form and subscribe form."
794
  msgstr ""
795
 
796
- #: framework/extensions/cookies-consent/helpers.php:78
 
797
  msgid "I accept the %sPrivacy Policy%s"
798
  msgstr ""
799
 
@@ -801,46 +1173,61 @@ msgstr ""
801
  #: framework/extensions/newsletter-subscribe/readme.php:1,
802
  #: framework/premium/extensions/code-snippets/readme.php:1,
803
  #: framework/premium/extensions/post-types-extra/readme.php:1,
804
- #: framework/premium/extensions/woocommerce-extra/readme.php:1
 
 
 
 
 
805
  msgid "Instructions"
806
  msgstr ""
807
 
808
- #: framework/extensions/cookies-consent/readme.php:4
 
809
  msgid ""
810
  "After installing and activating the Cookies Consent extension you will be "
811
  "able to configure it from this location:"
812
  msgstr ""
813
 
814
  #: framework/extensions/cookies-consent/readme.php:9,
815
- #: framework/extensions/widgets/widgets/ct-socials/options.php:31
 
 
816
  msgid "Customizer"
817
  msgstr ""
818
 
819
- #: framework/extensions/cookies-consent/readme.php:13
 
820
  msgid "Navigate to %s and customize the notification to meet your needs."
821
  msgstr ""
822
 
823
- #: framework/extensions/cookies-consent/readme.php:16
 
824
  msgid "Customizer ➝ Cookie Consent"
825
  msgstr ""
826
 
827
  #: framework/extensions/newsletter-subscribe/config.php:4,
828
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
 
 
829
  msgid "Newsletter Subscribe"
830
  msgstr ""
831
 
832
- #: framework/extensions/newsletter-subscribe/config.php:5
 
833
  msgid ""
834
  "Easily capture new leads for your newsletter with the help of a widget, "
835
  "shortcode or even a block inserted on your pages or posts."
836
  msgstr ""
837
 
838
- #: framework/extensions/newsletter-subscribe/customizer.php:4
 
839
  msgid "Subscribe Form"
840
  msgstr ""
841
 
842
  #: framework/extensions/newsletter-subscribe/customizer.php:18,
843
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
 
844
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
845
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
846
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
@@ -854,24 +1241,50 @@ msgstr ""
854
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
855
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
856
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
 
857
  #: framework/premium/features/premium-header/items/contacts/options.php:45,
858
  #: framework/premium/features/premium-header/items/contacts/options.php:71,
859
  #: framework/premium/features/premium-header/items/contacts/options.php:98,
860
  #: framework/premium/features/premium-header/items/contacts/options.php:125,
861
  #: framework/premium/features/premium-header/items/contacts/options.php:152,
862
  #: framework/premium/features/premium-header/items/contacts/options.php:179,
863
- #: framework/premium/features/premium-header/items/contacts/options.php:206
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
864
  msgid "Title"
865
  msgstr ""
866
 
867
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
868
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
869
- #: framework/extensions/newsletter-subscribe/helpers.php:96
 
 
 
870
  msgid "Newsletter Updates"
871
  msgstr ""
872
 
873
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
874
- #: framework/extensions/widgets/widgets/ct-posts/widget.php:14
 
 
875
  msgid "Description"
876
  msgstr ""
877
 
@@ -879,12 +1292,19 @@ msgstr ""
879
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
880
  #: framework/extensions/newsletter-subscribe/helpers.php:97,
881
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
882
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
 
 
 
 
 
883
  msgid "Enter your email address below to subscribe to our newsletter"
884
  msgstr ""
885
 
886
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
887
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
 
 
888
  msgid "List Source"
889
  msgstr ""
890
 
@@ -893,33 +1313,51 @@ msgstr ""
893
  #: framework/features/header/header-options.php:71,
894
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
895
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
 
 
 
896
  #: framework/extensions/widgets/widgets/ct-posts/options.php:173,
897
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
898
- #: framework/premium/features/content-blocks/options/hook.php:289
 
 
 
 
 
899
  msgid "Default"
900
  msgstr ""
901
 
902
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
903
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
904
  #: framework/premium/extensions/shortcuts/customizer.php:250,
905
- #: framework/premium/extensions/shortcuts/customizer.php:276
 
 
 
 
906
  #: framework/premium/static/js/options/IconPicker/Modal.js:148
907
  msgid "Custom"
908
  msgstr ""
909
 
910
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
911
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
 
 
912
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:187
913
  msgid "List ID"
914
  msgstr ""
915
 
916
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
917
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
 
 
918
  msgid "Name Field"
919
  msgstr ""
920
 
921
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
922
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
 
 
923
  msgid "Name Label"
924
  msgstr ""
925
 
@@ -928,12 +1366,20 @@ msgstr ""
928
  #: framework/extensions/newsletter-subscribe/helpers.php:57,
929
  #: framework/extensions/newsletter-subscribe/helpers.php:108,
930
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
931
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
 
 
 
 
 
 
932
  msgid "Your name"
933
  msgstr ""
934
 
935
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
936
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
 
 
937
  msgid "Mail Label"
938
  msgstr ""
939
 
@@ -942,12 +1388,20 @@ msgstr ""
942
  #: framework/extensions/newsletter-subscribe/helpers.php:61,
943
  #: framework/extensions/newsletter-subscribe/helpers.php:109,
944
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
945
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
 
 
 
 
 
 
946
  msgid "Your email"
947
  msgstr ""
948
 
949
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
950
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
 
 
951
  msgid "Button Label"
952
  msgstr ""
953
 
@@ -956,7 +1410,13 @@ msgstr ""
956
  #: framework/extensions/newsletter-subscribe/helpers.php:52,
957
  #: framework/extensions/newsletter-subscribe/helpers.php:101,
958
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
959
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
 
 
 
 
 
 
960
  msgid "Subscribe"
961
  msgstr ""
962
 
@@ -970,12 +1430,28 @@ msgstr ""
970
  #: framework/premium/extensions/shortcuts/customizer.php:407,
971
  #: framework/premium/extensions/shortcuts/customizer.php:463,
972
  #: framework/premium/extensions/shortcuts/customizer.php:721,
 
973
  #: framework/premium/features/content-blocks/options/404.php:140,
974
  #: framework/premium/features/content-blocks/options/header.php:166,
975
  #: framework/premium/features/content-blocks/options/hook.php:325,
976
  #: framework/premium/features/content-blocks/options/popup.php:321,
 
 
 
 
 
 
 
 
 
977
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
978
- #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
 
 
 
 
 
 
979
  msgid "Visibility"
980
  msgstr ""
981
 
@@ -996,15 +1472,41 @@ msgstr ""
996
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
997
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
998
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
 
 
 
 
999
  #: framework/features/header/items/account/options.php:245,
1000
  #: framework/features/header/items/account/options.php:451,
1001
  #: framework/premium/features/content-blocks/options/404.php:151,
1002
  #: framework/premium/features/content-blocks/options/header.php:177,
1003
  #: framework/premium/features/content-blocks/options/hook.php:336,
1004
  #: framework/premium/features/content-blocks/options/popup.php:332,
 
 
 
 
 
 
 
 
 
 
 
 
 
1005
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
1006
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
1007
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
 
 
 
 
 
 
 
 
 
1008
  msgid "Desktop"
1009
  msgstr ""
1010
 
@@ -1023,6 +1525,8 @@ msgstr ""
1023
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
1024
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
1025
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
 
 
1026
  #: framework/features/header/items/account/options.php:246,
1027
  #: framework/features/header/items/account/options.php:452,
1028
  #: framework/features/header/items/account/options.php:1179,
@@ -1030,9 +1534,32 @@ msgstr ""
1030
  #: framework/premium/features/content-blocks/options/header.php:178,
1031
  #: framework/premium/features/content-blocks/options/hook.php:337,
1032
  #: framework/premium/features/content-blocks/options/popup.php:333,
 
 
 
 
 
 
 
 
 
 
 
 
 
1033
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
1034
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
1035
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
 
 
 
 
 
 
 
 
 
 
1036
  msgid "Tablet"
1037
  msgstr ""
1038
 
@@ -1053,6 +1580,10 @@ msgstr ""
1053
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
1054
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
1055
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
 
 
 
 
1056
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
1057
  #: framework/features/header/items/account/options.php:247,
1058
  #: framework/features/header/items/account/options.php:453,
@@ -1061,33 +1592,69 @@ msgstr ""
1061
  #: framework/premium/features/content-blocks/options/header.php:179,
1062
  #: framework/premium/features/content-blocks/options/hook.php:338,
1063
  #: framework/premium/features/content-blocks/options/popup.php:334,
 
 
 
 
 
 
 
 
 
 
 
 
 
1064
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1065
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1066
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
1067
- #: framework/premium/features/premium-header/items/contacts/options.php:94
 
 
 
 
 
 
 
 
 
 
 
 
1068
  msgid "Mobile"
1069
  msgstr ""
1070
 
1071
- #: framework/extensions/newsletter-subscribe/customizer.php:152
 
1072
  msgid "Title Color"
1073
  msgstr ""
1074
 
1075
- #: framework/extensions/newsletter-subscribe/customizer.php:173
 
1076
  msgid "Description Color"
1077
  msgstr ""
1078
 
1079
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
 
1080
  #: framework/features/header/items/account/options.php:874,
1081
  #: framework/premium/features/premium-header/items/search-input/options.php:184,
1082
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
1083
  #: framework/premium/features/premium-header/items/search-input/options.php:245,
1084
- #: framework/premium/features/premium-header/items/search-input/options.php:275
 
 
 
 
 
1085
  msgid "Input Font Color"
1086
  msgstr ""
1087
 
1088
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
1089
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
1090
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
 
 
 
1091
  #: framework/features/header/items/account/options.php:896,
1092
  #: framework/features/header/items/account/options.php:926,
1093
  #: framework/features/header/items/account/options.php:962,
@@ -1102,54 +1669,92 @@ msgstr ""
1102
  #: framework/premium/features/premium-header/items/search-input/options.php:558,
1103
  #: framework/premium/features/premium-header/items/search-input/options.php:631,
1104
  #: framework/premium/features/premium-header/items/search-input/options.php:661,
1105
- #: framework/premium/features/premium-header/items/search-input/options.php:691
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1106
  msgid "Focus"
1107
  msgstr ""
1108
 
1109
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
 
1110
  #: framework/features/header/items/account/options.php:904,
1111
  #: framework/premium/features/premium-header/items/search-input/options.php:444,
1112
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
1113
  #: framework/premium/features/premium-header/items/search-input/options.php:505,
1114
- #: framework/premium/features/premium-header/items/search-input/options.php:535
 
 
 
 
 
1115
  msgid "Input Border Color"
1116
  msgstr ""
1117
 
1118
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
 
1119
  #: framework/features/header/items/account/options.php:940,
1120
  #: framework/premium/features/premium-header/items/search-input/options.php:580,
1121
  #: framework/premium/features/premium-header/items/search-input/options.php:608,
1122
  #: framework/premium/features/premium-header/items/search-input/options.php:638,
1123
- #: framework/premium/features/premium-header/items/search-input/options.php:668
 
 
 
 
 
1124
  msgid "Input Background Color"
1125
  msgstr ""
1126
 
1127
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
1128
  #: framework/extensions/trending/customizer.php:360,
1129
- #: framework/premium/extensions/shortcuts/customizer.php:932
 
 
 
1130
  msgid "Container Background"
1131
  msgstr ""
1132
 
1133
- #: framework/extensions/newsletter-subscribe/customizer.php:350
 
1134
  msgid "Container Border"
1135
  msgstr ""
1136
 
1137
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
1138
- #: framework/extensions/trending/customizer.php:376
 
 
1139
  msgid "Container Inner Spacing"
1140
  msgstr ""
1141
 
1142
  #: framework/extensions/newsletter-subscribe/customizer.php:400,
1143
- #: framework/premium/extensions/shortcuts/customizer.php:953
 
 
1144
  msgid "Container Border Radius"
1145
  msgstr ""
1146
 
1147
- #: framework/extensions/newsletter-subscribe/extension.php:134
 
1148
  msgid "Disable Subscribe Form"
1149
  msgstr ""
1150
 
1151
  #: framework/extensions/newsletter-subscribe/helpers.php:163,
1152
- #: framework/features/header/items/account/options.php:295
 
 
1153
  #: static/js/screens/SiteExport.js:85
1154
  msgid "Name"
1155
  msgstr ""
@@ -1158,39 +1763,53 @@ msgstr ""
1158
  #: framework/features/header/modal/register.php:36,
1159
  #: framework/premium/extensions/shortcuts/customizer.php:130,
1160
  #: framework/premium/extensions/shortcuts/customizer.php:153,
 
1161
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
1162
  #: framework/premium/extensions/shortcuts/views/bar.php:27,
1163
- #: framework/premium/features/premium-header/items/contacts/options.php:175
 
 
 
 
 
 
1164
  msgid "Email"
1165
  msgstr ""
1166
 
1167
- #: framework/extensions/newsletter-subscribe/readme.php:4
 
1168
  msgid ""
1169
  "After installing and activating the Newsletter Subscribe\n"
1170
  " extension you will have two possibilities to show your subscribe form:"
1171
  msgstr ""
1172
 
1173
- #: framework/extensions/newsletter-subscribe/readme.php:10
 
1174
  msgid "Widget"
1175
  msgstr ""
1176
 
1177
- #: framework/extensions/newsletter-subscribe/readme.php:14
 
1178
  msgid "Navigate to %s and place the widget in any widget area you want."
1179
  msgstr ""
1180
 
1181
- #: framework/extensions/newsletter-subscribe/readme.php:17
 
1182
  msgid "Appearance ➝ Widgets"
1183
  msgstr ""
1184
 
1185
- #: framework/extensions/newsletter-subscribe/readme.php:25
 
1186
  msgid "Single Page Block"
1187
  msgstr ""
1188
 
1189
- #: framework/extensions/newsletter-subscribe/readme.php:29
 
1190
  msgid "Navigate to %s and customize the form and more."
1191
  msgstr ""
1192
 
1193
- #: framework/extensions/newsletter-subscribe/readme.php:32
 
1194
  msgid "Customizer ➝ Single Posts"
1195
  msgstr ""
1196
 
@@ -1198,11 +1817,17 @@ msgstr ""
1198
  #: framework/extensions/product-reviews/extension.php:434,
1199
  #: framework/extensions/product-reviews/extension.php:435,
1200
  #: framework/extensions/product-reviews/extension.php:438,
1201
- #: framework/extensions/product-reviews/extension.php:440
 
 
 
 
 
1202
  msgid "Product Reviews"
1203
  msgstr ""
1204
 
1205
- #: framework/extensions/product-reviews/config.php:5
 
1206
  msgid ""
1207
  "This extension lets you easily create an affiliate marketing type of website "
1208
  "by giving you options to create a personalized product review and use your "
@@ -1210,496 +1835,660 @@ msgid ""
1210
  msgstr ""
1211
 
1212
  #: framework/extensions/product-reviews/extension.php:233,
1213
- #: framework/extensions/product-reviews/views/single-top.php:139
 
 
1214
  msgid "Overall Score"
1215
  msgstr ""
1216
 
1217
- #: framework/extensions/product-reviews/extension.php:291
 
1218
  msgid "Review Summary"
1219
  msgstr ""
1220
 
1221
- #: framework/extensions/product-reviews/extension.php:302
 
1222
  msgid "Scores Box Width"
1223
  msgstr ""
1224
 
1225
- #: framework/extensions/product-reviews/extension.php:312
 
1226
  msgid "Read More Button"
1227
  msgstr ""
1228
 
1229
- #: framework/extensions/product-reviews/extension.php:323
 
1230
  msgid "Buy Now Button"
1231
  msgstr ""
1232
 
1233
- #: framework/extensions/product-reviews/extension.php:342
 
1234
  msgid "Star Rating Color"
1235
  msgstr ""
1236
 
1237
  #: framework/extensions/product-reviews/extension.php:359,
1238
  #: framework/extensions/product-reviews/extension.php:387,
1239
  #: framework/extensions/product-reviews/extension.php:408,
1240
- #: framework/premium/extensions/mega-menu/options.php:772
 
 
 
 
1241
  msgid "Active"
1242
  msgstr ""
1243
 
1244
- #: framework/extensions/product-reviews/extension.php:365
 
1245
  msgid "Inactive"
1246
  msgstr ""
1247
 
1248
- #: framework/extensions/product-reviews/extension.php:373
 
1249
  msgid "Overll Score Text"
1250
  msgstr ""
1251
 
1252
- #: framework/extensions/product-reviews/extension.php:395
 
1253
  msgid "Overll Score Background"
1254
  msgstr ""
1255
 
1256
- #: framework/extensions/product-reviews/extension.php:439
 
1257
  msgid "Product Review"
1258
  msgstr ""
1259
 
1260
- #: framework/extensions/product-reviews/extension.php:441
 
1261
  msgid "Parent Product Review"
1262
  msgstr ""
1263
 
1264
- #: framework/extensions/product-reviews/extension.php:442
 
1265
  msgid "All Reviews"
1266
  msgstr ""
1267
 
1268
- #: framework/extensions/product-reviews/extension.php:443
 
1269
  msgid "View Product Review"
1270
  msgstr ""
1271
 
1272
- #: framework/extensions/product-reviews/extension.php:444
 
1273
  msgid "Add New Product Review"
1274
  msgstr ""
1275
 
1276
- #: framework/extensions/product-reviews/extension.php:445
 
1277
  msgid "Add New Review"
1278
  msgstr ""
1279
 
1280
- #: framework/extensions/product-reviews/extension.php:446
 
1281
  msgid "Edit Product Review"
1282
  msgstr ""
1283
 
1284
- #: framework/extensions/product-reviews/extension.php:447
 
1285
  msgid "Update Product Review"
1286
  msgstr ""
1287
 
1288
- #: framework/extensions/product-reviews/extension.php:448
 
1289
  msgid "Search Product Review"
1290
  msgstr ""
1291
 
1292
- #: framework/extensions/product-reviews/extension.php:449
 
1293
  msgid "Not Found"
1294
  msgstr ""
1295
 
1296
- #: framework/extensions/product-reviews/extension.php:450
 
1297
  msgid "Not found in Trash"
1298
  msgstr ""
1299
 
1300
  #: framework/extensions/product-reviews/extension.php:484,
1301
- #: framework/extensions/product-reviews/extension.php:494
 
 
1302
  msgid "Categories"
1303
  msgstr ""
1304
 
1305
  #: framework/extensions/product-reviews/extension.php:485,
1306
  #: framework/extensions/trending/customizer.php:35,
1307
- #: framework/extensions/widgets/widgets/ct-posts/options.php:37
 
 
 
1308
  msgid "Category"
1309
  msgstr ""
1310
 
1311
- #: framework/extensions/product-reviews/extension.php:486
 
1312
  msgid "Search Category"
1313
  msgstr ""
1314
 
1315
- #: framework/extensions/product-reviews/extension.php:487
 
1316
  msgid "All Categories"
1317
  msgstr ""
1318
 
1319
- #: framework/extensions/product-reviews/extension.php:488
 
1320
  msgid "Parent Category"
1321
  msgstr ""
1322
 
1323
- #: framework/extensions/product-reviews/extension.php:489
 
1324
  msgid "Parent Category:"
1325
  msgstr ""
1326
 
1327
- #: framework/extensions/product-reviews/extension.php:490
 
1328
  msgid "Edit Category"
1329
  msgstr ""
1330
 
1331
- #: framework/extensions/product-reviews/extension.php:491
 
1332
  msgid "Update Category"
1333
  msgstr ""
1334
 
1335
- #: framework/extensions/product-reviews/extension.php:492
 
1336
  msgid "Add New Category"
1337
  msgstr ""
1338
 
1339
- #: framework/extensions/product-reviews/extension.php:493
 
1340
  msgid "New Category Name"
1341
  msgstr ""
1342
 
1343
  #. translators: %s is the theme name.
1344
- #: framework/extensions/product-reviews/extension.php:512
 
 
1345
  msgid "%s Settings"
1346
  msgstr ""
1347
 
1348
- #: framework/extensions/product-reviews/extension.php:513
 
1349
  msgid "Blocksy"
1350
  msgstr ""
1351
 
1352
  #: framework/extensions/product-reviews/helpers.php:30,
1353
- #: framework/extensions/product-reviews/metabox.php:163
 
 
1354
  msgid "Rating"
1355
  msgstr ""
1356
 
1357
- #: framework/extensions/product-reviews/metabox.php:10
 
1358
  msgid "Review Entity"
1359
  msgstr ""
1360
 
1361
  #: framework/extensions/product-reviews/metabox.php:18,
1362
- #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:13
 
 
1363
  msgid "Product"
1364
  msgstr ""
1365
 
1366
- #: framework/extensions/product-reviews/metabox.php:19
 
1367
  msgid "Book"
1368
  msgstr ""
1369
 
1370
- #: framework/extensions/product-reviews/metabox.php:21
 
1371
  msgid "Creative Work Season"
1372
  msgstr ""
1373
 
1374
- #: framework/extensions/product-reviews/metabox.php:22
 
1375
  msgid "Creative Work Series"
1376
  msgstr ""
1377
 
1378
- #: framework/extensions/product-reviews/metabox.php:23
 
1379
  msgid "Episode"
1380
  msgstr ""
1381
 
1382
- #: framework/extensions/product-reviews/metabox.php:25
 
1383
  msgid "Game"
1384
  msgstr ""
1385
 
1386
- #: framework/extensions/product-reviews/metabox.php:27
 
1387
  msgid "Local Business"
1388
  msgstr ""
1389
 
1390
- #: framework/extensions/product-reviews/metabox.php:28
 
1391
  msgid "Media Object"
1392
  msgstr ""
1393
 
1394
- #: framework/extensions/product-reviews/metabox.php:29
 
1395
  msgid "Movie"
1396
  msgstr ""
1397
 
1398
- #: framework/extensions/product-reviews/metabox.php:30
 
1399
  msgid "Music Playlist"
1400
  msgstr ""
1401
 
1402
- #: framework/extensions/product-reviews/metabox.php:31
 
1403
  msgid "Music Recording"
1404
  msgstr ""
1405
 
1406
- #: framework/extensions/product-reviews/metabox.php:32
 
1407
  msgid "Organization"
1408
  msgstr ""
1409
 
1410
- #: framework/extensions/product-reviews/metabox.php:38
 
1411
  msgid ""
1412
  "More info about review entity and how to choose the right one can be found "
1413
  "%shere%s."
1414
  msgstr ""
1415
 
1416
- #: framework/extensions/product-reviews/metabox.php:53
 
 
 
 
 
 
 
 
1417
  msgid "Product Price"
1418
  msgstr ""
1419
 
1420
- #: framework/extensions/product-reviews/metabox.php:60
 
1421
  msgid "Product SKU"
1422
  msgstr ""
1423
 
1424
- #: framework/extensions/product-reviews/metabox.php:67
 
1425
  msgid "Product Brand"
1426
  msgstr ""
1427
 
1428
- #: framework/extensions/product-reviews/metabox.php:80
 
1429
  msgid "Gallery"
1430
  msgstr ""
1431
 
1432
- #: framework/extensions/product-reviews/metabox.php:91
 
1433
  msgid "Affiliate Button Label"
1434
  msgstr ""
1435
 
1436
- #: framework/extensions/product-reviews/metabox.php:93,
1437
- #: framework/extensions/product-reviews/views/single-top.php:156
 
 
1438
  msgid "Buy Now"
1439
  msgstr ""
1440
 
1441
- #: framework/extensions/product-reviews/metabox.php:98
 
1442
  msgid "Affiliate Link"
1443
  msgstr ""
1444
 
1445
- #: framework/extensions/product-reviews/metabox.php:104
 
1446
  msgid "Open Link In New Tab"
1447
  msgstr ""
1448
 
1449
- #: framework/extensions/product-reviews/metabox.php:110
 
1450
  msgid "Sponsored Attribute"
1451
  msgstr ""
1452
 
1453
- #: framework/extensions/product-reviews/metabox.php:132
 
1454
  msgid "Read More Button Label"
1455
  msgstr ""
1456
 
1457
- #: framework/extensions/product-reviews/metabox.php:134,
1458
- #: framework/extensions/product-reviews/views/single-top.php:162
 
 
1459
  msgid "Read More"
1460
  msgstr ""
1461
 
1462
- #: framework/extensions/product-reviews/metabox.php:154
 
1463
  msgid "Short Description"
1464
  msgstr ""
1465
 
1466
- #: framework/extensions/product-reviews/metabox.php:169
 
1467
  msgid "Scores"
1468
  msgstr ""
1469
 
1470
- #: framework/extensions/product-reviews/metabox.php:209
 
1471
  msgid "Product specs"
1472
  msgstr ""
1473
 
1474
- #: framework/extensions/product-reviews/metabox.php:234,
1475
- #: framework/extensions/product-reviews/views/single-top.php:262
 
 
1476
  msgid "Pros"
1477
  msgstr ""
1478
 
1479
- #: framework/extensions/product-reviews/metabox.php:254,
1480
- #: framework/extensions/product-reviews/views/single-top.php:285
 
 
1481
  msgid "Cons"
1482
  msgstr ""
1483
 
1484
  #: framework/extensions/trending/config.php:4,
1485
  #: framework/extensions/trending/customizer.php:96,
1486
- #: framework/extensions/trending/customizer.php:105
 
 
 
1487
  msgid "Trending Posts"
1488
  msgstr ""
1489
 
1490
- #: framework/extensions/trending/config.php:5
 
1491
  msgid ""
1492
  "Highlight your most popular posts or products based on the number of "
1493
  "comments or reviews they have gotten in the specified period of time."
1494
  msgstr ""
1495
 
1496
  #: framework/extensions/trending/customizer.php:8,
 
1497
  #: framework/premium/extensions/shortcuts/views/bar.php:30,
1498
- #: framework/premium/features/premium-header/items/search-input/options.php:6
 
 
1499
  msgid "Products"
1500
  msgstr ""
1501
 
1502
  #: framework/extensions/trending/customizer.php:36,
1503
- #: framework/extensions/widgets/widgets/ct-posts/options.php:38
 
 
1504
  msgid "All categories"
1505
  msgstr ""
1506
 
1507
  #: framework/extensions/trending/customizer.php:41,
1508
- #: framework/extensions/widgets/widgets/ct-posts/options.php:43
 
 
1509
  msgid "Taxonomy"
1510
  msgstr ""
1511
 
1512
  #: framework/extensions/trending/customizer.php:42,
1513
- #: framework/extensions/widgets/widgets/ct-posts/options.php:44
 
 
1514
  msgid "All taxonomies"
1515
  msgstr ""
1516
 
1517
- #: framework/extensions/trending/customizer.php:114
 
1518
  msgid "Module Title"
1519
  msgstr ""
1520
 
1521
  #: framework/extensions/trending/customizer.php:117,
1522
- #: framework/extensions/trending/helpers.php:218
 
 
1523
  msgid "Trending now"
1524
  msgstr ""
1525
 
1526
- #: framework/extensions/trending/customizer.php:122
 
1527
  msgid "Module Title Tag"
1528
  msgstr ""
1529
 
1530
  #: framework/extensions/trending/customizer.php:169,
 
1531
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
1532
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
1533
- #: framework/extensions/widgets/widgets/ct-posts/options.php:168
 
 
 
1534
  msgid "Source"
1535
  msgstr ""
1536
 
1537
  #: framework/extensions/trending/customizer.php:174,
1538
- #: framework/extensions/widgets/widgets/ct-posts/options.php:154
 
 
1539
  msgid "Taxonomies"
1540
  msgstr ""
1541
 
1542
  #: framework/extensions/trending/customizer.php:175,
 
1543
  #: framework/extensions/widgets/widgets/ct-posts/options.php:155,
1544
- #: framework/extensions/widgets/widgets/ct-posts/options.php:174
 
 
1545
  msgid "Custom Query"
1546
  msgstr ""
1547
 
1548
  #: framework/extensions/trending/customizer.php:198,
1549
- #: framework/extensions/widgets/widgets/ct-posts/options.php:243
 
 
1550
  msgid "Posts ID"
1551
  msgstr ""
1552
 
1553
  #: framework/extensions/trending/customizer.php:202,
1554
- #: framework/extensions/widgets/widgets/ct-posts/options.php:247
 
 
1555
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
1556
  msgstr ""
1557
 
1558
- #: framework/extensions/trending/customizer.php:218
 
1559
  msgid "Trending From"
1560
  msgstr ""
1561
 
1562
  #: framework/extensions/trending/customizer.php:227,
1563
- #: framework/extensions/widgets/widgets/ct-posts/options.php:213
 
 
1564
  msgid "All Time"
1565
  msgstr ""
1566
 
1567
- #: framework/extensions/trending/customizer.php:228
 
1568
  msgid "Last 24 Hours"
1569
  msgstr ""
1570
 
1571
- #: framework/extensions/trending/customizer.php:229
 
1572
  msgid "Last 7 Days"
1573
  msgstr ""
1574
 
1575
- #: framework/extensions/trending/customizer.php:230
 
1576
  msgid "Last Month"
1577
  msgstr ""
1578
 
1579
- #: framework/extensions/trending/customizer.php:247
 
1580
  msgid "Container Visibility"
1581
  msgstr ""
1582
 
1583
- #: framework/extensions/trending/customizer.php:319
 
1584
  msgid "Posts Font"
1585
  msgstr ""
1586
 
1587
- #: framework/extensions/widgets/config.php:4
 
 
 
 
 
 
 
 
1588
  msgid ""
1589
  "Add new handcrafted widgets to your sidebars! Social Network Icons, "
1590
  "Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent "
1591
  "Posts are the choices available."
1592
  msgstr ""
1593
 
1594
- #: framework/features/header/account-modal.php:37
 
1595
  msgid "Close account modal"
1596
  msgstr ""
1597
 
1598
  #: framework/features/header/account-modal.php:49,
 
1599
  #: framework/features/header/items/account/options.php:498,
1600
- #: framework/features/header/items/account/views/logout.php:7
 
 
1601
  msgid "Login"
1602
  msgstr ""
1603
 
1604
- #: framework/features/header/account-modal.php:53
 
1605
  msgid "Sign Up"
1606
  msgstr ""
1607
 
1608
- #: framework/features/header/account-modal.php:72
 
1609
  msgid "Back to login"
1610
  msgstr ""
1611
 
1612
- #: framework/features/header/header-options.php:6
 
1613
  msgid "Sticky Functionality"
1614
  msgstr ""
1615
 
1616
- #: framework/features/header/header-options.php:32
 
1617
  msgid "Only Main Row"
1618
  msgstr ""
1619
 
1620
- #: framework/features/header/header-options.php:37
 
1621
  msgid "Top & Main Row"
1622
  msgstr ""
1623
 
1624
- #: framework/features/header/header-options.php:42
 
1625
  msgid "All Rows"
1626
  msgstr ""
1627
 
1628
- #: framework/features/header/header-options.php:47
 
1629
  msgid "Main & Bottom Row"
1630
  msgstr ""
1631
 
1632
- #: framework/features/header/header-options.php:52
 
1633
  msgid "Only Top Row"
1634
  msgstr ""
1635
 
1636
- #: framework/features/header/header-options.php:57
 
1637
  msgid "Only Bottom Row"
1638
  msgstr ""
1639
 
1640
- #: framework/features/header/header-options.php:63
 
1641
  msgid "Sticky Effect"
1642
  msgstr ""
1643
 
1644
- #: framework/features/header/header-options.php:72
 
1645
  msgid "Slide Down"
1646
  msgstr ""
1647
 
1648
- #: framework/features/header/header-options.php:73
 
1649
  msgid "Fade"
1650
  msgstr ""
1651
 
1652
- #: framework/features/header/header-options.php:74
 
1653
  msgid "Auto Hide/Show"
1654
  msgstr ""
1655
 
1656
  #: framework/features/header/header-options.php:79,
1657
- #: framework/features/header/header-options.php:160
 
 
1658
  msgid "Enable on"
1659
  msgstr ""
1660
 
1661
- #: framework/features/header/header-options.php:106
 
1662
  msgid "Transparent Functionality"
1663
  msgstr ""
1664
 
1665
  #: framework/features/header/header-options.php:144,
1666
  #: framework/premium/extensions/shortcuts/customizer.php:742,
 
1667
  #: framework/premium/features/content-blocks/options/header.php:142,
1668
  #: framework/premium/features/content-blocks/options/hook.php:236,
1669
- #: framework/premium/features/content-blocks/options/popup.php:279
 
 
 
 
1670
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:45
1671
  #: framework/premium/static/js/footer/EditConditions.js:97
1672
  #: static/js/header/EditConditions.js:96
1673
  msgid "Display Conditions"
1674
  msgstr ""
1675
 
1676
- #: framework/premium/features/content-blocks.php:43
 
1677
  msgid "Hooks Locations"
1678
  msgstr ""
1679
 
1680
  #: framework/premium/features/content-blocks.php:208,
1681
- #: framework/premium/extensions/shortcuts/customizer.php:517
 
 
1682
  msgid "Type"
1683
  msgstr ""
1684
 
1685
- #: framework/premium/features/content-blocks.php:209
 
1686
  msgid "Location/Trigger"
1687
  msgstr ""
1688
 
1689
- #: framework/premium/features/content-blocks.php:210
 
1690
  msgid "Conditions"
1691
  msgstr ""
1692
 
1693
- #: framework/premium/features/content-blocks.php:211
 
1694
  msgid "Output"
1695
  msgstr ""
1696
 
1697
- #: framework/premium/features/content-blocks.php:212
 
1698
  msgid "Enable/Disable"
1699
  msgstr ""
1700
 
1701
  #: framework/premium/features/content-blocks.php:232,
1702
  #: framework/premium/extensions/shortcuts/customizer.php:705,
 
1703
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
1704
  #: framework/extensions/widgets/widgets/ct-socials/options.php:94,
1705
  #: framework/features/header/items/account/options.php:141,
@@ -1708,185 +2497,262 @@ msgstr ""
1708
  #: framework/premium/features/content-blocks/options/hook.php:158,
1709
  #: framework/premium/features/content-blocks/options/popup.php:162,
1710
  #: framework/premium/features/content-blocks/options/popup.php:418,
1711
- #: framework/premium/features/premium-header/items/contacts/options.php:274
 
 
 
 
 
 
 
 
 
 
1712
  msgid "None"
1713
  msgstr ""
1714
 
1715
  #: framework/premium/features/content-blocks.php:233,
1716
- #: framework/premium/features/content-blocks/options/popup.php:163
 
 
1717
  msgid "On scroll"
1718
  msgstr ""
1719
 
1720
  #: framework/premium/features/content-blocks.php:234,
1721
- #: framework/premium/features/content-blocks/options/popup.php:164
 
 
1722
  msgid "On scroll to element"
1723
  msgstr ""
1724
 
1725
  #: framework/premium/features/content-blocks.php:235,
1726
- #: framework/premium/features/content-blocks/options/popup.php:165
 
 
1727
  msgid "On page load"
1728
  msgstr ""
1729
 
1730
  #: framework/premium/features/content-blocks.php:236,
1731
- #: framework/premium/features/content-blocks/options/popup.php:166
 
 
1732
  msgid "After inactivity"
1733
  msgstr ""
1734
 
1735
  #: framework/premium/features/content-blocks.php:237,
1736
- #: framework/premium/features/content-blocks/options/popup.php:167
 
 
1737
  msgid "After x time"
1738
  msgstr ""
1739
 
1740
  #: framework/premium/features/content-blocks.php:238,
1741
- #: framework/premium/features/content-blocks/options/popup.php:168
 
 
1742
  msgid "On page exit intent"
1743
  msgstr ""
1744
 
1745
- #: framework/premium/features/content-blocks.php:242
 
1746
  msgid "Down"
1747
  msgstr ""
1748
 
1749
- #: framework/premium/features/content-blocks.php:243
 
1750
  msgid "Up"
1751
  msgstr ""
1752
 
1753
- #: framework/premium/features/content-blocks.php:620,
1754
- #: framework/premium/features/content-blocks.php:626
 
 
1755
  msgid "Content Blocks"
1756
  msgstr ""
1757
 
1758
- #: framework/premium/features/content-blocks.php:621,
1759
- #: framework/premium/extensions/mega-menu/options.php:333
 
 
1760
  msgid "Content Block"
1761
  msgstr ""
1762
 
1763
- #: framework/premium/features/content-blocks.php:622
 
1764
  msgid "Add New"
1765
  msgstr ""
1766
 
1767
- #: framework/premium/features/content-blocks.php:623
 
1768
  msgid "Add New Content Block"
1769
  msgstr ""
1770
 
1771
- #: framework/premium/features/content-blocks.php:624
 
1772
  msgid "Edit Content Block"
1773
  msgstr ""
1774
 
1775
- #: framework/premium/features/content-blocks.php:625
 
1776
  #: framework/premium/static/js/hooks/CreateHook.js:32
1777
  msgid "New Content Block"
1778
  msgstr ""
1779
 
1780
- #: framework/premium/features/content-blocks.php:627
 
1781
  msgid "View Content Block"
1782
  msgstr ""
1783
 
1784
- #: framework/premium/features/content-blocks.php:628
 
1785
  msgid "Search Content Blocks"
1786
  msgstr ""
1787
 
1788
- #: framework/premium/features/content-blocks.php:629
 
1789
  msgid "Nothing found"
1790
  msgstr ""
1791
 
1792
- #: framework/premium/features/content-blocks.php:630
 
1793
  msgid "Nothing found in Trash"
1794
  msgstr ""
1795
 
1796
- #: framework/premium/features/content-blocks.php:925
 
1797
  msgid "Close popup"
1798
  msgstr ""
1799
 
1800
- #: framework/premium/features/media-meta-fields.php:29
 
1801
  msgid "Attachment Video"
1802
  msgstr ""
1803
 
1804
- #: framework/premium/features/media-meta-fields.php:33
 
1805
  msgid "Video URL"
1806
  msgstr ""
1807
 
1808
  #. translators: %s: Link to wordpress.org article
1809
- #: framework/premium/features/media-meta-fields.php:39
 
 
1810
  msgid ""
1811
  "Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an "
1812
  "MP4 file into the media library."
1813
  msgstr ""
1814
 
1815
- #: framework/premium/features/media-meta-fields.php:42
 
1816
  msgid "Upload"
1817
  msgstr ""
1818
 
1819
- #: framework/premium/features/media-meta-fields.php:44
 
1820
  msgid "Upload Video (MP4 File)"
1821
  msgstr ""
1822
 
1823
  #: framework/premium/features/premium-footer.php:14,
1824
- #: framework/premium/features/premium-footer.php:28
 
 
1825
  msgid "Footer Menu 1"
1826
  msgstr ""
1827
 
1828
  #: framework/premium/features/premium-footer.php:29,
1829
- #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4
 
 
1830
  msgid "Footer Menu 2"
1831
  msgstr ""
1832
 
1833
- #: framework/premium/features/premium-header.php:42
 
1834
  msgid "Header Menu 3"
1835
  msgstr ""
1836
 
1837
- #: framework/premium/features/premium-header.php:43
 
1838
  msgid "Mobile Menu 1"
1839
  msgstr ""
1840
 
1841
- #: framework/premium/features/premium-header.php:44
 
1842
  msgid "Mobile Menu 2"
1843
  msgstr ""
1844
 
1845
- #: framework/premium/features/premium-header.php:103
 
1846
  msgid "Header Widget Area "
1847
  msgstr ""
1848
 
1849
  #: framework/premium/features/premium-header.php:159,
1850
  #: framework/premium/extensions/mega-menu/options.php:422,
 
1851
  #: framework/features/header/items/account/options.php:140,
1852
  #: framework/features/header/items/account/options.php:365,
1853
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:445
 
 
 
 
1854
  msgid "Icon"
1855
  msgstr ""
1856
 
1857
  #: framework/premium/features/premium-header.php:173,
1858
  #: framework/premium/extensions/mega-menu/options.php:436,
 
1859
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
1860
  #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
1861
- #: framework/premium/features/premium-header/items/contacts/options.php:246
 
 
 
 
1862
  msgid "Icons Size"
1863
  msgstr ""
1864
 
1865
  #: framework/premium/features/premium-header.php:185,
1866
- #: framework/premium/extensions/mega-menu/options.php:458
 
 
1867
  msgid "Icon Position"
1868
  msgstr ""
1869
 
1870
  #: framework/premium/features/premium-header.php:192,
1871
  #: framework/premium/extensions/mega-menu/options.php:465,
1872
  #: framework/premium/extensions/shortcuts/customizer.php:638,
 
1873
  #: framework/features/header/items/account/options.php:276,
1874
  #: framework/features/header/items/account/options.php:482,
1875
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
 
 
 
 
 
1876
  msgid "Left"
1877
  msgstr ""
1878
 
1879
  #: framework/premium/features/premium-header.php:193,
1880
  #: framework/premium/extensions/mega-menu/options.php:466,
1881
  #: framework/premium/extensions/shortcuts/customizer.php:639,
 
1882
  #: framework/features/header/items/account/options.php:277,
1883
  #: framework/features/header/items/account/options.php:483,
1884
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
 
 
 
 
 
1885
  msgid "Right"
1886
  msgstr ""
1887
 
1888
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
1889
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
 
 
1890
  msgid "Newsletter"
1891
  msgstr ""
1892
 
@@ -1895,89 +2761,118 @@ msgstr ""
1895
  #: framework/premium/extensions/shortcuts/customizer.php:868,
1896
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
1897
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
1898
- #: framework/features/header/items/account/options.php:294
 
 
 
 
 
 
1899
  msgid "Text"
1900
  msgstr ""
1901
 
1902
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
1903
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
1904
- #: framework/extensions/widgets/widgets/ct-quote/options.php:34
 
 
 
1905
  msgid "You can add here some arbitrary HTML code."
1906
  msgstr ""
1907
 
1908
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
 
1909
  msgid "Container Type"
1910
  msgstr ""
1911
 
1912
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
 
1913
  msgid "Boxed"
1914
  msgstr ""
1915
 
1916
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
 
1917
  msgid "Content Alignment"
1918
  msgstr ""
1919
 
1920
- #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
 
1921
  msgid "Newsletter subscribe form"
1922
  msgstr ""
1923
 
1924
- #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
 
1925
  msgid "Thank you for subscribing!"
1926
  msgstr ""
1927
 
1928
- #: framework/extensions/product-reviews/views/single-top.php:238
 
1929
  msgid "Specs"
1930
  msgstr ""
1931
 
1932
  #: framework/features/header/modal/login.php:28,
1933
- #: framework/features/header/modal/lostpassword.php:5
 
 
1934
  msgid "Username or Email Address"
1935
  msgstr ""
1936
 
1937
  #: framework/features/header/modal/login.php:33,
1938
- #: framework/features/header/modal/register.php:42
 
 
1939
  msgid "Password"
1940
  msgstr ""
1941
 
1942
- #: framework/features/header/modal/login.php:40
 
1943
  msgid "Remember Me"
1944
  msgstr ""
1945
 
1946
- #: framework/features/header/modal/login.php:44
 
1947
  msgid "Forgot Password?"
1948
  msgstr ""
1949
 
1950
- #: framework/features/header/modal/login.php:60
 
1951
  msgid "Log In"
1952
  msgstr ""
1953
 
1954
- #: framework/features/header/modal/lostpassword.php:13
 
1955
  msgid "Get New Password"
1956
  msgstr ""
1957
 
1958
- #: framework/features/header/modal/register.php:30
 
1959
  msgid "Username"
1960
  msgstr ""
1961
 
1962
- #: framework/features/header/modal/register.php:58
 
1963
  msgid "Registration confirmation will be emailed to you"
1964
  msgstr ""
1965
 
1966
- #: framework/features/header/modal/register.php:63
 
1967
  msgid "Register"
1968
  msgstr ""
1969
 
1970
- #: framework/premium/extensions/adobe-typekit/config.php:4
 
1971
  msgid "Adobe Fonts"
1972
  msgstr ""
1973
 
1974
- #: framework/premium/extensions/adobe-typekit/config.php:5
 
1975
  msgid ""
1976
  "Connect your Adobe Fonts project and use the selected fonts throughout "
1977
  "Blocksy and your favorite page builder."
1978
  msgstr ""
1979
 
1980
- #: framework/premium/extensions/code-snippets/config.php:5
 
1981
  msgid ""
1982
  "Inject custom code snippets throughout your website. The extension works "
1983
  "globally or on a per post/page basis."
@@ -1985,56 +2880,69 @@ msgstr ""
1985
 
1986
  #: framework/premium/extensions/code-snippets/extension.php:38,
1987
  #: framework/premium/extensions/code-snippets/extension.php:78,
1988
- #: framework/premium/extensions/code-snippets/extension.php:117
 
 
 
1989
  msgid "After body open scripts"
1990
  msgstr ""
1991
 
1992
- #: framework/premium/extensions/code-snippets/readme.php:4
 
1993
  msgid ""
1994
  "After activating the Custom Code Snippets extension you will have two ways "
1995
  "to manage your snippets:"
1996
  msgstr ""
1997
 
1998
- #: framework/premium/extensions/code-snippets/readme.php:9
 
1999
  msgid "Globally"
2000
  msgstr ""
2001
 
2002
- #: framework/premium/extensions/code-snippets/readme.php:13
 
2003
  msgid "Navigate to %s and place there your header, body or footer scripts."
2004
  msgstr ""
2005
 
2006
- #: framework/premium/extensions/code-snippets/readme.php:16
 
2007
  msgid "Customizer ➝ Custom Code Snippets"
2008
  msgstr ""
2009
 
2010
- #: framework/premium/extensions/code-snippets/readme.php:24
 
2011
  msgid "Per page/post"
2012
  msgstr ""
2013
 
2014
- #: framework/premium/extensions/code-snippets/readme.php:28
 
2015
  msgid ""
2016
  "Edit your page or post, click on %s, scroll down and you will see the %2s "
2017
  "panel."
2018
  msgstr ""
2019
 
2020
- #: framework/premium/extensions/code-snippets/readme.php:32
 
2021
  msgid "%s Page Settings"
2022
  msgstr ""
2023
 
2024
- #: framework/premium/extensions/custom-fonts/config.php:4
 
2025
  msgid ""
2026
  "Upload an unlimited number of custom fonts or variable fonts and use them "
2027
  "throughout Blocksy and your favorite page builder."
2028
  msgstr ""
2029
 
2030
- #: framework/premium/extensions/local-google-fonts/config.php:4
 
2031
  msgid ""
2032
  "Serve your chosen Google Fonts from your own web server. This will increase "
2033
  "the loading speed and makes sure your website complies with the privacy "
2034
  "regulations."
2035
  msgstr ""
2036
 
2037
- #: framework/premium/extensions/mega-menu/config.php:5
 
2038
  msgid ""
2039
  "Create beautiful personalised menus that set your website apart from the "
2040
  "others. Add icons and badges to your entries and even add Content Blocks "
@@ -2042,169 +2950,228 @@ msgid ""
2042
  msgstr ""
2043
 
2044
  #: framework/premium/extensions/mega-menu/config.php:9,
2045
- #: framework/premium/extensions/shortcuts/config.php:12
 
 
2046
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
2047
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
2048
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
2049
  msgid "Configure"
2050
  msgstr ""
2051
 
2052
- #: framework/premium/extensions/mega-menu/extension.php:99
 
2053
  msgid "Menu Item Settings"
2054
  msgstr ""
2055
 
2056
- #: framework/premium/extensions/mega-menu/extension.php:257
 
2057
  msgid "New"
2058
  msgstr ""
2059
 
2060
  #: framework/premium/extensions/mega-menu/options.php:16,
2061
- #: framework/premium/extensions/mega-menu/options.php:530
 
 
2062
  msgid "Mega Menu Settings"
2063
  msgstr ""
2064
 
2065
- #: framework/premium/extensions/mega-menu/options.php:27
 
2066
  msgid "Dropdown Width"
2067
  msgstr ""
2068
 
2069
  #: framework/premium/extensions/mega-menu/options.php:35,
2070
- #: framework/premium/extensions/mega-menu/options.php:48
 
 
2071
  msgid "Content Width"
2072
  msgstr ""
2073
 
2074
  #: framework/premium/extensions/mega-menu/options.php:36,
2075
- #: framework/premium/extensions/mega-menu/options.php:57
 
 
2076
  msgid "Full Width"
2077
  msgstr ""
2078
 
2079
- #: framework/premium/extensions/mega-menu/options.php:37
 
2080
  msgid "Custom Width"
2081
  msgstr ""
2082
 
2083
- #: framework/premium/extensions/mega-menu/options.php:56
 
2084
  msgid "Default Width"
2085
  msgstr ""
2086
 
2087
- #: framework/premium/extensions/mega-menu/options.php:85
 
2088
  msgid "Columns"
2089
  msgstr ""
2090
 
2091
- #: framework/premium/extensions/mega-menu/options.php:320
 
2092
  msgid "Custom Content"
2093
  msgstr ""
2094
 
2095
- #: framework/premium/extensions/mega-menu/options.php:324
 
2096
  msgid "Content Type"
2097
  msgstr ""
2098
 
2099
- #: framework/premium/extensions/mega-menu/options.php:331
 
2100
  msgid "Default (Menu Item)"
2101
  msgstr ""
2102
 
2103
- #: framework/premium/extensions/mega-menu/options.php:332
 
2104
  msgid "Custom Text"
2105
  msgstr ""
2106
 
2107
  #: framework/premium/extensions/mega-menu/options.php:394,
2108
- #: framework/premium/extensions/mega-menu/options.php:710
 
 
2109
  msgid "Item Label Settings"
2110
  msgstr ""
2111
 
2112
- #: framework/premium/extensions/mega-menu/options.php:399
 
2113
  msgid "Item Label"
2114
  msgstr ""
2115
 
2116
- #: framework/premium/extensions/mega-menu/options.php:407
 
2117
  msgid "Enabled"
2118
  msgstr ""
2119
 
2120
  #: framework/premium/extensions/mega-menu/options.php:408,
2121
  #: framework/premium/features/content-blocks/options/404.php:104,
2122
  #: framework/premium/features/content-blocks/options/header.php:108,
2123
- #: framework/premium/features/content-blocks/options/hook.php:113
 
 
 
 
2124
  msgid "Disabled"
2125
  msgstr ""
2126
 
2127
- #: framework/premium/extensions/mega-menu/options.php:409
 
2128
  msgid "Heading"
2129
  msgstr ""
2130
 
2131
- #: framework/premium/extensions/mega-menu/options.php:415
 
2132
  msgid "Label Link"
2133
  msgstr ""
2134
 
2135
  #: framework/premium/extensions/mega-menu/options.php:481,
2136
- #: framework/premium/extensions/mega-menu/options.php:792
 
 
2137
  msgid "Menu Badge Settings"
2138
  msgstr ""
2139
 
2140
  #: framework/premium/extensions/mega-menu/options.php:499,
2141
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
 
 
2142
  msgid "Vertical Alignment"
2143
  msgstr ""
2144
 
2145
  #: framework/premium/extensions/mega-menu/options.php:534,
2146
  #: framework/premium/extensions/shortcuts/customizer.php:862,
2147
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2148
- #: framework/features/header/items/account/options.php:1033
 
 
 
 
2149
  msgid "Background"
2150
  msgstr ""
2151
 
2152
- #: framework/premium/extensions/mega-menu/options.php:548
 
2153
  msgid "Link Color"
2154
  msgstr ""
2155
 
2156
  #: framework/premium/extensions/mega-menu/options.php:568,
2157
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
 
 
2158
  #: framework/premium/features/premium-header/items/contacts/options.php:414,
2159
  #: framework/premium/features/premium-header/items/contacts/options.php:456,
2160
- #: framework/premium/features/premium-header/items/contacts/options.php:496
 
 
 
2161
  msgid "Link Initial"
2162
  msgstr ""
2163
 
2164
- #: framework/premium/extensions/mega-menu/options.php:573
 
2165
  msgid "Link Hover/Active"
2166
  msgstr ""
2167
 
2168
- #: framework/premium/extensions/mega-menu/options.php:578
 
2169
  msgid "Background Hover"
2170
  msgstr ""
2171
 
2172
  #: framework/premium/extensions/mega-menu/options.php:585,
2173
- #: framework/premium/extensions/mega-menu/options.php:719
 
 
2174
  msgid "Heading Color"
2175
  msgstr ""
2176
 
2177
  #: framework/premium/extensions/mega-menu/options.php:597,
2178
  #: framework/premium/extensions/mega-menu/options.php:617,
2179
- #: framework/premium/extensions/mega-menu/options.php:731
 
 
 
2180
  msgid "Initial Color"
2181
  msgstr ""
2182
 
2183
- #: framework/premium/extensions/mega-menu/options.php:605
 
2184
  msgid "Text Color"
2185
  msgstr ""
2186
 
2187
  #: framework/premium/extensions/mega-menu/options.php:624,
2188
  #: framework/premium/extensions/shortcuts/customizer.php:879,
 
 
2189
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
2190
- #: framework/premium/features/premium-header/items/search-input/options.php:815
 
 
2191
  msgid "Items Divider"
2192
  msgstr ""
2193
 
2194
- #: framework/premium/extensions/mega-menu/options.php:639
 
2195
  msgid "Columns Divider"
2196
  msgstr ""
2197
 
2198
  #: framework/premium/extensions/mega-menu/options.php:654,
2199
- #: framework/premium/features/premium-header/items/search-input/options.php:797
 
 
2200
  msgid "Dropdown Shadow"
2201
  msgstr ""
2202
 
2203
- #: framework/premium/extensions/mega-menu/options.php:686
 
2204
  msgid "Column Settings"
2205
  msgstr ""
2206
 
2207
- #: framework/premium/extensions/mega-menu/options.php:690
 
2208
  msgid "Column Spacing"
2209
  msgstr ""
2210
 
@@ -2218,6 +3185,8 @@ msgstr ""
2218
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
2219
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
2220
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
 
 
2221
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
2222
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
2223
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
@@ -2225,22 +3194,41 @@ msgstr ""
2225
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
2226
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
2227
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
2228
- #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2229
  msgid "Icon Color"
2230
  msgstr ""
2231
 
2232
- #: framework/premium/extensions/post-types-extra/config.php:4
 
2233
  msgid "Post Types Extra"
2234
  msgstr ""
2235
 
2236
- #: framework/premium/extensions/post-types-extra/config.php:5
 
2237
  msgid ""
2238
  "Enables support for Custom Fields inside archive cards and single page post "
2239
  "title, adds a reading progress bar for your posts and lets you set featured "
2240
  "images and colors for your categories archives."
2241
  msgstr ""
2242
 
2243
- #: framework/premium/extensions/post-types-extra/readme.php:4
 
2244
  msgid ""
2245
  "After activating this extension you will be able to enable the read progress "
2246
  "bar for your single posts, add a featured image and set different colors to "
@@ -2249,63 +3237,77 @@ msgid ""
2249
  "taxonomies archive filters."
2250
  msgstr ""
2251
 
2252
- #: framework/premium/extensions/post-types-extra/readme.php:10
 
2253
  msgid "Custom Fields"
2254
  msgstr ""
2255
 
2256
- #: framework/premium/extensions/post-types-extra/readme.php:14
 
2257
  msgid ""
2258
  "After setting up your custom fields you will be able to output them from %s "
2259
  "or from %2s."
2260
  msgstr ""
2261
 
2262
- #: framework/premium/extensions/post-types-extra/readme.php:17
 
2263
  msgid "Customizer ➝ Blog Posts ➝ Card Options"
2264
  msgstr ""
2265
 
2266
- #: framework/premium/extensions/post-types-extra/readme.php:21
 
2267
  msgid "Customizer ➝ Single Posts ➝ Post Title"
2268
  msgstr ""
2269
 
2270
- #: framework/premium/extensions/post-types-extra/readme.php:29
 
2271
  msgid "Taxonomies Filters"
2272
  msgstr ""
2273
 
2274
- #: framework/premium/extensions/post-types-extra/readme.php:33
 
2275
  msgid "You can enable the taxonomies filters from %s."
2276
  msgstr ""
2277
 
2278
- #: framework/premium/extensions/post-types-extra/readme.php:36
 
2279
  msgid "Customizer ➝ Blog Posts ➝ Filters"
2280
  msgstr ""
2281
 
2282
- #: framework/premium/extensions/post-types-extra/readme.php:44
 
2283
  msgid "Read Progress Bar"
2284
  msgstr ""
2285
 
2286
- #: framework/premium/extensions/post-types-extra/readme.php:48
 
2287
  msgid "This options could be enabled from %s."
2288
  msgstr ""
2289
 
2290
- #: framework/premium/extensions/post-types-extra/readme.php:51
 
2291
  msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
2292
  msgstr ""
2293
 
2294
- #: framework/premium/extensions/post-types-extra/readme.php:59
 
2295
  msgid "Taxonomy Featured Image & Custom Colors"
2296
  msgstr ""
2297
 
2298
- #: framework/premium/extensions/post-types-extra/readme.php:63
 
2299
  msgid ""
2300
  "To customize these options simply navigate to %s and edit one of your "
2301
  "categories."
2302
  msgstr ""
2303
 
2304
- #: framework/premium/extensions/post-types-extra/readme.php:66
 
2305
  msgid "Dashboard ➝ Posts ➝ Categories"
2306
  msgstr ""
2307
 
2308
- #: framework/premium/extensions/shortcuts/config.php:5
 
2309
  msgid ""
2310
  "Easily turn your websites into mobile first experiences. You can easily add "
2311
  "the most important actions at the bottom of the screen for easy access."
@@ -2314,7 +3316,11 @@ msgstr ""
2314
  #: framework/premium/extensions/shortcuts/customizer.php:12,
2315
  #: framework/premium/extensions/shortcuts/customizer.php:35,
2316
  #: framework/premium/extensions/shortcuts/customizer.php:542,
2317
- #: framework/premium/extensions/shortcuts/views/bar.php:25
 
 
 
 
2318
  msgid "Home"
2319
  msgstr ""
2320
 
@@ -2323,52 +3329,82 @@ msgstr ""
2323
  #: framework/premium/extensions/shortcuts/customizer.php:551,
2324
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
2325
  #: framework/premium/extensions/shortcuts/views/bar.php:26,
2326
- #: framework/premium/features/premium-header/items/contacts/options.php:66
 
 
 
 
 
 
2327
  msgid "Phone"
2328
  msgstr ""
2329
 
2330
  #: framework/premium/extensions/shortcuts/customizer.php:192,
2331
  #: framework/premium/extensions/shortcuts/customizer.php:215,
2332
- #: framework/premium/extensions/shortcuts/views/bar.php:28
 
 
 
2333
  msgid "Scroll Top"
2334
  msgstr ""
2335
 
2336
  #: framework/premium/extensions/shortcuts/customizer.php:318,
2337
  #: framework/premium/extensions/shortcuts/customizer.php:341,
2338
- #: framework/premium/extensions/shortcuts/views/bar.php:29
 
 
 
2339
  msgid "Cart"
2340
  msgstr ""
2341
 
2342
  #: framework/premium/extensions/shortcuts/customizer.php:374,
2343
- #: framework/premium/extensions/shortcuts/customizer.php:397
 
 
2344
  msgid "Shop"
2345
  msgstr ""
2346
 
2347
  #: framework/premium/extensions/shortcuts/customizer.php:430,
2348
  #: framework/premium/extensions/shortcuts/customizer.php:453,
2349
  #: framework/premium/extensions/woocommerce-extra/readme.php:70,
 
 
 
2350
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
2351
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
2352
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
2353
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
 
 
 
 
2354
  msgid "Wishlist"
2355
  msgstr ""
2356
 
2357
- #: framework/premium/extensions/shortcuts/customizer.php:536
 
2358
  msgid "Shortcuts"
2359
  msgstr ""
2360
 
2361
  #: framework/premium/extensions/shortcuts/customizer.php:591,
2362
  #: framework/features/header/items/account/options.php:233,
2363
  #: framework/features/header/items/account/options.php:439,
2364
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
 
 
 
 
2365
  msgid "Label Visibility"
2366
  msgstr ""
2367
 
2368
  #: framework/premium/extensions/shortcuts/customizer.php:631,
2369
  #: framework/features/header/items/account/options.php:269,
2370
  #: framework/features/header/items/account/options.php:475,
2371
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
 
 
 
 
2372
  msgid "Label Position"
2373
  msgstr ""
2374
 
@@ -2378,133 +3414,184 @@ msgstr ""
2378
  #: framework/features/header/items/account/options.php:278,
2379
  #: framework/features/header/items/account/options.php:484,
2380
  #: framework/premium/features/content-blocks/options/hook.php:307,
2381
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
 
 
 
 
 
 
 
2382
  msgid "Bottom"
2383
  msgstr ""
2384
 
2385
  #: framework/premium/extensions/shortcuts/customizer.php:651,
2386
  #: framework/features/header/items/account/options.php:215,
2387
  #: framework/features/header/items/account/options.php:421,
2388
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
 
 
 
 
2389
  msgid "Icon Size"
2390
  msgstr ""
2391
 
2392
- #: framework/premium/extensions/shortcuts/customizer.php:661
 
2393
  msgid "Container Height"
2394
  msgstr ""
2395
 
2396
- #: framework/premium/extensions/shortcuts/customizer.php:676
 
2397
  msgid "Container Max Width"
2398
  msgstr ""
2399
 
2400
- #: framework/premium/extensions/shortcuts/customizer.php:700
 
2401
  msgid "Scroll Interaction"
2402
  msgstr ""
2403
 
2404
- #: framework/premium/extensions/shortcuts/customizer.php:706
 
2405
  msgid "Hide"
2406
  msgstr ""
2407
 
2408
- #: framework/premium/extensions/shortcuts/customizer.php:748
 
2409
  msgid "Shortcuts Bar Display Conditions"
2410
  msgstr ""
2411
 
2412
- #: framework/premium/extensions/shortcuts/customizer.php:749
 
2413
  msgid "Add one or more conditions to display the shortcuts bar."
2414
  msgstr ""
2415
 
2416
  #: framework/premium/extensions/shortcuts/customizer.php:763,
 
2417
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
2418
  #: framework/premium/features/premium-header/items/contacts/options.php:346,
2419
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
2420
- #: framework/premium/features/premium-header/items/language-switcher/options.php:376
 
 
 
 
2421
  msgid "Font"
2422
  msgstr ""
2423
 
2424
  #: framework/premium/extensions/shortcuts/customizer.php:805,
 
2425
  #: framework/premium/features/premium-header/items/contacts/options.php:526,
2426
  #: framework/premium/features/premium-header/items/contacts/options.php:555,
2427
  #: framework/premium/features/premium-header/items/contacts/options.php:586,
2428
- #: framework/premium/features/premium-header/items/contacts/options.php:616
 
 
 
 
2429
  msgid "Icons Color"
2430
  msgstr ""
2431
 
2432
- #: framework/premium/extensions/shortcuts/customizer.php:844
 
2433
  msgid "Cart Badge Color"
2434
  msgstr ""
2435
 
2436
- #: framework/premium/extensions/shortcuts/customizer.php:899
 
2437
  msgid "Items Divider Height"
2438
  msgstr ""
2439
 
2440
  #: framework/premium/extensions/shortcuts/customizer.php:913,
2441
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
2442
  #: framework/premium/features/content-blocks/options/popup.php:368,
2443
- #: framework/premium/features/premium-header/items/language-switcher/options.php:446
 
 
 
 
2444
  msgid "Shadow"
2445
  msgstr ""
2446
 
2447
- #: framework/premium/extensions/sidebars/config.php:5
 
2448
  msgid ""
2449
  "Create unlimited personalized sets of widget areas and display them on any "
2450
  "page or post using our conditional logic functionality."
2451
  msgstr ""
2452
 
2453
- #: framework/premium/extensions/sidebars/config.php:9
 
2454
  msgid "Create New Sidebar"
2455
  msgstr ""
2456
 
2457
- #: framework/premium/extensions/sidebars/form.php:3
 
2458
  #: framework/premium/extensions/sidebars/static/js/main.js:42
2459
  msgid "Create Sidebar/Widget Area"
2460
  msgstr ""
2461
 
2462
- #: framework/premium/extensions/sidebars/form.php:6
 
2463
  msgid ""
2464
  "In order to create a new sidebar/widget area simply enter a name in the "
2465
  "input below and click the Create Sidebar button."
2466
  msgstr ""
2467
 
2468
- #: framework/premium/extensions/sidebars/form.php:16
 
2469
  #: framework/premium/extensions/sidebars/static/js/main.js:58
2470
  msgid "Create Sidebar"
2471
  msgstr ""
2472
 
2473
- #: framework/premium/extensions/sidebars/form.php:20
 
2474
  msgid "Available Sidebars/Widget Areas"
2475
  msgstr ""
2476
 
2477
- #: framework/premium/extensions/white-label/config.php:4
 
 
 
 
 
 
2478
  msgid ""
2479
  "Replace Blocksy's branding with your own. Easily hide licensing info and "
2480
  "other sections of the theme and companion plugin from your clients and make "
2481
  "your final product look more professional."
2482
  msgstr ""
2483
 
2484
- #: framework/premium/extensions/woocommerce-extra/config.php:5
 
2485
  msgid ""
2486
  "Make the shopping experience better for your visitors! Add features such as "
2487
  "Product Quick View, Wishlist functionality and a Floating Add to Cart "
2488
  "button. Customize the single product gallery/slider and the layout."
2489
  msgstr ""
2490
 
2491
- #: framework/premium/extensions/woocommerce-extra/customizer.php:5
 
2492
  msgid "Quick View Button"
2493
  msgstr ""
2494
 
2495
- #: framework/premium/extensions/woocommerce-extra/customizer.php:21
 
2496
  msgid "Trigger On"
2497
  msgstr ""
2498
 
2499
- #: framework/premium/extensions/woocommerce-extra/customizer.php:29
 
2500
  msgid "Button click"
2501
  msgstr ""
2502
 
2503
- #: framework/premium/extensions/woocommerce-extra/customizer.php:30
 
2504
  msgid "Image click"
2505
  msgstr ""
2506
 
2507
- #: framework/premium/extensions/woocommerce-extra/customizer.php:31
 
2508
  msgid "Card click"
2509
  msgstr ""
2510
 
@@ -2512,206 +3599,268 @@ msgstr ""
2512
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
2513
  #: framework/features/header/items/account/options.php:194,
2514
  #: framework/features/header/items/account/options.php:400,
2515
- #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
 
 
 
 
 
2516
  msgid "Type 3"
2517
  msgstr ""
2518
 
2519
  #: framework/premium/extensions/woocommerce-extra/extension.php:87,
2520
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
2521
  #: framework/features/header/items/account/options.php:199,
2522
- #: framework/features/header/items/account/options.php:405
 
 
 
 
2523
  msgid "Type 4"
2524
  msgstr ""
2525
 
2526
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
2527
- #: framework/premium/extensions/woocommerce-extra/extension.php:129
 
 
2528
  msgid "Number of Columns"
2529
  msgstr ""
2530
 
2531
- #: framework/premium/extensions/woocommerce-extra/extension.php:635
 
2532
  msgid "Available Filters"
2533
  msgstr ""
2534
 
2535
- #: framework/premium/extensions/woocommerce-extra/extension.php:636
 
2536
  msgid "Close filters modal"
2537
  msgstr ""
2538
 
2539
- #: framework/premium/extensions/woocommerce-extra/extension.php:713
 
2540
  msgid "Quick view title before"
2541
  msgstr ""
2542
 
2543
- #: framework/premium/extensions/woocommerce-extra/extension.php:718
 
2544
  msgid "Quick view title after"
2545
  msgstr ""
2546
 
2547
- #: framework/premium/extensions/woocommerce-extra/extension.php:723
 
2548
  msgid "Quick view price before"
2549
  msgstr ""
2550
 
2551
- #: framework/premium/extensions/woocommerce-extra/extension.php:728
 
2552
  msgid "Quick view price after"
2553
  msgstr ""
2554
 
2555
- #: framework/premium/extensions/woocommerce-extra/extension.php:733
 
2556
  msgid "Quick view summary before"
2557
  msgstr ""
2558
 
2559
- #: framework/premium/extensions/woocommerce-extra/extension.php:738
 
2560
  msgid "Quick view summary after"
2561
  msgstr ""
2562
 
2563
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
2564
- #: framework/premium/extensions/woocommerce-extra/readme.php:25
 
 
2565
  msgid "Floating Cart"
2566
  msgstr ""
2567
 
2568
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17
 
2569
  msgid "Position"
2570
  msgstr ""
2571
 
2572
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
2573
  #: framework/premium/features/content-blocks/hooks-manager.php:295,
2574
- #: framework/premium/features/content-blocks/options/hook.php:306
 
 
 
2575
  msgid "Top"
2576
  msgstr ""
2577
 
2578
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34
 
2579
  msgid "Product Title Visibility"
2580
  msgstr ""
2581
 
2582
- #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58
 
2583
  msgid "Floating Cart Visibility"
2584
  msgstr ""
2585
 
2586
- #: framework/premium/extensions/woocommerce-extra/helpers.php:75
 
2587
  msgid "Close quick view"
2588
  msgstr ""
2589
 
2590
- #: framework/premium/extensions/woocommerce-extra/helpers.php:102
 
2591
  msgid "Go to product page"
2592
  msgstr ""
2593
 
2594
- #: framework/premium/extensions/woocommerce-extra/helpers.php:148
 
2595
  msgid "Quick view toggle"
2596
  msgstr ""
2597
 
2598
- #: framework/premium/extensions/woocommerce-extra/helpers.php:148
 
2599
  msgid "Quick view icon"
2600
  msgstr ""
2601
 
2602
- #: framework/premium/extensions/woocommerce-extra/helpers.php:322
 
2603
  msgid "Filter"
2604
  msgstr ""
2605
 
2606
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
 
2607
  msgid "Off Canvas Filter"
2608
  msgstr ""
2609
 
2610
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
 
2611
  msgid "Filter Widgets"
2612
  msgstr ""
2613
 
2614
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
2615
- msgid "Widgets"
2616
- msgstr ""
2617
-
2618
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
2619
  msgid "Widgets Vertical Spacing"
2620
  msgstr ""
2621
 
2622
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
 
2623
  msgid "Widgets Title Font"
2624
  msgstr ""
2625
 
2626
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
 
2627
  msgid "Widgets Title Font Color"
2628
  msgstr ""
2629
 
2630
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
 
2631
  msgid "Widgets Font"
2632
  msgstr ""
2633
 
2634
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
 
2635
  msgid "Widgets Font Color"
2636
  msgstr ""
2637
 
2638
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
 
2639
  #: framework/premium/features/premium-header/items/contacts/options.php:408,
2640
  #: framework/premium/features/premium-header/items/contacts/options.php:451,
2641
- #: framework/premium/features/premium-header/items/contacts/options.php:491
 
 
 
2642
  msgid "Text Initial"
2643
  msgstr ""
2644
 
2645
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
 
2646
  #: framework/premium/features/premium-header/items/contacts/options.php:420,
2647
  #: framework/premium/features/premium-header/items/contacts/options.php:461,
2648
- #: framework/premium/features/premium-header/items/contacts/options.php:501
 
 
 
2649
  msgid "Link Hover"
2650
  msgstr ""
2651
 
2652
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
 
2653
  msgid "Filter Button & Panel"
2654
  msgstr ""
2655
 
2656
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
 
2657
  msgid "Filter Icon Type"
2658
  msgstr ""
2659
 
2660
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
 
2661
  msgid "Filter Button Visibility"
2662
  msgstr ""
2663
 
2664
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
 
2665
  msgid "Panel Reveal"
2666
  msgstr ""
2667
 
2668
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
 
2669
  msgid "Left Side"
2670
  msgstr ""
2671
 
2672
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
 
2673
  msgid "Right Side"
2674
  msgstr ""
2675
 
2676
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
 
2677
  msgid "Panel Width"
2678
  msgstr ""
2679
 
2680
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
 
2681
  msgid "Panel Background"
2682
  msgstr ""
2683
 
2684
- #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
 
2685
  msgid "Panel Shadow"
2686
  msgstr ""
2687
 
2688
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
2689
- #: framework/features/header/items/account/options.php:1022
 
 
2690
  msgid "Close Button Type"
2691
  msgstr ""
2692
 
2693
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
2694
- #: framework/features/header/items/account/options.php:1031
 
 
2695
  msgid "Simple"
2696
  msgstr ""
2697
 
2698
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
2699
- #: framework/features/header/items/account/options.php:1032
 
 
2700
  msgid "Border"
2701
  msgstr ""
2702
 
2703
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
2704
- #: framework/features/header/items/account/options.php:1075
 
 
2705
  msgid "Border Color"
2706
  msgstr ""
2707
 
2708
- #: framework/premium/extensions/woocommerce-extra/readme.php:4
 
2709
  msgid ""
2710
  "After installing and activating the WooCommerce Extra extension you will "
2711
  "have these features:"
2712
  msgstr ""
2713
 
2714
- #: framework/premium/extensions/woocommerce-extra/readme.php:10
 
2715
  msgid "Product Quick View"
2716
  msgstr ""
2717
 
@@ -2719,134 +3868,179 @@ msgstr ""
2719
  #: framework/premium/extensions/woocommerce-extra/readme.php:29,
2720
  #: framework/premium/extensions/woocommerce-extra/readme.php:44,
2721
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
2722
- #: framework/premium/extensions/woocommerce-extra/readme.php:74
 
 
 
 
 
2723
  msgid "Navigate to %s."
2724
  msgstr ""
2725
 
2726
- #: framework/premium/extensions/woocommerce-extra/readme.php:17
 
2727
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
2728
  msgstr ""
2729
 
2730
- #: framework/premium/extensions/woocommerce-extra/readme.php:32
 
2731
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
2732
  msgstr ""
2733
 
2734
- #: framework/premium/extensions/woocommerce-extra/readme.php:40
 
2735
  msgid "Advanced Gallery & Slider"
2736
  msgstr ""
2737
 
2738
- #: framework/premium/extensions/woocommerce-extra/readme.php:47
 
2739
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
2740
  msgstr ""
2741
 
2742
- #: framework/premium/extensions/woocommerce-extra/readme.php:55
 
2743
  msgid "Share Box"
2744
  msgstr ""
2745
 
2746
- #: framework/premium/extensions/woocommerce-extra/readme.php:62
 
2747
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
2748
  msgstr ""
2749
 
2750
- #: framework/premium/extensions/woocommerce-extra/readme.php:77
 
2751
  msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
2752
  msgstr ""
2753
 
2754
- #: framework/premium/features/content-blocks/hooks-manager.php:11
 
2755
  msgid "WP head"
2756
  msgstr ""
2757
 
2758
  #: framework/premium/features/content-blocks/hooks-manager.php:13,
2759
  #: framework/premium/features/content-blocks/hooks-manager.php:22,
2760
- #: framework/premium/features/content-blocks/hooks-manager.php:32
 
 
 
2761
  msgid "Head"
2762
  msgstr ""
2763
 
2764
- #: framework/premium/features/content-blocks/hooks-manager.php:20
 
2765
  msgid "WP head start"
2766
  msgstr ""
2767
 
2768
- #: framework/premium/features/content-blocks/hooks-manager.php:30
 
2769
  msgid "WP head end"
2770
  msgstr ""
2771
 
2772
- #: framework/premium/features/content-blocks/hooks-manager.php:39
 
2773
  msgid "Header before"
2774
  msgstr ""
2775
 
2776
  #: framework/premium/features/content-blocks/hooks-manager.php:41,
2777
- #: framework/premium/features/content-blocks/hooks-manager.php:50
 
 
2778
  msgid "Header"
2779
  msgstr ""
2780
 
2781
- #: framework/premium/features/content-blocks/hooks-manager.php:48
 
2782
  msgid "Header after"
2783
  msgstr ""
2784
 
2785
- #: framework/premium/features/content-blocks/hooks-manager.php:57
 
2786
  msgid "Desktop top"
2787
  msgstr ""
2788
 
2789
  #: framework/premium/features/content-blocks/hooks-manager.php:59,
2790
  #: framework/premium/features/content-blocks/hooks-manager.php:68,
2791
  #: framework/premium/features/content-blocks/hooks-manager.php:77,
2792
- #: framework/premium/features/content-blocks/hooks-manager.php:86
 
 
 
 
2793
  msgid "Header offcanvas"
2794
  msgstr ""
2795
 
2796
- #: framework/premium/features/content-blocks/hooks-manager.php:66
 
2797
  msgid "Desktop bottom"
2798
  msgstr ""
2799
 
2800
- #: framework/premium/features/content-blocks/hooks-manager.php:75
 
2801
  msgid "Mobile top"
2802
  msgstr ""
2803
 
2804
- #: framework/premium/features/content-blocks/hooks-manager.php:84
 
2805
  msgid "Mobile bottom"
2806
  msgstr ""
2807
 
2808
- #: framework/premium/features/content-blocks/hooks-manager.php:93
 
2809
  msgid "Sidebar before"
2810
  msgstr ""
2811
 
2812
  #: framework/premium/features/content-blocks/hooks-manager.php:94,
2813
  #: framework/premium/features/content-blocks/hooks-manager.php:101,
2814
  #: framework/premium/features/content-blocks/hooks-manager.php:108,
2815
- #: framework/premium/features/content-blocks/hooks-manager.php:115
 
 
 
 
2816
  msgid "Left/Right sidebar"
2817
  msgstr ""
2818
 
2819
- #: framework/premium/features/content-blocks/hooks-manager.php:100
 
2820
  msgid "Sidebar start"
2821
  msgstr ""
2822
 
2823
- #: framework/premium/features/content-blocks/hooks-manager.php:107
 
2824
  msgid "Sidebar end"
2825
  msgstr ""
2826
 
2827
- #: framework/premium/features/content-blocks/hooks-manager.php:114
 
2828
  msgid "Sidebar after"
2829
  msgstr ""
2830
 
2831
- #: framework/premium/features/content-blocks/hooks-manager.php:121
 
2832
  msgid "Dynamic sidebar before"
2833
  msgstr ""
2834
 
2835
  #: framework/premium/features/content-blocks/hooks-manager.php:122,
2836
  #: framework/premium/features/content-blocks/hooks-manager.php:129,
2837
- #: framework/premium/features/content-blocks/hooks-manager.php:137
 
 
 
2838
  msgid "All widget areas"
2839
  msgstr ""
2840
 
2841
- #: framework/premium/features/content-blocks/hooks-manager.php:128
 
2842
  msgid "Dynamic sidebar"
2843
  msgstr ""
2844
 
2845
- #: framework/premium/features/content-blocks/hooks-manager.php:136
 
2846
  msgid "Dynamic sidebar after"
2847
  msgstr ""
2848
 
2849
- #: framework/premium/features/content-blocks/hooks-manager.php:145
 
2850
  msgid "Before section"
2851
  msgstr ""
2852
 
@@ -2855,51 +4049,71 @@ msgstr ""
2855
  #: framework/premium/features/content-blocks/hooks-manager.php:162,
2856
  #: framework/premium/features/content-blocks/hooks-manager.php:170,
2857
  #: framework/premium/features/content-blocks/hooks-manager.php:178,
2858
- #: framework/premium/features/content-blocks/hooks-manager.php:186
 
 
 
 
 
 
2859
  msgid "Page/post title"
2860
  msgstr ""
2861
 
2862
  #: framework/premium/features/content-blocks/hooks-manager.php:153,
2863
- #: framework/premium/features/content-blocks/hooks-manager.php:239
 
 
2864
  msgid "Before title"
2865
  msgstr ""
2866
 
2867
- #: framework/premium/features/content-blocks/hooks-manager.php:161
 
2868
  msgid "Before post meta"
2869
  msgstr ""
2870
 
2871
  #: framework/premium/features/content-blocks/hooks-manager.php:169,
2872
- #: framework/premium/features/content-blocks/hooks-manager.php:246
 
 
2873
  msgid "After title"
2874
  msgstr ""
2875
 
2876
- #: framework/premium/features/content-blocks/hooks-manager.php:177
 
2877
  msgid "After post meta"
2878
  msgstr ""
2879
 
2880
- #: framework/premium/features/content-blocks/hooks-manager.php:185
 
2881
  msgid "After section"
2882
  msgstr ""
2883
 
2884
- #: framework/premium/features/content-blocks/hooks-manager.php:193
 
2885
  msgid "Before content"
2886
  msgstr ""
2887
 
2888
  #: framework/premium/features/content-blocks/hooks-manager.php:201,
2889
- #: framework/premium/features/content-blocks/hooks-manager.php:303
 
 
2890
  msgid "Top content"
2891
  msgstr ""
2892
 
2893
  #: framework/premium/features/content-blocks/hooks-manager.php:209,
2894
- #: framework/premium/features/content-blocks/hooks-manager.php:325
 
 
2895
  msgid "Bottom content"
2896
  msgstr ""
2897
 
2898
- #: framework/premium/features/content-blocks/hooks-manager.php:217
 
2899
  msgid "After content"
2900
  msgstr ""
2901
 
2902
- #: framework/premium/features/content-blocks/hooks-manager.php:225
 
2903
  msgid "Before comments"
2904
  msgstr ""
2905
 
@@ -2908,59 +4122,81 @@ msgstr ""
2908
  #: framework/premium/features/content-blocks/hooks-manager.php:240,
2909
  #: framework/premium/features/content-blocks/hooks-manager.php:247,
2910
  #: framework/premium/features/content-blocks/hooks-manager.php:254,
2911
- #: framework/premium/features/content-blocks/hooks-manager.php:261
 
 
 
 
 
 
2912
  msgid "Comments"
2913
  msgstr ""
2914
 
2915
- #: framework/premium/features/content-blocks/hooks-manager.php:232
 
2916
  msgid "Top comments"
2917
  msgstr ""
2918
 
2919
- #: framework/premium/features/content-blocks/hooks-manager.php:253
 
2920
  msgid "Bottom comments"
2921
  msgstr ""
2922
 
2923
- #: framework/premium/features/content-blocks/hooks-manager.php:260
 
2924
  msgid "After comments"
2925
  msgstr ""
2926
 
2927
  #: framework/premium/features/content-blocks/hooks-manager.php:267,
2928
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:457
 
 
2929
  msgid "Before"
2930
  msgstr ""
2931
 
2932
  #: framework/premium/features/content-blocks/hooks-manager.php:268,
2933
- #: framework/premium/features/content-blocks/hooks-manager.php:275
 
 
2934
  msgid "Loop"
2935
  msgstr ""
2936
 
2937
  #: framework/premium/features/content-blocks/hooks-manager.php:274,
2938
- #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:468
 
 
2939
  msgid "After"
2940
  msgstr ""
2941
 
2942
- #: framework/premium/features/content-blocks/hooks-manager.php:281
 
2943
  msgid "Start"
2944
  msgstr ""
2945
 
2946
  #: framework/premium/features/content-blocks/hooks-manager.php:282,
2947
- #: framework/premium/features/content-blocks/hooks-manager.php:289
 
 
2948
  msgid "Loop card"
2949
  msgstr ""
2950
 
2951
- #: framework/premium/features/content-blocks/hooks-manager.php:288
 
2952
  msgid "End"
2953
  msgstr ""
2954
 
2955
- #: framework/premium/features/content-blocks/hooks-manager.php:311
 
2956
  msgid "After certain number of blocks"
2957
  msgstr ""
2958
 
2959
- #: framework/premium/features/content-blocks/hooks-manager.php:318
 
2960
  msgid "Before certain number of headings"
2961
  msgstr ""
2962
 
2963
- #: framework/premium/features/content-blocks/hooks-manager.php:341
 
2964
  msgid "Login form start"
2965
  msgstr ""
2966
 
@@ -2973,444 +4209,574 @@ msgstr ""
2973
  #: framework/premium/features/content-blocks/hooks-manager.php:384,
2974
  #: framework/premium/features/content-blocks/hooks-manager.php:391,
2975
  #: framework/premium/features/content-blocks/hooks-manager.php:398,
2976
- #: framework/premium/features/content-blocks/hooks-manager.php:405
 
 
 
 
 
 
 
 
 
 
2977
  msgid "Auth forms"
2978
  msgstr ""
2979
 
2980
- #: framework/premium/features/content-blocks/hooks-manager.php:348
 
2981
  msgid "Login form end"
2982
  msgstr ""
2983
 
2984
- #: framework/premium/features/content-blocks/hooks-manager.php:355
 
2985
  msgid "Login form modal start"
2986
  msgstr ""
2987
 
2988
- #: framework/premium/features/content-blocks/hooks-manager.php:362
 
2989
  msgid "Login form modal end"
2990
  msgstr ""
2991
 
2992
- #: framework/premium/features/content-blocks/hooks-manager.php:369
 
2993
  msgid "Register form start"
2994
  msgstr ""
2995
 
2996
- #: framework/premium/features/content-blocks/hooks-manager.php:376
 
2997
  msgid "Register form end"
2998
  msgstr ""
2999
 
3000
- #: framework/premium/features/content-blocks/hooks-manager.php:383
 
3001
  msgid "Register form modal start"
3002
  msgstr ""
3003
 
3004
- #: framework/premium/features/content-blocks/hooks-manager.php:390
 
3005
  msgid "Register form modal end"
3006
  msgstr ""
3007
 
3008
- #: framework/premium/features/content-blocks/hooks-manager.php:397
 
3009
  msgid "Lost password form modal start"
3010
  msgstr ""
3011
 
3012
- #: framework/premium/features/content-blocks/hooks-manager.php:404
 
3013
  msgid "Lost password form modal end"
3014
  msgstr ""
3015
 
3016
- #: framework/premium/features/content-blocks/hooks-manager.php:412
 
3017
  msgid "Before main content"
3018
  msgstr ""
3019
 
3020
- #: framework/premium/features/content-blocks/hooks-manager.php:418
 
3021
  msgid "After main content"
3022
  msgstr ""
3023
 
3024
- #: framework/premium/features/content-blocks/hooks-manager.php:421
 
3025
  msgid "WooCommerce Global"
3026
  msgstr ""
3027
 
3028
- #: framework/premium/features/content-blocks/hooks-manager.php:426
 
3029
  msgid "Archive description"
3030
  msgstr ""
3031
 
3032
- #: framework/premium/features/content-blocks/hooks-manager.php:431
 
3033
  msgid "Before shop loop"
3034
  msgstr ""
3035
 
3036
- #: framework/premium/features/content-blocks/hooks-manager.php:448
 
3037
  msgid "Before shop loop item title"
3038
  msgstr ""
3039
 
3040
- #: framework/premium/features/content-blocks/hooks-manager.php:453
 
3041
  msgid "After shop loop item title"
3042
  msgstr ""
3043
 
3044
- #: framework/premium/features/content-blocks/hooks-manager.php:458
 
3045
  msgid "Before shop loop item price"
3046
  msgstr ""
3047
 
3048
- #: framework/premium/features/content-blocks/hooks-manager.php:463
 
3049
  msgid "After shop loop item price"
3050
  msgstr ""
3051
 
3052
- #: framework/premium/features/content-blocks/hooks-manager.php:468
 
3053
  msgid "Before shop loop item actions"
3054
  msgstr ""
3055
 
3056
- #: framework/premium/features/content-blocks/hooks-manager.php:473
 
3057
  msgid "After shop loop item actions"
3058
  msgstr ""
3059
 
3060
- #: framework/premium/features/content-blocks/hooks-manager.php:478
 
3061
  msgid "After shop loop"
3062
  msgstr ""
3063
 
3064
- #: framework/premium/features/content-blocks/hooks-manager.php:480
 
3065
  msgid "WooCommerce Archive"
3066
  msgstr ""
3067
 
3068
- #: framework/premium/features/content-blocks/hooks-manager.php:485
 
3069
  msgid "Before single product"
3070
  msgstr ""
3071
 
3072
- #: framework/premium/features/content-blocks/hooks-manager.php:503
 
3073
  msgid "Product meta start"
3074
  msgstr ""
3075
 
3076
- #: framework/premium/features/content-blocks/hooks-manager.php:507
 
3077
  msgid "Product meta end"
3078
  msgstr ""
3079
 
3080
- #: framework/premium/features/content-blocks/hooks-manager.php:511
 
3081
  msgid "Share"
3082
  msgstr ""
3083
 
3084
- #: framework/premium/features/content-blocks/hooks-manager.php:515
 
3085
  msgid "After single product"
3086
  msgstr ""
3087
 
3088
- #: framework/premium/features/content-blocks/hooks-manager.php:521
 
3089
  msgid "Before single product excerpt"
3090
  msgstr ""
3091
 
3092
- #: framework/premium/features/content-blocks/hooks-manager.php:526
 
3093
  msgid "After single product excerpt"
3094
  msgstr ""
3095
 
3096
- #: framework/premium/features/content-blocks/hooks-manager.php:531
 
3097
  msgid "Before single product tabs"
3098
  msgstr ""
3099
 
3100
- #: framework/premium/features/content-blocks/hooks-manager.php:537
 
3101
  msgid "After single product tabs"
3102
  msgstr ""
3103
 
3104
- #: framework/premium/features/content-blocks/hooks-manager.php:541
 
3105
  msgid "WooCommerce Product"
3106
  msgstr ""
3107
 
3108
- #: framework/premium/features/content-blocks/hooks-manager.php:546
 
3109
  msgid "Cart is empty"
3110
  msgstr ""
3111
 
3112
- #: framework/premium/features/content-blocks/hooks-manager.php:550
 
3113
  msgid "Before cart"
3114
  msgstr ""
3115
 
3116
- #: framework/premium/features/content-blocks/hooks-manager.php:554
 
3117
  msgid "Before cart table"
3118
  msgstr ""
3119
 
3120
- #: framework/premium/features/content-blocks/hooks-manager.php:558
 
3121
  msgid "Before cart contents"
3122
  msgstr ""
3123
 
3124
- #: framework/premium/features/content-blocks/hooks-manager.php:562
 
3125
  msgid "Cart contents"
3126
  msgstr ""
3127
 
3128
- #: framework/premium/features/content-blocks/hooks-manager.php:566
 
3129
  msgid "After cart contents"
3130
  msgstr ""
3131
 
3132
- #: framework/premium/features/content-blocks/hooks-manager.php:570
 
3133
  msgid "Cart coupon"
3134
  msgstr ""
3135
 
3136
- #: framework/premium/features/content-blocks/hooks-manager.php:574
 
3137
  msgid "Cart actions"
3138
  msgstr ""
3139
 
3140
- #: framework/premium/features/content-blocks/hooks-manager.php:578
 
3141
  msgid "After cart table"
3142
  msgstr ""
3143
 
3144
- #: framework/premium/features/content-blocks/hooks-manager.php:582
 
3145
  msgid "Cart collaterals"
3146
  msgstr ""
3147
 
3148
- #: framework/premium/features/content-blocks/hooks-manager.php:586
 
3149
  msgid "Before cart totals"
3150
  msgstr ""
3151
 
3152
- #: framework/premium/features/content-blocks/hooks-manager.php:590
 
3153
  msgid "Cart totals before order total"
3154
  msgstr ""
3155
 
3156
- #: framework/premium/features/content-blocks/hooks-manager.php:594
 
3157
  msgid "Cart totals after order total"
3158
  msgstr ""
3159
 
3160
- #: framework/premium/features/content-blocks/hooks-manager.php:598
 
3161
  msgid "Proceed to checkout"
3162
  msgstr ""
3163
 
3164
- #: framework/premium/features/content-blocks/hooks-manager.php:602
 
3165
  msgid "After cart totals"
3166
  msgstr ""
3167
 
3168
- #: framework/premium/features/content-blocks/hooks-manager.php:606
 
3169
  msgid "After cart"
3170
  msgstr ""
3171
 
3172
- #: framework/premium/features/content-blocks/hooks-manager.php:611
 
3173
  msgid "Before Mini Cart"
3174
  msgstr ""
3175
 
3176
- #: framework/premium/features/content-blocks/hooks-manager.php:616
 
3177
  msgid "Before Mini Cart Contents"
3178
  msgstr ""
3179
 
3180
- #: framework/premium/features/content-blocks/hooks-manager.php:621
 
3181
  msgid "Mini Cart Contents"
3182
  msgstr ""
3183
 
3184
- #: framework/premium/features/content-blocks/hooks-manager.php:626
 
3185
  msgid "Widget Shopping Cart Before Buttons"
3186
  msgstr ""
3187
 
3188
- #: framework/premium/features/content-blocks/hooks-manager.php:631
 
3189
  msgid "Widget Shopping Cart After Buttons"
3190
  msgstr ""
3191
 
3192
- #: framework/premium/features/content-blocks/hooks-manager.php:636
 
3193
  msgid "After Mini Cart"
3194
  msgstr ""
3195
 
3196
- #: framework/premium/features/content-blocks/hooks-manager.php:638
 
3197
  msgid "WooCommerce Cart"
3198
  msgstr ""
3199
 
3200
- #: framework/premium/features/content-blocks/hooks-manager.php:644
 
3201
  msgid "Before checkout form"
3202
  msgstr ""
3203
 
3204
- #: framework/premium/features/content-blocks/hooks-manager.php:648
 
3205
  msgid "Before customer details"
3206
  msgstr ""
3207
 
3208
- #: framework/premium/features/content-blocks/hooks-manager.php:652
 
3209
  msgid "After customer details"
3210
  msgstr ""
3211
 
3212
- #: framework/premium/features/content-blocks/hooks-manager.php:656
 
3213
  msgid "Checkout billing"
3214
  msgstr ""
3215
 
3216
- #: framework/premium/features/content-blocks/hooks-manager.php:660
 
3217
  msgid "Before checkout billing form"
3218
  msgstr ""
3219
 
3220
- #: framework/premium/features/content-blocks/hooks-manager.php:664
 
3221
  msgid "After checkout billing form"
3222
  msgstr ""
3223
 
3224
- #: framework/premium/features/content-blocks/hooks-manager.php:668
 
3225
  msgid "Before order notes"
3226
  msgstr ""
3227
 
3228
- #: framework/premium/features/content-blocks/hooks-manager.php:672
 
3229
  msgid "After order notes"
3230
  msgstr ""
3231
 
3232
- #: framework/premium/features/content-blocks/hooks-manager.php:676
 
3233
  msgid "Checkout shipping"
3234
  msgstr ""
3235
 
3236
- #: framework/premium/features/content-blocks/hooks-manager.php:680
 
3237
  msgid "Checkout before order review"
3238
  msgstr ""
3239
 
3240
- #: framework/premium/features/content-blocks/hooks-manager.php:684
 
3241
  msgid "Checkout order review"
3242
  msgstr ""
3243
 
3244
- #: framework/premium/features/content-blocks/hooks-manager.php:688
 
3245
  msgid "Review order before cart contents"
3246
  msgstr ""
3247
 
3248
- #: framework/premium/features/content-blocks/hooks-manager.php:692
 
3249
  msgid "Review order after cart contents"
3250
  msgstr ""
3251
 
3252
- #: framework/premium/features/content-blocks/hooks-manager.php:696
 
3253
  msgid "Review order before order total"
3254
  msgstr ""
3255
 
3256
- #: framework/premium/features/content-blocks/hooks-manager.php:700
 
3257
  msgid "Review order after order total"
3258
  msgstr ""
3259
 
3260
- #: framework/premium/features/content-blocks/hooks-manager.php:704
 
3261
  msgid "Review order before payment"
3262
  msgstr ""
3263
 
3264
- #: framework/premium/features/content-blocks/hooks-manager.php:708
 
3265
  msgid "Review order before submit"
3266
  msgstr ""
3267
 
3268
- #: framework/premium/features/content-blocks/hooks-manager.php:712
 
3269
  msgid "Review order after submit"
3270
  msgstr ""
3271
 
3272
- #: framework/premium/features/content-blocks/hooks-manager.php:716
 
3273
  msgid "Review order after payment"
3274
  msgstr ""
3275
 
3276
- #: framework/premium/features/content-blocks/hooks-manager.php:720
 
3277
  msgid "Checkout after order review"
3278
  msgstr ""
3279
 
3280
- #: framework/premium/features/content-blocks/hooks-manager.php:724
 
3281
  msgid "After checkout form"
3282
  msgstr ""
3283
 
3284
- #: framework/premium/features/content-blocks/hooks-manager.php:727
 
3285
  msgid "WooCommerce Checkout"
3286
  msgstr ""
3287
 
3288
- #: framework/premium/features/content-blocks/hooks-manager.php:733
 
3289
  msgid "Before my account"
3290
  msgstr ""
3291
 
3292
- #: framework/premium/features/content-blocks/hooks-manager.php:737
 
3293
  msgid "Before account navigation"
3294
  msgstr ""
3295
 
3296
- #: framework/premium/features/content-blocks/hooks-manager.php:741
 
3297
  msgid "Account navigation"
3298
  msgstr ""
3299
 
3300
- #: framework/premium/features/content-blocks/hooks-manager.php:745
 
3301
  msgid "After account navigation"
3302
  msgstr ""
3303
 
3304
- #: framework/premium/features/content-blocks/hooks-manager.php:749
 
3305
  msgid "Account content"
3306
  msgstr ""
3307
 
3308
- #: framework/premium/features/content-blocks/hooks-manager.php:753
 
3309
  msgid "Account dashboard"
3310
  msgstr ""
3311
 
3312
- #: framework/premium/features/content-blocks/hooks-manager.php:757
 
3313
  msgid "After my account"
3314
  msgstr ""
3315
 
3316
  #: framework/premium/features/content-blocks/hooks-manager.php:759,
3317
  #: framework/features/header/items/account/options.php:17,
3318
- #: framework/features/header/items/account/options.php:18
 
 
 
3319
  msgid "WooCommerce Account"
3320
  msgstr ""
3321
 
3322
- #: framework/premium/features/content-blocks/hooks-manager.php:765
 
3323
  msgid "WP footer"
3324
  msgstr ""
3325
 
3326
  #: framework/premium/features/content-blocks/hooks-manager.php:766,
3327
  #: framework/premium/features/content-blocks/hooks-manager.php:774,
3328
- #: framework/premium/features/content-blocks/hooks-manager.php:782
 
 
 
3329
  msgid "Footer"
3330
  msgstr ""
3331
 
3332
- #: framework/premium/features/content-blocks/hooks-manager.php:773
 
3333
  msgid "Footer before"
3334
  msgstr ""
3335
 
3336
- #: framework/premium/features/content-blocks/hooks-manager.php:781
 
3337
  msgid "Footer after"
3338
  msgstr ""
3339
 
3340
- #: framework/premium/features/content-blocks/hooks-manager.php:796
 
3341
  msgid "Custom Hook (%s)"
3342
  msgstr ""
3343
 
3344
  #: framework/premium/features/content-blocks/hooks-manager.php:802,
3345
- #: framework/premium/features/content-blocks/options/hook.php:197
 
 
3346
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
3347
  msgid "After Block Number"
3348
  msgstr ""
3349
 
3350
  #: framework/premium/features/content-blocks/hooks-manager.php:808,
3351
- #: framework/premium/features/content-blocks/options/hook.php:214
 
 
3352
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
3353
  msgid "Before Heading Number"
3354
  msgstr ""
3355
 
3356
- #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13
 
3357
  msgid "About Me"
3358
  msgstr ""
3359
 
3360
- #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14
 
3361
  msgid "About me"
3362
  msgstr ""
3363
 
3364
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
3365
  #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
3366
  #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
3367
- #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
 
 
 
 
3368
  msgid "Advertisement"
3369
  msgstr ""
3370
 
3371
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31
 
3372
  msgid "Code"
3373
  msgstr ""
3374
 
3375
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32
 
3376
  msgid "Image"
3377
  msgstr ""
3378
 
3379
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42
 
3380
  msgid "Ad Code"
3381
  msgstr ""
3382
 
3383
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58
 
3384
  msgid "Upload Image"
3385
  msgstr ""
3386
 
3387
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
3388
- #: framework/extensions/widgets/widgets/ct-quote/options.php:66
 
 
3389
  msgid "Select Image"
3390
  msgstr ""
3391
 
3392
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
3393
- #: framework/extensions/widgets/widgets/ct-quote/options.php:67
 
 
3394
  msgid "Change Image"
3395
  msgstr ""
3396
 
3397
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
3398
- #: framework/extensions/widgets/widgets/ct-posts/options.php:126
 
 
3399
  msgid "Image Ratio"
3400
  msgstr ""
3401
 
3402
- #: framework/extensions/widgets/widgets/ct-advertisement/options.php:75
 
3403
  msgid "Ad URL"
3404
  msgstr ""
3405
 
3406
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
3407
- #: framework/extensions/widgets/widgets/ct-contact-info/options.php:322
 
 
3408
  msgid "Open link in new tab"
3409
  msgstr ""
3410
 
3411
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
3412
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
3413
- #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
 
 
 
3414
  msgid "Contact Info"
3415
  msgstr ""
3416
 
@@ -3419,7 +4785,13 @@ msgstr ""
3419
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
3420
  #: framework/premium/features/premium-header/items/contacts/options.php:17,
3421
  #: framework/premium/features/premium-header/items/contacts/options.php:46,
3422
- #: framework/premium/features/premium-header/items/contacts/view.php:22
 
 
 
 
 
 
3423
  msgid "Address:"
3424
  msgstr ""
3425
 
@@ -3428,7 +4800,13 @@ msgstr ""
3428
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
3429
  #: framework/premium/features/premium-header/items/contacts/options.php:24,
3430
  #: framework/premium/features/premium-header/items/contacts/options.php:72,
3431
- #: framework/premium/features/premium-header/items/contacts/view.php:29
 
 
 
 
 
 
3432
  msgid "Phone:"
3433
  msgstr ""
3434
 
@@ -3437,12 +4815,20 @@ msgstr ""
3437
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
3438
  #: framework/premium/features/premium-header/items/contacts/options.php:32,
3439
  #: framework/premium/features/premium-header/items/contacts/options.php:99,
3440
- #: framework/premium/features/premium-header/items/contacts/view.php:37
 
 
 
 
 
 
3441
  msgid "Mobile:"
3442
  msgstr ""
3443
 
3444
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
3445
- #: framework/premium/features/premium-header/items/contacts/options.php:41
 
 
3446
  msgid "Address"
3447
  msgstr ""
3448
 
@@ -3459,396 +4845,538 @@ msgstr ""
3459
  #: framework/premium/features/premium-header/items/contacts/options.php:139,
3460
  #: framework/premium/features/premium-header/items/contacts/options.php:166,
3461
  #: framework/premium/features/premium-header/items/contacts/options.php:193,
3462
- #: framework/premium/features/premium-header/items/contacts/options.php:220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3463
  msgid "Link (optional)"
3464
  msgstr ""
3465
 
3466
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
3467
- #: framework/premium/features/premium-header/items/contacts/options.php:121
 
 
3468
  msgid "Work Hours"
3469
  msgstr ""
3470
 
3471
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
3472
- #: framework/premium/features/premium-header/items/contacts/options.php:126
 
 
3473
  msgid "Opening hours"
3474
  msgstr ""
3475
 
3476
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
3477
- #: framework/premium/features/premium-header/items/contacts/options.php:148
 
 
3478
  msgid "Fax"
3479
  msgstr ""
3480
 
3481
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
3482
- #: framework/premium/features/premium-header/items/contacts/options.php:153
 
 
3483
  msgid "Fax:"
3484
  msgstr ""
3485
 
3486
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
3487
- #: framework/premium/features/premium-header/items/contacts/options.php:180
 
 
3488
  msgid "Email:"
3489
  msgstr ""
3490
 
3491
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
3492
- #: framework/premium/features/premium-header/items/contacts/options.php:202
 
 
3493
  msgid "Website"
3494
  msgstr ""
3495
 
3496
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
3497
- #: framework/premium/features/premium-header/items/contacts/options.php:207
 
 
3498
  msgid "Website:"
3499
  msgstr ""
3500
 
3501
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
3502
- #: framework/extensions/widgets/widgets/ct-socials/options.php:80
 
 
3503
  msgid "Small"
3504
  msgstr ""
3505
 
3506
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
3507
- #: framework/extensions/widgets/widgets/ct-socials/options.php:82
 
 
3508
  msgid "Large"
3509
  msgstr ""
3510
 
3511
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
3512
  #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
3513
- #: framework/premium/features/premium-header/items/contacts/options.php:267
 
 
 
3514
  msgid "Icons Shape Type"
3515
  msgstr ""
3516
 
3517
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
3518
  #: framework/extensions/widgets/widgets/ct-socials/options.php:95,
3519
- #: framework/premium/features/premium-header/items/contacts/options.php:275
 
 
 
3520
  msgid "Rounded"
3521
  msgstr ""
3522
 
3523
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
3524
  #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
3525
- #: framework/premium/features/premium-header/items/contacts/options.php:276
 
 
 
3526
  msgid "Square"
3527
  msgstr ""
3528
 
3529
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
3530
  #: framework/extensions/widgets/widgets/ct-socials/options.php:106,
3531
- #: framework/premium/features/premium-header/items/contacts/options.php:287
 
 
 
3532
  msgid "Shape Fill Type"
3533
  msgstr ""
3534
 
3535
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
3536
  #: framework/extensions/widgets/widgets/ct-socials/options.php:113,
3537
- #: framework/premium/features/premium-header/items/contacts/options.php:294
 
 
 
1
+ # Copyright (C) 2022 blocksy-companion
2
  # This file is distributed under the same license as the blocksy-companion package.
3
  #, fuzzy
4
  msgid ""
19
  "x-generator: babel-plugin-wp-i18n\n"
20
 
21
  #. translators: %s: PHP version
22
+ #. translators: %s: PHP version
23
+ #: blocksy-companion.php:136, build_tmp/build/blocksy-companion.php:136
24
  msgid "Blocksy requires PHP version %s+, plugin is currently NOT RUNNING."
25
  msgstr ""
26
 
27
  #. translators: %s: WordPress version
28
+ #. translators: %s: WordPress version
29
+ #: blocksy-companion.php:147, build_tmp/build/blocksy-companion.php:147
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/config.php:4,
51
  #: framework/premium/extensions/code-snippets/extension.php:23,
52
  #: framework/premium/extensions/code-snippets/extension.php:63,
53
  #: framework/premium/extensions/code-snippets/extension.php:99,
54
+ #: framework/premium/extensions/code-snippets/readme.php:38,
55
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:4,
56
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:23,
57
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:63,
58
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:99,
59
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:38
60
  msgid "Custom Code Snippets"
61
  msgstr ""
62
 
63
+ #: framework/extensions-manager.php:258,
64
+ #: build_tmp/build/framework/extensions-manager.php:258
65
  msgid ""
66
  "Add custom code snippets in your header and footer, globally and per post or "
67
  "page individually."
68
  msgstr ""
69
 
70
  #: framework/extensions-manager.php:269,
71
+ #: build_tmp/build/framework/extensions-manager.php:269,
72
+ #: framework/premium/extensions/custom-fonts/extension.php:145,
73
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/extension.php:145
74
  msgid "Custom Fonts"
75
  msgstr ""
76
 
77
+ #: framework/extensions-manager.php:270,
78
+ #: build_tmp/build/framework/extensions-manager.php:270
79
  msgid ""
80
  "Upload unlimited number of custom fonts or variable fonts and use them in "
81
  "any typography option."
82
  msgstr ""
83
 
84
  #: framework/extensions-manager.php:281,
85
+ #: build_tmp/build/framework/extensions-manager.php:281,
86
+ #: framework/premium/extensions/local-google-fonts/extension.php:171,
87
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/extension.php:171
88
  msgid "Local Google Fonts"
89
  msgstr ""
90
 
91
+ #: framework/extensions-manager.php:282,
92
+ #: build_tmp/build/framework/extensions-manager.php:282
93
  msgid "Serve Google Fonts from your own server for full GDPR compliancy."
94
  msgstr ""
95
 
96
  #: framework/extensions-manager.php:293,
97
+ #: build_tmp/build/framework/extensions-manager.php:293,
98
+ #: framework/premium/extensions/mega-menu/config.php:4,
99
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:4
100
  msgid "Advanced Menu"
101
  msgstr ""
102
 
103
+ #: framework/extensions-manager.php:294,
104
+ #: build_tmp/build/framework/extensions-manager.php:294
105
  msgid ""
106
  "Create beautiful mega menus, assign icons add badges to menu items, and "
107
  "content blocks inside menu items."
108
  msgstr ""
109
 
110
  #: framework/extensions-manager.php:305,
111
+ #: build_tmp/build/framework/extensions-manager.php:305,
112
  #: framework/premium/extensions/shortcuts/config.php:4,
113
+ #: framework/premium/extensions/shortcuts/customizer.php:503,
114
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:4,
115
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:503
116
  msgid "Shortcuts Bar"
117
  msgstr ""
118
 
119
+ #: framework/extensions-manager.php:306,
120
+ #: build_tmp/build/framework/extensions-manager.php:306
121
  msgid ""
122
  "Transform your website into a app like by displaying a neat shortcuts bar at "
123
  "the bottom of the vieport."
124
  msgstr ""
125
 
126
  #: framework/extensions-manager.php:317,
127
+ #: build_tmp/build/framework/extensions-manager.php:317,
128
+ #: framework/premium/extensions/sidebars/config.php:4,
129
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:4
130
  msgid "Multiple Sidebars"
131
  msgstr ""
132
 
133
+ #: framework/extensions-manager.php:318,
134
+ #: build_tmp/build/framework/extensions-manager.php:318
135
  msgid ""
136
  "Create unlimited number of sidebars and display them conditionaly on any "
137
  "page or post."
138
  msgstr ""
139
 
140
+ #: framework/extensions-manager.php:329,
141
+ #: build_tmp/build/framework/extensions-manager.php:329
142
  msgid "White Label (Agency Package)"
143
  msgstr ""
144
 
145
+ #: framework/extensions-manager.php:330,
146
+ #: build_tmp/build/framework/extensions-manager.php:330
147
  msgid "Change the theme and companion plugin branding to your own custom one."
148
  msgstr ""
149
 
150
  #: framework/extensions-manager.php:341,
151
+ #: build_tmp/build/framework/extensions-manager.php:341,
152
+ #: framework/premium/extensions/woocommerce-extra/config.php:4,
153
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:4
154
  msgid "WooCommerce Extra"
155
  msgstr ""
156
 
157
+ #: framework/extensions-manager.php:342,
158
+ #: build_tmp/build/framework/extensions-manager.php:342
159
  msgid ""
160
  "Increase the conversion rate by adding a product quick view modal, a "
161
  "floating cart. Control the single product gallery/slider and the layout, add "
163
  msgstr ""
164
 
165
  #: framework/theme-integration.php:293,
166
+ #: build_tmp/build/framework/theme-integration.php:293,
167
  #: framework/extensions/widgets/widgets/ct-facebook/options.php:16,
168
  #: framework/extensions/widgets/widgets/ct-facebook/view.php:12,
169
+ #: framework/extensions/widgets/widgets/ct-facebook/widget.php:13,
170
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:16,
171
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/view.php:12,
172
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/widget.php:13
173
  msgid "Facebook"
174
  msgstr ""
175
 
176
+ #: framework/theme-integration.php:294,
177
+ #: build_tmp/build/framework/theme-integration.php:294
178
  msgid "Twitter"
179
  msgstr ""
180
 
181
+ #: framework/theme-integration.php:295,
182
+ #: build_tmp/build/framework/theme-integration.php:295
183
  msgid "LinkedIn"
184
  msgstr ""
185
 
186
+ #: framework/theme-integration.php:296,
187
+ #: build_tmp/build/framework/theme-integration.php:296
188
  msgid "Dribbble"
189
  msgstr ""
190
 
191
+ #: framework/theme-integration.php:297,
192
+ #: build_tmp/build/framework/theme-integration.php:297
193
  msgid "Instagram"
194
  msgstr ""
195
 
196
+ #: framework/theme-integration.php:298,
197
+ #: build_tmp/build/framework/theme-integration.php:298
198
  msgid "Pinterest"
199
  msgstr ""
200
 
201
+ #: framework/theme-integration.php:299,
202
+ #: build_tmp/build/framework/theme-integration.php:299
203
  msgid "WordPress"
204
  msgstr ""
205
 
206
+ #: framework/theme-integration.php:300,
207
+ #: build_tmp/build/framework/theme-integration.php:300
208
  msgid "GitHub"
209
  msgstr ""
210
 
211
  #: framework/theme-integration.php:301,
212
+ #: build_tmp/build/framework/theme-integration.php:301,
213
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
214
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:81,
215
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:280,
216
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:81
217
  msgid "Medium"
218
  msgstr ""
219
 
220
+ #: framework/theme-integration.php:302,
221
+ #: build_tmp/build/framework/theme-integration.php:302
222
  msgid "YouTube"
223
  msgstr ""
224
 
225
+ #: framework/theme-integration.php:303,
226
+ #: build_tmp/build/framework/theme-integration.php:303
227
  msgid "Vimeo"
228
  msgstr ""
229
 
230
+ #: framework/theme-integration.php:304,
231
+ #: build_tmp/build/framework/theme-integration.php:304
232
  msgid "VKontakte"
233
  msgstr ""
234
 
235
+ #: framework/theme-integration.php:305,
236
+ #: build_tmp/build/framework/theme-integration.php:305
237
  msgid "Odnoklassniki"
238
  msgstr ""
239
 
240
+ #: framework/theme-integration.php:306,
241
+ #: build_tmp/build/framework/theme-integration.php:306
242
  msgid "TikTok"
243
  msgstr ""
244
 
245
+ #: framework/theme-integration.php:378,
246
+ #: build_tmp/build/framework/theme-integration.php:378
247
  msgid "Companion"
248
  msgstr ""
249
 
250
+ #: framework/theme-integration.php:394,
251
+ #: build_tmp/build/framework/theme-integration.php:394
252
+ #: static/js/screens/SiteExport.js:106
253
  msgid "PRO"
254
  msgstr ""
255
 
256
+ #: framework/widgets-manager.php:75,
257
+ #: build_tmp/build/framework/widgets-manager.php:75
258
  msgid "Default widget name"
259
  msgstr ""
260
 
261
+ #: framework/widgets-manager.php:81,
262
+ #: build_tmp/build/framework/widgets-manager.php:81
263
  msgid "Display online support infomation"
264
  msgstr ""
265
 
266
+ #: framework/widgets-manager.php:144,
267
+ #: build_tmp/build/framework/widgets-manager.php:144
268
  msgid "Widget Title"
269
  msgstr ""
270
 
271
  #. translators: %s: Link to the login page.
272
+ #. translators: %s: Link to the login page.
273
+ #: framework/features/account-auth.php:82,
274
+ #: build_tmp/build/framework/features/account-auth.php:82
275
  msgid ""
276
  "Check your email for the confirmation link, then visit the <a href=\"%s"
277
  "\">login page</a>."
278
  msgstr ""
279
 
280
  #: framework/features/account-auth.php:94,
281
+ #: framework/features/account-auth.php:221,
282
+ #: build_tmp/build/framework/features/account-auth.php:94,
283
+ #: build_tmp/build/framework/features/account-auth.php:221
284
  msgid "Check your email"
285
  msgstr ""
286
 
287
+ #: framework/features/account-auth.php:188,
288
+ #: build_tmp/build/framework/features/account-auth.php:188
289
  msgid ""
290
  "Your account was created successfully. Your login details have been sent to "
291
  "your email address. Please visit the <a href=\"%s\">login page</a>."
292
  msgstr ""
293
 
294
+ #: framework/features/account-auth.php:197,
295
+ #: build_tmp/build/framework/features/account-auth.php:197
296
  msgid ""
297
  "Your account was created successfully and a password has been sent to your "
298
  "email address. Please visit the <a href=\"%s\">login page</a>."
299
  msgstr ""
300
 
301
+ #: framework/features/account-auth.php:227,
302
+ #: build_tmp/build/framework/features/account-auth.php:227
303
  msgid "Registration Form"
304
  msgstr ""
305
 
306
+ #: framework/features/account-auth.php:228,
307
+ #: build_tmp/build/framework/features/account-auth.php:228
308
  msgid "Register For This Site"
309
  msgstr ""
310
 
311
+ #: framework/features/conditions-manager.php:344,
312
+ #: build_tmp/build/framework/features/conditions-manager.php:344
313
  msgid "%s Single"
314
  msgstr ""
315
 
316
+ #: framework/features/conditions-manager.php:352,
317
+ #: build_tmp/build/framework/features/conditions-manager.php:352
318
  msgid "%s Archive"
319
  msgstr ""
320
 
321
+ #: framework/features/conditions-manager.php:363,
322
+ #: build_tmp/build/framework/features/conditions-manager.php:363
323
  msgid "%s %s Taxonomy"
324
  msgstr ""
325
 
326
+ #: framework/features/conditions-manager.php:377,
327
+ #: build_tmp/build/framework/features/conditions-manager.php:377
328
  msgid "Entire Website"
329
  msgstr ""
330
 
331
+ #: framework/features/conditions-manager.php:383,
332
+ #: build_tmp/build/framework/features/conditions-manager.php:383
333
  msgid "Basic"
334
  msgstr ""
335
 
336
+ #: framework/features/conditions-manager.php:387,
337
+ #: build_tmp/build/framework/features/conditions-manager.php:387
338
  msgid "Singulars"
339
  msgstr ""
340
 
341
+ #: framework/features/conditions-manager.php:392,
342
+ #: build_tmp/build/framework/features/conditions-manager.php:392
343
  msgid "Archives"
344
  msgstr ""
345
 
346
  #: framework/features/conditions-manager.php:398,
347
  #: framework/extensions/trending/customizer.php:4,
348
+ #: build_tmp/build/framework/features/conditions-manager.php:398,
349
+ #: build_tmp/build/framework/extensions/trending/customizer.php:4,
350
  #: framework/extensions/widgets/widgets/ct-posts/options.php:11,
351
  #: framework/extensions/widgets/widgets/ct-posts/options.php:98,
352
  #: framework/extensions/widgets/widgets/ct-posts/view.php:139,
353
  #: framework/extensions/widgets/widgets/ct-posts/widget.php:13,
354
+ #: framework/premium/features/premium-header/items/search-input/options.php:4,
355
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:11,
356
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:98,
357
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/view.php:139,
358
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:13,
359
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:4
360
  msgid "Posts"
361
  msgstr ""
362
 
363
  #: framework/features/conditions-manager.php:402,
364
+ #: build_tmp/build/framework/features/conditions-manager.php:402,
365
  #: framework/premium/features/content-blocks/hooks-manager.php:296,
366
  #: framework/premium/features/content-blocks/hooks-manager.php:304,
367
  #: framework/premium/features/content-blocks/hooks-manager.php:312,
368
  #: framework/premium/features/content-blocks/hooks-manager.php:319,
369
  #: framework/premium/features/content-blocks/hooks-manager.php:326,
370
+ #: framework/premium/features/content-blocks/hooks-manager.php:334,
371
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:296,
372
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:304,
373
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:312,
374
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:319,
375
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:326,
376
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:334
377
  msgid "Single Post"
378
  msgstr ""
379
 
380
+ #: framework/features/conditions-manager.php:407,
381
+ #: build_tmp/build/framework/features/conditions-manager.php:407
382
  msgid "All Post Archives"
383
  msgstr ""
384
 
385
+ #: framework/features/conditions-manager.php:412,
386
+ #: build_tmp/build/framework/features/conditions-manager.php:412
387
  msgid "Post Categories"
388
  msgstr ""
389
 
390
+ #: framework/features/conditions-manager.php:417,
391
+ #: build_tmp/build/framework/features/conditions-manager.php:417
392
  msgid "Post Tags"
393
  msgstr ""
394
 
395
  #: framework/features/conditions-manager.php:423,
396
+ #: build_tmp/build/framework/features/conditions-manager.php:423,
397
  #: framework/extensions/widgets/widgets/ct-posts/options.php:12,
398
+ #: framework/premium/features/premium-header/items/search-input/options.php:5,
399
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:12,
400
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:5
401
  msgid "Pages"
402
  msgstr ""
403
 
404
+ #: framework/features/conditions-manager.php:427,
405
+ #: build_tmp/build/framework/features/conditions-manager.php:427
406
  msgid "Single Page"
407
  msgstr ""
408
 
409
+ #: framework/features/conditions-manager.php:474,
410
+ #: build_tmp/build/framework/features/conditions-manager.php:474
411
  msgid "Specific"
412
  msgstr ""
413
 
414
+ #: framework/features/conditions-manager.php:478,
415
+ #: build_tmp/build/framework/features/conditions-manager.php:478
416
  msgid "Post ID"
417
  msgstr ""
418
 
419
+ #: framework/features/conditions-manager.php:483,
420
+ #: build_tmp/build/framework/features/conditions-manager.php:483
421
  msgid "Page ID"
422
  msgstr ""
423
 
424
+ #: framework/features/conditions-manager.php:488,
425
+ #: build_tmp/build/framework/features/conditions-manager.php:488
426
  #: static/js/options/ConditionsManager/PostIdPicker.js:76
427
  msgid "Custom Post Type ID"
428
  msgstr ""
429
 
430
+ #: framework/features/conditions-manager.php:493,
431
+ #: build_tmp/build/framework/features/conditions-manager.php:493
432
  msgid "Taxonomy ID"
433
  msgstr ""
434
 
435
+ #: framework/features/conditions-manager.php:498,
436
+ #: build_tmp/build/framework/features/conditions-manager.php:498
437
  msgid "Post with Taxonomy ID"
438
  msgstr ""
439
 
440
+ #: framework/features/conditions-manager.php:504,
441
+ #: build_tmp/build/framework/features/conditions-manager.php:504
442
  msgid "Other Pages"
443
  msgstr ""
444
 
445
+ #: framework/features/conditions-manager.php:508,
446
+ #: build_tmp/build/framework/features/conditions-manager.php:508
447
  msgid "404"
448
  msgstr ""
449
 
450
  #: framework/features/conditions-manager.php:513,
451
+ #: build_tmp/build/framework/features/conditions-manager.php:513,
452
  #: framework/premium/features/premium-header/items/search-input/options.php:45,
453
+ #: framework/premium/features/premium-header/items/search-input/view.php:71,
454
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:45,
455
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/view.php:71
456
  msgid "Search"
457
  msgstr ""
458
 
459
+ #: framework/features/conditions-manager.php:518,
460
+ #: build_tmp/build/framework/features/conditions-manager.php:518
461
  msgid "Blog"
462
  msgstr ""
463
 
464
+ #: framework/features/conditions-manager.php:523,
465
+ #: build_tmp/build/framework/features/conditions-manager.php:523
466
  msgid "Front Page"
467
  msgstr ""
468
 
469
+ #: framework/features/conditions-manager.php:535,
470
+ #: build_tmp/build/framework/features/conditions-manager.php:535
471
  msgid "Author"
472
  msgstr ""
473
 
474
+ #: framework/features/conditions-manager.php:541,
475
+ #: build_tmp/build/framework/features/conditions-manager.php:541
476
  msgid "User Auth"
477
  msgstr ""
478
 
479
+ #: framework/features/conditions-manager.php:545,
480
+ #: build_tmp/build/framework/features/conditions-manager.php:545
481
  msgid "User Logged In"
482
  msgstr ""
483
 
484
+ #: framework/features/conditions-manager.php:550,
485
+ #: build_tmp/build/framework/features/conditions-manager.php:550
486
  msgid "User Logged Out"
487
  msgstr ""
488
 
489
+ #: framework/features/conditions-manager.php:556,
490
+ #: build_tmp/build/framework/features/conditions-manager.php:556
491
  msgid "User Roles"
492
  msgstr ""
493
 
494
  #: framework/features/conditions-manager.php:561,
495
+ #: build_tmp/build/framework/features/conditions-manager.php:561,
496
  #: framework/premium/features/content-blocks/options/404.php:19,
497
  #: framework/premium/features/content-blocks/options/header.php:19,
498
  #: framework/premium/features/content-blocks/options/hook.php:24,
499
+ #: framework/premium/features/content-blocks/options/popup.php:25,
500
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:19,
501
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:19,
502
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:24,
503
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:25
504
  msgid "Other"
505
  msgstr ""
506
 
507
+ #: framework/features/conditions-manager.php:565,
508
+ #: build_tmp/build/framework/features/conditions-manager.php:565
509
  msgid "Post Author"
510
  msgstr ""
511
 
512
+ #: framework/features/conditions-manager.php:657,
513
+ #: build_tmp/build/framework/features/conditions-manager.php:657
514
  msgid "Language"
515
  msgstr ""
516
 
517
+ #: framework/features/demo-install.php:233,
518
+ #: build_tmp/build/framework/features/demo-install.php:233
519
  msgid ""
520
  "Your PHP installation doesn't have support for XML. Please install the "
521
  "<i>xml</i> or <i>simplexml</i> PHP extension in order to be able to install "
523
  "in doing so."
524
  msgstr ""
525
 
526
+ #: framework/features/dynamic-css.php:46,
527
+ #: build_tmp/build/framework/features/dynamic-css.php:46
528
  msgid "Dynamic CSS Output"
529
  msgstr ""
530
 
531
+ #: framework/features/dynamic-css.php:50,
532
+ #: build_tmp/build/framework/features/dynamic-css.php:50
533
  msgid ""
534
  "The strategy of outputting the dynamic CSS. File - all the CSS code will be "
535
  "placed in a static file, otherwise it will be placed inline in head."
536
  msgstr ""
537
 
538
+ #: framework/features/dynamic-css.php:52,
539
+ #: build_tmp/build/framework/features/dynamic-css.php:52
540
  msgid "File"
541
  msgstr ""
542
 
543
  #: framework/features/dynamic-css.php:53,
544
+ #: build_tmp/build/framework/features/dynamic-css.php:53,
545
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:32,
546
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:32
547
  msgid "Inline"
548
  msgstr ""
549
 
550
+ #: framework/features/google-analytics.php:69,
551
+ #: build_tmp/build/framework/features/google-analytics.php:69
552
  msgid "Google Analytics v3"
553
  msgstr ""
554
 
555
+ #: framework/features/google-analytics.php:74,
556
+ #: build_tmp/build/framework/features/google-analytics.php:74
557
  msgid "Link your Google Analytics 3 tracking ID."
558
  msgstr ""
559
 
560
+ #: framework/features/google-analytics.php:80,
561
+ #: build_tmp/build/framework/features/google-analytics.php:80
562
  msgid "Google Analytics v4"
563
  msgstr ""
564
 
565
+ #: framework/features/google-analytics.php:86,
566
+ #: build_tmp/build/framework/features/google-analytics.php:86
567
  msgid ""
568
  "Link your Google Analytics 4 tracking ID. More info and instructions can be "
569
  "found %shere%s."
570
  msgstr ""
571
 
572
+ #: framework/features/google-analytics.php:98,
573
+ #: build_tmp/build/framework/features/google-analytics.php:98
574
  msgid "IP Anonymization"
575
  msgstr ""
576
 
577
+ #: framework/features/google-analytics.php:102,
578
+ #: build_tmp/build/framework/features/google-analytics.php:102
579
  msgid ""
580
  "Enable Google Analytics IP Anonymization for enhanced privacy. More info and "
581
  "instructions can be found %shere%s."
582
  msgstr ""
583
 
584
+ #: framework/features/opengraph-meta-data.php:17,
585
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:17
586
  msgid "OpenGraph Meta Data"
587
  msgstr ""
588
 
589
+ #: framework/features/opengraph-meta-data.php:20,
590
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:20
591
  msgid "Enable the OpenGraph rich meta data features for your website."
592
  msgstr ""
593
 
594
+ #: framework/features/opengraph-meta-data.php:29,
595
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:29
596
  msgid "Facebook Page URL"
597
  msgstr ""
598
 
599
+ #: framework/features/opengraph-meta-data.php:36,
600
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:36
601
  msgid "Facebook App ID"
602
  msgstr ""
603
 
604
+ #: framework/features/opengraph-meta-data.php:43,
605
+ #: build_tmp/build/framework/features/opengraph-meta-data.php:43
606
  msgid "Twitter Username"
607
  msgstr ""
608
 
609
+ #: framework/extensions/cookies-consent/config.php:4,
610
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:4
611
  msgid "Cookies Consent"
612
  msgstr ""
613
 
614
+ #: framework/extensions/cookies-consent/config.php:5,
615
+ #: build_tmp/build/framework/extensions/cookies-consent/config.php:5
616
  msgid ""
617
  "Display a cookie acceptance box in order to comply with the privacy "
618
  "regulations in your country."
619
  msgstr ""
620
 
621
+ #: framework/extensions/cookies-consent/customizer.php:4,
622
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:4
623
  msgid "Cookie Consent"
624
  msgstr ""
625
 
632
  #: framework/premium/extensions/shortcuts/customizer.php:513,
633
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
634
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
635
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:18,
636
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:12,
637
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:297,
638
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:6,
639
+ #: build_tmp/build/framework/extensions/trending/customizer.php:109,
640
  #: framework/features/header/items/account/options.php:68,
641
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
642
  #: framework/premium/features/content-blocks/options/popup.php:30,
643
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:6,
644
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:513,
645
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:11,
646
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:164,
647
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
648
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
649
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
650
  #: framework/premium/features/premium-header/items/contacts/options.php:5,
651
  #: framework/premium/features/premium-header/items/language-switcher/options.php:21,
652
  #: framework/premium/features/premium-header/items/language-switcher/options.php:347,
653
+ #: framework/premium/features/premium-header/items/search-input/options.php:37,
654
+ #: build_tmp/build/framework/features/header/items/account/options.php:68,
655
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:23,
656
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:30,
657
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:35,
658
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:19,
659
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:5,
660
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:5,
661
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:21,
662
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:347,
663
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:37
664
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:128
665
  msgid "General"
666
  msgstr ""
669
  #: framework/premium/extensions/shortcuts/customizer.php:525,
670
  #: framework/premium/extensions/woocommerce-extra/extension.php:72,
671
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
672
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:31,
673
  #: framework/features/header/items/account/options.php:184,
674
  #: framework/features/header/items/account/options.php:390,
675
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:525,
676
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:72,
677
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:186,
678
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
679
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23,
680
+ #: build_tmp/build/framework/features/header/items/account/options.php:184,
681
+ #: build_tmp/build/framework/features/header/items/account/options.php:390,
682
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:48,
683
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:23
684
  msgid "Type 1"
685
  msgstr ""
686
 
688
  #: framework/premium/extensions/shortcuts/customizer.php:530,
689
  #: framework/premium/extensions/woocommerce-extra/extension.php:77,
690
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
691
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:36,
692
  #: framework/features/header/items/account/options.php:189,
693
  #: framework/features/header/items/account/options.php:395,
694
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:530,
695
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:77,
696
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:191,
697
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
698
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28,
699
+ #: build_tmp/build/framework/features/header/items/account/options.php:189,
700
+ #: build_tmp/build/framework/features/header/items/account/options.php:395,
701
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:53,
702
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:28
703
  msgid "Type 2"
704
  msgstr ""
705
 
706
+ #: framework/extensions/cookies-consent/customizer.php:43,
707
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:43
708
  msgid "Cookie period"
709
  msgstr ""
710
 
711
+ #: framework/extensions/cookies-consent/customizer.php:51,
712
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:51
713
  msgid "One hour"
714
  msgstr ""
715
 
716
+ #: framework/extensions/cookies-consent/customizer.php:52,
717
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:52
718
  msgid "One day"
719
  msgstr ""
720
 
721
+ #: framework/extensions/cookies-consent/customizer.php:53,
722
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:53
723
  msgid "One week"
724
  msgstr ""
725
 
726
+ #: framework/extensions/cookies-consent/customizer.php:54,
727
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:54
728
  msgid "One month"
729
  msgstr ""
730
 
731
+ #: framework/extensions/cookies-consent/customizer.php:55,
732
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:55
733
  msgid "Three months"
734
  msgstr ""
735
 
736
+ #: framework/extensions/cookies-consent/customizer.php:56,
737
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:56
738
  msgid "Six months"
739
  msgstr ""
740
 
741
+ #: framework/extensions/cookies-consent/customizer.php:57,
742
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:57
743
  msgid "One year"
744
  msgstr ""
745
 
746
+ #: framework/extensions/cookies-consent/customizer.php:58,
747
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:58
748
  msgid "Forever"
749
  msgstr ""
750
 
753
  #: framework/premium/features/content-blocks/hooks-manager.php:202,
754
  #: framework/premium/features/content-blocks/hooks-manager.php:210,
755
  #: framework/premium/features/content-blocks/hooks-manager.php:218,
756
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:65,
757
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
758
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
759
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
761
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
762
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
763
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
764
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:194,
765
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:202,
766
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:210,
767
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:218,
768
  #: framework/premium/features/premium-header/items/contacts/options.php:52,
769
  #: framework/premium/features/premium-header/items/contacts/options.php:78,
770
  #: framework/premium/features/premium-header/items/contacts/options.php:105,
771
  #: framework/premium/features/premium-header/items/contacts/options.php:132,
772
  #: framework/premium/features/premium-header/items/contacts/options.php:159,
773
  #: framework/premium/features/premium-header/items/contacts/options.php:186,
774
+ #: framework/premium/features/premium-header/items/contacts/options.php:213,
775
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:86,
776
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:115,
777
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:143,
778
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:171,
779
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:199,
780
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:227,
781
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:255,
782
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:52,
783
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:78,
784
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:105,
785
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:132,
786
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:159,
787
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:186,
788
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:213
789
  msgid "Content"
790
  msgstr ""
791
 
792
  #: framework/extensions/cookies-consent/customizer.php:67,
793
+ #: framework/extensions/cookies-consent/helpers.php:30,
794
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:67,
795
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:30
796
  msgid ""
797
  "We use cookies to ensure that we give you the best experience on our website."
798
  msgstr ""
799
 
800
+ #: framework/extensions/cookies-consent/customizer.php:79,
801
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:79
802
  msgid "Button text"
803
  msgstr ""
804
 
805
  #: framework/extensions/cookies-consent/customizer.php:82,
806
+ #: framework/extensions/cookies-consent/helpers.php:33,
807
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:82,
808
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:33
809
  msgid "Accept"
810
  msgstr ""
811
 
818
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
819
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
820
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
821
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:90,
822
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:147,
823
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:337,
824
+ #: build_tmp/build/framework/extensions/trending/customizer.php:313,
825
  #: framework/features/header/items/account/options.php:531,
826
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
827
  #: framework/premium/features/content-blocks/options/popup.php:342,
828
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:516,
829
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:757,
830
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:81,
831
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:31,
832
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:279,
833
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
834
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
835
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
836
  #: framework/premium/features/premium-header/items/contacts/options.php:340,
837
  #: framework/premium/features/premium-header/items/language-switcher/options.php:186,
838
  #: framework/premium/features/premium-header/items/language-switcher/options.php:371,
839
+ #: framework/premium/features/premium-header/items/search-input/options.php:178,
840
+ #: build_tmp/build/framework/features/header/items/account/options.php:531,
841
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:126,
842
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:342,
843
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:167,
844
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:66,
845
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:119,
846
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:340,
847
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:186,
848
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:371,
849
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:178
850
  msgid "Design"
851
  msgstr ""
852
 
855
  #: framework/premium/extensions/mega-menu/options.php:796,
856
  #: framework/premium/extensions/shortcuts/customizer.php:773,
857
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
858
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:95,
859
+ #: build_tmp/build/framework/extensions/trending/customizer.php:328,
860
  #: framework/features/header/items/account/options.php:842,
861
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:796,
862
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:773,
863
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:86,
864
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
865
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
866
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
873
  #: framework/premium/features/premium-header/items/language-switcher/options.php:232,
874
  #: framework/premium/features/premium-header/items/language-switcher/options.php:262,
875
  #: framework/premium/features/premium-header/items/language-switcher/options.php:291,
876
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:382,
877
+ #: build_tmp/build/framework/features/header/items/account/options.php:842,
878
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:184,
879
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:174,
880
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:205,
881
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:234,
882
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:356,
883
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:385,
884
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:428,
885
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:468,
886
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:203,
887
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:232,
888
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:262,
889
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:291,
890
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:382
891
  msgid "Font Color"
892
  msgstr ""
893
 
911
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
912
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
913
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
914
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:112,
915
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:142,
916
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:167,
917
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:165,
918
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:190,
919
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:222,
920
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:253,
921
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:290,
922
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:322,
923
+ #: build_tmp/build/framework/extensions/trending/customizer.php:346,
924
  #: framework/features/header/items/account/options.php:595,
925
  #: framework/features/header/items/account/options.php:627,
926
  #: framework/features/header/items/account/options.php:657,
938
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
939
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
940
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
941
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:762,
942
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:809,
943
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:828,
944
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:791,
945
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:823,
946
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:99,
947
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:73,
948
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:369,
949
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:403,
950
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:442,
951
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
952
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
953
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
984
  #: framework/premium/features/premium-header/items/search-input/options.php:626,
985
  #: framework/premium/features/premium-header/items/search-input/options.php:656,
986
  #: framework/premium/features/premium-header/items/search-input/options.php:686,
987
+ #: framework/premium/features/premium-header/items/search-input/options.php:773,
988
+ #: framework/premium/features/premium-header/items/search-input/options.php:801,
989
+ #: build_tmp/build/framework/features/header/items/account/options.php:595,
990
+ #: build_tmp/build/framework/features/header/items/account/options.php:627,
991
+ #: build_tmp/build/framework/features/header/items/account/options.php:657,
992
+ #: build_tmp/build/framework/features/header/items/account/options.php:739,
993
+ #: build_tmp/build/framework/features/header/items/account/options.php:770,
994
+ #: build_tmp/build/framework/features/header/items/account/options.php:799,
995
+ #: build_tmp/build/framework/features/header/items/account/options.php:860,
996
+ #: build_tmp/build/framework/features/header/items/account/options.php:890,
997
+ #: build_tmp/build/framework/features/header/items/account/options.php:920,
998
+ #: build_tmp/build/framework/features/header/items/account/options.php:956,
999
+ #: build_tmp/build/framework/features/header/items/account/options.php:1056,
1000
+ #: build_tmp/build/framework/features/header/items/account/options.php:1092,
1001
+ #: build_tmp/build/framework/features/header/items/account/options.php:1131,
1002
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
1003
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
1004
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
1005
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:311,
1006
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:201,
1007
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:237,
1008
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:84,
1009
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:105,
1010
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:191,
1011
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:222,
1012
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:251,
1013
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:318,
1014
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:349,
1015
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:378,
1016
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:573,
1017
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:604,
1018
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:634,
1019
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:734,
1020
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:773,
1021
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:812,
1022
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:75,
1023
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:106,
1024
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:135,
1025
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:249,
1026
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:279,
1027
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:308,
1028
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:399,
1029
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:425,
1030
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:231,
1031
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:263,
1032
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:293,
1033
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:361,
1034
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:393,
1035
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:423,
1036
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:491,
1037
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:523,
1038
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:553,
1039
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:626,
1040
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:656,
1041
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:686,
1042
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:773,
1043
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:801
1044
  msgid "Initial"
1045
  msgstr ""
1046
 
1055
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
1056
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
1057
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
1058
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:118,
1059
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:147,
1060
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:196,
1061
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:327,
1062
+ #: build_tmp/build/framework/extensions/trending/customizer.php:352,
1063
  #: framework/features/header/items/account/options.php:601,
1064
  #: framework/features/header/items/account/options.php:632,
1065
  #: framework/features/header/items/account/options.php:662,
1070
  #: framework/features/header/items/account/options.php:1062,
1071
  #: framework/features/header/items/account/options.php:1098,
1072
  #: framework/features/header/items/account/options.php:1137,
1073
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:767,
1074
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:797,
1075
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:829,
1076
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:374,
1077
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:409,
1078
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:448,
1079
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
1080
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
1081
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
1092
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
1093
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
1094
  #: framework/premium/features/premium-header/items/language-switcher/options.php:404,
1095
+ #: framework/premium/features/premium-header/items/search-input/options.php:778,
1096
+ #: build_tmp/build/framework/features/header/items/account/options.php:601,
1097
+ #: build_tmp/build/framework/features/header/items/account/options.php:632,
1098
+ #: build_tmp/build/framework/features/header/items/account/options.php:662,
1099
+ #: build_tmp/build/framework/features/header/items/account/options.php:745,
1100
+ #: build_tmp/build/framework/features/header/items/account/options.php:775,
1101
+ #: build_tmp/build/framework/features/header/items/account/options.php:804,
1102
+ #: build_tmp/build/framework/features/header/items/account/options.php:866,
1103
+ #: build_tmp/build/framework/features/header/items/account/options.php:1062,
1104
+ #: build_tmp/build/framework/features/header/items/account/options.php:1098,
1105
+ #: build_tmp/build/framework/features/header/items/account/options.php:1137,
1106
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:197,
1107
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:227,
1108
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:256,
1109
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:324,
1110
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:354,
1111
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:383,
1112
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:578,
1113
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:609,
1114
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:639,
1115
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:739,
1116
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:778,
1117
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:817,
1118
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:81,
1119
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:111,
1120
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:140,
1121
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:404,
1122
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:778
1123
  msgid "Hover"
1124
  msgstr ""
1125
 
1126
  #: framework/extensions/cookies-consent/customizer.php:126,
1127
  #: framework/extensions/newsletter-subscribe/customizer.php:305,
1128
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:126,
1129
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:305,
1130
+ #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220,
1131
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:220
1132
  msgid "Button Color"
1133
  msgstr ""
1134
 
1135
  #: framework/extensions/cookies-consent/customizer.php:154,
1136
  #: framework/premium/extensions/mega-menu/options.php:816,
1137
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
1138
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:154,
1139
  #: framework/features/header/items/account/options.php:1114,
1140
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
1141
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:816,
1142
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:425,
1143
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
1144
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:412,
1145
+ #: build_tmp/build/framework/features/header/items/account/options.php:1114,
1146
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:173,
1147
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:92,
1148
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:412
1149
  msgid "Background Color"
1150
  msgstr ""
1151
 
1152
+ #: framework/extensions/cookies-consent/customizer.php:179,
1153
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:179
1154
  msgid "Maximum Width"
1155
  msgstr ""
1156
 
1157
+ #: framework/extensions/cookies-consent/customizer.php:202,
1158
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:202
1159
  msgid "I accept the %sPrivacy Policy%s*"
1160
  msgstr ""
1161
 
1162
+ #: framework/extensions/cookies-consent/customizer.php:206,
1163
+ #: build_tmp/build/framework/extensions/cookies-consent/customizer.php:206
1164
  msgid "This text will appear under each comment form and subscribe form."
1165
  msgstr ""
1166
 
1167
+ #: framework/extensions/cookies-consent/helpers.php:78,
1168
+ #: build_tmp/build/framework/extensions/cookies-consent/helpers.php:78
1169
  msgid "I accept the %sPrivacy Policy%s"
1170
  msgstr ""
1171
 
1173
  #: framework/extensions/newsletter-subscribe/readme.php:1,
1174
  #: framework/premium/extensions/code-snippets/readme.php:1,
1175
  #: framework/premium/extensions/post-types-extra/readme.php:1,
1176
+ #: framework/premium/extensions/woocommerce-extra/readme.php:1,
1177
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:1,
1178
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:1,
1179
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:1,
1180
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:1,
1181
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:1
1182
  msgid "Instructions"
1183
  msgstr ""
1184
 
1185
+ #: framework/extensions/cookies-consent/readme.php:4,
1186
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:4
1187
  msgid ""
1188
  "After installing and activating the Cookies Consent extension you will be "
1189
  "able to configure it from this location:"
1190
  msgstr ""
1191
 
1192
  #: framework/extensions/cookies-consent/readme.php:9,
1193
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:9,
1194
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:31,
1195
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:31
1196
  msgid "Customizer"
1197
  msgstr ""
1198
 
1199
+ #: framework/extensions/cookies-consent/readme.php:13,
1200
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:13
1201
  msgid "Navigate to %s and customize the notification to meet your needs."
1202
  msgstr ""
1203
 
1204
+ #: framework/extensions/cookies-consent/readme.php:16,
1205
+ #: build_tmp/build/framework/extensions/cookies-consent/readme.php:16
1206
  msgid "Customizer ➝ Cookie Consent"
1207
  msgstr ""
1208
 
1209
  #: framework/extensions/newsletter-subscribe/config.php:4,
1210
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13,
1211
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:4,
1212
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:13
1213
  msgid "Newsletter Subscribe"
1214
  msgstr ""
1215
 
1216
+ #: framework/extensions/newsletter-subscribe/config.php:5,
1217
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/config.php:5
1218
  msgid ""
1219
  "Easily capture new leads for your newsletter with the help of a widget, "
1220
  "shortcode or even a block inserted on your pages or posts."
1221
  msgstr ""
1222
 
1223
+ #: framework/extensions/newsletter-subscribe/customizer.php:4,
1224
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:4
1225
  msgid "Subscribe Form"
1226
  msgstr ""
1227
 
1228
  #: framework/extensions/newsletter-subscribe/customizer.php:18,
1229
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
1230
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:18,
1231
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
1232
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
1233
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
1241
  #: framework/extensions/widgets/widgets/ct-posts/options.php:95,
1242
  #: framework/extensions/widgets/widgets/ct-quote/options.php:15,
1243
  #: framework/extensions/widgets/widgets/ct-socials/options.php:15,
1244
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:14,
1245
  #: framework/premium/features/premium-header/items/contacts/options.php:45,
1246
  #: framework/premium/features/premium-header/items/contacts/options.php:71,
1247
  #: framework/premium/features/premium-header/items/contacts/options.php:98,
1248
  #: framework/premium/features/premium-header/items/contacts/options.php:125,
1249
  #: framework/premium/features/premium-header/items/contacts/options.php:152,
1250
  #: framework/premium/features/premium-header/items/contacts/options.php:179,
1251
+ #: framework/premium/features/premium-header/items/contacts/options.php:206,
1252
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:15,
1253
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:15,
1254
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:79,
1255
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:108,
1256
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:136,
1257
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:164,
1258
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:192,
1259
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:220,
1260
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:248,
1261
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-facebook/options.php:13,
1262
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:95,
1263
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:15,
1264
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:15,
1265
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:45,
1266
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:71,
1267
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:98,
1268
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:125,
1269
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:152,
1270
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:179,
1271
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:206
1272
  msgid "Title"
1273
  msgstr ""
1274
 
1275
  #: framework/extensions/newsletter-subscribe/customizer.php:21,
1276
  #: framework/extensions/newsletter-subscribe/helpers.php:42,
1277
+ #: framework/extensions/newsletter-subscribe/helpers.php:96,
1278
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:21,
1279
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:42,
1280
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:96
1281
  msgid "Newsletter Updates"
1282
  msgstr ""
1283
 
1284
  #: framework/extensions/newsletter-subscribe/customizer.php:27,
1285
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:27,
1286
+ #: framework/extensions/widgets/widgets/ct-posts/widget.php:14,
1287
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/widget.php:14
1288
  msgid "Description"
1289
  msgstr ""
1290
 
1292
  #: framework/extensions/newsletter-subscribe/helpers.php:45,
1293
  #: framework/extensions/newsletter-subscribe/helpers.php:97,
1294
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
1295
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16,
1296
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:29,
1297
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:45,
1298
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:97,
1299
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:33,
1300
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:16
1301
  msgid "Enter your email address below to subscribe to our newsletter"
1302
  msgstr ""
1303
 
1304
  #: framework/extensions/newsletter-subscribe/customizer.php:42,
1305
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46,
1306
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:42,
1307
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:46
1308
  msgid "List Source"
1309
  msgstr ""
1310
 
1313
  #: framework/features/header/header-options.php:71,
1314
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
1315
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
1316
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:49,
1317
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:17,
1318
+ #: build_tmp/build/framework/features/header/header-options.php:71,
1319
  #: framework/extensions/widgets/widgets/ct-posts/options.php:173,
1320
  #: framework/extensions/widgets/widgets/ct-posts/options.php:198,
1321
+ #: framework/premium/features/content-blocks/options/hook.php:289,
1322
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:53,
1323
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:120,
1324
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:173,
1325
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:198,
1326
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:289
1327
  msgid "Default"
1328
  msgstr ""
1329
 
1330
  #: framework/extensions/newsletter-subscribe/customizer.php:50,
1331
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
1332
  #: framework/premium/extensions/shortcuts/customizer.php:250,
1333
+ #: framework/premium/extensions/shortcuts/customizer.php:276,
1334
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:50,
1335
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:54,
1336
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:250,
1337
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:276
1338
  #: framework/premium/static/js/options/IconPicker/Modal.js:148
1339
  msgid "Custom"
1340
  msgstr ""
1341
 
1342
  #: framework/extensions/newsletter-subscribe/customizer.php:62,
1343
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64,
1344
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:62,
1345
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:64
1346
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/EditCredentials.js:187
1347
  msgid "List ID"
1348
  msgstr ""
1349
 
1350
  #: framework/extensions/newsletter-subscribe/customizer.php:80,
1351
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76,
1352
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:80,
1353
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:76
1354
  msgid "Name Field"
1355
  msgstr ""
1356
 
1357
  #: framework/extensions/newsletter-subscribe/customizer.php:93,
1358
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88,
1359
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:93,
1360
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:88
1361
  msgid "Name Label"
1362
  msgstr ""
1363
 
1366
  #: framework/extensions/newsletter-subscribe/helpers.php:57,
1367
  #: framework/extensions/newsletter-subscribe/helpers.php:108,
1368
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
1369
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69,
1370
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:95,
1371
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:186,
1372
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:57,
1373
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:108,
1374
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:90,
1375
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:69
1376
  msgid "Your name"
1377
  msgstr ""
1378
 
1379
  #: framework/extensions/newsletter-subscribe/customizer.php:105,
1380
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99,
1381
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:105,
1382
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:99
1383
  msgid "Mail Label"
1384
  msgstr ""
1385
 
1388
  #: framework/extensions/newsletter-subscribe/helpers.php:61,
1389
  #: framework/extensions/newsletter-subscribe/helpers.php:109,
1390
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
1391
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70,
1392
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:107,
1393
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:187,
1394
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:61,
1395
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:109,
1396
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:101,
1397
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:70
1398
  msgid "Your email"
1399
  msgstr ""
1400
 
1401
  #: framework/extensions/newsletter-subscribe/customizer.php:114,
1402
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107,
1403
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:114,
1404
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:107
1405
  msgid "Button Label"
1406
  msgstr ""
1407
 
1410
  #: framework/extensions/newsletter-subscribe/helpers.php:52,
1411
  #: framework/extensions/newsletter-subscribe/helpers.php:101,
1412
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
1413
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19,
1414
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:116,
1415
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:181,
1416
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:52,
1417
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:101,
1418
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:109,
1419
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:19
1420
  msgid "Subscribe"
1421
  msgstr ""
1422
 
1430
  #: framework/premium/extensions/shortcuts/customizer.php:407,
1431
  #: framework/premium/extensions/shortcuts/customizer.php:463,
1432
  #: framework/premium/extensions/shortcuts/customizer.php:721,
1433
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:126,
1434
  #: framework/premium/features/content-blocks/options/404.php:140,
1435
  #: framework/premium/features/content-blocks/options/header.php:166,
1436
  #: framework/premium/features/content-blocks/options/hook.php:325,
1437
  #: framework/premium/features/content-blocks/options/popup.php:321,
1438
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:45,
1439
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:107,
1440
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:169,
1441
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:225,
1442
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:292,
1443
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:351,
1444
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:407,
1445
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:463,
1446
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:721,
1447
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
1448
+ #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43,
1449
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:140,
1450
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:166,
1451
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:325,
1452
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:321,
1453
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:144,
1454
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:43
1455
  msgid "Visibility"
1456
  msgstr ""
1457
 
1472
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
1473
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
1474
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
1475
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:137,
1476
+ #: build_tmp/build/framework/extensions/trending/customizer.php:259,
1477
+ #: build_tmp/build/framework/features/header/header-options.php:89,
1478
+ #: build_tmp/build/framework/features/header/header-options.php:171,
1479
  #: framework/features/header/items/account/options.php:245,
1480
  #: framework/features/header/items/account/options.php:451,
1481
  #: framework/premium/features/content-blocks/options/404.php:151,
1482
  #: framework/premium/features/content-blocks/options/header.php:177,
1483
  #: framework/premium/features/content-blocks/options/hook.php:336,
1484
  #: framework/premium/features/content-blocks/options/popup.php:332,
1485
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:59,
1486
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:121,
1487
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:183,
1488
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:239,
1489
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:307,
1490
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:365,
1491
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:421,
1492
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:477,
1493
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:613,
1494
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:735,
1495
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:47,
1496
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:71,
1497
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:219,
1498
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
1499
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
1500
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73,
1501
+ #: build_tmp/build/framework/features/header/items/account/options.php:245,
1502
+ #: build_tmp/build/framework/features/header/items/account/options.php:451,
1503
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:151,
1504
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:177,
1505
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:336,
1506
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:332,
1507
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:157,
1508
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:56,
1509
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:73
1510
  msgid "Desktop"
1511
  msgstr ""
1512
 
1525
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
1526
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
1527
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
1528
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:138,
1529
+ #: build_tmp/build/framework/extensions/trending/customizer.php:260,
1530
  #: framework/features/header/items/account/options.php:246,
1531
  #: framework/features/header/items/account/options.php:452,
1532
  #: framework/features/header/items/account/options.php:1179,
1534
  #: framework/premium/features/content-blocks/options/header.php:178,
1535
  #: framework/premium/features/content-blocks/options/hook.php:337,
1536
  #: framework/premium/features/content-blocks/options/popup.php:333,
1537
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:60,
1538
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:122,
1539
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:184,
1540
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:240,
1541
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:308,
1542
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:366,
1543
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:422,
1544
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:478,
1545
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:614,
1546
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:736,
1547
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:48,
1548
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:72,
1549
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:220,
1550
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
1551
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
1552
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74,
1553
+ #: build_tmp/build/framework/features/header/items/account/options.php:246,
1554
+ #: build_tmp/build/framework/features/header/items/account/options.php:452,
1555
+ #: build_tmp/build/framework/features/header/items/account/options.php:1179,
1556
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:152,
1557
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:178,
1558
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:337,
1559
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:333,
1560
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:158,
1561
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:57,
1562
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:74
1563
  msgid "Tablet"
1564
  msgstr ""
1565
 
1580
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
1581
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
1582
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
1583
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:139,
1584
+ #: build_tmp/build/framework/extensions/trending/customizer.php:261,
1585
+ #: build_tmp/build/framework/features/header/header-options.php:91,
1586
+ #: build_tmp/build/framework/features/header/header-options.php:173,
1587
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
1588
  #: framework/features/header/items/account/options.php:247,
1589
  #: framework/features/header/items/account/options.php:453,
1592
  #: framework/premium/features/content-blocks/options/header.php:179,
1593
  #: framework/premium/features/content-blocks/options/hook.php:338,
1594
  #: framework/premium/features/content-blocks/options/popup.php:334,
1595
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:61,
1596
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:123,
1597
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:185,
1598
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:241,
1599
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:309,
1600
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:367,
1601
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:423,
1602
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:479,
1603
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:615,
1604
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:737,
1605
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:49,
1606
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:73,
1607
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:221,
1608
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1609
  #: framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1610
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
1611
+ #: framework/premium/features/premium-header/items/contacts/options.php:94,
1612
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:131,
1613
+ #: build_tmp/build/framework/features/header/items/account/options.php:247,
1614
+ #: build_tmp/build/framework/features/header/items/account/options.php:453,
1615
+ #: build_tmp/build/framework/features/header/items/account/options.php:1180,
1616
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:153,
1617
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:179,
1618
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:338,
1619
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:334,
1620
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:159,
1621
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/read-progress/customizer.php:58,
1622
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:75,
1623
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:94
1624
  msgid "Mobile"
1625
  msgstr ""
1626
 
1627
+ #: framework/extensions/newsletter-subscribe/customizer.php:152,
1628
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:152
1629
  msgid "Title Color"
1630
  msgstr ""
1631
 
1632
+ #: framework/extensions/newsletter-subscribe/customizer.php:173,
1633
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:173
1634
  msgid "Description Color"
1635
  msgstr ""
1636
 
1637
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
1638
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:204,
1639
  #: framework/features/header/items/account/options.php:874,
1640
  #: framework/premium/features/premium-header/items/search-input/options.php:184,
1641
  #: framework/premium/features/premium-header/items/search-input/options.php:213,
1642
  #: framework/premium/features/premium-header/items/search-input/options.php:245,
1643
+ #: framework/premium/features/premium-header/items/search-input/options.php:275,
1644
+ #: build_tmp/build/framework/features/header/items/account/options.php:874,
1645
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:184,
1646
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:213,
1647
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:245,
1648
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:275
1649
  msgid "Input Font Color"
1650
  msgstr ""
1651
 
1652
  #: framework/extensions/newsletter-subscribe/customizer.php:228,
1653
  #: framework/extensions/newsletter-subscribe/customizer.php:259,
1654
  #: framework/extensions/newsletter-subscribe/customizer.php:295,
1655
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:228,
1656
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:259,
1657
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:295,
1658
  #: framework/features/header/items/account/options.php:896,
1659
  #: framework/features/header/items/account/options.php:926,
1660
  #: framework/features/header/items/account/options.php:962,
1669
  #: framework/premium/features/premium-header/items/search-input/options.php:558,
1670
  #: framework/premium/features/premium-header/items/search-input/options.php:631,
1671
  #: framework/premium/features/premium-header/items/search-input/options.php:661,
1672
+ #: framework/premium/features/premium-header/items/search-input/options.php:691,
1673
+ #: build_tmp/build/framework/features/header/items/account/options.php:896,
1674
+ #: build_tmp/build/framework/features/header/items/account/options.php:926,
1675
+ #: build_tmp/build/framework/features/header/items/account/options.php:962,
1676
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:237,
1677
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:268,
1678
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:298,
1679
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:367,
1680
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:398,
1681
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:428,
1682
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:497,
1683
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:528,
1684
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:558,
1685
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:631,
1686
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:661,
1687
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:691
1688
  msgid "Focus"
1689
  msgstr ""
1690
 
1691
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
1692
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:236,
1693
  #: framework/features/header/items/account/options.php:904,
1694
  #: framework/premium/features/premium-header/items/search-input/options.php:444,
1695
  #: framework/premium/features/premium-header/items/search-input/options.php:473,
1696
  #: framework/premium/features/premium-header/items/search-input/options.php:505,
1697
+ #: framework/premium/features/premium-header/items/search-input/options.php:535,
1698
+ #: build_tmp/build/framework/features/header/items/account/options.php:904,
1699
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:444,
1700
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:473,
1701
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:505,
1702
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:535
1703
  msgid "Input Border Color"
1704
  msgstr ""
1705
 
1706
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
1707
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:273,
1708
  #: framework/features/header/items/account/options.php:940,
1709
  #: framework/premium/features/premium-header/items/search-input/options.php:580,
1710
  #: framework/premium/features/premium-header/items/search-input/options.php:608,
1711
  #: framework/premium/features/premium-header/items/search-input/options.php:638,
1712
+ #: framework/premium/features/premium-header/items/search-input/options.php:668,
1713
+ #: build_tmp/build/framework/features/header/items/account/options.php:940,
1714
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:580,
1715
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:608,
1716
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:638,
1717
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:668
1718
  msgid "Input Background Color"
1719
  msgstr ""
1720
 
1721
  #: framework/extensions/newsletter-subscribe/customizer.php:334,
1722
  #: framework/extensions/trending/customizer.php:360,
1723
+ #: framework/premium/extensions/shortcuts/customizer.php:932,
1724
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:334,
1725
+ #: build_tmp/build/framework/extensions/trending/customizer.php:360,
1726
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:932
1727
  msgid "Container Background"
1728
  msgstr ""
1729
 
1730
+ #: framework/extensions/newsletter-subscribe/customizer.php:350,
1731
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:350
1732
  msgid "Container Border"
1733
  msgstr ""
1734
 
1735
  #: framework/extensions/newsletter-subscribe/customizer.php:385,
1736
+ #: framework/extensions/trending/customizer.php:376,
1737
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:385,
1738
+ #: build_tmp/build/framework/extensions/trending/customizer.php:376
1739
  msgid "Container Inner Spacing"
1740
  msgstr ""
1741
 
1742
  #: framework/extensions/newsletter-subscribe/customizer.php:400,
1743
+ #: framework/premium/extensions/shortcuts/customizer.php:953,
1744
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/customizer.php:400,
1745
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:953
1746
  msgid "Container Border Radius"
1747
  msgstr ""
1748
 
1749
+ #: framework/extensions/newsletter-subscribe/extension.php:134,
1750
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/extension.php:134
1751
  msgid "Disable Subscribe Form"
1752
  msgstr ""
1753
 
1754
  #: framework/extensions/newsletter-subscribe/helpers.php:163,
1755
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:163,
1756
+ #: framework/features/header/items/account/options.php:295,
1757
+ #: build_tmp/build/framework/features/header/items/account/options.php:295
1758
  #: static/js/screens/SiteExport.js:85
1759
  msgid "Name"
1760
  msgstr ""
1763
  #: framework/features/header/modal/register.php:36,
1764
  #: framework/premium/extensions/shortcuts/customizer.php:130,
1765
  #: framework/premium/extensions/shortcuts/customizer.php:153,
1766
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/helpers.php:166,
1767
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
1768
  #: framework/premium/extensions/shortcuts/views/bar.php:27,
1769
+ #: build_tmp/build/framework/features/header/modal/register.php:36,
1770
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:130,
1771
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:153,
1772
+ #: framework/premium/features/premium-header/items/contacts/options.php:175,
1773
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:215,
1774
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:27,
1775
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:175
1776
  msgid "Email"
1777
  msgstr ""
1778
 
1779
+ #: framework/extensions/newsletter-subscribe/readme.php:4,
1780
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:4
1781
  msgid ""
1782
  "After installing and activating the Newsletter Subscribe\n"
1783
  " extension you will have two possibilities to show your subscribe form:"
1784
  msgstr ""
1785
 
1786
+ #: framework/extensions/newsletter-subscribe/readme.php:10,
1787
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:10
1788
  msgid "Widget"
1789
  msgstr ""
1790
 
1791
+ #: framework/extensions/newsletter-subscribe/readme.php:14,
1792
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:14
1793
  msgid "Navigate to %s and place the widget in any widget area you want."
1794
  msgstr ""
1795
 
1796
+ #: framework/extensions/newsletter-subscribe/readme.php:17,
1797
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:17
1798
  msgid "Appearance ➝ Widgets"
1799
  msgstr ""
1800
 
1801
+ #: framework/extensions/newsletter-subscribe/readme.php:25,
1802
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:25
1803
  msgid "Single Page Block"
1804
  msgstr ""
1805
 
1806
+ #: framework/extensions/newsletter-subscribe/readme.php:29,
1807
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:29
1808
  msgid "Navigate to %s and customize the form and more."
1809
  msgstr ""
1810
 
1811
+ #: framework/extensions/newsletter-subscribe/readme.php:32,
1812
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/readme.php:32
1813
  msgid "Customizer ➝ Single Posts"
1814
  msgstr ""
1815
 
1817
  #: framework/extensions/product-reviews/extension.php:434,
1818
  #: framework/extensions/product-reviews/extension.php:435,
1819
  #: framework/extensions/product-reviews/extension.php:438,
1820
+ #: framework/extensions/product-reviews/extension.php:440,
1821
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:4,
1822
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:434,
1823
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:435,
1824
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:438,
1825
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:440
1826
  msgid "Product Reviews"
1827
  msgstr ""
1828
 
1829
+ #: framework/extensions/product-reviews/config.php:5,
1830
+ #: build_tmp/build/framework/extensions/product-reviews/config.php:5
1831
  msgid ""
1832
  "This extension lets you easily create an affiliate marketing type of website "
1833
  "by giving you options to create a personalized product review and use your "
1835
  msgstr ""
1836
 
1837
  #: framework/extensions/product-reviews/extension.php:233,
1838
+ #: framework/extensions/product-reviews/views/single-top.php:139,
1839
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:233,
1840
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:139
1841
  msgid "Overall Score"
1842
  msgstr ""
1843
 
1844
+ #: framework/extensions/product-reviews/extension.php:291,
1845
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:291
1846
  msgid "Review Summary"
1847
  msgstr ""
1848
 
1849
+ #: framework/extensions/product-reviews/extension.php:302,
1850
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:302
1851
  msgid "Scores Box Width"
1852
  msgstr ""
1853
 
1854
+ #: framework/extensions/product-reviews/extension.php:312,
1855
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:312
1856
  msgid "Read More Button"
1857
  msgstr ""
1858
 
1859
+ #: framework/extensions/product-reviews/extension.php:323,
1860
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:323
1861
  msgid "Buy Now Button"
1862
  msgstr ""
1863
 
1864
+ #: framework/extensions/product-reviews/extension.php:342,
1865
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:342
1866
  msgid "Star Rating Color"
1867
  msgstr ""
1868
 
1869
  #: framework/extensions/product-reviews/extension.php:359,
1870
  #: framework/extensions/product-reviews/extension.php:387,
1871
  #: framework/extensions/product-reviews/extension.php:408,
1872
+ #: framework/premium/extensions/mega-menu/options.php:772,
1873
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:359,
1874
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:387,
1875
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:408,
1876
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:772
1877
  msgid "Active"
1878
  msgstr ""
1879
 
1880
+ #: framework/extensions/product-reviews/extension.php:365,
1881
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:365
1882
  msgid "Inactive"
1883
  msgstr ""
1884
 
1885
+ #: framework/extensions/product-reviews/extension.php:373,
1886
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:373
1887
  msgid "Overll Score Text"
1888
  msgstr ""
1889
 
1890
+ #: framework/extensions/product-reviews/extension.php:395,
1891
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:395
1892
  msgid "Overll Score Background"
1893
  msgstr ""
1894
 
1895
+ #: framework/extensions/product-reviews/extension.php:439,
1896
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:439
1897
  msgid "Product Review"
1898
  msgstr ""
1899
 
1900
+ #: framework/extensions/product-reviews/extension.php:441,
1901
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:441
1902
  msgid "Parent Product Review"
1903
  msgstr ""
1904
 
1905
+ #: framework/extensions/product-reviews/extension.php:442,
1906
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:442
1907
  msgid "All Reviews"
1908
  msgstr ""
1909
 
1910
+ #: framework/extensions/product-reviews/extension.php:443,
1911
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:443
1912
  msgid "View Product Review"
1913
  msgstr ""
1914
 
1915
+ #: framework/extensions/product-reviews/extension.php:444,
1916
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:444
1917
  msgid "Add New Product Review"
1918
  msgstr ""
1919
 
1920
+ #: framework/extensions/product-reviews/extension.php:445,
1921
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:445
1922
  msgid "Add New Review"
1923
  msgstr ""
1924
 
1925
+ #: framework/extensions/product-reviews/extension.php:446,
1926
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:446
1927
  msgid "Edit Product Review"
1928
  msgstr ""
1929
 
1930
+ #: framework/extensions/product-reviews/extension.php:447,
1931
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:447
1932
  msgid "Update Product Review"
1933
  msgstr ""
1934
 
1935
+ #: framework/extensions/product-reviews/extension.php:448,
1936
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:448
1937
  msgid "Search Product Review"
1938
  msgstr ""
1939
 
1940
+ #: framework/extensions/product-reviews/extension.php:449,
1941
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:449
1942
  msgid "Not Found"
1943
  msgstr ""
1944
 
1945
+ #: framework/extensions/product-reviews/extension.php:450,
1946
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:450
1947
  msgid "Not found in Trash"
1948
  msgstr ""
1949
 
1950
  #: framework/extensions/product-reviews/extension.php:484,
1951
+ #: framework/extensions/product-reviews/extension.php:494,
1952
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:484,
1953
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:494
1954
  msgid "Categories"
1955
  msgstr ""
1956
 
1957
  #: framework/extensions/product-reviews/extension.php:485,
1958
  #: framework/extensions/trending/customizer.php:35,
1959
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:485,
1960
+ #: build_tmp/build/framework/extensions/trending/customizer.php:35,
1961
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:37,
1962
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:37
1963
  msgid "Category"
1964
  msgstr ""
1965
 
1966
+ #: framework/extensions/product-reviews/extension.php:486,
1967
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:486
1968
  msgid "Search Category"
1969
  msgstr ""
1970
 
1971
+ #: framework/extensions/product-reviews/extension.php:487,
1972
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:487
1973
  msgid "All Categories"
1974
  msgstr ""
1975
 
1976
+ #: framework/extensions/product-reviews/extension.php:488,
1977
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:488
1978
  msgid "Parent Category"
1979
  msgstr ""
1980
 
1981
+ #: framework/extensions/product-reviews/extension.php:489,
1982
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:489
1983
  msgid "Parent Category:"
1984
  msgstr ""
1985
 
1986
+ #: framework/extensions/product-reviews/extension.php:490,
1987
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:490
1988
  msgid "Edit Category"
1989
  msgstr ""
1990
 
1991
+ #: framework/extensions/product-reviews/extension.php:491,
1992
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:491
1993
  msgid "Update Category"
1994
  msgstr ""
1995
 
1996
+ #: framework/extensions/product-reviews/extension.php:492,
1997
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:492
1998
  msgid "Add New Category"
1999
  msgstr ""
2000
 
2001
+ #: framework/extensions/product-reviews/extension.php:493,
2002
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:493
2003
  msgid "New Category Name"
2004
  msgstr ""
2005
 
2006
  #. translators: %s is the theme name.
2007
+ #. translators: %s is the theme name.
2008
+ #: framework/extensions/product-reviews/extension.php:512,
2009
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:512
2010
  msgid "%s Settings"
2011
  msgstr ""
2012
 
2013
+ #: framework/extensions/product-reviews/extension.php:513,
2014
+ #: build_tmp/build/framework/extensions/product-reviews/extension.php:513
2015
  msgid "Blocksy"
2016
  msgstr ""
2017
 
2018
  #: framework/extensions/product-reviews/helpers.php:30,
2019
+ #: framework/extensions/product-reviews/metabox.php:179,
2020
+ #: build_tmp/build/framework/extensions/product-reviews/helpers.php:30,
2021
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:179
2022
  msgid "Rating"
2023
  msgstr ""
2024
 
2025
+ #: framework/extensions/product-reviews/metabox.php:10,
2026
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:10
2027
  msgid "Review Entity"
2028
  msgstr ""
2029
 
2030
  #: framework/extensions/product-reviews/metabox.php:18,
2031
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:18,
2032
+ #: framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:13,
2033
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-table.php:13
2034
  msgid "Product"
2035
  msgstr ""
2036
 
2037
+ #: framework/extensions/product-reviews/metabox.php:19,
2038
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:19
2039
  msgid "Book"
2040
  msgstr ""
2041
 
2042
+ #: framework/extensions/product-reviews/metabox.php:21,
2043
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:21
2044
  msgid "Creative Work Season"
2045
  msgstr ""
2046
 
2047
+ #: framework/extensions/product-reviews/metabox.php:22,
2048
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:22
2049
  msgid "Creative Work Series"
2050
  msgstr ""
2051
 
2052
+ #: framework/extensions/product-reviews/metabox.php:23,
2053
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:23
2054
  msgid "Episode"
2055
  msgstr ""
2056
 
2057
+ #: framework/extensions/product-reviews/metabox.php:25,
2058
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:25
2059
  msgid "Game"
2060
  msgstr ""
2061
 
2062
+ #: framework/extensions/product-reviews/metabox.php:27,
2063
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:27
2064
  msgid "Local Business"
2065
  msgstr ""
2066
 
2067
+ #: framework/extensions/product-reviews/metabox.php:28,
2068
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:28
2069
  msgid "Media Object"
2070
  msgstr ""
2071
 
2072
+ #: framework/extensions/product-reviews/metabox.php:29,
2073
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:29
2074
  msgid "Movie"
2075
  msgstr ""
2076
 
2077
+ #: framework/extensions/product-reviews/metabox.php:30,
2078
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:30
2079
  msgid "Music Playlist"
2080
  msgstr ""
2081
 
2082
+ #: framework/extensions/product-reviews/metabox.php:31,
2083
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:31
2084
  msgid "Music Recording"
2085
  msgstr ""
2086
 
2087
+ #: framework/extensions/product-reviews/metabox.php:32,
2088
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:32
2089
  msgid "Organization"
2090
  msgstr ""
2091
 
2092
+ #: framework/extensions/product-reviews/metabox.php:38,
2093
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:38
2094
  msgid ""
2095
  "More info about review entity and how to choose the right one can be found "
2096
  "%shere%s."
2097
  msgstr ""
2098
 
2099
+ #: framework/extensions/product-reviews/metabox.php:60,
2100
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:60
2101
+ msgid ""
2102
+ "Please note that some of this information (price, sku, brand) won't be "
2103
+ "displayed on the front-end. It is solely used for Google's Schema.org markup."
2104
+ msgstr ""
2105
+
2106
+ #: framework/extensions/product-reviews/metabox.php:69,
2107
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:69
2108
  msgid "Product Price"
2109
  msgstr ""
2110
 
2111
+ #: framework/extensions/product-reviews/metabox.php:76,
2112
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:76
2113
  msgid "Product SKU"
2114
  msgstr ""
2115
 
2116
+ #: framework/extensions/product-reviews/metabox.php:83,
2117
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:83
2118
  msgid "Product Brand"
2119
  msgstr ""
2120
 
2121
+ #: framework/extensions/product-reviews/metabox.php:96,
2122
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:96
2123
  msgid "Gallery"
2124
  msgstr ""
2125
 
2126
+ #: framework/extensions/product-reviews/metabox.php:107,
2127
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:107
2128
  msgid "Affiliate Button Label"
2129
  msgstr ""
2130
 
2131
+ #: framework/extensions/product-reviews/metabox.php:109,
2132
+ #: framework/extensions/product-reviews/views/single-top.php:156,
2133
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:109,
2134
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:156
2135
  msgid "Buy Now"
2136
  msgstr ""
2137
 
2138
+ #: framework/extensions/product-reviews/metabox.php:114,
2139
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:114
2140
  msgid "Affiliate Link"
2141
  msgstr ""
2142
 
2143
+ #: framework/extensions/product-reviews/metabox.php:120,
2144
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:120
2145
  msgid "Open Link In New Tab"
2146
  msgstr ""
2147
 
2148
+ #: framework/extensions/product-reviews/metabox.php:126,
2149
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:126
2150
  msgid "Sponsored Attribute"
2151
  msgstr ""
2152
 
2153
+ #: framework/extensions/product-reviews/metabox.php:148,
2154
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:148
2155
  msgid "Read More Button Label"
2156
  msgstr ""
2157
 
2158
+ #: framework/extensions/product-reviews/metabox.php:150,
2159
+ #: framework/extensions/product-reviews/views/single-top.php:162,
2160
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:150,
2161
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:162
2162
  msgid "Read More"
2163
  msgstr ""
2164
 
2165
+ #: framework/extensions/product-reviews/metabox.php:170,
2166
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:170
2167
  msgid "Short Description"
2168
  msgstr ""
2169
 
2170
+ #: framework/extensions/product-reviews/metabox.php:185,
2171
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:185
2172
  msgid "Scores"
2173
  msgstr ""
2174
 
2175
+ #: framework/extensions/product-reviews/metabox.php:225,
2176
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:225
2177
  msgid "Product specs"
2178
  msgstr ""
2179
 
2180
+ #: framework/extensions/product-reviews/metabox.php:250,
2181
+ #: framework/extensions/product-reviews/views/single-top.php:262,
2182
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:250,
2183
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:262
2184
  msgid "Pros"
2185
  msgstr ""
2186
 
2187
+ #: framework/extensions/product-reviews/metabox.php:270,
2188
+ #: framework/extensions/product-reviews/views/single-top.php:285,
2189
+ #: build_tmp/build/framework/extensions/product-reviews/metabox.php:270,
2190
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:285
2191
  msgid "Cons"
2192
  msgstr ""
2193
 
2194
  #: framework/extensions/trending/config.php:4,
2195
  #: framework/extensions/trending/customizer.php:96,
2196
+ #: framework/extensions/trending/customizer.php:105,
2197
+ #: build_tmp/build/framework/extensions/trending/config.php:4,
2198
+ #: build_tmp/build/framework/extensions/trending/customizer.php:96,
2199
+ #: build_tmp/build/framework/extensions/trending/customizer.php:105
2200
  msgid "Trending Posts"
2201
  msgstr ""
2202
 
2203
+ #: framework/extensions/trending/config.php:5,
2204
+ #: build_tmp/build/framework/extensions/trending/config.php:5
2205
  msgid ""
2206
  "Highlight your most popular posts or products based on the number of "
2207
  "comments or reviews they have gotten in the specified period of time."
2208
  msgstr ""
2209
 
2210
  #: framework/extensions/trending/customizer.php:8,
2211
+ #: build_tmp/build/framework/extensions/trending/customizer.php:8,
2212
  #: framework/premium/extensions/shortcuts/views/bar.php:30,
2213
+ #: framework/premium/features/premium-header/items/search-input/options.php:6,
2214
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:30,
2215
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:6
2216
  msgid "Products"
2217
  msgstr ""
2218
 
2219
  #: framework/extensions/trending/customizer.php:36,
2220
+ #: build_tmp/build/framework/extensions/trending/customizer.php:36,
2221
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:38,
2222
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:38
2223
  msgid "All categories"
2224
  msgstr ""
2225
 
2226
  #: framework/extensions/trending/customizer.php:41,
2227
+ #: build_tmp/build/framework/extensions/trending/customizer.php:41,
2228
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:43,
2229
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:43
2230
  msgid "Taxonomy"
2231
  msgstr ""
2232
 
2233
  #: framework/extensions/trending/customizer.php:42,
2234
+ #: build_tmp/build/framework/extensions/trending/customizer.php:42,
2235
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:44,
2236
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:44
2237
  msgid "All taxonomies"
2238
  msgstr ""
2239
 
2240
+ #: framework/extensions/trending/customizer.php:114,
2241
+ #: build_tmp/build/framework/extensions/trending/customizer.php:114
2242
  msgid "Module Title"
2243
  msgstr ""
2244
 
2245
  #: framework/extensions/trending/customizer.php:117,
2246
+ #: framework/extensions/trending/helpers.php:218,
2247
+ #: build_tmp/build/framework/extensions/trending/customizer.php:117,
2248
+ #: build_tmp/build/framework/extensions/trending/helpers.php:218
2249
  msgid "Trending now"
2250
  msgstr ""
2251
 
2252
+ #: framework/extensions/trending/customizer.php:122,
2253
+ #: build_tmp/build/framework/extensions/trending/customizer.php:122
2254
  msgid "Module Title Tag"
2255
  msgstr ""
2256
 
2257
  #: framework/extensions/trending/customizer.php:169,
2258
+ #: build_tmp/build/framework/extensions/trending/customizer.php:169,
2259
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
2260
  #: framework/extensions/widgets/widgets/ct-posts/options.php:149,
2261
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:168,
2262
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:23,
2263
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:149,
2264
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:168
2265
  msgid "Source"
2266
  msgstr ""
2267
 
2268
  #: framework/extensions/trending/customizer.php:174,
2269
+ #: build_tmp/build/framework/extensions/trending/customizer.php:174,
2270
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:154,
2271
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:154
2272
  msgid "Taxonomies"
2273
  msgstr ""
2274
 
2275
  #: framework/extensions/trending/customizer.php:175,
2276
+ #: build_tmp/build/framework/extensions/trending/customizer.php:175,
2277
  #: framework/extensions/widgets/widgets/ct-posts/options.php:155,
2278
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:174,
2279
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:155,
2280
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:174
2281
  msgid "Custom Query"
2282
  msgstr ""
2283
 
2284
  #: framework/extensions/trending/customizer.php:198,
2285
+ #: build_tmp/build/framework/extensions/trending/customizer.php:198,
2286
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:243,
2287
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:243
2288
  msgid "Posts ID"
2289
  msgstr ""
2290
 
2291
  #: framework/extensions/trending/customizer.php:202,
2292
+ #: build_tmp/build/framework/extensions/trending/customizer.php:202,
2293
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:247,
2294
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:247
2295
  msgid "Separate posts ID by comma. How to find the %spost ID%s."
2296
  msgstr ""
2297
 
2298
+ #: framework/extensions/trending/customizer.php:218,
2299
+ #: build_tmp/build/framework/extensions/trending/customizer.php:218
2300
  msgid "Trending From"
2301
  msgstr ""
2302
 
2303
  #: framework/extensions/trending/customizer.php:227,
2304
+ #: build_tmp/build/framework/extensions/trending/customizer.php:227,
2305
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:213,
2306
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:213
2307
  msgid "All Time"
2308
  msgstr ""
2309
 
2310
+ #: framework/extensions/trending/customizer.php:228,
2311
+ #: build_tmp/build/framework/extensions/trending/customizer.php:228
2312
  msgid "Last 24 Hours"
2313
  msgstr ""
2314
 
2315
+ #: framework/extensions/trending/customizer.php:229,
2316
+ #: build_tmp/build/framework/extensions/trending/customizer.php:229
2317
  msgid "Last 7 Days"
2318
  msgstr ""
2319
 
2320
+ #: framework/extensions/trending/customizer.php:230,
2321
+ #: build_tmp/build/framework/extensions/trending/customizer.php:230
2322
  msgid "Last Month"
2323
  msgstr ""
2324
 
2325
+ #: framework/extensions/trending/customizer.php:247,
2326
+ #: build_tmp/build/framework/extensions/trending/customizer.php:247
2327
  msgid "Container Visibility"
2328
  msgstr ""
2329
 
2330
+ #: framework/extensions/trending/customizer.php:319,
2331
+ #: build_tmp/build/framework/extensions/trending/customizer.php:319
2332
  msgid "Posts Font"
2333
  msgstr ""
2334
 
2335
+ #: framework/extensions/widgets/config.php:4,
2336
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18,
2337
+ #: build_tmp/build/framework/extensions/widgets/config.php:4,
2338
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:18
2339
+ msgid "Widgets"
2340
+ msgstr ""
2341
+
2342
+ #: framework/extensions/widgets/config.php:5,
2343
+ #: build_tmp/build/framework/extensions/widgets/config.php:5
2344
  msgid ""
2345
  "Add new handcrafted widgets to your sidebars! Social Network Icons, "
2346
  "Newsletter Subscribe, Contact Info, Custom Ads and even a Popular/Recent "
2347
  "Posts are the choices available."
2348
  msgstr ""
2349
 
2350
+ #: framework/features/header/account-modal.php:37,
2351
+ #: build_tmp/build/framework/features/header/account-modal.php:37
2352
  msgid "Close account modal"
2353
  msgstr ""
2354
 
2355
  #: framework/features/header/account-modal.php:49,
2356
+ #: build_tmp/build/framework/features/header/account-modal.php:49,
2357
  #: framework/features/header/items/account/options.php:498,
2358
+ #: framework/features/header/items/account/views/logout.php:7,
2359
+ #: build_tmp/build/framework/features/header/items/account/options.php:498,
2360
+ #: build_tmp/build/framework/features/header/items/account/views/logout.php:7
2361
  msgid "Login"
2362
  msgstr ""
2363
 
2364
+ #: framework/features/header/account-modal.php:53,
2365
+ #: build_tmp/build/framework/features/header/account-modal.php:53
2366
  msgid "Sign Up"
2367
  msgstr ""
2368
 
2369
+ #: framework/features/header/account-modal.php:72,
2370
+ #: build_tmp/build/framework/features/header/account-modal.php:72
2371
  msgid "Back to login"
2372
  msgstr ""
2373
 
2374
+ #: framework/features/header/header-options.php:6,
2375
+ #: build_tmp/build/framework/features/header/header-options.php:6
2376
  msgid "Sticky Functionality"
2377
  msgstr ""
2378
 
2379
+ #: framework/features/header/header-options.php:32,
2380
+ #: build_tmp/build/framework/features/header/header-options.php:32
2381
  msgid "Only Main Row"
2382
  msgstr ""
2383
 
2384
+ #: framework/features/header/header-options.php:37,
2385
+ #: build_tmp/build/framework/features/header/header-options.php:37
2386
  msgid "Top & Main Row"
2387
  msgstr ""
2388
 
2389
+ #: framework/features/header/header-options.php:42,
2390
+ #: build_tmp/build/framework/features/header/header-options.php:42
2391
  msgid "All Rows"
2392
  msgstr ""
2393
 
2394
+ #: framework/features/header/header-options.php:47,
2395
+ #: build_tmp/build/framework/features/header/header-options.php:47
2396
  msgid "Main & Bottom Row"
2397
  msgstr ""
2398
 
2399
+ #: framework/features/header/header-options.php:52,
2400
+ #: build_tmp/build/framework/features/header/header-options.php:52
2401
  msgid "Only Top Row"
2402
  msgstr ""
2403
 
2404
+ #: framework/features/header/header-options.php:57,
2405
+ #: build_tmp/build/framework/features/header/header-options.php:57
2406
  msgid "Only Bottom Row"
2407
  msgstr ""
2408
 
2409
+ #: framework/features/header/header-options.php:63,
2410
+ #: build_tmp/build/framework/features/header/header-options.php:63
2411
  msgid "Sticky Effect"
2412
  msgstr ""
2413
 
2414
+ #: framework/features/header/header-options.php:72,
2415
+ #: build_tmp/build/framework/features/header/header-options.php:72
2416
  msgid "Slide Down"
2417
  msgstr ""
2418
 
2419
+ #: framework/features/header/header-options.php:73,
2420
+ #: build_tmp/build/framework/features/header/header-options.php:73
2421
  msgid "Fade"
2422
  msgstr ""
2423
 
2424
+ #: framework/features/header/header-options.php:74,
2425
+ #: build_tmp/build/framework/features/header/header-options.php:74
2426
  msgid "Auto Hide/Show"
2427
  msgstr ""
2428
 
2429
  #: framework/features/header/header-options.php:79,
2430
+ #: framework/features/header/header-options.php:160,
2431
+ #: build_tmp/build/framework/features/header/header-options.php:79,
2432
+ #: build_tmp/build/framework/features/header/header-options.php:160
2433
  msgid "Enable on"
2434
  msgstr ""
2435
 
2436
+ #: framework/features/header/header-options.php:106,
2437
+ #: build_tmp/build/framework/features/header/header-options.php:106
2438
  msgid "Transparent Functionality"
2439
  msgstr ""
2440
 
2441
  #: framework/features/header/header-options.php:144,
2442
  #: framework/premium/extensions/shortcuts/customizer.php:742,
2443
+ #: build_tmp/build/framework/features/header/header-options.php:144,
2444
  #: framework/premium/features/content-blocks/options/header.php:142,
2445
  #: framework/premium/features/content-blocks/options/hook.php:236,
2446
+ #: framework/premium/features/content-blocks/options/popup.php:279,
2447
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:742,
2448
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:142,
2449
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:236,
2450
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:279
2451
  #: framework/premium/extensions/sidebars/static/js/SettingsManager.js:45
2452
  #: framework/premium/static/js/footer/EditConditions.js:97
2453
  #: static/js/header/EditConditions.js:96
2454
  msgid "Display Conditions"
2455
  msgstr ""
2456
 
2457
+ #: framework/premium/features/content-blocks.php:43,
2458
+ #: build_tmp/build/framework/premium/features/content-blocks.php:43
2459
  msgid "Hooks Locations"
2460
  msgstr ""
2461
 
2462
  #: framework/premium/features/content-blocks.php:208,
2463
+ #: framework/premium/extensions/shortcuts/customizer.php:517,
2464
+ #: build_tmp/build/framework/premium/features/content-blocks.php:208,
2465
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:517
2466
  msgid "Type"
2467
  msgstr ""
2468
 
2469
+ #: framework/premium/features/content-blocks.php:209,
2470
+ #: build_tmp/build/framework/premium/features/content-blocks.php:209
2471
  msgid "Location/Trigger"
2472
  msgstr ""
2473
 
2474
+ #: framework/premium/features/content-blocks.php:210,
2475
+ #: build_tmp/build/framework/premium/features/content-blocks.php:210
2476
  msgid "Conditions"
2477
  msgstr ""
2478
 
2479
+ #: framework/premium/features/content-blocks.php:211,
2480
+ #: build_tmp/build/framework/premium/features/content-blocks.php:211
2481
  msgid "Output"
2482
  msgstr ""
2483
 
2484
+ #: framework/premium/features/content-blocks.php:212,
2485
+ #: build_tmp/build/framework/premium/features/content-blocks.php:212
2486
  msgid "Enable/Disable"
2487
  msgstr ""
2488
 
2489
  #: framework/premium/features/content-blocks.php:232,
2490
  #: framework/premium/extensions/shortcuts/customizer.php:705,
2491
+ #: build_tmp/build/framework/premium/features/content-blocks.php:232,
2492
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
2493
  #: framework/extensions/widgets/widgets/ct-socials/options.php:94,
2494
  #: framework/features/header/items/account/options.php:141,
2497
  #: framework/premium/features/content-blocks/options/hook.php:158,
2498
  #: framework/premium/features/content-blocks/options/popup.php:162,
2499
  #: framework/premium/features/content-blocks/options/popup.php:418,
2500
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:705,
2501
+ #: framework/premium/features/premium-header/items/contacts/options.php:274,
2502
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
2503
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:94,
2504
+ #: build_tmp/build/framework/features/header/items/account/options.php:141,
2505
+ #: build_tmp/build/framework/features/header/items/account/options.php:366,
2506
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:9,
2507
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:158,
2508
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:162,
2509
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:418,
2510
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:274
2511
  msgid "None"
2512
  msgstr ""
2513
 
2514
  #: framework/premium/features/content-blocks.php:233,
2515
+ #: build_tmp/build/framework/premium/features/content-blocks.php:233,
2516
+ #: framework/premium/features/content-blocks/options/popup.php:163,
2517
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:163
2518
  msgid "On scroll"
2519
  msgstr ""
2520
 
2521
  #: framework/premium/features/content-blocks.php:234,
2522
+ #: build_tmp/build/framework/premium/features/content-blocks.php:234,
2523
+ #: framework/premium/features/content-blocks/options/popup.php:164,
2524
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:164
2525
  msgid "On scroll to element"
2526
  msgstr ""
2527
 
2528
  #: framework/premium/features/content-blocks.php:235,
2529
+ #: build_tmp/build/framework/premium/features/content-blocks.php:235,
2530
+ #: framework/premium/features/content-blocks/options/popup.php:165,
2531
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:165
2532
  msgid "On page load"
2533
  msgstr ""
2534
 
2535
  #: framework/premium/features/content-blocks.php:236,
2536
+ #: build_tmp/build/framework/premium/features/content-blocks.php:236,
2537
+ #: framework/premium/features/content-blocks/options/popup.php:166,
2538
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:166
2539
  msgid "After inactivity"
2540
  msgstr ""
2541
 
2542
  #: framework/premium/features/content-blocks.php:237,
2543
+ #: build_tmp/build/framework/premium/features/content-blocks.php:237,
2544
+ #: framework/premium/features/content-blocks/options/popup.php:167,
2545
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:167
2546
  msgid "After x time"
2547
  msgstr ""
2548
 
2549
  #: framework/premium/features/content-blocks.php:238,
2550
+ #: build_tmp/build/framework/premium/features/content-blocks.php:238,
2551
+ #: framework/premium/features/content-blocks/options/popup.php:168,
2552
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:168
2553
  msgid "On page exit intent"
2554
  msgstr ""
2555
 
2556
+ #: framework/premium/features/content-blocks.php:242,
2557
+ #: build_tmp/build/framework/premium/features/content-blocks.php:242
2558
  msgid "Down"
2559
  msgstr ""
2560
 
2561
+ #: framework/premium/features/content-blocks.php:243,
2562
+ #: build_tmp/build/framework/premium/features/content-blocks.php:243
2563
  msgid "Up"
2564
  msgstr ""
2565
 
2566
+ #: framework/premium/features/content-blocks.php:641,
2567
+ #: framework/premium/features/content-blocks.php:647,
2568
+ #: build_tmp/build/framework/premium/features/content-blocks.php:641,
2569
+ #: build_tmp/build/framework/premium/features/content-blocks.php:647
2570
  msgid "Content Blocks"
2571
  msgstr ""
2572
 
2573
+ #: framework/premium/features/content-blocks.php:642,
2574
+ #: framework/premium/extensions/mega-menu/options.php:333,
2575
+ #: build_tmp/build/framework/premium/features/content-blocks.php:642,
2576
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:333
2577
  msgid "Content Block"
2578
  msgstr ""
2579
 
2580
+ #: framework/premium/features/content-blocks.php:643,
2581
+ #: build_tmp/build/framework/premium/features/content-blocks.php:643
2582
  msgid "Add New"
2583
  msgstr ""
2584
 
2585
+ #: framework/premium/features/content-blocks.php:644,
2586
+ #: build_tmp/build/framework/premium/features/content-blocks.php:644
2587
  msgid "Add New Content Block"
2588
  msgstr ""
2589
 
2590
+ #: framework/premium/features/content-blocks.php:645,
2591
+ #: build_tmp/build/framework/premium/features/content-blocks.php:645
2592
  msgid "Edit Content Block"
2593
  msgstr ""
2594
 
2595
+ #: framework/premium/features/content-blocks.php:646,
2596
+ #: build_tmp/build/framework/premium/features/content-blocks.php:646
2597
  #: framework/premium/static/js/hooks/CreateHook.js:32
2598
  msgid "New Content Block"
2599
  msgstr ""
2600
 
2601
+ #: framework/premium/features/content-blocks.php:648,
2602
+ #: build_tmp/build/framework/premium/features/content-blocks.php:648
2603
  msgid "View Content Block"
2604
  msgstr ""
2605
 
2606
+ #: framework/premium/features/content-blocks.php:649,
2607
+ #: build_tmp/build/framework/premium/features/content-blocks.php:649
2608
  msgid "Search Content Blocks"
2609
  msgstr ""
2610
 
2611
+ #: framework/premium/features/content-blocks.php:650,
2612
+ #: build_tmp/build/framework/premium/features/content-blocks.php:650
2613
  msgid "Nothing found"
2614
  msgstr ""
2615
 
2616
+ #: framework/premium/features/content-blocks.php:651,
2617
+ #: build_tmp/build/framework/premium/features/content-blocks.php:651
2618
  msgid "Nothing found in Trash"
2619
  msgstr ""
2620
 
2621
+ #: framework/premium/features/content-blocks.php:931,
2622
+ #: build_tmp/build/framework/premium/features/content-blocks.php:931
2623
  msgid "Close popup"
2624
  msgstr ""
2625
 
2626
+ #: framework/premium/features/media-meta-fields.php:29,
2627
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:29
2628
  msgid "Attachment Video"
2629
  msgstr ""
2630
 
2631
+ #: framework/premium/features/media-meta-fields.php:33,
2632
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:33
2633
  msgid "Video URL"
2634
  msgstr ""
2635
 
2636
  #. translators: %s: Link to wordpress.org article
2637
+ #. translators: %s: Link to wordpress.org article
2638
+ #: framework/premium/features/media-meta-fields.php:39,
2639
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:39
2640
  msgid ""
2641
  "Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an "
2642
  "MP4 file into the media library."
2643
  msgstr ""
2644
 
2645
+ #: framework/premium/features/media-meta-fields.php:42,
2646
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:42
2647
  msgid "Upload"
2648
  msgstr ""
2649
 
2650
+ #: framework/premium/features/media-meta-fields.php:44,
2651
+ #: build_tmp/build/framework/premium/features/media-meta-fields.php:44
2652
  msgid "Upload Video (MP4 File)"
2653
  msgstr ""
2654
 
2655
  #: framework/premium/features/premium-footer.php:14,
2656
+ #: framework/premium/features/premium-footer.php:28,
2657
+ #: build_tmp/build/framework/premium/features/premium-footer.php:14,
2658
+ #: build_tmp/build/framework/premium/features/premium-footer.php:28
2659
  msgid "Footer Menu 1"
2660
  msgstr ""
2661
 
2662
  #: framework/premium/features/premium-footer.php:29,
2663
+ #: build_tmp/build/framework/premium/features/premium-footer.php:29,
2664
+ #: framework/premium/features/premium-footer/items/menu-secondary/config.php:4,
2665
+ #: build_tmp/build/framework/premium/features/premium-footer/items/menu-secondary/config.php:4
2666
  msgid "Footer Menu 2"
2667
  msgstr ""
2668
 
2669
+ #: framework/premium/features/premium-header.php:42,
2670
+ #: build_tmp/build/framework/premium/features/premium-header.php:42
2671
  msgid "Header Menu 3"
2672
  msgstr ""
2673
 
2674
+ #: framework/premium/features/premium-header.php:43,
2675
+ #: build_tmp/build/framework/premium/features/premium-header.php:43
2676
  msgid "Mobile Menu 1"
2677
  msgstr ""
2678
 
2679
+ #: framework/premium/features/premium-header.php:44,
2680
+ #: build_tmp/build/framework/premium/features/premium-header.php:44
2681
  msgid "Mobile Menu 2"
2682
  msgstr ""
2683
 
2684
+ #: framework/premium/features/premium-header.php:103,
2685
+ #: build_tmp/build/framework/premium/features/premium-header.php:103
2686
  msgid "Header Widget Area "
2687
  msgstr ""
2688
 
2689
  #: framework/premium/features/premium-header.php:159,
2690
  #: framework/premium/extensions/mega-menu/options.php:422,
2691
+ #: build_tmp/build/framework/premium/features/premium-header.php:159,
2692
  #: framework/features/header/items/account/options.php:140,
2693
  #: framework/features/header/items/account/options.php:365,
2694
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:445,
2695
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:422,
2696
+ #: build_tmp/build/framework/features/header/items/account/options.php:140,
2697
+ #: build_tmp/build/framework/features/header/items/account/options.php:365,
2698
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:445
2699
  msgid "Icon"
2700
  msgstr ""
2701
 
2702
  #: framework/premium/features/premium-header.php:173,
2703
  #: framework/premium/extensions/mega-menu/options.php:436,
2704
+ #: build_tmp/build/framework/premium/features/premium-header.php:173,
2705
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
2706
  #: framework/extensions/widgets/widgets/ct-socials/options.php:73,
2707
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:436,
2708
+ #: framework/premium/features/premium-header/items/contacts/options.php:246,
2709
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:272,
2710
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:73,
2711
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:246
2712
  msgid "Icons Size"
2713
  msgstr ""
2714
 
2715
  #: framework/premium/features/premium-header.php:185,
2716
+ #: framework/premium/extensions/mega-menu/options.php:458,
2717
+ #: build_tmp/build/framework/premium/features/premium-header.php:185,
2718
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:458
2719
  msgid "Icon Position"
2720
  msgstr ""
2721
 
2722
  #: framework/premium/features/premium-header.php:192,
2723
  #: framework/premium/extensions/mega-menu/options.php:465,
2724
  #: framework/premium/extensions/shortcuts/customizer.php:638,
2725
+ #: build_tmp/build/framework/premium/features/premium-header.php:192,
2726
  #: framework/features/header/items/account/options.php:276,
2727
  #: framework/features/header/items/account/options.php:482,
2728
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:465,
2729
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:638,
2730
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98,
2731
+ #: build_tmp/build/framework/features/header/items/account/options.php:276,
2732
+ #: build_tmp/build/framework/features/header/items/account/options.php:482,
2733
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
2734
  msgid "Left"
2735
  msgstr ""
2736
 
2737
  #: framework/premium/features/premium-header.php:193,
2738
  #: framework/premium/extensions/mega-menu/options.php:466,
2739
  #: framework/premium/extensions/shortcuts/customizer.php:639,
2740
+ #: build_tmp/build/framework/premium/features/premium-header.php:193,
2741
  #: framework/features/header/items/account/options.php:277,
2742
  #: framework/features/header/items/account/options.php:483,
2743
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:466,
2744
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:639,
2745
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99,
2746
+ #: build_tmp/build/framework/features/header/items/account/options.php:277,
2747
+ #: build_tmp/build/framework/features/header/items/account/options.php:483,
2748
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
2749
  msgid "Right"
2750
  msgstr ""
2751
 
2752
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
2753
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12,
2754
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:17,
2755
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/view.php:12
2756
  msgid "Newsletter"
2757
  msgstr ""
2758
 
2761
  #: framework/premium/extensions/shortcuts/customizer.php:868,
2762
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
2763
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
2764
+ #: framework/features/header/items/account/options.php:294,
2765
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:30,
2766
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:493,
2767
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:868,
2768
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
2769
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:31,
2770
+ #: build_tmp/build/framework/features/header/items/account/options.php:294
2771
  msgid "Text"
2772
  msgstr ""
2773
 
2774
  #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
2775
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
2776
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:34,
2777
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:34,
2778
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:33,
2779
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:34
2780
  msgid "You can add here some arbitrary HTML code."
2781
  msgstr ""
2782
 
2783
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114,
2784
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:114
2785
  msgid "Container Type"
2786
  msgstr ""
2787
 
2788
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121,
2789
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:121
2790
  msgid "Boxed"
2791
  msgstr ""
2792
 
2793
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127,
2794
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/options.php:127
2795
  msgid "Content Alignment"
2796
  msgstr ""
2797
 
2798
+ #: framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14,
2799
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/ct-newsletter-subscribe/widget.php:14
2800
  msgid "Newsletter subscribe form"
2801
  msgstr ""
2802
 
2803
+ #: framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99,
2804
+ #: build_tmp/build/framework/extensions/newsletter-subscribe/includes/BlocksyMailerliteManager.php:99
2805
  msgid "Thank you for subscribing!"
2806
  msgstr ""
2807
 
2808
+ #: framework/extensions/product-reviews/views/single-top.php:238,
2809
+ #: build_tmp/build/framework/extensions/product-reviews/views/single-top.php:238
2810
  msgid "Specs"
2811
  msgstr ""
2812
 
2813
  #: framework/features/header/modal/login.php:28,
2814
+ #: framework/features/header/modal/lostpassword.php:5,
2815
+ #: build_tmp/build/framework/features/header/modal/login.php:28,
2816
+ #: build_tmp/build/framework/features/header/modal/lostpassword.php:5
2817
  msgid "Username or Email Address"
2818
  msgstr ""
2819
 
2820
  #: framework/features/header/modal/login.php:33,
2821
+ #: framework/features/header/modal/register.php:42,
2822
+ #: build_tmp/build/framework/features/header/modal/login.php:33,
2823
+ #: build_tmp/build/framework/features/header/modal/register.php:42
2824
  msgid "Password"
2825
  msgstr ""
2826
 
2827
+ #: framework/features/header/modal/login.php:40,
2828
+ #: build_tmp/build/framework/features/header/modal/login.php:40
2829
  msgid "Remember Me"
2830
  msgstr ""
2831
 
2832
+ #: framework/features/header/modal/login.php:44,
2833
+ #: build_tmp/build/framework/features/header/modal/login.php:44
2834
  msgid "Forgot Password?"
2835
  msgstr ""
2836
 
2837
+ #: framework/features/header/modal/login.php:60,
2838
+ #: build_tmp/build/framework/features/header/modal/login.php:60
2839
  msgid "Log In"
2840
  msgstr ""
2841
 
2842
+ #: framework/features/header/modal/lostpassword.php:13,
2843
+ #: build_tmp/build/framework/features/header/modal/lostpassword.php:13
2844
  msgid "Get New Password"
2845
  msgstr ""
2846
 
2847
+ #: framework/features/header/modal/register.php:30,
2848
+ #: build_tmp/build/framework/features/header/modal/register.php:30
2849
  msgid "Username"
2850
  msgstr ""
2851
 
2852
+ #: framework/features/header/modal/register.php:58,
2853
+ #: build_tmp/build/framework/features/header/modal/register.php:58
2854
  msgid "Registration confirmation will be emailed to you"
2855
  msgstr ""
2856
 
2857
+ #: framework/features/header/modal/register.php:63,
2858
+ #: build_tmp/build/framework/features/header/modal/register.php:63
2859
  msgid "Register"
2860
  msgstr ""
2861
 
2862
+ #: framework/premium/extensions/adobe-typekit/config.php:4,
2863
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:4
2864
  msgid "Adobe Fonts"
2865
  msgstr ""
2866
 
2867
+ #: framework/premium/extensions/adobe-typekit/config.php:5,
2868
+ #: build_tmp/build/framework/premium/extensions/adobe-typekit/config.php:5
2869
  msgid ""
2870
  "Connect your Adobe Fonts project and use the selected fonts throughout "
2871
  "Blocksy and your favorite page builder."
2872
  msgstr ""
2873
 
2874
+ #: framework/premium/extensions/code-snippets/config.php:5,
2875
+ #: build_tmp/build/framework/premium/extensions/code-snippets/config.php:5
2876
  msgid ""
2877
  "Inject custom code snippets throughout your website. The extension works "
2878
  "globally or on a per post/page basis."
2880
 
2881
  #: framework/premium/extensions/code-snippets/extension.php:38,
2882
  #: framework/premium/extensions/code-snippets/extension.php:78,
2883
+ #: framework/premium/extensions/code-snippets/extension.php:117,
2884
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:38,
2885
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:78,
2886
+ #: build_tmp/build/framework/premium/extensions/code-snippets/extension.php:117
2887
  msgid "After body open scripts"
2888
  msgstr ""
2889
 
2890
+ #: framework/premium/extensions/code-snippets/readme.php:4,
2891
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:4
2892
  msgid ""
2893
  "After activating the Custom Code Snippets extension you will have two ways "
2894
  "to manage your snippets:"
2895
  msgstr ""
2896
 
2897
+ #: framework/premium/extensions/code-snippets/readme.php:9,
2898
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:9
2899
  msgid "Globally"
2900
  msgstr ""
2901
 
2902
+ #: framework/premium/extensions/code-snippets/readme.php:13,
2903
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:13
2904
  msgid "Navigate to %s and place there your header, body or footer scripts."
2905
  msgstr ""
2906
 
2907
+ #: framework/premium/extensions/code-snippets/readme.php:16,
2908
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:16
2909
  msgid "Customizer ➝ Custom Code Snippets"
2910
  msgstr ""
2911
 
2912
+ #: framework/premium/extensions/code-snippets/readme.php:24,
2913
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:24
2914
  msgid "Per page/post"
2915
  msgstr ""
2916
 
2917
+ #: framework/premium/extensions/code-snippets/readme.php:28,
2918
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:28
2919
  msgid ""
2920
  "Edit your page or post, click on %s, scroll down and you will see the %2s "
2921
  "panel."
2922
  msgstr ""
2923
 
2924
+ #: framework/premium/extensions/code-snippets/readme.php:32,
2925
+ #: build_tmp/build/framework/premium/extensions/code-snippets/readme.php:32
2926
  msgid "%s Page Settings"
2927
  msgstr ""
2928
 
2929
+ #: framework/premium/extensions/custom-fonts/config.php:4,
2930
+ #: build_tmp/build/framework/premium/extensions/custom-fonts/config.php:4
2931
  msgid ""
2932
  "Upload an unlimited number of custom fonts or variable fonts and use them "
2933
  "throughout Blocksy and your favorite page builder."
2934
  msgstr ""
2935
 
2936
+ #: framework/premium/extensions/local-google-fonts/config.php:4,
2937
+ #: build_tmp/build/framework/premium/extensions/local-google-fonts/config.php:4
2938
  msgid ""
2939
  "Serve your chosen Google Fonts from your own web server. This will increase "
2940
  "the loading speed and makes sure your website complies with the privacy "
2941
  "regulations."
2942
  msgstr ""
2943
 
2944
+ #: framework/premium/extensions/mega-menu/config.php:5,
2945
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:5
2946
  msgid ""
2947
  "Create beautiful personalised menus that set your website apart from the "
2948
  "others. Add icons and badges to your entries and even add Content Blocks "
2950
  msgstr ""
2951
 
2952
  #: framework/premium/extensions/mega-menu/config.php:9,
2953
+ #: framework/premium/extensions/shortcuts/config.php:12,
2954
+ #: build_tmp/build/framework/premium/extensions/mega-menu/config.php:9,
2955
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:12
2956
  #: framework/extensions/newsletter-subscribe/dashboard-static/js/hooks/useActivationWithRequirements.js:60
2957
  #: framework/extensions/product-reviews/static/js/EditSettings.js:30
2958
  #: framework/premium/extensions/white-label/dashboard-static/js/EditSettings.js:96
2959
  msgid "Configure"
2960
  msgstr ""
2961
 
2962
+ #: framework/premium/extensions/mega-menu/extension.php:99,
2963
+ #: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:99
2964
  msgid "Menu Item Settings"
2965
  msgstr ""
2966
 
2967
+ #: framework/premium/extensions/mega-menu/extension.php:257,
2968
+ #: build_tmp/build/framework/premium/extensions/mega-menu/extension.php:257
2969
  msgid "New"
2970
  msgstr ""
2971
 
2972
  #: framework/premium/extensions/mega-menu/options.php:16,
2973
+ #: framework/premium/extensions/mega-menu/options.php:530,
2974
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:16,
2975
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:530
2976
  msgid "Mega Menu Settings"
2977
  msgstr ""
2978
 
2979
+ #: framework/premium/extensions/mega-menu/options.php:27,
2980
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:27
2981
  msgid "Dropdown Width"
2982
  msgstr ""
2983
 
2984
  #: framework/premium/extensions/mega-menu/options.php:35,
2985
+ #: framework/premium/extensions/mega-menu/options.php:48,
2986
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:35,
2987
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:48
2988
  msgid "Content Width"
2989
  msgstr ""
2990
 
2991
  #: framework/premium/extensions/mega-menu/options.php:36,
2992
+ #: framework/premium/extensions/mega-menu/options.php:57,
2993
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:36,
2994
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:57
2995
  msgid "Full Width"
2996
  msgstr ""
2997
 
2998
+ #: framework/premium/extensions/mega-menu/options.php:37,
2999
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:37
3000
  msgid "Custom Width"
3001
  msgstr ""
3002
 
3003
+ #: framework/premium/extensions/mega-menu/options.php:56,
3004
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:56
3005
  msgid "Default Width"
3006
  msgstr ""
3007
 
3008
+ #: framework/premium/extensions/mega-menu/options.php:85,
3009
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:85
3010
  msgid "Columns"
3011
  msgstr ""
3012
 
3013
+ #: framework/premium/extensions/mega-menu/options.php:320,
3014
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:320
3015
  msgid "Custom Content"
3016
  msgstr ""
3017
 
3018
+ #: framework/premium/extensions/mega-menu/options.php:324,
3019
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:324
3020
  msgid "Content Type"
3021
  msgstr ""
3022
 
3023
+ #: framework/premium/extensions/mega-menu/options.php:331,
3024
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:331
3025
  msgid "Default (Menu Item)"
3026
  msgstr ""
3027
 
3028
+ #: framework/premium/extensions/mega-menu/options.php:332,
3029
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:332
3030
  msgid "Custom Text"
3031
  msgstr ""
3032
 
3033
  #: framework/premium/extensions/mega-menu/options.php:394,
3034
+ #: framework/premium/extensions/mega-menu/options.php:710,
3035
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:394,
3036
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:710
3037
  msgid "Item Label Settings"
3038
  msgstr ""
3039
 
3040
+ #: framework/premium/extensions/mega-menu/options.php:399,
3041
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:399
3042
  msgid "Item Label"
3043
  msgstr ""
3044
 
3045
+ #: framework/premium/extensions/mega-menu/options.php:407,
3046
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:407
3047
  msgid "Enabled"
3048
  msgstr ""
3049
 
3050
  #: framework/premium/extensions/mega-menu/options.php:408,
3051
  #: framework/premium/features/content-blocks/options/404.php:104,
3052
  #: framework/premium/features/content-blocks/options/header.php:108,
3053
+ #: framework/premium/features/content-blocks/options/hook.php:113,
3054
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:408,
3055
+ #: build_tmp/build/framework/premium/features/content-blocks/options/404.php:104,
3056
+ #: build_tmp/build/framework/premium/features/content-blocks/options/header.php:108,
3057
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:113
3058
  msgid "Disabled"
3059
  msgstr ""
3060
 
3061
+ #: framework/premium/extensions/mega-menu/options.php:409,
3062
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:409
3063
  msgid "Heading"
3064
  msgstr ""
3065
 
3066
+ #: framework/premium/extensions/mega-menu/options.php:415,
3067
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:415
3068
  msgid "Label Link"
3069
  msgstr ""
3070
 
3071
  #: framework/premium/extensions/mega-menu/options.php:481,
3072
+ #: framework/premium/extensions/mega-menu/options.php:792,
3073
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:481,
3074
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:792
3075
  msgid "Menu Badge Settings"
3076
  msgstr ""
3077
 
3078
  #: framework/premium/extensions/mega-menu/options.php:499,
3079
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260,
3080
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:499,
3081
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:260
3082
  msgid "Vertical Alignment"
3083
  msgstr ""
3084
 
3085
  #: framework/premium/extensions/mega-menu/options.php:534,
3086
  #: framework/premium/extensions/shortcuts/customizer.php:862,
3087
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
3088
+ #: framework/features/header/items/account/options.php:1033,
3089
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:534,
3090
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:862,
3091
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
3092
+ #: build_tmp/build/framework/features/header/items/account/options.php:1033
3093
  msgid "Background"
3094
  msgstr ""
3095
 
3096
+ #: framework/premium/extensions/mega-menu/options.php:548,
3097
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:548
3098
  msgid "Link Color"
3099
  msgstr ""
3100
 
3101
  #: framework/premium/extensions/mega-menu/options.php:568,
3102
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
3103
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:568,
3104
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:144,
3105
  #: framework/premium/features/premium-header/items/contacts/options.php:414,
3106
  #: framework/premium/features/premium-header/items/contacts/options.php:456,
3107
+ #: framework/premium/features/premium-header/items/contacts/options.php:496,
3108
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:414,
3109
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:456,
3110
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:496
3111
  msgid "Link Initial"
3112
  msgstr ""
3113
 
3114
+ #: framework/premium/extensions/mega-menu/options.php:573,
3115
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:573
3116
  msgid "Link Hover/Active"
3117
  msgstr ""
3118
 
3119
+ #: framework/premium/extensions/mega-menu/options.php:578,
3120
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:578
3121
  msgid "Background Hover"
3122
  msgstr ""
3123
 
3124
  #: framework/premium/extensions/mega-menu/options.php:585,
3125
+ #: framework/premium/extensions/mega-menu/options.php:719,
3126
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:585,
3127
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:719
3128
  msgid "Heading Color"
3129
  msgstr ""
3130
 
3131
  #: framework/premium/extensions/mega-menu/options.php:597,
3132
  #: framework/premium/extensions/mega-menu/options.php:617,
3133
+ #: framework/premium/extensions/mega-menu/options.php:731,
3134
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:597,
3135
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:617,
3136
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:731
3137
  msgid "Initial Color"
3138
  msgstr ""
3139
 
3140
+ #: framework/premium/extensions/mega-menu/options.php:605,
3141
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:605
3142
  msgid "Text Color"
3143
  msgstr ""
3144
 
3145
  #: framework/premium/extensions/mega-menu/options.php:624,
3146
  #: framework/premium/extensions/shortcuts/customizer.php:879,
3147
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:624,
3148
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:879,
3149
  #: framework/premium/features/premium-header/items/language-switcher/options.php:432,
3150
+ #: framework/premium/features/premium-header/items/search-input/options.php:826,
3151
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:432,
3152
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:826
3153
  msgid "Items Divider"
3154
  msgstr ""
3155
 
3156
+ #: framework/premium/extensions/mega-menu/options.php:639,
3157
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:639
3158
  msgid "Columns Divider"
3159
  msgstr ""
3160
 
3161
  #: framework/premium/extensions/mega-menu/options.php:654,
3162
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:654,
3163
+ #: framework/premium/features/premium-header/items/search-input/options.php:808,
3164
+ #: build_tmp/build/framework/premium/features/premium-header/items/search-input/options.php:808
3165
  msgid "Dropdown Shadow"
3166
  msgstr ""
3167
 
3168
+ #: framework/premium/extensions/mega-menu/options.php:686,
3169
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:686
3170
  msgid "Column Settings"
3171
  msgstr ""
3172
 
3173
+ #: framework/premium/extensions/mega-menu/options.php:690,
3174
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:690
3175
  msgid "Column Spacing"
3176
  msgstr ""
3177
 
3185
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
3186
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
3187
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
3188
+ #: build_tmp/build/framework/premium/extensions/mega-menu/options.php:742,
3189
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
3190
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
3191
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
3192
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
3194
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
3195
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
3196
  #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
3197
+ #: framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118,
3198
+ #: build_tmp/build/framework/features/header/items/account/options.php:694,
3199
+ #: build_tmp/build/framework/features/header/items/account/options.php:722,
3200
+ #: build_tmp/build/framework/features/header/items/account/options.php:753,
3201
+ #: build_tmp/build/framework/features/header/items/account/options.php:782,
3202
+ #: build_tmp/build/framework/features/header/items/account/options.php:1039,
3203
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
3204
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
3205
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
3206
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:273,
3207
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:301,
3208
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:332,
3209
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:361,
3210
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:30,
3211
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:58,
3212
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:89,
3213
+ #: build_tmp/build/framework/premium/features/premium-header/items/dark-mode-switcher/options.php:118
3214
  msgid "Icon Color"
3215
  msgstr ""
3216
 
3217
+ #: framework/premium/extensions/post-types-extra/config.php:4,
3218
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:4
3219
  msgid "Post Types Extra"
3220
  msgstr ""
3221
 
3222
+ #: framework/premium/extensions/post-types-extra/config.php:5,
3223
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/config.php:5
3224
  msgid ""
3225
  "Enables support for Custom Fields inside archive cards and single page post "
3226
  "title, adds a reading progress bar for your posts and lets you set featured "
3227
  "images and colors for your categories archives."
3228
  msgstr ""
3229
 
3230
+ #: framework/premium/extensions/post-types-extra/readme.php:4,
3231
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:4
3232
  msgid ""
3233
  "After activating this extension you will be able to enable the read progress "
3234
  "bar for your single posts, add a featured image and set different colors to "
3237
  "taxonomies archive filters."
3238
  msgstr ""
3239
 
3240
+ #: framework/premium/extensions/post-types-extra/readme.php:10,
3241
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:10
3242
  msgid "Custom Fields"
3243
  msgstr ""
3244
 
3245
+ #: framework/premium/extensions/post-types-extra/readme.php:14,
3246
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:14
3247
  msgid ""
3248
  "After setting up your custom fields you will be able to output them from %s "
3249
  "or from %2s."
3250
  msgstr ""
3251
 
3252
+ #: framework/premium/extensions/post-types-extra/readme.php:17,
3253
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:17
3254
  msgid "Customizer ➝ Blog Posts ➝ Card Options"
3255
  msgstr ""
3256
 
3257
+ #: framework/premium/extensions/post-types-extra/readme.php:21,
3258
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:21
3259
  msgid "Customizer ➝ Single Posts ➝ Post Title"
3260
  msgstr ""
3261
 
3262
+ #: framework/premium/extensions/post-types-extra/readme.php:29,
3263
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:29
3264
  msgid "Taxonomies Filters"
3265
  msgstr ""
3266
 
3267
+ #: framework/premium/extensions/post-types-extra/readme.php:33,
3268
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:33
3269
  msgid "You can enable the taxonomies filters from %s."
3270
  msgstr ""
3271
 
3272
+ #: framework/premium/extensions/post-types-extra/readme.php:36,
3273
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:36
3274
  msgid "Customizer ➝ Blog Posts ➝ Filters"
3275
  msgstr ""
3276
 
3277
+ #: framework/premium/extensions/post-types-extra/readme.php:44,
3278
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:44
3279
  msgid "Read Progress Bar"
3280
  msgstr ""
3281
 
3282
+ #: framework/premium/extensions/post-types-extra/readme.php:48,
3283
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:48
3284
  msgid "This options could be enabled from %s."
3285
  msgstr ""
3286
 
3287
+ #: framework/premium/extensions/post-types-extra/readme.php:51,
3288
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:51
3289
  msgid "Customizer ➝ Single Posts ➝ Read Progress Bar"
3290
  msgstr ""
3291
 
3292
+ #: framework/premium/extensions/post-types-extra/readme.php:59,
3293
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:59
3294
  msgid "Taxonomy Featured Image & Custom Colors"
3295
  msgstr ""
3296
 
3297
+ #: framework/premium/extensions/post-types-extra/readme.php:63,
3298
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:63
3299
  msgid ""
3300
  "To customize these options simply navigate to %s and edit one of your "
3301
  "categories."
3302
  msgstr ""
3303
 
3304
+ #: framework/premium/extensions/post-types-extra/readme.php:66,
3305
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/readme.php:66
3306
  msgid "Dashboard ➝ Posts ➝ Categories"
3307
  msgstr ""
3308
 
3309
+ #: framework/premium/extensions/shortcuts/config.php:5,
3310
+ #: build_tmp/build/framework/premium/extensions/shortcuts/config.php:5
3311
  msgid ""
3312
  "Easily turn your websites into mobile first experiences. You can easily add "
3313
  "the most important actions at the bottom of the screen for easy access."
3316
  #: framework/premium/extensions/shortcuts/customizer.php:12,
3317
  #: framework/premium/extensions/shortcuts/customizer.php:35,
3318
  #: framework/premium/extensions/shortcuts/customizer.php:542,
3319
+ #: framework/premium/extensions/shortcuts/views/bar.php:25,
3320
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:12,
3321
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:35,
3322
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:542,
3323
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:25
3324
  msgid "Home"
3325
  msgstr ""
3326
 
3329
  #: framework/premium/extensions/shortcuts/customizer.php:551,
3330
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
3331
  #: framework/premium/extensions/shortcuts/views/bar.php:26,
3332
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:68,
3333
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:91,
3334
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:551,
3335
+ #: framework/premium/features/premium-header/items/contacts/options.php:66,
3336
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:102,
3337
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:26,
3338
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:66
3339
  msgid "Phone"
3340
  msgstr ""
3341
 
3342
  #: framework/premium/extensions/shortcuts/customizer.php:192,
3343
  #: framework/premium/extensions/shortcuts/customizer.php:215,
3344
+ #: framework/premium/extensions/shortcuts/views/bar.php:28,
3345
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:192,
3346
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:215,
3347
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:28
3348
  msgid "Scroll Top"
3349
  msgstr ""
3350
 
3351
  #: framework/premium/extensions/shortcuts/customizer.php:318,
3352
  #: framework/premium/extensions/shortcuts/customizer.php:341,
3353
+ #: framework/premium/extensions/shortcuts/views/bar.php:29,
3354
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:318,
3355
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:341,
3356
+ #: build_tmp/build/framework/premium/extensions/shortcuts/views/bar.php:29
3357
  msgid "Cart"
3358
  msgstr ""
3359
 
3360
  #: framework/premium/extensions/shortcuts/customizer.php:374,
3361
+ #: framework/premium/extensions/shortcuts/customizer.php:397,
3362
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:374,
3363
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:397
3364
  msgid "Shop"
3365
  msgstr ""
3366
 
3367
  #: framework/premium/extensions/shortcuts/customizer.php:430,
3368
  #: framework/premium/extensions/shortcuts/customizer.php:453,
3369
  #: framework/premium/extensions/woocommerce-extra/readme.php:70,
3370
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:430,
3371
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:453,
3372
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:70,
3373
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
3374
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
3375
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
3376
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88,
3377
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/config.php:4,
3378
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:109,
3379
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:82,
3380
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/view.php:88
3381
  msgid "Wishlist"
3382
  msgstr ""
3383
 
3384
+ #: framework/premium/extensions/shortcuts/customizer.php:536,
3385
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:536
3386
  msgid "Shortcuts"
3387
  msgstr ""
3388
 
3389
  #: framework/premium/extensions/shortcuts/customizer.php:591,
3390
  #: framework/features/header/items/account/options.php:233,
3391
  #: framework/features/header/items/account/options.php:439,
3392
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:591,
3393
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61,
3394
+ #: build_tmp/build/framework/features/header/items/account/options.php:233,
3395
+ #: build_tmp/build/framework/features/header/items/account/options.php:439,
3396
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
3397
  msgid "Label Visibility"
3398
  msgstr ""
3399
 
3400
  #: framework/premium/extensions/shortcuts/customizer.php:631,
3401
  #: framework/features/header/items/account/options.php:269,
3402
  #: framework/features/header/items/account/options.php:475,
3403
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:631,
3404
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91,
3405
+ #: build_tmp/build/framework/features/header/items/account/options.php:269,
3406
+ #: build_tmp/build/framework/features/header/items/account/options.php:475,
3407
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
3408
  msgid "Label Position"
3409
  msgstr ""
3410
 
3414
  #: framework/features/header/items/account/options.php:278,
3415
  #: framework/features/header/items/account/options.php:484,
3416
  #: framework/premium/features/content-blocks/options/hook.php:307,
3417
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:640,
3418
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
3419
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:333,
3420
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100,
3421
+ #: build_tmp/build/framework/features/header/items/account/options.php:278,
3422
+ #: build_tmp/build/framework/features/header/items/account/options.php:484,
3423
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:307,
3424
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
3425
  msgid "Bottom"
3426
  msgstr ""
3427
 
3428
  #: framework/premium/extensions/shortcuts/customizer.php:651,
3429
  #: framework/features/header/items/account/options.php:215,
3430
  #: framework/features/header/items/account/options.php:421,
3431
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:651,
3432
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39,
3433
+ #: build_tmp/build/framework/features/header/items/account/options.php:215,
3434
+ #: build_tmp/build/framework/features/header/items/account/options.php:421,
3435
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
3436
  msgid "Icon Size"
3437
  msgstr ""
3438
 
3439
+ #: framework/premium/extensions/shortcuts/customizer.php:661,
3440
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:661
3441
  msgid "Container Height"
3442
  msgstr ""
3443
 
3444
+ #: framework/premium/extensions/shortcuts/customizer.php:676,
3445
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:676
3446
  msgid "Container Max Width"
3447
  msgstr ""
3448
 
3449
+ #: framework/premium/extensions/shortcuts/customizer.php:700,
3450
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:700
3451
  msgid "Scroll Interaction"
3452
  msgstr ""
3453
 
3454
+ #: framework/premium/extensions/shortcuts/customizer.php:706,
3455
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:706
3456
  msgid "Hide"
3457
  msgstr ""
3458
 
3459
+ #: framework/premium/extensions/shortcuts/customizer.php:748,
3460
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:748
3461
  msgid "Shortcuts Bar Display Conditions"
3462
  msgstr ""
3463
 
3464
+ #: framework/premium/extensions/shortcuts/customizer.php:749,
3465
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:749
3466
  msgid "Add one or more conditions to display the shortcuts bar."
3467
  msgstr ""
3468
 
3469
  #: framework/premium/extensions/shortcuts/customizer.php:763,
3470
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:763,
3471
  #: framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
3472
  #: framework/premium/features/premium-header/items/contacts/options.php:346,
3473
  #: framework/premium/features/premium-header/items/language-switcher/options.php:192,
3474
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:376,
3475
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/filtering/customizer.php:173,
3476
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:346,
3477
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:192,
3478
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:376
3479
  msgid "Font"
3480
  msgstr ""
3481
 
3482
  #: framework/premium/extensions/shortcuts/customizer.php:805,
3483
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:805,
3484
  #: framework/premium/features/premium-header/items/contacts/options.php:526,
3485
  #: framework/premium/features/premium-header/items/contacts/options.php:555,
3486
  #: framework/premium/features/premium-header/items/contacts/options.php:586,
3487
+ #: framework/premium/features/premium-header/items/contacts/options.php:616,
3488
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:526,
3489
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:555,
3490
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:586,
3491
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:616
3492
  msgid "Icons Color"
3493
  msgstr ""
3494
 
3495
+ #: framework/premium/extensions/shortcuts/customizer.php:844,
3496
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:844
3497
  msgid "Cart Badge Color"
3498
  msgstr ""
3499
 
3500
+ #: framework/premium/extensions/shortcuts/customizer.php:899,
3501
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:899
3502
  msgid "Items Divider Height"
3503
  msgstr ""
3504
 
3505
  #: framework/premium/extensions/shortcuts/customizer.php:913,
3506
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
3507
  #: framework/premium/features/content-blocks/options/popup.php:368,
3508
+ #: build_tmp/build/framework/premium/extensions/shortcuts/customizer.php:913,
3509
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:123,
3510
+ #: framework/premium/features/premium-header/items/language-switcher/options.php:446,
3511
+ #: build_tmp/build/framework/premium/features/content-blocks/options/popup.php:368,
3512
+ #: build_tmp/build/framework/premium/features/premium-header/items/language-switcher/options.php:446
3513
  msgid "Shadow"
3514
  msgstr ""
3515
 
3516
+ #: framework/premium/extensions/sidebars/config.php:5,
3517
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:5
3518
  msgid ""
3519
  "Create unlimited personalized sets of widget areas and display them on any "
3520
  "page or post using our conditional logic functionality."
3521
  msgstr ""
3522
 
3523
+ #: framework/premium/extensions/sidebars/config.php:9,
3524
+ #: build_tmp/build/framework/premium/extensions/sidebars/config.php:9
3525
  msgid "Create New Sidebar"
3526
  msgstr ""
3527
 
3528
+ #: framework/premium/extensions/sidebars/form.php:3,
3529
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:3
3530
  #: framework/premium/extensions/sidebars/static/js/main.js:42
3531
  msgid "Create Sidebar/Widget Area"
3532
  msgstr ""
3533
 
3534
+ #: framework/premium/extensions/sidebars/form.php:6,
3535
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:6
3536
  msgid ""
3537
  "In order to create a new sidebar/widget area simply enter a name in the "
3538
  "input below and click the Create Sidebar button."
3539
  msgstr ""
3540
 
3541
+ #: framework/premium/extensions/sidebars/form.php:16,
3542
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:16
3543
  #: framework/premium/extensions/sidebars/static/js/main.js:58
3544
  msgid "Create Sidebar"
3545
  msgstr ""
3546
 
3547
+ #: framework/premium/extensions/sidebars/form.php:20,
3548
+ #: build_tmp/build/framework/premium/extensions/sidebars/form.php:20
3549
  msgid "Available Sidebars/Widget Areas"
3550
  msgstr ""
3551
 
3552
+ #: framework/premium/extensions/white-label/config.php:4,
3553
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:4
3554
+ msgid "White Label"
3555
+ msgstr ""
3556
+
3557
+ #: framework/premium/extensions/white-label/config.php:5,
3558
+ #: build_tmp/build/framework/premium/extensions/white-label/config.php:5
3559
  msgid ""
3560
  "Replace Blocksy's branding with your own. Easily hide licensing info and "
3561
  "other sections of the theme and companion plugin from your clients and make "
3562
  "your final product look more professional."
3563
  msgstr ""
3564
 
3565
+ #: framework/premium/extensions/woocommerce-extra/config.php:5,
3566
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/config.php:5
3567
  msgid ""
3568
  "Make the shopping experience better for your visitors! Add features such as "
3569
  "Product Quick View, Wishlist functionality and a Floating Add to Cart "
3570
  "button. Customize the single product gallery/slider and the layout."
3571
  msgstr ""
3572
 
3573
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:5,
3574
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:5
3575
  msgid "Quick View Button"
3576
  msgstr ""
3577
 
3578
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:21,
3579
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:21
3580
  msgid "Trigger On"
3581
  msgstr ""
3582
 
3583
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:29,
3584
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:29
3585
  msgid "Button click"
3586
  msgstr ""
3587
 
3588
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:30,
3589
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:30
3590
  msgid "Image click"
3591
  msgstr ""
3592
 
3593
+ #: framework/premium/extensions/woocommerce-extra/customizer.php:31,
3594
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/customizer.php:31
3595
  msgid "Card click"
3596
  msgstr ""
3597
 
3599
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
3600
  #: framework/features/header/items/account/options.php:194,
3601
  #: framework/features/header/items/account/options.php:400,
3602
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:82,
3603
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
3604
+ #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33,
3605
+ #: build_tmp/build/framework/features/header/items/account/options.php:194,
3606
+ #: build_tmp/build/framework/features/header/items/account/options.php:400,
3607
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
3608
  msgid "Type 3"
3609
  msgstr ""
3610
 
3611
  #: framework/premium/extensions/woocommerce-extra/extension.php:87,
3612
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
3613
  #: framework/features/header/items/account/options.php:199,
3614
+ #: framework/features/header/items/account/options.php:405,
3615
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:87,
3616
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
3617
+ #: build_tmp/build/framework/features/header/items/account/options.php:199,
3618
+ #: build_tmp/build/framework/features/header/items/account/options.php:405
3619
  msgid "Type 4"
3620
  msgstr ""
3621
 
3622
  #: framework/premium/extensions/woocommerce-extra/extension.php:110,
3623
+ #: framework/premium/extensions/woocommerce-extra/extension.php:129,
3624
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:110,
3625
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:129
3626
  msgid "Number of Columns"
3627
  msgstr ""
3628
 
3629
+ #: framework/premium/extensions/woocommerce-extra/extension.php:635,
3630
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:635
3631
  msgid "Available Filters"
3632
  msgstr ""
3633
 
3634
+ #: framework/premium/extensions/woocommerce-extra/extension.php:636,
3635
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:636
3636
  msgid "Close filters modal"
3637
  msgstr ""
3638
 
3639
+ #: framework/premium/extensions/woocommerce-extra/extension.php:713,
3640
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:713
3641
  msgid "Quick view title before"
3642
  msgstr ""
3643
 
3644
+ #: framework/premium/extensions/woocommerce-extra/extension.php:718,
3645
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:718
3646
  msgid "Quick view title after"
3647
  msgstr ""
3648
 
3649
+ #: framework/premium/extensions/woocommerce-extra/extension.php:723,
3650
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:723
3651
  msgid "Quick view price before"
3652
  msgstr ""
3653
 
3654
+ #: framework/premium/extensions/woocommerce-extra/extension.php:728,
3655
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:728
3656
  msgid "Quick view price after"
3657
  msgstr ""
3658
 
3659
+ #: framework/premium/extensions/woocommerce-extra/extension.php:733,
3660
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:733
3661
  msgid "Quick view summary before"
3662
  msgstr ""
3663
 
3664
+ #: framework/premium/extensions/woocommerce-extra/extension.php:738,
3665
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/extension.php:738
3666
  msgid "Quick view summary after"
3667
  msgstr ""
3668
 
3669
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
3670
+ #: framework/premium/extensions/woocommerce-extra/readme.php:25,
3671
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:4,
3672
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:25
3673
  msgid "Floating Cart"
3674
  msgstr ""
3675
 
3676
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:17,
3677
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:17
3678
  msgid "Position"
3679
  msgstr ""
3680
 
3681
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
3682
  #: framework/premium/features/content-blocks/hooks-manager.php:295,
3683
+ #: framework/premium/features/content-blocks/options/hook.php:306,
3684
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:24,
3685
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:295,
3686
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:306
3687
  msgid "Top"
3688
  msgstr ""
3689
 
3690
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:34,
3691
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:34
3692
  msgid "Product Title Visibility"
3693
  msgstr ""
3694
 
3695
+ #: framework/premium/extensions/woocommerce-extra/floating-cart.php:58,
3696
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/floating-cart.php:58
3697
  msgid "Floating Cart Visibility"
3698
  msgstr ""
3699
 
3700
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:75,
3701
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:75
3702
  msgid "Close quick view"
3703
  msgstr ""
3704
 
3705
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:102,
3706
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:102
3707
  msgid "Go to product page"
3708
  msgstr ""
3709
 
3710
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:148,
3711
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:148
3712
  msgid "Quick view toggle"
3713
  msgstr ""
3714
 
3715
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:148,
3716
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:148
3717
  msgid "Quick view icon"
3718
  msgstr ""
3719
 
3720
+ #: framework/premium/extensions/woocommerce-extra/helpers.php:322,
3721
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/helpers.php:322
3722
  msgid "Filter"
3723
  msgstr ""
3724
 
3725
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3,
3726
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:3
3727
  msgid "Off Canvas Filter"
3728
  msgstr ""
3729
 
3730
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14,
3731
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:14
3732
  msgid "Filter Widgets"
3733
  msgstr ""
3734
 
3735
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36,
3736
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:36
 
 
 
3737
  msgid "Widgets Vertical Spacing"
3738
  msgstr ""
3739
 
3740
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51,
3741
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:51
3742
  msgid "Widgets Title Font"
3743
  msgstr ""
3744
 
3745
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59,
3746
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:59
3747
  msgid "Widgets Title Font Color"
3748
  msgstr ""
3749
 
3750
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107,
3751
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:107
3752
  msgid "Widgets Font"
3753
  msgstr ""
3754
 
3755
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116,
3756
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:116
3757
  msgid "Widgets Font Color"
3758
  msgstr ""
3759
 
3760
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
3761
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:138,
3762
  #: framework/premium/features/premium-header/items/contacts/options.php:408,
3763
  #: framework/premium/features/premium-header/items/contacts/options.php:451,
3764
+ #: framework/premium/features/premium-header/items/contacts/options.php:491,
3765
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:408,
3766
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:451,
3767
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:491
3768
  msgid "Text Initial"
3769
  msgstr ""
3770
 
3771
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
3772
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:149,
3773
  #: framework/premium/features/premium-header/items/contacts/options.php:420,
3774
  #: framework/premium/features/premium-header/items/contacts/options.php:461,
3775
+ #: framework/premium/features/premium-header/items/contacts/options.php:501,
3776
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:420,
3777
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:461,
3778
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:501
3779
  msgid "Link Hover"
3780
  msgstr ""
3781
 
3782
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160,
3783
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:160
3784
  msgid "Filter Button & Panel"
3785
  msgstr ""
3786
 
3787
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169,
3788
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:169
3789
  msgid "Filter Icon Type"
3790
  msgstr ""
3791
 
3792
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207,
3793
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:207
3794
  msgid "Filter Button Visibility"
3795
  msgstr ""
3796
 
3797
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230,
3798
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:230
3799
  msgid "Panel Reveal"
3800
  msgstr ""
3801
 
3802
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237,
3803
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:237
3804
  msgid "Left Side"
3805
  msgstr ""
3806
 
3807
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238,
3808
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:238
3809
  msgid "Right Side"
3810
  msgstr ""
3811
 
3812
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243,
3813
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:243
3814
  msgid "Panel Width"
3815
  msgstr ""
3816
 
3817
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284,
3818
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:284
3819
  msgid "Panel Background"
3820
  msgstr ""
3821
 
3822
+ #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316,
3823
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:316
3824
  msgid "Panel Shadow"
3825
  msgstr ""
3826
 
3827
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
3828
+ #: framework/features/header/items/account/options.php:1022,
3829
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
3830
+ #: build_tmp/build/framework/features/header/items/account/options.php:1022
3831
  msgid "Close Button Type"
3832
  msgstr ""
3833
 
3834
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
3835
+ #: framework/features/header/items/account/options.php:1031,
3836
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
3837
+ #: build_tmp/build/framework/features/header/items/account/options.php:1031
3838
  msgid "Simple"
3839
  msgstr ""
3840
 
3841
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
3842
+ #: framework/features/header/items/account/options.php:1032,
3843
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
3844
+ #: build_tmp/build/framework/features/header/items/account/options.php:1032
3845
  msgid "Border"
3846
  msgstr ""
3847
 
3848
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
3849
+ #: framework/features/header/items/account/options.php:1075,
3850
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
3851
+ #: build_tmp/build/framework/features/header/items/account/options.php:1075
3852
  msgid "Border Color"
3853
  msgstr ""
3854
 
3855
+ #: framework/premium/extensions/woocommerce-extra/readme.php:4,
3856
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:4
3857
  msgid ""
3858
  "After installing and activating the WooCommerce Extra extension you will "
3859
  "have these features:"
3860
  msgstr ""
3861
 
3862
+ #: framework/premium/extensions/woocommerce-extra/readme.php:10,
3863
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:10
3864
  msgid "Product Quick View"
3865
  msgstr ""
3866
 
3868
  #: framework/premium/extensions/woocommerce-extra/readme.php:29,
3869
  #: framework/premium/extensions/woocommerce-extra/readme.php:44,
3870
  #: framework/premium/extensions/woocommerce-extra/readme.php:59,
3871
+ #: framework/premium/extensions/woocommerce-extra/readme.php:74,
3872
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:14,
3873
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:29,
3874
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:44,
3875
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:59,
3876
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:74
3877
  msgid "Navigate to %s."
3878
  msgstr ""
3879
 
3880
+ #: framework/premium/extensions/woocommerce-extra/readme.php:17,
3881
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:17
3882
  msgid "Customizer ➝ WooCommerce ➝ Product Archives ➝ Card Options ➝ Quick View"
3883
  msgstr ""
3884
 
3885
+ #: framework/premium/extensions/woocommerce-extra/readme.php:32,
3886
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:32
3887
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Floating Cart"
3888
  msgstr ""
3889
 
3890
+ #: framework/premium/extensions/woocommerce-extra/readme.php:40,
3891
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:40
3892
  msgid "Advanced Gallery & Slider"
3893
  msgstr ""
3894
 
3895
+ #: framework/premium/extensions/woocommerce-extra/readme.php:47,
3896
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:47
3897
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Gallery Options"
3898
  msgstr ""
3899
 
3900
+ #: framework/premium/extensions/woocommerce-extra/readme.php:55,
3901
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:55
3902
  msgid "Share Box"
3903
  msgstr ""
3904
 
3905
+ #: framework/premium/extensions/woocommerce-extra/readme.php:62,
3906
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:62
3907
  msgid "Customizer ➝ WooCommerce ➝ Single Product ➝ Share Box"
3908
  msgstr ""
3909
 
3910
+ #: framework/premium/extensions/woocommerce-extra/readme.php:77,
3911
+ #: build_tmp/build/framework/premium/extensions/woocommerce-extra/readme.php:77
3912
  msgid "Customizer ➝ WooCommerce ➝ General ➝ Products Wishlist"
3913
  msgstr ""
3914
 
3915
+ #: framework/premium/features/content-blocks/hooks-manager.php:11,
3916
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:11
3917
  msgid "WP head"
3918
  msgstr ""
3919
 
3920
  #: framework/premium/features/content-blocks/hooks-manager.php:13,
3921
  #: framework/premium/features/content-blocks/hooks-manager.php:22,
3922
+ #: framework/premium/features/content-blocks/hooks-manager.php:32,
3923
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:13,
3924
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:22,
3925
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:32
3926
  msgid "Head"
3927
  msgstr ""
3928
 
3929
+ #: framework/premium/features/content-blocks/hooks-manager.php:20,
3930
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:20
3931
  msgid "WP head start"
3932
  msgstr ""
3933
 
3934
+ #: framework/premium/features/content-blocks/hooks-manager.php:30,
3935
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:30
3936
  msgid "WP head end"
3937
  msgstr ""
3938
 
3939
+ #: framework/premium/features/content-blocks/hooks-manager.php:39,
3940
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:39
3941
  msgid "Header before"
3942
  msgstr ""
3943
 
3944
  #: framework/premium/features/content-blocks/hooks-manager.php:41,
3945
+ #: framework/premium/features/content-blocks/hooks-manager.php:50,
3946
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:41,
3947
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:50
3948
  msgid "Header"
3949
  msgstr ""
3950
 
3951
+ #: framework/premium/features/content-blocks/hooks-manager.php:48,
3952
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:48
3953
  msgid "Header after"
3954
  msgstr ""
3955
 
3956
+ #: framework/premium/features/content-blocks/hooks-manager.php:57,
3957
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:57
3958
  msgid "Desktop top"
3959
  msgstr ""
3960
 
3961
  #: framework/premium/features/content-blocks/hooks-manager.php:59,
3962
  #: framework/premium/features/content-blocks/hooks-manager.php:68,
3963
  #: framework/premium/features/content-blocks/hooks-manager.php:77,
3964
+ #: framework/premium/features/content-blocks/hooks-manager.php:86,
3965
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:59,
3966
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:68,
3967
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:77,
3968
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:86
3969
  msgid "Header offcanvas"
3970
  msgstr ""
3971
 
3972
+ #: framework/premium/features/content-blocks/hooks-manager.php:66,
3973
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:66
3974
  msgid "Desktop bottom"
3975
  msgstr ""
3976
 
3977
+ #: framework/premium/features/content-blocks/hooks-manager.php:75,
3978
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:75
3979
  msgid "Mobile top"
3980
  msgstr ""
3981
 
3982
+ #: framework/premium/features/content-blocks/hooks-manager.php:84,
3983
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:84
3984
  msgid "Mobile bottom"
3985
  msgstr ""
3986
 
3987
+ #: framework/premium/features/content-blocks/hooks-manager.php:93,
3988
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:93
3989
  msgid "Sidebar before"
3990
  msgstr ""
3991
 
3992
  #: framework/premium/features/content-blocks/hooks-manager.php:94,
3993
  #: framework/premium/features/content-blocks/hooks-manager.php:101,
3994
  #: framework/premium/features/content-blocks/hooks-manager.php:108,
3995
+ #: framework/premium/features/content-blocks/hooks-manager.php:115,
3996
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:94,
3997
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:101,
3998
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:108,
3999
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:115
4000
  msgid "Left/Right sidebar"
4001
  msgstr ""
4002
 
4003
+ #: framework/premium/features/content-blocks/hooks-manager.php:100,
4004
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:100
4005
  msgid "Sidebar start"
4006
  msgstr ""
4007
 
4008
+ #: framework/premium/features/content-blocks/hooks-manager.php:107,
4009
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:107
4010
  msgid "Sidebar end"
4011
  msgstr ""
4012
 
4013
+ #: framework/premium/features/content-blocks/hooks-manager.php:114,
4014
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:114
4015
  msgid "Sidebar after"
4016
  msgstr ""
4017
 
4018
+ #: framework/premium/features/content-blocks/hooks-manager.php:121,
4019
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:121
4020
  msgid "Dynamic sidebar before"
4021
  msgstr ""
4022
 
4023
  #: framework/premium/features/content-blocks/hooks-manager.php:122,
4024
  #: framework/premium/features/content-blocks/hooks-manager.php:129,
4025
+ #: framework/premium/features/content-blocks/hooks-manager.php:137,
4026
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:122,
4027
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:129,
4028
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:137
4029
  msgid "All widget areas"
4030
  msgstr ""
4031
 
4032
+ #: framework/premium/features/content-blocks/hooks-manager.php:128,
4033
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:128
4034
  msgid "Dynamic sidebar"
4035
  msgstr ""
4036
 
4037
+ #: framework/premium/features/content-blocks/hooks-manager.php:136,
4038
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:136
4039
  msgid "Dynamic sidebar after"
4040
  msgstr ""
4041
 
4042
+ #: framework/premium/features/content-blocks/hooks-manager.php:145,
4043
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:145
4044
  msgid "Before section"
4045
  msgstr ""
4046
 
4049
  #: framework/premium/features/content-blocks/hooks-manager.php:162,
4050
  #: framework/premium/features/content-blocks/hooks-manager.php:170,
4051
  #: framework/premium/features/content-blocks/hooks-manager.php:178,
4052
+ #: framework/premium/features/content-blocks/hooks-manager.php:186,
4053
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:146,
4054
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:154,
4055
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:162,
4056
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:170,
4057
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:178,
4058
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:186
4059
  msgid "Page/post title"
4060
  msgstr ""
4061
 
4062
  #: framework/premium/features/content-blocks/hooks-manager.php:153,
4063
+ #: framework/premium/features/content-blocks/hooks-manager.php:239,
4064
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:153,
4065
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:239
4066
  msgid "Before title"
4067
  msgstr ""
4068
 
4069
+ #: framework/premium/features/content-blocks/hooks-manager.php:161,
4070
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:161
4071
  msgid "Before post meta"
4072
  msgstr ""
4073
 
4074
  #: framework/premium/features/content-blocks/hooks-manager.php:169,
4075
+ #: framework/premium/features/content-blocks/hooks-manager.php:246,
4076
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:169,
4077
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:246
4078
  msgid "After title"
4079
  msgstr ""
4080
 
4081
+ #: framework/premium/features/content-blocks/hooks-manager.php:177,
4082
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:177
4083
  msgid "After post meta"
4084
  msgstr ""
4085
 
4086
+ #: framework/premium/features/content-blocks/hooks-manager.php:185,
4087
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:185
4088
  msgid "After section"
4089
  msgstr ""
4090
 
4091
+ #: framework/premium/features/content-blocks/hooks-manager.php:193,
4092
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:193
4093
  msgid "Before content"
4094
  msgstr ""
4095
 
4096
  #: framework/premium/features/content-blocks/hooks-manager.php:201,
4097
+ #: framework/premium/features/content-blocks/hooks-manager.php:303,
4098
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:201,
4099
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:303
4100
  msgid "Top content"
4101
  msgstr ""
4102
 
4103
  #: framework/premium/features/content-blocks/hooks-manager.php:209,
4104
+ #: framework/premium/features/content-blocks/hooks-manager.php:325,
4105
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:209,
4106
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:325
4107
  msgid "Bottom content"
4108
  msgstr ""
4109
 
4110
+ #: framework/premium/features/content-blocks/hooks-manager.php:217,
4111
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:217
4112
  msgid "After content"
4113
  msgstr ""
4114
 
4115
+ #: framework/premium/features/content-blocks/hooks-manager.php:225,
4116
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:225
4117
  msgid "Before comments"
4118
  msgstr ""
4119
 
4122
  #: framework/premium/features/content-blocks/hooks-manager.php:240,
4123
  #: framework/premium/features/content-blocks/hooks-manager.php:247,
4124
  #: framework/premium/features/content-blocks/hooks-manager.php:254,
4125
+ #: framework/premium/features/content-blocks/hooks-manager.php:261,
4126
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:226,
4127
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:233,
4128
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:240,
4129
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:247,
4130
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:254,
4131
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:261
4132
  msgid "Comments"
4133
  msgstr ""
4134
 
4135
+ #: framework/premium/features/content-blocks/hooks-manager.php:232,
4136
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:232
4137
  msgid "Top comments"
4138
  msgstr ""
4139
 
4140
+ #: framework/premium/features/content-blocks/hooks-manager.php:253,
4141
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:253
4142
  msgid "Bottom comments"
4143
  msgstr ""
4144
 
4145
+ #: framework/premium/features/content-blocks/hooks-manager.php:260,
4146
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:260
4147
  msgid "After comments"
4148
  msgstr ""
4149
 
4150
  #: framework/premium/features/content-blocks/hooks-manager.php:267,
4151
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:457,
4152
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:267,
4153
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:457
4154
  msgid "Before"
4155
  msgstr ""
4156
 
4157
  #: framework/premium/features/content-blocks/hooks-manager.php:268,
4158
+ #: framework/premium/features/content-blocks/hooks-manager.php:275,
4159
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:268,
4160
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:275
4161
  msgid "Loop"
4162
  msgstr ""
4163
 
4164
  #: framework/premium/features/content-blocks/hooks-manager.php:274,
4165
+ #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:468,
4166
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:274,
4167
+ #: build_tmp/build/framework/premium/extensions/post-types-extra/includes/dynamic-data.php:468
4168
  msgid "After"
4169
  msgstr ""
4170
 
4171
+ #: framework/premium/features/content-blocks/hooks-manager.php:281,
4172
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:281
4173
  msgid "Start"
4174
  msgstr ""
4175
 
4176
  #: framework/premium/features/content-blocks/hooks-manager.php:282,
4177
+ #: framework/premium/features/content-blocks/hooks-manager.php:289,
4178
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:282,
4179
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:289
4180
  msgid "Loop card"
4181
  msgstr ""
4182
 
4183
+ #: framework/premium/features/content-blocks/hooks-manager.php:288,
4184
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:288
4185
  msgid "End"
4186
  msgstr ""
4187
 
4188
+ #: framework/premium/features/content-blocks/hooks-manager.php:311,
4189
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:311
4190
  msgid "After certain number of blocks"
4191
  msgstr ""
4192
 
4193
+ #: framework/premium/features/content-blocks/hooks-manager.php:318,
4194
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:318
4195
  msgid "Before certain number of headings"
4196
  msgstr ""
4197
 
4198
+ #: framework/premium/features/content-blocks/hooks-manager.php:341,
4199
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:341
4200
  msgid "Login form start"
4201
  msgstr ""
4202
 
4209
  #: framework/premium/features/content-blocks/hooks-manager.php:384,
4210
  #: framework/premium/features/content-blocks/hooks-manager.php:391,
4211
  #: framework/premium/features/content-blocks/hooks-manager.php:398,
4212
+ #: framework/premium/features/content-blocks/hooks-manager.php:405,
4213
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:342,
4214
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:349,
4215
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:356,
4216
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:363,
4217
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:370,
4218
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:377,
4219
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:384,
4220
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:391,
4221
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:398,
4222
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:405
4223
  msgid "Auth forms"
4224
  msgstr ""
4225
 
4226
+ #: framework/premium/features/content-blocks/hooks-manager.php:348,
4227
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:348
4228
  msgid "Login form end"
4229
  msgstr ""
4230
 
4231
+ #: framework/premium/features/content-blocks/hooks-manager.php:355,
4232
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:355
4233
  msgid "Login form modal start"
4234
  msgstr ""
4235
 
4236
+ #: framework/premium/features/content-blocks/hooks-manager.php:362,
4237
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:362
4238
  msgid "Login form modal end"
4239
  msgstr ""
4240
 
4241
+ #: framework/premium/features/content-blocks/hooks-manager.php:369,
4242
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:369
4243
  msgid "Register form start"
4244
  msgstr ""
4245
 
4246
+ #: framework/premium/features/content-blocks/hooks-manager.php:376,
4247
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:376
4248
  msgid "Register form end"
4249
  msgstr ""
4250
 
4251
+ #: framework/premium/features/content-blocks/hooks-manager.php:383,
4252
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:383
4253
  msgid "Register form modal start"
4254
  msgstr ""
4255
 
4256
+ #: framework/premium/features/content-blocks/hooks-manager.php:390,
4257
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:390
4258
  msgid "Register form modal end"
4259
  msgstr ""
4260
 
4261
+ #: framework/premium/features/content-blocks/hooks-manager.php:397,
4262
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:397
4263
  msgid "Lost password form modal start"
4264
  msgstr ""
4265
 
4266
+ #: framework/premium/features/content-blocks/hooks-manager.php:404,
4267
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:404
4268
  msgid "Lost password form modal end"
4269
  msgstr ""
4270
 
4271
+ #: framework/premium/features/content-blocks/hooks-manager.php:412,
4272
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:412
4273
  msgid "Before main content"
4274
  msgstr ""
4275
 
4276
+ #: framework/premium/features/content-blocks/hooks-manager.php:418,
4277
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:418
4278
  msgid "After main content"
4279
  msgstr ""
4280
 
4281
+ #: framework/premium/features/content-blocks/hooks-manager.php:421,
4282
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:421
4283
  msgid "WooCommerce Global"
4284
  msgstr ""
4285
 
4286
+ #: framework/premium/features/content-blocks/hooks-manager.php:426,
4287
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:426
4288
  msgid "Archive description"
4289
  msgstr ""
4290
 
4291
+ #: framework/premium/features/content-blocks/hooks-manager.php:431,
4292
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:431
4293
  msgid "Before shop loop"
4294
  msgstr ""
4295
 
4296
+ #: framework/premium/features/content-blocks/hooks-manager.php:448,
4297
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:448
4298
  msgid "Before shop loop item title"
4299
  msgstr ""
4300
 
4301
+ #: framework/premium/features/content-blocks/hooks-manager.php:453,
4302
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:453
4303
  msgid "After shop loop item title"
4304
  msgstr ""
4305
 
4306
+ #: framework/premium/features/content-blocks/hooks-manager.php:458,
4307
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:458
4308
  msgid "Before shop loop item price"
4309
  msgstr ""
4310
 
4311
+ #: framework/premium/features/content-blocks/hooks-manager.php:463,
4312
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:463
4313
  msgid "After shop loop item price"
4314
  msgstr ""
4315
 
4316
+ #: framework/premium/features/content-blocks/hooks-manager.php:468,
4317
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:468
4318
  msgid "Before shop loop item actions"
4319
  msgstr ""
4320
 
4321
+ #: framework/premium/features/content-blocks/hooks-manager.php:473,
4322
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:473
4323
  msgid "After shop loop item actions"
4324
  msgstr ""
4325
 
4326
+ #: framework/premium/features/content-blocks/hooks-manager.php:478,
4327
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:478
4328
  msgid "After shop loop"
4329
  msgstr ""
4330
 
4331
+ #: framework/premium/features/content-blocks/hooks-manager.php:480,
4332
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:480
4333
  msgid "WooCommerce Archive"
4334
  msgstr ""
4335
 
4336
+ #: framework/premium/features/content-blocks/hooks-manager.php:485,
4337
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:485
4338
  msgid "Before single product"
4339
  msgstr ""
4340
 
4341
+ #: framework/premium/features/content-blocks/hooks-manager.php:503,
4342
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:503
4343
  msgid "Product meta start"
4344
  msgstr ""
4345
 
4346
+ #: framework/premium/features/content-blocks/hooks-manager.php:507,
4347
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:507
4348
  msgid "Product meta end"
4349
  msgstr ""
4350
 
4351
+ #: framework/premium/features/content-blocks/hooks-manager.php:511,
4352
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:511
4353
  msgid "Share"
4354
  msgstr ""
4355
 
4356
+ #: framework/premium/features/content-blocks/hooks-manager.php:515,
4357
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:515
4358
  msgid "After single product"
4359
  msgstr ""
4360
 
4361
+ #: framework/premium/features/content-blocks/hooks-manager.php:521,
4362
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:521
4363
  msgid "Before single product excerpt"
4364
  msgstr ""
4365
 
4366
+ #: framework/premium/features/content-blocks/hooks-manager.php:526,
4367
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:526
4368
  msgid "After single product excerpt"
4369
  msgstr ""
4370
 
4371
+ #: framework/premium/features/content-blocks/hooks-manager.php:531,
4372
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:531
4373
  msgid "Before single product tabs"
4374
  msgstr ""
4375
 
4376
+ #: framework/premium/features/content-blocks/hooks-manager.php:537,
4377
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:537
4378
  msgid "After single product tabs"
4379
  msgstr ""
4380
 
4381
+ #: framework/premium/features/content-blocks/hooks-manager.php:541,
4382
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:541
4383
  msgid "WooCommerce Product"
4384
  msgstr ""
4385
 
4386
+ #: framework/premium/features/content-blocks/hooks-manager.php:546,
4387
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:546
4388
  msgid "Cart is empty"
4389
  msgstr ""
4390
 
4391
+ #: framework/premium/features/content-blocks/hooks-manager.php:550,
4392
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:550
4393
  msgid "Before cart"
4394
  msgstr ""
4395
 
4396
+ #: framework/premium/features/content-blocks/hooks-manager.php:554,
4397
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:554
4398
  msgid "Before cart table"
4399
  msgstr ""
4400
 
4401
+ #: framework/premium/features/content-blocks/hooks-manager.php:558,
4402
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:558
4403
  msgid "Before cart contents"
4404
  msgstr ""
4405
 
4406
+ #: framework/premium/features/content-blocks/hooks-manager.php:562,
4407
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:562
4408
  msgid "Cart contents"
4409
  msgstr ""
4410
 
4411
+ #: framework/premium/features/content-blocks/hooks-manager.php:566,
4412
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:566
4413
  msgid "After cart contents"
4414
  msgstr ""
4415
 
4416
+ #: framework/premium/features/content-blocks/hooks-manager.php:570,
4417
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:570
4418
  msgid "Cart coupon"
4419
  msgstr ""
4420
 
4421
+ #: framework/premium/features/content-blocks/hooks-manager.php:574,
4422
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:574
4423
  msgid "Cart actions"
4424
  msgstr ""
4425
 
4426
+ #: framework/premium/features/content-blocks/hooks-manager.php:578,
4427
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:578
4428
  msgid "After cart table"
4429
  msgstr ""
4430
 
4431
+ #: framework/premium/features/content-blocks/hooks-manager.php:582,
4432
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:582
4433
  msgid "Cart collaterals"
4434
  msgstr ""
4435
 
4436
+ #: framework/premium/features/content-blocks/hooks-manager.php:586,
4437
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:586
4438
  msgid "Before cart totals"
4439
  msgstr ""
4440
 
4441
+ #: framework/premium/features/content-blocks/hooks-manager.php:590,
4442
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:590
4443
  msgid "Cart totals before order total"
4444
  msgstr ""
4445
 
4446
+ #: framework/premium/features/content-blocks/hooks-manager.php:594,
4447
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:594
4448
  msgid "Cart totals after order total"
4449
  msgstr ""
4450
 
4451
+ #: framework/premium/features/content-blocks/hooks-manager.php:598,
4452
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:598
4453
  msgid "Proceed to checkout"
4454
  msgstr ""
4455
 
4456
+ #: framework/premium/features/content-blocks/hooks-manager.php:602,
4457
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:602
4458
  msgid "After cart totals"
4459
  msgstr ""
4460
 
4461
+ #: framework/premium/features/content-blocks/hooks-manager.php:606,
4462
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:606
4463
  msgid "After cart"
4464
  msgstr ""
4465
 
4466
+ #: framework/premium/features/content-blocks/hooks-manager.php:611,
4467
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:611
4468
  msgid "Before Mini Cart"
4469
  msgstr ""
4470
 
4471
+ #: framework/premium/features/content-blocks/hooks-manager.php:616,
4472
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:616
4473
  msgid "Before Mini Cart Contents"
4474
  msgstr ""
4475
 
4476
+ #: framework/premium/features/content-blocks/hooks-manager.php:621,
4477
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:621
4478
  msgid "Mini Cart Contents"
4479
  msgstr ""
4480
 
4481
+ #: framework/premium/features/content-blocks/hooks-manager.php:626,
4482
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:626
4483
  msgid "Widget Shopping Cart Before Buttons"
4484
  msgstr ""
4485
 
4486
+ #: framework/premium/features/content-blocks/hooks-manager.php:631,
4487
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:631
4488
  msgid "Widget Shopping Cart After Buttons"
4489
  msgstr ""
4490
 
4491
+ #: framework/premium/features/content-blocks/hooks-manager.php:636,
4492
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:636
4493
  msgid "After Mini Cart"
4494
  msgstr ""
4495
 
4496
+ #: framework/premium/features/content-blocks/hooks-manager.php:638,
4497
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:638
4498
  msgid "WooCommerce Cart"
4499
  msgstr ""
4500
 
4501
+ #: framework/premium/features/content-blocks/hooks-manager.php:644,
4502
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:644
4503
  msgid "Before checkout form"
4504
  msgstr ""
4505
 
4506
+ #: framework/premium/features/content-blocks/hooks-manager.php:648,
4507
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:648
4508
  msgid "Before customer details"
4509
  msgstr ""
4510
 
4511
+ #: framework/premium/features/content-blocks/hooks-manager.php:652,
4512
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:652
4513
  msgid "After customer details"
4514
  msgstr ""
4515
 
4516
+ #: framework/premium/features/content-blocks/hooks-manager.php:656,
4517
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:656
4518
  msgid "Checkout billing"
4519
  msgstr ""
4520
 
4521
+ #: framework/premium/features/content-blocks/hooks-manager.php:660,
4522
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:660
4523
  msgid "Before checkout billing form"
4524
  msgstr ""
4525
 
4526
+ #: framework/premium/features/content-blocks/hooks-manager.php:664,
4527
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:664
4528
  msgid "After checkout billing form"
4529
  msgstr ""
4530
 
4531
+ #: framework/premium/features/content-blocks/hooks-manager.php:668,
4532
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:668
4533
  msgid "Before order notes"
4534
  msgstr ""
4535
 
4536
+ #: framework/premium/features/content-blocks/hooks-manager.php:672,
4537
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:672
4538
  msgid "After order notes"
4539
  msgstr ""
4540
 
4541
+ #: framework/premium/features/content-blocks/hooks-manager.php:676,
4542
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:676
4543
  msgid "Checkout shipping"
4544
  msgstr ""
4545
 
4546
+ #: framework/premium/features/content-blocks/hooks-manager.php:680,
4547
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:680
4548
  msgid "Checkout before order review"
4549
  msgstr ""
4550
 
4551
+ #: framework/premium/features/content-blocks/hooks-manager.php:684,
4552
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:684
4553
  msgid "Checkout order review"
4554
  msgstr ""
4555
 
4556
+ #: framework/premium/features/content-blocks/hooks-manager.php:688,
4557
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:688
4558
  msgid "Review order before cart contents"
4559
  msgstr ""
4560
 
4561
+ #: framework/premium/features/content-blocks/hooks-manager.php:692,
4562
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:692
4563
  msgid "Review order after cart contents"
4564
  msgstr ""
4565
 
4566
+ #: framework/premium/features/content-blocks/hooks-manager.php:696,
4567
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:696
4568
  msgid "Review order before order total"
4569
  msgstr ""
4570
 
4571
+ #: framework/premium/features/content-blocks/hooks-manager.php:700,
4572
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:700
4573
  msgid "Review order after order total"
4574
  msgstr ""
4575
 
4576
+ #: framework/premium/features/content-blocks/hooks-manager.php:704,
4577
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:704
4578
  msgid "Review order before payment"
4579
  msgstr ""
4580
 
4581
+ #: framework/premium/features/content-blocks/hooks-manager.php:708,
4582
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:708
4583
  msgid "Review order before submit"
4584
  msgstr ""
4585
 
4586
+ #: framework/premium/features/content-blocks/hooks-manager.php:712,
4587
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:712
4588
  msgid "Review order after submit"
4589
  msgstr ""
4590
 
4591
+ #: framework/premium/features/content-blocks/hooks-manager.php:716,
4592
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:716
4593
  msgid "Review order after payment"
4594
  msgstr ""
4595
 
4596
+ #: framework/premium/features/content-blocks/hooks-manager.php:720,
4597
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:720
4598
  msgid "Checkout after order review"
4599
  msgstr ""
4600
 
4601
+ #: framework/premium/features/content-blocks/hooks-manager.php:724,
4602
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:724
4603
  msgid "After checkout form"
4604
  msgstr ""
4605
 
4606
+ #: framework/premium/features/content-blocks/hooks-manager.php:727,
4607
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:727
4608
  msgid "WooCommerce Checkout"
4609
  msgstr ""
4610
 
4611
+ #: framework/premium/features/content-blocks/hooks-manager.php:733,
4612
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:733
4613
  msgid "Before my account"
4614
  msgstr ""
4615
 
4616
+ #: framework/premium/features/content-blocks/hooks-manager.php:737,
4617
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:737
4618
  msgid "Before account navigation"
4619
  msgstr ""
4620
 
4621
+ #: framework/premium/features/content-blocks/hooks-manager.php:741,
4622
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:741
4623
  msgid "Account navigation"
4624
  msgstr ""
4625
 
4626
+ #: framework/premium/features/content-blocks/hooks-manager.php:745,
4627
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:745
4628
  msgid "After account navigation"
4629
  msgstr ""
4630
 
4631
+ #: framework/premium/features/content-blocks/hooks-manager.php:749,
4632
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:749
4633
  msgid "Account content"
4634
  msgstr ""
4635
 
4636
+ #: framework/premium/features/content-blocks/hooks-manager.php:753,
4637
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:753
4638
  msgid "Account dashboard"
4639
  msgstr ""
4640
 
4641
+ #: framework/premium/features/content-blocks/hooks-manager.php:757,
4642
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:757
4643
  msgid "After my account"
4644
  msgstr ""
4645
 
4646
  #: framework/premium/features/content-blocks/hooks-manager.php:759,
4647
  #: framework/features/header/items/account/options.php:17,
4648
+ #: framework/features/header/items/account/options.php:18,
4649
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:759,
4650
+ #: build_tmp/build/framework/features/header/items/account/options.php:17,
4651
+ #: build_tmp/build/framework/features/header/items/account/options.php:18
4652
  msgid "WooCommerce Account"
4653
  msgstr ""
4654
 
4655
+ #: framework/premium/features/content-blocks/hooks-manager.php:765,
4656
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:765
4657
  msgid "WP footer"
4658
  msgstr ""
4659
 
4660
  #: framework/premium/features/content-blocks/hooks-manager.php:766,
4661
  #: framework/premium/features/content-blocks/hooks-manager.php:774,
4662
+ #: framework/premium/features/content-blocks/hooks-manager.php:782,
4663
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:766,
4664
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:774,
4665
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:782
4666
  msgid "Footer"
4667
  msgstr ""
4668
 
4669
+ #: framework/premium/features/content-blocks/hooks-manager.php:773,
4670
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:773
4671
  msgid "Footer before"
4672
  msgstr ""
4673
 
4674
+ #: framework/premium/features/content-blocks/hooks-manager.php:781,
4675
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:781
4676
  msgid "Footer after"
4677
  msgstr ""
4678
 
4679
+ #: framework/premium/features/content-blocks/hooks-manager.php:796,
4680
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:796
4681
  msgid "Custom Hook (%s)"
4682
  msgstr ""
4683
 
4684
  #: framework/premium/features/content-blocks/hooks-manager.php:802,
4685
+ #: framework/premium/features/content-blocks/options/hook.php:197,
4686
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:802,
4687
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:197
4688
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:90
4689
  msgid "After Block Number"
4690
  msgstr ""
4691
 
4692
  #: framework/premium/features/content-blocks/hooks-manager.php:808,
4693
+ #: framework/premium/features/content-blocks/options/hook.php:214,
4694
+ #: build_tmp/build/framework/premium/features/content-blocks/hooks-manager.php:808,
4695
+ #: build_tmp/build/framework/premium/features/content-blocks/options/hook.php:214
4696
  #: framework/premium/static/js/options/MultipleLocationsSelect.js:112
4697
  msgid "Before Heading Number"
4698
  msgstr ""
4699
 
4700
+ #: framework/extensions/widgets/widgets/ct-about-me/widget.php:13,
4701
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:13
4702
  msgid "About Me"
4703
  msgstr ""
4704
 
4705
+ #: framework/extensions/widgets/widgets/ct-about-me/widget.php:14,
4706
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-about-me/widget.php:14
4707
  msgid "About me"
4708
  msgstr ""
4709
 
4710
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
4711
  #: framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
4712
  #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
4713
+ #: framework/extensions/widgets/widgets/ct-advertisement/widget.php:14,
4714
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:18,
4715
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/view.php:12,
4716
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:13,
4717
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/widget.php:14
4718
  msgid "Advertisement"
4719
  msgstr ""
4720
 
4721
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:31,
4722
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:31
4723
  msgid "Code"
4724
  msgstr ""
4725
 
4726
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:32,
4727
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:32
4728
  msgid "Image"
4729
  msgstr ""
4730
 
4731
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:42,
4732
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:42
4733
  msgid "Ad Code"
4734
  msgstr ""
4735
 
4736
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:58,
4737
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:58
4738
  msgid "Upload Image"
4739
  msgstr ""
4740
 
4741
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
4742
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:66,
4743
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:62,
4744
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:66
4745
  msgid "Select Image"
4746
  msgstr ""
4747
 
4748
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
4749
+ #: framework/extensions/widgets/widgets/ct-quote/options.php:67,
4750
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:63,
4751
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-quote/options.php:67
4752
  msgid "Change Image"
4753
  msgstr ""
4754
 
4755
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
4756
+ #: framework/extensions/widgets/widgets/ct-posts/options.php:126,
4757
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:67,
4758
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-posts/options.php:126
4759
  msgid "Image Ratio"
4760
  msgstr ""
4761
 
4762
+ #: framework/extensions/widgets/widgets/ct-advertisement/options.php:75,
4763
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:75
4764
  msgid "Ad URL"
4765
  msgstr ""
4766
 
4767
  #: framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
4768
+ #: framework/extensions/widgets/widgets/ct-contact-info/options.php:322,
4769
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-advertisement/options.php:83,
4770
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:322
4771
  msgid "Open link in new tab"
4772
  msgstr ""
4773
 
4774
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
4775
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
4776
+ #: framework/extensions/widgets/widgets/ct-contact-info/widget.php:13,
4777
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:18,
4778
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:12,
4779
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/widget.php:13
4780
  msgid "Contact Info"
4781
  msgstr ""
4782
 
4785
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
4786
  #: framework/premium/features/premium-header/items/contacts/options.php:17,
4787
  #: framework/premium/features/premium-header/items/contacts/options.php:46,
4788
+ #: framework/premium/features/premium-header/items/contacts/view.php:22,
4789
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:51,
4790
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:80,
4791
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:24,
4792
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:17,
4793
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:46,
4794
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:22
4795
  msgid "Address:"
4796
  msgstr ""
4797
 
4800
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
4801
  #: framework/premium/features/premium-header/items/contacts/options.php:24,
4802
  #: framework/premium/features/premium-header/items/contacts/options.php:72,
4803
+ #: framework/premium/features/premium-header/items/contacts/view.php:29,
4804
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:58,
4805
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:109,
4806
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:31,
4807
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:24,
4808
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:72,
4809
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:29
4810
  msgid "Phone:"
4811
  msgstr ""
4812
 
4815
  #: framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
4816
  #: framework/premium/features/premium-header/items/contacts/options.php:32,
4817
  #: framework/premium/features/premium-header/items/contacts/options.php:99,
4818
+ #: framework/premium/features/premium-header/items/contacts/view.php:37,
4819
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:66,
4820
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:137,
4821
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/view.php:39,
4822
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:32,
4823
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:99,
4824
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/view.php:37
4825
  msgid "Mobile:"
4826
  msgstr ""
4827
 
4828
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
4829
+ #: framework/premium/features/premium-header/items/contacts/options.php:41,
4830
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:75,
4831
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:41
4832
  msgid "Address"
4833
  msgstr ""
4834
 
4845
  #: framework/premium/features/premium-header/items/contacts/options.php:139,
4846
  #: framework/premium/features/premium-header/items/contacts/options.php:166,
4847
  #: framework/premium/features/premium-header/items/contacts/options.php:193,
4848
+ #: framework/premium/features/premium-header/items/contacts/options.php:220,
4849
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:93,
4850
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:122,
4851
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:150,
4852
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:178,
4853
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:206,
4854
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:234,
4855
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:262,
4856
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:59,
4857
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:85,
4858
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:112,
4859
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:139,
4860
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:166,
4861
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:193,
4862
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:220
4863
  msgid "Link (optional)"
4864
  msgstr ""
4865
 
4866
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
4867
+ #: framework/premium/features/premium-header/items/contacts/options.php:121,
4868
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:159,
4869
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:121
4870
  msgid "Work Hours"
4871
  msgstr ""
4872
 
4873
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
4874
+ #: framework/premium/features/premium-header/items/contacts/options.php:126,
4875
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:165,
4876
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:126
4877
  msgid "Opening hours"
4878
  msgstr ""
4879
 
4880
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
4881
+ #: framework/premium/features/premium-header/items/contacts/options.php:148,
4882
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:187,
4883
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:148
4884
  msgid "Fax"
4885
  msgstr ""
4886
 
4887
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
4888
+ #: framework/premium/features/premium-header/items/contacts/options.php:153,
4889
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:193,
4890
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:153
4891
  msgid "Fax:"
4892
  msgstr ""
4893
 
4894
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
4895
+ #: framework/premium/features/premium-header/items/contacts/options.php:180,
4896
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:221,
4897
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:180
4898
  msgid "Email:"
4899
  msgstr ""
4900
 
4901
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
4902
+ #: framework/premium/features/premium-header/items/contacts/options.php:202,
4903
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:243,
4904
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:202
4905
  msgid "Website"
4906
  msgstr ""
4907
 
4908
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
4909
+ #: framework/premium/features/premium-header/items/contacts/options.php:207,
4910
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:249,
4911
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:207
4912
  msgid "Website:"
4913
  msgstr ""
4914
 
4915
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
4916
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:80,
4917
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:279,
4918
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:80
4919
  msgid "Small"
4920
  msgstr ""
4921
 
4922
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
4923
+ #: framework/extensions/widgets/widgets/ct-socials/options.php:82,
4924
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:281,
4925
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:82
4926
  msgid "Large"
4927
  msgstr ""
4928
 
4929
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
4930
  #: framework/extensions/widgets/widgets/ct-socials/options.php:87,
4931
+ #: framework/premium/features/premium-header/items/contacts/options.php:267,
4932
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:286,
4933
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:87,
4934
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:267
4935
  msgid "Icons Shape Type"
4936
  msgstr ""
4937
 
4938
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
4939
  #: framework/extensions/widgets/widgets/ct-socials/options.php:95,
4940
+ #: framework/premium/features/premium-header/items/contacts/options.php:275,
4941
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:294,
4942
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:95,
4943
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:275
4944
  msgid "Rounded"
4945
  msgstr ""
4946
 
4947
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
4948
  #: framework/extensions/widgets/widgets/ct-socials/options.php:96,
4949
+ #: framework/premium/features/premium-header/items/contacts/options.php:276,
4950
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:295,
4951
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:96,
4952
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:276
4953
  msgid "Square"
4954
  msgstr ""
4955
 
4956
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
4957
  #: framework/extensions/widgets/widgets/ct-socials/options.php:106,
4958
+ #: framework/premium/features/premium-header/items/contacts/options.php:287,
4959
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:305,
4960
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:106,
4961
+ #: build_tmp/build/framework/premium/features/premium-header/items/contacts/options.php:287
4962
  msgid "Shape Fill Type"
4963
  msgstr ""
4964
 
4965
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
4966
  #: framework/extensions/widgets/widgets/ct-socials/options.php:113,
4967
+ #: framework/premium/features/premium-header/items/contacts/options.php:294,
4968
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-contact-info/options.php:312,
4969
+ #: build_tmp/build/framework/extensions/widgets/widgets/ct-socials/options.php:113,
4970
+ #: