Blocksy Companion - Version 1.8.10

Version Description

Download this release

Release Info

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

Code changes from version 1.8.9.9 to 1.8.10

Files changed (41) hide show
  1. blocksy-companion.php +1 -1
  2. framework/extensions/cookies-consent/static/bundle/main.min.css +1 -1
  3. framework/extensions/newsletter-subscribe/static/bundle/main.min.css +1 -1
  4. framework/extensions/product-reviews/static/bundle/main-admin.min.css +1 -1
  5. framework/extensions/product-reviews/static/bundle/main.min.css +1 -1
  6. framework/extensions/trending/static/bundle/main.min.css +1 -1
  7. framework/extensions/widgets/static/bundle/main.min.css +1 -1
  8. framework/features/account-auth.php +2 -2
  9. framework/features/header.php +20 -12
  10. framework/features/header/account-modal.php +4 -4
  11. framework/features/header/items/account/options.php +20 -2
  12. framework/features/header/items/account/view.php +3 -1
  13. framework/features/header/items/account/views/logout.php +8 -1
  14. framework/features/header/modal/login.php +9 -2
  15. framework/theme-integration.php +38 -15
  16. freemius/languages/freemius-cs_CZ.mo +0 -0
  17. freemius/languages/freemius-da_DK.mo +0 -0
  18. freemius/languages/freemius-en.mo +0 -0
  19. freemius/languages/freemius-es_ES.mo +0 -0
  20. freemius/languages/freemius-fr_FR.mo +0 -0
  21. freemius/languages/freemius-he_IL.mo +0 -0
  22. freemius/languages/freemius-hu_HU.mo +0 -0
  23. freemius/languages/freemius-it_IT.mo +0 -0
  24. freemius/languages/freemius-ja.mo +0 -0
  25. freemius/languages/freemius-nl_NL.mo +0 -0
  26. freemius/languages/freemius-ru_RU.mo +0 -0
  27. freemius/languages/freemius-ta.mo +0 -0
  28. freemius/languages/freemius-zh_CN.mo +0 -0
  29. freemius/languages/freemius.pot +0 -2556
  30. freemius/languages/index.php +2 -1
  31. languages/blocksy-companion.pot +185 -153
  32. readme.txt +15 -1
  33. static/bundle/account-lazy.min.css +8 -0
  34. static/bundle/account.js +1 -1
  35. static/bundle/dashboard.min.css +1 -1
  36. static/bundle/main.min.css +1 -1
  37. static/bundle/options.min.css +1 -1
  38. static/js/account.js +36 -67
  39. static/js/frontend/account.js +9 -0
  40. static/js/frontend/account/login-implementation.js +0 -0
  41. static/sass/account-lazy.scss +184 -0
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.9.9
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.10
7
  Author: CreativeThemes
8
  Author URI: https://creativethemes.com
9
  Text Domain: blocksy-companion
framework/extensions/cookies-consent/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/newsletter-subscribe/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/product-reviews/static/bundle/main-admin.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/product-reviews/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/trending/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/extensions/widgets/static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
framework/features/account-auth.php CHANGED
@@ -105,10 +105,10 @@ class AccountAuth {
105
  * @param WP_Error $errors A `WP_Error` object containing any errors generated by using invalid
106
  * credentials. Note that the error object may not contain any errors.
107
  */
108
- do_action( 'lost_password', $errors );
109
 
110
  login_header(
111
- __( 'Lost Password' ),
112
  '<p class="message">' . __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ) . '</p>',
113
  $errors
114
  );
105
  * @param WP_Error $errors A `WP_Error` object containing any errors generated by using invalid
106
  * credentials. Note that the error object may not contain any errors.
107
  */
108
+ do_action('lost_password', $errors);
109
 
110
  login_header(
111
+ __('Lost Password'),
112
  '<p class="message">' . __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ) . '</p>',
113
  $errors
114
  );
framework/features/header.php CHANGED
@@ -234,15 +234,23 @@ class HeaderAdditions {
234
  return $opt;
235
  });
236
 
237
- add_action(
238
- 'wp_ajax_blc_retrieve_account_modal',
239
- [$this, 'blc_retrieve_account_modal']
240
- );
241
 
242
- add_action(
243
- 'wp_ajax_nopriv_blc_retrieve_account_modal',
244
- [$this, 'blc_retrieve_account_modal']
245
- );
 
 
 
 
 
 
 
 
246
  }
247
 
248
  public function enqueue_static() {
@@ -544,7 +552,9 @@ class HeaderAdditions {
544
  set_theme_mod('blocksy_premium_header_conditions', $conditions);
545
  }
546
 
547
- public function blc_retrieve_account_modal() {
 
 
548
  remove_filter('lostpassword_url', 'wc_lostpassword_url', 10, 1);
549
 
550
  $url = home_url();
@@ -579,9 +589,7 @@ class HeaderAdditions {
579
 
580
  add_filter('lostpassword_url', 'wc_lostpassword_url', 10, 1);
581
 
582
- wp_send_json_success([
583
- 'html' => $html
584
- ]);
585
  }
586
  }
587
 
234
  return $opt;
235
  });
236
 
237
+ add_filter('blocksy:footer:offcanvas-drawer', function ($els) {
238
+ if (get_current_user_id()) {
239
+ return $els;
240
+ }
241
 
242
+ $render = new \Blocksy_Header_Builder_Render();
243
+
244
+ if (! $render->contains_item('account')) {
245
+ if (! is_customize_preview()) {
246
+ return $els;
247
+ }
248
+ }
249
+
250
+ $els[] = $this->retrieve_account_modal();
251
+
252
+ return $els;
253
+ });
254
  }
255
 
256
  public function enqueue_static() {
552
  set_theme_mod('blocksy_premium_header_conditions', $conditions);
553
  }
554
 
555
+ public function retrieve_account_modal() {
556
+ do_action('blocksy:content-blocks:display-hooks');
557
+
558
  remove_filter('lostpassword_url', 'wc_lostpassword_url', 10, 1);
559
 
560
  $url = home_url();
589
 
590
  add_filter('lostpassword_url', 'wc_lostpassword_url', 10, 1);
591
 
592
+ return $html;
 
 
593
  }
594
  }
595
 
framework/features/header/account-modal.php CHANGED
@@ -34,22 +34,22 @@ $close_button_type = blocksy_akg('account_close_button_type', $atts, 'type-1');
34
 
35
  <div id="account-modal" class="ct-panel" data-behaviour="modal">
36
  <div class="ct-panel-actions">
37
- <span class="ct-close-button" data-type="<?php echo $close_button_type ?>">
38
  <svg class="ct-icon" width="12" height="12" viewBox="0 0 15 15">
39
  <path d="M1 15a1 1 0 01-.71-.29 1 1 0 010-1.41l5.8-5.8-5.8-5.8A1 1 0 011.7.29l5.8 5.8 5.8-5.8a1 1 0 011.41 1.41l-5.8 5.8 5.8 5.8a1 1 0 01-1.41 1.41l-5.8-5.8-5.8 5.8A1 1 0 011 15z"/>
40
  </svg>
41
- </span>
42
  </div>
43
 
44
  <div class="ct-panel-content">
45
  <div class="ct-account-form">
