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