46
  <?php if ($users_can_register) { ?>
47
  <ul>
48
- <li class="active ct-login">
49
  <?php echo __('Login', 'blocksy-companion') ?>
50
  </li>
51
 
52
- <li class="ct-register">
53
  <?php echo __('Sign Up', 'blocksy-companion') ?>
54
  </li>
55
  </ul>
34
 
35
  <div id="account-modal" class="ct-panel" data-behaviour="modal">
36
  <div class="ct-panel-actions">
37
+ <button class="ct-close-button" data-type="<?php echo $close_button_type ?>" aria-label="<?php echo __('Close account modal', 'blocksy-companion') ?>">
38
  <svg class="ct-icon" width="12" height="12" viewBox="0 0 15 15">
39
  <path d="M1 15a1 1 0 01-.71-.29 1 1 0 010-1.41l5.8-5.8-5.8-5.8A1 1 0 011.7.29l5.8 5.8 5.8-5.8a1 1 0 011.41 1.41l-5.8 5.8 5.8 5.8a1 1 0 01-1.41 1.41l-5.8-5.8-5.8 5.8A1 1 0 011 15z"/>
40
  </svg>
41
+ </button>
42
  </div>
43
 
44
  <div class="ct-panel-content">
45
  <div class="ct-account-form">
46
  <?php if ($users_can_register) { ?>
47
  <ul>
48
+ <li class="active ct-login" tabindex="0">
49
  <?php echo __('Login', 'blocksy-companion') ?>
50
  </li>
51
 
52
+ <li class="ct-register" tabindex="0">
53
  <?php echo __('Sign Up', 'blocksy-companion') ?>
54
  </li>
55
  </ul>
framework/features/header/items/account/options.php CHANGED
@@ -20,8 +20,25 @@ if (class_exists('WooCommerce')) {
20
 
21
  $options = [
22
  blocksy_rand_md5() => [
23
- 'type' => 'ct-title',
24
- 'label' => __( 'Customizing: Logged in State', 'blocksy-companion' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ],
26
 
27
  'account_state' => [
@@ -493,6 +510,7 @@ $options = [
493
  'design' => 'block',
494
  'view' => 'text',
495
  'divider' => 'top:full',
 
496
  'value' => [
497
  'logged_in' => true,
498
  'logged_out' => true,
20
 
21
  $options = [
22
  blocksy_rand_md5() => [
23
+ 'type' => 'ct-condition',
24
+ 'condition' => ['account_state' => 'in'],
25
+ 'options' => [
26
+ blocksy_rand_md5() => [
27
+ 'type' => 'ct-title',
28
+ 'label' => __('Customizing: Logged in State', 'blocksy-companion'),
29
+ ],
30
+ ]
31
+ ],
32
+
33
+ blocksy_rand_md5() => [
34
+ 'type' => 'ct-condition',
35
+ 'condition' => ['account_state' => 'out'],
36
+ 'options' => [
37
+ blocksy_rand_md5() => [
38
+ 'type' => 'ct-title',
39
+ 'label' => __('Customizing: Logged out State', 'blocksy-companion'),
40
+ ],
41
+ ]
42
  ],
43
 
44
  'account_state' => [
510
  'design' => 'block',
511
  'view' => 'text',
512
  'divider' => 'top:full',
513
+ 'allow_empty' => true,
514
  'value' => [
515
  'logged_in' => true,
516
  'logged_out' => true,
framework/features/header/items/account/view.php CHANGED
@@ -68,7 +68,9 @@ echo blocksy_render_view(
68
  'attr' => $attr,
69
  'icon' => $icon,
70
  'device' => $device,
71
- 'current_user_id' => $current_user_id
 
 
72
  ]
73
  );
74
 
68
  'attr' => $attr,
69
  'icon' => $icon,
70
  'device' => $device,
71
+ 'current_user_id' => $current_user_id,
72
+ 'section_id' => $section_id,
73
+ 'item_id' => $item_id
74
  ]
75
  );
76
 
framework/features/header/items/account/views/logout.php CHANGED
@@ -1,6 +1,13 @@
1
  <?php
2
 
3
- $login_label = blocksy_akg('login_label', $atts, __('Login', 'blocksy-companion'));
 
 
 
 
 
 
 
4
 
5
  $loggedout_account_label_visibility = blocksy_akg(
6
  'loggedout_account_label_visibility',
1
  <?php
2
 
3
+ $login_label = blocksy_translate_dynamic(
4
+ blocksy_default_akg(
5
+ 'login_label',
6
+ $atts,
7
+ __('Login', 'blocksy-companion')
8
+ ),
9
+ 'header:' . $section_id . ':' . $item_id . ':login_label'
10
+ );
11
 
12
  $loggedout_account_label_visibility = blocksy_akg(
13
  'loggedout_account_label_visibility',
framework/features/header/modal/login.php CHANGED
@@ -2,6 +2,11 @@
2
 
3
  // wp_login_form([]);
4
  $redirect_to_url = apply_filters( 'blocksy:account:modal:login:redirect_to', $current_url );
 
 
 
 
 
5
  ?>
6
 
7
  <form name="loginform" id="loginform" action="<?php
@@ -16,7 +21,7 @@ do_action( 'blocksy:account:modal:login:start' );
16
 
17
  <p class="login-username">
18
  <label for="user_login"><?php
19
- echo __( 'Email Address', 'blocksy-companion' ) ;
20
  ?></label>
21
  <input type="text" name="log" id="user_login" class="input" value="" size="20">
22
  </p>
@@ -38,7 +43,9 @@ echo __( 'Remember Me', 'blocksy-companion' ) ;
38
 
39
  <a href="<?php
40
  echo wp_lostpassword_url() ;
41
- ?>" class="ct-forgot-password">
 
 
42
  <?php
43
  echo __( 'Forgot Password?', 'blocksy-companion' ) ;
44
  ?>
2
 
3
  // wp_login_form([]);
4
  $redirect_to_url = apply_filters( 'blocksy:account:modal:login:redirect_to', $current_url );
5
+ $forgot_password_inline = apply_filters( 'blocksy:account:modal:login:forgot-password-inline', true );
6
+ $forgot_pass_class = 'ct-forgot-password';
7
+ if ( !$forgot_password_inline ) {
8
+ $forgot_pass_class .= '-static';
9
+ }
10
  ?>
11
 
12
  <form name="loginform" id="loginform" action="<?php
21
 
22
  <p class="login-username">
23
  <label for="user_login"><?php
24
+ echo __( 'Username or Email Address', 'blocksy-companion' ) ;
25
  ?></label>
26
  <input type="text" name="log" id="user_login" class="input" value="" size="20">
27
  </p>
43
 
44
  <a href="<?php
45
  echo wp_lostpassword_url() ;
46
+ ?>" class="<?php
47
+ echo $forgot_pass_class ;
48
+ ?>">
49
  <?php
50
  echo __( 'Forgot Password?', 'blocksy-companion' ) ;
51
  ?>
framework/theme-integration.php CHANGED
@@ -4,22 +4,34 @@ namespace Blocksy;
4
 
5
  class ThemeIntegration {
6
  public function __construct() {
 
7
  add_filter('blocksy:frontend:dynamic-js-chunks', function ($chunks) {
8
- $chunks[] = [
9
- 'id' => 'blocksy_account',
10
- 'selector' => implode(', ', [
11
- '.ct-header-account[href*="account-modal"]',
12
- '.must-log-in a'
13
- ]),
14
- 'url' => blc_call_fn(
15
- [
16
- 'fn' => 'blocksy_cdn_url',
17
- 'default' => BLOCKSY_URL . 'static/bundle/account.js'
18
- ],
19
- BLOCKSY_URL . 'static/bundle/account.js'
20
- ),
21
- 'trigger' => 'click'
22
- ];
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  $chunks[] = [
25
  'id' => 'blocksy_dark_mode',
@@ -94,6 +106,17 @@ class ThemeIntegration {
94
  );
95
  });
96
 
 
 
 
 
 
 
 
 
 
 
 
97
  add_shortcode('blocksy_breadcrumbs', function ($args, $content) {
98
  $breadcrumbs_builder = new \Blocksy_Breadcrumbs_Builder();
99
  return $breadcrumbs_builder->render([
4
 
5
  class ThemeIntegration {
6
  public function __construct() {
7
+
8
  add_filter('blocksy:frontend:dynamic-js-chunks', function ($chunks) {
9
+ $render = new \Blocksy_Header_Builder_Render();
10
+
11
+ if (
12
+ $render->contains_item('account')
13
+ ||
14
+ is_customize_preview()
15
+ ) {
16
+ $chunks[] = [
17
+ 'id' => 'blocksy_account',
18
+ 'selector' => implode(', ', [
19
+ '.ct-header-account[href*="account-modal"]',
20
+ '.must-log-in a'
21
+ ]),
22
+ 'url' => blc_call_fn(
23
+ [
24
+ 'fn' => 'blocksy_cdn_url',
25
+ 'default' => BLOCKSY_URL . 'static/bundle/account.js'
26
+ ],
27
+ BLOCKSY_URL . 'static/bundle/account.js'
28
+ ),
29
+ 'trigger' => 'click',
30
+ 'has_modal_loader' => [
31
+ 'id' => 'account-modal'
32
+ ]
33
+ ];
34
+ }
35
 
36
  $chunks[] = [
37
  'id' => 'blocksy_dark_mode',
106
  );
107
  });
108
 
109
+ add_filter('blocksy:general:ct-scripts-localizations', function ($data) {
110
+ $data['dynamic_styles_selectors'][] = [
111
+ 'selector' => '#account-modal',
112
+ 'url' => blocksy_cdn_url(
113
+ BLOCKSY_URL . 'static/bundle/account-lazy.min.css'
114
+ )
115
+ ];
116
+
117
+ return $data;
118
+ });
119
+
120
  add_shortcode('blocksy_breadcrumbs', function ($args, $content) {
121
  $breadcrumbs_builder = new \Blocksy_Breadcrumbs_Builder();
122
  return $breadcrumbs_builder->render([
freemius/languages/freemius-cs_CZ.mo DELETED
Binary file
freemius/languages/freemius-da_DK.mo DELETED
Binary file
freemius/languages/freemius-en.mo DELETED
Binary file
freemius/languages/freemius-es_ES.mo DELETED
Binary file
freemius/languages/freemius-fr_FR.mo DELETED
Binary file
freemius/languages/freemius-he_IL.mo DELETED
Binary file
freemius/languages/freemius-hu_HU.mo DELETED
Binary file
freemius/languages/freemius-it_IT.mo DELETED
Binary file
freemius/languages/freemius-ja.mo DELETED
Binary file
freemius/languages/freemius-nl_NL.mo DELETED
Binary file
freemius/languages/freemius-ru_RU.mo DELETED
Binary file
freemius/languages/freemius-ta.mo DELETED
Binary file
freemius/languages/freemius-zh_CN.mo DELETED
Binary file
freemius/languages/freemius.pot DELETED
@@ -1,2556 +0,0 @@
1
- # Copyright (C) 2021 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:1919, templates/account.php:912
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:1926
24
- msgid "Would you like to proceed with the update?"
25
- msgstr ""
26
-
27
- #: includes/class-freemius.php:2138
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:2140
32
- msgid "Error"
33
- msgstr ""
34
-
35
- #: includes/class-freemius.php:2540
36
- msgid "I found a better %s"
37
- msgstr ""
38
-
39
- #: includes/class-freemius.php:2542
40
- msgid "What's the %s's name?"
41
- msgstr ""
42
-
43
- #: includes/class-freemius.php:2548
44
- msgid "It's a temporary %s. I'm just debugging an issue."
45
- msgstr ""
46
-
47
- #: includes/class-freemius.php:2550
48
- msgid "Deactivation"
49
- msgstr ""
50
-
51
- #: includes/class-freemius.php:2551
52
- msgid "Theme Switch"
53
- msgstr ""
54
-
55
- #: includes/class-freemius.php:2560, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
56
- msgid "Other"
57
- msgstr ""
58
-
59
- #: includes/class-freemius.php:2568
60
- msgid "I no longer need the %s"
61
- msgstr ""
62
-
63
- #: includes/class-freemius.php:2575
64
- msgid "I only needed the %s for a short period"
65
- msgstr ""
66
-
67
- #: includes/class-freemius.php:2581
68
- msgid "The %s broke my site"
69
- msgstr ""
70
-
71
- #: includes/class-freemius.php:2588
72
- msgid "The %s suddenly stopped working"
73
- msgstr ""
74
-
75
- #: includes/class-freemius.php:2598
76
- msgid "I can't pay for it anymore"
77
- msgstr ""
78
-
79
- #: includes/class-freemius.php:2600
80
- msgid "What price would you feel comfortable paying?"
81
- msgstr ""
82
-
83
- #: includes/class-freemius.php:2606
84
- msgid "I don't like to share my information with you"
85
- msgstr ""
86
-
87
- #: includes/class-freemius.php:2627
88
- msgid "The %s didn't work"
89
- msgstr ""
90
-
91
- #: includes/class-freemius.php:2637
92
- msgid "I couldn't understand how to make it work"
93
- msgstr ""
94
-
95
- #: includes/class-freemius.php:2645
96
- msgid "The %s is great, but I need specific feature that you don't support"
97
- msgstr ""
98
-
99
- #: includes/class-freemius.php:2647
100
- msgid "What feature?"
101
- msgstr ""
102
-
103
- #: includes/class-freemius.php:2651
104
- msgid "The %s is not working"
105
- msgstr ""
106
-
107
- #: includes/class-freemius.php:2653
108
- msgid "Kindly share what didn't work so we can fix it for future users..."
109
- msgstr ""
110
-
111
- #: includes/class-freemius.php:2657
112
- msgid "It's not what I was looking for"
113
- msgstr ""
114
-
115
- #: includes/class-freemius.php:2659
116
- msgid "What you've been looking for?"
117
- msgstr ""
118
-
119
- #: includes/class-freemius.php:2663
120
- msgid "The %s didn't work as expected"
121
- msgstr ""
122
-
123
- #: includes/class-freemius.php:2665
124
- msgid "What did you expect?"
125
- msgstr ""
126
-
127
- #: includes/class-freemius.php:3520, templates/debug.php:20
128
- msgid "Freemius Debug"
129
- msgstr ""
130
-
131
- #: includes/class-freemius.php:4272
132
- msgid "I don't know what is cURL or how to install it, help me!"
133
- msgstr ""
134
-
135
- #: includes/class-freemius.php:4274
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:4281
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:4386
144
- msgid "Yes - do your thing"
145
- msgstr ""
146
-
147
- #: includes/class-freemius.php:4391
148
- msgid "No - just deactivate"
149
- msgstr ""
150
-
151
- #: includes/class-freemius.php:4436, includes/class-freemius.php:4930, includes/class-freemius.php:6191, includes/class-freemius.php:13368, includes/class-freemius.php:14110, includes/class-freemius.php:17542, includes/class-freemius.php:17647, includes/class-freemius.php:17822, includes/class-freemius.php:20056, includes/class-freemius.php:20414, includes/class-freemius.php:20424, includes/class-freemius.php:21109, includes/class-freemius.php:22015, includes/class-freemius.php:22148, includes/class-freemius.php:22304, templates/add-ons.php:57
152
- msgctxt "exclamation"
153
- msgid "Oops"
154
- msgstr ""
155
-
156
- #: includes/class-freemius.php:4505
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:4927
161
- msgctxt "addonX cannot run without pluginY"
162
- msgid "%s cannot run without %s."
163
- msgstr ""
164
-
165
- #: includes/class-freemius.php:4928
166
- msgctxt "addonX cannot run..."
167
- msgid "%s cannot run without the plugin."
168
- msgstr ""
169
-
170
- #: includes/class-freemius.php:5127, includes/class-freemius.php:5152, includes/class-freemius.php:21180
171
- msgid "Unexpected API error. Please contact the %s's author with the following error."
172
- msgstr ""
173
-
174
- #: includes/class-freemius.php:5857
175
- msgid "Premium %s version was successfully activated."
176
- msgstr ""
177
-
178
- #: includes/class-freemius.php:5869, includes/class-freemius.php:7774
179
- msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
180
- msgid "W00t"
181
- msgstr ""
182
-
183
- #: includes/class-freemius.php:5884
184
- msgid "You have a %s license."
185
- msgstr ""
186
-
187
- #: includes/class-freemius.php:5888, includes/class-freemius.php:16947, includes/class-freemius.php:16958, includes/class-freemius.php:20325, includes/class-freemius.php:20689, includes/class-freemius.php:20758, includes/class-freemius.php:20930
188
- msgctxt "interjection expressing joy or exuberance"
189
- msgid "Yee-haw"
190
- msgstr ""
191
-
192
- #: includes/class-freemius.php:6174
193
- 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."
194
- msgstr ""
195
-
196
- #: includes/class-freemius.php:6178
197
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
198
- msgstr ""
199
-
200
- #: includes/class-freemius.php:6187, templates/add-ons.php:186, templates/account/partials/addon.php:381
201
- msgid "More information about %s"
202
- msgstr ""
203
-
204
- #: includes/class-freemius.php:6188
205
- msgid "Purchase License"
206
- msgstr ""
207
-
208
- #: includes/class-freemius.php:7125, templates/connect.php:171
209
- 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."
210
- msgstr ""
211
-
212
- #: includes/class-freemius.php:7129
213
- msgid "start the trial"
214
- msgstr ""
215
-
216
- #: includes/class-freemius.php:7130, templates/connect.php:175
217
- msgid "complete the install"
218
- msgstr ""
219
-
220
- #: includes/class-freemius.php:7249
221
- msgid "You are just one step away - %s"
222
- msgstr ""
223
-
224
- #: includes/class-freemius.php:7252
225
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
226
- msgid "Complete \"%s\" Activation Now"
227
- msgstr ""
228
-
229
- #: includes/class-freemius.php:7334
230
- msgid "We made a few tweaks to the %s, %s"
231
- msgstr ""
232
-
233
- #: includes/class-freemius.php:7338
234
- msgid "Opt in to make \"%s\" better!"
235
- msgstr ""
236
-
237
- #: includes/class-freemius.php:7773
238
- msgid "The upgrade of %s was successfully completed."
239
- msgstr ""
240
-
241
- #: includes/class-freemius.php:10255, includes/class-fs-plugin-updater.php:1087, includes/class-fs-plugin-updater.php:1282, includes/class-fs-plugin-updater.php:1289, templates/auto-installation.php:32
242
- msgid "Add-On"
243
- msgstr ""
244
-
245
- #: includes/class-freemius.php:10257, templates/account.php:394, templates/account.php:402, templates/debug.php:358, templates/debug.php:549
246
- msgid "Plugin"
247
- msgstr ""
248
-
249
- #: includes/class-freemius.php:10258, templates/account.php:395, templates/account.php:403, templates/debug.php:358, templates/debug.php:549, templates/forms/deactivation/form.php:71
250
- msgid "Theme"
251
- msgstr ""
252
-
253
- #: includes/class-freemius.php:13188
254
- msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
255
- msgstr ""
256
-
257
- #: includes/class-freemius.php:13202
258
- 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."
259
- msgstr ""
260
-
261
- #: includes/class-freemius.php:13207
262
- msgid "User Dashboard"
263
- msgstr ""
264
-
265
- #: includes/class-freemius.php:13208
266
- msgid "revert it now"
267
- msgstr ""
268
-
269
- #: includes/class-freemius.php:13266
270
- msgid "An unknown error has occurred while trying to set the user's beta mode."
271
- msgstr ""
272
-
273
- #: includes/class-freemius.php:13339
274
- msgid "Invalid new user ID or email address."
275
- msgstr ""
276
-
277
- #: includes/class-freemius.php:13369, includes/class-freemius.php:22259
278
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
279
- msgstr ""
280
-
281
- #: includes/class-freemius.php:13370, includes/class-freemius.php:22260
282
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
283
- msgstr ""
284
-
285
- #: includes/class-freemius.php:13377, includes/class-freemius.php:22267
286
- msgid "Change Ownership"
287
- msgstr ""
288
-
289
- #: includes/class-freemius.php:13977
290
- msgid "Invalid site details collection."
291
- msgstr ""
292
-
293
- #: includes/class-freemius.php:14097
294
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
295
- msgstr ""
296
-
297
- #: includes/class-freemius.php:14099
298
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
299
- msgstr ""
300
-
301
- #: includes/class-freemius.php:14373
302
- msgid "Account is pending activation."
303
- msgstr ""
304
-
305
- #: includes/class-freemius.php:14485, templates/forms/premium-versions-upgrade-handler.php:47
306
- msgid "Buy a license now"
307
- msgstr ""
308
-
309
- #: includes/class-freemius.php:14497, templates/forms/premium-versions-upgrade-handler.php:46
310
- msgid "Renew your license now"
311
- msgstr ""
312
-
313
- #: includes/class-freemius.php:14501
314
- msgid "%s to access version %s security & feature updates, and support."
315
- msgstr ""
316
-
317
- #: includes/class-freemius.php:16929
318
- msgid "%s activation was successfully completed."
319
- msgstr ""
320
-
321
- #: includes/class-freemius.php:16943
322
- msgid "Your account was successfully activated with the %s plan."
323
- msgstr ""
324
-
325
- #: includes/class-freemius.php:16954, includes/class-freemius.php:20754
326
- msgid "Your trial has been successfully started."
327
- msgstr ""
328
-
329
- #: includes/class-freemius.php:17540, includes/class-freemius.php:17645, includes/class-freemius.php:17820
330
- msgid "Couldn't activate %s."
331
- msgstr ""
332
-
333
- #: includes/class-freemius.php:17541, includes/class-freemius.php:17646, includes/class-freemius.php:17821
334
- msgid "Please contact us with the following message:"
335
- msgstr ""
336
-
337
- #: includes/class-freemius.php:17642, templates/forms/data-debug-mode.php:162
338
- msgid "An unknown error has occurred."
339
- msgstr ""
340
-
341
- #: includes/class-freemius.php:18178, includes/class-freemius.php:23340
342
- msgid "Upgrade"
343
- msgstr ""
344
-
345
- #: includes/class-freemius.php:18184
346
- msgid "Start Trial"
347
- msgstr ""
348
-
349
- #: includes/class-freemius.php:18186
350
- msgid "Pricing"
351
- msgstr ""
352
-
353
- #: includes/class-freemius.php:18266, includes/class-freemius.php:18268
354
- msgid "Affiliation"
355
- msgstr ""
356
-
357
- #: includes/class-freemius.php:18296, includes/class-freemius.php:18298, templates/account.php:242, templates/debug.php:324
358
- msgid "Account"
359
- msgstr ""
360
-
361
- #: includes/class-freemius.php:18312, includes/class-freemius.php:18314, includes/customizer/class-fs-customizer-support-section.php:60
362
- msgid "Contact Us"
363
- msgstr ""
364
-
365
- #: includes/class-freemius.php:18325, includes/class-freemius.php:18327, includes/class-freemius.php:23354, templates/account.php:121, templates/account/partials/addon.php:44
366
- msgid "Add-Ons"
367
- msgstr ""
368
-
369
- #: includes/class-freemius.php:18361
370
- msgctxt "ASCII arrow left icon"
371
- msgid "&#x2190;"
372
- msgstr ""
373
-
374
- #: includes/class-freemius.php:18361
375
- msgctxt "ASCII arrow right icon"
376
- msgid "&#x27a4;"
377
- msgstr ""
378
-
379
- #: includes/class-freemius.php:18363, templates/pricing.php:109
380
- msgctxt "noun"
381
- msgid "Pricing"
382
- msgstr ""
383
-
384
- #: includes/class-freemius.php:18576, includes/customizer/class-fs-customizer-support-section.php:67
385
- msgid "Support Forum"
386
- msgstr ""
387
-
388
- #: includes/class-freemius.php:19550
389
- msgid "Your email has been successfully verified - you are AWESOME!"
390
- msgstr ""
391
-
392
- #: includes/class-freemius.php:19551
393
- msgctxt "a positive response"
394
- msgid "Right on"
395
- msgstr ""
396
-
397
- #: includes/class-freemius.php:20057
398
- msgid "seems like the key you entered doesn't match our records."
399
- msgstr ""
400
-
401
- #: includes/class-freemius.php:20081
402
- 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."
403
- msgstr ""
404
-
405
- #: includes/class-freemius.php:20316
406
- msgid "Your %s Add-on plan was successfully upgraded."
407
- msgstr ""
408
-
409
- #: includes/class-freemius.php:20318
410
- msgid "%s Add-on was successfully purchased."
411
- msgstr ""
412
-
413
- #: includes/class-freemius.php:20321
414
- msgid "Download the latest version"
415
- msgstr ""
416
-
417
- #: includes/class-freemius.php:20407
418
- 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"
419
- msgstr ""
420
-
421
- #: includes/class-freemius.php:20413, includes/class-freemius.php:20423, includes/class-freemius.php:20889, includes/class-freemius.php:20978
422
- msgid "Error received from the server:"
423
- msgstr ""
424
-
425
- #: includes/class-freemius.php:20423
426
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
427
- msgstr ""
428
-
429
- #: includes/class-freemius.php:20651, includes/class-freemius.php:20894, includes/class-freemius.php:20949, includes/class-freemius.php:21056
430
- msgctxt "something somebody says when they are thinking about what you have just said."
431
- msgid "Hmm"
432
- msgstr ""
433
-
434
- #: includes/class-freemius.php:20664
435
- 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."
436
- msgstr ""
437
-
438
- #: includes/class-freemius.php:20665, templates/account.php:123, templates/add-ons.php:250, templates/account/partials/addon.php:46
439
- msgctxt "trial period"
440
- msgid "Trial"
441
- msgstr ""
442
-
443
- #: includes/class-freemius.php:20670
444
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
445
- msgstr ""
446
-
447
- #: includes/class-freemius.php:20674, includes/class-freemius.php:20733
448
- msgid "Please contact us here"
449
- msgstr ""
450
-
451
- #: includes/class-freemius.php:20685
452
- msgid "Your plan was successfully activated."
453
- msgstr ""
454
-
455
- #: includes/class-freemius.php:20686
456
- msgid "Your plan was successfully upgraded."
457
- msgstr ""
458
-
459
- #: includes/class-freemius.php:20703
460
- msgid "Your plan was successfully changed to %s."
461
- msgstr ""
462
-
463
- #: includes/class-freemius.php:20719
464
- msgid "Your license has expired. You can still continue using the free %s forever."
465
- msgstr ""
466
-
467
- #: includes/class-freemius.php:20721
468
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
469
- msgstr ""
470
-
471
- #: includes/class-freemius.php:20729
472
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
473
- msgstr ""
474
-
475
- #: includes/class-freemius.php:20742
476
- 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."
477
- msgstr ""
478
-
479
- #: includes/class-freemius.php:20768
480
- msgid "Your free trial has expired. You can still continue using all our free features."
481
- msgstr ""
482
-
483
- #: includes/class-freemius.php:20770
484
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
485
- msgstr ""
486
-
487
- #: includes/class-freemius.php:20885
488
- msgid "It looks like the license could not be activated."
489
- msgstr ""
490
-
491
- #: includes/class-freemius.php:20927
492
- msgid "Your license was successfully activated."
493
- msgstr ""
494
-
495
- #: includes/class-freemius.php:20953
496
- msgid "It looks like your site currently doesn't have an active license."
497
- msgstr ""
498
-
499
- #: includes/class-freemius.php:20977
500
- msgid "It looks like the license deactivation failed."
501
- msgstr ""
502
-
503
- #: includes/class-freemius.php:21006
504
- msgid "Your %s license was successfully deactivated."
505
- msgstr ""
506
-
507
- #: includes/class-freemius.php:21007
508
- msgid "Your license was successfully deactivated, you are back to the %s plan."
509
- msgstr ""
510
-
511
- #: includes/class-freemius.php:21010
512
- msgid "O.K"
513
- msgstr ""
514
-
515
- #: includes/class-freemius.php:21063
516
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
517
- msgstr ""
518
-
519
- #: includes/class-freemius.php:21072
520
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
521
- msgstr ""
522
-
523
- #: includes/class-freemius.php:21114
524
- msgid "You are already running the %s in a trial mode."
525
- msgstr ""
526
-
527
- #: includes/class-freemius.php:21125
528
- msgid "You already utilized a trial before."
529
- msgstr ""
530
-
531
- #: includes/class-freemius.php:21139
532
- msgid "Plan %s do not exist, therefore, can't start a trial."
533
- msgstr ""
534
-
535
- #: includes/class-freemius.php:21150
536
- msgid "Plan %s does not support a trial period."
537
- msgstr ""
538
-
539
- #: includes/class-freemius.php:21161
540
- msgid "None of the %s's plans supports a trial period."
541
- msgstr ""
542
-
543
- #: includes/class-freemius.php:21211
544
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
545
- msgstr ""
546
-
547
- #: includes/class-freemius.php:21247
548
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
549
- msgstr ""
550
-
551
- #: includes/class-freemius.php:21266
552
- msgid "Your %s free trial was successfully cancelled."
553
- msgstr ""
554
-
555
- #: includes/class-freemius.php:21582
556
- msgid "Version %s was released."
557
- msgstr ""
558
-
559
- #: includes/class-freemius.php:21582
560
- msgid "Please download %s."
561
- msgstr ""
562
-
563
- #: includes/class-freemius.php:21589
564
- msgid "the latest %s version here"
565
- msgstr ""
566
-
567
- #: includes/class-freemius.php:21594
568
- msgid "New"
569
- msgstr ""
570
-
571
- #: includes/class-freemius.php:21599
572
- msgid "Seems like you got the latest release."
573
- msgstr ""
574
-
575
- #: includes/class-freemius.php:21600
576
- msgid "You are all good!"
577
- msgstr ""
578
-
579
- #: includes/class-freemius.php:21903
580
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
581
- msgstr ""
582
-
583
- #: includes/class-freemius.php:22043
584
- msgid "Site successfully opted in."
585
- msgstr ""
586
-
587
- #: includes/class-freemius.php:22044, includes/class-freemius.php:23050
588
- msgid "Awesome"
589
- msgstr ""
590
-
591
- #: includes/class-freemius.php:22060, templates/forms/optout.php:41
592
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
593
- msgstr ""
594
-
595
- #: includes/class-freemius.php:22061
596
- msgid "Thank you!"
597
- msgstr ""
598
-
599
- #: includes/class-freemius.php:22068
600
- msgid "We will no longer be sending any usage data of %s on %s to %s."
601
- msgstr ""
602
-
603
- #: includes/class-freemius.php:22226
604
- msgid "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."
605
- msgstr ""
606
-
607
- #: includes/class-freemius.php:22232
608
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
609
- msgstr ""
610
-
611
- #: includes/class-freemius.php:22237
612
- msgid "%s is the new owner of the account."
613
- msgstr ""
614
-
615
- #: includes/class-freemius.php:22239
616
- msgctxt "as congratulations"
617
- msgid "Congrats"
618
- msgstr ""
619
-
620
- #: includes/class-freemius.php:22275
621
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
622
- msgstr ""
623
-
624
- #: includes/class-freemius.php:22287
625
- msgid "Please provide your full name."
626
- msgstr ""
627
-
628
- #: includes/class-freemius.php:22292
629
- msgid "Your name was successfully updated."
630
- msgstr ""
631
-
632
- #: includes/class-freemius.php:22353
633
- msgid "You have successfully updated your %s."
634
- msgstr ""
635
-
636
- #: includes/class-freemius.php:22412
637
- 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."
638
- msgstr ""
639
-
640
- #: includes/class-freemius.php:22415
641
- msgid "Click here"
642
- msgstr ""
643
-
644
- #: includes/class-freemius.php:22513
645
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
646
- msgstr ""
647
-
648
- #: includes/class-freemius.php:22514
649
- msgctxt "advance notice of something that will need attention."
650
- msgid "Heads up"
651
- msgstr ""
652
-
653
- #: includes/class-freemius.php:23090
654
- msgctxt "exclamation"
655
- msgid "Hey"
656
- msgstr ""
657
-
658
- #: includes/class-freemius.php:23090
659
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
660
- msgstr ""
661
-
662
- #: includes/class-freemius.php:23098
663
- msgid "No commitment for %s days - cancel anytime!"
664
- msgstr ""
665
-
666
- #: includes/class-freemius.php:23099
667
- msgid "No credit card required"
668
- msgstr ""
669
-
670
- #: includes/class-freemius.php:23106, templates/forms/trial-start.php:53
671
- msgctxt "call to action"
672
- msgid "Start free trial"
673
- msgstr ""
674
-
675
- #: includes/class-freemius.php:23183
676
- 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!"
677
- msgstr ""
678
-
679
- #: includes/class-freemius.php:23192
680
- msgid "Learn more"
681
- msgstr ""
682
-
683
- #: includes/class-freemius.php:23378, templates/account.php:558, templates/account.php:708, templates/connect.php:179, templates/connect.php:461, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
684
- msgid "Activate License"
685
- msgstr ""
686
-
687
- #: includes/class-freemius.php:23379, templates/account.php:652, templates/account.php:707, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
688
- msgid "Change License"
689
- msgstr ""
690
-
691
- #: includes/class-freemius.php:23500, templates/account/partials/site.php:169
692
- msgid "Opt Out"
693
- msgstr ""
694
-
695
- #: includes/class-freemius.php:23502, includes/class-freemius.php:23508, templates/account/partials/site.php:49, templates/account/partials/site.php:169
696
- msgid "Opt In"
697
- msgstr ""
698
-
699
- #: includes/class-freemius.php:23738
700
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
701
- msgstr ""
702
-
703
- #: includes/class-freemius.php:23746
704
- msgid "Activate %s features"
705
- msgstr ""
706
-
707
- #: includes/class-freemius.php:23759
708
- msgid "Please follow these steps to complete the upgrade"
709
- msgstr ""
710
-
711
- #: includes/class-freemius.php:23763
712
- msgid "Download the latest %s version"
713
- msgstr ""
714
-
715
- #: includes/class-freemius.php:23767
716
- msgid "Upload and activate the downloaded version"
717
- msgstr ""
718
-
719
- #: includes/class-freemius.php:23769
720
- msgid "How to upload and activate?"
721
- msgstr ""
722
-
723
- #: includes/class-freemius.php:23903
724
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
725
- msgstr ""
726
-
727
- #: includes/class-freemius.php:24072
728
- msgid "Auto installation only works for opted-in users."
729
- msgstr ""
730
-
731
- #: includes/class-freemius.php:24082, includes/class-freemius.php:24115, includes/class-fs-plugin-updater.php:1261, includes/class-fs-plugin-updater.php:1275
732
- msgid "Invalid module ID."
733
- msgstr ""
734
-
735
- #: includes/class-freemius.php:24091, includes/class-fs-plugin-updater.php:1297
736
- msgid "Premium version already active."
737
- msgstr ""
738
-
739
- #: includes/class-freemius.php:24098
740
- msgid "You do not have a valid license to access the premium version."
741
- msgstr ""
742
-
743
- #: includes/class-freemius.php:24105
744
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
745
- msgstr ""
746
-
747
- #: includes/class-freemius.php:24123, includes/class-fs-plugin-updater.php:1296
748
- msgid "Premium add-on version already installed."
749
- msgstr ""
750
-
751
- #: includes/class-freemius.php:24473
752
- msgid "View paid features"
753
- msgstr ""
754
-
755
- #: includes/class-freemius.php:24795
756
- msgid "Thank you so much for using %s and its add-ons!"
757
- msgstr ""
758
-
759
- #: includes/class-freemius.php:24796
760
- msgid "Thank you so much for using %s!"
761
- msgstr ""
762
-
763
- #: includes/class-freemius.php:24802
764
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
765
- msgstr ""
766
-
767
- #: includes/class-freemius.php:24806
768
- msgid "Thank you so much for using our products!"
769
- msgstr ""
770
-
771
- #: includes/class-freemius.php:24807
772
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
773
- msgstr ""
774
-
775
- #: includes/class-freemius.php:24826
776
- msgid "%s and its add-ons"
777
- msgstr ""
778
-
779
- #: includes/class-freemius.php:24835
780
- msgid "Products"
781
- msgstr ""
782
-
783
- #: includes/class-freemius.php:24842, templates/connect.php:275
784
- msgid "Yes"
785
- msgstr ""
786
-
787
- #: includes/class-freemius.php:24843, templates/connect.php:276
788
- msgid "send me security & feature updates, educational content and offers."
789
- msgstr ""
790
-
791
- #: includes/class-freemius.php:24844, templates/connect.php:281
792
- msgid "No"
793
- msgstr ""
794
-
795
- #: includes/class-freemius.php:24846, templates/connect.php:283
796
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
797
- msgstr ""
798
-
799
- #: includes/class-freemius.php:24856
800
- 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 :-)"
801
- msgstr ""
802
-
803
- #: includes/class-freemius.php:24858, templates/connect.php:290
804
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
805
- msgstr ""
806
-
807
- #: includes/class-freemius.php:25140
808
- msgid "License key is empty."
809
- msgstr ""
810
-
811
- #: includes/class-fs-plugin-updater.php:206, templates/forms/premium-versions-upgrade-handler.php:57
812
- msgid "Renew license"
813
- msgstr ""
814
-
815
- #: includes/class-fs-plugin-updater.php:211, templates/forms/premium-versions-upgrade-handler.php:58
816
- msgid "Buy license"
817
- msgstr ""
818
-
819
- #: includes/class-fs-plugin-updater.php:327, includes/class-fs-plugin-updater.php:360
820
- msgid "There is a %s of %s available."
821
- msgstr ""
822
-
823
- #: includes/class-fs-plugin-updater.php:329, includes/class-fs-plugin-updater.php:365
824
- msgid "new Beta version"
825
- msgstr ""
826
-
827
- #: includes/class-fs-plugin-updater.php:330, includes/class-fs-plugin-updater.php:366
828
- msgid "new version"
829
- msgstr ""
830
-
831
- #: includes/class-fs-plugin-updater.php:389
832
- msgid "Important Upgrade Notice:"
833
- msgstr ""
834
-
835
- #: includes/class-fs-plugin-updater.php:1326
836
- msgid "Installing plugin: %s"
837
- msgstr ""
838
-
839
- #: includes/class-fs-plugin-updater.php:1367
840
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
841
- msgstr ""
842
-
843
- #: includes/class-fs-plugin-updater.php:1549
844
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
845
- msgstr ""
846
-
847
- #: includes/fs-plugin-info-dialog.php:541
848
- msgid "Purchase More"
849
- msgstr ""
850
-
851
- #: includes/fs-plugin-info-dialog.php:542, templates/account/partials/addon.php:385
852
- msgctxt "verb"
853
- msgid "Purchase"
854
- msgstr ""
855
-
856
- #: includes/fs-plugin-info-dialog.php:546
857
- msgid "Start my free %s"
858
- msgstr ""
859
-
860
- #: includes/fs-plugin-info-dialog.php:744
861
- msgid "Install Free Version Update Now"
862
- msgstr ""
863
-
864
- #: includes/fs-plugin-info-dialog.php:745, templates/account.php:641
865
- msgid "Install Update Now"
866
- msgstr ""
867
-
868
- #: includes/fs-plugin-info-dialog.php:754
869
- msgid "Install Free Version Now"
870
- msgstr ""
871
-
872
- #: 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
873
- msgid "Install Now"
874
- msgstr ""
875
-
876
- #: includes/fs-plugin-info-dialog.php:771
877
- msgctxt "as download latest version"
878
- msgid "Download Latest Free Version"
879
- msgstr ""
880
-
881
- #: includes/fs-plugin-info-dialog.php:772, templates/account.php:101, templates/add-ons.php:37, templates/account/partials/addon.php:25
882
- msgctxt "as download latest version"
883
- msgid "Download Latest"
884
- msgstr ""
885
-
886
- #: includes/fs-plugin-info-dialog.php:787, templates/add-ons.php:329, templates/account/partials/addon.php:356, templates/account/partials/addon.php:412
887
- msgid "Activate this add-on"
888
- msgstr ""
889
-
890
- #: includes/fs-plugin-info-dialog.php:789, templates/connect.php:458
891
- msgid "Activate Free Version"
892
- msgstr ""
893
-
894
- #: includes/fs-plugin-info-dialog.php:790, templates/account.php:125, templates/add-ons.php:330, templates/account/partials/addon.php:48
895
- msgid "Activate"
896
- msgstr ""
897
-
898
- #: includes/fs-plugin-info-dialog.php:1002
899
- msgctxt "Plugin installer section title"
900
- msgid "Description"
901
- msgstr ""
902
-
903
- #: includes/fs-plugin-info-dialog.php:1003
904
- msgctxt "Plugin installer section title"
905
- msgid "Installation"
906
- msgstr ""
907
-
908
- #: includes/fs-plugin-info-dialog.php:1004
909
- msgctxt "Plugin installer section title"
910
- msgid "FAQ"
911
- msgstr ""
912
-
913
- #: includes/fs-plugin-info-dialog.php:1005, templates/plugin-info/description.php:55
914
- msgid "Screenshots"
915
- msgstr ""
916
-
917
- #: includes/fs-plugin-info-dialog.php:1006
918
- msgctxt "Plugin installer section title"
919
- msgid "Changelog"
920
- msgstr ""
921
-
922
- #: includes/fs-plugin-info-dialog.php:1007
923
- msgctxt "Plugin installer section title"
924
- msgid "Reviews"
925
- msgstr ""
926
-
927
- #: includes/fs-plugin-info-dialog.php:1008
928
- msgctxt "Plugin installer section title"
929
- msgid "Other Notes"
930
- msgstr ""
931
-
932
- #: includes/fs-plugin-info-dialog.php:1023
933
- msgctxt "Plugin installer section title"
934
- msgid "Features & Pricing"
935
- msgstr ""
936
-
937
- #: includes/fs-plugin-info-dialog.php:1033
938
- msgid "Plugin Install"
939
- msgstr ""
940
-
941
- #: includes/fs-plugin-info-dialog.php:1105
942
- msgctxt "e.g. Professional Plan"
943
- msgid "%s Plan"
944
- msgstr ""
945
-
946
- #: includes/fs-plugin-info-dialog.php:1131
947
- msgctxt "e.g. the best product"
948
- msgid "Best"
949
- msgstr ""
950
-
951
- #: includes/fs-plugin-info-dialog.php:1137, includes/fs-plugin-info-dialog.php:1157
952
- msgctxt "as every month"
953
- msgid "Monthly"
954
- msgstr ""
955
-
956
- #: includes/fs-plugin-info-dialog.php:1140
957
- msgctxt "as once a year"
958
- msgid "Annual"
959
- msgstr ""
960
-
961
- #: includes/fs-plugin-info-dialog.php:1143
962
- msgid "Lifetime"
963
- msgstr ""
964
-
965
- #: includes/fs-plugin-info-dialog.php:1157, includes/fs-plugin-info-dialog.php:1159, includes/fs-plugin-info-dialog.php:1161
966
- msgctxt "e.g. billed monthly"
967
- msgid "Billed %s"
968
- msgstr ""
969
-
970
- #: includes/fs-plugin-info-dialog.php:1159
971
- msgctxt "as once a year"
972
- msgid "Annually"
973
- msgstr ""
974
-
975
- #: includes/fs-plugin-info-dialog.php:1161
976
- msgctxt "as once a year"
977
- msgid "Once"
978
- msgstr ""
979
-
980
- #: includes/fs-plugin-info-dialog.php:1167
981
- msgid "Single Site License"
982
- msgstr ""
983
-
984
- #: includes/fs-plugin-info-dialog.php:1169
985
- msgid "Unlimited Licenses"
986
- msgstr ""
987
-
988
- #: includes/fs-plugin-info-dialog.php:1171
989
- msgid "Up to %s Sites"
990
- msgstr ""
991
-
992
- #: includes/fs-plugin-info-dialog.php:1181, templates/plugin-info/features.php:82
993
- msgctxt "as monthly period"
994
- msgid "mo"
995
- msgstr ""
996
-
997
- #: includes/fs-plugin-info-dialog.php:1188, templates/plugin-info/features.php:80
998
- msgctxt "as annual period"
999
- msgid "year"
1000
- msgstr ""
1001
-
1002
- #: includes/fs-plugin-info-dialog.php:1242
1003
- msgctxt "noun"
1004
- msgid "Price"
1005
- msgstr ""
1006
-
1007
- #: includes/fs-plugin-info-dialog.php:1290
1008
- msgid "Save %s"
1009
- msgstr ""
1010
-
1011
- #: includes/fs-plugin-info-dialog.php:1300
1012
- msgid "No commitment for %s - cancel anytime"
1013
- msgstr ""
1014
-
1015
- #: includes/fs-plugin-info-dialog.php:1303
1016
- msgid "After your free %s, pay as little as %s"
1017
- msgstr ""
1018
-
1019
- #: includes/fs-plugin-info-dialog.php:1314
1020
- msgid "Details"
1021
- msgstr ""
1022
-
1023
- #: includes/fs-plugin-info-dialog.php:1318, templates/account.php:112, templates/debug.php:201, templates/debug.php:238, templates/debug.php:455, templates/account/partials/addon.php:36
1024
- msgctxt "product version"
1025
- msgid "Version"
1026
- msgstr ""
1027
-
1028
- #: includes/fs-plugin-info-dialog.php:1325
1029
- msgctxt "as the plugin author"
1030
- msgid "Author"
1031
- msgstr ""
1032
-
1033
- #: includes/fs-plugin-info-dialog.php:1332
1034
- msgid "Last Updated"
1035
- msgstr ""
1036
-
1037
- #: includes/fs-plugin-info-dialog.php:1337, templates/account.php:527
1038
- msgctxt "x-ago"
1039
- msgid "%s ago"
1040
- msgstr ""
1041
-
1042
- #: includes/fs-plugin-info-dialog.php:1346
1043
- msgid "Requires WordPress Version"
1044
- msgstr ""
1045
-
1046
- #: includes/fs-plugin-info-dialog.php:1347
1047
- msgid "%s or higher"
1048
- msgstr ""
1049
-
1050
- #: includes/fs-plugin-info-dialog.php:1354
1051
- msgid "Compatible up to"
1052
- msgstr ""
1053
-
1054
- #: includes/fs-plugin-info-dialog.php:1362
1055
- msgid "Downloaded"
1056
- msgstr ""
1057
-
1058
- #: includes/fs-plugin-info-dialog.php:1366
1059
- msgid "%s time"
1060
- msgstr ""
1061
-
1062
- #: includes/fs-plugin-info-dialog.php:1368
1063
- msgid "%s times"
1064
- msgstr ""
1065
-
1066
- #: includes/fs-plugin-info-dialog.php:1379
1067
- msgid "WordPress.org Plugin Page"
1068
- msgstr ""
1069
-
1070
- #: includes/fs-plugin-info-dialog.php:1388
1071
- msgid "Plugin Homepage"
1072
- msgstr ""
1073
-
1074
- #: includes/fs-plugin-info-dialog.php:1397, includes/fs-plugin-info-dialog.php:1481
1075
- msgid "Donate to this plugin"
1076
- msgstr ""
1077
-
1078
- #: includes/fs-plugin-info-dialog.php:1404
1079
- msgid "Average Rating"
1080
- msgstr ""
1081
-
1082
- #: includes/fs-plugin-info-dialog.php:1411
1083
- msgid "based on %s"
1084
- msgstr ""
1085
-
1086
- #: includes/fs-plugin-info-dialog.php:1415
1087
- msgid "%s rating"
1088
- msgstr ""
1089
-
1090
- #: includes/fs-plugin-info-dialog.php:1417
1091
- msgid "%s ratings"
1092
- msgstr ""
1093
-
1094
- #: includes/fs-plugin-info-dialog.php:1432
1095
- msgid "%s star"
1096
- msgstr ""
1097
-
1098
- #: includes/fs-plugin-info-dialog.php:1434
1099
- msgid "%s stars"
1100
- msgstr ""
1101
-
1102
- #: includes/fs-plugin-info-dialog.php:1446
1103
- msgid "Click to see reviews that provided a rating of %s"
1104
- msgstr ""
1105
-
1106
- #: includes/fs-plugin-info-dialog.php:1459
1107
- msgid "Contributors"
1108
- msgstr ""
1109
-
1110
- #: includes/fs-plugin-info-dialog.php:1489, includes/fs-plugin-info-dialog.php:1491
1111
- msgid "Warning"
1112
- msgstr ""
1113
-
1114
- #: includes/fs-plugin-info-dialog.php:1489
1115
- msgid "This plugin has not been tested with your current version of WordPress."
1116
- msgstr ""
1117
-
1118
- #: includes/fs-plugin-info-dialog.php:1491
1119
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1120
- msgstr ""
1121
-
1122
- #: includes/fs-plugin-info-dialog.php:1510
1123
- msgid "Paid add-on must be deployed to Freemius."
1124
- msgstr ""
1125
-
1126
- #: includes/fs-plugin-info-dialog.php:1511
1127
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1128
- msgstr ""
1129
-
1130
- #: includes/fs-plugin-info-dialog.php:1532
1131
- msgid "Newer Version (%s) Installed"
1132
- msgstr ""
1133
-
1134
- #: includes/fs-plugin-info-dialog.php:1533
1135
- msgid "Newer Free Version (%s) Installed"
1136
- msgstr ""
1137
-
1138
- #: includes/fs-plugin-info-dialog.php:1540
1139
- msgid "Latest Version Installed"
1140
- msgstr ""
1141
-
1142
- #: includes/fs-plugin-info-dialog.php:1541
1143
- msgid "Latest Free Version Installed"
1144
- msgstr ""
1145
-
1146
- #: templates/account.php:102, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:311
1147
- msgid "Downgrading your plan"
1148
- msgstr ""
1149
-
1150
- #: templates/account.php:103, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:312
1151
- msgid "Cancelling the subscription"
1152
- msgstr ""
1153
-
1154
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
1155
- #: templates/account.php:105, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:314
1156
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1157
- msgstr ""
1158
-
1159
- #: templates/account.php:106, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:315
1160
- 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."
1161
- msgstr ""
1162
-
1163
- #: templates/account.php:107, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
1164
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1165
- msgstr ""
1166
-
1167
- #: templates/account.php:108, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:316
1168
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1169
- msgstr ""
1170
-
1171
- #: templates/account.php:109, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:317
1172
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1173
- msgstr ""
1174
-
1175
- #. translators: %s: Plan title (e.g. "Professional")
1176
- #: templates/account.php:111, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
1177
- msgid "Activate %s Plan"
1178
- msgstr ""
1179
-
1180
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1181
- #: templates/account.php:114, templates/account/partials/addon.php:38, templates/account/partials/site.php:291
1182
- msgid "Auto renews in %s"
1183
- msgstr ""
1184
-
1185
- #. translators: %s: Time period (e.g. Expires in "2 months")
1186
- #: templates/account.php:116, templates/account/partials/addon.php:40, templates/account/partials/site.php:293
1187
- msgid "Expires in %s"
1188
- msgstr ""
1189
-
1190
- #: templates/account.php:117
1191
- msgctxt "as synchronize license"
1192
- msgid "Sync License"
1193
- msgstr ""
1194
-
1195
- #: templates/account.php:118, templates/account/partials/addon.php:41
1196
- msgid "Cancel Trial"
1197
- msgstr ""
1198
-
1199
- #: templates/account.php:119, templates/account/partials/addon.php:42
1200
- msgid "Change Plan"
1201
- msgstr ""
1202
-
1203
- #: templates/account.php:120, templates/account/partials/addon.php:43
1204
- msgctxt "verb"
1205
- msgid "Upgrade"
1206
- msgstr ""
1207
-
1208
- #: templates/account.php:122, templates/account/partials/addon.php:45, templates/account/partials/site.php:318
1209
- msgctxt "verb"
1210
- msgid "Downgrade"
1211
- msgstr ""
1212
-
1213
- #: templates/account.php:124, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:47, templates/account/partials/site.php:33
1214
- msgid "Free"
1215
- msgstr ""
1216
-
1217
- #: templates/account.php:126, templates/debug.php:371, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:49
1218
- msgctxt "as product pricing plan"
1219
- msgid "Plan"
1220
- msgstr ""
1221
-
1222
- #: templates/account.php:127
1223
- msgid "Bundle Plan"
1224
- msgstr ""
1225
-
1226
- #: templates/account.php:250
1227
- msgid "Free Trial"
1228
- msgstr ""
1229
-
1230
- #: templates/account.php:261
1231
- msgid "Account Details"
1232
- msgstr ""
1233
-
1234
- #: templates/account.php:268, templates/forms/data-debug-mode.php:33
1235
- msgid "Start Debug"
1236
- msgstr ""
1237
-
1238
- #: templates/account.php:270
1239
- msgid "Stop Debug"
1240
- msgstr ""
1241
-
1242
- #: templates/account.php:277
1243
- msgid "Billing & Invoices"
1244
- msgstr ""
1245
-
1246
- #: templates/account.php:288
1247
- 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?"
1248
- msgstr ""
1249
-
1250
- #: templates/account.php:290
1251
- 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?"
1252
- msgstr ""
1253
-
1254
- #: templates/account.php:293
1255
- msgid "Delete Account"
1256
- msgstr ""
1257
-
1258
- #: templates/account.php:305, templates/account/partials/addon.php:231, templates/account/partials/deactivate-license-button.php:35
1259
- msgid "Deactivate License"
1260
- msgstr ""
1261
-
1262
- #: templates/account.php:328, templates/forms/subscription-cancellation.php:125
1263
- msgid "Are you sure you want to proceed?"
1264
- msgstr ""
1265
-
1266
- #: templates/account.php:328, templates/account/partials/addon.php:255
1267
- msgid "Cancel Subscription"
1268
- msgstr ""
1269
-
1270
- #: templates/account.php:357, templates/account/partials/addon.php:340
1271
- msgctxt "as synchronize"
1272
- msgid "Sync"
1273
- msgstr ""
1274
-
1275
- #: templates/account.php:372, templates/debug.php:505
1276
- msgid "Name"
1277
- msgstr ""
1278
-
1279
- #: templates/account.php:378, templates/debug.php:506
1280
- msgid "Email"
1281
- msgstr ""
1282
-
1283
- #: templates/account.php:385, templates/debug.php:369, templates/debug.php:555
1284
- msgid "User ID"
1285
- msgstr ""
1286
-
1287
- #: templates/account.php:403, templates/account.php:721, templates/account.php:754, templates/debug.php:236, templates/debug.php:363, templates/debug.php:452, templates/debug.php:504, templates/debug.php:553, templates/debug.php:632, templates/account/payments.php:35, templates/debug/logger.php:21
1288
- msgid "ID"
1289
- msgstr ""
1290
-
1291
- #: templates/account.php:410
1292
- msgid "Site ID"
1293
- msgstr ""
1294
-
1295
- #: templates/account.php:413
1296
- msgid "No ID"
1297
- msgstr ""
1298
-
1299
- #: templates/account.php:418, templates/debug.php:243, templates/debug.php:372, templates/debug.php:456, templates/debug.php:508, templates/account/partials/site.php:227
1300
- msgid "Public Key"
1301
- msgstr ""
1302
-
1303
- #: templates/account.php:424, templates/debug.php:373, templates/debug.php:457, templates/debug.php:509, templates/account/partials/site.php:239
1304
- msgid "Secret Key"
1305
- msgstr ""
1306
-
1307
- #: templates/account.php:427
1308
- msgctxt "as secret encryption key missing"
1309
- msgid "No Secret"
1310
- msgstr ""
1311
-
1312
- #: templates/account.php:454, templates/account/partials/site.php:120, templates/account/partials/site.php:122
1313
- msgid "Trial"
1314
- msgstr ""
1315
-
1316
- #: templates/account.php:481, templates/debug.php:561, templates/account/partials/site.php:260
1317
- msgid "License Key"
1318
- msgstr ""
1319
-
1320
- #: templates/account.php:512
1321
- msgid "Join the Beta program"
1322
- msgstr ""
1323
-
1324
- #: templates/account.php:518
1325
- msgid "not verified"
1326
- msgstr ""
1327
-
1328
- #: templates/account.php:527, templates/account/partials/addon.php:190
1329
- msgid "Expired"
1330
- msgstr ""
1331
-
1332
- #: templates/account.php:587
1333
- msgid "Premium version"
1334
- msgstr ""
1335
-
1336
- #: templates/account.php:589
1337
- msgid "Free version"
1338
- msgstr ""
1339
-
1340
- #: templates/account.php:601
1341
- msgid "Verify Email"
1342
- msgstr ""
1343
-
1344
- #: templates/account.php:615
1345
- msgid "Download %s Version"
1346
- msgstr ""
1347
-
1348
- #: templates/account.php:631
1349
- msgid "Download Paid Version"
1350
- msgstr ""
1351
-
1352
- #: templates/account.php:649, templates/account.php:892, templates/account/partials/site.php:248, templates/account/partials/site.php:270
1353
- msgctxt "verb"
1354
- msgid "Show"
1355
- msgstr ""
1356
-
1357
- #: templates/account.php:664
1358
- msgid "What is your %s?"
1359
- msgstr ""
1360
-
1361
- #: templates/account.php:672, templates/account/billing.php:21
1362
- msgctxt "verb"
1363
- msgid "Edit"
1364
- msgstr ""
1365
-
1366
- #: templates/account.php:676, templates/forms/user-change.php:27
1367
- msgid "Change User"
1368
- msgstr ""
1369
-
1370
- #: templates/account.php:700
1371
- msgid "Sites"
1372
- msgstr ""
1373
-
1374
- #: templates/account.php:713
1375
- msgid "Search by address"
1376
- msgstr ""
1377
-
1378
- #: templates/account.php:722, templates/debug.php:366
1379
- msgid "Address"
1380
- msgstr ""
1381
-
1382
- #: templates/account.php:723
1383
- msgid "License"
1384
- msgstr ""
1385
-
1386
- #: templates/account.php:724
1387
- msgid "Plan"
1388
- msgstr ""
1389
-
1390
- #: templates/account.php:757
1391
- msgctxt "as software license"
1392
- msgid "License"
1393
- msgstr ""
1394
-
1395
- #: templates/account.php:886
1396
- msgctxt "verb"
1397
- msgid "Hide"
1398
- msgstr ""
1399
-
1400
- #: templates/account.php:908, templates/forms/data-debug-mode.php:31
1401
- msgid "Processing"
1402
- msgstr ""
1403
-
1404
- #: templates/account.php:911
1405
- msgid "Get updates for bleeding edge Beta versions of %s."
1406
- msgstr ""
1407
-
1408
- #: templates/account.php:969
1409
- msgid "Cancelling %s"
1410
- msgstr ""
1411
-
1412
- #: templates/account.php:969, templates/account.php:986, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:133
1413
- msgid "trial"
1414
- msgstr ""
1415
-
1416
- #: templates/account.php:984, templates/forms/deactivation/form.php:150
1417
- msgid "Cancelling %s..."
1418
- msgstr ""
1419
-
1420
- #: templates/account.php:987, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:134
1421
- msgid "subscription"
1422
- msgstr ""
1423
-
1424
- #: templates/account.php:1001
1425
- 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?"
1426
- msgstr ""
1427
-
1428
- #: templates/account.php:1075
1429
- msgid "Disabling white-label mode"
1430
- msgstr ""
1431
-
1432
- #: templates/account.php:1076
1433
- msgid "Enabling white-label mode"
1434
- msgstr ""
1435
-
1436
- #: templates/add-ons.php:38
1437
- msgid "View details"
1438
- msgstr ""
1439
-
1440
- #: templates/add-ons.php:48
1441
- msgid "Add Ons for %s"
1442
- msgstr ""
1443
-
1444
- #: templates/add-ons.php:58
1445
- 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."
1446
- msgstr ""
1447
-
1448
- #: templates/add-ons.php:229
1449
- msgctxt "active add-on"
1450
- msgid "Active"
1451
- msgstr ""
1452
-
1453
- #: templates/add-ons.php:230
1454
- msgctxt "installed add-on"
1455
- msgid "Installed"
1456
- msgstr ""
1457
-
1458
- #: templates/admin-notice.php:13, templates/forms/license-activation.php:222, templates/forms/resend-key.php:77
1459
- msgctxt "as close a window"
1460
- msgid "Dismiss"
1461
- msgstr ""
1462
-
1463
- #: templates/auto-installation.php:45
1464
- msgid "%s sec"
1465
- msgstr ""
1466
-
1467
- #: templates/auto-installation.php:83
1468
- msgid "Automatic Installation"
1469
- msgstr ""
1470
-
1471
- #: templates/auto-installation.php:93
1472
- 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."
1473
- msgstr ""
1474
-
1475
- #: templates/auto-installation.php:104
1476
- 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."
1477
- msgstr ""
1478
-
1479
- #: templates/auto-installation.php:109
1480
- msgid "Cancel Installation"
1481
- msgstr ""
1482
-
1483
- #: templates/checkout.php:180
1484
- msgid "Checkout"
1485
- msgstr ""
1486
-
1487
- #: templates/checkout.php:180
1488
- msgid "PCI compliant"
1489
- msgstr ""
1490
-
1491
- #. translators: %s: name (e.g. Hey John,)
1492
- #: templates/connect.php:112
1493
- msgctxt "greeting"
1494
- msgid "Hey %s,"
1495
- msgstr ""
1496
-
1497
- #: templates/connect.php:162
1498
- msgid "Allow & Continue"
1499
- msgstr ""
1500
-
1501
- #: templates/connect.php:166
1502
- msgid "Re-send activation email"
1503
- msgstr ""
1504
-
1505
- #: templates/connect.php:170
1506
- msgid "Thanks %s!"
1507
- msgstr ""
1508
-
1509
- #: templates/connect.php:180, templates/forms/license-activation.php:46
1510
- msgid "Agree & Activate License"
1511
- msgstr ""
1512
-
1513
- #: templates/connect.php:184
1514
- msgid "Welcome to %s! To get started, please enter your license key:"
1515
- msgstr ""
1516
-
1517
- #: templates/connect.php:191
1518
- 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."
1519
- msgstr ""
1520
-
1521
- #: templates/connect.php:192
1522
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1523
- msgstr ""
1524
-
1525
- #: templates/connect.php:198
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. If you skip this, that's okay! %1$s will still work just fine."
1527
- msgstr ""
1528
-
1529
- #: templates/connect.php:199
1530
- 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."
1531
- msgstr ""
1532
-
1533
- #: templates/connect.php:233
1534
- msgid "We're excited to introduce the Freemius network-level integration."
1535
- msgstr ""
1536
-
1537
- #: templates/connect.php:236
1538
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1539
- msgstr ""
1540
-
1541
- #: templates/connect.php:238
1542
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1543
- msgstr ""
1544
-
1545
- #: templates/connect.php:240
1546
- msgid "%s's paid features"
1547
- msgstr ""
1548
-
1549
- #: templates/connect.php:245
1550
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1551
- msgstr ""
1552
-
1553
- #: templates/connect.php:247
1554
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1555
- msgstr ""
1556
-
1557
- #: templates/connect.php:256, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
1558
- msgid "License key"
1559
- msgstr ""
1560
-
1561
- #: templates/connect.php:259, templates/forms/license-activation.php:22
1562
- msgid "Can't find your license key?"
1563
- msgstr ""
1564
-
1565
- #: templates/connect.php:318, templates/connect.php:700, templates/forms/deactivation/retry-skip.php:20
1566
- msgctxt "verb"
1567
- msgid "Skip"
1568
- msgstr ""
1569
-
1570
- #: templates/connect.php:321
1571
- msgid "Delegate to Site Admins"
1572
- msgstr ""
1573
-
1574
- #: templates/connect.php:321
1575
- msgid "If you click it, this decision will be delegated to the sites administrators."
1576
- msgstr ""
1577
-
1578
- #: templates/connect.php:346
1579
- msgid "License issues?"
1580
- msgstr ""
1581
-
1582
- #: templates/connect.php:362
1583
- msgid "Your Profile Overview"
1584
- msgstr ""
1585
-
1586
- #: templates/connect.php:363
1587
- msgid "Name and email address"
1588
- msgstr ""
1589
-
1590
- #: templates/connect.php:370
1591
- msgid "So you can manage and control your license remotely from the User Dashboard."
1592
- msgstr ""
1593
-
1594
- #: templates/connect.php:371
1595
- msgid "Your Site Overview"
1596
- msgstr ""
1597
-
1598
- #: templates/connect.php:372
1599
- msgid "Site URL, WP version, PHP info"
1600
- msgstr ""
1601
-
1602
- #: templates/connect.php:379
1603
- msgid "Admin Notices"
1604
- msgstr ""
1605
-
1606
- #: templates/connect.php:380, templates/connect.php:398
1607
- msgid "Updates, announcements, marketing, no spam"
1608
- msgstr ""
1609
-
1610
- #: templates/connect.php:387
1611
- msgid "So you can reuse the license when the %s is no longer active."
1612
- msgstr ""
1613
-
1614
- #: templates/connect.php:388
1615
- msgid "Current %s Status"
1616
- msgstr ""
1617
-
1618
- #: templates/connect.php:389
1619
- msgid "Active, deactivated, or uninstalled"
1620
- msgstr ""
1621
-
1622
- #: templates/connect.php:397
1623
- msgid "Newsletter"
1624
- msgstr ""
1625
-
1626
- #: templates/connect.php:405
1627
- msgid "Plugins & Themes"
1628
- msgstr ""
1629
-
1630
- #: templates/connect.php:405
1631
- msgid "optional"
1632
- msgstr ""
1633
-
1634
- #: templates/connect.php:406
1635
- msgid "To help us troubleshoot any potential issues that may arise from other plugin or theme conflicts."
1636
- msgstr ""
1637
-
1638
- #: templates/connect.php:407
1639
- msgid "Title, slug, version, and is active"
1640
- msgstr ""
1641
-
1642
- #: templates/connect.php:424
1643
- msgid "The %1$s will periodically send %2$s to %3$s for security & feature updates delivery, and license management."
1644
- msgstr ""
1645
-
1646
- #: templates/connect.php:426
1647
- msgid "diagnostic data"
1648
- msgstr ""
1649
-
1650
- #: templates/connect.php:427
1651
- msgid "Freemius is our licensing and software updates engine"
1652
- msgstr ""
1653
-
1654
- #: templates/connect.php:430
1655
- msgid "What permissions are being granted?"
1656
- msgstr ""
1657
-
1658
- #: templates/connect.php:457
1659
- msgid "Don't have a license key?"
1660
- msgstr ""
1661
-
1662
- #: templates/connect.php:460
1663
- msgid "Have a license key?"
1664
- msgstr ""
1665
-
1666
- #: templates/connect.php:468
1667
- msgid "Privacy Policy"
1668
- msgstr ""
1669
-
1670
- #: templates/connect.php:470
1671
- msgid "License Agreement"
1672
- msgstr ""
1673
-
1674
- #: templates/connect.php:470
1675
- msgid "Terms of Service"
1676
- msgstr ""
1677
-
1678
- #: templates/connect.php:866
1679
- msgctxt "as in the process of sending an email"
1680
- msgid "Sending email"
1681
- msgstr ""
1682
-
1683
- #: templates/connect.php:867
1684
- msgctxt "as activating plugin"
1685
- msgid "Activating"
1686
- msgstr ""
1687
-
1688
- #: templates/contact.php:78
1689
- msgid "Contact"
1690
- msgstr ""
1691
-
1692
- #: templates/debug.php:17
1693
- msgctxt "as turned off"
1694
- msgid "Off"
1695
- msgstr ""
1696
-
1697
- #: templates/debug.php:18
1698
- msgctxt "as turned on"
1699
- msgid "On"
1700
- msgstr ""
1701
-
1702
- #: templates/debug.php:20
1703
- msgid "SDK"
1704
- msgstr ""
1705
-
1706
- #: templates/debug.php:24
1707
- msgctxt "as code debugging"
1708
- msgid "Debugging"
1709
- msgstr ""
1710
-
1711
- #: templates/debug.php:52, templates/debug.php:248, templates/debug.php:374, templates/debug.php:510
1712
- msgid "Actions"
1713
- msgstr ""
1714
-
1715
- #: templates/debug.php:62
1716
- msgid "Are you sure you want to delete all Freemius data?"
1717
- msgstr ""
1718
-
1719
- #: templates/debug.php:62
1720
- msgid "Delete All Accounts"
1721
- msgstr ""
1722
-
1723
- #: templates/debug.php:69
1724
- msgid "Clear API Cache"
1725
- msgstr ""
1726
-
1727
- #: templates/debug.php:77
1728
- msgid "Clear Updates Transients"
1729
- msgstr ""
1730
-
1731
- #: templates/debug.php:84
1732
- msgid "Sync Data From Server"
1733
- msgstr ""
1734
-
1735
- #: templates/debug.php:93
1736
- msgid "Migrate Options to Network"
1737
- msgstr ""
1738
-
1739
- #: templates/debug.php:98
1740
- msgid "Load DB Option"
1741
- msgstr ""
1742
-
1743
- #: templates/debug.php:101
1744
- msgid "Set DB Option"
1745
- msgstr ""
1746
-
1747
- #: templates/debug.php:180
1748
- msgid "Key"
1749
- msgstr ""
1750
-
1751
- #: templates/debug.php:181
1752
- msgid "Value"
1753
- msgstr ""
1754
-
1755
- #: templates/debug.php:197
1756
- msgctxt "as software development kit versions"
1757
- msgid "SDK Versions"
1758
- msgstr ""
1759
-
1760
- #: templates/debug.php:202
1761
- msgid "SDK Path"
1762
- msgstr ""
1763
-
1764
- #: templates/debug.php:203, templates/debug.php:242
1765
- msgid "Module Path"
1766
- msgstr ""
1767
-
1768
- #: templates/debug.php:204
1769
- msgid "Is Active"
1770
- msgstr ""
1771
-
1772
- #: templates/debug.php:232, templates/debug/plugins-themes-sync.php:35
1773
- msgid "Plugins"
1774
- msgstr ""
1775
-
1776
- #: templates/debug.php:232, templates/debug/plugins-themes-sync.php:56
1777
- msgid "Themes"
1778
- msgstr ""
1779
-
1780
- #: templates/debug.php:237, templates/debug.php:368, templates/debug.php:454, templates/debug/scheduled-crons.php:80
1781
- msgid "Slug"
1782
- msgstr ""
1783
-
1784
- #: templates/debug.php:239, templates/debug.php:453
1785
- msgid "Title"
1786
- msgstr ""
1787
-
1788
- #: templates/debug.php:240
1789
- msgctxt "as application program interface"
1790
- msgid "API"
1791
- msgstr ""
1792
-
1793
- #: templates/debug.php:241
1794
- msgid "Freemius State"
1795
- msgstr ""
1796
-
1797
- #: templates/debug.php:245
1798
- msgid "Network Blog"
1799
- msgstr ""
1800
-
1801
- #: templates/debug.php:246
1802
- msgid "Network User"
1803
- msgstr ""
1804
-
1805
- #: templates/debug.php:283
1806
- msgctxt "as connection was successful"
1807
- msgid "Connected"
1808
- msgstr ""
1809
-
1810
- #: templates/debug.php:284
1811
- msgctxt "as connection blocked"
1812
- msgid "Blocked"
1813
- msgstr ""
1814
-
1815
- #: templates/debug.php:320
1816
- msgid "Simulate Trial Promotion"
1817
- msgstr ""
1818
-
1819
- #: templates/debug.php:332
1820
- msgid "Simulate Network Upgrade"
1821
- msgstr ""
1822
-
1823
- #: templates/debug.php:357
1824
- msgid "%s Installs"
1825
- msgstr ""
1826
-
1827
- #: templates/debug.php:359
1828
- msgctxt "like websites"
1829
- msgid "Sites"
1830
- msgstr ""
1831
-
1832
- #: templates/debug.php:365, templates/account/partials/site.php:156
1833
- msgid "Blog ID"
1834
- msgstr ""
1835
-
1836
- #: templates/debug.php:370
1837
- msgid "License ID"
1838
- msgstr ""
1839
-
1840
- #: templates/debug.php:434, templates/debug.php:533, templates/account/partials/addon.php:435
1841
- msgctxt "verb"
1842
- msgid "Delete"
1843
- msgstr ""
1844
-
1845
- #: templates/debug.php:448
1846
- msgid "Add Ons of module %s"
1847
- msgstr ""
1848
-
1849
- #: templates/debug.php:500
1850
- msgid "Users"
1851
- msgstr ""
1852
-
1853
- #: templates/debug.php:507
1854
- msgid "Verified"
1855
- msgstr ""
1856
-
1857
- #: templates/debug.php:549
1858
- msgid "%s Licenses"
1859
- msgstr ""
1860
-
1861
- #: templates/debug.php:554
1862
- msgid "Plugin ID"
1863
- msgstr ""
1864
-
1865
- #: templates/debug.php:556
1866
- msgid "Plan ID"
1867
- msgstr ""
1868
-
1869
- #: templates/debug.php:557
1870
- msgid "Quota"
1871
- msgstr ""
1872
-
1873
- #: templates/debug.php:558
1874
- msgid "Activated"
1875
- msgstr ""
1876
-
1877
- #: templates/debug.php:559
1878
- msgid "Blocking"
1879
- msgstr ""
1880
-
1881
- #: templates/debug.php:560, templates/debug.php:631, templates/debug/logger.php:22
1882
- msgid "Type"
1883
- msgstr ""
1884
-
1885
- #: templates/debug.php:562
1886
- msgctxt "as expiration date"
1887
- msgid "Expiration"
1888
- msgstr ""
1889
-
1890
- #: templates/debug.php:590
1891
- msgid "Debug Log"
1892
- msgstr ""
1893
-
1894
- #: templates/debug.php:594
1895
- msgid "All Types"
1896
- msgstr ""
1897
-
1898
- #: templates/debug.php:601
1899
- msgid "All Requests"
1900
- msgstr ""
1901
-
1902
- #: templates/debug.php:606, templates/debug.php:635, templates/debug/logger.php:25
1903
- msgid "File"
1904
- msgstr ""
1905
-
1906
- #: templates/debug.php:607, templates/debug.php:633, templates/debug/logger.php:23
1907
- msgid "Function"
1908
- msgstr ""
1909
-
1910
- #: templates/debug.php:608
1911
- msgid "Process ID"
1912
- msgstr ""
1913
-
1914
- #: templates/debug.php:609
1915
- msgid "Logger"
1916
- msgstr ""
1917
-
1918
- #: templates/debug.php:610, templates/debug.php:634, templates/debug/logger.php:24
1919
- msgid "Message"
1920
- msgstr ""
1921
-
1922
- #: templates/debug.php:612
1923
- msgid "Filter"
1924
- msgstr ""
1925
-
1926
- #: templates/debug.php:620
1927
- msgid "Download"
1928
- msgstr ""
1929
-
1930
- #: templates/debug.php:636, templates/debug/logger.php:26
1931
- msgid "Timestamp"
1932
- msgstr ""
1933
-
1934
- #: templates/secure-https-header.php:28
1935
- msgid "Secure HTTPS %s page, running from an external domain"
1936
- msgstr ""
1937
-
1938
- #: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
1939
- msgid "Support"
1940
- msgstr ""
1941
-
1942
- #: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
1943
- msgctxt "milliseconds"
1944
- msgid "ms"
1945
- msgstr ""
1946
-
1947
- #: includes/debug/debug-bar-start.php:41
1948
- msgid "Freemius API"
1949
- msgstr ""
1950
-
1951
- #: includes/debug/debug-bar-start.php:42
1952
- msgid "Requests"
1953
- msgstr ""
1954
-
1955
- #: templates/account/billing.php:22
1956
- msgctxt "verb"
1957
- msgid "Update"
1958
- msgstr ""
1959
-
1960
- #: templates/account/billing.php:33
1961
- msgid "Billing"
1962
- msgstr ""
1963
-
1964
- #: templates/account/billing.php:38, templates/account/billing.php:38
1965
- msgid "Business name"
1966
- msgstr ""
1967
-
1968
- #: templates/account/billing.php:39, templates/account/billing.php:39
1969
- msgid "Tax / VAT ID"
1970
- msgstr ""
1971
-
1972
- #: templates/account/billing.php:42, templates/account/billing.php:42, templates/account/billing.php:43, templates/account/billing.php:43
1973
- msgid "Address Line %d"
1974
- msgstr ""
1975
-
1976
- #: templates/account/billing.php:46, templates/account/billing.php:46
1977
- msgid "City"
1978
- msgstr ""
1979
-
1980
- #: templates/account/billing.php:46, templates/account/billing.php:46
1981
- msgid "Town"
1982
- msgstr ""
1983
-
1984
- #: templates/account/billing.php:47, templates/account/billing.php:47
1985
- msgid "ZIP / Postal Code"
1986
- msgstr ""
1987
-
1988
- #: templates/account/billing.php:302
1989
- msgid "Country"
1990
- msgstr ""
1991
-
1992
- #: templates/account/billing.php:304
1993
- msgid "Select Country"
1994
- msgstr ""
1995
-
1996
- #: templates/account/billing.php:311, templates/account/billing.php:312
1997
- msgid "State"
1998
- msgstr ""
1999
-
2000
- #: templates/account/billing.php:311, templates/account/billing.php:312
2001
- msgid "Province"
2002
- msgstr ""
2003
-
2004
- #: templates/account/payments.php:29
2005
- msgid "Payments"
2006
- msgstr ""
2007
-
2008
- #: templates/account/payments.php:36
2009
- msgid "Date"
2010
- msgstr ""
2011
-
2012
- #: templates/account/payments.php:37
2013
- msgid "Amount"
2014
- msgstr ""
2015
-
2016
- #: templates/account/payments.php:38, templates/account/payments.php:50
2017
- msgid "Invoice"
2018
- msgstr ""
2019
-
2020
- #: templates/debug/api-calls.php:56
2021
- msgid "API"
2022
- msgstr ""
2023
-
2024
- #: templates/debug/api-calls.php:68
2025
- msgid "Method"
2026
- msgstr ""
2027
-
2028
- #: templates/debug/api-calls.php:69
2029
- msgid "Code"
2030
- msgstr ""
2031
-
2032
- #: templates/debug/api-calls.php:70
2033
- msgid "Length"
2034
- msgstr ""
2035
-
2036
- #: templates/debug/api-calls.php:71
2037
- msgctxt "as file/folder path"
2038
- msgid "Path"
2039
- msgstr ""
2040
-
2041
- #: templates/debug/api-calls.php:73
2042
- msgid "Body"
2043
- msgstr ""
2044
-
2045
- #: templates/debug/api-calls.php:75
2046
- msgid "Result"
2047
- msgstr ""
2048
-
2049
- #: templates/debug/api-calls.php:76
2050
- msgid "Start"
2051
- msgstr ""
2052
-
2053
- #: templates/debug/api-calls.php:77
2054
- msgid "End"
2055
- msgstr ""
2056
-
2057
- #: templates/debug/logger.php:15
2058
- msgid "Log"
2059
- msgstr ""
2060
-
2061
- #. translators: %s: time period (e.g. In "2 hours")
2062
- #: templates/debug/plugins-themes-sync.php:18, templates/debug/scheduled-crons.php:91
2063
- msgid "In %s"
2064
- msgstr ""
2065
-
2066
- #. translators: %s: time period (e.g. "2 hours" ago)
2067
- #: templates/debug/plugins-themes-sync.php:20, templates/debug/scheduled-crons.php:93
2068
- msgid "%s ago"
2069
- msgstr ""
2070
-
2071
- #: templates/debug/plugins-themes-sync.php:21, templates/debug/scheduled-crons.php:74
2072
- msgctxt "seconds"
2073
- msgid "sec"
2074
- msgstr ""
2075
-
2076
- #: templates/debug/plugins-themes-sync.php:23
2077
- msgid "Plugins & Themes Sync"
2078
- msgstr ""
2079
-
2080
- #: templates/debug/plugins-themes-sync.php:28
2081
- msgid "Total"
2082
- msgstr ""
2083
-
2084
- #: templates/debug/plugins-themes-sync.php:29, templates/debug/scheduled-crons.php:84
2085
- msgid "Last"
2086
- msgstr ""
2087
-
2088
- #: templates/debug/scheduled-crons.php:76
2089
- msgid "Scheduled Crons"
2090
- msgstr ""
2091
-
2092
- #: templates/debug/scheduled-crons.php:81
2093
- msgid "Module"
2094
- msgstr ""
2095
-
2096
- #: templates/debug/scheduled-crons.php:82
2097
- msgid "Module Type"
2098
- msgstr ""
2099
-
2100
- #: templates/debug/scheduled-crons.php:83
2101
- msgid "Cron Type"
2102
- msgstr ""
2103
-
2104
- #: templates/debug/scheduled-crons.php:85
2105
- msgid "Next"
2106
- msgstr ""
2107
-
2108
- #: templates/forms/affiliation.php:82
2109
- msgid "Non-expiring"
2110
- msgstr ""
2111
-
2112
- #: templates/forms/affiliation.php:85
2113
- msgid "Apply to become an affiliate"
2114
- msgstr ""
2115
-
2116
- #: templates/forms/affiliation.php:107
2117
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2118
- msgstr ""
2119
-
2120
- #: templates/forms/affiliation.php:122
2121
- 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."
2122
- msgstr ""
2123
-
2124
- #: templates/forms/affiliation.php:125
2125
- msgid "Your affiliation account was temporarily suspended."
2126
- msgstr ""
2127
-
2128
- #: templates/forms/affiliation.php:128
2129
- 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."
2130
- msgstr ""
2131
-
2132
- #: templates/forms/affiliation.php:131
2133
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2134
- msgstr ""
2135
-
2136
- #: templates/forms/affiliation.php:144
2137
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2138
- msgstr ""
2139
-
2140
- #: templates/forms/affiliation.php:145
2141
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2142
- msgstr ""
2143
-
2144
- #: templates/forms/affiliation.php:148
2145
- msgid "Program Summary"
2146
- msgstr ""
2147
-
2148
- #: templates/forms/affiliation.php:150
2149
- msgid "%s commission when a customer purchases a new license."
2150
- msgstr ""
2151
-
2152
- #: templates/forms/affiliation.php:152
2153
- msgid "Get commission for automated subscription renewals."
2154
- msgstr ""
2155
-
2156
- #: templates/forms/affiliation.php:155
2157
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2158
- msgstr ""
2159
-
2160
- #: templates/forms/affiliation.php:158
2161
- msgid "Unlimited commissions."
2162
- msgstr ""
2163
-
2164
- #: templates/forms/affiliation.php:160
2165
- msgid "%s minimum payout amount."
2166
- msgstr ""
2167
-
2168
- #: templates/forms/affiliation.php:161
2169
- msgid "Payouts are in USD and processed monthly via PayPal."
2170
- msgstr ""
2171
-
2172
- #: templates/forms/affiliation.php:162
2173
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2174
- msgstr ""
2175
-
2176
- #: templates/forms/affiliation.php:165
2177
- msgid "Affiliate"
2178
- msgstr ""
2179
-
2180
- #: templates/forms/affiliation.php:168, templates/forms/resend-key.php:23
2181
- msgid "Email address"
2182
- msgstr ""
2183
-
2184
- #: templates/forms/affiliation.php:172
2185
- msgid "Full name"
2186
- msgstr ""
2187
-
2188
- #: templates/forms/affiliation.php:176
2189
- msgid "PayPal account email address"
2190
- msgstr ""
2191
-
2192
- #: templates/forms/affiliation.php:180
2193
- msgid "Where are you going to promote the %s?"
2194
- msgstr ""
2195
-
2196
- #: templates/forms/affiliation.php:182
2197
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2198
- msgstr ""
2199
-
2200
- #: templates/forms/affiliation.php:184
2201
- msgid "Add another domain"
2202
- msgstr ""
2203
-
2204
- #: templates/forms/affiliation.php:188
2205
- msgid "Extra Domains"
2206
- msgstr ""
2207
-
2208
- #: templates/forms/affiliation.php:189
2209
- msgid "Extra domains where you will be marketing the product from."
2210
- msgstr ""
2211
-
2212
- #: templates/forms/affiliation.php:199
2213
- msgid "Promotion methods"
2214
- msgstr ""
2215
-
2216
- #: templates/forms/affiliation.php:202
2217
- msgid "Social media (Facebook, Twitter, etc.)"
2218
- msgstr ""
2219
-
2220
- #: templates/forms/affiliation.php:206
2221
- msgid "Mobile apps"
2222
- msgstr ""
2223
-
2224
- #: templates/forms/affiliation.php:210
2225
- msgid "Website, email, and social media statistics (optional)"
2226
- msgstr ""
2227
-
2228
- #: templates/forms/affiliation.php:213
2229
- 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)."
2230
- msgstr ""
2231
-
2232
- #: templates/forms/affiliation.php:217
2233
- msgid "How will you promote us?"
2234
- msgstr ""
2235
-
2236
- #: templates/forms/affiliation.php:220
2237
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2238
- msgstr ""
2239
-
2240
- #: templates/forms/affiliation.php:232, templates/forms/resend-key.php:22
2241
- msgid "Cancel"
2242
- msgstr ""
2243
-
2244
- #: templates/forms/affiliation.php:234
2245
- msgid "Become an affiliate"
2246
- msgstr ""
2247
-
2248
- #: templates/forms/data-debug-mode.php:25
2249
- msgid "Please enter the license key to enable the debug mode:"
2250
- msgstr ""
2251
-
2252
- #: templates/forms/data-debug-mode.php:27
2253
- 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:"
2254
- msgstr ""
2255
-
2256
- #: templates/forms/data-debug-mode.php:32
2257
- msgid "Submit"
2258
- msgstr ""
2259
-
2260
- #: templates/forms/data-debug-mode.php:36
2261
- msgid "User key"
2262
- msgstr ""
2263
-
2264
- #: templates/forms/license-activation.php:23
2265
- msgid "Please enter the license key that you received in the email right after the purchase:"
2266
- msgstr ""
2267
-
2268
- #: templates/forms/license-activation.php:28
2269
- msgid "Update License"
2270
- msgstr ""
2271
-
2272
- #: templates/forms/license-activation.php:41
2273
- 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."
2274
- msgstr ""
2275
-
2276
- #: templates/forms/license-activation.php:183
2277
- msgid "Associate with the license owner's account."
2278
- msgstr ""
2279
-
2280
- #: templates/forms/optout.php:30
2281
- msgctxt "verb"
2282
- msgid "Opt Out"
2283
- msgstr ""
2284
-
2285
- #: templates/forms/optout.php:31
2286
- msgctxt "verb"
2287
- msgid "Opt In"
2288
- msgstr ""
2289
-
2290
- #: templates/forms/optout.php:34
2291
- msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
2292
- msgstr ""
2293
-
2294
- #: templates/forms/optout.php:36
2295
- msgid "Warning: Opting out will block automatic updates"
2296
- msgstr ""
2297
-
2298
- #: templates/forms/optout.php:37
2299
- 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."
2300
- msgstr ""
2301
-
2302
- #: templates/forms/optout.php:39
2303
- msgid "I'd like to keep automatic updates"
2304
- msgstr ""
2305
-
2306
- #: templates/forms/optout.php:44
2307
- 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."
2308
- msgstr ""
2309
-
2310
- #: templates/forms/optout.php:45
2311
- msgid "On second thought - I want to continue helping"
2312
- msgstr ""
2313
-
2314
- #: templates/forms/optout.php:49
2315
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2316
- msgstr ""
2317
-
2318
- #: templates/forms/optout.php:74
2319
- msgid "Plugins & themes tracking"
2320
- msgstr ""
2321
-
2322
- #: templates/forms/optout.php:261
2323
- msgid "Saved"
2324
- msgstr ""
2325
-
2326
- #: templates/forms/premium-versions-upgrade-handler.php:40
2327
- msgid "There is a new version of %s available."
2328
- msgstr ""
2329
-
2330
- #: templates/forms/premium-versions-upgrade-handler.php:41
2331
- msgid " %s to access version %s security & feature updates, and support."
2332
- msgstr ""
2333
-
2334
- #: templates/forms/premium-versions-upgrade-handler.php:54
2335
- msgid "New Version Available"
2336
- msgstr ""
2337
-
2338
- #: templates/forms/premium-versions-upgrade-handler.php:75
2339
- msgctxt "close a window"
2340
- msgid "Dismiss"
2341
- msgstr ""
2342
-
2343
- #: templates/forms/resend-key.php:21
2344
- msgid "Send License Key"
2345
- msgstr ""
2346
-
2347
- #: templates/forms/resend-key.php:57
2348
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2349
- msgstr ""
2350
-
2351
- #: templates/forms/subscription-cancellation.php:37
2352
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2353
- msgstr ""
2354
-
2355
- #: templates/forms/subscription-cancellation.php:47
2356
- 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?"
2357
- msgstr ""
2358
-
2359
- #: templates/forms/subscription-cancellation.php:52
2360
- msgid "license"
2361
- msgstr ""
2362
-
2363
- #: templates/forms/subscription-cancellation.php:57
2364
- 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."
2365
- msgstr ""
2366
-
2367
- #: templates/forms/subscription-cancellation.php:68
2368
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2369
- msgstr ""
2370
-
2371
- #: templates/forms/subscription-cancellation.php:103
2372
- 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."
2373
- msgstr ""
2374
-
2375
- #: templates/forms/subscription-cancellation.php:136
2376
- msgid "Cancel %s?"
2377
- msgstr ""
2378
-
2379
- #: templates/forms/subscription-cancellation.php:143
2380
- msgid "Proceed"
2381
- msgstr ""
2382
-
2383
- #: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:171
2384
- msgid "Cancel %s & Proceed"
2385
- msgstr ""
2386
-
2387
- #: templates/forms/trial-start.php:22
2388
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2389
- msgstr ""
2390
-
2391
- #: templates/forms/trial-start.php:28
2392
- 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."
2393
- msgstr ""
2394
-
2395
- #: templates/forms/user-change.php:26
2396
- msgid "By changing the user, you agree to transfer the account ownership to:"
2397
- msgstr ""
2398
-
2399
- #: templates/forms/user-change.php:28
2400
- msgid "I Agree - Change User"
2401
- msgstr ""
2402
-
2403
- #: templates/forms/user-change.php:30
2404
- msgid "Enter email address"
2405
- msgstr ""
2406
-
2407
- #: templates/forms/user-change.php:81
2408
- msgctxt "close window"
2409
- msgid "Dismiss"
2410
- msgstr ""
2411
-
2412
- #: templates/js/style-premium-theme.php:39
2413
- msgid "Premium"
2414
- msgstr ""
2415
-
2416
- #: templates/js/style-premium-theme.php:42
2417
- msgid "Beta"
2418
- msgstr ""
2419
-
2420
- #: templates/partials/network-activation.php:27
2421
- msgid "Activate license on all sites in the network."
2422
- msgstr ""
2423
-
2424
- #: templates/partials/network-activation.php:28
2425
- msgid "Apply on all sites in the network."
2426
- msgstr ""
2427
-
2428
- #: templates/partials/network-activation.php:31
2429
- msgid "Activate license on all pending sites."
2430
- msgstr ""
2431
-
2432
- #: templates/partials/network-activation.php:32
2433
- msgid "Apply on all pending sites."
2434
- msgstr ""
2435
-
2436
- #: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
2437
- msgid "allow"
2438
- msgstr ""
2439
-
2440
- #: templates/partials/network-activation.php:43, templates/partials/network-activation.php:77
2441
- msgid "delegate"
2442
- msgstr ""
2443
-
2444
- #: templates/partials/network-activation.php:47, templates/partials/network-activation.php:81
2445
- msgid "skip"
2446
- msgstr ""
2447
-
2448
- #: templates/plugin-info/description.php:72, templates/plugin-info/screenshots.php:31
2449
- msgid "Click to view full-size screenshot %d"
2450
- msgstr ""
2451
-
2452
- #: templates/plugin-info/features.php:56
2453
- msgid "Unlimited Updates"
2454
- msgstr ""
2455
-
2456
- #: templates/account/partials/activate-license-button.php:46
2457
- msgid "Localhost"
2458
- msgstr ""
2459
-
2460
- #: templates/account/partials/activate-license-button.php:50
2461
- msgctxt "as 5 licenses left"
2462
- msgid "%s left"
2463
- msgstr ""
2464
-
2465
- #: templates/account/partials/activate-license-button.php:51
2466
- msgid "Last license"
2467
- msgstr ""
2468
-
2469
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
2470
- #: templates/account/partials/addon.php:29
2471
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2472
- msgstr ""
2473
-
2474
- #: templates/account/partials/addon.php:185
2475
- msgid "Cancelled"
2476
- msgstr ""
2477
-
2478
- #: templates/account/partials/addon.php:195
2479
- msgid "No expiration"
2480
- msgstr ""
2481
-
2482
- #: templates/account/partials/site.php:189
2483
- msgid "Owner Name"
2484
- msgstr ""
2485
-
2486
- #: templates/account/partials/site.php:201
2487
- msgid "Owner Email"
2488
- msgstr ""
2489
-
2490
- #: templates/account/partials/site.php:213
2491
- msgid "Owner ID"
2492
- msgstr ""
2493
-
2494
- #: templates/account/partials/site.php:286
2495
- msgid "Subscription"
2496
- msgstr ""
2497
-
2498
- #: templates/forms/deactivation/contact.php:19
2499
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2500
- msgstr ""
2501
-
2502
- #: templates/forms/deactivation/contact.php:22
2503
- msgid "Contact Support"
2504
- msgstr ""
2505
-
2506
- #: templates/forms/deactivation/form.php:64
2507
- msgid "Anonymous feedback"
2508
- msgstr ""
2509
-
2510
- #: templates/forms/deactivation/form.php:70
2511
- msgid "Deactivate"
2512
- msgstr ""
2513
-
2514
- #: templates/forms/deactivation/form.php:72
2515
- msgid "Activate %s"
2516
- msgstr ""
2517
-
2518
- #: templates/forms/deactivation/form.php:87
2519
- msgid "Quick Feedback"
2520
- msgstr ""
2521
-
2522
- #: templates/forms/deactivation/form.php:91
2523
- msgid "If you have a moment, please let us know why you are %s"
2524
- msgstr ""
2525
-
2526
- #: templates/forms/deactivation/form.php:91
2527
- msgid "deactivating"
2528
- msgstr ""
2529
-
2530
- #: templates/forms/deactivation/form.php:91
2531
- msgid "switching"
2532
- msgstr ""
2533
-
2534
- #: templates/forms/deactivation/form.php:369
2535
- msgid "Submit & %s"
2536
- msgstr ""
2537
-
2538
- #: templates/forms/deactivation/form.php:390
2539
- msgid "Kindly tell us the reason so we can improve."
2540
- msgstr ""
2541
-
2542
- #: templates/forms/deactivation/form.php:515
2543
- msgid "Yes - %s"
2544
- msgstr ""
2545
-
2546
- #: templates/forms/deactivation/form.php:522
2547
- msgid "Skip & %s"
2548
- msgstr ""
2549
-
2550
- #: templates/forms/deactivation/retry-skip.php:21
2551
- msgid "Click here to use the plugin anonymously"
2552
- msgstr ""
2553
-
2554
- #: templates/forms/deactivation/retry-skip.php:23
2555
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2556
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/index.php CHANGED
@@ -1,3 +1,4 @@
1
  <?php
2
  // Silence is golden.
3
- // Hide file structure from users on unprotected servers.
 
1
  <?php
2
  // Silence is golden.
3
+ // Hide file structure from users on unprotected servers.
4
+
languages/blocksy-companion.pot CHANGED
@@ -347,7 +347,7 @@ 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:70
351
  msgid "Search"
352
  msgstr ""
353
 
@@ -493,7 +493,7 @@ 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:51,
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,
@@ -511,8 +511,8 @@ 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:167,
515
- #: framework/features/header/items/account/options.php:373,
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"
@@ -522,8 +522,8 @@ 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:172,
526
- #: framework/features/header/items/account/options.php:378,
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"
@@ -611,7 +611,7 @@ 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:513,
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,
@@ -629,7 +629,7 @@ 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:824,
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,
@@ -666,19 +666,19 @@ 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:577,
670
- #: framework/features/header/items/account/options.php:609,
671
- #: framework/features/header/items/account/options.php:639,
672
- #: framework/features/header/items/account/options.php:721,
673
- #: framework/features/header/items/account/options.php:752,
674
- #: framework/features/header/items/account/options.php:781,
675
- #: framework/features/header/items/account/options.php:842,
676
- #: framework/features/header/items/account/options.php:872,
677
- #: framework/features/header/items/account/options.php:902,
678
- #: framework/features/header/items/account/options.php:938,
679
- #: framework/features/header/items/account/options.php:1038,
680
- #: framework/features/header/items/account/options.php:1074,
681
- #: framework/features/header/items/account/options.php:1113,
682
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
683
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
684
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
@@ -735,16 +735,16 @@ 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:583,
739
- #: framework/features/header/items/account/options.php:614,
740
- #: framework/features/header/items/account/options.php:644,
741
- #: framework/features/header/items/account/options.php:727,
742
- #: framework/features/header/items/account/options.php:757,
743
- #: framework/features/header/items/account/options.php:786,
744
- #: framework/features/header/items/account/options.php:848,
745
- #: framework/features/header/items/account/options.php:1044,
746
- #: framework/features/header/items/account/options.php:1080,
747
- #: framework/features/header/items/account/options.php:1119,
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,
@@ -774,7 +774,7 @@ msgstr ""
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:1096,
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
@@ -996,8 +996,8 @@ 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:228,
1000
- #: framework/features/header/items/account/options.php:434,
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,
@@ -1023,9 +1023,9 @@ 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:229,
1027
- #: framework/features/header/items/account/options.php:435,
1028
- #: framework/features/header/items/account/options.php:1161,
1029
  #: framework/premium/features/content-blocks/options/404.php:152,
1030
  #: framework/premium/features/content-blocks/options/header.php:178,
1031
  #: framework/premium/features/content-blocks/options/hook.php:337,
@@ -1054,9 +1054,9 @@ msgstr ""
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:230,
1058
- #: framework/features/header/items/account/options.php:436,
1059
- #: framework/features/header/items/account/options.php:1162,
1060
  #: framework/premium/features/content-blocks/options/404.php:153,
1061
  #: framework/premium/features/content-blocks/options/header.php:179,
1062
  #: framework/premium/features/content-blocks/options/hook.php:338,
@@ -1077,7 +1077,7 @@ msgid "Description Color"
1077
  msgstr ""
1078
 
1079
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
1080
- #: framework/features/header/items/account/options.php:856,
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,
@@ -1088,9 +1088,9 @@ msgstr ""
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:878,
1092
- #: framework/features/header/items/account/options.php:908,
1093
- #: framework/features/header/items/account/options.php:944,
1094
  #: framework/premium/features/premium-header/items/search-input/options.php:237,
1095
  #: framework/premium/features/premium-header/items/search-input/options.php:268,
1096
  #: framework/premium/features/premium-header/items/search-input/options.php:298,
@@ -1107,7 +1107,7 @@ msgid "Focus"
1107
  msgstr ""
1108
 
1109
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
1110
- #: framework/features/header/items/account/options.php:886,
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,
@@ -1116,7 +1116,7 @@ msgid "Input Border Color"
1116
  msgstr ""
1117
 
1118
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
1119
- #: framework/features/header/items/account/options.php:922,
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,
@@ -1149,7 +1149,7 @@ msgid "Disable Subscribe Form"
1149
  msgstr ""
1150
 
1151
  #: framework/extensions/newsletter-subscribe/helpers.php:163,
1152
- #: framework/features/header/items/account/options.php:278
1153
  #: static/js/screens/SiteExport.js:85
1154
  msgid "Name"
1155
  msgstr ""
@@ -1592,7 +1592,7 @@ msgid ""
1592
  msgstr ""
1593
 
1594
  #: framework/features/header/account-modal.php:49,
1595
- #: framework/features/header/items/account/options.php:481,
1596
  #: framework/features/header/items/account/views/logout.php:3
1597
  msgid "Login"
1598
  msgstr ""
@@ -1698,8 +1698,8 @@ msgstr ""
1698
  #: framework/premium/extensions/shortcuts/customizer.php:705,
1699
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
1700
  #: framework/extensions/widgets/widgets/ct-socials/options.php:94,
1701
- #: framework/features/header/items/account/options.php:124,
1702
- #: framework/features/header/items/account/options.php:349,
1703
  #: framework/premium/features/content-blocks/options/hook.php:9,
1704
  #: framework/premium/features/content-blocks/options/hook.php:158,
1705
  #: framework/premium/features/content-blocks/options/popup.php:162,
@@ -1789,6 +1789,29 @@ msgstr ""
1789
  msgid "Nothing found in Trash"
1790
  msgstr ""
1791
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1792
  #: framework/premium/features/premium-footer.php:14,
1793
  #: framework/premium/features/premium-footer.php:28
1794
  msgid "Footer Menu 1"
@@ -1817,8 +1840,8 @@ msgstr ""
1817
 
1818
  #: framework/premium/features/premium-header.php:159,
1819
  #: framework/premium/extensions/mega-menu/options.php:422,
1820
- #: framework/features/header/items/account/options.php:123,
1821
- #: framework/features/header/items/account/options.php:348,
1822
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:445
1823
  msgid "Icon"
1824
  msgstr ""
@@ -1839,8 +1862,8 @@ msgstr ""
1839
  #: framework/premium/features/premium-header.php:192,
1840
  #: framework/premium/extensions/mega-menu/options.php:465,
1841
  #: framework/premium/extensions/shortcuts/customizer.php:638,
1842
- #: framework/features/header/items/account/options.php:259,
1843
- #: framework/features/header/items/account/options.php:465,
1844
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
1845
  msgid "Left"
1846
  msgstr ""
@@ -1848,8 +1871,8 @@ msgstr ""
1848
  #: framework/premium/features/premium-header.php:193,
1849
  #: framework/premium/extensions/mega-menu/options.php:466,
1850
  #: framework/premium/extensions/shortcuts/customizer.php:639,
1851
- #: framework/features/header/items/account/options.php:260,
1852
- #: framework/features/header/items/account/options.php:466,
1853
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
1854
  msgid "Right"
1855
  msgstr ""
@@ -1864,7 +1887,7 @@ msgstr ""
1864
  #: framework/premium/extensions/shortcuts/customizer.php:868,
1865
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
1866
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
1867
- #: framework/features/header/items/account/options.php:277
1868
  msgid "Text"
1869
  msgstr ""
1870
 
@@ -1898,31 +1921,28 @@ msgstr ""
1898
  msgid "Specs"
1899
  msgstr ""
1900
 
1901
- #: framework/features/header/modal/login.php:17
1902
- msgid "Email Address"
 
1903
  msgstr ""
1904
 
1905
- #: framework/features/header/modal/login.php:22,
1906
  #: framework/features/header/modal/register.php:42
1907
  msgid "Password"
1908
  msgstr ""
1909
 
1910
- #: framework/features/header/modal/login.php:29
1911
  msgid "Remember Me"
1912
  msgstr ""
1913
 
1914
- #: framework/features/header/modal/login.php:33
1915
  msgid "Forgot Password?"
1916
  msgstr ""
1917
 
1918
- #: framework/features/header/modal/login.php:49
1919
  msgid "Log In"
1920
  msgstr ""
1921
 
1922
- #: framework/features/header/modal/lostpassword.php:5
1923
- msgid "Username or Email Address"
1924
- msgstr ""
1925
-
1926
  #: framework/features/header/modal/lostpassword.php:13
1927
  msgid "Get New Password"
1928
  msgstr ""
@@ -2117,7 +2137,7 @@ msgstr ""
2117
  #: framework/premium/extensions/mega-menu/options.php:534,
2118
  #: framework/premium/extensions/shortcuts/customizer.php:862,
2119
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2120
- #: framework/features/header/items/account/options.php:1015
2121
  msgid "Background"
2122
  msgstr ""
2123
 
@@ -2182,11 +2202,11 @@ msgstr ""
2182
 
2183
  #: framework/premium/extensions/mega-menu/options.php:742,
2184
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
2185
- #: framework/features/header/items/account/options.php:676,
2186
- #: framework/features/header/items/account/options.php:704,
2187
- #: framework/features/header/items/account/options.php:735,
2188
- #: framework/features/header/items/account/options.php:764,
2189
- #: framework/features/header/items/account/options.php:1021,
2190
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
2191
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
2192
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
@@ -2330,15 +2350,15 @@ msgid "Shortcuts"
2330
  msgstr ""
2331
 
2332
  #: framework/premium/extensions/shortcuts/customizer.php:591,
2333
- #: framework/features/header/items/account/options.php:216,
2334
- #: framework/features/header/items/account/options.php:422,
2335
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
2336
  msgid "Label Visibility"
2337
  msgstr ""
2338
 
2339
  #: framework/premium/extensions/shortcuts/customizer.php:631,
2340
- #: framework/features/header/items/account/options.php:252,
2341
- #: framework/features/header/items/account/options.php:458,
2342
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
2343
  msgid "Label Position"
2344
  msgstr ""
@@ -2346,16 +2366,16 @@ msgstr ""
2346
  #: framework/premium/extensions/shortcuts/customizer.php:640,
2347
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
2348
  #: framework/premium/features/content-blocks/hooks-manager.php:333,
2349
- #: framework/features/header/items/account/options.php:261,
2350
- #: framework/features/header/items/account/options.php:467,
2351
  #: framework/premium/features/content-blocks/options/hook.php:307,
2352
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
2353
  msgid "Bottom"
2354
  msgstr ""
2355
 
2356
  #: framework/premium/extensions/shortcuts/customizer.php:651,
2357
- #: framework/features/header/items/account/options.php:198,
2358
- #: framework/features/header/items/account/options.php:404,
2359
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
2360
  msgid "Icon Size"
2361
  msgstr ""
@@ -2481,16 +2501,16 @@ msgstr ""
2481
 
2482
  #: framework/premium/extensions/woocommerce-extra/extension.php:82,
2483
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
2484
- #: framework/features/header/items/account/options.php:177,
2485
- #: framework/features/header/items/account/options.php:383,
2486
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
2487
  msgid "Type 3"
2488
  msgstr ""
2489
 
2490
  #: framework/premium/extensions/woocommerce-extra/extension.php:87,
2491
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
2492
- #: framework/features/header/items/account/options.php:182,
2493
- #: framework/features/header/items/account/options.php:388
2494
  msgid "Type 4"
2495
  msgstr ""
2496
 
@@ -2499,31 +2519,31 @@ msgstr ""
2499
  msgid "Number of Columns"
2500
  msgstr ""
2501
 
2502
- #: framework/premium/extensions/woocommerce-extra/extension.php:631
2503
  msgid "Available Filters"
2504
  msgstr ""
2505
 
2506
- #: framework/premium/extensions/woocommerce-extra/extension.php:709
2507
  msgid "Quick view title before"
2508
  msgstr ""
2509
 
2510
- #: framework/premium/extensions/woocommerce-extra/extension.php:714
2511
  msgid "Quick view title after"
2512
  msgstr ""
2513
 
2514
- #: framework/premium/extensions/woocommerce-extra/extension.php:719
2515
  msgid "Quick view price before"
2516
  msgstr ""
2517
 
2518
- #: framework/premium/extensions/woocommerce-extra/extension.php:724
2519
  msgid "Quick view price after"
2520
  msgstr ""
2521
 
2522
- #: framework/premium/extensions/woocommerce-extra/extension.php:729
2523
  msgid "Quick view summary before"
2524
  msgstr ""
2525
 
2526
- #: framework/premium/extensions/woocommerce-extra/extension.php:734
2527
  msgid "Quick view summary after"
2528
  msgstr ""
2529
 
@@ -2641,22 +2661,22 @@ msgid "Panel Shadow"
2641
  msgstr ""
2642
 
2643
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
2644
- #: framework/features/header/items/account/options.php:1004
2645
  msgid "Close Button Type"
2646
  msgstr ""
2647
 
2648
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
2649
- #: framework/features/header/items/account/options.php:1013
2650
  msgid "Simple"
2651
  msgstr ""
2652
 
2653
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
2654
- #: framework/features/header/items/account/options.php:1014
2655
  msgid "Border"
2656
  msgstr ""
2657
 
2658
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
2659
- #: framework/features/header/items/account/options.php:1057
2660
  msgid "Border Color"
2661
  msgstr ""
2662
 
@@ -3706,105 +3726,109 @@ msgstr ""
3706
  msgid "Modal"
3707
  msgstr ""
3708
 
3709
- #: framework/features/header/items/account/options.php:24
3710
  msgid "Customizing: Logged in State"
3711
  msgstr ""
3712
 
3713
- #: framework/features/header/items/account/options.php:36
 
 
 
 
3714
  msgid "Logged In Options"
3715
  msgstr ""
3716
 
3717
- #: framework/features/header/items/account/options.php:41
3718
  msgid "Logged Out Options"
3719
  msgstr ""
3720
 
3721
- #: framework/features/header/items/account/options.php:61,
3722
- #: framework/features/header/items/account/options.php:311
3723
  msgid "Account Action"
3724
  msgstr ""
3725
 
3726
- #: framework/features/header/items/account/options.php:74
3727
  msgid "Select Menu"
3728
  msgstr ""
3729
 
3730
- #: framework/features/header/items/account/options.php:80
3731
  msgid "Select menu..."
3732
  msgstr ""
3733
 
3734
  #. translators: placeholder here means the actual URL.
3735
- #: framework/features/header/items/account/options.php:84
3736
  msgid "Manage your menu items in the %sMenus screen%s."
3737
  msgstr ""
3738
 
3739
- #: framework/features/header/items/account/options.php:101,
3740
- #: framework/features/header/items/account/options.php:326
3741
  msgid "Custom Page Link"
3742
  msgstr ""
3743
 
3744
- #: framework/features/header/items/account/options.php:116,
3745
- #: framework/features/header/items/account/options.php:342
3746
  msgid "Account Image"
3747
  msgstr ""
3748
 
3749
- #: framework/features/header/items/account/options.php:122
3750
  msgid "Avatar"
3751
  msgstr ""
3752
 
3753
- #: framework/features/header/items/account/options.php:135
3754
  msgid "Avatar Size"
3755
  msgstr ""
3756
 
3757
- #: framework/features/header/items/account/options.php:187,
3758
- #: framework/features/header/items/account/options.php:393
3759
  msgid "Type 5"
3760
  msgstr ""
3761
 
3762
- #: framework/features/header/items/account/options.php:192,
3763
- #: framework/features/header/items/account/options.php:398
3764
  msgid "Type 6"
3765
  msgstr ""
3766
 
3767
- #: framework/features/header/items/account/options.php:269
3768
  msgid "Label Type"
3769
  msgstr ""
3770
 
3771
- #: framework/features/header/items/account/options.php:288,
3772
- #: framework/features/header/items/account/options.php:475,
3773
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
3774
  msgid "Label Text"
3775
  msgstr ""
3776
 
3777
- #: framework/features/header/items/account/options.php:293,
3778
  #: framework/features/header/items/account/views/login.php:67
3779
  msgid "My Account"
3780
  msgstr ""
3781
 
3782
- #: framework/features/header/items/account/options.php:491
3783
  msgid "User Visibility"
3784
  msgstr ""
3785
 
3786
- #: framework/features/header/items/account/options.php:501
3787
  msgid "Logged In"
3788
  msgstr ""
3789
 
3790
- #: framework/features/header/items/account/options.php:502
3791
  msgid "Logged Out"
3792
  msgstr ""
3793
 
3794
- #: framework/features/header/items/account/options.php:519,
3795
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
3796
  msgid "Label Font"
3797
  msgstr ""
3798
 
3799
- #: framework/features/header/items/account/options.php:530,
3800
- #: framework/features/header/items/account/options.php:559,
3801
- #: framework/features/header/items/account/options.php:591,
3802
- #: framework/features/header/items/account/options.php:621
3803
  msgid "Label Color"
3804
  msgstr ""
3805
 
3806
- #: framework/features/header/items/account/options.php:535,
3807
- #: framework/features/header/items/account/options.php:681,
3808
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
3809
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
3810
  #: framework/premium/features/premium-header/items/contacts/options.php:361,
@@ -3819,8 +3843,8 @@ msgstr ""
3819
  msgid "Default State"
3820
  msgstr ""
3821
 
3822
- #: framework/features/header/items/account/options.php:540,
3823
- #: framework/features/header/items/account/options.php:686,
3824
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
3825
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
3826
  #: framework/premium/features/premium-header/items/contacts/options.php:366,
@@ -3835,8 +3859,8 @@ msgstr ""
3835
  msgid "Transparent State"
3836
  msgstr ""
3837
 
3838
- #: framework/features/header/items/account/options.php:549,
3839
- #: framework/features/header/items/account/options.php:695,
3840
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
3841
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
3842
  #: framework/premium/features/premium-header/items/contacts/options.php:375,
@@ -3851,27 +3875,27 @@ msgstr ""
3851
  msgid "Sticky State"
3852
  msgstr ""
3853
 
3854
- #: framework/features/header/items/account/options.php:801
3855
  msgid "Item Margin"
3856
  msgstr ""
3857
 
3858
- #: framework/features/header/items/account/options.php:820
3859
  msgid "Modal Options"
3860
  msgstr ""
3861
 
3862
- #: framework/features/header/items/account/options.php:955
3863
  msgid "Modal Background"
3864
  msgstr ""
3865
 
3866
- #: framework/features/header/items/account/options.php:970
3867
  msgid "Modal Backdrop"
3868
  msgstr ""
3869
 
3870
- #: framework/features/header/items/account/options.php:985
3871
  msgid "Modal Shadow"
3872
  msgstr ""
3873
 
3874
- #: framework/features/header/items/account/options.php:1150
3875
  msgid "Element Visibility"
3876
  msgstr ""
3877
 
@@ -5139,6 +5163,14 @@ msgstr ""
5139
  msgid "Footer Template"
5140
  msgstr ""
5141
 
 
 
 
 
 
 
 
 
5142
  #: framework/premium/static/js/options/IconPicker.js:133
5143
  msgid "Change Icon"
5144
  msgstr ""
@@ -5175,29 +5207,29 @@ msgstr ""
5175
  msgid "Select location"
5176
  msgstr ""
5177
 
5178
- #: framework/premium/static/js/typography/providers/kadence.js:15
5179
- #: framework/premium/static/js/typography/providers/plus-addons.js:18
5180
- #: framework/premium/static/js/typography/providers/stackable.js:18
5181
- msgid "Blocksy Local Google Fonts"
5182
- msgstr ""
5183
-
5184
- #: framework/premium/static/js/typography/providers/kadence.js:19
5185
- #: framework/premium/static/js/typography/providers/plus-addons.js:22
5186
- #: framework/premium/static/js/typography/providers/stackable.js:22
5187
- msgid "Blocksy Typekit"
5188
  msgstr ""
5189
 
5190
  #: framework/premium/static/js/typography/providers/kadence.js:20
 
5191
  #: framework/premium/static/js/typography/providers/stackable.js:23
5192
- msgid "Blocksy Custom Fonts"
5193
  msgstr ""
5194
 
5195
- #: framework/premium/static/js/typography/providers/plus-addons.js:23
5196
- msgid "Blocksy Custom"
 
5197
  msgstr ""
5198
 
5199
- #: framework/premium/static/js/typography/providers/plus-addons.js:24
5200
- msgid "Blocksy System"
 
 
 
 
5201
  msgstr ""
5202
 
5203
  #: static/js/dashboard.js:30
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
 
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,
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"
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"
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:530,
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,
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:841,
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,
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:594,
670
+ #: framework/features/header/items/account/options.php:626,
671
+ #: framework/features/header/items/account/options.php:656,
672
+ #: framework/features/header/items/account/options.php:738,
673
+ #: framework/features/header/items/account/options.php:769,
674
+ #: framework/features/header/items/account/options.php:798,
675
+ #: framework/features/header/items/account/options.php:859,
676
+ #: framework/features/header/items/account/options.php:889,
677
+ #: framework/features/header/items/account/options.php:919,
678
+ #: framework/features/header/items/account/options.php:955,
679
+ #: framework/features/header/items/account/options.php:1055,
680
+ #: framework/features/header/items/account/options.php:1091,
681
+ #: framework/features/header/items/account/options.php:1130,
682
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:159,
683
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:191,
684
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:235,
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:600,
739
+ #: framework/features/header/items/account/options.php:631,
740
+ #: framework/features/header/items/account/options.php:661,
741
+ #: framework/features/header/items/account/options.php:744,
742
+ #: framework/features/header/items/account/options.php:774,
743
+ #: framework/features/header/items/account/options.php:803,
744
+ #: framework/features/header/items/account/options.php:865,
745
+ #: framework/features/header/items/account/options.php:1061,
746
+ #: framework/features/header/items/account/options.php:1097,
747
+ #: framework/features/header/items/account/options.php:1136,
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,
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:1113,
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
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,
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:1178,
1029
  #: framework/premium/features/content-blocks/options/404.php:152,
1030
  #: framework/premium/features/content-blocks/options/header.php:178,
1031
  #: framework/premium/features/content-blocks/options/hook.php:337,
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,
1059
+ #: framework/features/header/items/account/options.php:1179,
1060
  #: framework/premium/features/content-blocks/options/404.php:153,
1061
  #: framework/premium/features/content-blocks/options/header.php:179,
1062
  #: framework/premium/features/content-blocks/options/hook.php:338,
1077
  msgstr ""
1078
 
1079
  #: framework/extensions/newsletter-subscribe/customizer.php:204,
1080
+ #: framework/features/header/items/account/options.php:873,
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,
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:895,
1092
+ #: framework/features/header/items/account/options.php:925,
1093
+ #: framework/features/header/items/account/options.php:961,
1094
  #: framework/premium/features/premium-header/items/search-input/options.php:237,
1095
  #: framework/premium/features/premium-header/items/search-input/options.php:268,
1096
  #: framework/premium/features/premium-header/items/search-input/options.php:298,
1107
  msgstr ""
1108
 
1109
  #: framework/extensions/newsletter-subscribe/customizer.php:236,
1110
+ #: framework/features/header/items/account/options.php:903,
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,
1116
  msgstr ""
1117
 
1118
  #: framework/extensions/newsletter-subscribe/customizer.php:273,
1119
+ #: framework/features/header/items/account/options.php:939,
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,
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 ""
1592
  msgstr ""
1593
 
1594
  #: framework/features/header/account-modal.php:49,
1595
+ #: framework/features/header/items/account/options.php:498,
1596
  #: framework/features/header/items/account/views/logout.php:3
1597
  msgid "Login"
1598
  msgstr ""
1698
  #: framework/premium/extensions/shortcuts/customizer.php:705,
1699
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:293,
1700
  #: framework/extensions/widgets/widgets/ct-socials/options.php:94,
1701
+ #: framework/features/header/items/account/options.php:141,
1702
+ #: framework/features/header/items/account/options.php:366,
1703
  #: framework/premium/features/content-blocks/options/hook.php:9,
1704
  #: framework/premium/features/content-blocks/options/hook.php:158,
1705
  #: framework/premium/features/content-blocks/options/popup.php:162,
1789
  msgid "Nothing found in Trash"
1790
  msgstr ""
1791
 
1792
+ #: framework/premium/features/media-meta-fields.php:29
1793
+ msgid "Attachment Video"
1794
+ msgstr ""
1795
+
1796
+ #: framework/premium/features/media-meta-fields.php:33
1797
+ msgid "Video URL"
1798
+ msgstr ""
1799
+
1800
+ #. translators: %s: Link to wordpress.org article
1801
+ #: framework/premium/features/media-meta-fields.php:39
1802
+ msgid ""
1803
+ "Enter a <a href=\"%s\" target=\"_blank\">valid media URL</a> or upload an "
1804
+ "MP4 file into the media library."
1805
+ msgstr ""
1806
+
1807
+ #: framework/premium/features/media-meta-fields.php:42
1808
+ msgid "Upload"
1809
+ msgstr ""
1810
+
1811
+ #: framework/premium/features/media-meta-fields.php:44
1812
+ msgid "Upload Video (MP4 File)"
1813
+ msgstr ""
1814
+
1815
  #: framework/premium/features/premium-footer.php:14,
1816
  #: framework/premium/features/premium-footer.php:28
1817
  msgid "Footer Menu 1"
1840
 
1841
  #: framework/premium/features/premium-header.php:159,
1842
  #: framework/premium/extensions/mega-menu/options.php:422,
1843
+ #: framework/features/header/items/account/options.php:140,
1844
+ #: framework/features/header/items/account/options.php:365,
1845
  #: framework/premium/extensions/post-types-extra/includes/dynamic-data.php:445
1846
  msgid "Icon"
1847
  msgstr ""
1862
  #: framework/premium/features/premium-header.php:192,
1863
  #: framework/premium/extensions/mega-menu/options.php:465,
1864
  #: framework/premium/extensions/shortcuts/customizer.php:638,
1865
+ #: framework/features/header/items/account/options.php:276,
1866
+ #: framework/features/header/items/account/options.php:482,
1867
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:98
1868
  msgid "Left"
1869
  msgstr ""
1871
  #: framework/premium/features/premium-header.php:193,
1872
  #: framework/premium/extensions/mega-menu/options.php:466,
1873
  #: framework/premium/extensions/shortcuts/customizer.php:639,
1874
+ #: framework/features/header/items/account/options.php:277,
1875
+ #: framework/features/header/items/account/options.php:483,
1876
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:99
1877
  msgid "Right"
1878
  msgstr ""
1887
  #: framework/premium/extensions/shortcuts/customizer.php:868,
1888
  #: framework/extensions/widgets/widgets/ct-contact-info/options.php:30,
1889
  #: framework/extensions/widgets/widgets/ct-quote/options.php:31,
1890
+ #: framework/features/header/items/account/options.php:294
1891
  msgid "Text"
1892
  msgstr ""
1893
 
1921
  msgid "Specs"
1922
  msgstr ""
1923
 
1924
+ #: framework/features/header/modal/login.php:28,
1925
+ #: framework/features/header/modal/lostpassword.php:5
1926
+ msgid "Username or Email Address"
1927
  msgstr ""
1928
 
1929
+ #: framework/features/header/modal/login.php:33,
1930
  #: framework/features/header/modal/register.php:42
1931
  msgid "Password"
1932
  msgstr ""
1933
 
1934
+ #: framework/features/header/modal/login.php:40
1935
  msgid "Remember Me"
1936
  msgstr ""
1937
 
1938
+ #: framework/features/header/modal/login.php:44
1939
  msgid "Forgot Password?"
1940
  msgstr ""
1941
 
1942
+ #: framework/features/header/modal/login.php:60
1943
  msgid "Log In"
1944
  msgstr ""
1945
 
 
 
 
 
1946
  #: framework/features/header/modal/lostpassword.php:13
1947
  msgid "Get New Password"
1948
  msgstr ""
2137
  #: framework/premium/extensions/mega-menu/options.php:534,
2138
  #: framework/premium/extensions/shortcuts/customizer.php:862,
2139
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:346,
2140
+ #: framework/features/header/items/account/options.php:1032
2141
  msgid "Background"
2142
  msgstr ""
2143
 
2202
 
2203
  #: framework/premium/extensions/mega-menu/options.php:742,
2204
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:352,
2205
+ #: framework/features/header/items/account/options.php:693,
2206
+ #: framework/features/header/items/account/options.php:721,
2207
+ #: framework/features/header/items/account/options.php:752,
2208
+ #: framework/features/header/items/account/options.php:781,
2209
+ #: framework/features/header/items/account/options.php:1038,
2210
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:141,
2211
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:218,
2212
  #: framework/premium/extensions/woocommerce-extra/includes/wish-list-options.php:294,
2350
  msgstr ""
2351
 
2352
  #: framework/premium/extensions/shortcuts/customizer.php:591,
2353
+ #: framework/features/header/items/account/options.php:233,
2354
+ #: framework/features/header/items/account/options.php:439,
2355
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:61
2356
  msgid "Label Visibility"
2357
  msgstr ""
2358
 
2359
  #: framework/premium/extensions/shortcuts/customizer.php:631,
2360
+ #: framework/features/header/items/account/options.php:269,
2361
+ #: framework/features/header/items/account/options.php:475,
2362
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:91
2363
  msgid "Label Position"
2364
  msgstr ""
2366
  #: framework/premium/extensions/shortcuts/customizer.php:640,
2367
  #: framework/premium/extensions/woocommerce-extra/floating-cart.php:25,
2368
  #: framework/premium/features/content-blocks/hooks-manager.php:333,
2369
+ #: framework/features/header/items/account/options.php:278,
2370
+ #: framework/features/header/items/account/options.php:484,
2371
  #: framework/premium/features/content-blocks/options/hook.php:307,
2372
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:100
2373
  msgid "Bottom"
2374
  msgstr ""
2375
 
2376
  #: framework/premium/extensions/shortcuts/customizer.php:651,
2377
+ #: framework/features/header/items/account/options.php:215,
2378
+ #: framework/features/header/items/account/options.php:421,
2379
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:39
2380
  msgid "Icon Size"
2381
  msgstr ""
2501
 
2502
  #: framework/premium/extensions/woocommerce-extra/extension.php:82,
2503
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:196,
2504
+ #: framework/features/header/items/account/options.php:194,
2505
+ #: framework/features/header/items/account/options.php:400,
2506
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:33
2507
  msgid "Type 3"
2508
  msgstr ""
2509
 
2510
  #: framework/premium/extensions/woocommerce-extra/extension.php:87,
2511
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:201,
2512
+ #: framework/features/header/items/account/options.php:199,
2513
+ #: framework/features/header/items/account/options.php:405
2514
  msgid "Type 4"
2515
  msgstr ""
2516
 
2519
  msgid "Number of Columns"
2520
  msgstr ""
2521
 
2522
+ #: framework/premium/extensions/woocommerce-extra/extension.php:632
2523
  msgid "Available Filters"
2524
  msgstr ""
2525
 
2526
+ #: framework/premium/extensions/woocommerce-extra/extension.php:710
2527
  msgid "Quick view title before"
2528
  msgstr ""
2529
 
2530
+ #: framework/premium/extensions/woocommerce-extra/extension.php:715
2531
  msgid "Quick view title after"
2532
  msgstr ""
2533
 
2534
+ #: framework/premium/extensions/woocommerce-extra/extension.php:720
2535
  msgid "Quick view price before"
2536
  msgstr ""
2537
 
2538
+ #: framework/premium/extensions/woocommerce-extra/extension.php:725
2539
  msgid "Quick view price after"
2540
  msgstr ""
2541
 
2542
+ #: framework/premium/extensions/woocommerce-extra/extension.php:730
2543
  msgid "Quick view summary before"
2544
  msgstr ""
2545
 
2546
+ #: framework/premium/extensions/woocommerce-extra/extension.php:735
2547
  msgid "Quick view summary after"
2548
  msgstr ""
2549
 
2661
  msgstr ""
2662
 
2663
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:335,
2664
+ #: framework/features/header/items/account/options.php:1021
2665
  msgid "Close Button Type"
2666
  msgstr ""
2667
 
2668
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:344,
2669
+ #: framework/features/header/items/account/options.php:1030
2670
  msgid "Simple"
2671
  msgstr ""
2672
 
2673
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:345,
2674
+ #: framework/features/header/items/account/options.php:1031
2675
  msgid "Border"
2676
  msgstr ""
2677
 
2678
  #: framework/premium/extensions/woocommerce-extra/offcanvas-filter.php:386,
2679
+ #: framework/features/header/items/account/options.php:1074
2680
  msgid "Border Color"
2681
  msgstr ""
2682
 
3726
  msgid "Modal"
3727
  msgstr ""
3728
 
3729
+ #: framework/features/header/items/account/options.php:28
3730
  msgid "Customizing: Logged in State"
3731
  msgstr ""
3732
 
3733
+ #: framework/features/header/items/account/options.php:39
3734
+ msgid "Customizing: Logged out State"
3735
+ msgstr ""
3736
+
3737
+ #: framework/features/header/items/account/options.php:53
3738
  msgid "Logged In Options"
3739
  msgstr ""
3740
 
3741
+ #: framework/features/header/items/account/options.php:58
3742
  msgid "Logged Out Options"
3743
  msgstr ""
3744
 
3745
+ #: framework/features/header/items/account/options.php:78,
3746
+ #: framework/features/header/items/account/options.php:328
3747
  msgid "Account Action"
3748
  msgstr ""
3749
 
3750
+ #: framework/features/header/items/account/options.php:91
3751
  msgid "Select Menu"
3752
  msgstr ""
3753
 
3754
+ #: framework/features/header/items/account/options.php:97
3755
  msgid "Select menu..."
3756
  msgstr ""
3757
 
3758
  #. translators: placeholder here means the actual URL.
3759
+ #: framework/features/header/items/account/options.php:101
3760
  msgid "Manage your menu items in the %sMenus screen%s."
3761
  msgstr ""
3762
 
3763
+ #: framework/features/header/items/account/options.php:118,
3764
+ #: framework/features/header/items/account/options.php:343
3765
  msgid "Custom Page Link"
3766
  msgstr ""
3767
 
3768
+ #: framework/features/header/items/account/options.php:133,
3769
+ #: framework/features/header/items/account/options.php:359
3770
  msgid "Account Image"
3771
  msgstr ""
3772
 
3773
+ #: framework/features/header/items/account/options.php:139
3774
  msgid "Avatar"
3775
  msgstr ""
3776
 
3777
+ #: framework/features/header/items/account/options.php:152
3778
  msgid "Avatar Size"
3779
  msgstr ""
3780
 
3781
+ #: framework/features/header/items/account/options.php:204,
3782
+ #: framework/features/header/items/account/options.php:410
3783
  msgid "Type 5"
3784
  msgstr ""
3785
 
3786
+ #: framework/features/header/items/account/options.php:209,
3787
+ #: framework/features/header/items/account/options.php:415
3788
  msgid "Type 6"
3789
  msgstr ""
3790
 
3791
+ #: framework/features/header/items/account/options.php:286
3792
  msgid "Label Type"
3793
  msgstr ""
3794
 
3795
+ #: framework/features/header/items/account/options.php:305,
3796
+ #: framework/features/header/items/account/options.php:492,
3797
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:105
3798
  msgid "Label Text"
3799
  msgstr ""
3800
 
3801
+ #: framework/features/header/items/account/options.php:310,
3802
  #: framework/features/header/items/account/views/login.php:67
3803
  msgid "My Account"
3804
  msgstr ""
3805
 
3806
+ #: framework/features/header/items/account/options.php:508
3807
  msgid "User Visibility"
3808
  msgstr ""
3809
 
3810
+ #: framework/features/header/items/account/options.php:518
3811
  msgid "Logged In"
3812
  msgstr ""
3813
 
3814
+ #: framework/features/header/items/account/options.php:519
3815
  msgid "Logged Out"
3816
  msgstr ""
3817
 
3818
+ #: framework/features/header/items/account/options.php:536,
3819
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:135
3820
  msgid "Label Font"
3821
  msgstr ""
3822
 
3823
+ #: framework/features/header/items/account/options.php:547,
3824
+ #: framework/features/header/items/account/options.php:576,
3825
+ #: framework/features/header/items/account/options.php:608,
3826
+ #: framework/features/header/items/account/options.php:638
3827
  msgid "Label Color"
3828
  msgstr ""
3829
 
3830
+ #: framework/features/header/items/account/options.php:552,
3831
+ #: framework/features/header/items/account/options.php:698,
3832
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:151,
3833
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:278,
3834
  #: framework/premium/features/premium-header/items/contacts/options.php:361,
3843
  msgid "Default State"
3844
  msgstr ""
3845
 
3846
+ #: framework/features/header/items/account/options.php:557,
3847
+ #: framework/features/header/items/account/options.php:703,
3848
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:156,
3849
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:283,
3850
  #: framework/premium/features/premium-header/items/contacts/options.php:366,
3859
  msgid "Transparent State"
3860
  msgstr ""
3861
 
3862
+ #: framework/features/header/items/account/options.php:566,
3863
+ #: framework/features/header/items/account/options.php:712,
3864
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:165,
3865
  #: framework/premium/extensions/woocommerce-extra/header-items/wish-list/options.php:292,
3866
  #: framework/premium/features/premium-header/items/contacts/options.php:375,
3875
  msgid "Sticky State"
3876
  msgstr ""
3877
 
3878
+ #: framework/features/header/items/account/options.php:818
3879
  msgid "Item Margin"
3880
  msgstr ""
3881
 
3882
+ #: framework/features/header/items/account/options.php:837
3883
  msgid "Modal Options"
3884
  msgstr ""
3885
 
3886
+ #: framework/features/header/items/account/options.php:972
3887
  msgid "Modal Background"
3888
  msgstr ""
3889
 
3890
+ #: framework/features/header/items/account/options.php:987
3891
  msgid "Modal Backdrop"
3892
  msgstr ""
3893
 
3894
+ #: framework/features/header/items/account/options.php:1002
3895
  msgid "Modal Shadow"
3896
  msgstr ""
3897
 
3898
+ #: framework/features/header/items/account/options.php:1167
3899
  msgid "Element Visibility"
3900
  msgstr ""
3901
 
5163
  msgid "Footer Template"
5164
  msgstr ""
5165
 
5166
+ #: framework/premium/static/js/media-video-upload-button.js:27
5167
+ msgid "Select MP4"
5168
+ msgstr ""
5169
+
5170
+ #: framework/premium/static/js/media-video-upload-button.js:29
5171
+ msgid "Attach MP4"
5172
+ msgstr ""
5173
+
5174
  #: framework/premium/static/js/options/IconPicker.js:133
5175
  msgid "Change Icon"
5176
  msgstr ""
5207
  msgid "Select location"
5208
  msgstr ""
5209
 
5210
+ #: framework/premium/static/js/typography/providers/kadence.js:16
5211
+ #: framework/premium/static/js/typography/providers/plus-addons.js:19
5212
+ #: framework/premium/static/js/typography/providers/stackable.js:19
5213
+ msgid "%s Local Google Fonts"
 
 
 
 
 
 
5214
  msgstr ""
5215
 
5216
  #: framework/premium/static/js/typography/providers/kadence.js:20
5217
+ #: framework/premium/static/js/typography/providers/plus-addons.js:24
5218
  #: framework/premium/static/js/typography/providers/stackable.js:23
5219
+ msgid "%s Typekit"
5220
  msgstr ""
5221
 
5222
+ #: framework/premium/static/js/typography/providers/kadence.js:25
5223
+ #: framework/premium/static/js/typography/providers/stackable.js:27
5224
+ msgid "%s Custom Fonts"
5225
  msgstr ""
5226
 
5227
+ #: framework/premium/static/js/typography/providers/plus-addons.js:28
5228
+ msgid "%s Custom"
5229
+ msgstr ""
5230
+
5231
+ #: framework/premium/static/js/typography/providers/plus-addons.js:32
5232
+ msgid "%s System"
5233
  msgstr ""
5234
 
5235
  #: static/js/dashboard.js:30
readme.txt CHANGED
@@ -5,7 +5,7 @@ Requires PHP: 7.0
5
  Tested up to: 5.8
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
- Stable tag: 1.8.9.9
9
 
10
  == Description ==
11
 
@@ -23,6 +23,20 @@ It runs and adds its enhancements only if the Blocksy theme is installed and act
23
  2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
24
 
25
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  1.8.9.9: 2021-11-26
27
  - Improvement: Account header element add visibility option for logged in/out users
28
  - Improvement: Update sticky header on browser resize
5
  Tested up to: 5.8
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
+ Stable tag: 1.8.10
9
 
10
  == Description ==
11
 
23
  2. Activate the plugin by going to **Plugins** page in WordPress admin and clicking on **Activate** link.
24
 
25
  == Changelog ==
26
+ 1.8.10: 2021-12-15
27
+ - Improvement: Account modal accessibility improvement
28
+ - Improvement: Account modal default color values
29
+ - Improvement: Account modal correct input label
30
+ - Fix: My account element custom label strings are not added to the WPML
31
+ - Fix: Header -> Account element doesn't update the "Customiser state" text
32
+
33
+ 1.8.10-beta1: 2021-12-10
34
+ - Improvement: Account modal accessibility improvement
35
+ - Improvement: Account modal default color values
36
+ - Improvement: Account modal correct input label
37
+ - Fix: My account element custom label strings are not added to the WPML
38
+ - Fix: Header -> Account element doesn't update the "Customiser state" text
39
+
40
  1.8.9.9: 2021-11-26
41
  - Improvement: Account header element add visibility option for logged in/out users
42
  - Improvement: Update sticky header on browser resize
static/bundle/account-lazy.min.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ /**
2
+ * - v1.8.10
3
+ *
4
+ * Copyright (c) 2021
5
+ * Licensed GPLv2+
6
+ */
7
+
8
+ #account-modal{--horizontal-alignment: center;--vertical-alignment: center;background-color:rgba(18,21,25,0.6)}.ct-account-form{width:100%;color:var(--color);background-color:#fff;--linkInitialColor: var(--color);border-radius:3px;box-shadow:var(--box-shadow, 0px 0px 70px rgba(0,0,0,0.35));--content-spacing: 1em}@media (max-width: 479.98px){.ct-account-form{max-width:88vw}}@media (min-width: 480px){.ct-account-form{max-width:480px}}.ct-account-form>ul{display:flex}.ct-account-form>ul li{width:50%;display:flex;align-items:center;justify-content:center;position:relative;height:60px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.03em;cursor:pointer;border-bottom:1px solid rgba(0,0,0,0.1);transition:opacity 0.1s ease, background 0.1s ease}.ct-account-form>ul li.active{border-bottom-color:transparent}.ct-account-form>ul li:not(.active){opacity:0.5;background:rgba(0,0,0,0.04)}.ct-account-form>ul li:not(.active):hover{opacity:0.8}.ct-account-form>ul li:first-child{border-right:1px solid rgba(0,0,0,0.1)}@media (max-width: 479.98px){.ct-account-form section{padding:40px 30px}}@media (min-width: 480px){.ct-account-form section{padding:60px 70px}}.ct-account-form section:not(.active){display:none}.ct-account-form form>*{--content-spacing: 20px}.ct-account-form form>*:last-of-type{margin-bottom:0}.ct-account-form label{display:block;--fontSize: 14px}.ct-account-form .ct-button{width:100%}.ct-account-form .col-2{display:flex;justify-content:space-between}.ct-account-form #reg_passmail,.ct-account-form .ct-back-to-login{font-size:14px;text-align:center}.ct-account-form .ct-back-to-login{display:block;margin-top:20px}.ct-account-form .login-remember{font-size:14px}.ct-account-form .login-remember label{margin:0}.ct-account-form .login-remember input{--top: 3px}.ct-account-form #reg_passmail{opacity:0.7}.ct-account-form [class*='ct-form-notification']{font-size:14px;margin-bottom:25px;border-radius:3px;padding:10px 15px;background:rgba(0,0,0,0.04)}.ct-account-form [class*='ct-form-notification'] a{color:inherit}.ct-account-form [class*='ct-form-notification'] a:not(:hover){text-decoration:underline}.ct-account-form .ct-form-notification-error{color:rgba(255,255,255,0.95);background:rgba(218,0,28,0.7)}@media (prefers-reduced-motion: no-preference){.ct-account-form.ct-error{animation:shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}}.ct-account-form div.g-recaptcha,.ct-account-form .anr_captcha_field{margin:var(--content-spacing) 0 !important}#wfls-prompt-overlay-blocksy{margin-bottom:var(--content-spacing)}#wfls-prompt-overlay-blocksy #wfls-prompt-wrapper input+label{margin-top:var(--content-spacing)}#wfls-prompt-overlay-blocksy ~ *:not(.login-submit){display:none}
static/bundle/account.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(o,n,function(t){return e[t]}.bind(null,n));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=2)}([function(e,t){e.exports=window.ctEvents},function(e,t){e.exports=window.ctFrontend},function(e,t,r){"use strict";r.r(t);var o=r(0),n=r.n(o),c=r(1);function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e){return function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return l(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}var s=function(e,t){var r=function(e){var t=jQuery();return i(e.querySelectorAll("input")).map((function(e){t=t.add(e)})),t}(t);if("object"===("undefined"==typeof grecaptcha?"undefined":a(grecaptcha)))grecaptcha.ready((function(){grecaptcha.execute(WFLSVars.recaptchasitekey,{action:"login"}).then((function(t){var o=jQuery("#wfls-captcha-token");o.length?o.val(t):r.length&&((o=jQuery('<input type="hidden" name="wfls-captcha-token" id="wfls-captcha-token" />')).val(t),r.parent().append(o)),"function"==typeof e&&e(!0)}))}));else{var o=jQuery("#wfls-captcha-token");o.length?o.val("grecaptcha-missing"):r.length&&((o=jQuery('<input type="hidden" name="wfls-captcha-token" id="wfls-captcha-token" />')).val("grecaptcha-missing"),r.parent().append(o)),"function"==typeof e&&e(!0)}},u=function(e){i(e.querySelectorAll(".g-recaptcha, .anr_captcha_field")).map((function(e){e.classList.contains("anr_captcha_field")?grecaptcha.reset(parseFloat(e.firstElementChild.id.replace("anr_captcha_field_",""))-1):grecaptcha.reset(e.gID)}))},f=function(e){return new Promise((function(t){(function(e,t){return!(!window.WFLSVars||!parseInt(WFLSVars.useCAPTCHA))&&(s((function(){return e()}),t),!0)})(t,e)||t()}))},d=function(e,t){var r=t.screen,o=void 0===r?"login":r;e.querySelector(".ct-".concat(o,"-form"))||(o="login"),e.querySelector("ul")&&e.querySelector("ul .ct-".concat(o))&&(e.querySelector("ul .active").classList.remove("active"),e.querySelector("ul .ct-".concat(o)).classList.add("active")),e.querySelector('[class*="-form"].active').classList.remove("active"),e.querySelector(".ct-".concat(o,"-form")).classList.add("active"),e.querySelector(".ct-".concat(o,"-form form"))&&e.querySelector(".ct-".concat(o,"-form form")).reset(),e.querySelector(".ct-account-form").classList.remove("ct-error");var n=e.querySelector(".ct-".concat(o,"-form")).querySelector(".ct-form-notification");n&&n.remove();var c=e.querySelector(".ct-".concat(o,"-form")).querySelector(".ct-form-notification-error");c&&c.remove()},m=function(e,t){var r=e.querySelector(".ct-form-notification-error");r&&r.remove(),e.closest(".ct-account-form").classList.remove("ct-error"),t&&(e.insertAdjacentHTML("afterbegin",'<div class="ct-form-notification-error">'.concat(t,"</div>")),requestAnimationFrame((function(){e.closest(".ct-account-form").classList.add("ct-error")})))},p=function(e,t){var r=(new DOMParser).parseFromString(t,"text/html"),o=r.querySelector("#login_error"),n="";return o&&(n=o.innerHTML),m(e,n),{hasError:!!o,doc:r}},y=function(e,t){var r=e.querySelector(".ct-form-notification");r&&r.remove(),e.closest(".ct-account-form").classList.remove("ct-error"),t&&e.insertAdjacentHTML("afterbegin",'<div class="ct-form-notification">'.concat(t,"</div>"))},h=function(e,t){var r=(new DOMParser).parseFromString(t,"text/html"),o=r.querySelector(".message"),n="";return o&&(n=o.innerHTML),y(e,n),{doc:r}};function v(e){return function(e){if(Array.isArray(e))return g(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return g(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return g(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}Object(c.registerDynamicChunk)("blocksy_account",{mount:function(e,t){var r=t.event;r.preventDefault(),function(e){var t="#account-modal";try{document.querySelector(t)}catch(e){return}document.querySelector(t)?e(document.querySelector(t)):fetch("".concat(ct_localizations.ajax_url,"?action=blc_retrieve_account_modal&header_id=").concat(document.body.dataset.header.split(":")[0]),{method:"POST",body:JSON.stringify({current_url:location.href})}).then((function(e){return e.json()})).then((function(r){var o=r.data.html;document.querySelector(".ct-drawer-canvas").insertAdjacentHTML("beforeend",o),setTimeout((function(){var r=document.querySelector(t);window.nslReinit&&window.nslReinit(),v(r.querySelectorAll("script")).map((function(e){var t=document.createElement("script");t.textContent=e.textContent,document.body.appendChild(t)})),v(r.querySelectorAll(".g-recaptcha")).map((function(e){window.grecaptcha&&!e.gr_rendered&&(e.gr_rendered=!0,e.id+=Math.floor(1e3*Math.random())+1,e.gID=grecaptcha.render(e.id,{sitekey:e.dataset.sitekey}))})),window.anr_onloadCallback&&anr_onloadCallback(),e(r)}))}))}((function(t){!function(e){if(e&&!e.hasListeners){e.hasListeners=!0,e.addEventListener("click",(function(t){t.target.href&&t.target.href.indexOf("lostpassword")>-1&&(d(e,{screen:"forgot-password"}),t.preventDefault()),t.target.href&&t.target.classList.contains("showlogin")&&(d(e,{screen:"login"}),t.preventDefault()),t.target.href&&t.target.href.indexOf("wp-login")>-1&&-1===t.target.href.indexOf("lostpassword")&&(d(e,{screen:"login"}),t.preventDefault())}),!0);var t=e.querySelector('[name="loginform"]'),r=e.querySelector('[name="registerform"]'),o=e.querySelector('[name="lostpasswordform"]');t&&t.addEventListener("submit",(function(e){if(e.preventDefault(),!window.ct_customizer_localizations){var r=new FormData(t),o=t.action;if(window.WFLSVars&&!t.loginProceed)return r.append("action","wordfence_ls_authenticate"),o=WFLSVars.ajaxurl,void f(t).then((function(){fetch(o,{method:t.method,body:r}).then((function(e){return e.json()})).then((function(e){var r=!!e.error,o=t.closest(".ct-login-form"),n=t.closest(".ct-login-form").querySelector("form");if(r&&m(o,e.error),e.message&&y(n,e.message),e.login&&e.jwt){if(!jQuery("#wfls-token").length){var c=jQuery('<div id="wfls-prompt-overlay-blocksy"></div>'),a=jQuery('<div id="wfls-prompt-wrapper"></div>'),i=jQuery('<label for="wfls-token">2FA Code <a href="javascript:void(0)" class="wfls-2fa-code-help wfls-tooltip-trigger" title="The 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes."><i class="dashicons dashicons-editor-help"></i></a></label>'),l=jQuery('<input type="text" name="wfls-token" id="wfls-token" aria-describedby="wfls-token-error" class="input" value="" size="6" autocomplete="off"/>'),s=jQuery('<label for="wfls-remember-device"><input name="wfls-remember-device" type="checkbox" id="wfls-remember-device" class="ct-checkbox" value="1" /> Remember for 30 days</label>');a.append(i),a.append(l),parseInt(WFLSVars.allowremember)&&a.append(s),c.append(a),jQuery(n).prepend(c),new jQuery.Zebra_Tooltips(jQuery(".wfls-tooltip-trigger"))}var f=jQuery("#wfls-token-jwt");f.length||(f=jQuery('<input type="hidden" name="wfls-token-jwt" id="wfls-token-jwt" value=""/>'),jQuery("#wfls-prompt-overlay-blocksy").append(f)),jQuery("#wfls-token-jwt").val(e.jwt)}e.combined&&(t.loginProceed=!0,n.submit()),(!r||r&&-1===t.closest(".ct-login-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(t.closest(".ct-login-form"))}))}));f(t).then((function(){fetch(o,{method:t.method,body:r}).then((function(e){return e.text()})).then((function(e){var r=p(t.closest(".ct-login-form"),e),o=(r.doc,r.hasError);o||(location=t.querySelector('[name="redirect_to"]').value),(!o||o&&-1===t.closest(".ct-login-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(t.closest(".ct-login-form"))}))}))}})),r&&r.addEventListener("submit",(function(e){e.preventDefault(),window.ct_customizer_localizations||f(r).then((function(){return fetch("".concat(ct_localizations.ajax_url,"?action=blc_implement_user_registration"),{method:r.method,body:new FormData(r)}).then((function(e){return e.text()})).then((function(e){var t=p(r.closest(".ct-register-form"),e),o=(t.doc,t.hasError);o||h(r.closest(".ct-register-form"),e),(!o||o&&-1===r.closest(".ct-register-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(r.closest(".ct-register-form"))}))}))})),o&&o.addEventListener("submit",(function(e){e.preventDefault(),window.ct_customizer_localizations||fetch("".concat(ct_localizations.ajax_url,"?action=blc_implement_user_lostpassword"),{method:o.method,body:new FormData(o)}).then((function(e){return e.text()})).then((function(e){var t=p(o.closest(".ct-forgot-password-form"),e),r=(t.doc,t.hasError);r||h(o.closest(".ct-forgot-password-form"),e),(!r||r&&-1===o.closest(".ct-forgot-password-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&u(o.closest(".ct-forgot-password-form"))}))})),["login","register","forgot-password"].map((function(t){Array.from(e.querySelectorAll(".ct-".concat(t))).map((function(r){r.addEventListener("click",(function(r){r.preventDefault(),d(e,{screen:t})}))}))}))}}(t),d(t,{screen:e.dataset.view||"login"}),n.a.trigger("ct:overlay:handle-click",{e:r,href:"#account-modal",options:{isModal:!0}})}))}})}]);
1
+ !function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(o,n,function(t){return e[t]}.bind(null,n));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=2)}([function(e,t){e.exports=window.ctEvents},function(e,t){e.exports=window.ctFrontend},function(e,t,r){"use strict";r.r(t);var o=r(0),n=r.n(o),c=r(1);function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e){return function(e){if(Array.isArray(e))return s(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return s(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return s(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}var l=function(e,t){var r=function(e){var t=jQuery();return i(e.querySelectorAll("input")).map((function(e){t=t.add(e)})),t}(t);if("object"===("undefined"==typeof grecaptcha?"undefined":a(grecaptcha)))grecaptcha.ready((function(){grecaptcha.execute(WFLSVars.recaptchasitekey,{action:"login"}).then((function(t){var o=jQuery("#wfls-captcha-token");o.length?o.val(t):r.length&&((o=jQuery('<input type="hidden" name="wfls-captcha-token" id="wfls-captcha-token" />')).val(t),r.parent().append(o)),"function"==typeof e&&e(!0)}))}));else{var o=jQuery("#wfls-captcha-token");o.length?o.val("grecaptcha-missing"):r.length&&((o=jQuery('<input type="hidden" name="wfls-captcha-token" id="wfls-captcha-token" />')).val("grecaptcha-missing"),r.parent().append(o)),"function"==typeof e&&e(!0)}},f=function(e){i(e.querySelectorAll(".g-recaptcha, .anr_captcha_field")).map((function(e){e.classList.contains("anr_captcha_field")?grecaptcha.reset(parseFloat(e.firstElementChild.id.replace("anr_captcha_field_",""))-1):grecaptcha.reset(e.gID)}))},u=function(e){return new Promise((function(t){(function(e,t){return!(!window.WFLSVars||!parseInt(WFLSVars.useCAPTCHA))&&(l((function(){return e()}),t),!0)})(t,e)||t()}))},d=function(e,t){var r=t.screen,o=void 0===r?"login":r;e.querySelector(".ct-".concat(o,"-form"))||(o="login"),e.querySelector("ul")&&e.querySelector("ul .ct-".concat(o))&&(e.querySelector("ul .active").classList.remove("active"),e.querySelector("ul .ct-".concat(o)).classList.add("active")),e.querySelector('[class*="-form"].active').classList.remove("active"),e.querySelector(".ct-".concat(o,"-form")).classList.add("active"),e.querySelector(".ct-".concat(o,"-form form"))&&e.querySelector(".ct-".concat(o,"-form form")).reset(),e.querySelector(".ct-account-form").classList.remove("ct-error");var n=e.querySelector(".ct-".concat(o,"-form")).querySelector(".ct-form-notification");n&&n.remove();var c=e.querySelector(".ct-".concat(o,"-form")).querySelector(".ct-form-notification-error");c&&c.remove()},m=function(e,t){var r=e.querySelector(".ct-form-notification-error");r&&r.remove(),e.closest(".ct-account-form").classList.remove("ct-error"),t&&(e.insertAdjacentHTML("afterbegin",'<div class="ct-form-notification-error">'.concat(t,"</div>")),requestAnimationFrame((function(){e.closest(".ct-account-form").classList.add("ct-error")})))},p=function(e,t){var r=(new DOMParser).parseFromString(t,"text/html"),o=r.querySelector("#login_error"),n="";return o&&(n=o.innerHTML),m(e,n),{hasError:!!o,doc:r}},y=function(e,t){var r=e.querySelector(".ct-form-notification");r&&r.remove(),e.closest(".ct-account-form").classList.remove("ct-error"),t&&e.insertAdjacentHTML("afterbegin",'<div class="ct-form-notification">'.concat(t,"</div>"))},v=function(e,t){var r=(new DOMParser).parseFromString(t,"text/html"),o=r.querySelector(".message"),n="";return o&&(n=o.innerHTML),y(e,n),{doc:r}},h="";Object(c.registerDynamicChunk)("blocksy_account",{mount:function(e,t){var r=t.event;if(r.preventDefault(),!h){var o=document.querySelector("#account-modal");h=o.innerHTML,o.remove()}var a=document.querySelector(".ct-drawer-canvas").lastElementChild;a.id="account-modal";var i=ct_localizations.dynamic_styles_selectors.find((function(e){return a.matches(e.selector)})),s=function(){a.innerHTML=h,function(e){if(e&&!e.hasListeners){e.hasListeners=!0,e.addEventListener("click",(function(t){t.target.href&&t.target.href.indexOf("lostpassword")>-1&&(d(e,{screen:"forgot-password"}),t.preventDefault()),t.target.href&&t.target.classList.contains("showlogin")&&(d(e,{screen:"login"}),t.preventDefault()),t.target.href&&t.target.href.indexOf("wp-login")>-1&&-1===t.target.href.indexOf("lostpassword")&&(d(e,{screen:"login"}),t.preventDefault())}),!0);var t=e.querySelector('[name="loginform"]'),r=e.querySelector('[name="registerform"]'),o=e.querySelector('[name="lostpasswordform"]');t&&t.addEventListener("submit",(function(e){if(e.preventDefault(),!window.ct_customizer_localizations){var r=new FormData(t),o=t.action;if(window.WFLSVars&&!t.loginProceed)return r.append("action","wordfence_ls_authenticate"),o=WFLSVars.ajaxurl,void u(t).then((function(){fetch(o,{method:t.method,body:r}).then((function(e){return e.json()})).then((function(e){var r=!!e.error,o=t.closest(".ct-login-form"),n=t.closest(".ct-login-form").querySelector("form");if(r&&m(o,e.error),e.message&&y(n,e.message),e.login&&e.jwt){if(!jQuery("#wfls-token").length){var c=jQuery('<div id="wfls-prompt-overlay-blocksy"></div>'),a=jQuery('<div id="wfls-prompt-wrapper"></div>'),i=jQuery('<label for="wfls-token">2FA Code <a href="javascript:void(0)" class="wfls-2fa-code-help wfls-tooltip-trigger" title="The 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes."><i class="dashicons dashicons-editor-help"></i></a></label>'),s=jQuery('<input type="text" name="wfls-token" id="wfls-token" aria-describedby="wfls-token-error" class="input" value="" size="6" autocomplete="off"/>'),l=jQuery('<label for="wfls-remember-device"><input name="wfls-remember-device" type="checkbox" id="wfls-remember-device" class="ct-checkbox" value="1" /> Remember for 30 days</label>');a.append(i),a.append(s),parseInt(WFLSVars.allowremember)&&a.append(l),c.append(a),jQuery(n).prepend(c),new jQuery.Zebra_Tooltips(jQuery(".wfls-tooltip-trigger"))}var u=jQuery("#wfls-token-jwt");u.length||(u=jQuery('<input type="hidden" name="wfls-token-jwt" id="wfls-token-jwt" value=""/>'),jQuery("#wfls-prompt-overlay-blocksy").append(u)),jQuery("#wfls-token-jwt").val(e.jwt)}e.combined&&(t.loginProceed=!0,n.submit()),(!r||r&&-1===t.closest(".ct-login-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&f(t.closest(".ct-login-form"))}))}));u(t).then((function(){fetch(o,{method:t.method,body:r}).then((function(e){return e.text()})).then((function(e){var r=p(t.closest(".ct-login-form"),e),o=(r.doc,r.hasError);o||(location=t.querySelector('[name="redirect_to"]').value),(!o||o&&-1===t.closest(".ct-login-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&f(t.closest(".ct-login-form"))}))}))}})),r&&r.addEventListener("submit",(function(e){e.preventDefault(),window.ct_customizer_localizations||u(r).then((function(){return fetch("".concat(ct_localizations.ajax_url,"?action=blc_implement_user_registration"),{method:r.method,body:new FormData(r)}).then((function(e){return e.text()})).then((function(e){var t=p(r.closest(".ct-register-form"),e),o=(t.doc,t.hasError);o||v(r.closest(".ct-register-form"),e),(!o||o&&-1===r.closest(".ct-register-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&f(r.closest(".ct-register-form"))}))}))})),o&&o.addEventListener("submit",(function(e){e.preventDefault(),window.ct_customizer_localizations||fetch("".concat(ct_localizations.ajax_url,"?action=blc_implement_user_lostpassword"),{method:o.method,body:new FormData(o)}).then((function(e){return e.text()})).then((function(e){var t=p(o.closest(".ct-forgot-password-form"),e),r=(t.doc,t.hasError);r||v(o.closest(".ct-forgot-password-form"),e),(!r||r&&-1===o.closest(".ct-forgot-password-form").querySelector(".ct-form-notification-error").innerHTML.indexOf("Captcha"))&&f(o.closest(".ct-forgot-password-form"))}))})),["login","register","forgot-password"].map((function(t){Array.from(e.querySelectorAll(".ct-".concat(t))).map((function(r){r.addEventListener("click",(function(r){r.preventDefault(),d(e,{screen:t})})),r.addEventListener("keyup",(function(r){13===r.keyCode&&(r.preventDefault(),d(e,{screen:t}))}))}))}))}}(a),d(a,{screen:e.dataset.view||"login"}),n.a.trigger("ct:overlay:handle-click",{e:r,href:"#account-modal",options:{openStrategy:"skip",isModal:!0}})};i?Object(c.loadStyle)(i.url).then((function(){s()})):s()}}),n.a.on("ct:modal:closed",(function(e){e.closest("#account-modal")&&e.remove()}))}]);
static/bundle/dashboard.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
static/bundle/main.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.1
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
static/bundle/options.min.css CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * - v1.8.9.9
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
1
  /**
2
+ * - v1.8.10
3
  *
4
  * Copyright (c) 2021
5
  * Licensed GPLv2+
static/js/account.js CHANGED
@@ -1,80 +1,32 @@
1
  import ctEvents from 'ct-events'
2
- import { registerDynamicChunk } from 'blocksy-frontend'
3
  import { handleAccountModal, activateScreen } from './frontend/account'
4
 
5
- const ensureAccountModalPresent = (cb) => {
6
- const selector = '#account-modal'
7
- try {
8
- document.querySelector(selector)
9
- } catch (e) {
10
- return
11
- }
12
 
13
- if (document.querySelector(selector)) {
14
- cb(document.querySelector(selector))
15
- return
16
- }
17
-
18
- fetch(
19
- `${
20
- ct_localizations.ajax_url
21
- }?action=blc_retrieve_account_modal&header_id=${
22
- document.body.dataset.header.split(':')[0]
23
- }`,
24
 
25
- {
26
- method: 'POST',
27
- body: JSON.stringify({
28
- current_url: location.href,
29
- }),
30
  }
31
- )
32
- .then((response) => response.json())
33
- .then(({ data: { html } }) => {
34
- const drawerCanvas = document.querySelector('.ct-drawer-canvas')
35
- drawerCanvas.insertAdjacentHTML('beforeend', html)
36
-
37
- setTimeout(() => {
38
- let el = document.querySelector(selector)
39
-
40
- if (window.nslReinit) {
41
- window.nslReinit()
42
- }
43
-
44
- ;[...el.querySelectorAll('script')].map((s) => {
45
- var script = document.createElement('script')
46
- script.textContent = s.textContent
47
- document.body.appendChild(script)
48
- })
49
- ;[...el.querySelectorAll('.g-recaptcha')].map((el) => {
50
- if (window.grecaptcha && !el.gr_rendered) {
51
- el.gr_rendered = true
52
-
53
- el.id += Math.floor(Math.random() * 1000) + 1
54
-
55
- el.gID = grecaptcha.render(el.id, {
56
- sitekey: el.dataset.sitekey,
57
- })
58
- }
59
- })
60
 
61
- if (window.anr_onloadCallback) {
62
- anr_onloadCallback()
63
- }
64
 
65
- cb(el)
66
- })
67
- })
68
- }
69
 
70
- registerDynamicChunk('blocksy_account', {
71
- mount: (el, { event }) => {
72
- event.preventDefault()
73
 
74
- ensureAccountModalPresent((accountModal) => {
75
- handleAccountModal(accountModal)
76
 
77
- activateScreen(accountModal, {
78
  screen: el.dataset.view || 'login',
79
  })
80
 
@@ -82,9 +34,26 @@ registerDynamicChunk('blocksy_account', {
82
  e: event,
83
  href: '#account-modal',
84
  options: {
 
85
  isModal: true,
86
  },
87
  })
88
- })
 
 
 
 
 
 
 
 
89
  },
90
  })
 
 
 
 
 
 
 
 
1
  import ctEvents from 'ct-events'
2
+ import { loadStyle, registerDynamicChunk } from 'blocksy-frontend'
3
  import { handleAccountModal, activateScreen } from './frontend/account'
4
 
5
+ let maybeTemplate = ''
 
 
 
 
 
 
6
 
7
+ registerDynamicChunk('blocksy_account', {
8
+ mount: (el, { event }) => {
9
+ event.preventDefault()
 
 
 
 
 
 
 
 
10
 
11
+ if (!maybeTemplate) {
12
+ let maybeAccount = document.querySelector('#account-modal')
13
+ maybeTemplate = maybeAccount.innerHTML
14
+ maybeAccount.remove()
 
15
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
+ let panel = document.querySelector('.ct-drawer-canvas').lastElementChild
18
+ panel.id = `account-modal`
 
19
 
20
+ const maybeMatchingContainer = ct_localizations.dynamic_styles_selectors.find(
21
+ (descriptor) => panel.matches(descriptor.selector)
22
+ )
 
23
 
24
+ const actuallyOpen = () => {
25
+ panel.innerHTML = maybeTemplate
 
26
 
27
+ handleAccountModal(panel)
 
28
 
29
+ activateScreen(panel, {
30
  screen: el.dataset.view || 'login',
31
  })
32
 
34
  e: event,
35
  href: '#account-modal',
36
  options: {
37
+ openStrategy: 'skip',
38
  isModal: true,
39
  },
40
  })
41
+ }
42
+
43
+ if (!maybeMatchingContainer) {
44
+ actuallyOpen()
45
+ } else {
46
+ loadStyle(maybeMatchingContainer.url).then(() => {
47
+ actuallyOpen()
48
+ })
49
+ }
50
  },
51
  })
52
+
53
+ ctEvents.on('ct:modal:closed', (modalContainer) => {
54
+ if (!modalContainer.closest('#account-modal')) {
55
+ return
56
+ }
57
+
58
+ modalContainer.remove()
59
+ })
static/js/frontend/account.js CHANGED
@@ -421,6 +421,15 @@ export const handleAccountModal = (el) => {
421
  e.preventDefault()
422
  activateScreen(el, { screen })
423
  })
 
 
 
 
 
 
 
 
 
424
  })
425
  })
426
  }
421
  e.preventDefault()
422
  activateScreen(el, { screen })
423
  })
424
+
425
+ itemEl.addEventListener('keyup', (e) => {
426
+ if (e.keyCode !== 13) {
427
+ return
428
+ }
429
+
430
+ e.preventDefault()
431
+ activateScreen(el, { screen })
432
+ })
433
  })
434
  })
435
  }
static/js/frontend/account/login-implementation.js DELETED
File without changes
static/sass/account-lazy.scss ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import './common-frontend';
2
+
3
+ // account modal
4
+ #account-modal {
5
+ --horizontal-alignment: center;
6
+ --vertical-alignment: center;
7
+
8
+ background-color: rgba(18, 21, 25, 0.6);
9
+ }
10
+
11
+ .ct-account-form {
12
+ width: 100%;
13
+ color: var(--color);
14
+ background-color: #fff;
15
+ --linkInitialColor: var(--color);
16
+
17
+ @include media-breakpoint-down(xs) {
18
+ max-width: 88vw;
19
+ }
20
+
21
+ @include media-breakpoint-up(sm) {
22
+ max-width: 480px;
23
+ }
24
+
25
+ border-radius: 3px;
26
+ box-shadow: var(--box-shadow, 0px 0px 70px rgba(0, 0, 0, 0.35));
27
+ --content-spacing: 1em;
28
+ }
29
+
30
+ // account content
31
+ .ct-account-form {
32
+ > ul {
33
+ display: flex;
34
+
35
+ li {
36
+ width: 50%;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ position: relative;
41
+ height: 60px;
42
+ font-size: 12px;
43
+ font-weight: 700;
44
+ text-transform: uppercase;
45
+ letter-spacing: 0.03em;
46
+ cursor: pointer;
47
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
48
+ transition: opacity 0.1s ease, background 0.1s ease;
49
+
50
+ &.active {
51
+ border-bottom-color: transparent;
52
+ }
53
+
54
+ &:not(.active) {
55
+ opacity: 0.5;
56
+ background: rgba(0, 0, 0, 0.04);
57
+
58
+ &:hover {
59
+ opacity: 0.8;
60
+ }
61
+ }
62
+
63
+ &:first-child {
64
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
65
+ }
66
+ }
67
+ }
68
+
69
+ section {
70
+ @include media-breakpoint-down(xs) {
71
+ padding: 40px 30px;
72
+ }
73
+
74
+ @include media-breakpoint-up(sm) {
75
+ padding: 60px 70px;
76
+ }
77
+
78
+ &:not(.active) {
79
+ display: none;
80
+ }
81
+ }
82
+
83
+ form > * {
84
+ --content-spacing: 20px;
85
+
86
+ &:last-of-type {
87
+ margin-bottom: 0;
88
+ }
89
+ }
90
+
91
+ label {
92
+ display: block;
93
+ --fontSize: 14px;
94
+ }
95
+
96
+ .ct-button {
97
+ width: 100%;
98
+ }
99
+
100
+ .col-2 {
101
+ display: flex;
102
+ justify-content: space-between;
103
+ }
104
+
105
+ #reg_passmail,
106
+ .ct-back-to-login {
107
+ font-size: 14px;
108
+ text-align: center;
109
+ }
110
+
111
+ .ct-back-to-login {
112
+ display: block;
113
+ margin-top: 20px;
114
+ }
115
+
116
+ .login-remember {
117
+ font-size: 14px;
118
+
119
+ label {
120
+ margin: 0;
121
+ }
122
+
123
+ input {
124
+ --top: 3px;
125
+ }
126
+ }
127
+
128
+ #reg_passmail {
129
+ opacity: 0.7;
130
+ }
131
+
132
+ // form notifications
133
+ [class*='ct-form-notification'] {
134
+ font-size: 14px;
135
+ margin-bottom: 25px;
136
+ border-radius: 3px;
137
+ padding: 10px 15px;
138
+ background: rgba(0, 0, 0, 0.04);
139
+
140
+ a {
141
+ color: inherit;
142
+
143
+ &:not(:hover) {
144
+ text-decoration: underline;
145
+ }
146
+ }
147
+ }
148
+
149
+ .ct-form-notification-error {
150
+ color: rgba(255, 255, 255, 0.95);
151
+ background: rgba(218, 0, 28, 0.7);
152
+ }
153
+
154
+ // shake animation
155
+ @media (prefers-reduced-motion: no-preference) {
156
+ &.ct-error {
157
+ animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
158
+ transform: translate3d(0, 0, 0);
159
+ backface-visibility: hidden;
160
+ perspective: 1000px;
161
+ }
162
+ }
163
+ }
164
+
165
+ // captcha plugins
166
+ .ct-account-form {
167
+ div.g-recaptcha,
168
+ .anr_captcha_field {
169
+ margin: var(--content-spacing) 0 !important;
170
+ }
171
+ }
172
+
173
+ // wordfence integration
174
+ #wfls-prompt-overlay-blocksy {
175
+ margin-bottom: var(--content-spacing);
176
+
177
+ #wfls-prompt-wrapper input + label {
178
+ margin-top: var(--content-spacing);
179
+ }
180
+
181
+ ~ *:not(.login-submit) {
182
+ display: none;
183
+ }
184
+ }